:root {
  --orange: #ff8833;
  --orange-deep: #ff7a00;
  --orange-soft: #fff1e7;
  --black: #111;
  --text: #111;
  --gray: #777;
  --line: #eadfd8;
  --paper: #fffaf6;
  --white: #fff;
  --shadow: 0 18px 48px rgba(255, 136, 51, 0.12);
  --shadow-soft: 0 8px 24px rgba(40, 20, 0, 0.05);
  --section-bg: rgba(255, 255, 255, 0.92);
  --header-shadow: 0 8px 24px rgba(255, 136, 51, 0.22);
  --hero-accent: rgba(255, 136, 51, 0.4);
  --hero-accent-soft: rgba(255, 136, 51, 0.16);
  --accent-2: #ff4da6;
  --accent-3: #6a5cff;
  --radius: 24px;
  --container: 1320px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--text);
  font-family:
    "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  background: #fff;
}
main {
  flex: 1;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}
.aligncenter {
  text-align: center;
}
.photo {
  margin: 0;
}
.photo img {
  width: 100%;
  margin-bottom: 30px;
}
.sphoto {
  max-width: 600px;
  margin: 0 auto;
}
.ssphoto {
  max-width: 300px;
  margin: 0 auto;
}
.sphoto img,
.ssphoto img {
  width: 100%;
  margin-bottom: 30px;
}
.photocenter {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.marginbottom60 {
  margin-bottom: 60px;
}
.margintop60 {
  margin-top: 60px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: var(--orange);
  box-shadow: var(--header-shadow);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 0;
  height: 80px;
}

.site-logo {
  flex: 0 0 auto;
  width: 190px;
  margin: 0;
}

.site-logo img {
  width: 100%;
}

.global-nav {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 42px;
  min-width: 0;
  margin-left: 54px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.global-nav > a {
  flex: 0 0 auto;
  padding: 30px 0;
  opacity: 0.94;
}

.global-nav > a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.menu-btn {
  display: none;
  width: 38px;
  height: 30px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 76%;
  height: 4px;
  margin: 5px 0;
  border-radius: 999px;
  background: #fff;
  transition: 0.3s;
}

.sp-menu {
  display: none;
}

/* Background */
.page-bg,
.page-bg-sports {
  position: relative;
  overflow: hidden;
  padding: 28px 0 54px;
  background-size: 220% 220%;
  animation: breathingPaper 24s ease-in-out infinite alternate;
}
.page-bg {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 136, 51, 0.32),
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 25%,
      rgba(255, 185, 120, 0.2),
      transparent 32%
    ),
    radial-gradient(
      circle at 70% 85%,
      rgba(255, 136, 51, 0.16),
      transparent 36%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(255, 220, 180, 0.18),
      transparent 40%
    ),
    linear-gradient(180deg, #fff, #fff7f1);
}
.page-bg-sports {
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(42, 180, 105, 0.26),
      transparent 30%
    ),
    radial-gradient(
      circle at 80% 25%,
      rgba(120, 210, 150, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at 70% 85%,
      rgba(30, 150, 90, 0.14),
      transparent 36%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(190, 235, 205, 0.22),
      transparent 40%
    ),
    linear-gradient(180deg, #fff, #f2fbf5);
}
@keyframes breathingPaper {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 80%;
  }
}

/* Shared card sections */
.spora-hero-card,
.spora-ex-section,
.news-section,
.panel,
.archive-list,
.single-body,
.related-posts {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

/* Hero */
.spora-hero-card {
  padding: 24px;
  margin: 30px auto 42px;
}
.spora-hero-section {
  display: flex;
  gap: 28px;
  align-items: stretch;
  width: 100%;
}

/* Chrome / Edge対策：左右カラムを完全に分離し、メイン画像が右側へ被らないようにする */
.spora-hero-section > * {
  min-width: 0;
}

.spora-hero-slide,
.spora-hero-slide a {
  min-width: 0;
  overflow: hidden;
}

.spora-hero-main-img {
  max-width: none;
}

.spora-hero-main {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
  border-radius: 16px;
  aspect-ratio: 16/9;
  background: #111;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.1);
}

.spora-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.05s ease;
}
.spora-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.spora-hero-slide a {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  color: #fff;
}
.spora-hero-main-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.spora-hero-slide a:hover .spora-hero-main-img {
  transform: scale(1.035);
}
.spora-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.42),
    rgba(0, 0, 0, 0.16) 45%,
    rgba(0, 0, 0, 0)
  );
}
.spora-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    var(--hero-accent),
    var(--hero-accent-soft) 38%,
    rgba(255, 136, 51, 0)
  );
}
.spora-hero-copy {
  position: absolute;
  left: 46px;
  right: 42px;
  bottom: 38px;
  z-index: 3;
  color: #fff;
  max-width: 640px;
}
.spora-hero-copy h2,
.spora-hero-copy h3 {
  margin: 12px 0 8px;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spora-hero-copy p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.spora-hero-label,
.label,
.new {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  padding: 6px 9px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
}
.spora-hero-new {
  margin-left: 6px;
  background: #fff;
  color: var(--orange);
}
.spora-hero-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  width: 42px;
  height: 54px;
  border: 0;
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
.spora-hero-prev {
  left: 0;
}
.spora-hero-next {
  right: 0;
}
.spora-hero-dots {
  position: absolute;
  left: 46px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  gap: 8px;
}
.spora-hero-dots button {
  width: 24px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}
.spora-hero-dots button.is-active {
  background: var(--orange);
}

.spora-heropickup-section {
  flex: 0 0 430px;
  width: 430px;
  max-width: 430px;
  min-width: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 2;
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.spora-heropickup-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 136, 51, 0.22),
    rgba(255, 179, 102, 0.1),
    rgba(255, 136, 51, 0.18)
  );
  background-size: 300% 300%;
  animation: sporaExGradient 18s ease-in-out infinite;
  opacity: 0.35;
}
.spora-heropickup-section > * {
  position: relative;
  z-index: 1;
}
.spora-hero-pickup {
  display: grid;
  gap: 12px;
}

.spora-hero-thumb button {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  align-items: start;
  width: 100%;
  padding: 0 0 13px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.spora-hero-thumb:last-child button {
  border-bottom: 0;
  padding-bottom: 0;
}
.spora-hero-thumb-img {
  width: 132px !important;
  height: 94px !important;
  object-fit: cover !important;
  border-radius: 8px;
}

.spora-hero-thumb h3,
.spora-hero-thumb h4 {
  margin: 4px 0 6px;
  font-size: 15px;
  line-height: 1.45;
}
.spora-hero-thumb p {
  margin: 0;
  color: var(--gray);
  font-size: 12px;
}
.spora-thumb-link {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}
.spora-thumb-link:hover,
.spora-hero-thumb.is-active h3,
.spora-hero-thumb.is-active h4 {
  color: var(--orange);
}
.spora-hero-thumb.is-active .spora-hero-thumb-img {
  outline: 3px solid var(--orange);
  outline-offset: -3px;
}

/* Section titles */
.section-title-c,
.section-title-ex {
  text-align: center;
  margin-bottom: 36px;
}
.section-title-c h2,
.section-title-ex h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.section-title-c h2 {
  background: linear-gradient(180deg, #222, #555);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title-ex h2 {
  background: linear-gradient(
    90deg,
    var(--orange-deep),
    var(--accent-2),
    var(--accent-3)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title-c p,
.section-title-ex p {
  margin: 12px 0 0;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.section-divider {
  width: 86px;
  height: 2px;
  margin: 10px auto;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 136, 51, 0),
    var(--orange),
    rgba(255, 136, 51, 0)
  );
}

/* News */
.news-section,
.spora-ex-section {
  padding: 34px;
  margin-bottom: 42px;
}
.news-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.news-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: 0.2s ease;
}
.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(40, 20, 0, 0.08);
}
.news-thumb {
  position: relative;
  aspect-ratio: 1.414/1;
  overflow: hidden;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-thumb .label {
  position: absolute;
  top: 8px;
  left: 8px;
}
.news-card h3 {
  margin: 12px 12px 8px;
  font-size: 15px;
  line-height: 1.45;
}
.news-card p {
  margin: 0 12px 14px;
  color: var(--gray);
  font-size: 12px;
}
.news-card p span {
  color: var(--orange);
  margin-left: 6px;
}
.spora-more-wrap {
  text-align: center;
  margin-top: 30px;
}
.spora-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: #111;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
.spora-more-btn span {
  transition: 0.3s;
  color: var(--orange);
}
.spora-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.spora-more-btn:hover span {
  transform: translateX(4px);
}

/* SPORA EX */
.spora-ex-section {
  position: relative;
  overflow: hidden;
}
.spora-ex-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 136, 51, 0.22),
    rgba(255, 179, 102, 0.1),
    rgba(255, 136, 51, 0.18)
  );
  background-size: 300% 300%;
  animation: sporaExGradient 18s ease-in-out infinite;
  opacity: 0.35;
}
.spora-ex-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(255, 136, 51, 0.13),
      transparent 32%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(255, 190, 140, 0.13),
      transparent 34%
    );
  opacity: 0.65;
}
.spora-ex-section > * {
  position: relative;
  z-index: 1;
}
@keyframes sporaExGradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ex-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ex-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1.414/1;
  background: #111;
}
.ex-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ex-card h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}
.ex-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

/* Footer */
.site-footer {
  background: #050505;
  color: #fff;
  padding: 28px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 42px;
}
.footer-inner img {
  width: 160px;
}
.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  font-size: 13px;
}
.footer-inner a {
  opacity: 0.9;
}
.footer-inner a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#page-top {
  width: 50px;
  height: 50px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  transform: translateY(10px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}
#page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#page-top p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #d51323;
  border-radius: 5px;
  transition: 0.3s;
}
#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* Single / article */
.single-article {
  max-width: 920px;
  padding: 46px 0 64px;
}
.single-header {
  margin-bottom: 28px;
}
.single-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #777;
  font-size: 13px;
}
.single-category {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  line-height: 1;
}
.single-header h1 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.45;
}
.single-author {
  color: #777;
  font-size: 14px;
}
.single-main-img {
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 10px;
  background: #111;
}
.single-main-img img {
  width: 100%;
  height: auto;
}
.single-body {
  padding: 38px;
}
.single-body p {
  margin: 0 0 1.9em;
  padding: 0 10px;
  font-size: 17px;
  line-height: 2.05;
}
.release_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 25px;
  padding-top: 30px;
  color: #333;
}
.single-body h2 {
  margin: 2.4em 0 1em;
  padding-left: 14px;
  border-left: 6px solid var(--orange);
  font-size: 28px;
  line-height: 1.45;
}
.single-body h3 {
  margin: 2em 0 1em;
  font-size: 22px;
  line-height: 1.5;
}
.single-body h4 {
  margin: 2em 0 1em;
  font-size: 18px;
  line-height: 1.5;
}
.single-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-body blockquote {
  margin: 2em 0;
  padding: 22px 26px;
  border-left: 5px solid var(--orange);
  background: #fff7f1;
  color: #333;
}
.single-body a {
  color: var(--orange);
  text-decoration: underline;
}
.single-body li {
  padding: 4px;
  line-height: 1.75;
}
.caption {
  font-size: 0.8em;
  margin: 10px 10px 20px;
  padding: 0;
}
.release_date_info {
  text-align: right;
}
.release_date_info p {
  margin: 4px 0;
}
.releaseinfo ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0 5px;
}
.releaseinfo li {
  padding: 8px;
  border-bottom: 1px solid #c0c0c0;
}
.single-tags {
  margin-top: 28px;
  font-size: 13px;
}
.single-tags span {
  margin-right: 10px;
  color: #777;
}
.single-tags a {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #111;
}
.single-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}
.single-nav a {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: #111;
}
.single-next {
  text-align: right;
}
.single_sns ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single_sns li {
  display: inline-block;
  margin: 10px;
  padding: 6px 16px;
  border-radius: 999px;
}
.single_sns li a {
  color: #fff;
  text-decoration: none;
}
.single_sns li i {
  padding-right: 6px;
}
.sns_x_btn {
  background: #000;
}
.sns_instgram_btn {
  background: #cf2e92;
}
.sns_youtube_btn {
  background: #da1725;
}
.sns_tiktok_btn {
  background: #25f4ee;
}
.sns_tiktok_btn a {
  color: #000 !important;
}
.sns_facebook_btn {
  background: #1877f2;
}
.sns_line_btn {
  background: #00b900;
}
.sporaview {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
.sporaview-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sporaview-header img,
.text3 li img {
  width: 24px;
  height: auto;
}
.sporaview-body {
  line-height: 1.8;
}
.text3 ul {
  list-style: none;
  padding-left: 16px;
  margin: 0;
}
.text3 li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.related-posts {
  margin-top: 42px;
  padding: 28px;
}
.related-title {
  margin-bottom: 20px;
}
.related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.related-thumb {
  aspect-ratio: 1.414/1;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
}
.related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-card h3 {
  margin: 10px 0 6px;
  font-size: 16px;
  line-height: 1.45;
}
.related-card p {
  margin: 0;
  color: #777;
  font-size: 12px;
}
.spora-return {
  text-align: center;
  margin-top: 40px;
}
.spora-return a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 52px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), #ffb366);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
.spora-return a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 136, 51, 0.25);
}

/* Breadcrumb / Archive / 404 */
.spora-breadcrumb {
  max-width: 900px;
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  font-size: 13px;
}
.spora-breadcrumb a {
  color: #777;
}
.spora-breadcrumb a:last-of-type,
.spora-breadcrumb a:hover {
  color: var(--orange);
}
.spora-breadcrumb span {
  color: #aaa;
}
.spora-breadcrumb .current {
  color: #111;
}
.archive-page {
  max-width: 980px;
  padding: 50px 0 80px;
}
.archive-header {
  text-align: center;
  margin-bottom: 40px;
}
.archive-header h1 {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 42px;
  line-height: 1.2;
}
.archive-description {
  color: #777;
  font-size: 14px;
}
.archive-list {
  padding: 24px 32px;
}
.archive-item {
  border-bottom: 1px solid var(--line);
}
.archive-item:last-child {
  border-bottom: none;
}
.archive-item a {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 24px 0;
}
.archive-item:first-child a {
  padding-top: 0;
}
.archive-item:last-child a {
  padding-bottom: 0;
}
.archive-thumb {
  width: 220px;
  aspect-ratio: 1.414/1;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
}
.archive-thumb-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.archive-meta {
  margin-bottom: 10px;
  font-size: 12px;
}
.archive-date {
  color: #777;
}
.archive-cat {
  margin-left: 10px;
  color: var(--orange);
}
.archive-content h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.5;
}
.archive-excerpt {
  margin: 0;
  color: #555;
  line-height: 1.8;
}
.archive-item a:hover h2 {
  color: var(--orange);
}
.archive-pagination {
  margin-top: 40px;
  text-align: center;
}
.archive-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  min-width: 40px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.archive-pagination .current {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.archive-empty {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
}
.spora-404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
.spora-404-inner {
  width: min(720px, 100%);
  text-align: center;
}
.spora-404-code {
  display: block;
  margin-bottom: 10px;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(90deg, var(--orange), #ffb366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spora-404 h1 {
  margin: 0 0 24px;
  font-size: 48px;
  letter-spacing: 0.05em;
}
.spora-404 p {
  margin: 0 0 40px;
  color: #666;
  line-height: 2;
}
.spora-404-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.spora-404-home,
.spora-404-articles {
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}
.spora-404-home {
  background: var(--orange);
  color: #fff;
}
.spora-404-articles {
  border: 1px solid var(--line);
  background: #fff;
  color: #111;
}
.spora-404-home:hover,
.spora-404-articles:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (prefers-reduced-motion: reduce) {
  .page-bg,
  .page-bg-sports,
  .spora-ex-section::before,
  .spora-heropickup-section::before {
    animation: none;
  }
}
@media (max-width: 1040px) {
  .news-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .spora-heropickup-section {
    flex-basis: 380px;
    width: 380px;
    max-width: 380px;
  }
}
@media (max-width: 1040px) and (min-width: 961px) {
  .spora-hero-thumb button {
    grid-template-columns: 118px 1fr;
    gap: 14px;
  }
  .spora-hero-thumb-img {
    width: 118px !important;
    height: 84px !important;
  }
  .spora-hero-thumb h3,
  .spora-hero-thumb h4 {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .container {
    width: min(100% - 24px, 720px);
  }
  .header-inner {
    height: 64px;
  }
  .site-logo {
    width: 150px;
  }
  .global-nav {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .sp-menu {
    display: none;
    background: #fff;
  }
  .sp-menu.active {
    display: block;
  }
  .sp-menu a {
    display: block;
    padding: 16px 24px;
    color: #111;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }
  .menu-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .page-bg,
  .page-bg-sports {
    padding-top: 20px;
  }
  .spora-hero-card {
    padding: 16px;
    margin: 22px auto 28px;
    border-radius: 18px;
  }
  .spora-hero-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .spora-hero-main {
    aspect-ratio: 16/10;
    border-radius: 14px;
  }
  .spora-heropickup-section {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .spora-hero-copy {
    left: 22px;
    right: 22px;
    bottom: 28px;
  }
  .spora-hero-copy h2,
  .spora-hero-copy h3 {
    font-size: 26px;
  }
  .spora-hero-btn {
    display: none;
  }
  .spora-hero-dots {
    left: 22px;
    bottom: 14px;
  }
  .spora-heropickup-section {
    padding: 18px;
  }
  .spora-hero-thumb button {
    grid-template-columns: 110px 1fr;
  }
  .spora-hero-thumb-img {
    width: 110px !important;
    height: 78px !important;
  }
  .spora-hero-thumb h3,
  .spora-hero-thumb h4 {
    font-size: 14px;
  }
  .news-section,
  .spora-ex-section {
    padding: 22px;
    margin: 24px auto;
  }
  .news-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .news-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid var(--line);
  }
  .news-card:last-child {
    border-bottom: 0;
  }
  .news-card a {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    margin: 0;
  }

  .news-card:first-child a {
    padding-top: 0;
  }
  .news-thumb {
    width: 110px;
    height: 78px;
    aspect-ratio: auto;
    border-radius: 6px;
  }
  .news-thumb img {
    width: 110px !important;
    height: 78px !important;
    object-fit: cover !important;
  }
  .news-card h3 {
    margin: 0 0 6px;
    font-size: 14px;
  }
  .news-card p {
    margin: 0;
    font-size: 12px;
  }
  .ex-list,
  .related-list {
    grid-template-columns: 1fr;
  }
  .ex-card {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .ex-card:first-child {
    padding-top: 0;
  }

  .ex-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .ex-card a {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    align-items: start;
  }

  .ex-thumb {
    width: 110px;
    height: 78px;
    aspect-ratio: auto;
  }

  .ex-content {
    min-width: 0;
  }

  .ex-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.45;
  }

  .ex-card p {
    margin: 0;
    color: var(--gray);
    font-size: 12px;
  }

  .related-card a {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
  }

  .related-thumb {
    width: 110px;
    height: 78px;
    aspect-ratio: auto;
  }

  .related-card h3 {
    margin: 0 0 6px;
    font-size: 14px;
  }
  .footer-inner {
    display: block;
  }
  .footer-inner nav {
    margin-top: 18px;
    gap: 18px;
  }
  .single-article {
    width: calc(100% - 40px);
    padding: 32px 0 46px;
  }
  .single-header h1 {
    font-size: 28px;
  }
  .single-body {
    padding: 24px 20px;
  }
  .single-body p {
    font-size: 16px;
    line-height: 1.95;
  }
  .single-body h2 {
    font-size: 23px;
  }
  .single-body h3 {
    font-size: 20px;
  }
  .single-nav {
    grid-template-columns: 1fr;
  }
  .single-next {
    text-align: left;
  }
  .related-posts {
    padding: 20px;
  }
  .archive-page {
    width: calc(100% - 40px);
    padding: 30px 0 50px;
  }
  .archive-header h1 {
    font-size: 34px;
  }
  .archive-list {
    padding: 20px;
  }
  .archive-item a {
    grid-template-columns: 110px 1fr;
    gap: 16px;
    padding: 16px 0;
  }
  .archive-thumb {
    width: 110px;
    height: 78px;
    aspect-ratio: auto;
  }
  .archive-content h2 {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 6px;
  }
  .archive-excerpt {
    display: none;
  }
}
@media (max-width: 768px) {
  .spora-404-code {
    font-size: 72px;
  }
  .spora-404 h1 {
    font-size: 28px;
  }
  .section-title-c h2,
  .section-title-ex h2 {
    font-size: 40px;
  }
}

/* Ranking */
.ranking-section {
  padding: 34px;
  margin-bottom: 42px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.ranking-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ranking-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: 0.2s ease;
}

.ranking-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(40, 20, 0, 0.08);
}

.ranking-card a {
  display: block;
  position: relative;
  height: 100%;
}

.ranking-number {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--accent-2));
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.ranking-thumb {
  aspect-ratio: 1.414/1;
  overflow: hidden;
  background: #111;
}

.ranking-thumb-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.ranking-content {
  padding: 12px;
}

.ranking-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 12px;
}

.ranking-date {
  color: var(--gray);
}

.ranking-cat {
  color: var(--orange);
}

.ranking-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
}

.ranking-views {
  margin: 0;
  color: var(--gray);
  font-size: 12px;
}

/* Ranking responsive */
@media (max-width: 1040px) {
  .ranking-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .ranking-section {
    padding: 22px;
    margin: 24px auto;
  }

  .ranking-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ranking-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid var(--line);
  }

  .ranking-card:last-child {
    border-bottom: 0;
  }

  .ranking-card a {
    display: grid;
    grid-template-columns: 42px 110px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    margin: 0;
  }

  .ranking-card:first-child a {
    padding-top: 0;
  }

  .ranking-number {
    position: static;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .ranking-thumb {
    width: 110px;
    height: 78px;
    aspect-ratio: auto;
    border-radius: 6px;
  }

  .ranking-content {
    padding: 0;
  }

  .ranking-card h3 {
    font-size: 14px;
    margin: 0 0 6px;
  }
}

/* Ranking page */
.ranking-page-list {
  padding: 24px 32px;
}

.ranking-page-item a {
  grid-template-columns: 58px 220px 1fr;
  align-items: center;
}

.ranking-page-number {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--accent-2));
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

@media (max-width: 960px) {
  .ranking-page-item a {
    grid-template-columns: 38px 110px 1fr;
    gap: 14px;
  }

  .ranking-page-number {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
}

/* Search button and sports brand switch */
.spora-search-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  min-height: 42px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff368b 0%, #ff6b35 58%, #ff8b22 100%);
  box-shadow: 0 6px 16px rgba(255, 70, 80, 0.22);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  appearance: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.spora-search-open:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(255, 70, 80, 0.3);
}

.spora-search-open:focus-visible,
.spora-sports-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.spora-search-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.spora-search-icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.spora-sports-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 230px;
  min-height: 42px;
  padding: 7px 22px;
  border-radius: 999px;
  background: #39b54a;
  box-shadow: 0 6px 16px rgba(20, 120, 55, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.spora-sports-btn img {
  width: 100%;
  max-height: 28px;
  object-fit: contain;
}

.spora-sports-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(20, 120, 55, 0.3);
}

/* Search overlay */
.spora-search-overlay {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.spora-search-overlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.spora-search-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(9, 10, 12, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}

.spora-search-panel {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100vh - 60px);
  padding: 54px 50px 46px;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(255, 122, 34, 0.24),
      transparent 35%
    ),
    radial-gradient(
      circle at 5% 95%,
      rgba(255, 53, 139, 0.15),
      transparent 36%
    ),
    linear-gradient(145deg, #292a2e 0%, #17181b 100%);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.52);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.25s ease;
}

.spora-search-overlay.is-open .spora-search-panel {
  transform: translateY(0) scale(1);
}

.spora-search-close {
  position: absolute;
  top: 16px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font-family: Arial, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.spora-search-close:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: rotate(4deg);
}

.spora-search-label {
  margin: 0 0 8px;
  color: #ff8438;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
}

#spora-search-title {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 8vw, 68px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-align: center;
}

.spora-search-description {
  margin: 17px 0 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.spora-overlay-search-form {
  width: 100%;
  margin: 0;
}

.spora-search-input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.08);
}

.spora-overlay-search-input {
  width: 100%;
  min-width: 0;
  height: 55px;
  margin: 0;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  outline: none;
  color: #222;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  appearance: none;
}

.spora-overlay-search-input::placeholder {
  color: #999;
  opacity: 1;
}

.spora-overlay-search-input:focus {
  border-color: #ff7c32;
  box-shadow: 0 0 0 4px rgba(255, 124, 50, 0.18);
}

.spora-overlay-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 130px;
  height: 55px;
  margin: 0;
  padding: 0 21px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff368b 0%, #ff6b35 58%, #ff8b22 100%);
  box-shadow: 0 8px 20px rgba(255, 83, 67, 0.25);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}

.spora-overlay-search-submit:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 11px 24px rgba(255, 83, 67, 0.34);
}

body.spora-search-is-open {
  overflow: hidden;
}

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

/* YouTube */
.spora-youtube-section {
  padding: 42px 28px 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--section-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.section-title-youtube {
  margin-bottom: 30px;
  text-align: center;
}

.section-title-youtube h2 {
  margin: 0;
  color: #333;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.section-title-youtube p {
  margin: 10px 0 0;
  color: #888;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.youtube-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.youtube-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.youtube-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.09);
}

.youtube-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #222;
}

.youtube-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.youtube-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.youtube-card:hover .youtube-thumb img {
  transform: scale(1.04);
}

.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  background: #f00;
  font-size: 14px;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.youtube-card:hover .youtube-play-button {
  transform: translate(-50%, -50%) scale(1.06);
}

.youtube-card h3 {
  display: -webkit-box;
  min-height: 72px;
  max-height: 72px;
  margin: 0;
  padding: 12px 11px 6px;
  overflow: hidden;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.youtube-date {
  margin: auto 0 0;
  padding: 0 11px 12px;
  color: #999;
  font-size: 10px;
  line-height: 1;
}

.spora-youtube-more-btn {
  margin-top: 26px;
}

@media (max-width: 1120px) {
  .global-nav {
    gap: 24px;
    margin-left: 32px;
  }

  .header-tools {
    gap: 12px;
  }

  .spora-search-open {
    min-width: 112px;
    padding-inline: 16px;
  }

  .spora-sports-btn {
    width: 180px;
  }
}

@media (max-width: 960px) {
  .spora-search-open-mobile {
    width: calc(100% - 32px);
    min-height: 48px;
    margin: 14px 16px 10px;
    border-radius: 10px;
  }

  .spora-sports-btn-mobile {
    width: calc(100% - 32px);
    min-height: 48px;
    margin: 0 16px 18px;
  }

  .sp-menu .spora-sports-btn-mobile {
    padding: 10px 24px;
    border-bottom: 0;
  }

  .spora-sports-btn-mobile img {
    width: min(210px, 80%);
  }

  .youtube-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .spora-search-overlay {
    align-items: flex-start;
    padding: 14px;
  }

  .spora-search-panel {
    width: 100%;
    max-height: calc(100dvh - 28px);
    margin-top: 6vh;
    padding: 50px 20px 28px;
    border-radius: 20px;
  }

  .spora-search-input-wrap {
    display: block;
  }

  .spora-overlay-search-input {
    height: 52px;
  }

  .spora-overlay-search-submit {
    width: 100%;
    min-width: 0;
    height: 50px;
    margin-top: 8px;
  }

  .spora-youtube-section {
    padding: 34px 18px 28px;
  }

  .section-title-youtube h2 {
    font-size: 42px;
  }

  .youtube-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .youtube-list {
    grid-template-columns: 1fr;
  }

  .youtube-card h3 {
    min-height: auto;
    max-height: none;
  }
}

/* =========================================================
   Final header layout: desktop / tablet / mobile
========================================================= */

.mobile-header-tools {
  display: none;
}

.sp-menu-inner {
  width: 100%;
}

@media (min-width: 961px) {
  .header-inner {
    height: 80px;
  }

  .global-nav {
    gap: clamp(24px, 2.4vw, 42px);
    margin-left: clamp(32px, 4vw, 58px);
  }

  .global-nav > a {
    white-space: nowrap;
  }

  .header-tools {
    gap: 14px;
  }

  .header-tools .spora-search-open {
    min-width: 126px;
    min-height: 40px;
    padding: 0 18px;
    font-size: 16px;
  }

  .header-tools .spora-sports-btn {
    width: 168px;
    min-height: 38px;
    padding: 6px 17px;
  }

  .header-tools .spora-sports-btn img {
    width: 136px;
    max-height: 24px;
  }
}

@media (max-width: 1180px) and (min-width: 961px) {
  .site-logo {
    width: 168px;
  }

  .global-nav {
    gap: 22px;
    margin-left: 28px;
    font-size: 13px;
  }

  .header-tools {
    gap: 10px;
  }

  .header-tools .spora-search-open {
    min-width: 108px;
    padding-inline: 14px;
    font-size: 15px;
  }

  .header-tools .spora-sports-btn {
    width: 148px;
    padding-inline: 14px;
  }

  .header-tools .spora-sports-btn img {
    width: 120px;
  }
}

@media (max-width: 960px) {
  .header-inner {
    height: 64px;
  }

  .site-logo {
    width: 150px;
  }

  .global-nav,
  .header-tools {
    display: none;
  }

  .mobile-header-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
  }

  .spora-search-open-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 50%;
  }

  .spora-search-open-icon .spora-search-icon {
    width: 16px;
    height: 16px;
  }

  .menu-btn {
    display: block;
    width: 38px;
    height: 34px;
    margin: 0;
  }

  .menu-btn span {
    width: 30px;
    height: 3px;
    margin: 6px auto;
  }

  .sp-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 30px rgba(30, 15, 0, 0.14);
  }

  .sp-menu.active {
    display: block;
  }

  .sp-menu-inner {
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .sp-menu .sp-menu-inner > a:not(.spora-sports-btn) {
    padding: 15px 8px;
    border-bottom: 1px solid #eee;
    color: #111;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }

  .spora-search-open-mobile {
    width: min(220px, 100%);
    min-height: 42px;
    margin: 18px auto 12px;
    border-radius: 999px;
  }

  .sp-menu .spora-sports-btn-mobile {
    width: 170px;
    min-height: 38px;
    margin: 0 auto;
    padding: 6px 16px;
    border: 0;
  }

  .spora-sports-btn-mobile img {
    width: 136px;
    max-height: 23px;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 20px, 720px);
  }

  .header-inner {
    height: 58px;
  }

  .site-logo {
    width: 132px;
  }

  .mobile-header-tools {
    gap: 8px;
  }

  .spora-search-open-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }

  .menu-btn {
    width: 34px;
  }

  .menu-btn span {
    width: 27px;
  }

  .sp-menu {
    max-height: calc(100vh - 58px);
  }

  .sp-menu .sp-menu-inner > a:not(.spora-sports-btn) {
    font-size: 17px;
  }

  .spora-search-open-mobile {
    width: min(200px, 100%);
  }

  .sp-menu .spora-sports-btn-mobile {
    width: 158px;
  }

  .spora-sports-btn-mobile img {
    width: 126px;
  }
}

/* =========================================================
   SPORA mobile menu final alignment
   SEARCH and SPORA SPORTS share the same horizontal center.
========================================================= */
@media screen and (max-width: 960px) {
  .sp-menu .sp-menu-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .sp-menu .sp-menu-inner > a:not(.spora-sports-btn) {
    width: 100%;
  }

  .sp-menu .spora-search-open-mobile,
  .sp-menu .spora-sports-btn-mobile {
    position: static;
    float: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    align-self: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sp-menu .spora-search-open-mobile {
    display: flex !important;
    width: 210px !important;
    max-width: calc(100% - 40px);
    height: 44px;
    min-height: 44px;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    padding: 0 22px !important;
  }

  .sp-menu .spora-sports-btn-mobile {
    display: flex !important;
    width: 170px !important;
    max-width: calc(100% - 40px);
    height: 40px;
    min-height: 40px;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 16px !important;
  }

  .sp-menu .spora-sports-btn-mobile img {
    display: block;
    width: 136px !important;
    max-width: 100%;
    height: auto !important;
    max-height: 22px;
    margin: 0 auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 480px) {
  .sp-menu .spora-search-open-mobile {
    width: 190px !important;
    height: 42px;
    min-height: 42px;
  }

  .sp-menu .spora-sports-btn-mobile {
    width: 158px !important;
    height: 38px;
    min-height: 38px;
  }

  .sp-menu .spora-sports-btn-mobile img {
    width: 126px !important;
    max-height: 20px;
  }
}
