/*
Theme Name: Project Child Theme
Theme URI: https://example.com/project-theme/child
Author: Project Team
Author URI: https://wordpress.org/support/users/projectteam/
Description: Child theme for Syun's Octagon Academy, a UFC/MMA editorial blog.
Template: project-parent-theme
Version: 1.2.22
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: project-theme
Domain Path: /languages
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --color-primary: #123e73;
  --color-primary-dark: #07182d;
  --color-primary-soft: #e8f0f9;
  --color-secondary: #536174;
  --color-accent: #c51f2f;
  --color-accent-soft: #fdecef;
  --color-bg: #f5f7fa;
  --color-surface: #ffffff;
  --color-surface-muted: #eef3f8;
  --color-fg: #121a24;
  --color-muted: #637083;
  --color-on-primary: #ffffff;
  --color-gray: #e5ebf2;
  --color-link: #123e73;
  --color-focus: #c51f2f;

  --project-color-primary: var(--color-primary);
  --project-color-secondary: var(--color-secondary);
  --project-color-background: var(--color-bg);
  --project-color-foreground: var(--color-fg);

  --border-color: #d8e1eb;
  --border-color-strong: #aebdcb;
  --border-color-light: #edf2f7;

  --shadow-shallow: 0 1px 2px rgba(7, 24, 45, 0.08);
  --shadow-medium: 0 18px 44px rgba(7, 24, 45, 0.12);
  --shadow-deep: 0 28px 70px rgba(7, 24, 45, 0.18);
  --glass-bg: rgba(255, 255, 255, 0.68);
  --glass-bg-strong: rgba(255, 255, 255, 0.82);
  --glass-bg-dark: rgba(255, 255, 255, 0.12);
  --glass-border: rgba(255, 255, 255, 0.46);
  --glass-border-dark: rgba(255, 255, 255, 0.24);
  --glass-shadow: 0 22px 60px rgba(7, 24, 45, 0.16);
  --glass-blur: blur(18px) saturate(145%);
  --premium-hairline: rgba(18, 62, 115, 0.12);
  --hero-ring-line: rgba(255, 255, 255, 0.18);
  --hero-ring-soft: rgba(255, 255, 255, 0.08);
  --hero-red-glow: rgba(197, 31, 47, 0.16);

  --premium-ink: #06111f;
  --premium-panel: rgba(255, 255, 255, 0.9);
  --premium-panel-soft: rgba(255, 255, 255, 0.66);
  --premium-blue: #0d315b;
  --premium-blue-light: #2a78c3;
  --premium-red: var(--color-accent);
  --premium-line: rgba(7, 24, 45, 0.1);
  --premium-line-dark: rgba(255, 255, 255, 0.18);
  --premium-shadow: 0 30px 90px rgba(7, 24, 45, 0.14);
  --magazine-paper: #fcfdff;
  --magazine-paper-soft: #f4f7fa;
  --magazine-rule: rgba(7, 24, 45, 0.11);
  --magazine-rule-dark: rgba(255, 255, 255, 0.2);
  --magazine-red: var(--color-accent);
  --magazine-blue: var(--color-primary);
  --magazine-navy: #050d18;

  --radius-sm: 0.125rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;

  --font-family-base: "Noto Sans JP", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-family-display: "Noto Sans JP", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Segoe UI", system-ui, sans-serif;
  --font-family-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-size-h1: clamp(2rem, 4vw, 3.75rem);
  --font-size-h2: clamp(1.5rem, 2.6vw, 2.25rem);
  --font-size-h3: clamp(1.2rem, 1.8vw, 1.5rem);
  --font-size-body: 1rem;
  --font-size-small: 0.875rem;
  --font-size-caption: 0.75rem;
  --line-height-heading: 1.26;
  --line-height-body: 1.85;
  --letter-spacing-heading: 0;
  --letter-spacing-body: 0;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;

  --focus-color: var(--color-focus);
  --focus-outline: 3px solid var(--focus-color);
  --focus-offset: 3px;
  --link-color: var(--color-link);
  --link-underline: 1px solid currentColor;
  --link-hover-decoration: underline;

  --transition-fast: 160ms ease;
  --transition-standard: 240ms ease;
  --transition-slow: 360ms ease;
  --transition-fade: opacity var(--transition-standard);
  --transition-slide: transform var(--transition-standard);
  --transition-all: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
  --motion-fast: 160ms cubic-bezier(0.2, 0, 0, 1);
  --motion-standard: 260ms cubic-bezier(0.2, 0, 0, 1);
  --motion-slow: 520ms cubic-bezier(0.2, 0, 0, 1);
  --hover-lift-sm: -2px;
  --hover-lift-md: -4px;
  --hover-scale-image: 1.035;
  --glow-blue-soft: 0 20px 54px rgba(18, 62, 115, 0.16);
  --glow-red-soft: 0 0 0 1px rgba(197, 31, 47, 0.2), 0 18px 46px rgba(197, 31, 47, 0.12);
  --focus-ring-color: rgba(197, 31, 47, 0.82);
  --focus-ring-shadow: 0 0 0 4px rgba(197, 31, 47, 0.18);
  --underline-size: 2px;
  --liquid-glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.42) 56%, rgba(218, 233, 249, 0.3) 100%);
  --liquid-glass-bg-dark: linear-gradient(145deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.1) 52%, rgba(18, 62, 115, 0.26) 100%);
  --liquid-glass-edge: rgba(255, 255, 255, 0.78);
  --liquid-glass-edge-dark: rgba(255, 255, 255, 0.42);
  --liquid-glass-highlight: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.22) 34%, rgba(255, 255, 255, 0) 64%);
  --liquid-glass-tint: rgba(197, 31, 47, 0.12);
  --liquid-glass-shadow: 0 24px 66px rgba(7, 24, 45, 0.16), 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  --liquid-glass-shadow-dark: 0 34px 88px rgba(0, 0, 0, 0.34), 0 1px 0 rgba(255, 255, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  --liquid-glass-blur: blur(30px) saturate(184%);

  --breakpoint-mobile: 767px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 1024px;
  --grid-columns: 12;
  --grid-gutter: var(--space-3);
  --grid-columns-2: 6;
  --grid-columns-3: 4;
  --grid-columns-4: 3;
  --container-max-width: 1180px;
  --content-max-width: 760px;
  --related-max-width: 980px;
  --wide-max-width: 1360px;
  --grid-column-width: calc((100% - var(--grid-gutter) * (var(--grid-columns) - 1)) / var(--grid-columns));

  --gradient-primary: linear-gradient(135deg, #07182d 0%, #123e73 58%, #1b5b9f 100%);
  --gradient-surface: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
  --elevation-shallow: var(--shadow-shallow);
  --elevation-medium: var(--shadow-medium);
  --elevation-deep: var(--shadow-deep);
  --z-drawer: 1000;
  --z-modal: 2000;
  --z-toast: 3000;
  --icon-size-xs: 0.75rem;
  --icon-size-sm: 1rem;
  --icon-size-md: 1.25rem;
  --icon-size-lg: 1.5rem;

  --btn-sm-padding: 0.375rem 0.75rem;
  --btn-sm-height: 2rem;
  --btn-md-padding: 0.7rem 1rem;
  --btn-md-height: 2.75rem;
  --btn-lg-padding: 0.9rem 1.4rem;
  --btn-lg-height: 3.125rem;

  --input-height: 2.75rem;
  --input-padding: 0.75rem 1rem;
  --input-border: 1px solid var(--border-color);
  --textarea-min-height: 6rem;
  --textarea-padding: 0.75rem 1rem;
  --textarea-border: 1px solid var(--border-color);

  --progress-height: 4px;
  --progress-bg: var(--color-gray);
  --progress-fill: var(--color-primary);
  --progress-track: var(--color-gray);

  --nav-height: 72px;
  --nav-padding-x: clamp(1rem, 3vw, 2rem);
  --nav-padding-y: 0.75rem;
  --footer-padding: clamp(2rem, 5vw, 4rem);

  --alert-inline-padding: 0.5rem 0.75rem;
  --alert-inline-border: 1px solid var(--border-color);
  --alert-block-padding: 1rem 1.25rem;
  --alert-block-radius: var(--radius-md);
  --badge-padding: 0.35rem 0.65rem;
  --badge-radius: 99px;
  --toast-position: fixed;
  --toast-z-index: var(--z-toast);
  --toast-transition: var(--transition-fade);
  --pagination-active-decoration: underline;

  --page-fade-in: opacity 250ms ease-in-out;
  --page-fade-out: opacity 200ms ease-in-out;
  --page-slide-in: transform 300ms ease-in-out;
  --page-slide-out: transform 200ms ease-in-out;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-fg);
  background:
    radial-gradient(ellipse at 78% 12%, rgba(197, 31, 47, 0.08), transparent 22rem),
    radial-gradient(ellipse at 12% 0%, rgba(18, 62, 115, 0.12), transparent 38rem),
    linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%),
    var(--color-bg);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  letter-spacing: var(--letter-spacing-body);
}

h1,
h2,
h3 {
  color: var(--color-primary-dark);
  font-family: var(--font-family-display);
  font-weight: 850;
  line-height: var(--line-height-heading);
  letter-spacing: var(--letter-spacing-heading);
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

a {
  color: var(--link-color);
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: var(--transition-all);
}

a:hover {
  color: var(--color-accent);
  text-decoration: var(--link-hover-decoration);
}

img {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: var(--focus-outline);
  outline-offset: var(--focus-offset);
}

.u-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: var(--z-drawer);
  background: var(--color-surface);
  color: var(--color-primary-dark);
  padding: var(--space-1) var(--space-2);
}

.u-skip-link:focus {
  left: var(--space-2);
  top: var(--space-2);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.site-header {
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid var(--glass-border);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  box-shadow: 0 16px 46px rgba(7, 24, 45, 0.08);
  padding: 0 var(--nav-padding-x);
  position: sticky;
  top: 0;
  z-index: 50;
}

@supports not (backdrop-filter: blur(1px)) {
  .site-header,
  .syun-hero__panel,
  .entry--list,
  .entry--search,
  .entry--single,
  .syun-related,
  .syun-sidebar {
    background: var(--color-surface);
  }
}

.site-header__inner,
.site-footer__inner {
  max-width: var(--wide-max-width);
  margin: 0 auto;
}

.site-header__inner {
  align-items: center;
  display: flex;
  gap: var(--space-3);
  min-height: var(--nav-height);
  justify-content: space-between;
}

.site-header__brand {
  min-width: 0;
}

.site-header__brand-link,
.site-header__logo .custom-logo-link {
  color: var(--color-primary-dark);
  display: inline-flex;
  flex-direction: column;
  font-family: var(--font-family-display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
}

.site-header__tagline {
  color: var(--color-muted);
  display: block;
  font-family: var(--font-family-display);
  font-size: var(--font-size-caption);
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-top: 0.35rem;
  text-transform: uppercase;
}

.site-header__logo .custom-logo {
  display: block;
  max-height: 56px;
  max-width: clamp(170px, 28vw, 320px);
  width: auto;
}

.site-header__nav {
  align-items: center;
  display: flex;
}

.site-header__menu-toggle {
  display: none;
}

.site-header__nav-home {
  display: none;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu a {
  border-radius: var(--radius-md);
  color: var(--color-primary-dark);
  display: inline-flex;
  font-family: var(--font-family-display);
  font-size: var(--font-size-small);
  font-weight: 750;
  min-height: 2.5rem;
  padding: 0.45rem 0.7rem;
  text-decoration: none;
}

.menu a:hover {
  background: rgba(18, 62, 115, 0.08);
  color: var(--color-primary);
  text-decoration: none;
}

.site-main {
  max-width: none;
  margin: 0;
  padding: 0;
}

.syun-wrap,
.layout,
.archive-header,
.search-header,
.not-found,
.comments {
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}

body.archive .archive-header,
body.category .archive-header,
body.tag .archive-header,
body.search .search-header,
body.archive .syun-wrap,
body.category .syun-wrap,
body.tag .syun-wrap,
body.search .syun-wrap {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: min(100% - clamp(1.25rem, 5vw, 4rem), var(--container-max-width));
}

.syun-empty-state {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 245, 255, 0.86)),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 62, 115, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 42px rgba(7, 24, 45, 0.08);
  margin-bottom: var(--space-5);
  margin-top: var(--space-4);
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.syun-empty-state h1,
.syun-empty-state h2 {
  color: var(--color-primary-dark);
  line-height: 1.22;
  margin: 0 0 var(--space-1);
}

.syun-empty-state p {
  color: var(--color-muted);
  line-height: 1.8;
}

.syun-empty-state__search {
  margin-top: var(--space-2);
  max-width: 36rem;
}

.syun-empty-state__search .search-form,
.syun-empty-state__search form {
  display: flex;
  gap: 0.65rem;
}

.syun-empty-state__search input[type="search"],
.syun-empty-state__search .search-field {
  min-height: 44px;
  min-width: 0;
  width: 100%;
}

.syun-empty-state__search .search-submit,
.syun-empty-state__search button[type="submit"] {
  min-height: 44px;
  white-space: nowrap;
}

.syun-empty-state__grid {
  display: grid;
  gap: var(--space-2);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: var(--space-3);
}

.syun-empty-state__grid section {
  border-top: 1px solid var(--border-color-light);
  padding-top: var(--space-2);
}

.syun-empty-state__grid h3 {
  color: var(--color-primary-dark);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  margin: 0 0 var(--space-1);
}

.syun-empty-state__grid ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.syun-empty-state__grid a {
  color: var(--color-primary-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.syun-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: var(--space-3);
}

@media (max-width: 600px) {
  .syun-empty-state__search .search-form,
  .syun-empty-state__search form,
  .syun-empty-state__actions {
    flex-direction: column;
  }

  .syun-empty-state__grid {
    grid-template-columns: 1fr;
  }
}

.syun-hero {
  background:
    radial-gradient(ellipse at 70% 42%, rgba(27, 91, 159, 0.76), transparent 34rem),
    linear-gradient(135deg, #061321 0%, #0c2f59 48%, #1a5795 100%);
  color: var(--color-on-primary);
  isolation: isolate;
  min-height: clamp(540px, 82vh, 720px);
  overflow: hidden;
  padding: clamp(5rem, 10vw, 8rem) var(--space-2) clamp(3rem, 7vw, 5.5rem);
  position: relative;
}

.syun-hero::before {
  background:
    repeating-radial-gradient(ellipse at 74% 52%, transparent 0 108px, var(--hero-ring-soft) 109px 111px, transparent 112px 176px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
  content: "";
  inset: 0;
  opacity: 0.48;
  position: absolute;
  z-index: -2;
}

.syun-hero::after {
  background:
    linear-gradient(120deg, transparent 0 43%, rgba(255, 255, 255, 0.18) 43% 45%, transparent 45% 100%),
    linear-gradient(118deg, transparent 0 58%, rgba(197, 31, 47, 0.12) 58% 59%, transparent 59% 100%);
  content: "";
  inset: -20% -10%;
  position: absolute;
  transform: skewX(-10deg);
  z-index: -1;
}

.syun-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 7rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  margin: 0 auto;
  max-width: var(--wide-max-width);
  position: relative;
  z-index: 1;
}

.syun-hero__inner::before {
  background:
    linear-gradient(90deg, transparent, var(--hero-ring-line), transparent),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: -2rem;
}

.syun-hero__kicker,
.entry__eyebrow,
.section-kicker {
  color: var(--color-accent-soft);
  font-family: var(--font-family-display);
  font-size: var(--font-size-caption);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.syun-hero__title {
  color: var(--color-on-primary);
  font-family: var(--font-family-display);
  font-size: clamp(3rem, 8vw, 6.8rem);
  font-stretch: condensed;
  font-weight: 850;
  line-height: 0.92;
  margin: var(--space-2) 0 var(--space-3);
  max-width: 12ch;
  text-wrap: balance;
}

.syun-hero__lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.8;
  max-width: 38rem;
}

.syun-hero__actions,
.entry__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  margin-top: var(--space-3);
}

.syun-button,
.button,
.project-button,
.entry__read-more {
  align-items: center;
  background: var(--color-primary);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-shallow);
  color: var(--color-on-primary);
  display: inline-flex;
  font-family: var(--font-family-display);
  font-weight: 850;
  justify-content: center;
  min-height: var(--btn-md-height);
  padding: var(--btn-md-padding);
  text-decoration: none;
  transition: var(--transition-all);
}

.syun-button:visited,
.button:visited,
.project-button:visited,
.entry__read-more:visited {
  color: var(--color-on-primary);
}

.syun-button:hover,
.button:hover,
.project-button:hover,
.entry__read-more:hover {
  background: var(--color-accent);
  box-shadow: var(--shadow-medium);
  color: var(--color-on-primary);
  text-decoration: none;
  transform: translateY(-1px);
}

.syun-button--ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.syun-hero__panel {
  align-self: end;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border-dark);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 34px 90px rgba(0, 0, 0, 0.16);
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
}

.syun-hero__panel::before {
  background: linear-gradient(90deg, var(--hero-red-glow), transparent 42%);
  content: "";
  height: 2px;
  left: var(--space-3);
  position: absolute;
  right: var(--space-3);
  top: var(--space-3);
}

.syun-hero__stat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: clamp(0.9rem, 2vw, 1.25rem) 0;
}

.syun-hero__stat strong {
  color: var(--color-on-primary);
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  line-height: 1.1;
}

.syun-hero__stat span {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: var(--font-size-small);
  margin-top: 0.35rem;
}

.syun-section {
  padding-bottom: var(--space-6);
  padding-top: clamp(3rem, 7vw, 5rem);
}

.syun-section__header {
  align-items: end;
  border-bottom: 1px solid var(--premium-hairline);
  display: flex;
  gap: var(--space-2);
  justify-content: space-between;
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-2);
}

.syun-section__title,
.archive-header h1,
.search-header h1 {
  margin: 0;
}

.syun-layout {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}

.syun-feed {
  display: grid;
  gap: var(--space-3);
}

.syun-sidebar-stack {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.25rem);
  min-width: 0;
}

.entry {
  background: transparent;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 var(--space-3);
}

.entry--list,
.entry--search {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.56));
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-shallow);
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.75rem);
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  padding: var(--space-2);
  position: relative;
  transition: var(--transition-all);
}

.entry--list:hover,
.entry--search:hover {
  border-color: rgba(18, 62, 115, 0.22);
  box-shadow: var(--glass-shadow);
  transform: translateY(-2px);
}

.entry__media {
  align-self: stretch;
  background: var(--gradient-primary);
  border-radius: var(--radius-lg);
  display: block;
  max-width: 100%;
  min-height: 188px;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.entry--list .entry__media,
.entry--search .entry__media {
  aspect-ratio: 16 / 10;
}

.entry__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
  width: 100%;
}

.entry__media:hover img {
  transform: scale(1.035);
}

.entry__media-fallback {
  align-items: end;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: var(--font-size-caption);
  font-weight: 800;
  inset: 0;
  letter-spacing: 0.08em;
  padding: var(--space-2);
  position: absolute;
  text-transform: uppercase;
}

.entry__media-fallback::before {
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
  inset: var(--space-1);
  position: absolute;
}

.entry__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.entry__header {
  margin-bottom: var(--space-1);
}

.entry__title {
  margin: 0 0 0.75rem;
}

.entry__title a {
  color: var(--color-primary-dark);
  font-family: var(--font-family-display);
  font-weight: 850;
  text-decoration: none;
  text-wrap: balance;
}

.entry__title a:hover {
  color: var(--color-accent);
}

.entry__meta {
  align-items: center;
  color: var(--color-muted);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-family-display);
  font-size: var(--font-size-caption);
  font-weight: 750;
  gap: 0.45rem 0.85rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.entry__label,
.entry__category a,
.cat-links a {
  background: var(--color-primary-soft);
  border-radius: var(--badge-radius);
  color: var(--color-primary);
  display: inline-flex;
  font-family: var(--font-family-display);
  font-size: var(--font-size-caption);
  font-weight: 850;
  line-height: 1.2;
  padding: var(--badge-padding);
  text-decoration: none;
}

.entry__label--accent {
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

.entry__excerpt {
  color: var(--color-secondary);
  margin-top: var(--space-1);
  max-width: 42rem;
}

.entry__excerpt p {
  margin: 0;
}

.entry--single {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  margin: clamp(4rem, 8vw, 6rem) auto;
  max-width: var(--content-max-width);
  padding: clamp(1rem, 3vw, 2rem);
}

.entry--single:has(+ .syun-related) {
  margin-bottom: var(--space-4);
}

.entry--single .entry__header {
  margin-bottom: var(--space-3);
}

.entry--single .entry__title {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.12;
  margin-bottom: var(--space-2);
}

.entry__hero-media {
  border-radius: var(--radius-lg);
  margin: var(--space-3) 0;
  min-height: clamp(220px, 42vw, 460px);
}

.entry__content {
  color: #1d2733;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.9;
}

.entry__content > * {
  margin-bottom: 1.35em;
  margin-top: 0;
}

.entry__content h2,
.entry__content h3 {
  border-left: 4px solid var(--color-accent);
  margin-top: 2.2em;
  padding-left: var(--space-1);
}

.entry__content blockquote {
  border-left: 4px solid var(--color-primary);
  color: var(--color-secondary);
  margin-left: 0;
  padding-left: var(--space-2);
}

.entry__content table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
}

.entry__content th,
.entry__content td {
  border: 1px solid var(--border-color);
  padding: 0.75rem;
}

.entry__content th {
  background: var(--color-primary-soft);
  color: var(--color-primary-dark);
}

.entry__content > table:not(.soa-card-table):not(.fighter-profile-table):has(tr > :nth-child(3):last-child) {
  display: block;
  width: 100%;
}

.entry__content > table:not(.soa-card-table):not(.fighter-profile-table):has(tr > :nth-child(3):last-child) thead,
.entry__content > table:not(.soa-card-table):not(.fighter-profile-table):has(tr > :nth-child(3):last-child) tbody,
.entry__content > table:not(.soa-card-table):not(.fighter-profile-table):has(tr > :nth-child(3):last-child) tr {
  display: block;
  width: 100%;
}

.entry__content > table:not(.soa-card-table):not(.fighter-profile-table):has(tr > :nth-child(3):last-child) tr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entry__content > table:not(.soa-card-table):not(.fighter-profile-table):has(tr > :nth-child(3):last-child) th,
.entry__content > table:not(.soa-card-table):not(.fighter-profile-table):has(tr > :nth-child(3):last-child) td {
  display: block;
  min-width: 0;
  width: 100%;
}

.entry__footer {
  border-top: 1px solid var(--border-color);
  color: var(--color-muted);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  margin-top: var(--space-4);
  padding-top: var(--space-2);
}

.syun-reading-progress {
  background: transparent;
  height: 2px;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 140;
}

.admin-bar .syun-reading-progress {
  top: 32px;
}

.syun-reading-progress__bar {
  background:
    linear-gradient(90deg, rgba(197, 31, 47, 0.78), rgba(255, 93, 105, 0.72)),
    var(--color-accent);
  box-shadow: 0 0 8px rgba(197, 31, 47, 0.14);
  display: block;
  height: 100%;
  transition: width var(--motion-fast);
  width: var(--syun-reading-progress, 0%);
}

.syun-share,
.syun-post-nav {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 245, 255, 0.86)),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(18, 62, 115, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 34px rgba(7, 24, 45, 0.08);
}

.syun-share {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2.6vw, 1.6rem);
  justify-content: space-between;
  margin-top: var(--space-3);
  padding: clamp(1.15rem, 2.8vw, 1.6rem);
}

.syun-share h2,
.syun-post-nav h2 {
  color: var(--color-primary-dark);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.25;
  margin: 0;
}

.syun-share__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.9rem, 1.8vw, 1.15rem);
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.syun-share__link {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  background-image: none;
  border: 1px solid rgba(18, 62, 115, 0.14);
  border-radius: var(--radius-md);
  color: var(--color-primary-dark);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  min-width: 6.4rem;
  padding: 0.85rem 1.25rem;
  text-decoration: none;
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast),
    transform var(--motion-fast);
}

.syun-share__link--x {
  background: #0f1419;
  border-color: rgba(15, 20, 25, 0.92);
  box-shadow: 0 12px 26px rgba(15, 20, 25, 0.14);
  color: #ffffff;
}

.syun-share__link--line {
  background: #06c755;
  border-color: rgba(6, 199, 85, 0.92);
  box-shadow: 0 12px 26px rgba(6, 199, 85, 0.16);
  color: #ffffff;
}

.syun-share__link svg {
  fill: currentColor;
  height: 1rem;
  width: 1rem;
}

.syun-post-nav {
  margin: 0 auto var(--space-4);
  max-width: var(--related-max-width);
  padding: clamp(1.2rem, 3vw, 1.7rem);
}

.syun-post-nav__grid {
  display: grid;
  gap: var(--space-2);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: var(--space-2);
}

.syun-post-nav__grid:has(> :only-child) {
  grid-template-columns: minmax(0, 28rem);
  justify-content: center;
}

.syun-post-nav__card {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.82);
  background-image: none;
  border: 1px solid rgba(18, 62, 115, 0.12);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(7, 24, 45, 0.07);
  color: var(--color-primary-dark);
  display: grid;
  grid-template-columns: minmax(7rem, 35%) minmax(0, 1fr);
  min-height: 9.5rem;
  overflow: hidden;
  text-decoration: none;
  transition:
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast),
    transform var(--motion-standard);
}

.syun-post-nav__media {
  background: var(--gradient-primary);
  display: block;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.syun-post-nav__media img {
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-standard);
  width: 100%;
}

.syun-post-nav__fallback {
  align-items: flex-end;
  background:
    repeating-linear-gradient(32deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    radial-gradient(ellipse at 70% 42%, rgba(42, 120, 195, 0.32), transparent 45%),
    var(--gradient-primary);
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: var(--font-size-caption);
  font-weight: 900;
  inset: 0;
  letter-spacing: 0.08em;
  padding: var(--space-2);
  position: absolute;
}

.syun-post-nav__body {
  display: grid;
  gap: 0.55rem;
  padding: clamp(1rem, 2.4vw, 1.3rem);
}

.syun-post-nav__label {
  color: var(--color-accent);
  font-size: var(--font-size-caption);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.syun-post-nav__title {
  font-family: var(--font-family-display);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 900;
  line-height: 1.42;
}

.syun-post-nav time {
  align-self: end;
  color: var(--color-muted);
  font-size: var(--font-size-caption);
  font-weight: 800;
}

@media (hover: hover) {
  .syun-share__link:hover,
  .syun-post-nav__card:hover {
    border-color: rgba(197, 31, 47, 0.34);
    box-shadow: 0 16px 32px rgba(7, 24, 45, 0.12);
    color: var(--color-accent);
    transform: translateY(-3px);
  }

  .syun-post-nav__card:hover .syun-post-nav__media img {
    transform: scale(1.035);
  }

  .syun-share__link--x:hover {
    background: #111111;
    border-color: #111111;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.16);
    color: #ffffff;
  }

  .syun-share__link--line:hover {
    background: #05b94f;
    border-color: #05b94f;
    box-shadow: 0 15px 30px rgba(6, 199, 85, 0.18);
    color: #ffffff;
  }
}

.syun-share__link:focus-visible,
.syun-post-nav__card:focus-visible {
  border-color: var(--color-accent);
  box-shadow: var(--focus-ring-shadow);
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 3px;
}

.syun-share__link:active,
.syun-post-nav__card:active {
  box-shadow: var(--shadow-shallow);
  transform: translateY(-1px);
}

.syun-ad-slot {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 247, 253, 0.78)),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(18, 62, 115, 0.1);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(7, 24, 45, 0.06);
  color: var(--color-muted);
  overflow: hidden;
  padding: 0.75rem;
  position: relative;
}

.syun-ad-slot__label {
  color: rgba(75, 91, 110, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 0.55rem;
  text-align: center;
}

.syun-ad-slot__body {
  align-items: center;
  display: grid;
  justify-items: stretch;
  min-width: 0;
  width: 100%;
}

.syun-ad-slot__placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(8, 28, 52, 0.04), rgba(18, 62, 115, 0.08)),
    repeating-linear-gradient(135deg, rgba(18, 62, 115, 0.045) 0 1px, transparent 1px 14px),
    rgba(255, 255, 255, 0.68);
  border: 1px dashed rgba(18, 62, 115, 0.2);
  border-radius: calc(var(--radius-md) - 2px);
  color: rgba(75, 91, 110, 0.72);
  display: grid;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.32rem;
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: inherit;
  min-width: 100%;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.syun-ad-slot__placeholder strong {
  color: rgba(7, 24, 45, 0.82);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: none;
}

.syun-ad-slot__placeholder-kicker {
  color: rgba(196, 28, 52, 0.72);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

/* !important is required here: adsbygoogle.js sets an inline width/height
   style directly on the <ins> (and often the injected iframe) once it
   computes a responsive ad size. An inline style always wins over a plain
   class rule, so without !important this silently had no effect and the
   ad kept overflowing on tablet/phone at whatever px width Google computed. */
.syun-ad-slot ins.adsbygoogle {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
}

.syun-ad-slot iframe {
  max-width: 100% !important;
}

.syun-ad-slot--sidebar {
  align-self: stretch;
  margin-top: clamp(1.25rem, 2.2vw, 1.6rem);
  min-height: 250px;
}

.syun-ad-slot--sidebar .syun-ad-slot__body {
  min-height: 210px;
}

.syun-ad-slot--article_bottom {
  margin: clamp(2.25rem, 4.5vw, 3.4rem) auto;
  /* Match the width of the adjacent "前後の記事" (post-nav) section below it. */
  max-width: min(var(--related-max-width), calc(100% - 2rem));
  min-height: 128px;
}

.syun-ad-slot--article_bottom .syun-ad-slot__body {
  min-height: 88px;
}

@media (max-width: 768px) {
  .syun-share {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }

  .syun-share__list {
    gap: 0.9rem;
    justify-content: stretch;
  }

  .syun-share__list > li,
  .syun-share__link {
    flex: 1 1 0;
  }

  .syun-share__link {
    min-height: 54px;
    min-width: min(9rem, 100%);
  }

  .syun-post-nav__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .syun-share__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .syun-share__link {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .syun-post-nav__card {
    grid-template-columns: 1fr;
  }

  .syun-post-nav__media {
    aspect-ratio: 16 / 9;
  }

  .syun-ad-slot--article_bottom {
    margin-bottom: clamp(1.75rem, 6vw, 2.4rem);
    margin-top: clamp(1.75rem, 6vw, 2.4rem);
    min-height: 108px;
  }

  .syun-ad-slot--article_bottom .syun-ad-slot__body {
    min-height: 76px;
  }
}

.syun-related,
.syun-sidebar {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  position: relative;
}

.syun-related::before,
.syun-sidebar::before,
.entry--single::before,
.entry--list::before,
.entry--search::before {
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.syun-author__name {
  color: var(--color-primary-dark);
  font-weight: 900;
  margin: 0 0 var(--space-1);
}

.syun-related {
  margin: 0 auto var(--space-5);
  max-width: var(--related-max-width);
  padding: var(--space-3);
}

.syun-related__list {
  display: grid;
  gap: var(--space-2);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: var(--space-2) 0 0;
  padding: 0;
}

.syun-related__list:has(> :only-child) {
  grid-template-columns: minmax(0, 19rem);
  justify-content: center;
}

.syun-related__list:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 19rem));
  justify-content: center;
}

.syun-related__list a {
  background: rgba(255, 255, 255, 0.78);
  background-image: none;
  border: 1px solid rgba(18, 62, 115, 0.12);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 28px rgba(7, 24, 45, 0.07);
  color: var(--color-primary-dark);
  display: flex;
  flex-direction: column;
  font-weight: 800;
  height: 100%;
  overflow: hidden;
  padding: 0;
  transition:
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast),
    transform var(--motion-standard);
}

.syun-related__media {
  aspect-ratio: 16 / 10;
  background: var(--gradient-primary);
  display: block;
  overflow: hidden;
  position: relative;
}

.syun-related__media img {
  height: 100%;
  object-fit: cover;
  transition: transform var(--motion-standard);
  width: 100%;
}

.syun-related__fallback {
  align-items: flex-end;
  background:
    repeating-linear-gradient(32deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    radial-gradient(ellipse at 70% 42%, rgba(42, 120, 195, 0.32), transparent 45%),
    var(--gradient-primary);
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: var(--font-size-caption);
  font-weight: 900;
  inset: 0;
  letter-spacing: 0.08em;
  padding: var(--space-2);
  position: absolute;
}

.syun-related__fallback::before {
  border: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
  inset: var(--space-1);
  position: absolute;
}

.syun-related__title {
  display: block;
  font-family: var(--font-family-display);
  font-size: clamp(0.96rem, 1.25vw, 1.1rem);
  line-height: 1.55;
  overflow-wrap: anywhere;
  padding: var(--space-2);
}

@media (hover: hover) {
  .syun-related__list a:hover {
    background-image: none;
    border-color: rgba(197, 31, 47, 0.34);
    box-shadow: 0 16px 32px rgba(7, 24, 45, 0.12);
    color: var(--color-accent);
    transform: translateY(-3px);
  }

  .syun-related__list a:hover .syun-related__media img {
    transform: scale(1.035);
  }
}

.syun-related__list a:focus-visible {
  border-color: var(--color-accent);
  box-shadow: var(--focus-ring-shadow);
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 3px;
}

.syun-related__list a:active {
  box-shadow: var(--shadow-shallow);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .syun-related__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
}

@media (max-width: 600px) {
  .syun-related__list {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

.syun-sidebar {
  align-self: start;
  padding: var(--space-3);
  position: sticky;
  top: calc(var(--nav-height) + var(--space-2));
}

.syun-sidebar__profile {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-3);
}

.syun-sidebar__profile h2,
.widget-title {
  font-size: 1rem;
  margin: 0 0 var(--space-1);
}

.syun-sidebar__profile p,
.widget {
  color: var(--color-secondary);
  font-size: var(--font-size-small);
}

.widget {
  border-top: 1px solid var(--border-color-light);
  padding-top: var(--space-2);
}

.widget:first-child {
  border-top: 0;
  padding-top: 0;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget li + li {
  margin-top: 0.55rem;
}

.archive-header,
.search-header {
  padding-top: var(--space-5);
  padding-bottom: var(--space-3);
}

.archive-description,
.search-header p {
  color: var(--color-secondary);
  max-width: 42rem;
}

.nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  margin: var(--space-4) 0;
}

.page-numbers {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  color: var(--color-primary);
  display: inline-flex;
  font-weight: 800;
  min-height: 2.5rem;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--color-primary);
  color: var(--color-on-primary);
}

.site-footer {
  background: var(--color-primary-dark);
  color: rgba(255, 255, 255, 0.78);
  margin-top: var(--space-5);
  padding: var(--footer-padding) var(--space-2);
}

.site-footer__inner {
  align-items: center;
  display: flex;
  gap: var(--space-3);
  justify-content: space-between;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.88);
}

.site-footer__copyright {
  margin: 0;
}

.site-footer .syun-author__name {
  color: inherit;
}

/* Article utility components imported from WordPress Additional CSS. */
.chart-note,
.entry__content .chart-note {
  color: var(--color-muted);
  display: block;
  font-size: var(--font-size-caption);
  line-height: 1.6;
  text-align: center;
}

.single ul,
.single ol,
.entry__content ul,
.entry__content ol {
  padding-right: 0;
}

.entry__content .wp-faq,
.wp-faq {
  --faq-max: 670px;
  --faq-card-bg: rgba(255, 255, 255, 0.78);
  --faq-card-border: rgba(18, 62, 115, 0.14);
  --faq-muted: var(--color-muted);
  max-width: var(--faq-max);
  width: 100%;
  margin: var(--space-3) auto;
}

.wp-faq details {
  background: var(--faq-card-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--faq-card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-shallow);
  margin: 0 0 var(--space-1);
  overflow: clip;
  transition: var(--transition-all);
}

.wp-faq details:hover,
.wp-faq details[open] {
  border-color: rgba(18, 62, 115, 0.24);
  box-shadow: var(--glass-shadow);
  transform: translateY(-1px);
}

.wp-faq details > summary {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(232, 240, 249, 0.72));
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  line-height: 1.55;
  list-style: none;
  min-height: 56px;
  padding: 1rem 3.5rem 1rem 1rem;
  position: relative;
}

.wp-faq details > summary::-webkit-details-marker {
  display: none;
}

.wp-faq details > summary::before {
  content: "";
  flex: 0 0 40px;
  order: 3;
  pointer-events: none;
}

.wp-faq details > summary::after {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--badge-radius);
  color: var(--color-primary-dark);
  content: "+";
  display: grid;
  font-size: 1.1rem;
  font-weight: 900;
  height: 2.25rem;
  place-items: center;
  position: absolute;
  right: 0.875rem;
  top: 0.875rem;
  width: 2.25rem;
}

.wp-faq details[open] > summary {
  border-bottom: 1px solid var(--border-color-light);
}

.wp-faq details[open] > summary::after {
  color: var(--color-accent);
  content: "-";
}

.wp-faq .q-badge {
  align-items: center;
  background: var(--color-primary-soft);
  border: 1px solid rgba(18, 62, 115, 0.14);
  border-radius: var(--badge-radius);
  color: var(--color-primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: var(--font-size-caption);
  font-weight: 900;
  height: 1.75rem;
  justify-content: center;
  min-width: 2.5rem;
  order: 1;
  padding: 0 0.65rem;
}

.wp-faq .q-text {
  display: block;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 800;
  order: 2;
  text-align: center;
}

.wp-faq .tap-hint {
  color: var(--faq-muted);
  display: block;
  font-size: var(--font-size-caption);
  font-weight: 700;
  margin-top: 0.35rem;
  text-align: center;
  /* Some article HTML places this span as a sibling of .q-text inside the
     flex summary rather than nested inside it. As a bare flex item it has
     no explicit width, so it was flex-shrinking down to a single CJK
     character per line on narrow screens. Keep it from shrinking and never
     let it wrap, and move it after the question text visually either way. */
  flex-shrink: 0;
  order: 4;
  white-space: nowrap;
}

.wp-faq .faq-body {
  font-size: 0.95rem;
  line-height: 1.75;
  padding: 1rem 1.125rem 1.125rem;
}

.wp-faq .answer {
  background: linear-gradient(135deg, rgba(253, 236, 239, 0.74), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(197, 31, 47, 0.14);
  border-left: 5px solid var(--color-accent);
  border-radius: var(--radius-md);
  margin: 0 0 var(--space-1);
  padding: 0.8rem 0.9rem;
}

.wp-faq .answer::before {
  content: none !important;
  display: none !important;
}

.wp-faq .answer strong {
  font-weight: 900;
}

.wp-faq .faq-body > ul,
.wp-faq .faq-body > ul.wp-block-list,
.wp-faq .faq-body > ol,
.wp-faq .faq-body > ol.wp-block-list {
  background: rgba(255, 255, 255, 0.54) !important;
  border: 1px solid var(--border-color-light) !important;
  border-radius: var(--radius-md) !important;
  display: block !important;
  list-style-position: outside !important;
  margin: 0.75rem 0 0 !important;
  padding: 0.9rem 1rem 0.9rem 2.4em !important;
}

.wp-faq .faq-body > ul,
.wp-faq .faq-body > ul.wp-block-list {
  list-style-type: disc !important;
}

.wp-faq .faq-body > ol,
.wp-faq .faq-body > ol.wp-block-list {
  list-style-type: decimal !important;
}

.wp-faq .faq-body > ul > li,
.wp-faq .faq-body > ul.wp-block-list > li,
.wp-faq .faq-body > ol > li,
.wp-faq .faq-body > ol.wp-block-list > li {
  display: list-item !important;
  line-height: 1.7 !important;
  margin: 0.55rem 0 !important;
  padding: 0.1rem 0 !important;
}

.zoom-caption-container {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: var(--space-3) auto !important;
  max-width: min(100%, 670px) !important;
  width: 100% !important;
}

.zoom-trigger-link {
  border: 0 !important;
  border-radius: var(--radius-md);
  cursor: zoom-in;
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 auto !important;
  max-width: min(100%, 670px) !important;
  padding: 0 !important;
  position: relative;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
  width: 100% !important;
}

.zoom-trigger-link::after {
  align-items: center;
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  bottom: 0.65rem;
  box-shadow: 0 10px 24px rgba(7, 24, 45, 0.12);
  color: rgba(255, 255, 255, 0.92);
  content: "拡大 ↗";
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.35rem;
  letter-spacing: 0.02em;
  line-height: 1;
  min-height: 1.9rem;
  padding: 0.45rem 0.66rem;
  position: absolute;
  right: 0.65rem;
  text-shadow: 0 1px 8px rgba(3, 10, 18, 0.42);
  z-index: 2;
}

@media (hover: hover) {
  .zoom-trigger-link:hover {
    opacity: 0.94;
    transform: translateY(-2px);
  }

  .zoom-trigger-link:hover img {
    box-shadow: 0 18px 42px rgba(7, 24, 45, 0.18), 0 0 0 1px rgba(197, 31, 47, 0.36);
  }
}

.zoom-trigger-link:focus-visible {
  outline: 3px solid rgba(197, 31, 47, 0.72);
  outline-offset: 5px;
}

.zoom-caption-container img.main-image,
.zoom-caption-container .zoom-trigger-link img,
.main-image {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-medium);
  display: block !important;
  height: auto;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  max-width: 100%;
  vertical-align: bottom !important;
  width: 100%;
}

.zoom-caption-container small {
  color: var(--color-muted) !important;
  display: block !important;
  font-size: 0.85em !important;
  line-height: 1.5 !important;
  margin-bottom: var(--space-4) !important;
  margin-top: var(--space-2) !important;
  text-align: center !important;
}

.lightbox-overlay p,
.image-wrapper p,
.zoom-caption-container p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lightbox-overlay {
  align-items: center;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(18, 62, 115, 0.34), transparent 34rem),
    rgba(3, 10, 18, 0.92);
  display: none;
  height: 100vh !important;
  justify-content: center;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  top: 0 !important;
  width: 100vw !important;
  z-index: 999999;
}

.lightbox-overlay:target {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

body:has(.lightbox-overlay:target) {
  overflow: hidden;
}

.backdrop-close {
  cursor: default;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.image-wrapper {
  margin: auto;
  max-height: 85vh !important;
  max-width: 85vw !important;
  position: relative;
  width: fit-content;
  z-index: 101;
}

.img-close-trigger {
  cursor: zoom-out;
  display: block;
  height: auto;
  line-height: 0;
  width: 100%;
}

.img-close-trigger img {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
  display: block;
  height: auto;
  max-height: 85vh;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

@media (orientation: landscape) and (max-height: 600px) {
  .lightbox-overlay {
    height: 100dvh !important;
    padding:
      max(0.5rem, env(safe-area-inset-top))
      max(0.5rem, env(safe-area-inset-right))
      max(0.5rem, env(safe-area-inset-bottom))
      max(0.5rem, env(safe-area-inset-left)) !important;
  }

  .image-wrapper {
    max-height: calc(100dvh - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
  }

  .img-close-trigger img {
    max-height: calc(100dvh - 1rem) !important;
    max-width: calc(100vw - 1rem) !important;
  }
}

.soa-card-table {
  --soa-primary: var(--color-primary);
  --soa-primary-dark: var(--color-primary-dark);
  --soa-primary-light: #1b5b9f;
  --soa-text: var(--color-fg);
  --soa-border: rgba(18, 62, 115, 0.12);
  border-collapse: separate;
  border-radius: var(--radius-lg);
  border-spacing: 0;
  box-shadow: var(--shadow-medium);
  font-size: 0.94rem;
  line-height: 1.65;
  overflow: hidden;
  width: 100%;
}

.soa-card-table tbody > tr:first-child > th {
  background: linear-gradient(180deg, var(--soa-primary-light) 0%, var(--soa-primary) 64%, var(--soa-primary-dark) 100%);
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.16);
  color: var(--color-on-primary);
  font-family: var(--font-family-display);
  font-weight: 850;
  letter-spacing: 0.03em;
  padding: 1rem 0.875rem;
  text-align: center;
  white-space: nowrap;
}

.soa-card-table tbody > tr:first-child > th:nth-child(3),
.soa-card-table tbody > tr:not(:first-child) > td:nth-child(3) {
  min-width: 5.8rem;
  width: 5.8rem;
}

.soa-card-table tbody > tr:first-child > th:nth-child(2),
.soa-card-table tbody > tr:not(:first-child) > td:nth-child(2) {
  line-break: strict;
  min-width: 8.75rem;
  overflow-wrap: normal;
  text-align: center;
  text-wrap: pretty;
  white-space: normal;
  word-break: keep-all;
}

.soa-card-table .matchup-stack {
  align-items: center;
  display: inline-grid;
  gap: 0.18rem;
  justify-items: center;
  line-height: 1.35;
  margin-inline: auto;
  min-width: 7.5rem;
  text-align: center;
}

.soa-card-table .matchup-stack__name {
  color: var(--color-primary-dark);
  display: block;
  font-family: var(--font-family-display);
  font-weight: 750;
  letter-spacing: 0;
  white-space: nowrap;
}

.soa-card-table .matchup-stack__vs {
  align-items: center;
  color: rgba(18, 62, 115, 0.72);
  display: inline-grid;
  font-family: var(--font-family-display);
  font-size: 0.68rem;
  font-weight: 900;
  gap: 0.25rem;
  grid-template-columns: 1.35rem auto 1.35rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.soa-card-table .matchup-stack__vs::before,
.soa-card-table .matchup-stack__vs::after {
  background: rgba(18, 62, 115, 0.22);
  content: "";
  display: block;
  height: 1px;
}

.soa-card-table th,
.soa-card-table td {
  border-top: 1px solid var(--soa-border);
  color: var(--soa-text);
  padding: 0.875rem;
  vertical-align: middle;
}

.soa-card-table tbody tr:nth-child(odd):not(:first-child) td {
  background: rgba(255, 255, 255, 0.86);
}

.soa-card-table tbody tr:nth-child(even):not(:first-child) td {
  background: rgba(18, 62, 115, 0.04);
}

.badge-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin-top: 0.55rem;
  max-width: 100%;
}

.badge {
  align-items: center;
  border-radius: var(--badge-radius);
  display: inline-flex;
  font-family: var(--font-family-display);
  font-size: clamp(0.7rem, 0.8em, 0.82rem);
  font-weight: 850;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.1;
  min-height: 1.8rem;
  padding: 0.38rem 0.72rem;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.badge--main,
.badge--title-gold {
  background:
    linear-gradient(180deg, rgba(255, 249, 219, 0.98) 0%, rgba(222, 177, 54, 0.94) 54%, rgba(139, 94, 22, 0.94) 100%);
  border: 1px solid rgba(139, 94, 22, 0.68);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(78, 48, 8, 0.18),
    0 7px 18px rgba(122, 84, 18, 0.16);
  color: #221603;
}

.badge--comain {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(214, 223, 233, 0.94) 58%, rgba(140, 153, 169, 0.92) 100%);
  border: 1px solid rgba(123, 139, 157, 0.66);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(50, 62, 78, 0.12),
    0 6px 16px rgba(57, 70, 87, 0.12);
  color: #17212f;
}

.badge--bmf {
  background:
    linear-gradient(180deg, #223047 0%, #09111c 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.14),
    0 8px 18px rgba(7, 24, 45, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

.badge--title {
  background:
    linear-gradient(180deg, #315f91 0%, #142f50 100%);
  border: 1px solid rgba(18, 62, 115, 0.72);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.18),
    0 7px 18px rgba(18, 62, 115, 0.16);
  color: #f8fafc;
}

.stars-ui {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 252, 0.86)),
    linear-gradient(135deg, rgba(226, 181, 62, 0.18), rgba(18, 62, 115, 0.08));
  border: 1px solid rgba(18, 62, 115, 0.14);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.72),
    0 8px 18px rgba(7, 24, 45, 0.1);
  color: #b97913;
  display: inline-flex;
  font-family: var(--font-family-base);
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.035em;
  line-height: 1;
  min-height: 1.75rem;
  min-width: 5rem;
  padding: 0.34rem 0.58rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
  white-space: nowrap;
}

.stars-ui[data-rating="5"]::before { content: "★★★★★"; }
.stars-ui[data-rating="4"]::before { content: "★★★★☆"; }
.stars-ui[data-rating="3"]::before { content: "★★★☆☆"; }
.stars-ui[data-rating="2"]::before { content: "★★☆☆☆"; }
.stars-ui[data-rating="1"]::before { content: "★☆☆☆☆"; }
.stars-ui[data-rating="0"]::before { content: "☆☆☆☆☆"; }

.cc-wrap {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}

.cc-flag {
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(7, 24, 45, 0.16);
  border-radius: 0.2em;
  box-shadow: var(--shadow-shallow);
  width: 1.6em;
}

.reason-text {
  background: rgba(18, 62, 115, 0.06);
  border-radius: var(--radius-md);
  line-height: 1.7;
  margin-top: 0.5rem;
  padding: 0.65rem;
}

.table-responsive {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.table-responsive > .table {
  border: 0 !important;
}

.single .table-responsive > p,
.table-responsive > p,
.soa-card-table td p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.YoutubeWrapper {
  aspect-ratio: 16 / 9 !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-medium);
  box-sizing: border-box !important;
  display: block !important;
  margin: var(--space-3) auto !important;
  max-width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
  text-align: center !important;
  width: min(640px, 100%) !important;
}

.YoutubeWrapper iframe {
  border: 0 !important;
  border-radius: var(--radius-lg) !important;
  height: 100% !important;
  inset: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

.fighter-profile-table-wrap {
  margin: var(--space-3) 0;
  width: 100%;
}

.fighter-profile-table {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(232, 240, 249, 0.82) 100%);
  border: 1px solid rgba(18, 62, 115, 0.14);
  border-collapse: separate;
  border-radius: var(--radius-lg);
  border-spacing: 0;
  box-shadow: var(--shadow-medium);
  margin: 0 auto;
  max-width: 670px;
  overflow: hidden;
  width: 100%;
}

/* Multi-column variant (3+ columns): force column widths to fit inside the
   table's own max-width instead of letting content push the table wider
   than its container, which caused horizontal scrolling on tablet widths. */
.fighter-profile-table:has(tr > :nth-child(3)) {
  table-layout: fixed;
}

.fighter-profile-table:has(tr > :nth-child(3)) th,
.fighter-profile-table:has(tr > :nth-child(3)) td {
  overflow-wrap: break-word;
  padding: 0.75rem 0.6rem;
}

.fighter-profile-table thead th {
  background: var(--gradient-primary);
  border: 0;
  color: var(--color-on-primary);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 1rem 1.25rem;
  text-align: center;
}

.fighter-profile-table th,
.fighter-profile-table td {
  border-bottom: 1px solid rgba(18, 62, 115, 0.12);
  line-height: 1.7;
  padding: 1rem 1.25rem;
  text-align: left;
  vertical-align: middle;
}

.fighter-profile-table tbody th {
  background: rgba(18, 62, 115, 0.08);
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 800;
  white-space: nowrap;
  width: 180px;
}

.fighter-profile-table tbody td {
  color: var(--color-fg);
  font-size: 0.95rem;
  font-weight: 500;
}

.fighter-profile-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.84);
}

.fighter-profile-table tbody tr:nth-child(even) {
  background: rgba(238, 243, 248, 0.72);
}

.fighter-profile-table tbody tr:last-child th,
.fighter-profile-table tbody tr:last-child td {
  border-bottom: 0;
}

.modern-list-box.glass-list.blue-glass-list {
  background:
    linear-gradient(135deg, rgba(232, 240, 249, 0.58) 0%, rgba(255, 255, 255, 0.38) 100%);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
  list-style: none;
  margin: var(--space-3) auto;
  overflow: hidden;
  padding: var(--space-3) var(--space-2);
  position: relative;
}

.modern-list-box.glass-list.blue-glass-list::before {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.48), transparent 42%),
    radial-gradient(circle at bottom right, rgba(18, 62, 115, 0.12), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.modern-list-box.glass-list.blue-glass-list li {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.44));
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), var(--shadow-shallow);
  color: var(--color-secondary);
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0 0 0.875rem;
  padding: 0.875rem 1rem 0.875rem 3.25rem;
  position: relative;
  transition: var(--transition-all);
  z-index: 1;
}

.modern-list-box.glass-list.blue-glass-list li:last-child {
  margin-bottom: 0;
}

.modern-list-box.glass-list.blue-glass-list li:hover {
  border-color: rgba(18, 62, 115, 0.18);
  box-shadow: var(--shadow-medium);
  transform: translateY(-1px);
}

.modern-list-box.glass-list.blue-glass-list li::before {
  align-items: center;
  background: var(--gradient-primary);
  border-radius: var(--badge-radius);
  box-shadow: 0 4px 12px rgba(18, 62, 115, 0.28);
  color: var(--color-on-primary);
  content: "✓";
  display: grid;
  font-size: 0.75rem;
  font-weight: 800;
  height: 1.375rem;
  left: 1rem;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
}

/* Keep article-list links visibly underlined at rest; pointer hover removes
   the line while keyboard focus retains it as a clear interaction cue. */
.modern-list-box.glass-list.blue-glass-list a {
  background-image: linear-gradient(90deg, var(--color-accent), var(--color-accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  text-decoration: none;
  transition: background-size var(--motion-standard);
}

@media (hover: hover) {
  .modern-list-box.glass-list.blue-glass-list a:hover {
    background-size: 0 2px;
  }
}

.modern-list-box.glass-list.blue-glass-list a:focus-visible {
  background-size: 100% 2px;
}

.modern-list-box.glass-list.blue-glass-list.is-compact {
  padding: var(--space-2);
}

.modern-list-box.glass-list.blue-glass-list.is-compact li {
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  margin-bottom: 0.625rem;
  padding: 0.75rem 0.875rem 0.75rem 2.625rem;
}

.modern-list-box.glass-list.blue-glass-list.is-compact li::before {
  height: 1.25rem;
  left: 0.875rem;
  width: 1.25rem;
}

.modern-list-box.glass-list.blue-glass-list.is-numbered {
  counter-reset: item;
}

.modern-list-box.glass-list.blue-glass-list.is-numbered li {
  counter-increment: item;
}

.modern-list-box.glass-list.blue-glass-list.is-numbered li::before {
  content: counter(item);
}

.modern-list-box.glass-list.blue-glass-list.is-strong li {
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.88), rgba(237, 244, 251, 0.62));
  border-color: rgba(217, 230, 243, 0.7);
}

@media (hover: hover) {
  .soa-card-table tbody > tr:not(:first-child) {
    transition: var(--transition-all);
  }

  .soa-card-table tbody > tr:not(:first-child):hover {
    box-shadow: var(--shadow-medium);
    transform: translateY(-2px);
  }
}

@media screen and (min-width: 768px) {
  .image-wrapper {
    max-width: 95vw !important;
  }

  .img-close-trigger img {
    max-height: 80vh !important;
  }
}

@media (max-width: 900px) {
  .syun-hero__inner,
  .syun-layout {
    grid-template-columns: 1fr;
  }

  .syun-hero__panel {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 0;
    padding-top: var(--space-2);
  }

  .syun-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .soa-card-table tbody tr:first-child {
    display: none !important;
  }

  .soa-card-table tbody tr:not(:first-child) {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-medium);
    display: block !important;
    margin: 0.875rem 0;
    overflow: hidden !important;
    width: 100% !important;
  }

  .soa-card-table.table tbody tr:not(:first-child) td,
  .soa-card-table tbody tr:not(:first-child) td {
    box-sizing: border-box !important;
    display: block !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding: 0.875rem !important;
    position: relative !important;
    text-align: center !important;
    width: 100% !important;
  }

  .soa-card-table tbody tr:not(:first-child) td:nth-child(4) {
    text-align: left !important;
  }

  .soa-card-table tbody tr:not(:first-child) td:nth-child(3) .stars-ui {
    display: inline-flex !important;
    margin: 0 auto 0.625rem !important;
  }

  .badge-row {
    justify-content: center !important;
  }

  .soa-card-table.table tbody tr:not(:first-child) td::before,
  .soa-card-table tbody tr:not(:first-child) td::before {
    background: var(--color-primary) !important;
    box-sizing: border-box !important;
    color: var(--color-on-primary) !important;
    display: block !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    margin: -0.875rem -0.875rem 0.75rem !important;
    padding: 0.625rem 0.75rem !important;
    text-align: center !important;
    white-space: nowrap !important;
    width: calc(100% + 1.75rem) !important;
  }

  .soa-card-table tbody tr:not(:first-child) td:nth-child(1)::before { content: "階級"; }
  .soa-card-table tbody tr:not(:first-child) td:nth-child(2)::before { content: "対戦カード"; }
  .soa-card-table tbody tr:not(:first-child) td:nth-child(3)::before { content: "注目度"; }
  .soa-card-table tbody tr:not(:first-child) td:nth-child(4)::before { content: "見る理由"; }

  .fighter-profile-table tbody th {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .site-header {
    position: static;
  }

  .site-header__inner,
  .site-footer__inner,
  .syun-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__nav {
    width: 100%;
  }

  .menu {
    width: 100%;
  }

  .menu a {
    padding-left: 0;
  }

  .entry--list,
  .entry--search {
    grid-template-columns: 1fr;
  }

  .entry__media {
    min-height: 210px;
  }

  .entry--single {
    margin-top: var(--space-3);
  }

  .syun-related,
  .syun-sidebar {
    border-radius: var(--radius-md);
  }

  .wp-faq {
    max-width: 100%;
  }

  .wp-faq details > summary {
    padding: 0.875rem 3.25rem 0.875rem 0.875rem;
  }

  .wp-faq details > summary::after {
    right: 0.75rem;
    top: 0.75rem;
  }

  .wp-faq details > summary::before {
    flex-basis: 38px;
  }

  .wp-faq .faq-body {
    padding: 0.875rem;
  }

  .modern-list-box.glass-list.blue-glass-list {
    margin: var(--space-2) auto;
    padding: var(--space-2);
  }

  .modern-list-box.glass-list.blue-glass-list li {
    font-size: 0.85rem;
    line-height: 1.65;
    padding: 0.8rem 0.875rem 0.8rem 2.625rem;
  }

  .modern-list-box.glass-list.blue-glass-list li::before {
    left: 0.875rem;
  }
}

@media (max-width: 480px) {
  /* Below tablet width there isn't room to fit the Q badge, tap-hint label,
     and question text on one flex row without one of them collapsing into
     a single CJK character per line. Put the badge + hint on their own
     line and let the question wrap normally underneath, full width. */
  .wp-faq details > summary {
    flex-wrap: wrap;
  }

  .wp-faq .q-badge {
    order: 1;
  }

  .wp-faq .tap-hint {
    margin-top: 0;
    order: 2;
  }

  .wp-faq .q-text {
    flex-basis: 100%;
    order: 3;
    text-align: left;
  }

  .wp-faq details > summary::before {
    order: 4;
  }

  .fighter-profile-table {
    border-radius: var(--radius-md);
  }

  .fighter-profile-table thead th {
    font-size: 0.8125rem;
    padding: 0.875rem 0.75rem;
  }

  .fighter-profile-table th,
  .fighter-profile-table td {
    box-sizing: border-box;
    display: block;
    padding: 0.625rem 0.75rem;
    width: 100%;
  }

  .fighter-profile-table tbody tr {
    border-bottom: 1px solid rgba(18, 62, 115, 0.12);
    display: block;
    padding: 0.375rem 0;
  }

  .fighter-profile-table tbody tr:last-child {
    border-bottom: 0;
  }

  .fighter-profile-table tbody th {
    background: transparent;
    border-bottom: 0;
    font-size: 0.75rem;
    padding-bottom: 0.25rem;
    white-space: normal;
    width: 100%;
  }

  .fighter-profile-table tbody td {
    border-bottom: 0;
    font-size: 0.875rem;
    padding-top: 0;
  }

  /* Multi-column variant (3+ columns: e.g. label + two fighters, or card/winner/
     method/round results): keep columns side by side instead of stacking every
     cell full-width, so each row still reads as a row instead of a long list. */
  .fighter-profile-table:has(tr > :nth-child(3)) {
    display: block;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) thead,
  .fighter-profile-table:has(tr > :nth-child(3)) tbody,
  .fighter-profile-table:has(tr > :nth-child(3)) tr {
    display: block;
    width: 100%;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) tr {
    border-bottom: 1px solid rgba(18, 62, 115, 0.12);
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    padding: 0;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) tr:last-child {
    border-bottom: 0;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) th,
  .fighter-profile-table:has(tr > :nth-child(3)) td {
    border-bottom: 0;
    box-sizing: border-box;
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 0.5rem 0.4rem;
    text-align: center;
    width: 100%;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) thead th {
    font-size: 0.7rem;
    padding: 0.65rem 0.4rem;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) tbody th {
    background: rgba(18, 62, 115, 0.08);
    font-size: 0.68rem;
    white-space: normal;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) tbody td {
    font-size: 0.8125rem;
  }
}

/* Premium Sport art direction. */

body {
  background:
    linear-gradient(118deg, rgba(197, 31, 47, 0.06), transparent 24rem),
    radial-gradient(ellipse at 82% 8%, rgba(42, 120, 195, 0.16), transparent 34rem),
    radial-gradient(ellipse at 12% 4%, rgba(7, 24, 45, 0.1), transparent 34rem),
    linear-gradient(180deg, #fbfcfe 0%, #edf3f8 48%, #f8fafc 100%);
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(7, 24, 45, 0.08);
  box-shadow: 0 10px 34px rgba(7, 24, 45, 0.06);
}

.site-header__brand-link,
.site-header__logo .custom-logo-link {
  font-size: clamp(1.1rem, 1.9vw, 1.5rem);
  letter-spacing: 0;
}

.site-header__tagline {
  color: rgba(7, 24, 45, 0.58);
  letter-spacing: 0.06em;
}

.menu a {
  border: 1px solid transparent;
  color: rgba(7, 24, 45, 0.76);
}

.menu a:hover {
  background: rgba(18, 62, 115, 0.06);
  border-color: rgba(18, 62, 115, 0.1);
}

.syun-hero {
  background:
    radial-gradient(ellipse at 74% 48%, rgba(42, 120, 195, 0.72), transparent 32rem),
    radial-gradient(ellipse at 24% 86%, rgba(197, 31, 47, 0.2), transparent 28rem),
    linear-gradient(124deg, #050d18 0%, #07182d 34%, #0f3767 72%, #184f88 100%);
  min-height: clamp(590px, 88vh, 780px);
  padding: clamp(5.5rem, 11vw, 8.8rem) var(--space-2) clamp(3.25rem, 7vw, 5rem);
}

.syun-hero::before {
  background:
    linear-gradient(110deg, transparent 0 18%, rgba(255, 255, 255, 0.12) 18% 18.35%, transparent 18.35% 100%),
    linear-gradient(110deg, transparent 0 47%, rgba(255, 255, 255, 0.17) 47% 47.45%, transparent 47.45% 100%),
    linear-gradient(110deg, transparent 0 73%, rgba(197, 31, 47, 0.22) 73% 73.3%, transparent 73.3% 100%),
    repeating-radial-gradient(ellipse at 74% 52%, transparent 0 118px, rgba(255, 255, 255, 0.13) 119px 121px, transparent 122px 188px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, auto, auto, auto, 72px 72px, 72px 72px;
  opacity: 0.62;
}

.syun-hero::after {
  background:
    linear-gradient(180deg, rgba(5, 13, 24, 0.08), rgba(5, 13, 24, 0.22)),
    radial-gradient(ellipse at 50% 100%, rgba(255, 255, 255, 0.16), transparent 30rem);
  inset: 0;
  transform: none;
}

.syun-hero__inner {
  align-items: end;
  gap: clamp(3rem, 7vw, 6rem);
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.52fr);
}

.syun-hero__inner::before {
  top: -2.5rem;
}

.syun-hero__kicker,
.entry__eyebrow,
.section-kicker {
  color: rgba(197, 31, 47, 0.94);
  letter-spacing: 0.12em;
}

.syun-hero__title {
  font-size: clamp(3.6rem, 8.8vw, 7.6rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
  max-width: 11ch;
  text-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.syun-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  max-width: 32rem;
}

.syun-hero__actions {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.syun-button,
.button,
.project-button,
.entry__read-more {
  background: linear-gradient(135deg, var(--premium-blue) 0%, var(--color-primary) 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(7, 24, 45, 0.16);
  letter-spacing: 0.02em;
}

.syun-button:hover,
.button:hover,
.project-button:hover,
.entry__read-more:hover {
  background: linear-gradient(135deg, var(--premium-red) 0%, #8f1422 100%);
  transform: translateY(-2px);
}

.syun-button--ghost {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.syun-hero__proof {
  border-left: 2px solid rgba(197, 31, 47, 0.82);
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--font-size-small);
  line-height: 1.7;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 30rem;
  padding-left: var(--space-2);
}

.syun-hero__panel {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 36px 96px rgba(0, 0, 0, 0.18);
  padding: clamp(1.4rem, 3.2vw, 2.25rem);
}

.syun-hero__panel::before {
  background: linear-gradient(90deg, rgba(197, 31, 47, 0.92), transparent 46%);
  left: var(--space-2);
  right: var(--space-2);
}

.syun-hero__stat {
  border-bottom-color: rgba(255, 255, 255, 0.18);
  padding: clamp(1rem, 2vw, 1.4rem) 0;
}

.syun-hero__stat strong {
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  letter-spacing: 0;
}

.syun-hero__stat span {
  color: rgba(255, 255, 255, 0.72);
  max-width: 24rem;
}

.syun-section {
  padding-top: clamp(3.5rem, 7vw, 5.75rem);
}

.syun-section__header {
  border-bottom-color: rgba(7, 24, 45, 0.08);
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.syun-section__title,
.archive-header h1,
.search-header h1 {
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
}

.entry--list,
.entry--search {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72));
  border-color: rgba(7, 24, 45, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 50px rgba(7, 24, 45, 0.075);
  gap: clamp(1.1rem, 2.6vw, 2rem);
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  padding: clamp(0.75rem, 1.7vw, 1rem);
}

.entry--list::after,
.entry--search::after {
  background: linear-gradient(180deg, var(--premium-red), transparent);
  content: "";
  inset: 0 auto 0 0;
  opacity: 0;
  position: absolute;
  transition: opacity var(--transition-fast);
  width: 3px;
}

.entry--list:hover,
.entry--search:hover {
  border-color: rgba(18, 62, 115, 0.16);
  box-shadow: var(--premium-shadow);
  transform: translateY(-3px);
}

.entry--list:hover::after,
.entry--search:hover::after {
  opacity: 1;
}

.entry__media {
  background:
    radial-gradient(ellipse at 72% 46%, rgba(42, 120, 195, 0.44), transparent 42%),
    linear-gradient(135deg, #06111f 0%, #0d315b 68%, #174f87 100%);
  border-radius: var(--radius-sm);
  min-height: 206px;
}

.entry__media::after {
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, 0.16) 48% 48.5%, transparent 48.5% 100%),
    linear-gradient(180deg, transparent, rgba(5, 13, 24, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.entry__media-fallback {
  align-items: flex-end;
  background:
    repeating-linear-gradient(32deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    radial-gradient(ellipse at 70% 42%, rgba(42, 120, 195, 0.32), transparent 45%);
  font-size: 0.72rem;
  line-height: 1.35;
  padding: 1rem;
}

.entry__media-fallback::before {
  border-color: rgba(255, 255, 255, 0.24);
}

.entry__media-fallback::after {
  color: rgba(255, 255, 255, 0.5);
  content: "PREMIUM FIGHT NOTES";
  font-size: 0.64rem;
  font-weight: 800;
  left: 1rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 1rem;
}

.entry__body {
  padding: clamp(0.35rem, 1.4vw, 0.75rem) clamp(0.25rem, 1vw, 0.75rem);
}

.entry__title {
  margin-bottom: 0.7rem;
}

.entry__title a {
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.22;
}

.entry__meta {
  gap: 0.45rem 0.75rem;
  letter-spacing: 0.04em;
}

.entry__label,
.entry__category a,
.cat-links a {
  border: 1px solid rgba(197, 31, 47, 0.12);
  letter-spacing: 0.06em;
}

.entry__excerpt {
  color: rgba(18, 26, 36, 0.68);
  line-height: 1.75;
}

.entry__read-more {
  font-size: var(--font-size-caption);
  min-height: 2.35rem;
  padding: 0.55rem 0.8rem;
}

.entry--single {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    radial-gradient(ellipse at 100% 0%, rgba(18, 62, 115, 0.08), transparent 22rem);
  border-color: rgba(7, 24, 45, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 28px 86px rgba(7, 24, 45, 0.12);
  max-width: min(860px, calc(100% - 2rem));
  padding: clamp(1.15rem, 3.2vw, 2.6rem);
}

.entry--single .entry__title {
  font-size: clamp(1.95rem, 4.4vw, 3.55rem);
  line-height: 1.08;
}

.entry__hero-media {
  border-radius: var(--radius-sm);
  min-height: clamp(250px, 44vw, 480px);
}

.entry__content {
  color: rgba(18, 26, 36, 0.86);
}

.entry__content h2,
.entry__content h3 {
  border-left-width: 3px;
  margin-top: 2.6em;
}

.entry__content table,
.soa-card-table,
.fighter-profile-table,
.YoutubeWrapper,
.modern-list-box.glass-list.blue-glass-list,
.wp-faq details {
  box-shadow: 0 18px 54px rgba(7, 24, 45, 0.09);
}

.wp-faq details {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(7, 24, 45, 0.08);
}

.wp-faq details > summary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 251, 0.86));
}

.wp-faq .answer {
  background: linear-gradient(135deg, rgba(253, 236, 239, 0.5), rgba(255, 255, 255, 0.82));
}

.soa-card-table tbody > tr:first-child > th,
.fighter-profile-table thead th {
  background: linear-gradient(135deg, #06111f 0%, #123e73 62%, #1f6faf 100%);
}

.modern-list-box.glass-list.blue-glass-list {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(245, 248, 251, 0.58)),
    radial-gradient(ellipse at 0% 0%, rgba(42, 120, 195, 0.12), transparent 18rem);
}

@media (prefers-reduced-motion: no-preference) {
  .syun-hero__kicker,
  .syun-hero__title,
  .syun-hero__lead,
  .syun-hero__actions,
  .syun-hero__proof,
  .syun-hero__panel {
    animation: premium-rise 700ms ease both;
  }

  .syun-hero__title {
    animation-delay: 80ms;
  }

  .syun-hero__lead,
  .syun-hero__actions {
    animation-delay: 150ms;
  }

  .syun-hero__proof,
  .syun-hero__panel {
    animation-delay: 220ms;
  }

  .entry__media img,
  .preview-image {
    transition: transform 560ms ease, filter 560ms ease;
  }
}

@keyframes premium-rise {
  from {
    opacity: 0;
    translate: 0 14px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@media (max-width: 900px) {
  .syun-hero {
    min-height: auto;
  }

  .syun-hero__inner {
    align-items: start;
    gap: var(--space-3);
    grid-template-columns: 1fr;
  }

  .syun-hero__inner > * {
    min-width: 0;
  }

  .syun-hero__panel {
    padding: var(--space-2);
  }
}

@media (max-width: 767px) {
  .syun-hero {
    padding-bottom: var(--space-4);
    padding-top: var(--space-5);
  }

  .syun-hero__title {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .syun-hero__proof {
    margin-top: var(--space-2);
    max-width: none;
    width: 100%;
  }

  .entry--list,
  .entry--search {
    grid-template-columns: 1fr;
    padding: 0.75rem;
  }

  .entry__media {
    min-height: 220px;
  }

  .entry__body {
    padding: 0.25rem 0;
  }

  .entry__title a {
    font-size: clamp(1.25rem, 7vw, 1.7rem);
  }

  .entry--single {
    max-width: calc(100% - 1rem);
    padding: 1rem;
  }
}

/* Fight Magazine 2.0 editorial layer. */

.syun-hero {
  background:
    linear-gradient(90deg, rgba(5, 13, 24, 0.92) 0%, rgba(5, 13, 24, 0.62) 38%, rgba(18, 62, 115, 0.2) 100%),
    radial-gradient(ellipse at 76% 44%, rgba(42, 120, 195, 0.72), transparent 30rem),
    linear-gradient(128deg, #050d18 0%, #07182d 43%, #123e73 100%);
}

.syun-hero::before {
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, 0.1) 7% 7.08%, transparent 7.08% 100%),
    linear-gradient(90deg, transparent 0 92%, rgba(197, 31, 47, 0.42) 92% 92.18%, transparent 92.18% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 96px),
    repeating-radial-gradient(ellipse at 72% 52%, transparent 0 130px, rgba(255, 255, 255, 0.14) 131px 132px, transparent 133px 205px);
  opacity: 0.58;
}

.syun-hero::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 13, 24, 0.2) 100%),
    linear-gradient(110deg, transparent 0 58%, rgba(197, 31, 47, 0.22) 58% 58.35%, transparent 58.35% 100%);
}

.syun-hero__inner {
  align-items: center;
}

.syun-hero__edition {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.66);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin: 0 0 var(--space-2);
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.syun-hero__kicker {
  color: rgba(197, 31, 47, 0.98);
}

.syun-hero__title {
  font-size: clamp(4rem, 9.4vw, 8.4rem);
  max-width: 10.5ch;
}

.syun-hero__proof {
  color: rgba(255, 255, 255, 0.66);
}

.syun-hero__panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border-width: 0 0 0 1px;
  box-shadow: none;
  padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(0.5rem, 2vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);
}

.syun-hero__panel::before {
  display: none;
}

.syun-hero__panel-title {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin: 0 0 var(--space-1);
  text-transform: uppercase;
}

.syun-hero__stat {
  border-bottom-color: rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: inherit;
  display: block;
  margin-inline: -0.65rem;
  padding: 1.1rem 0;
  padding-inline: 0.65rem;
  position: relative;
  text-decoration: none;
  transition: background-color var(--motion-duration-fast, 180ms) ease, border-color var(--motion-duration-fast, 180ms) ease, box-shadow var(--motion-duration-fast, 180ms) ease, transform var(--motion-duration-fast, 180ms) ease;
}

.syun-hero__stat:hover {
  background: rgba(255, 255, 255, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 2px 0 0 rgba(197, 31, 47, 0.82);
  transform: translateX(0.18rem);
}

.syun-hero__stat:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--focus-ring-shadow), inset 2px 0 0 rgba(197, 31, 47, 0.9);
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 3px;
}

.syun-hero__stat strong {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.syun-section__header {
  align-items: start;
}

.syun-section__deck {
  color: rgba(18, 26, 36, 0.62);
  line-height: 1.75;
  margin: 0.6rem 0 0;
  max-width: 38rem;
}

.syun-feed {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.entry--featured {
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  min-height: 320px;
}

.entry--featured .entry__media {
  min-height: 300px;
}

.entry--featured .entry__body {
  justify-content: end;
  padding: clamp(1rem, 2.8vw, 2rem);
}

.entry--featured .entry__title a {
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1.04;
}

.entry--featured .entry__excerpt {
  font-size: 1rem;
  max-width: 34rem;
}

.entry--list:not(.entry--featured),
.entry--search:not(.entry--featured) {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
}

.entry--list:not(.entry--featured) .entry__media,
.entry--search:not(.entry--featured) .entry__media {
  min-height: 160px;
}

.entry--list:not(.entry--featured) .entry__title a,
.entry--search:not(.entry--featured) .entry__title a {
  font-size: clamp(1.15rem, 1.7vw, 1.48rem);
}

.entry__media-fallback {
  justify-content: flex-start;
}

.entry__media-fallback::after {
  content: "FEATURE WITHOUT IMAGE";
}

.entry--single {
  background: var(--magazine-paper);
  border-color: rgba(7, 24, 45, 0.075);
}

.entry--single .entry__header {
  border-bottom: 1px solid var(--magazine-rule);
  padding-bottom: var(--space-2);
}

.entry__hero-media {
  box-shadow: 0 22px 70px rgba(7, 24, 45, 0.14);
}

.entry__content table,
.wp-faq details,
.soa-card-table,
.YoutubeWrapper,
.fighter-profile-table,
.modern-list-box.glass-list.blue-glass-list {
  background-color: var(--magazine-paper);
  border-color: rgba(7, 24, 45, 0.08);
  box-shadow: 0 12px 34px rgba(7, 24, 45, 0.075);
}

.modern-list-box.glass-list.blue-glass-list li {
  background: rgba(255, 255, 255, 0.82);
}

.syun-sidebar,
.syun-related {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(7, 24, 45, 0.08);
  box-shadow: 0 18px 50px rgba(7, 24, 45, 0.08);
}

@media (hover: hover) {
  .entry--featured:hover .entry__media img,
  .entry--featured:hover .preview-image {
    transform: scale(1.035);
  }
}

@media (max-width: 900px) {
  .syun-hero__panel {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: var(--space-2) 0 0;
  }

  .entry--featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .syun-hero__edition {
    font-size: 0.66rem;
    max-width: 100%;
  }

  .syun-hero__title {
    font-size: clamp(3.15rem, 15.2vw, 4.8rem);
  }

  .entry--featured,
  .entry--list:not(.entry--featured),
  .entry--search:not(.entry--featured) {
    grid-template-columns: 1fr;
  }

  .entry--featured .entry__media,
  .entry--list:not(.entry--featured) .entry__media,
  .entry--search:not(.entry--featured) .entry__media {
    min-height: 220px;
  }

  .entry--featured .entry__body {
    padding: 0.25rem 0;
  }

  .entry--featured .entry__title a {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }
}

/* Interaction Polish layer. */

/* Liquid Glass structure: shared layering and highlights only. */
.site-header,
.syun-hero__panel,
.syun-sidebar,
.syun-related,
.entry--featured,
.wp-faq details,
.modern-list-box.glass-list.blue-glass-list {
  position: relative;
}

.site-header::before,
.syun-hero__panel::after,
.syun-sidebar::after,
.syun-related::after,
.entry--featured::after,
.wp-faq details::after,
.modern-list-box.glass-list.blue-glass-list::after {
  background: var(--liquid-glass-highlight);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0.66;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.site-header::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
  opacity: 0.56;
}

.site-header__inner,
.syun-hero__panel > *,
.syun-sidebar > *,
.syun-related > *,
.entry--featured > *,
.wp-faq details > *,
.modern-list-box.glass-list.blue-glass-list > * {
  position: relative;
  z-index: 1;
}

.syun-hero__panel {
  border-radius: calc(var(--radius-lg) + 0.25rem);
  overflow: hidden;
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.syun-hero__panel::after {
  opacity: 0.46;
}

.syun-hero__panel-title {
  color: rgba(255, 255, 255, 0.72);
}

.syun-hero__stat {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.entry--featured {
  overflow: hidden;
}

.entry--featured::after {
  opacity: 0.4;
}

.entry--featured .entry__meta,
.entry--featured .entry__label,
.entry--featured .entry__category a,
.entry--featured .cat-links a {
  position: relative;
  z-index: 2;
}

.entry--featured .entry__label,
.entry--featured .entry__category a,
.entry--featured .cat-links a,
.badge,
.q-badge {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    linear-gradient(135deg, var(--liquid-glass-tint), rgba(18, 62, 115, 0.05));
  border-color: rgba(197, 31, 47, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 22px rgba(7, 24, 45, 0.06);
}

.syun-sidebar,
.syun-related {
  overflow: hidden;
}

.syun-sidebar::after,
.syun-related::after {
  opacity: 0.42;
}

.wp-faq details,
.modern-list-box.glass-list.blue-glass-list {
  overflow: hidden;
}

.wp-faq details::after,
.modern-list-box.glass-list.blue-glass-list::after {
  opacity: 0.34;
}

.wp-faq details > summary {
  background:
    linear-gradient(90deg, rgba(197, 31, 47, 0.075), transparent 42%),
    rgba(255, 255, 255, 0.34);
}

.modern-list-box.glass-list.blue-glass-list li {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(7, 24, 45, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

@media (hover: hover) {
  .entry--featured:hover,
  .entry--featured:focus-within {
    border-color: rgba(255, 255, 255, 0.92);
    box-shadow: var(--liquid-glass-shadow), 0 0 0 1px rgba(197, 31, 47, 0.11);
  }

  .entry--featured:hover::after,
  .wp-faq details:hover::after,
  .modern-list-box.glass-list.blue-glass-list:hover::after {
    opacity: 0.54;
  }
}

.site-header {
  transition:
    background-color var(--motion-standard),
    border-color var(--motion-standard),
    box-shadow var(--motion-standard),
    backdrop-filter var(--motion-standard);
}

body:not(.home) .site-header,
body.blog .site-header {
  background: rgba(255, 255, 255, 0.88);
}

.site-header:hover,
.site-header:focus-within {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(7, 24, 45, 0.12);
  box-shadow: 0 14px 44px rgba(7, 24, 45, 0.08);
}

.menu a,
.site-footer a,
.entry__footer a,
.entry__content a:not(.zoom-trigger-link) {
  background-image: linear-gradient(90deg, var(--magazine-red), var(--magazine-red));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--underline-size);
  text-decoration: none;
  transition:
    background-size var(--motion-standard),
    color var(--motion-fast),
    border-color var(--motion-fast),
    transform var(--motion-fast);
}

.menu a:hover,
.site-footer a:hover,
.entry__footer a:hover,
.entry__content a:not(.zoom-trigger-link):hover {
  background-size: 100% var(--underline-size);
  text-decoration: none;
}

/* Article links remain identifiable without relying on hover alone. */
.entry__content a.syun-internal-link {
  background-image: none;
  color: var(--color-primary);
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(195, 39, 63, 0.72);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
  transition:
    color var(--motion-fast),
    text-decoration-color var(--motion-fast),
    text-underline-offset var(--motion-fast);
}

.entry__content a.syun-internal-link:visited {
  color: #344f72;
}

@media (hover: hover) {
  .entry__content a.syun-internal-link:hover {
    background-size: 0;
    color: var(--magazine-red);
    text-decoration-color: currentColor;
    text-underline-offset: 0.3em;
  }
}

.entry__content a.syun-internal-link:focus-visible {
  background: rgba(195, 39, 63, 0.08);
  border-radius: 3px;
  color: var(--magazine-red);
  outline: 3px solid rgba(195, 39, 63, 0.38);
  outline-offset: 3px;
}

.entry__content a.syun-internal-link:active {
  color: #8f1e31;
  text-underline-offset: 0.16em;
}

.syun-button,
.button,
.project-button,
.entry__read-more {
  background-size: 140% 100%;
  overflow: hidden;
  position: relative;
  transition:
    background-position var(--motion-standard),
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast),
    transform var(--motion-fast);
}

.syun-button::after,
.button::after,
.project-button::after,
.entry__read-more::after {
  background: linear-gradient(110deg, transparent 0 30%, rgba(255, 255, 255, 0.24) 48%, transparent 68% 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
  transition: opacity var(--motion-fast), transform var(--motion-slow);
}

.syun-button:hover,
.button:hover,
.project-button:hover,
.entry__read-more:hover {
  background-position: 100% 0;
  box-shadow: var(--glow-red-soft);
}

.syun-button:hover::after,
.button:hover::after,
.project-button:hover::after,
.entry__read-more:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.entry--list,
.entry--search,
.wp-faq details,
.modern-list-box.glass-list.blue-glass-list li,
.syun-sidebar,
.syun-related {
  transition:
    border-color var(--motion-standard),
    box-shadow var(--motion-standard),
    transform var(--motion-standard),
    background-color var(--motion-standard);
}

@media (hover: hover) {
  .menu a:hover {
    transform: translateY(var(--hover-lift-sm));
  }

  .entry--list:hover,
  .entry--search:hover {
    box-shadow: var(--glow-blue-soft);
    transform: translateY(var(--hover-lift-md));
  }

  .entry--list:hover .entry__media img,
  .entry--search:hover .entry__media img,
  .entry--list:hover .preview-image,
  .entry--search:hover .preview-image {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(var(--hover-scale-image));
  }

  .wp-faq details:hover,
  .modern-list-box.glass-list.blue-glass-list li:hover {
    box-shadow: var(--glow-blue-soft);
  }

  .entry__label:hover,
  .entry__category a:hover,
  .cat-links a:hover,
  .badge:hover {
    box-shadow: var(--glow-red-soft);
    transform: translateY(var(--hover-lift-sm));
  }
}

.entry__label,
.entry__category a,
.cat-links a,
.badge,
.q-badge {
  border: 1px solid rgba(197, 31, 47, 0.14);
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    box-shadow var(--motion-fast),
    color var(--motion-fast),
    transform var(--motion-fast);
}

.entry__label--accent,
.badge--main,
.badge--title-gold {
  border-color: rgba(197, 31, 47, 0.24);
}

/* SOA table event badges: full labels and stronger dimensional shadows. */
.soa-card-table .badge-row {
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.65rem;
}

.soa-card-table .badge {
  border-radius: 999px;
  border-width: 1px;
  display: inline-flex;
  font-size: clamp(0.72rem, 0.8em, 0.84rem);
  font-weight: 850;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.1;
  min-height: 1.85rem;
  padding: 0.4rem 0.82rem;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
  text-transform: none;
  white-space: normal;
}

.soa-card-table .badge--main {
  background:
    linear-gradient(180deg, rgba(255, 250, 226, 0.98) 0%, rgba(226, 181, 62, 0.94) 58%, rgba(142, 96, 22, 0.94) 100%);
  border-color: rgba(142, 96, 22, 0.72);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.78),
    inset 0 -3px 5px rgba(70, 42, 7, 0.3),
    0 2px 0 rgba(103, 67, 12, 0.58),
    0 10px 20px rgba(122, 84, 18, 0.28),
    0 18px 34px rgba(7, 24, 45, 0.12);
  color: #221603;
}

.soa-card-table .badge--comain {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(218, 226, 236, 0.96) 58%, rgba(144, 158, 176, 0.92) 100%);
  border-color: rgba(123, 139, 157, 0.72);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.9),
    inset 0 -3px 5px rgba(50, 62, 78, 0.18),
    0 2px 0 rgba(91, 106, 124, 0.42),
    0 9px 18px rgba(57, 70, 87, 0.22),
    0 16px 30px rgba(7, 24, 45, 0.1);
  color: #17212f;
}

.soa-card-table .badge--main,
.soa-card-table .badge--comain {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.soa-card-table .badge--main::after,
.soa-card-table .badge--comain::after {
  background: linear-gradient(
    105deg,
    transparent 12%,
    rgba(255, 255, 255, 0.2) 38%,
    rgba(255, 255, 255, 0.82) 50%,
    rgba(255, 255, 255, 0.22) 62%,
    transparent 88%
  );
  content: "";
  inset: -45% auto -45% -72%;
  pointer-events: none;
  position: absolute;
  transform: skewX(-18deg);
  width: 42%;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .soa-card-table tr:hover .badge--main,
  .soa-card-table tr:hover .badge--comain {
    transform: translateY(-1px);
  }

  .soa-card-table tr:hover .badge--main {
    box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.84),
      inset 0 -3px 5px rgba(70, 42, 7, 0.28),
      0 2px 0 rgba(103, 67, 12, 0.52),
      0 11px 24px rgba(150, 103, 22, 0.34);
  }

  .soa-card-table tr:hover .badge--comain {
    box-shadow:
      inset 0 1px 2px rgba(255, 255, 255, 0.94),
      inset 0 -3px 5px rgba(50, 62, 78, 0.16),
      0 2px 0 rgba(91, 106, 124, 0.38),
      0 10px 22px rgba(80, 97, 119, 0.3);
  }

  .soa-card-table tr:hover .badge--main::after,
  .soa-card-table tr:hover .badge--comain::after {
    animation: project-child-badge-glint 680ms cubic-bezier(0.22, 0.61, 0.36, 1) 1;
  }
}

@keyframes project-child-badge-glint {
  from {
    left: -72%;
  }

  to {
    left: 138%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .soa-card-table .badge--main::after,
  .soa-card-table .badge--comain::after {
    display: none;
  }
}
.soa-card-table .badge--title-gold {
  background:
    linear-gradient(180deg, rgba(255, 245, 197, 0.96) 0%, rgba(202, 160, 0, 0.92) 100%);
  border-color: rgba(138, 107, 0, 0.68);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.72),
    inset 0 -3px 5px rgba(82, 61, 0, 0.24),
    0 2px 0 rgba(111, 86, 0, 0.5),
    0 10px 20px rgba(138, 107, 0, 0.22);
  color: #171000;
}

.soa-card-table .badge--title {
  background:
    linear-gradient(180deg, rgba(59, 103, 153, 0.98) 0%, rgba(20, 47, 80, 0.98) 100%);
  border-color: rgba(18, 62, 115, 0.74);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.24),
    inset 0 -3px 5px rgba(3, 15, 31, 0.34),
    0 2px 0 rgba(7, 24, 45, 0.5),
    0 10px 20px rgba(18, 62, 115, 0.26),
    0 18px 34px rgba(7, 24, 45, 0.14);
  color: #f8fafc;
  min-width: 6.5rem;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);
}

.soa-card-table .badge--bmf {
  background: linear-gradient(180deg, #223047 0%, #09111c 100%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.16),
    inset 0 -3px 5px rgba(0, 0, 0, 0.5),
    0 2px 0 rgba(0, 0, 0, 0.52),
    0 10px 22px rgba(7, 24, 45, 0.28);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.48);
}

/* SOA table rating stars: readable magazine-style meter. */
.soa-card-table .stars-ui {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(238, 245, 253, 0.56)),
    linear-gradient(135deg, rgba(18, 62, 115, 0.11), rgba(7, 24, 45, 0.045));
  border: 1px solid rgba(18, 62, 115, 0.16);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.66),
    0 6px 14px rgba(7, 24, 45, 0.055);
  color: #245580;
  display: inline-flex;
  font-family: var(--font-family-base);
  font-size: 0.76rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.045em;
  line-height: 1;
  min-height: 1.5rem;
  min-width: 4.75rem;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
  position: relative;
  text-shadow: none;
  white-space: nowrap;
}

.soa-card-table .stars-ui::before {
  position: relative;
  z-index: 1;
}

.soa-card-table .stars-ui::after {
  background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, 0.92) 46%, rgba(255, 255, 255, 0.24) 54%, transparent 68% 100%);
  content: "";
  inset: -35% auto -35% 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-135%) rotate(10deg);
  width: 42%;
  z-index: 2;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .soa-card-table tbody > tr:not(:first-child):hover .stars-ui,
  .soa-card-table tbody > tr:not(:first-child):focus-within .stars-ui,
  .soa-card-table .stars-ui:hover {
    border-color: rgba(18, 62, 115, 0.28);
    box-shadow:
      inset 0 1px 1px rgba(255, 255, 255, 0.74),
      0 8px 18px rgba(18, 62, 115, 0.12);
    color: #123e73;
  }

  .soa-card-table tbody > tr:not(:first-child):hover .stars-ui::after,
  .soa-card-table tbody > tr:not(:first-child):focus-within .stars-ui::after,
  .soa-card-table .stars-ui:hover::after {
    animation: soa-star-glint 720ms cubic-bezier(0.2, 0, 0, 1) both;
  }
}

@keyframes soa-star-glint {
  0% {
    opacity: 0;
    transform: translateX(-135%) rotate(10deg);
  }

  18% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    transform: translateX(280%) rotate(10deg);
  }
}

.soa-card-table .stars-ui[data-rating="5"]::before { content: "★★★★★"; }
.soa-card-table .stars-ui[data-rating="4"]::before { content: "★★★★☆"; }
.soa-card-table .stars-ui[data-rating="3"]::before { content: "★★★☆☆"; }
.soa-card-table .stars-ui[data-rating="2"]::before { content: "★★☆☆☆"; }
.soa-card-table .stars-ui[data-rating="1"]::before { content: "★☆☆☆☆"; }
.soa-card-table .stars-ui[data-rating="0"]::before { content: "☆☆☆☆☆"; }

.wp-faq details > summary {
  transition:
    background-color var(--motion-standard),
    box-shadow var(--motion-standard),
    color var(--motion-fast);
}

.wp-faq details > summary::after {
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    color var(--motion-fast),
    transform var(--motion-fast);
}

.wp-faq details[open] > summary::after {
  transform: rotate(180deg);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
.entry--list:focus-within,
.entry--search:focus-within {
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 4px;
  box-shadow: var(--focus-ring-shadow);
}

/* Liquid Glass final pass: keep the effect on floating UI, not long-form copy. */
.site-header {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.62), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 255, 0.64)),
    var(--liquid-glass-bg);
  border-bottom-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 52px rgba(7, 24, 45, 0.11), inset 0 -1px 0 rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: var(--liquid-glass-blur);
  backdrop-filter: var(--liquid-glass-blur);
}

body:not(.home) .site-header,
body.blog .site-header {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.58), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 255, 0.68)),
    var(--liquid-glass-bg);
}

.site-header:hover,
.site-header:focus-within {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.7), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 255, 0.76)),
    var(--liquid-glass-bg);
  border-bottom-color: rgba(197, 31, 47, 0.18);
  box-shadow: 0 20px 60px rgba(7, 24, 45, 0.14), inset 0 -1px 0 rgba(255, 255, 255, 0.72);
}

.syun-hero__panel,
.entry--featured,
.syun-sidebar,
.syun-related,
.wp-faq details,
.modern-list-box.glass-list.blue-glass-list {
  -webkit-backdrop-filter: var(--liquid-glass-blur);
  backdrop-filter: var(--liquid-glass-blur);
}

.syun-hero__panel {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.38), transparent 15rem),
    radial-gradient(circle at 86% 118%, rgba(197, 31, 47, 0.24), transparent 13rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.075)),
    var(--liquid-glass-bg-dark);
  border: 1px solid var(--liquid-glass-edge-dark);
  box-shadow: var(--liquid-glass-shadow-dark);
}

.syun-hero__lead,
.syun-hero__proof,
.syun-hero__stat span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.syun-hero__inner > *,
.syun-hero__panel {
  box-sizing: border-box;
  min-width: 0;
}

.entry--featured,
.syun-sidebar,
.syun-related {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.66), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 255, 0.68)),
    var(--liquid-glass-bg);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: var(--liquid-glass-shadow);
}

.wp-faq details,
.modern-list-box.glass-list.blue-glass-list {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.62), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.74)),
    var(--liquid-glass-bg);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 52px rgba(7, 24, 45, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

@media (max-width: 767px) {
  .syun-hero {
    overflow-x: clip;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .syun-hero__inner,
  .syun-hero__inner > * {
    max-width: 100%;
  }

  .syun-hero__proof,
  .syun-hero__panel {
    max-width: 100%;
  }

  .syun-hero__panel {
    justify-self: start;
    width: 100%;
  }

  .syun-hero__lead,
  .syun-hero__proof {
    line-break: anywhere;
    max-width: min(100%, 20rem);
    overflow-wrap: anywhere;
    white-space: normal;
    width: 100%;
    word-break: break-all;
  }

  .syun-hero__actions {
    max-width: 100%;
  }
}

/* Octagon hero background pass: replace circular ring lines with a thin cage outline. */
.syun-hero::before {
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, 0.1) 7% 7.08%, transparent 7.08% 100%),
    linear-gradient(90deg, transparent 0 92%, rgba(197, 31, 47, 0.42) 92% 92.18%, transparent 92.18% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 96px);
  background-size: auto, auto, 96px 96px, 96px 96px;
}

.syun-hero__inner > * {
  position: relative;
  z-index: 1;
}

.syun-hero__inner::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 760'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linejoin='miter'%3E%3Cpolygon points='600 26 1000 180 1174 380 1000 580 600 734 200 580 26 380 200 180' stroke-opacity='.16' stroke-width='2.5'/%3E%3Cpolygon points='600 116 904 234 1036 380 904 526 600 644 296 526 164 380 296 234' stroke-opacity='.1' stroke-width='2'/%3E%3Cpolygon points='600 205 808 286 898 380 808 474 600 555 392 474 302 380 392 286' stroke-opacity='.075' stroke-width='1.5'/%3E%3Cpath d='M26 380H1174M600 26V734M200 180 1000 580M1000 180 200 580' stroke-opacity='.055' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
  height: min(760px, 74vw);
  pointer-events: none;
  position: absolute;
  right: clamp(-20rem, -14vw, -8rem);
  top: clamp(-5rem, -7vw, -2rem);
  width: min(1200px, 86vw);
  z-index: 0;
}

@media (max-width: 767px) {
  .syun-hero__inner::after {
    height: 34rem;
    opacity: 0.62;
    right: -24rem;
    top: 2rem;
    width: 54rem;
  }
}

@media (prefers-contrast: more) {
  .syun-hero__inner::after {
    display: none;
  }
}

/* Sidebar identity and outbound links. */
.syun-sidebar__profile {
  align-items: start;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 4.5rem minmax(0, 1fr);
}

.syun-sidebar__profile-media {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(7, 24, 45, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.syun-sidebar__profile-image,
.syun-sidebar__profile-fallback {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.syun-sidebar__profile-fallback {
  align-items: flex-end;
  background:
    linear-gradient(135deg, transparent 48%, rgba(197, 31, 47, 0.58) 49%, rgba(197, 31, 47, 0.58) 51%, transparent 52%),
    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 12px),
    linear-gradient(145deg, var(--color-primary-dark), var(--color-primary) 68%, #1b5b9f);
  color: #ffffff;
  display: flex;
  font-family: var(--font-family-display);
  font-size: 0.76rem;
  font-weight: 900;
  justify-content: flex-start;
  padding: 0.55rem;
}

.syun-sidebar__profile-body {
  min-width: 0;
}

.syun-sidebar .syun-sidebar__eyebrow {
  color: var(--color-accent);
  font-family: var(--font-family-display);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0 0 0.3rem;
  text-transform: uppercase;
}

.syun-sidebar__profile-body > p:not(.syun-sidebar__eyebrow) {
  margin: 0;
}

.syun-sidebar__profile-link {
  color: var(--color-primary);
  display: inline-flex;
  font-size: 0.76rem;
  margin-top: 0.55rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.24em;
}

.syun-sidebar__social {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.syun-social-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(7, 24, 45, 0.1);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 7px 18px rgba(7, 24, 45, 0.06);
  color: var(--color-primary-dark);
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  transition: border-color var(--motion-fast), box-shadow var(--motion-fast), color var(--motion-fast), transform var(--motion-fast);
}

.syun-social-link svg,
.syun-sidebar__contact svg {
  fill: none;
  height: 1.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.15rem;
}

.syun-social-link--instagram svg,
.syun-social-link--threads svg {
  height: 1.2rem;
  width: 1.2rem;
}

.syun-social-link .is-filled {
  fill: currentColor;
  stroke: none;
}

.syun-social-link__letter {
  font-family: var(--font-family-display);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.syun-social-link:hover,
.syun-social-link:focus-visible,
.syun-social-link:active {
  text-decoration: none;
}

.syun-social-link:focus-visible,
.syun-sidebar__contact:focus-visible,
.syun-sidebar__profile-link:focus-visible {
  border-color: var(--focus-ring-color);
  box-shadow: var(--focus-ring-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.syun-sidebar__contact {
  align-items: center;
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary) 70%, #1b5b9f);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(18, 62, 115, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  font-family: var(--font-family-display);
  font-size: 0.78rem;
  font-weight: 850;
  gap: 0.65rem;
  justify-content: space-between;
  line-height: 1.35;
  margin-bottom: 1.15rem;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  transition: box-shadow var(--motion-fast), transform var(--motion-fast);
}

.syun-sidebar__categories,
.syun-sidebar__latest {
  border-top: 1px solid var(--border-color-light);
  padding-top: 1.15rem;
}

.syun-sidebar__latest {
  margin-top: 1.15rem;
}

.syun-sidebar__latest ol {
  counter-reset: sidebar-latest;
  list-style: none;
  margin: 0;
  padding: 0;
}

.syun-sidebar__latest li {
  counter-increment: sidebar-latest;
  display: grid;
  gap: 0.18rem 0.55rem;
  grid-template-columns: 1.55rem minmax(0, 1fr);
}

.syun-sidebar__latest li::before {
  color: var(--color-accent);
  content: counter(sidebar-latest, decimal-leading-zero);
  font-family: var(--font-family-display);
  font-size: 0.68rem;
  font-weight: 900;
  grid-row: 1 / span 3;
  padding-top: 0.16rem;
}

.syun-sidebar__latest li + li {
  border-top: 1px solid var(--border-color-light);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.syun-sidebar__latest a {
  color: var(--color-primary-dark);
  font-size: 0.8rem;
  justify-self: start;
  line-height: 1.5;
  max-width: 100%;
}

.syun-sidebar__latest-label {
  color: var(--color-accent);
  font-size: 0.64rem;
  font-weight: 900;
  grid-column: 2;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.syun-sidebar__latest time {
  color: var(--color-muted);
  font-size: 0.66rem;
  font-weight: 700;
  grid-column: 2;
}

@media (hover: hover) {
  .syun-social-link:hover {
    border-color: rgba(197, 31, 47, 0.32);
    box-shadow: var(--glow-red-soft);
    color: var(--color-accent);
    transform: translateY(var(--hover-lift-sm));
  }

  .syun-sidebar__contact:hover {
    box-shadow: 0 18px 38px rgba(18, 62, 115, 0.27), 0 0 0 1px rgba(197, 31, 47, 0.18);
    color: #ffffff;
    transform: translateY(var(--hover-lift-sm));
  }
}

@media (max-width: 900px) and (min-width: 581px) {
  .syun-sidebar__social {
    grid-template-columns: repeat(5, minmax(44px, 1fr));
  }
}

@media (max-width: 380px) {
  .syun-sidebar__profile {
    grid-template-columns: 3.9rem minmax(0, 1fr);
  }
}

@media (prefers-contrast: more) {
  .syun-sidebar__profile-media,
  .syun-social-link,
  .syun-sidebar__contact {
    border-color: currentColor;
    box-shadow: none;
  }

  .syun-social-link {
    background: #ffffff;
  }

  .syun-sidebar__contact {
    background: var(--color-primary-dark);
  }
}

/* LocalWP sidebar final pass: standard widgets should read as compact magazine furniture. */
.syun-layout {
  align-items: stretch;
  column-gap: clamp(1.75rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
}

.syun-sidebar {
  align-self: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  top: 0;
}

.admin-bar .syun-sidebar {
  top: 0;
}

body.blog .syun-sidebar,
body.archive .syun-sidebar,
body.search .syun-sidebar {
  margin-top: 0;
}

.syun-sidebar__profile {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.syun-sidebar__profile h2,
.syun-sidebar .widget-title,
.syun-sidebar h2,
.syun-sidebar h3,
.syun-sidebar .wp-block-heading,
.syun-sidebar .wp-block-search__label {
  color: var(--color-primary-dark);
  font-family: var(--font-family-display);
  font-size: clamp(1rem, 1.05vw, 1.15rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0 0 0.7rem;
  text-wrap: balance;
}

.syun-sidebar__profile p,
.syun-sidebar .widget,
.syun-sidebar .wp-block-latest-posts,
.syun-sidebar .wp-block-latest-comments,
.syun-sidebar .wp-block-archives,
.syun-sidebar .wp-block-categories {
  font-size: 0.88rem;
  line-height: 1.75;
}

.syun-sidebar .widget,
.syun-sidebar .wp-block-group,
.syun-sidebar .wp-block-search,
.syun-sidebar .wp-block-latest-posts,
.syun-sidebar .wp-block-latest-comments,
.syun-sidebar .wp-block-archives,
.syun-sidebar .wp-block-categories {
  margin-block: 0;
}

.syun-sidebar .widget + .widget,
.syun-sidebar .wp-block-group + .wp-block-group,
.syun-sidebar .wp-block-search + .wp-block-heading,
.syun-sidebar .wp-block-search + .wp-block-latest-posts,
.syun-sidebar .wp-block-latest-posts + .wp-block-heading,
.syun-sidebar .wp-block-latest-comments + .wp-block-heading,
.syun-sidebar .wp-block-archives + .wp-block-heading {
  border-top: 1px solid var(--border-color-light);
  margin-top: 1.15rem;
  padding-top: 1.15rem;
}

.syun-sidebar a {
  font-weight: 650;
}

.syun-sidebar .wp-block-search__inside-wrapper {
  align-items: stretch;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.syun-sidebar .wp-block-search__input,
.syun-sidebar input[type="search"] {
  min-height: 2.55rem;
  min-width: 0;
  width: 100%;
}

.syun-sidebar .wp-block-search__button,
.syun-sidebar .search-submit,
.syun-sidebar button[type="submit"] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.9rem;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .syun-layout {
    grid-template-columns: 1fr;
  }

  .syun-sidebar-stack {
    align-self: auto;
  }

  .syun-sidebar {
    align-self: auto;
    margin-top: 0;
    position: static;
  }
}

@media (max-width: 480px) {
  .syun-sidebar .wp-block-search__inside-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .syun-section__header,
  .entry--list,
  .entry--single,
  .syun-sidebar,
  .syun-related {
    animation: premium-rise 620ms ease both;
  }

  .entry--list:nth-child(2) {
    animation-delay: 90ms;
  }

  .entry--list:nth-child(3) {
    animation-delay: 160ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .entry--list:hover,
  .entry--search:hover,
  .entry--list:hover .entry__media img,
  .entry--search:hover .entry__media img,
  .entry--list:hover .preview-image,
  .entry--search:hover .preview-image,
  .syun-button:hover,
  .button:hover,
  .project-button:hover,
  .entry__read-more:hover,
  .menu a:hover {
    transform: none !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --color-muted: #394454;
    --premium-line: rgba(7, 24, 45, 0.28);
    --magazine-rule: rgba(7, 24, 45, 0.3);
    --glass-bg: #ffffff;
    --glass-bg-strong: #ffffff;
    --glass-border: rgba(7, 24, 45, 0.32);
    --glass-shadow: none;
    --liquid-glass-bg: #ffffff;
    --liquid-glass-bg-dark: rgba(7, 24, 45, 0.94);
    --liquid-glass-edge: rgba(7, 24, 45, 0.35);
    --liquid-glass-edge-dark: rgba(255, 255, 255, 0.5);
    --liquid-glass-highlight: transparent;
    --liquid-glass-shadow: none;
    --liquid-glass-shadow-dark: none;
    --liquid-glass-blur: none;
  }

  body {
    background: #f8fafc;
  }

  .site-header,
  .entry--list,
  .entry--search,
  .entry--single,
  .syun-sidebar,
  .syun-related,
  .wp-faq details,
  .soa-card-table,
  .fighter-profile-table,
  .modern-list-box.glass-list.blue-glass-list {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-color: rgba(7, 24, 45, 0.35);
    box-shadow: none;
  }

  .site-header,
  .entry--list,
  .entry--search,
  .entry--single,
  .syun-sidebar,
  .syun-related,
  .wp-faq details,
  .soa-card-table,
  .fighter-profile-table,
  .modern-list-box.glass-list.blue-glass-list {
    background: #ffffff;
  }

  .site-header::before,
  .syun-hero__panel::after,
  .syun-sidebar::after,
  .syun-related::after,
  .entry--featured::after,
  .wp-faq details::after,
  .modern-list-box.glass-list.blue-glass-list::after {
    display: none;
  }

  .syun-hero {
    background: #07182d;
  }

  .syun-hero__lead,
  .syun-hero__proof,
  .syun-hero__stat span,
  .syun-hero__edition,
  .syun-hero__panel-title {
    color: rgba(255, 255, 255, 0.88);
  }

  .entry__excerpt,
  .syun-section__deck,
  .entry__content,
  .syun-sidebar__profile p,
  .widget {
    color: #182230;
  }

  .stars-ui {
    background: #ffffff;
    border-color: rgba(7, 24, 45, 0.55);
    box-shadow: none;
    color: #6b4100;
  }
}

/* Unified sidebar interaction: every actionable item resolves to Fight Accent red. */
.syun-sidebar__profile-link,
.syun-sidebar__categories a,
.syun-sidebar__latest a {
  transition: color var(--motion-fast), text-decoration-color var(--motion-fast), transform var(--motion-fast);
}

.syun-sidebar__categories a,
.syun-sidebar__latest a {
  text-decoration: none;
}

/* Match the 目次 list: no underline at rest, sweeps in left-to-right on hover. */
.syun-sidebar__categories a,
.syun-sidebar__latest a {
  background-image: linear-gradient(90deg, var(--color-accent), var(--color-accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size var(--motion-standard);
}

@media (hover: hover) {
  .syun-sidebar__categories a:hover,
  .syun-sidebar__latest a:hover {
    background-size: 100% 2px;
  }
}

.syun-sidebar__categories a:focus-visible,
.syun-sidebar__latest a:focus-visible {
  background-size: 100% 2px;
}

@media (hover: hover) {
  .syun-sidebar__profile-link:hover {
    color: var(--color-accent);
    text-decoration-color: currentColor;
    transform: translateX(2px);
  }

  .syun-social-link:hover {
    background: rgba(197, 31, 47, 0.08);
    border-color: rgba(197, 31, 47, 0.52);
    box-shadow: var(--glow-red-soft);
    color: var(--color-accent);
  }

  .syun-sidebar__contact:hover {
    background: linear-gradient(135deg, #9f1725, var(--color-accent) 68%, #e04452);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: var(--shadow-medium);
    color: #ffffff;
  }
}

.syun-sidebar__profile-link:active,
.syun-sidebar__categories a:active,
.syun-sidebar__latest a:active,
.syun-social-link:active {
  color: #9f1725;
}

.syun-sidebar__contact:active {
  background: #9f1725;
}

.syun-sidebar__categories a:focus-visible,
.syun-sidebar__latest a:focus-visible {
  border-radius: 3px;
  box-shadow: var(--focus-ring-shadow);
  color: var(--color-accent);
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-decoration-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .syun-sidebar__profile-link:hover,
  .syun-social-link:hover,
  .syun-sidebar__contact:hover {
    transform: none !important;
  }
}

@media (prefers-contrast: more) {
  .syun-sidebar__profile-link:hover,
  .syun-social-link:hover {
    color: #a50f20;
  }

  .syun-sidebar__contact:hover {
    background: #a50f20;
  }
}

/* Hero focus panel: stronger liquid glass with a controlled editorial lift. */
.syun-hero__panel {
  -webkit-backdrop-filter: blur(36px) saturate(195%);
  backdrop-filter: blur(36px) saturate(195%);
  background:
    radial-gradient(circle at 15% -8%, rgba(255, 255, 255, 0.5), transparent 14rem),
    radial-gradient(circle at 92% 115%, rgba(197, 31, 47, 0.22), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.08) 58%, rgba(18, 62, 115, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 0 30px rgba(255, 255, 255, 0.07);
  transition: border-color var(--motion-standard), box-shadow var(--motion-standard);
}

.syun-hero__panel::after {
  opacity: 0.58;
}

/* Hero issue links lift independently; the surrounding glass panel stays anchored. */
.syun-hero__stat {
  transform-origin: center;
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast),
    transform var(--motion-fast);
}

@media (hover: hover) {
  .syun-hero__stat:hover {
    background: rgba(255, 255, 255, 0.13);
    border-bottom-color: rgba(255, 255, 255, 0.34);
    box-shadow:
      inset 3px 0 0 rgba(197, 31, 47, 0.88),
      0 12px 26px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-4px) scale(1.01);
    z-index: 2;
  }
}

.syun-hero__stat:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}

/* Contact CTA sheen: reuse the restrained button glint without restoring a strong glow. */
.syun-sidebar__contact {
  background-size: 150% 100%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  transition:
    background-position var(--motion-standard),
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    transform var(--motion-fast);
}

.syun-sidebar__contact > * {
  position: relative;
  z-index: 2;
}

.syun-sidebar__contact::after {
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 49%, transparent 56% 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  transform: translateX(-125%);
  transition: opacity var(--motion-fast), transform var(--motion-slow);
}

@media (hover: hover) {
  .syun-sidebar__contact:hover {
    color: #ffffff;
  }

  .syun-sidebar__contact:hover {
    background-position: 100% 0;
  }

  .syun-sidebar__contact:hover::after {
    opacity: 0.78;
    transform: translateX(125%);
  }
}

.syun-sidebar__contact:focus-visible,
.syun-sidebar__contact:active {
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .syun-sidebar__contact::after,
  .syun-sidebar__contact:hover::after {
    opacity: 0;
    transform: none;
  }
}

@media (prefers-contrast: more) {
  .syun-sidebar__contact::after {
    display: none;
  }
}

/* Standard article tables: clip cell backgrounds to the shared editorial radius. */
.entry__content > table:not(.soa-card-table):not(.fighter-profile-table) {
  border: 1px solid rgba(18, 62, 115, 0.18);
  border-collapse: separate;
  border-radius: var(--radius-lg);
  border-spacing: 0;
  box-shadow:
    0 14px 30px rgba(7, 30, 59, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  overflow-x: auto;
  overflow-y: hidden;
}

.entry__content > table:not(.soa-card-table):not(.fighter-profile-table) tr > * {
  border: 0;
  border-bottom: 1px solid rgba(18, 62, 115, 0.12);
  border-right: 1px solid rgba(18, 62, 115, 0.12);
}

.entry__content > table:not(.soa-card-table):not(.fighter-profile-table) tr > *:last-child {
  border-right: 0;
}

.entry__content > table:not(.soa-card-table):not(.fighter-profile-table) tbody:last-child > tr:last-child > * {
  border-bottom: 0;
}

@media (prefers-contrast: more) {
  .entry__content > table:not(.soa-card-table):not(.fighter-profile-table) {
    border-color: var(--color-primary-dark);
    border-width: 1px;
    box-shadow: none;
  }

  .entry__content > table:not(.soa-card-table):not(.fighter-profile-table) tr > * {
    border-bottom-color: var(--color-primary-dark);
    border-right-color: var(--color-primary-dark);
  }
}

@media (prefers-reduced-motion: reduce) {
  .syun-hero__stat:hover,
  .syun-hero__stat:focus-visible {
    transform: none !important;
  }
}

@media (prefers-contrast: more) {
  .syun-hero__panel {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(7, 24, 45, 0.96);
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: none;
  }
}

/* Design completion normalization: readable content and consistent component states. */
.entry__title,
.entry__title a,
.entry__excerpt,
.entry__content,
.syun-related__title,
.syun-sidebar,
.site-footer {
  overflow-wrap: anywhere;
  word-break: normal;
}

.entry__content > .wp-faq,
.entry__content > .YoutubeWrapper,
.entry__content > .fighter-profile-table-wrap,
.entry__content > .modern-list-box.glass-list,
.entry__content > .table-responsive {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: 100%;
}

.soa-card-table th,
.soa-card-table td {
  vertical-align: middle;
}

.entry__reading-layout {
  align-items: start;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
  margin-inline: auto;
  max-width: min(100%, 1120px);
}

.entry__article-body {
  min-width: 0;
}

.entry__toc-column {
  align-self: start;
  min-width: 0;
  position: sticky;
  top: calc(var(--nav-height) + var(--space-2));
  z-index: 1;
}

@media (min-width: 901px) {
  .entry--single {
    max-width: min(1180px, calc(100% - 2rem));
  }
}

.admin-bar .entry__toc-column {
  top: calc(var(--nav-height) + var(--space-4));
}

.syun-article-toc {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(235, 245, 255, 0.88)),
    rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 62, 115, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 34px rgba(7, 24, 45, 0.08);
  margin: 0;
  max-width: 100%;
  padding: clamp(1.2rem, 3vw, 1.7rem);
}

.syun-article-toc h2 {
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  margin: 0 0 var(--space-2);
}

.syun-article-toc ol {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.syun-article-toc__item a {
  align-items: center;
  background-image: none;
  border: 1px solid rgba(18, 62, 115, 0.1);
  border-radius: var(--radius-md);
  color: var(--color-primary-dark);
  display: flex;
  font-weight: 800;
  gap: 0.65rem;
  line-height: 1.5;
  min-height: 44px;
  padding: 0.72rem 0.85rem;
  position: relative;
  text-decoration: none;
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast),
    transform var(--motion-fast);
}

.syun-article-toc__item a::after {
  background: var(--color-accent);
  bottom: 0;
  content: "";
  height: 2px;
  inset-inline: 0.85rem;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--motion-standard);
}

.syun-article-toc__item a::before {
  background: var(--color-accent);
  border-radius: 999px;
  content: "";
  flex: 0 0 0.36rem;
  height: 0.36rem;
}
.syun-article-toc__label {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* Keep the related-reading link and the following promotional card distinct. */
.entry__article-body > ul:has(+ .soa-cta-box) {
  margin-bottom: var(--space-6);
}

.entry__content .soa-cta-box {
  padding-top: 0.875rem;
}

.entry__content .soa-cta-badge {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 0.375rem;
  padding: 0.5rem 1rem;
}



.syun-article-toc__item--level-3 a {
  font-size: 0.94rem;
  font-weight: 700;
  margin-left: 0.85rem;
}

.syun-article-toc__item a.is-active,
.syun-article-toc__item a[aria-current="location"] {
  background:
    linear-gradient(90deg, rgba(197, 31, 47, 0.13), rgba(197, 31, 47, 0.04) 46%, rgba(255, 255, 255, 0.64)),
    rgba(255, 255, 255, 0.88);
  border-color: rgba(197, 31, 47, 0.34);
  box-shadow:
    inset 3px 0 0 var(--color-accent),
    0 12px 26px rgba(7, 24, 45, 0.08);
  color: var(--color-primary-dark);
}

.syun-article-toc__item a.is-active::before,
.syun-article-toc__item a[aria-current="location"]::before {
  box-shadow: 0 0 0 4px rgba(197, 31, 47, 0.1);
  transform: scale(1.12);
}

@media (min-width: 901px) {
  .entry__toc-column .syun-article-toc {
    max-height: calc(100vh - var(--nav-height) - var(--space-5));
    overflow: auto;
  }
}

@media (max-width: 900px) {
  .entry__reading-layout {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .entry__article-body {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .entry__toc-column {
    order: -1;
    position: static;
    width: 100%;
  }

  .entry__toc-column .syun-article-toc {
    margin: 0 auto clamp(1.6rem, 3vw, 2.4rem);
  }
}

@media (hover: hover) {
  .syun-article-toc__item a:hover {
    background-color: rgba(197, 31, 47, 0.06);
    border-color: rgba(197, 31, 47, 0.28);
    box-shadow: 0 10px 22px rgba(7, 24, 45, 0.08);
    color: var(--color-accent);
    transform: translateY(-2px);
  }

  .syun-article-toc__item a:hover::after {
    transform: scaleX(1);
  }
}

@media (hover: hover) {
  .syun-article-toc__item a.is-active:hover,
  .syun-article-toc__item a[aria-current="location"]:hover {
    border-color: rgba(197, 31, 47, 0.46);
    box-shadow:
      inset 3px 0 0 var(--color-accent),
      0 14px 28px rgba(7, 24, 45, 0.1);
    color: var(--color-accent);
  }
}

.syun-article-toc__item a:focus-visible {
  border-color: var(--color-accent);
  box-shadow: var(--focus-ring-shadow);
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 3px;
}

.syun-article-toc__item a:focus-visible::after,
.syun-article-toc__item a:active::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .syun-article-toc__item a::after {
    transition: none;
  }
}

.syun-article-toc__item a:active {
  box-shadow: var(--shadow-shallow);
  transform: translateY(-1px);
}

/* TOC accordion: H2 rows with H3 children get a row (link + toggle) and a
   collapsible sublist. Default state is expanded (grid-template-rows: 1fr)
   so a no-JS/JS-not-yet-run page always shows every heading; article-toc.js
   adds .is-collapsed on init and toggles it on click. */
.syun-article-toc__row {
  align-items: stretch;
  display: flex;
  gap: 0.5rem;
}

.syun-article-toc__row a {
  flex: 1 1 auto;
  min-width: 0;
}

.syun-article-toc__toggle {
  align-items: center;
  background: var(--color-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--badge-radius);
  color: var(--color-primary-dark);
  cursor: pointer;
  display: grid;
  flex: 0 0 2.75rem;
  min-height: 44px;
  place-items: center;
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    color var(--motion-fast);
  width: 2.75rem;
}

.syun-article-toc__toggle svg {
  fill: none;
  height: 1.1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform var(--motion-standard);
  width: 1.1rem;
}

.syun-article-toc__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

@media (hover: hover) {
  .syun-article-toc__toggle:hover {
    background: rgba(197, 31, 47, 0.08);
    border-color: rgba(197, 31, 47, 0.42);
    color: var(--color-accent);
  }
}

.syun-article-toc__toggle:focus-visible {
  box-shadow: var(--focus-ring-shadow);
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 2px;
}

/* Collapsed/expanded state is driven entirely by an inline max-height set
   from JS (see article-toc.js), not a class, so there is never a specificity
   conflict between a CSS class rule and the inline value JS needs to read
   and animate from. */
.syun-article-toc__sublist-wrap {
  margin-top: 0.45rem;
  overflow: hidden;
  transition: max-height var(--motion-standard);
}

@media (prefers-reduced-motion: reduce) {
  .syun-article-toc__toggle svg,
  .syun-article-toc__sublist-wrap {
    transition: none;
  }
}

.syun-hero__title {
  line-height: 0.98;
  max-width: 11ch;
}

.entry__title a,
.syun-section__title,
.syun-related__title,
.syun-sidebar .widget-title,
.entry__content h2,
.entry__content h3 {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

.entry--featured .entry__title a {
  line-height: 1.12;
}

.entry--list:not(.entry--featured) .entry__title a,
.entry--search:not(.entry--featured) .entry__title a,
.syun-related__title {
  line-height: 1.32;
}

.entry__meta,
.section-kicker,
.syun-hero__kicker,
.syun-hero__panel-title,
.syun-sidebar .syun-sidebar__eyebrow {
  letter-spacing: 0.05em;
}

.entry__read-more,
.syun-button,
.button,
.project-button,
.syun-sidebar__contact {
  letter-spacing: 0.01em;
}

.syun-sidebar__profile-body > p:not(.syun-sidebar__eyebrow),
.syun-sidebar__latest a,
.syun-sidebar__categories a {
  line-height: 1.7;
}

.syun-sidebar__latest a {
  font-size: 0.84rem;
}

@media (hover: hover) {
  .entry--list:hover,
  .entry--search:hover,
  .syun-social-link:hover,
  .entry__read-more:hover {
    border-color: rgba(197, 31, 47, 0.34);
    box-shadow: 0 16px 32px rgba(7, 24, 45, 0.12);
  }

  .syun-social-link:hover {
    color: var(--color-accent);
  }

  .entry__read-more:hover {
    color: var(--color-on-primary);
  }
}

.entry--list:not(.entry--featured),
.entry--search:not(.entry--featured) {
  min-height: 0;
}

.entry--list:not(.entry--featured) .entry__body,
.entry--search:not(.entry--featured) .entry__body {
  gap: clamp(0.7rem, 1.4vw, 1rem);
  padding-block: clamp(0.9rem, 2vw, 1.25rem);
}

.entry--list:not(.entry--featured) .entry__title,
.entry--search:not(.entry--featured) .entry__title {
  margin-bottom: 0.45rem;
}

.entry--list:not(.entry--featured) .entry__excerpt,
.entry--search:not(.entry--featured) .entry__excerpt {
  line-height: 1.68;
}

.entry--list:not(.entry--featured) .entry__actions,
.entry--search:not(.entry--featured) .entry__actions {
  margin-top: 0.15rem;
}

.syun-hero__stat:active,
.syun-social-link:active,
.syun-sidebar__contact:active,
.syun-button:active,
.button:active,
.project-button:active,
.entry__read-more:active {
  box-shadow: var(--shadow-shallow);
  transform: translateY(-1px);
}

/* Editorial body blocks: WordPress core blocks tuned for long-form articles. */
.syun-article-summary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 252, 0.88));
  border: 1px solid rgba(12, 43, 75, 0.12);
  border-left: 3px solid rgba(197, 31, 47, 0.82);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 42px rgba(7, 24, 45, 0.09);
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  max-width: 100%;
  padding: clamp(1.15rem, 2.6vw, 1.6rem);
  width: 100%;
}

.syun-article-summary__intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
}

.syun-article-summary .section-kicker {
  font-size: clamp(0.82rem, 1.3vw, 0.92rem);
  line-height: 1.45;
  margin: 0;
}

.syun-article-summary__reading-time {
  color: var(--color-muted);
  font-family: var(--font-family-display);
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.syun-article-summary h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.35;
  margin: 0.2rem 0 0.9rem;
}

.syun-article-summary ul {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.syun-article-summary li {
  color: var(--color-text);
  font-weight: 700;
  line-height: 1.75;
  padding-left: 1.25rem;
  position: relative;
}

.syun-article-summary li::before {
  background: var(--color-accent);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(197, 31, 47, 0.1);
  content: "";
  height: 0.38rem;
  left: 0.05rem;
  position: absolute;
  top: 0.72em;
  width: 0.38rem;
}

.entry__content figure {
  margin: clamp(1.6rem, 3.4vw, 2.4rem) 0;
  max-width: 100%;
}

.entry__content img {
  height: auto;
  max-width: 100%;
}

.entry__content .wp-block-image,
.entry__content figure:not(.wp-block-gallery):not(.wp-block-pullquote) {
  border-radius: var(--radius-md);
  width: 100%;
}

.entry__content .wp-block-image img,
.entry__content figure:not(.wp-block-gallery):not(.wp-block-pullquote) > img {
  border-radius: var(--radius-md);
  box-shadow: 0 18px 42px rgba(7, 24, 45, 0.12);
  display: block;
  width: 100%;
}

.entry__content figcaption,
.entry__content .wp-element-caption {
  border-top: 1px solid rgba(12, 43, 75, 0.1);
  color: var(--color-muted);
  font-size: clamp(0.78rem, 1.3vw, 0.9rem);
  line-height: 1.75;
  margin: 0.75rem 0 0;
  padding-top: 0.65rem;
  text-align: center;
}

.entry__content .wp-block-gallery {
  align-items: stretch;
  display: grid;
  gap: clamp(0.8rem, 2vw, 1.1rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  margin: clamp(1.7rem, 3.5vw, 2.5rem) 0 0.85rem;
  width: 100%;
}

.entry__content .wp-block-gallery .wp-block-image {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(12, 43, 75, 0.1);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 30px rgba(7, 24, 45, 0.09);
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.entry__content .wp-block-gallery .wp-block-image img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
  object-fit: cover;
}

.entry__content .wp-block-gallery figcaption {
  border-top: 0;
  font-weight: 700;
  margin: 0;
  padding: 0.65rem 0.8rem 0.8rem;
}

.entry__content .gallery-role-note {
  align-items: flex-start;
  background: rgba(245, 248, 252, 0.76);
  border-left: 3px solid rgba(197, 31, 47, 0.66);
  border-radius: var(--radius-sm);
  color: var(--color-muted);
  display: flex;
  font-size: clamp(0.82rem, 1.3vw, 0.92rem);
  line-height: 1.7;
  margin: 0 0 clamp(1.7rem, 3.5vw, 2.5rem);
  padding: 0.7rem 0.85rem;
}

@media (max-width: 600px) {
  .site-header {
    padding-left: max(0.875rem, env(safe-area-inset-left));
    padding-right: max(0.875rem, env(safe-area-inset-right));
  }

  .site-header__inner {
    align-items: center;
    gap: 0.75rem;
  }

  .site-header__brand-link,
  .site-header__logo .custom-logo-link {
    max-width: 100%;
  }

  .site-header__nav {
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .site-header__nav::-webkit-scrollbar {
    display: none;
  }

  .site-header__nav .menu,
  .site-header__nav .menu--primary {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    justify-content: flex-start;
    max-width: none;
    min-width: max-content;
  }

  .site-header__nav .menu a {
    min-height: 2.4rem;
    padding: 0.45rem 0.65rem;
    white-space: nowrap;
  }

  .entry__content,
  .entry__article-body {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .entry__content > * {
    max-width: 100%;
  }

  .entry__content > table:not(.soa-card-table):not(.fighter-profile-table),
  .entry__content > .fighter-profile-table-wrap,
  .entry__content > .table-responsive {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }

  .entry__content > table:not(.soa-card-table):not(.fighter-profile-table) {
    table-layout: fixed;
  }

  .entry__content > table:not(.soa-card-table):not(.fighter-profile-table) th,
  .entry__content > table:not(.soa-card-table):not(.fighter-profile-table) td {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .zoom-caption-container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .zoom-trigger-link {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(100%, 670px) !important;
    width: 100% !important;
  }

  .zoom-caption-container img.main-image,
  .zoom-caption-container .zoom-trigger-link img,
  .main-image {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }

  .zoom-trigger-link::after {
    bottom: 0.5rem;
    font-size: 0.68rem;
    min-height: 1.75rem;
    padding: 0.4rem 0.58rem;
    right: 0.55rem;
  }

  .entry__content .gallery-role-note {
    margin-bottom: clamp(1.35rem, 7vw, 2rem);
  }
}

.entry__content blockquote,
.entry__content .wp-block-quote,
.entry__content .wp-block-pullquote {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.9));
  border: 1px solid rgba(12, 43, 75, 0.11);
  border-left: 4px solid rgba(197, 31, 47, 0.82);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 36px rgba(7, 24, 45, 0.08);
  color: var(--color-text);
  margin: clamp(1.7rem, 3.5vw, 2.5rem) 0;
  padding: clamp(1.1rem, 2.5vw, 1.55rem);
  text-align: left;
}

.entry__content .wp-block-pullquote {
  border-inline: 1px solid rgba(12, 43, 75, 0.11);
  border-left: 4px solid rgba(197, 31, 47, 0.82);
}

.entry__content .wp-block-pullquote blockquote {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.entry__content blockquote p,
.entry__content .wp-block-quote p,
.entry__content .wp-block-pullquote p {
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  font-weight: 700;
  line-height: 1.85;
  margin: 0;
}

.entry__content blockquote p + p,
.entry__content .wp-block-quote p + p,
.entry__content .wp-block-pullquote p + p {
  margin-top: 0.8rem;
}

.entry__content cite,
.entry__content .wp-block-pullquote cite {
  color: var(--color-muted);
  display: block;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-top: 0.8rem;
  text-transform: uppercase;
}

.entry__content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: clamp(1.5rem, 3vw, 2.1rem) 0;
}

.entry__content .wp-block-button__link {
  align-items: center;
  background: linear-gradient(135deg, var(--color-primary), #0f4f8f);
  border-radius: calc(var(--radius-md) - 2px);
  box-shadow: 0 14px 28px rgba(7, 24, 45, 0.16);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  min-height: 44px;
  padding: 0.85rem 1.2rem;
  text-decoration: none;
}

.entry__content .wp-block-embed {
  margin: clamp(1.7rem, 3.5vw, 2.5rem) 0;
}

.entry__content .wp-block-embed__wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.entry__content .wp-block-embed iframe {
  display: block;
  max-width: 100%;
}

@media (max-width: 700px) {
  .entry__content .wp-block-gallery {
    grid-template-columns: 1fr;
  }

  .syun-article-summary {
    padding: 1rem;
  }
}

/* Front top-8 polish: keep article utility surfaces readable and consistent. */
.syun-reading-progress {
  height: 1px;
  opacity: 0.72;
}

.syun-reading-progress__bar {
  background: linear-gradient(90deg, rgba(197, 31, 47, 0.68), rgba(255, 93, 105, 0.58));
  box-shadow: none;
}

.entry--single .syun-share {
  margin-inline: auto;
  max-width: min(100%, var(--content-max-width));
}

.syun-share {
  padding: clamp(1.25rem, 2.4vw, 1.7rem);
}

.syun-share__list {
  gap: clamp(1.1rem, 2.2vw, 1.45rem);
}

.syun-share__link {
  border-radius: calc(var(--radius-md) - 2px);
  min-height: 58px;
  min-width: 7.2rem;
  overflow: hidden;
  padding-inline: clamp(1.3rem, 2.2vw, 1.7rem);
  position: relative;
}

.syun-share__link--x,
.syun-share__link--line {
  color: #ffffff;
}

.syun-share__link--x {
  background: #000000;
  border-color: #000000;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.syun-share__link--x::after {
  background: currentColor;
  border-radius: 999px;
  bottom: auto;
  content: "";
  height: 1.5px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% + 0.56rem);
  transform: translateX(-50%) scaleX(0.35);
  transform-origin: center;
  transition: opacity var(--motion-fast), transform var(--motion-fast);
  width: 1.08rem;
}

.syun-share__link--x:hover::after,
.syun-share__link--x:focus-visible::after {
  opacity: 0.78;
  transform: translateX(-50%) scaleX(1);
}

.syun-share__link--line {
  background: #06c755;
  border-color: #06c755;
  box-shadow: 0 12px 26px rgba(6, 199, 85, 0.14);
}

.syun-post-nav,
.syun-related {
  max-width: min(var(--related-max-width), calc(100% - 2rem));
}

.syun-post-nav {
  margin-top: clamp(2rem, 4vw, 3.2rem);
}

.syun-post-nav__grid {
  gap: clamp(1rem, 2.2vw, 1.4rem);
}

.syun-post-nav__card {
  grid-template-columns: minmax(6.5rem, 30%) minmax(0, 1fr);
  min-height: 8.75rem;
}

.syun-post-nav__body {
  align-content: center;
  gap: 0.5rem;
}

.syun-post-nav__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.syun-related {
  margin-bottom: clamp(3.4rem, 6vw, 5rem);
}

.syun-related__list {
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.35rem);
}

.syun-related__list:has(> :only-child) {
  grid-template-columns: minmax(0, min(22rem, 100%));
}

.syun-related__list:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, min(22rem, 100%)));
}

.syun-related__title {
  display: -webkit-box;
  min-height: calc(1.45em * 2 + var(--space-2) * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.syun-article-toc__item a.is-active,
.syun-article-toc__item a[aria-current="location"] {
  background:
    linear-gradient(90deg, rgba(197, 31, 47, 0.09), rgba(197, 31, 47, 0.025) 52%, rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.9);
  border-color: rgba(197, 31, 47, 0.26);
  box-shadow:
    inset 2px 0 0 var(--color-accent),
    0 10px 22px rgba(7, 24, 45, 0.06);
}

.syun-article-toc__item a.is-active::before,
.syun-article-toc__item a[aria-current="location"]::before {
  box-shadow: 0 0 0 3px rgba(197, 31, 47, 0.08);
  transform: scale(1.06);
}

@media (hover: hover) {
  .syun-sidebar a:not(.syun-sidebar__contact):hover {
    color: var(--color-accent);
  }
}

@media (max-width: 900px) {
  .entry--single .syun-share,
  .syun-post-nav,
  .syun-related,
  .syun-ad-slot--article_bottom {
    max-width: min(100%, var(--content-max-width));
  }
}

@media (max-width: 768px) {
  .syun-share {
    padding: clamp(1rem, 4.5vw, 1.25rem);
  }

  .syun-share__list {
    gap: 1rem;
  }

  .syun-share__link {
    min-height: 60px;
  }
}

@media (max-width: 600px) {
  .syun-post-nav,
  .syun-related,
  .syun-ad-slot--article_bottom {
    max-width: min(100%, calc(100% - 1rem));
  }

  .syun-post-nav__card {
    min-height: 0;
  }
}

/* TOC width balance: preserve article reading width before the sticky column. */
@media (min-width: 1081px) {
  .entry--single {
    max-width: min(1260px, calc(100% - 2rem));
  }

  .entry__reading-layout {
    gap: clamp(1rem, 1.8vw, 1.35rem);
    grid-template-columns: minmax(min(100%, var(--content-max-width)), 1fr) minmax(13.5rem, 15rem);
    max-width: min(100%, 1210px);
  }

  .syun-article-toc {
    padding: clamp(1rem, 1.5vw, 1.25rem);
  }

  .syun-article-toc__item a {
    gap: 0.55rem;
    line-height: 1.45;
    padding: 0.62rem 0.72rem;
  }


.syun-article-toc__item--level-3 a {
    margin-left: 0.55rem;
  }
}

@media (max-width: 1080px) and (min-width: 901px) {
  .entry__reading-layout {
    display: flex;
    flex-direction: column;
    max-width: var(--content-max-width);
  }

  .entry__article-body {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .entry__toc-column {
    order: -1;
    position: static;
    width: 100%;
  }

  .entry__toc-column .syun-article-toc {
    margin: 0 auto clamp(1.6rem, 3vw, 2.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .syun-related__list a:hover,
  .syun-related__list a:active,
  .syun-related__list a:hover .syun-related__media img,
  .syun-share__link:hover,
  .syun-share__link:active,
  .syun-post-nav__card:hover,
  .syun-post-nav__card:active,
  .syun-post-nav__card:hover .syun-post-nav__media img,
  .syun-article-toc__item a:hover,
  .syun-article-toc__item a:active,
  .syun-article-toc__item a.is-active::before,
  .syun-article-toc__item a[aria-current="location"]::before,
  .syun-hero__stat:hover,
  .syun-hero__stat:focus-visible,
  .syun-hero__stat:active,
  .syun-social-link:active,
  .syun-sidebar__contact:active,
  .syun-button:active,
  .button:active,
  .project-button:active,
  .entry__read-more:active,
  .zoom-trigger-link:hover,
  .zoom-trigger-link:active {
    transform: none !important;
  }

  .syun-reading-progress__bar {
    transition: none;
  }
}

@media (prefers-contrast: more) {
  .syun-related__list a,
  .syun-share,
  .syun-share__link,
  .syun-post-nav,
  .syun-post-nav__card,
  .syun-article-toc,
  .syun-article-toc__item a,
  .syun-social-link,
  .syun-sidebar__contact {
    border-color: currentColor;
    box-shadow: none;
  }
}

/* FAQ interaction: make the clickable summary visible without heavy glow. */
.wp-faq details > summary {
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast);
}

.wp-faq details > summary::before,
.wp-faq details > summary::after {
  transition:
    background-color var(--motion-fast),
    border-color var(--motion-fast),
    box-shadow var(--motion-standard),
    color var(--motion-fast),
    transform var(--motion-fast);
}

@media (hover: hover) {
  .wp-faq details:hover {
    border-color: rgba(197, 31, 47, 0.2);
    box-shadow: 0 12px 30px rgba(7, 24, 45, 0.08);
    transform: none;
  }

  .wp-faq details:hover > summary {
    background:
      linear-gradient(90deg, rgba(197, 31, 47, 0.075), rgba(255, 255, 255, 0.82) 42%, rgba(232, 240, 249, 0.76));
    box-shadow: inset 3px 0 0 rgba(197, 31, 47, 0.78);
    color: var(--color-primary-dark);
  }

  .wp-faq details:hover > summary::before,
  .wp-faq details:hover > summary::after {
    border-color: rgba(197, 31, 47, 0.24);
    box-shadow: 0 8px 18px rgba(197, 31, 47, 0.12);
    color: var(--color-accent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-faq details > summary,
  .wp-faq details > summary::before,
  .wp-faq details > summary::after {
    transition: none;
  }
}

@media (prefers-contrast: more) {
  .wp-faq details:hover,
  .wp-faq details:hover > summary,
  .wp-faq details:hover > summary::before,
  .wp-faq details:hover > summary::after {
    border-color: currentColor;
    box-shadow: none;
  }
}

/* 1.2.2 production readability and final handoff fixes */
.site-header__brand-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 3.75rem;
}

.site-header__brand-logo-frame {
  display: block;
  aspect-ratio: 3.96 / 1;
  overflow: hidden;
  position: relative;
  width: clamp(9.75rem, 14vw, 12rem);
}

.site-header__brand-mark {
  display: block;
  height: auto;
  left: -30.53%;
  max-width: none;
  position: absolute;
  top: -161.4%;
  width: 169.91%;
}

.site-header__logo .custom-logo {
  height: clamp(2rem, 4vw, 3.25rem);
  max-width: min(15.5rem, 58vw);
  object-fit: contain;
  width: auto;
}

.entry__content {
  line-height: 1.9;
}

.entry__content > * + * {
  margin-top: clamp(1.15rem, 2vw, 1.75rem);
}

.entry__content h2 {
  margin-top: clamp(3.2rem, 5vw, 4.8rem);
}

.entry__content h3 {
  background: linear-gradient(90deg, rgba(18, 62, 115, 0.09), rgba(18, 62, 115, 0.015) 78%, transparent);
  border-bottom: 1px solid rgba(18, 62, 115, 0.16);
  border-left: 4px solid var(--color-accent);
  color: var(--color-ink);
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1.45;
  margin-top: clamp(2.6rem, 4vw, 3.8rem);
  padding: 0.7rem 0.9rem;
}

.entry__content h4 {
  border-bottom: 1px solid rgba(18, 62, 115, 0.22);
  border-left: 0;
  color: var(--color-primary-dark);
  font-size: clamp(1.08rem, 1.35vw, 1.25rem);
  font-weight: 800;
  line-height: 1.45;
  margin-top: clamp(2.1rem, 3vw, 3rem);
  padding: 0 0 0.55rem 1.15rem;
  position: relative;
}

.entry__content h4::before {
  background: var(--color-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(196, 28, 52, 0.1);
  content: "";
  height: 0.46rem;
  left: 0.1rem;
  position: absolute;
  top: 0.56em;
  width: 0.46rem;
}

.entry--single .entry__title {
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.16;
}

.entry__meta {
  gap: 0.5rem 0.75rem;
}

.entry__media.entry__hero-media::before,
.entry__media.entry__hero-media::after {
  display: none;
}

.entry__media.entry__hero-media img {
  display: block;
  object-fit: cover;
}

.entry__media.entry__hero-media .entry__media-fallback {
  background:
    radial-gradient(ellipse at 70% 46%, rgba(255, 255, 255, 0.13), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #123e73 68%, #1f6faf 100%);
}

.chart-note,
.entry__content .chart-note {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  text-align: center;
}

.entry__content p.chart-note,
.entry__content p > span.chart-note {
  text-align: left;
}

.entry__content > .table-responsive:has(+ p > span.chart-note:only-child),
.entry__content > .table-responsive:has(+ p.chart-note) {
  margin-bottom: 0;
}

.entry__content > .fighter-profile-table-wrap:has(+ p > span.chart-note:only-child) {
  margin-bottom: var(--space-1);
}

.entry__content > .fighter-profile-table-wrap + p:has(> span.chart-note:only-child) {
  margin-top: 0;
}

.entry__content > .fighter-profile-table-wrap + p > .chart-note {
  text-align: left;
}

.entry__content > .fighter-profile-table-wrap + p > .chart-note.chart-note--centered,
.entry__content > .fighter-profile-table-wrap + p > .chart-note.chart-note--centered > small {
  display: block;
  text-align: center;
}

.entry__content .chart-note--trimmed,
.entry__content .chart-note--trimmed > small {
  padding-top: 0;
}
.entry__content > .table-responsive + p:has(> span.chart-note:only-child) {
  margin-top: calc(var(--space-1) * -1);
}

.entry__content > .table-responsive + p.chart-note {
  margin-top: var(--space-1);
}

.entry__content figcaption + .YoutubeWrapper {
  margin-top: var(--space-1) !important;
}

.entry__content .story-highlight > strong {
  display: block;
  margin-bottom: var(--space-1);
  text-align: center;
}

.entry__content .story-highlight > strong + br {
  display: none;
}

ruby {
  ruby-position: over;
}

rt {
  color: var(--color-muted);
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.syun-article-summary ul {
  display: grid;
  gap: 0.65rem;
}

.syun-article-summary li:nth-child(n + 4) {
  display: none;
}

.entry__content .wp-block-embed__wrapper,
.entry__content .YoutubeWrapper,
.YoutubeWrapper iframe {
  text-align: center;
}

.syun-related__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  min-height: calc(1em * 1.55 * 2);
  overflow: hidden;
}

.syun-post-nav__body {
  min-width: 0;
}

.syun-post-nav__title {
  overflow-wrap: anywhere;
}

.syun-ad-slot ins.adsbygoogle {
  display: block !important;
  min-height: inherit;
  width: 100% !important;
}

.site-footer {
  background-color: #06182c;
  background-image: linear-gradient(135deg, rgba(6, 24, 44, 0.98), rgba(9, 51, 91, 0.96));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #f5fbff;
  position: relative;
}

.site-footer::before {
  background: linear-gradient(90deg, var(--color-accent), rgba(255, 255, 255, 0.18), transparent);
  content: "";
  height: 2px;
  inset: 0 0 auto;
  opacity: 0.82;
  position: absolute;
}

.site-footer__inner {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  justify-content: space-between;
}

.site-footer a,
.site-footer .menu a,
.site-footer .menu--footer a {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.42);
}

.site-footer .syun-author__name,
.site-footer .site-footer__copyright {
  color: #f5fbff;
  opacity: 1;
}

.site-footer a:hover,
.site-footer .menu a:hover,
.site-footer .menu--footer a:hover {
  color: #ffffff;
  text-decoration-color: var(--color-accent);
}

.site-footer__nav .menu,
.site-footer__nav .menu--footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  justify-content: flex-end;
}

.site-header__nav .menu--primary > #menu-item-9897 {
  display: none;
}

.site-footer__nav .menu--footer > .menu-item-has-children > a {
  display: none;
}

.site-footer__nav .menu--footer > .menu-item-has-children,
.site-footer__nav .menu--footer .sub-menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .site-header__inner {
    align-items: center;
    flex-direction: row;
    position: relative;
  }

  .site-header__menu-toggle {
    align-items: center;
    background: var(--color-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    color: var(--color-primary-dark);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
    transition: var(--transition-all);
  }

  .site-header__menu-toggle:hover {
    background: var(--color-primary-soft);
    border-color: var(--color-primary);
  }

  .site-header__menu-toggle[aria-expanded="true"] {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-on-primary);
  }

  .site-header__menu-icon,
  .site-header__menu-icon::before,
  .site-header__menu-icon::after {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    transition: transform var(--transition-fast), opacity var(--transition-fast);
    width: 24px;
  }

  .site-header__menu-icon {
    position: relative;
  }

  .site-header__menu-icon::before,
  .site-header__menu-icon::after {
    content: "";
    left: 0;
    position: absolute;
  }

  .site-header__menu-icon::before {
    top: -7px;
  }

  .site-header__menu-icon::after {
    top: 7px;
  }

  .site-header__menu-toggle[aria-expanded="true"] .site-header__menu-icon {
    background: transparent;
  }

  .site-header__menu-toggle[aria-expanded="true"] .site-header__menu-icon::before {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header__menu-toggle[aria-expanded="true"] .site-header__menu-icon::after {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header__nav {
    background: var(--color-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-medium);
    display: none;
    inset: calc(100% + 0.5rem) 0 auto;
    padding: var(--space-1);
    position: absolute;
    width: auto;
    z-index: 60;
  }

  .site-header__nav.is-open {
    display: block;
  }

  .site-header__nav .menu--primary {
    align-items: stretch;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
  }

  .site-header__nav .menu--primary > li,
  .site-header__nav .menu--primary a {
    width: 100%;
  }

  .site-header__nav .menu--primary a {
    min-height: 44px;
    padding: 0.65rem 0.8rem;
  }
}

@media (max-width: 900px) {
  .site-header__inner {
    align-items: center;
  }

  .site-header__nav {
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .site-header__nav::-webkit-scrollbar {
    display: none;
  }

  .site-header__nav .menu,
  .site-header__nav .menu--primary {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    justify-content: flex-start;
    min-width: max-content;
    width: auto;
  }

  .site-header__nav .menu a {
    justify-content: center;
    min-height: 2.5rem;
    white-space: nowrap;
    width: auto;
  }
}

@media (max-width: 760px) {
  .entry--single .entry__title {
    font-size: clamp(1.78rem, 8.5vw, 2.8rem);
  }

  .entry__content {
    line-height: 1.82;
  }

  .syun-post-nav__grid {
    grid-template-columns: 1fr;
  }

  .syun-post-nav__card {
    grid-template-columns: minmax(5.5rem, 32vw) minmax(0, 1fr);
  }

  .syun-post-nav__media {
    min-height: 100%;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__nav .menu,
  .site-footer__nav .menu--footer {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .site-header__brand-logo-frame {
    width: min(9.5rem, 56vw);
  }

  .entry__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .syun-post-nav__card {
    grid-template-columns: 1fr;
  }

  .syun-post-nav__media {
    aspect-ratio: 16 / 9;
  }
}

/* Responsive stability pass: preserve readable ownership at each breakpoint. */
@media (max-width: 1080px) {
  .entry__reading-layout,
  .entry__article-body,
  .entry__toc-column,
  .entry__content,
  .entry__content > *,
  .syun-layout,
  .syun-feed,
  .syun-sidebar-stack {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }

  .entry__toc-column {
    order: -1;
  }

  .entry__content img,
  .entry__content iframe,
  .entry__content video,
  .entry__content figure {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .syun-layout {
    gap: clamp(1.5rem, 4vw, 2.25rem);
  }

  .syun-sidebar {
    display: grid;
    gap: 1.15rem clamp(1.25rem, 4vw, 2rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .syun-sidebar__profile,
  .syun-sidebar__social,
  .syun-sidebar__contact {
    grid-column: 1 / -1;
  }

  .syun-sidebar__categories,
  .syun-sidebar__latest {
    margin: 0;
    min-width: 0;
  }

  .syun-ad-slot--sidebar {
    margin-inline: auto;
    max-width: min(100%, 34rem);
    width: 100%;
  }

  .entry--single .syun-share,
  .syun-post-nav,
  .syun-related,
  .syun-ad-slot--article_bottom {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: min(calc(100% - 2rem), var(--related-max-width));
  }

  .entry--single .syun-share {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 0.5rem;
  }

  .site-header__brand {
    align-items: center;
    display: flex;
    min-height: 3.5rem;
  }

  .site-header__nav {
    border-top: 1px solid var(--border-color-light);
    margin-inline: calc(-1 * max(0.875rem, env(safe-area-inset-left)));
    max-width: none;
    padding-inline: max(0.875rem, env(safe-area-inset-left));
    width: auto;
  }

  .site-header__nav .menu a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
    padding: 0.55rem 0.72rem;
  }

  .site-header__nav .menu--primary .menu-item-has-children,
  .site-header__nav .menu--primary .sub-menu {
    flex-direction: row;
  }

  .entry--list,
  .entry--search {
    grid-template-columns: minmax(8rem, 36%) minmax(0, 1fr);
  }

  .entry--single {
    margin-block: clamp(2rem, 7vw, 3.5rem);
    width: min(calc(100% - 1.5rem), var(--content-max-width));
  }

  .entry__content table {
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .entry__content th,
  .entry__content td {
    overflow-wrap: anywhere;
  }

  .syun-share {
    align-items: stretch;
    flex-direction: column;
  }

  .syun-share__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
  }

  .syun-share__list > li,
  .syun-share__link {
    width: 100%;
  }

  .syun-related__list,
  .syun-related__list:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__inner {
    gap: 1.25rem;
  }

  .site-footer__nav,
  .site-footer__nav .menu,
  .site-footer__nav .menu--footer {
    width: 100%;
  }

  .site-footer__nav .menu a,
  .site-footer__nav .menu--footer a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }
}

@media (max-width: 600px) {
  .syun-section {
    padding-inline: max(0.75rem, env(safe-area-inset-left));
  }

  .syun-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .entry--list,
  .entry--search {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 0.75rem;
  }

  .entry--list .entry__media,
  .entry--search .entry__media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .entry--single {
    border-radius: var(--radius-md);
    padding: 0.875rem;
    width: min(calc(100% - 1rem), var(--content-max-width));
  }

  .entry--single .entry__title {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .entry__meta {
    align-items: center;
    flex-direction: row;
    gap: 0.4rem 0.65rem;
  }

  .syun-article-toc,
  .syun-article-summary {
    border-radius: var(--radius-md);
    padding: 1rem;
  }

  .syun-sidebar {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }

  .syun-sidebar__profile {
    gap: 0.8rem;
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .syun-sidebar__social {
    grid-template-columns: repeat(3, minmax(44px, 1fr));
  }

  .syun-ad-slot--sidebar,
  .syun-ad-slot--article_bottom {
    min-height: 0;
    padding: 0.6rem;
    width: min(calc(100% - 1rem), var(--related-max-width));
  }

  .syun-ad-slot--sidebar .syun-ad-slot__body,
  .syun-ad-slot--article_bottom .syun-ad-slot__body {
    min-height: clamp(7.5rem, 42vw, 11rem);
  }

  .syun-post-nav,
  .syun-related {
    padding: 1rem;
    width: min(calc(100% - 1rem), var(--related-max-width));
  }

  .syun-post-nav__card {
    grid-template-columns: minmax(6rem, 34%) minmax(0, 1fr);
  }

  .syun-related__list,
  .syun-related__list:has(> :nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }

  .syun-related__title {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  .site-header__brand-logo-frame {
    width: min(8.5rem, 52vw);
  }

  .entry__content {
    font-size: 1rem;
    line-height: 1.8;
  }

  .entry__content h2 {
    font-size: clamp(1.45rem, 7vw, 1.8rem);
  }

  .entry__content h3 {
    font-size: clamp(1.2rem, 6vw, 1.45rem);
  }

  .entry__content h4 {
    font-size: clamp(1.05rem, 5.5vw, 1.25rem);
  }

  .syun-post-nav__card {
    grid-template-columns: minmax(5.5rem, 32%) minmax(0, 1fr);
  }

  .syun-post-nav__media {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .entry__footer .entry__term {
    width: auto;
  }

  .site-footer__nav .menu,
  .site-footer__nav .menu--footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

/* Article summary rhythm and linked taxonomy chips. */
.site-header__nav .menu--primary {
  align-items: center;
  flex-wrap: nowrap;
}

.site-header__nav .menu--primary .menu-item-has-children,
.site-header__nav .menu--primary .sub-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.site-header__nav .menu--primary .sub-menu {
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: static;
  transform: none;
  visibility: visible;
  width: auto;
}

.syun-article-summary__intro {
  gap: 0.1rem;
  margin-bottom: 0.5rem;
}

.syun-article-summary .section-kicker {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.4;
}

.syun-article-summary__reading-time {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0 0 1rem 0.5rem;
}

.entry__content .syun-article-summary h2 {
  margin: 0.35rem 0 0.9rem;
}

.entry--list .entry__media::after,
.entry--search .entry__media::after {
  display: none;
}

.entry__footer {
  display: block;
}

.entry__terms ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry__terms li {
  margin: 0;
}

.entry__footer .entry__term {
  align-items: center;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(12, 43, 75, 0.2);
  border-radius: var(--radius-sm);
  color: var(--color-primary-dark);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 750;
  gap: 0.4rem;
  line-height: 1.35;
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
}

.entry__footer .entry__term--category {
  background: rgba(18, 62, 115, 0.08);
  border-color: rgba(18, 62, 115, 0.28);
}

.entry__term-prefix {
  color: var(--color-accent);
  font-size: 0.72rem;
  font-weight: 850;
}

@media (hover: hover) {
  .entry__footer .entry__term:hover {
    background: rgba(197, 31, 47, 0.06);
    border-color: rgba(197, 31, 47, 0.58);
    box-shadow: var(--shadow-shallow);
    color: var(--color-primary-dark);
    transform: translateY(-2px);
  }
}

.entry__footer .entry__term:focus-visible {
  background: rgba(197, 31, 47, 0.06);
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(197, 31, 47, 0.18);
  outline: 0;
}

.entry__footer .entry__term:active {
  box-shadow: none;
  transform: translateY(0);
}

@media (max-width: 420px) {
  .entry__terms ul {
    gap: 0.5rem;
  }

  .entry__footer .entry__term {
    font-size: 0.82rem;
    max-width: 100%;
    width: auto;
  }
}

/* Text-link affordance: keep links visible, then retract the underline on hover. */
:where(
  .entry__content p,
  .entry__content li,
  .entry__content blockquote,
  .entry__content figcaption,
  .entry__content td,
  .entry__content th
) a:not(.zoom-trigger-link):not(.wp-block-button__link),
.entry__content a.syun-internal-link {
  background-image: linear-gradient(90deg, var(--color-accent), var(--color-accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  text-decoration: none;
  transition:
    background-size var(--motion-standard),
    color var(--motion-fast);
}

@media (hover: hover) {
  :where(
    .entry__content p,
    .entry__content li,
    .entry__content blockquote,
    .entry__content figcaption,
    .entry__content td,
    .entry__content th
  ) a:not(.zoom-trigger-link):not(.wp-block-button__link):hover,
  .entry__content a.syun-internal-link:hover {
    background-position: 0 100%;
    background-size: 0 2px;
    text-decoration: none;
  }
}

:where(
  .entry__content p,
  .entry__content li,
  .entry__content blockquote,
  .entry__content figcaption,
  .entry__content td,
  .entry__content th
) a:not(.zoom-trigger-link):not(.wp-block-button__link):focus-visible,
.entry__content a.syun-internal-link:focus-visible {
  background-size: 100% 2px;
}

@media (prefers-contrast: more) {
  :where(
    .entry__content p,
    .entry__content li,
    .entry__content blockquote,
    .entry__content figcaption,
    .entry__content td,
    .entry__content th
  ) a:not(.zoom-trigger-link):not(.wp-block-button__link),
  .entry__content a.syun-internal-link {
    background-size: 100% 3px;
  }
}

/* "▲ TOPへ戻る" link: match the TOC's hover-only, sweep-in-from-the-left
   underline instead of the always-visible-then-retract style above. */
.entry__content a[href="#top"] {
  background-image: linear-gradient(90deg, var(--color-accent), var(--color-accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  transition: background-size var(--motion-standard);
}

@media (hover: hover) {
  .entry__content a[href="#top"]:hover {
    background-size: 100% 2px;
  }
}

.entry__content a[href="#top"]:focus-visible {
  background-size: 100% 2px;
}

@media (min-width: 768px) and (max-width: 900px) {
  .site-header__nav {
    margin-left: auto;
    max-width: none;
    overflow: visible;
    width: auto;
  }
}

@media (max-width: 767px) {
  .site-header__inner {
    align-items: center;
    flex-direction: row;
    gap: var(--space-1);
  }

  .site-header__brand {
    flex: 0 1 auto;
  }

  .site-header__nav-home {
    align-items: center;
    background: var(--color-primary-soft);
    border-radius: var(--radius-sm);
    color: var(--color-primary-dark);
    display: flex;
    font-weight: 800;
    gap: 0.65rem;
    justify-content: center;
    min-height: 48px;
    padding: 0.7rem 0.8rem;
    text-decoration: none;
    transition: var(--transition-all);
    width: 100%;
  }

  .site-header__nav-home:hover,
  .site-header__nav-home:focus-visible {
    background: var(--color-primary);
    color: var(--color-on-primary);
  }

  .site-header__nav-home:focus-visible {
    outline: 3px solid rgba(18, 62, 115, 0.28);
    outline-offset: 2px;
  }

  .site-header__nav-home svg {
    fill: currentColor;
    height: 21px;
    width: 21px;
  }

  .site-header__menu-toggle {
    align-self: center;
    flex: 0 0 52px;
    margin-left: auto;
    max-width: 52px;
    min-width: 52px;
    width: 52px;
  }

  .site-header__nav {
    inset: calc(100% + 0.5rem) 0 auto auto;
    max-width: 50vw;
    overflow: visible;
    width: 50vw;
  }

  .site-header__nav .menu--primary > li {
    display: block;
    width: 100%;
  }

  .site-header__nav .menu--primary > li > a {
    box-sizing: border-box;
    display: flex;
    min-height: 44px;
    width: 100% !important;
  }

  .fighter-profile-table {
    max-width: 100%;
    min-width: 0 !important;
    width: 100% !important;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) tr {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-template-columns: minmax(4.5rem, 0.67fr);
  }

  .fighter-profile-table:has(tr > :nth-child(3)) tr > :first-child {
    min-width: 0;
    white-space: normal !important;
    width: auto !important;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) thead th {
    align-content: center;
    display: block;
    text-align: center !important;
  }

  .fighter-profile-table:has(tr > :nth-child(3)) tbody th,
  .fighter-profile-table:has(tr > :nth-child(3)) tbody td {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center !important;
  }
}

@media (max-width: 600px) {
  .entry--single .entry__title {
    font-size: clamp(1.45rem, 6.3vw, 1.75rem);
    line-height: 1.17;
  }

  .entry__media.entry__hero-media {
    min-height: 0;
  }

  .entry__media.entry__hero-media img {
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  .wp-faq details > summary {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 3.5rem;
    text-align: center;
  }

  .wp-faq details > summary::before {
    display: none;
  }

  .wp-faq .q-badge {
    flex: 0 0 auto;
    margin-inline: auto;
    order: 1;
  }

  .wp-faq .q-text {
    flex: 0 1 auto;
    order: 2;
    text-align: center;
    width: 100%;
  }

  .wp-faq .tap-hint {
    margin-top: 0.35rem;
    text-align: center;
  }
}

/* TOC bottom edge is hidden at rest; the dedicated ::after line appears on hover/focus. */
.syun-article-toc__item a {
  border-bottom-color: transparent;
}

/* SIDEBAR LATEST HOVER TRIAL
 * Rollback: remove only this marked block to restore the previous underline.
 */
.syun-sidebar__latest a {
  background-image: none;
  border-bottom: 2px solid transparent;
  display: inline-block;
  justify-self: start;
  max-width: 100%;
  padding-bottom: 0.22rem;
  transition: border-color var(--motion-standard), color var(--motion-fast);
  width: fit-content;
}

@media (hover: hover) {
  .syun-sidebar__latest a:hover {
    border-bottom-color: var(--color-accent);
  }
}

.syun-sidebar__latest a:focus-visible {
  border-bottom-color: var(--color-accent);
}

@media (prefers-reduced-motion: reduce) {
  .syun-sidebar__latest a {
    transition: none;
  }
}

@media (max-width: 1023px) {
  .fighter-profile-table {
    min-width: 0 !important;
  }
}
/* Inline article TOC: reveal the underline only on interaction. */
.entry__content > #toc + .modern-list-box.glass-list.blue-glass-list a.syun-internal-link {
  background-image: linear-gradient(90deg, var(--color-accent), var(--color-accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  transition: background-size var(--motion-standard);
}

@media (hover: hover) and (pointer: fine) {
  .entry__content > #toc + .modern-list-box.glass-list.blue-glass-list a.syun-internal-link:hover {
    background-size: 100% 2px;
  }
}

.entry__content > #toc + .modern-list-box.glass-list.blue-glass-list a.syun-internal-link:focus-visible,
.entry__content > #toc + .modern-list-box.glass-list.blue-glass-list a.syun-internal-link:active {
  background-size: 100% 2px;
}

@media (prefers-reduced-motion: reduce) {
  .entry__content > #toc + .modern-list-box.glass-list.blue-glass-list a.syun-internal-link {
    transition: none;
  }
}
