@charset "UTF-8";

/* ==========================================================================
   電動車いすサッカー日本代表 2026 FIPFA Powerchair Football World Cup 特設ページ
   Copy: 向かうのは、世界の頂。（ビジュアルモチーフは閃光＝Mobile RAIJIN BLUE の稲妻）
   全てのスタイルは .wcup-special クラス配下にスコープ化し、
   既存サイトの base_style.css / layout.css と干渉しない。
   ========================================================================== */


/* ====== Design Tokens (スコープ内 custom properties) ====================== */
.wcup-special {
    --c-bg:        #04060b;         /* 最深部の黒 */
    --c-bg-2:      #0a0f1a;         /* カード背景 */
    --c-ink:       #e7ecf3;         /* 基本白 (≈ 14:1) */
    --c-ink-dim:   #b4bdcc;         /* 補助テキスト (#04060b 上で ≈ 8.4:1, AAA) */
    --c-ink-mute:  #8590a3;         /* ミュート (#04060b 上で ≈ 5.0:1, AA) */
    --c-line:      #1d2533;         /* 罫線 */
    --c-samurai:   #0a2a66;         /* サムライブルー（深） */
    --c-samurai-2: #143d8a;         /* サムライブルー（中） */
    --c-neon:      #00d4ff;         /* ネオンブルー */
    --c-neon-soft: rgba(0, 212, 255, .35);
    --c-accent:    #ff3355;         /* 要所のアクセント赤（日の丸想起） */

    --ff-sans: 'Noto Sans JP', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    --ff-mech: 'Barlow Condensed', 'Helvetica Neue', sans-serif;

    --maxw: 1200px;
    --radius: 2px;

    /* reset-ish */
    background: var(--c-bg);
    color: var(--c-ink);
    font-family: var(--ff-sans);
    font-feature-settings: "palt";
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .02em;
}

.wcup-special * { box-sizing: border-box; }
.wcup-special img { max-width: 100%; display: block; }
.wcup-special a { color: inherit; text-decoration: none; }
.wcup-special ul { list-style: none; padding: 0; margin: 0; }
.wcup-special h1, .wcup-special h2, .wcup-special h3, .wcup-special p { margin: 0; }

/* スクリーンリーダー専用の補足テキスト */
.wcup-special .wcup-visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}

/* フォーカスインジケータ ― キーボード/スイッチデバイス向け */
.wcup-special a:focus,
.wcup-special button:focus { outline: none; }  /* マウス用は消す */
.wcup-special a:focus-visible,
.wcup-special button:focus-visible,
.wcup-special .wcup-schedule__table-wrap:focus-visible {
    outline: 3px solid #ffeb3b;          /* ハイコントラスト黄。WCAG 2.4.11 */
    outline-offset: 3px;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .85);
    border-radius: 1px;
}
/* main 自体にフォーカスが当たった時はリングを出さない */
.wcup-special main:focus { outline: none; }

/* スキップリンク：Tab で出現 */
.wcup-special .wcup-skiplink {
    position: absolute;
    top: 0; left: 0;
    transform: translateY(-150%);
    z-index: 100;
    padding: 14px 22px;
    background: #ffeb3b;
    color: #04060b;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1em;
    transition: transform .15s ease;
}
.wcup-special .wcup-skiplink:focus {
    transform: translateY(0);
}

/* anchor link 着地が固定トップバーに隠れないように（日程内アンカー含む） */
.wcup-special section[id],
.wcup-special main,
.wcup-special .wcup-schedule__subhead[id],
.wcup-special .wcup-fold[id] { scroll-margin-top: 80px; }

/* ====== 和文の折り返し品質 ======================================
   PC幅で「行末に数文字だけ孤立する」不自然な改行を防ぐ。
   - balance: 見出し・キャッチコピー系。全行の長さを均等化
   - pretty : 本文・リード系。最終行の孤立を回避
   - word-break: auto-phrase は対応ブラウザ(Chrome系)で文節単位の折返しにする
   いずれも未対応ブラウザでは従来の折返しのまま（安全なプログレッシブ強化） */
.wcup-special .wcup-hero__title,
.wcup-special .wcup-section__title,
.wcup-special .wcup-mission__title,
.wcup-special .wcup-mission__text,
.wcup-special .wcup-fact__label {
    text-wrap: balance;
    word-break: auto-phrase;
}
.wcup-special .wcup-hero__desc,
.wcup-special .wcup-section__lead,
.wcup-special .wcup-schedule__format,
.wcup-special .wcup-schedule__tznote,
.wcup-special .wcup-watch__lead,
.wcup-special .wcup-watch__item-desc,
.wcup-special .wcup-support__desc,
.wcup-special .wcup-support__note,
.wcup-special .wcup-support__channel-desc,
.wcup-special .wcup-coming__text {
    text-wrap: pretty;
    word-break: auto-phrase;
}

/* 共通 inner */
.wcup-special .wcup-section__inner {
    width: 92%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 120px 0;
    position: relative;
}

/* 共通 section head */
.wcup-special .wcup-section__head {
    margin-bottom: 64px;
    text-align: left;
}
/* セクションのラベルは日本語。英字前提の字間(.3em)と大文字変換は使わない
   （日本語だと間延びして読みにくくなるため） */
.wcup-special .wcup-section__label {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .12em;
    color: var(--c-neon);
    padding-left: 28px;
    position: relative;
    margin-bottom: 24px;
}
.wcup-special .wcup-section__label::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    width: 20px; height: 1px;
    background: var(--c-neon);
    box-shadow: 0 0 8px var(--c-neon-soft);
}
.wcup-special .wcup-section__title {
    font-weight: 900;
    font-size: clamp(28px, 4.2vw, 52px);
    line-height: 1.2;
    letter-spacing: .02em;
    margin-bottom: 20px;
}
.wcup-special .wcup-section__lead {
    color: var(--c-ink-dim);
    font-size: 15px;
    max-width: 720px;
}


/* ==========================================================================
   TOP BAR
   ========================================================================== */
.wcup-special .wcup-topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    background: rgba(4, 6, 11, .82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--c-line);
    font-family: var(--ff-mech);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .25em;
}
.wcup-special .wcup-topbar__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
    min-height: 56px;
}
.wcup-special .wcup-topbar__home {
    display: inline-flex; align-items: center; gap: 10px;
    min-height: 44px; min-width: 44px;
    padding: 10px 12px;
    color: var(--c-ink-dim);
    transition: color .2s, background .2s;
}
.wcup-special .wcup-topbar__home:hover { color: var(--c-neon); background: rgba(0, 212, 255, .06); }
.wcup-special .wcup-topbar__brand {
    color: var(--c-ink);
    opacity: .85;
}
.wcup-special .wcup-topbar__cta {
    display: inline-flex; align-items: center; gap: 8px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--c-neon);
    color: var(--c-neon);
    transition: background .2s, color .2s;
}
.wcup-special .wcup-topbar__cta:hover {
    background: var(--c-neon);
    color: var(--c-bg);
}

/* ページ内ジャンプリンク（デスクトップのみ） */
.wcup-special .wcup-topbar__links {
    display: flex;
    gap: 4px;
    align-items: center;
}
/* ナビも日本語。英字前提の字間は詰める */
.wcup-special .wcup-topbar__links a {
    display: inline-flex; align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    color: var(--c-ink-dim);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    transition: color .2s;
    position: relative;
}
.wcup-special .wcup-topbar__links a::after {
    content: "";
    position: absolute;
    left: 14px; right: 14px; bottom: 8px;
    height: 1px;
    background: var(--c-neon);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}
.wcup-special .wcup-topbar__links a:hover {
    color: var(--c-ink);
}
.wcup-special .wcup-topbar__links a:hover::after {
    transform: scaleX(1);
}


/* ==========================================================================
   HERO
   ========================================================================== */
.wcup-special .wcup-hero {
    position: relative;
    padding: 104px 0 56px;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 80% 20%, rgba(20, 61, 138, .45) 0%, transparent 55%),
        radial-gradient(ellipse at 10% 90%, rgba(0, 212, 255, .15) 0%, transparent 50%),
        linear-gradient(180deg, #050912 0%, #02050c 100%);
    isolation: isolate;
}

/* 背景グリッド */
.wcup-special .wcup-hero__grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(to right, rgba(29, 37, 51, .55) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(29, 37, 51, .55) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at 50% 50%, #000 50%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 50%, transparent 90%);
    z-index: 0;
    opacity: .6;
}

/* ダイアゴナルな閃光ライン */
.wcup-special .wcup-hero__diag {
    position: absolute;
    top: -10%; right: -10%;
    width: 140%; height: 140%;
    /* AI生成ダークLPの既視感を避けるため強度は控えめにする（反対監査の指摘反映） */
    background:
        linear-gradient(115deg,
            transparent 38%,
            rgba(0, 212, 255, .04) 40%,
            rgba(0, 212, 255, .3) 40.3%,
            rgba(0, 212, 255, .04) 40.6%,
            transparent 42%,
            transparent 58%,
            rgba(20, 61, 138, .25) 60%,
            transparent 62%);
    transform: rotate(0deg);
    filter: blur(.3px);
    z-index: 0;
    pointer-events: none;
}

/* スキャンライン */
.wcup-special .wcup-hero__scanline {
    position: absolute; inset: 0;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 3px,
        rgba(255, 255, 255, .015) 3px,
        rgba(255, 255, 255, .015) 4px
    );
    pointer-events: none;
    z-index: 1;
}

.wcup-special .wcup-hero__inner {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: var(--maxw);
    margin: 0 auto;
}

/* 大会名マストヘッド：ヒーロー最上部で「W杯である」ことを大きく示す（2026-09 会長指摘） */
.wcup-special .wcup-hero__tournament {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: var(--ff-mech);
    text-transform: uppercase;
    color: var(--c-ink);
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(231, 236, 243, .18);
}
.wcup-special .wcup-hero__tournament-line1 {
    font-weight: 600;
    font-size: clamp(16px, 2.2vw, 28px);
    letter-spacing: .28em;
    color: var(--c-ink);
}
.wcup-special .wcup-hero__tournament-line2 {
    font-weight: 900;
    font-size: clamp(44px, 8vw, 112px);
    line-height: .95;
    letter-spacing: .02em;
    margin: 2px 0 8px;
    background: linear-gradient(90deg, var(--c-neon) 0%, #7defff 50%, var(--c-neon) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 50px var(--c-neon-soft);
}
.wcup-special .wcup-hero__tournament-line3 {
    font-weight: 600;
    font-size: clamp(13px, 1.6vw, 20px);
    letter-spacing: .32em;
    color: var(--c-ink-dim);
}
.wcup-special .wcup-hero__tournament-logo {
    display: block;
    width: min(100%, 560px);
    height: auto;
}

.wcup-special .wcup-hero__eyebrow {
    font-family: var(--ff-mech);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .35em;
    color: var(--c-neon);
    display: inline-flex; align-items: center; gap: 12px;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.wcup-special .wcup-dot {
    width: 8px; height: 8px;
    background: var(--c-neon);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--c-neon), 0 0 24px var(--c-neon-soft);
    animation: wcupPulse 1.8s ease-in-out infinite;
}
@keyframes wcupPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.4); opacity: .5; }
}

.wcup-special .wcup-hero__title {
    font-weight: 900;
    /* 写真の上端がファーストビューに入るよう、全画面ヒーロー時代より一段圧縮 */
    font-size: clamp(38px, 6.2vw, 88px);
    line-height: 1.15;  /* 和文の下端クリップ回避。英字専用なら .95 可 */
    letter-spacing: -.01em;
    margin-bottom: 32px;
}
.wcup-special .wcup-hero__title span { display: block; }
.wcup-special .wcup-hero__line1 {
    color: var(--c-ink);
    text-shadow: 0 0 40px rgba(0, 212, 255, .15);
}
.wcup-special .wcup-hero__line2 {
    background: linear-gradient(90deg, var(--c-neon) 0%, #7defff 50%, var(--c-neon) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 50px var(--c-neon-soft);
    position: relative;
    padding-bottom: .08em;  /* 和文 descender 分の余白 ― clip で下端が切れないように */
}
.wcup-special .wcup-hero__line2::after {
    content: "";
    position: absolute;
    left: 0; bottom: -4px;
    width: 120px; height: 3px;
    background: var(--c-neon);
    box-shadow: 0 0 12px var(--c-neon);
}

/* リード文とCTAを横並びにしてファーストビューの高さを増やさない（apo2025と同じ構え） */
.wcup-special .wcup-hero__lead-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px 40px;
    flex-wrap: wrap;
}
.wcup-special .wcup-hero__desc {
    font-size: 16px;
    color: var(--c-ink-dim);
    max-width: 620px;
    margin: 0;
}

/* メタ情報：KICK OFF / VENUE / TARGET（実写図版の下に配置） */
.wcup-special .wcup-hero__meta {
    display: flex;
    align-items: stretch;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 44px;
}
.wcup-special .wcup-hero__meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: var(--ff-mech);
}
.wcup-special .wcup-hero__meta-label {
    font-size: 11px;
    letter-spacing: .3em;
    color: var(--c-ink-mute);
    font-weight: 600;
}
.wcup-special .wcup-hero__meta-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--c-ink);
    letter-spacing: .05em;
}
.wcup-special .wcup-hero__meta-divider {
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--c-line) 30%, var(--c-line) 70%, transparent);
}

/* Mobile RAIJIN BLUE のロゴバッジ用スタイルは、ヒーローからロゴを撤去したため削除（2026-09）。
   経緯は config.php のコメントを参照。 */

/* ヒーロー内の実写図版（apo2025と同じインライン方式。背景に敷かず1枚絵として見せる） */
.wcup-special .wcup-hero__figure {
    margin: 48px 0 0;
}
.wcup-special .wcup-hero__figure img {
    display: block;
    width: 100%;
    height: clamp(300px, 50vh, 540px);
    object-fit: cover;
    object-position: 30% 38%;   /* 円陣の顔と横断幕が収まる位置 */
    border: 1px solid var(--c-line);
    user-select: none;
    -webkit-user-select: none;
}
.wcup-special .wcup-hero__figure-caption {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 16px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.7;
    color: var(--c-ink-dim);
}
.wcup-special .wcup-hero__figure-text {
    max-width: 800px;
    text-wrap: pretty;
}
/* キャプション内のリンク（APOカップ2025 → 前回大会の特設ページ）。
   キャプション自体が控えめな要素なので、下線で判別できる程度に留める。
   padding と負の margin でタップ領域だけ広げる（WCAG 2.5.8 の最小24pxを満たす）。
   見た目と周囲のテキスト配置は変わらない */
.wcup-special .wcup-hero__figure-text a {
    color: var(--c-neon);
    text-decoration: underline;
    text-underline-offset: 3px;
    display: inline-block;
    padding: 4px 2px;
    margin: -4px -2px;
}
.wcup-special .wcup-hero__figure-text a:hover {
    text-decoration-thickness: 2px;
}
.wcup-special .wcup-hero__figure-credit {
    font-size: 10px;
    letter-spacing: .06em;
    color: var(--c-ink-mute);
    white-space: nowrap;
    flex-shrink: 0;
}


/* ==========================================================================
   MISSION
   ========================================================================== */
.wcup-special .wcup-mission {
    position: relative;
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
    background:
        linear-gradient(180deg, #060912 0%, #040711 100%);
}
.wcup-special .wcup-mission .wcup-section__inner {
    padding: 100px 0;
    text-align: center;
}
.wcup-special .wcup-mission__text {
    font-size: clamp(18px, 2.4vw, 26px);
    font-weight: 700;
    line-height: 2;
    max-width: 900px;
    margin: 32px auto 0;
    color: var(--c-ink);
    letter-spacing: .06em;
}
.wcup-special .wcup-mission .wcup-section__label {
    margin-bottom: 0;
}


/* ==========================================================================
   SQUAD / Coming Soon
   ========================================================================== */
.wcup-special .wcup-squad {
    position: relative;
    background:
        linear-gradient(180deg, #04060b 0%, #080c17 100%);
}
.wcup-special .wcup-squad__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.wcup-special .wcup-squad__card {
    position: relative;
    background: var(--c-bg-2);
    border: 1px solid var(--c-line);
    padding: 20px;
    transition: border-color .3s, transform .3s;
    overflow: hidden;
}
.wcup-special .wcup-squad__card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 40px; height: 2px;
    background: var(--c-neon);
    opacity: 0;
    transition: opacity .3s, width .3s;
}
.wcup-special .wcup-squad__card:hover {
    border-color: var(--c-samurai-2);
    transform: translateY(-4px);
}
.wcup-special .wcup-squad__card:hover::before {
    opacity: 1;
    width: 100%;
}

.wcup-special .wcup-squad__num-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.wcup-special .wcup-squad__num {
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .2em;
    color: var(--c-neon);
}

/* キャプテンマーク（ネオンブルーで wcup の世界観に合わせる） */
.wcup-special .wcup-squad__captain {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px; height: 22px;
    background: var(--c-neon);
    color: var(--c-bg);
    border-radius: 50%;
    font-family: var(--ff-mech);
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 0 12px var(--c-neon-soft);
    flex: 0 0 auto;
}
.wcup-special .wcup-squad__photo {
    position: relative;
    aspect-ratio: 3 / 4;
    background:
        repeating-linear-gradient(
            45deg,
            #0d131e 0px,
            #0d131e 6px,
            #0a0f18 6px,
            #0a0f18 12px
        );
    border: 1px dashed #3d4a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-ink-mute);  /* #8590a3 ≈ 5.0:1 AA */
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .15em;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 16px;
    overflow: hidden;
}
.wcup-special .wcup-squad__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wcup-special .wcup-squad__card.is-filled .wcup-squad__photo {
    border-style: solid;
    border-color: var(--c-line);
    background: #0d131e;
}
.wcup-special .wcup-squad__photo-mark {
    position: absolute;
    top: 10px; right: 10px;
    width: 8px; height: 8px;
    background: #2a3546;
    border-radius: 50%;
}
.wcup-special .wcup-squad__photo-text {
    position: relative;
    z-index: 1;
}

.wcup-special .wcup-squad__meta {
    display: flex; flex-direction: column; gap: 4px;
}
.wcup-special .wcup-squad__pos {
    font-family: var(--ff-mech);
    font-size: 11px;
    letter-spacing: .2em;
    color: var(--c-ink-mute);
}
.wcup-special .wcup-squad__name-ja {
    font-weight: 700;
    color: var(--c-ink-dim);
    font-size: 16px;
    letter-spacing: .08em;
}
.wcup-special .wcup-squad__card.is-filled .wcup-squad__name-ja {
    color: var(--c-ink);
}
.wcup-special .wcup-squad__team {
    display: block;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dotted var(--c-line);
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: .04em;
    color: var(--c-ink-mute);
}
.wcup-special .wcup-squad__name-en {
    display: block;
    margin-top: 2px;
    font-family: var(--ff-mech);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .14em;
    color: var(--c-ink-mute);
}

.wcup-special .wcup-squad__note {
    margin-top: 32px;
    font-size: 14px;
    color: var(--c-ink-dim);
    text-align: right;
    font-family: var(--ff-sans);
}


/* ==========================================================================
   STAFF（監督・コーチ）
   ========================================================================== */
.wcup-special .wcup-staff {
    margin-top: 72px;
    padding-top: 56px;
    border-top: 1px solid var(--c-line);
}
.wcup-special .wcup-staff__head { margin-bottom: 32px; }
.wcup-special .wcup-staff__head .wcup-section__label { margin-bottom: 16px; }
.wcup-special .wcup-staff__title {
    font-size: clamp(22px, 2.6vw, 32px);
    font-weight: 900;
    letter-spacing: .04em;
    margin-bottom: 10px;
}
.wcup-special .wcup-staff__desc {
    color: var(--c-ink-dim);
    font-size: 14px;
}
.wcup-special .wcup-staff__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.wcup-special .wcup-staff__card {
    position: relative;
    background: var(--c-bg-2);
    border: 1px solid var(--c-line);
    padding: 24px 26px;
    display: flex;
    align-items: stretch;
    gap: 22px;
    transition: border-color .2s;
}
.wcup-special .wcup-staff__card:hover { border-color: var(--c-samurai-2); }
.wcup-special .wcup-staff__card.is-filled { border-color: var(--c-samurai-2); }
.wcup-special .wcup-staff__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* スタッフ写真枠（Squad と同じ 3:4 比率。選手カードとの視覚バランスで160px） */
.wcup-special .wcup-staff__photo {
    flex: 0 0 auto;
    position: relative;
    width: 160px;
    aspect-ratio: 3 / 4;
    background:
        repeating-linear-gradient(
            45deg,
            #0d131e 0px,
            #0d131e 6px,
            #0a0f18 6px,
            #0a0f18 12px
        );
    border: 1px dashed #3d4a5f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-ink-mute);
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .15em;
    text-align: center;
    line-height: 1.1;
    overflow: hidden;
}
.wcup-special .wcup-staff__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wcup-special .wcup-staff__photo-mark {
    position: absolute;
    top: 8px; right: 8px;
    width: 6px; height: 6px;
    background: #2a3546;
    border-radius: 50%;
}
.wcup-special .wcup-staff__card.has-photo .wcup-staff__photo {
    border-style: solid;
    border-color: var(--c-line);
    background: #0d131e;
}
.wcup-special .wcup-staff__card::before {
    content: "";
    position: absolute;
    top: 12px; right: 12px;
    width: 16px; height: 16px;
    border-top: 1px solid var(--c-neon);
    border-right: 1px solid var(--c-neon);
    opacity: .5;
}
.wcup-special .wcup-staff__role-en {
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .26em;
    color: var(--c-neon);
}
/* 英字の役職を廃したため、日本語の役職を見出しとして立てる */
.wcup-special .wcup-staff__role-ja {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .06em;
    color: var(--c-neon);
}
.wcup-special .wcup-staff__name {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed var(--c-line);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.wcup-special .wcup-staff__name-ja {
    font-weight: 900;
    font-size: 22px;
    color: var(--c-ink);
    letter-spacing: .04em;
}
.wcup-special .wcup-staff__name-en {
    font-family: var(--ff-mech);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .15em;
    color: var(--c-ink-mute);
}
.wcup-special .wcup-staff__name-placeholder {
    color: var(--c-ink-mute);
    font-size: 14px;
    letter-spacing: .12em;
}


/* ==========================================================================
   NATIONS（出場国）
   ========================================================================== */
.wcup-special .wcup-nations {
    position: relative;
    border-top: 1px solid var(--c-line);
    background:
        radial-gradient(ellipse at 100% 0%, rgba(10, 42, 102, .32) 0%, transparent 55%),
        linear-gradient(180deg, #04060b 0%, #060912 100%);
}
.wcup-special .wcup-nations__body {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.wcup-special .wcup-nations__group {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 32px;
    align-items: start;
}
.wcup-special .wcup-nations__region {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px 0 18px 20px;
    border-left: 2px solid var(--c-neon);
    position: sticky;
    top: 80px;
}
.wcup-special .wcup-nations__region-en {
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .2em;
    color: var(--c-neon);
}
.wcup-special .wcup-nations__region-ja {
    font-weight: 700;
    font-size: 14px;
    color: var(--c-ink);
}
.wcup-special .wcup-nations__region-count {
    font-family: var(--ff-mech);
    font-size: 12px;
    letter-spacing: .2em;
    color: var(--c-ink-mute);
}
.wcup-special .wcup-nations__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}
.wcup-special .wcup-nations__card {
    position: relative;
    background: var(--c-bg-2);
    border: 1px solid var(--c-line);
    padding: 20px 22px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 16px;
    row-gap: 4px;
    transition: border-color .2s, transform .2s;
}
.wcup-special .wcup-nations__card:hover {
    border-color: var(--c-samurai-2);
    transform: translateY(-2px);
}
.wcup-special .wcup-nations__card.is-japan {
    background: linear-gradient(135deg, rgba(10, 42, 102, .55), var(--c-bg-2));
    border-color: var(--c-neon);
    box-shadow: 0 0 0 1px var(--c-neon-soft), 0 0 30px rgba(0, 212, 255, .1);
}
/* SVG 国旗（flag-icons）― 黒を含む旗が背景と同化しないよう白地＋縁取り */
.wcup-special .wcup-nations__flag {
    grid-row: 1 / span 2;
    width: 56px;
    height: 42px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .35), 0 4px 14px rgba(0, 0, 0, .4);
    border-radius: 2px;
    flex-shrink: 0;
}
.wcup-special .wcup-nations__name-ja {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .04em;
    color: var(--c-ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wcup-special .wcup-nations__code {
    grid-column: 2;
    font-family: var(--ff-mech);
    font-size: 11px;
    letter-spacing: .3em;
    color: var(--c-ink-mute);
}
.wcup-special .wcup-nations__badge {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: end;
    font-family: var(--ff-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 5px 9px;
    background: rgba(0, 212, 255, .08);
    color: var(--c-neon);
    border: 1px solid var(--c-samurai-2);
    white-space: nowrap;
}
.wcup-special .wcup-nations__card.is-japan .wcup-nations__badge {
    background: var(--c-neon);
    color: var(--c-bg);
    border-color: var(--c-neon);
}


/* ==========================================================================
   SCHEDULE（試合日程）
   ========================================================================== */
.wcup-special .wcup-schedule {
    position: relative;
    border-top: 1px solid var(--c-line);
    background: linear-gradient(180deg, #060912 0%, #04060b 100%);
}
.wcup-special .wcup-schedule__meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    background: var(--c-line);
    border: 1px solid var(--c-line);
    margin-bottom: 32px;
}
.wcup-special .wcup-schedule__meta-item {
    background: var(--c-bg-2);
    padding: 24px 28px;
}
.wcup-special .wcup-schedule__meta dt {
    font-family: var(--ff-mech);
    font-size: 11px;
    letter-spacing: .3em;
    color: var(--c-ink-mute);
    margin-bottom: 8px;
}
.wcup-special .wcup-schedule__meta dd {
    margin: 0;
    font-size: 16px;
    color: var(--c-ink);
    font-weight: 700;
    letter-spacing: .02em;
}

.wcup-special .wcup-schedule__table-wrap {
    border: 1px solid var(--c-line);
    overflow-x: auto;
}
.wcup-special .wcup-schedule__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.wcup-special .wcup-schedule__table thead {
    background: linear-gradient(90deg, var(--c-samurai) 0%, #0a1838 100%);
}
.wcup-special .wcup-schedule__table th {
    font-family: var(--ff-mech);
    font-size: 12px;
    letter-spacing: .25em;
    color: var(--c-ink);
    text-align: left;
    padding: 14px 20px;
    font-weight: 600;
}
.wcup-special .wcup-schedule__table td {
    padding: 18px 20px;
    border-top: 1px solid var(--c-line);
    color: var(--c-ink);
    background: var(--c-bg-2);
}
.wcup-special .wcup-schedule__ko {
    font-family: var(--ff-mech);
    color: var(--c-neon);
    font-weight: 700;
    letter-spacing: .08em;
}
.wcup-special .wcup-schedule__flag {
    display: inline-block;
    width: 26px;
    height: 19px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    vertical-align: middle;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .35);
    border-radius: 1px;
}

/* 大会形式の説明 */
.wcup-special .wcup-schedule__format {
    max-width: 720px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.9;
    color: var(--c-ink-dim);
}

/* 日程内ジャンプリンク（日本戦のみ／全試合／順位決定戦・決勝） */
.wcup-special .wcup-schedule__jump {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.wcup-special .wcup-schedule__jump a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid var(--c-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--c-ink);
    text-decoration: none;
    transition: border-color .2s, background-color .2s;
}
.wcup-special .wcup-schedule__jump a i {
    font-size: 11px;
    color: var(--c-neon);
}
.wcup-special .wcup-schedule__jump a:hover {
    border-color: var(--c-neon);
    background: rgba(20, 61, 138, .08);
}

/* サブ見出し（日本戦／全試合） */
.wcup-special .wcup-schedule__subhead {
    margin: 48px 0 20px;
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--c-neon);
    border-left: 3px solid var(--c-neon);
    padding-left: 14px;
    line-height: 1.4;
}

.wcup-special .wcup-schedule__date {
    font-family: var(--ff-mech);
    font-weight: 700;
    letter-spacing: .06em;
    white-space: nowrap;
}
.wcup-special .wcup-schedule__dow {
    font-family: var(--ff-sans);
    font-size: 12px;
    color: var(--c-ink-dim);
    font-weight: 400;
}
.wcup-special .wcup-schedule__note-cell {
    font-size: 13px;
    color: var(--c-ink-dim);
}
.wcup-special .wcup-schedule__stream {
    color: var(--c-neon);
    font-weight: 700;
    text-decoration: none;
}
.wcup-special .wcup-schedule__stream i {
    font-size: 11px;
    margin-left: 6px;
}
.wcup-special .wcup-schedule__stream:hover {
    text-decoration: underline;
}
.wcup-special .wcup-schedule__stream-tbd {
    color: var(--c-ink-mute);
}
.wcup-special .wcup-schedule__tznote {
    margin-top: 14px;
    font-size: 12.5px;
    color: var(--c-ink-mute);
}
/* 公式日程ページへのリンク。注記の中に置くため、周囲の薄い文字から
   はっきり区別できるよう色と下線を付け、タップ領域を24px以上確保する
   （WCAG 2.5.8 ターゲットサイズ） */
.wcup-special .wcup-schedule__source-link {
    display: inline-block;
    padding: 4px 0;
    min-height: 24px;
    color: var(--c-neon);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.wcup-special .wcup-schedule__source-link i {
    font-size: 11px;
    margin-left: 6px;
}
.wcup-special .wcup-schedule__source-link:hover {
    text-decoration: none;
}

/* 全試合日程：日別ブロック */
.wcup-special .wcup-schedule__day {
    border: 1px solid var(--c-line);
    background: var(--c-bg-2);
    margin-bottom: 14px;
}
.wcup-special .wcup-schedule__day-head {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 12px 20px;
    background: linear-gradient(90deg, var(--c-samurai) 0%, #0a1838 100%);
}
.wcup-special .wcup-schedule__day-date {
    font-size: 14px;
    font-weight: 700;
    color: var(--c-ink);
    letter-spacing: .06em;
}
/* コート番号セル（日本戦テーブル） */
.wcup-special .wcup-schedule__court-cell {
    font-size: 13px;
    color: var(--c-ink-dim);
    white-space: nowrap;
}

/* コート列ヘッダー（時刻｜コート1｜コート2） */
.wcup-special .wcup-schedule__court-head {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    padding: 10px 20px;
    background: linear-gradient(90deg, var(--c-samurai) 0%, #0a1838 100%);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    color: var(--c-ink);
    text-align: center;
}

/* 1行 = 同時刻キックオフ。時刻｜コート1の試合｜コート2の試合 */
.wcup-special .wcup-schedule__slots {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wcup-special .wcup-schedule__slot {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    padding: 0 20px;
    border-top: 1px solid var(--c-line);
}
.wcup-special .wcup-schedule__slot .wcup-schedule__ko {
    font-size: 13px;
    align-self: center;
    padding: 11px 0;
}
.wcup-special .wcup-schedule__cell {
    display: flex;
    align-items: center;
    padding: 11px 12px;
    font-size: 14px;
    color: var(--c-ink-dim);
    min-width: 0;
}
.wcup-special .wcup-schedule__cell.is-japan {
    color: #fff;
    font-weight: 700;
    background: rgba(0, 212, 255, .07);
    box-shadow: inset 3px 0 0 var(--c-neon);
}
.wcup-special .wcup-schedule__cell.is-empty {
    justify-content: center;
    color: var(--c-ink-mute);
}

/* ホーム（右寄せ）｜vs｜アウェイ（左寄せ）を全行で揃える */
.wcup-special .wcup-schedule__pair {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    width: 100%;
}
.wcup-special .wcup-schedule__pair--empty {
    display: block;
    text-align: center;
}
.wcup-special .wcup-schedule__team {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.wcup-special .wcup-schedule__team--home {
    justify-content: flex-end;
    text-align: right;
}
.wcup-special .wcup-schedule__team-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wcup-special .wcup-schedule__pair .wcup-schedule__flag {
    margin: 0;
    width: 22px;
    height: 16px;
    flex-shrink: 0;
}
.wcup-special .wcup-schedule__vs {
    font-family: var(--ff-mech);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--c-ink-mute);
    text-align: center;
}

/* コート名タグ：PCでは列ヘッダーがあるため視覚的に隠す（SR向けには残す）、モバイルでチップ表示 */
.wcup-special .wcup-schedule__court-tag {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* 順位決定戦テーブル：決勝の行だけラウンド名を強調
   （明背景セクションのためネオンではなくサムライブルーで） */
.wcup-special .wcup-schedule__round--final {
    color: var(--c-samurai-2);
    font-weight: 700;
}

/* 日程セクション末尾のフォローCTA（配信URL確定までのファネル接続） */
.wcup-special .wcup-schedule__follow {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}
.wcup-special .wcup-schedule__follow-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--c-ink-dim);
}


/* ==========================================================================
   RESULT（大会結果）
   ========================================================================== */
.wcup-special .wcup-result {
    position: relative;
    border-top: 1px solid var(--c-line);
    background:
        radial-gradient(ellipse at 100% 100%, rgba(10, 42, 102, .25) 0%, transparent 60%),
        linear-gradient(180deg, #04060b 0%, #060912 100%);
}
.wcup-special .wcup-result__rank {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 24px;
    padding: 36px 40px;
    margin-bottom: 32px;
    background: linear-gradient(90deg, var(--c-samurai) 0%, #0a1838 100%);
    border-left: 3px solid var(--c-neon);
    overflow: hidden;
}
.wcup-special .wcup-result__rank-label {
    font-family: var(--ff-mech);
    font-size: 13px;
    letter-spacing: .3em;
    color: var(--c-ink-dim);
    text-transform: uppercase;
}
.wcup-special .wcup-result__rank-value {
    font-family: var(--ff-mech);
    font-size: clamp(36px, 6vw, 64px);
    font-weight: 900;
    color: #fff;
    letter-spacing: .04em;
    text-shadow: 0 0 24px var(--c-neon-soft);
}
.wcup-special .wcup-result__rank-line {
    position: absolute;
    right: -40px; top: 50%;
    width: 220px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--c-neon));
    transform: translateY(-50%) skewX(-30deg);
    opacity: .6;
}
.wcup-special .wcup-result__summary {
    font-size: 16px;
    color: var(--c-ink);
    line-height: 1.9;
    margin-bottom: 32px;
    max-width: 820px;
}


/* ==========================================================================
   COMING SOON 共通パネル
   ========================================================================== */
.wcup-special .wcup-coming {
    position: relative;
    padding: 56px 40px;
    background:
        repeating-linear-gradient(
            45deg,
            #06090f 0px,
            #06090f 10px,
            #080c14 10px,
            #080c14 20px
        );
    border: 1px dashed #3d4a5f;
    overflow: hidden;
}
.wcup-special .wcup-coming__inner {
    position: relative;
    z-index: 1;
    max-width: 720px;
}
.wcup-special .wcup-coming__eyebrow {
    display: inline-block;
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .4em;
    color: var(--c-neon);
    padding: 6px 12px;
    border: 1px solid var(--c-samurai-2);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.wcup-special .wcup-coming__text {
    color: var(--c-ink-dim);
    font-size: 15px;
    line-height: 1.9;
}
.wcup-special .wcup-coming__corner {
    position: absolute;
    top: 16px; right: 16px;
    width: 24px; height: 24px;
    border-top: 1px solid var(--c-neon);
    border-right: 1px solid var(--c-neon);
    opacity: .6;
}


/* ==========================================================================
   SUPPORT
   ========================================================================== */
.wcup-special .wcup-support {
    position: relative;
    background:
        radial-gradient(ellipse at 0% 100%, rgba(10, 42, 102, .35) 0%, transparent 60%),
        linear-gradient(180deg, #060912 0%, #04060b 100%);
    border-top: 1px solid var(--c-line);
}

/* 用途4ブロックは主役ではないので、4列のコンパクト表示に抑える（2026-09） */
.wcup-special .wcup-support__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: var(--c-line);
    border: 1px solid var(--c-line);
    margin-bottom: 48px;
}

.wcup-special .wcup-support__item {
    background: var(--c-bg-2);
    padding: 22px 20px 20px;
    position: relative;
    transition: background .3s;
}
.wcup-special .wcup-support__item:hover {
    background: #0d1422;
}
.wcup-special .wcup-support__item::after {
    /* 右上のメカニカルコーナー */
    content: "";
    position: absolute;
    top: 12px; right: 12px;
    width: 18px; height: 18px;
    border-top: 1px solid var(--c-neon);
    border-right: 1px solid var(--c-neon);
    opacity: .5;
}

/* 番号・アイコン・見出しを1行に横並び */
.wcup-special .wcup-support__item-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.wcup-special .wcup-support__num {
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--c-samurai-2);
    letter-spacing: .02em;
    flex: none;
}
.wcup-special .wcup-support__icon {
    /* 枠なし。見出しの後ろに添えるだけの装飾 */
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--c-neon);
    font-size: 15px;
    line-height: 1;
    flex: none;
}

.wcup-special .wcup-support__item-title {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .04em;
    margin: 0;
    line-height: 1.3;
}
.wcup-special .wcup-support__cost {
    font-family: var(--ff-mech);
    font-size: 26px;
    font-weight: 700;
    color: var(--c-neon);
    letter-spacing: .04em;
    margin-bottom: 16px;
    text-shadow: 0 0 16px var(--c-neon-soft);
}
.wcup-special .wcup-support__desc {
    color: var(--c-ink-dim);
    font-size: 13px;
    line-height: 1.7;
}

/* 総額バー */
.wcup-special .wcup-support__total {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 32px 40px;
    margin-bottom: 56px;
    background: linear-gradient(90deg, var(--c-samurai) 0%, #0a1838 100%);
    border-left: 3px solid var(--c-neon);
    overflow: hidden;
}
.wcup-special .wcup-support__total-label {
    font-family: var(--ff-mech);
    font-size: 14px;
    letter-spacing: .3em;
    color: var(--c-ink-dim);
    text-transform: uppercase;
}
.wcup-special .wcup-support__total-value {
    font-family: var(--ff-mech);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    color: #fff;
    letter-spacing: .04em;
    text-shadow: 0 0 20px var(--c-neon-soft);
}
.wcup-special .wcup-support__total-line {
    position: absolute;
    right: -40px; top: 50%;
    width: 220px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--c-neon));
    transform: translateY(-50%) skewX(-30deg);
    opacity: .6;
}

/* サブ見出し（使途／支援の仕組み） */
.wcup-special .wcup-support__subhead {
    margin: 56px 0 20px;
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--c-neon);
    border-left: 3px solid var(--c-neon);
    padding-left: 14px;
    line-height: 1.4;
}
.wcup-special .wcup-support__subhead:first-of-type {
    margin-top: 8px;
}

/* 0円応援の受け皿（金銭CTAの直下。#follow への導線） */
.wcup-special .wcup-support__free-note {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    color: var(--c-ink-dim);
    text-wrap: pretty;
}
.wcup-special .wcup-support__free-note a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
    color: var(--c-neon);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid var(--c-neon);
    padding-bottom: 1px;
}
.wcup-special .wcup-support__free-note a i { font-size: 11px; }
.wcup-special .wcup-support__free-note a:hover { opacity: .8; }

/* 補足注記 */
.wcup-special .wcup-support__note {
    margin: 28px 0 0;
    padding: 18px 22px;
    border: 1px solid var(--c-line);
    border-left: 3px solid var(--c-neon-soft);
    background: rgba(125, 239, 255, .03);
    color: var(--c-ink-dim);
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: .04em;
}

/* 支援チャネル一覧（クラファン／サポーター制度） */
.wcup-special .wcup-support__channels {
    margin: 24px 0 40px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.wcup-special .wcup-support__channel {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 28px 26px;
    background: rgba(255, 255, 255, .02);
    border: 1px solid var(--c-line);
    transition: border-color .25s, background .25s;
}
.wcup-special .wcup-support__channel:hover {
    border-color: var(--c-neon-soft);
    background: rgba(125, 239, 255, .05);
}
.wcup-special .wcup-support__channel-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--c-neon-soft);
    color: var(--c-neon);
    font-size: 20px;
}
.wcup-special .wcup-support__channel-body {
    flex: 1;
    min-width: 0;
}
.wcup-special .wcup-support__channel-title {
    margin: 0 0 10px;
    font-family: var(--ff-display);
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .04em;
    color: var(--c-text);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.wcup-special .wcup-support__channel-state {
    display: inline-block;
    padding: 3px 10px;
    font-family: var(--ff-mech);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .2em;
    color: var(--c-bg);
    background: var(--c-neon);
    border-radius: 2px;
}
.wcup-special .wcup-support__channel-desc {
    margin: 0;
    color: var(--c-ink-dim);
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: .03em;
}
/* カードごとの行き先。説明の長さが違っても2枚のボタンが同じ高さに並ぶよう、
   カードを縦フレックスにして本文を伸ばし、ボタンを下端に固定する */
.wcup-special .wcup-support__channel-body {
    display: flex;
    flex-direction: column;
}
.wcup-special .wcup-support__channel-desc { flex: 1; }
.wcup-special .wcup-support__channel-cta {
    margin: 22px 0 0;
}
.wcup-special .wcup-support__channel-cta .wcup-btn {
    width: 100%;
    justify-content: center;
}
/* 実施中のクラファンはカードを強調して主役にする */
.wcup-special .wcup-support__channel.is-highlight {
    border-color: var(--c-neon);
    background: rgba(125, 239, 255, .06);
}

/* CTA */
.wcup-special .wcup-support__cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.wcup-special .wcup-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 20px 32px;
    font-family: var(--ff-mech);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .2em;
    text-transform: uppercase;
    transition: transform .2s, background .2s, color .2s, border-color .2s;
    min-width: 240px;
    justify-content: space-between;
}
.wcup-special .wcup-btn--primary {
    background: var(--c-neon);
    color: var(--c-bg);
    box-shadow: 0 0 30px var(--c-neon-soft);
}
.wcup-special .wcup-btn--primary:hover {
    transform: translateX(4px);
    background: #7defff;
}
.wcup-special .wcup-btn--ghost {
    border: 1px solid var(--c-line);
    color: var(--c-ink);
}
.wcup-special .wcup-btn--ghost:hover {
    border-color: var(--c-neon);
    color: var(--c-neon);
}


/* ==========================================================================
   SNS（手動埋め込み枠）
   ========================================================================== */
.wcup-special .wcup-sns {
    border-top: 1px solid var(--c-line);
    background: #04060b;
}
.wcup-special .wcup-sns__tag {
    font-family: var(--ff-mech);
    font-size: 14px;
    letter-spacing: .12em;
    color: var(--c-ink-dim);
    margin: 16px 0 32px;
    word-break: break-all;
}
.wcup-special .wcup-sns__embed {
    min-height: 220px;
    border: 1px dashed var(--c-line);
    background:
        repeating-linear-gradient(
            45deg,
            #06090f 0px,
            #06090f 10px,
            #080c14 10px,
            #080c14 20px
        );
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
}
.wcup-special .wcup-sns__placeholder {
    text-align: center;
    color: var(--c-ink-mute);
}
.wcup-special .wcup-sns__placeholder i {
    font-size: 32px;
    color: var(--c-samurai-2);
    margin-bottom: 12px;
}
.wcup-special .wcup-sns__placeholder p {
    font-size: 14px;
    letter-spacing: .1em;
    color: var(--c-ink-dim);
    margin-bottom: 4px;
}
.wcup-special .wcup-sns__placeholder small {
    font-size: 11px;
    font-family: var(--ff-mech);
    letter-spacing: .1em;
}
.wcup-special .wcup-sns__placeholder code {
    color: var(--c-neon);
    background: rgba(0, 212, 255, .08);
    padding: 2px 6px;
    border-radius: 2px;
}


/* ==========================================================================
   LIGHT THEME（.wcup-light）
   国旗が多数登場する nations / schedule をライト面にし、旗の黒・濃色の
   同化を防ぐ。ダークの世界観は hero / about / squad / support 等で維持。
   アクセントは白面でコントラスト不足のネオン水色 #00d4ff に代えて
   ディープブルー #005fcc（白地で約6:1, WCAG AA）を使う。
   ========================================================================== */
.wcup-special .wcup-light {
    --c-bg:        #f7fbff;
    --c-bg-2:      #ffffff;
    --c-ink:       #102a43;
    --c-ink-dim:   #334155;
    --c-ink-mute:  #64748b;
    --c-line:      #cbd5e1;
    --c-samurai-2: #0057b8;
    --c-neon:      #005fcc;
    --c-neon-soft: rgba(0, 95, 204, .18);
    color: var(--c-ink);
}

/* セクション背景（元のダークグラデーションを明示的に上書き） */
.wcup-special .wcup-nations.wcup-light {
    background:
        radial-gradient(ellipse at 100% 0%, rgba(0, 95, 204, .06) 0%, transparent 55%),
        linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
}
.wcup-special .wcup-schedule.wcup-light {
    background: linear-gradient(180deg, #ffffff 0%, #f0f6fd 100%);
}

/* 国旗：ライト面では発光ではなくグレーの縁取り */
.wcup-special .wcup-light .wcup-nations__flag,
.wcup-special .wcup-light .wcup-schedule__flag {
    box-shadow: 0 0 0 1px rgba(15, 23, 42, .18), 0 2px 8px rgba(15, 23, 42, .12);
}

/* 出場国：日本カード・バッジのライト面調整 */
.wcup-special .wcup-light .wcup-nations__card.is-japan {
    background: linear-gradient(135deg, rgba(0, 95, 204, .10), #ffffff);
    box-shadow: 0 0 0 1px var(--c-neon-soft), 0 10px 24px rgba(16, 42, 67, .08);
}
.wcup-special .wcup-light .wcup-nations__badge {
    background: rgba(0, 95, 204, .08);
}
.wcup-special .wcup-light .wcup-nations__card.is-japan .wcup-nations__badge {
    color: #fff;
}

/* 試合日程：ネイビーの見出しバー上の文字は明色を維持 */
.wcup-special .wcup-light .wcup-schedule__table th { color: #e7ecf3; }
.wcup-special .wcup-light .wcup-schedule__day-date { color: #ffffff; }
.wcup-special .wcup-light .wcup-schedule__court-head { color: #e7ecf3; }

/* 日本戦ハイライト：白文字をやめ、ブルーの面で強調 */
.wcup-special .wcup-light .wcup-schedule__cell.is-japan {
    color: var(--c-ink);
    background: rgba(0, 95, 204, .08);
}

/* COMING SOON パネル（result を将来ライト化した場合や status 差し戻し用） */
.wcup-special .wcup-light .wcup-coming {
    background:
        repeating-linear-gradient(
            45deg,
            #f2f6fc 0px,
            #f2f6fc 10px,
            #e9f0f9 10px,
            #e9f0f9 20px
        );
    border-color: #9db1c7;
}


/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1100px) {
    /* トップバー2段化：上段 = 戻る/SUPPORT、下段 = 横スクロールのページ内ナビ
       （旧仕様はナビ全消滅だったため、モバイルでも主要アンカーへ到達できるようにする） */
    .wcup-special .wcup-topbar__nav {
        flex-wrap: wrap;
        padding: 4px 12px 0;
        min-height: 0;
    }
    .wcup-special .wcup-topbar__links {
        order: 3;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0;
        padding: 0 0 2px;
    }
    .wcup-special .wcup-topbar__links::-webkit-scrollbar { display: none; }
    .wcup-special .wcup-topbar__links a {
        min-height: 40px;
        padding: 8px 12px;
        flex: 0 0 auto;
    }
    /* 2段分の高さに合わせてアンカー着地位置とヒーロー上余白を確保 */
    .wcup-special section[id],
    .wcup-special main,
    .wcup-special .wcup-schedule__subhead[id],
    .wcup-special .wcup-fold[id] { scroll-margin-top: 112px; }
    .wcup-special .wcup-hero { padding-top: 150px; }
}

@media (max-width: 960px) {
    .wcup-special .wcup-squad__grid     { grid-template-columns: repeat(3, 1fr); }
    .wcup-special .wcup-support__grid   { grid-template-columns: repeat(2, 1fr); }
    .wcup-special .wcup-support__channels { grid-template-columns: 1fr; }
    .wcup-special .wcup-section__inner  { padding: 90px 0; }
    .wcup-special .wcup-nations__group  { grid-template-columns: 1fr; gap: 16px; }
    .wcup-special .wcup-nations__region { position: static; border-left: none; border-bottom: 2px solid var(--c-neon); padding: 0 0 12px; flex-direction: row; align-items: baseline; gap: 16px; }
}

@media (max-width: 768px) {
    .wcup-special .wcup-topbar__nav      { padding: 6px 12px; font-size: 11px; letter-spacing: .18em; }
    .wcup-special .wcup-topbar__brand    { display: none; }
    .wcup-special .wcup-topbar__cta      { padding: 10px 14px; }
    .wcup-special section[id],
    .wcup-special main,
    .wcup-special .wcup-schedule__subhead[id],
    .wcup-special .wcup-fold[id]         { scroll-margin-top: 112px; }

    .wcup-special .wcup-nations__grid    { grid-template-columns: 1fr; }
    .wcup-special .wcup-schedule__meta   { grid-template-columns: 1fr; }
    .wcup-special .wcup-schedule__meta-item { padding: 18px 22px; }
    .wcup-special .wcup-schedule__table  { font-size: 13px; }
    .wcup-special .wcup-schedule__table th { padding: 10px 12px; letter-spacing: .12em; }
    .wcup-special .wcup-schedule__table td { padding: 12px 12px; }
    /* 狭幅では折り返さず、table-wrap 内で横スクロールさせる */
    .wcup-special .wcup-schedule__table th,
    .wcup-special .wcup-schedule__table td { white-space: nowrap; }
    /* コート2列を縦積みにし、コート名はチップで表示 */
    .wcup-special .wcup-schedule__court-head { display: none; }
    .wcup-special .wcup-schedule__slot   { grid-template-columns: 1fr; gap: 0; padding: 0 14px 10px; }
    .wcup-special .wcup-schedule__slot .wcup-schedule__ko { padding: 10px 0 2px; font-size: 12.5px; }
    .wcup-special .wcup-schedule__cell   { padding: 7px 8px; font-size: 12px; gap: 8px; }
    .wcup-special .wcup-schedule__pair   { grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr); gap: 6px; }
    .wcup-special .wcup-schedule__team   { gap: 5px; }
    .wcup-special .wcup-schedule__pair .wcup-schedule__flag { width: 18px; height: 13px; }
    .wcup-special .wcup-schedule__court-tag {
        position: static;
        width: auto; height: auto;
        margin: 0;
        clip: auto;
        overflow: visible;
        flex-shrink: 0;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: .04em;
        color: var(--c-ink-mute);
        border: 1px solid var(--c-line);
        padding: 2px 4px;
        border-radius: 2px;
    }
    .wcup-special .wcup-schedule__cell.is-japan .wcup-schedule__court-tag { color: var(--c-neon); border-color: var(--c-neon); }
    .wcup-special .wcup-coming           { padding: 40px 24px; }
    .wcup-special .wcup-staff__grid      { grid-template-columns: 1fr; }
    .wcup-special .wcup-staff__card      { padding: 18px 18px; gap: 16px; }
    .wcup-special .wcup-staff__photo     { width: 120px; }
    .wcup-special .wcup-staff__name-ja   { font-size: 19px; }

    .wcup-special .wcup-hero             { padding: 136px 0 40px; }
    .wcup-special .wcup-hero__grid       { background-size: 50px 50px; }
    .wcup-special .wcup-hero__lead-row   { flex-direction: column; align-items: stretch; gap: 24px; }
    .wcup-special .wcup-hero__desc       { font-size: 14px; }
    .wcup-special .wcup-hero__figure     { margin-top: 36px; }
    .wcup-special .wcup-hero__figure img { height: clamp(200px, 44vw, 340px); }
    .wcup-special .wcup-hero__meta       { gap: 18px; margin-top: 36px; }
    .wcup-special .wcup-hero__meta-value { font-size: 17px; }
    .wcup-special .wcup-hero__meta-divider { display: none; }

    .wcup-special .wcup-section__inner   { padding: 70px 0; }
    .wcup-special .wcup-section__head    { margin-bottom: 40px; }

    .wcup-special .wcup-mission__text    { line-height: 1.9; }

    .wcup-special .wcup-squad__grid      { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .wcup-special .wcup-squad__card      { padding: 14px; }
    .wcup-special .wcup-squad__photo     { font-size: 16px; }

    .wcup-special .wcup-support__grid    { grid-template-columns: 1fr; }
    .wcup-special .wcup-support__item    { padding: 16px 18px 14px; }
    .wcup-special .wcup-support__num     { font-size: 22px; }
    .wcup-special .wcup-support__icon    { font-size: 14px; }
    .wcup-special .wcup-support__item-title { font-size: 15px; }
    .wcup-special .wcup-support__cost    { font-size: 22px; }

    .wcup-special .wcup-support__total   { flex-direction: column; align-items: flex-start; gap: 8px; padding: 24px; }

    .wcup-special .wcup-btn              { width: 100%; min-width: 0; padding: 18px 22px; font-size: 13px; }
}

@media (max-width: 420px) {
    .wcup-special .wcup-squad__grid      { grid-template-columns: 1fr 1fr; }
}


/* ==========================================================================
   Accessibility / motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .wcup-special .wcup-dot {
        animation: none;
    }
    .wcup-special .wcup-squad__card,
    .wcup-special .wcup-btn--primary:hover,
    .wcup-special .wcup-skiplink {
        transform: none;
        transition: none;
    }
}

/* Windows ハイコントラストモード対策
   gradient-text や box-shadow が消えても情報が伝わるようにする */
@media (forced-colors: active) {
    .wcup-special .wcup-hero__line2,
    .wcup-special .wcup-hero__tournament-line2 {
        background: none;
        -webkit-text-fill-color: CanvasText;
        color: CanvasText;
        text-shadow: none;
    }
    .wcup-special .wcup-hero__line2::after,
    .wcup-special .wcup-support__total-line,
    .wcup-special .wcup-hero__diag,
    .wcup-special .wcup-hero__grid,
    .wcup-special .wcup-hero__scanline {
        display: none;
    }
    .wcup-special .wcup-btn,
    .wcup-special .wcup-topbar__cta,
    .wcup-special .wcup-squad__card,
    .wcup-special .wcup-support__item,
    .wcup-special .wcup-nations__card,
    .wcup-special .wcup-nations__flag,
    .wcup-special .wcup-schedule__flag,
    .wcup-special .wcup-schedule__table-wrap,
    .wcup-special .wcup-schedule__day {
        border: 1px solid CanvasText;
    }
    .wcup-special a:focus-visible,
    .wcup-special button:focus-visible {
        outline: 3px solid Highlight;
        box-shadow: none;
    }
    .wcup-special .wcup-support__cost,
    .wcup-special .wcup-section__label {
        color: LinkText;
    }
}


/* HERO 第一CTA（初見者導線：日程へ。リード行の右端に配置） */
.wcup-special .wcup-hero__actions {
    flex-shrink: 0;
}


/* ==========================================================================
   ABOUT：見出し・ファクトカード・動画ファサード
   ========================================================================== */
.wcup-special .wcup-mission__title {
    font-weight: 900;
    font-size: clamp(26px, 4vw, 44px);
    letter-spacing: .04em;
    margin: 24px 0 4px;
}

/* 競技ロゴ（濃紺ロゴのため、プロジェクトロゴと同じ白プレートに載せる） */
.wcup-special .wcup-about__logo-plate {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 12px 20px;
    margin: 20px 0 8px;
    box-shadow: 0 0 20px rgba(0, 212, 255, .14);
}
.wcup-special .wcup-about__logo-plate img {
    display: block;
    width: min(420px, 70vw);
    height: auto;
}

/* 競技を1枚で伝えるプレー写真 */
.wcup-special .wcup-about__photo {
    max-width: 900px;
    margin: 48px auto 0;
}
.wcup-special .wcup-about__photo img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--c-line);
}
.wcup-special .wcup-about__photo figcaption {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7;
    color: var(--c-ink-mute);
    text-align: left;
}
.wcup-special .wcup-about__photo-credit {
    font-size: 10px;
    letter-spacing: .06em;
    white-space: nowrap;
    flex-shrink: 0;
}

/* 数字で伝えるファクトカード（3枚） */
.wcup-special .wcup-about__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--c-line);
    border: 1px solid var(--c-line);
    max-width: 900px;
    margin: 48px auto 0;
    text-align: center;
}
.wcup-special .wcup-fact {
    background: var(--c-bg-2);
    padding: 32px 20px 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wcup-special .wcup-fact__num {
    /* 値に和文（混合・人制）が混ざるため ff-mech は使わない。
       Barlow に和文グリフがなく Noto へフォールバックすると、カードごとに書体・太さが揃わなくなる */
    font-family: var(--ff-sans);
    font-weight: 900;
    font-size: clamp(36px, 4.6vw, 50px);
    line-height: 1;
    color: var(--c-neon);
    letter-spacing: .02em;
}
.wcup-special .wcup-fact__unit {
    font-size: .45em;
    font-weight: 700;
    margin-left: 4px;
    letter-spacing: .08em;
}
.wcup-special .wcup-fact__label {
    font-size: 13px;
    line-height: 1.7;
    color: var(--c-ink-dim);
}

/* 動画ファサード：クリックまで iframe を生成しない（表示速度への影響ゼロ） */
.wcup-special .wcup-video {
    max-width: 900px;
    margin: 24px auto 0;
}
.wcup-special .wcup-video__facade {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--c-line);
    background-color: #0a0f1a;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
}
.wcup-special .wcup-video__facade::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(4, 6, 11, .75) 0%, transparent 45%);
}
.wcup-special .wcup-video__play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 76px; height: 76px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(4, 6, 11, .6);
    border: 2px solid var(--c-neon);
    color: var(--c-neon);
    font-size: 24px;
    box-shadow: 0 0 30px var(--c-neon-soft);
    transition: transform .2s, background .2s, color .2s;
}
.wcup-special .wcup-video__facade:hover .wcup-video__play {
    background: var(--c-neon);
    color: var(--c-bg);
    transform: translate(-50%, -50%) scale(1.06);
}
.wcup-special .wcup-video__label {
    position: absolute;
    left: 20px; bottom: 16px;
    color: var(--c-ink);
    font-family: var(--ff-sans);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .06em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}
.wcup-special .wcup-video__iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}


/* ==========================================================================
   WATCH（観戦方法パネル）― schedule セクション内・ライト面
   ========================================================================== */
.wcup-special .wcup-watch {
    border: 1px solid var(--c-line);
    border-left: 3px solid var(--c-neon);
    background: var(--c-bg-2);
    padding: 26px 28px;
    margin-bottom: 40px;
}
.wcup-special .wcup-watch__head { margin-bottom: 20px; }
.wcup-special .wcup-watch__title {
    display: flex; align-items: center; gap: 12px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-bottom: 6px;
}
.wcup-special .wcup-watch__title i { color: var(--c-neon); }
.wcup-special .wcup-watch__lead {
    font-size: 14px;
    color: var(--c-ink-dim);
}
.wcup-special .wcup-watch__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.wcup-special .wcup-watch__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.wcup-special .wcup-watch__icon {
    flex: 0 0 auto;
    width: 40px; height: 40px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--c-neon-soft);
    color: var(--c-neon);
    font-size: 16px;
}
.wcup-special .wcup-watch__item-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 4px;
    line-height: 1.5;
}
.wcup-special .wcup-watch__item-desc {
    font-size: 13px;
    line-height: 1.8;
    color: var(--c-ink-dim);
}


/* ==========================================================================
   SCHEDULE：現地時間の併記
   ========================================================================== */
.wcup-special .wcup-schedule__local {
    display: block;
    margin-top: 2px;
    font-family: var(--ff-sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .04em;
    color: var(--c-ink-mute);
    white-space: nowrap;
}


/* ==========================================================================
   FOLD（全45試合の折りたたみ）― ネイティブ details/summary
   ========================================================================== */
/* 折りたたみ：見出し行は日本戦・順位決定戦の subhead と同階層に見えるよう
   箱で囲まず、開いたときの中身だけを箱に入れる */
.wcup-special .wcup-fold {
    margin: 48px 0 20px;
}
.wcup-special .wcup-fold__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .04em;
    color: var(--c-ink);
}
.wcup-special .wcup-fold__summary::-webkit-details-marker { display: none; }
.wcup-special .wcup-fold__summary::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";  /* ページのFAを6系に更新済み */
    font-weight: 900;
    font-size: 13px;
    color: var(--c-neon);
    transition: transform .2s ease;
    flex-shrink: 0;
}
.wcup-special .wcup-fold[open] > .wcup-fold__summary::after { transform: rotate(180deg); }
.wcup-special .wcup-fold__summary:hover .wcup-schedule__subhead { text-decoration: underline; text-underline-offset: 4px; }
/* summary 内の subhead は行としての余白を持たない */
.wcup-special .wcup-schedule__subhead--fold { margin: 0; }
.wcup-special .wcup-fold__body {
    margin-top: 16px;
    padding: 4px 16px 16px;
    border: 1px solid var(--c-line);
    background: var(--c-bg-2);
}
.wcup-special .wcup-fold__body .wcup-schedule__day {
    margin-top: 12px;
    margin-bottom: 0;
}


/* ==========================================================================
   FOLLOW & SHARE（0円でできる応援）
   ========================================================================== */
.wcup-special .wcup-follow {
    border-top: 1px solid var(--c-line);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(20, 61, 138, .3) 0%, transparent 55%),
        #04060b;
}
.wcup-special .wcup-follow__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}
.wcup-special .wcup-follow__btn {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 60px;
    padding: 14px 20px;
    border: 1px solid var(--c-line);
    background: var(--c-bg-2);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .04em;
    transition: border-color .2s, background .2s, transform .2s;
}
.wcup-special .wcup-follow__btn:hover {
    border-color: var(--c-neon);
    background: rgba(0, 212, 255, .06);
    transform: translateY(-2px);
}
.wcup-special .wcup-follow__btn > .fab {
    font-size: 22px;
    width: 28px;
    text-align: center;
    color: var(--c-neon);
}
.wcup-special .wcup-follow__btn-label { flex: 1 1 auto; }
.wcup-special .wcup-follow__btn-ext {
    font-size: 11px;
    color: var(--c-ink-mute);
}
.wcup-special .wcup-follow__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
    padding: 22px 24px;
    border: 1px solid var(--c-line);
    background: var(--c-bg-2);
}
.wcup-special .wcup-follow__tags-label {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .08em;
    color: var(--c-ink-dim);
    flex-shrink: 0;
}
.wcup-special .wcup-follow__hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
}
.wcup-special .wcup-follow__tag {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .04em;
    color: var(--c-neon);
    background: rgba(0, 212, 255, .08);
    padding: 6px 12px;
    white-space: nowrap;
}
.wcup-special .wcup-follow__copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid var(--c-neon);
    background: transparent;
    color: var(--c-neon);
    font-family: var(--ff-sans);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .06em;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.wcup-special .wcup-follow__copy:hover {
    background: var(--c-neon);
    color: var(--c-bg);
}
.wcup-special .wcup-follow__copied {
    font-size: 13px;
    color: var(--c-ink-dim);
    min-width: 7em;
}
.wcup-special .wcup-follow__embed {
    margin-top: 32px;
}


/* ==========================================================================
   新設コンポーネントのレスポンシブ
   ========================================================================== */
@media (max-width: 960px) {
    .wcup-special .wcup-watch__list    { grid-template-columns: 1fr; gap: 16px; }
    .wcup-special .wcup-follow__links  { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .wcup-special .wcup-about__facts   { grid-template-columns: 1fr; max-width: 420px; }
    .wcup-special .wcup-fact           { padding: 22px 16px; gap: 6px; }
    .wcup-special .wcup-video__label   { font-size: 12px; left: 14px; bottom: 12px; }
    .wcup-special .wcup-video__play    { width: 60px; height: 60px; font-size: 18px; }
    .wcup-special .wcup-watch          { padding: 20px 16px; }

    /* 日本戦テーブル → カード型（横スクロールさせず1画面で読み切る） */
    .wcup-special .wcup-schedule__table--japan { font-size: 14px; }
    /* 列見出しは視覚的にのみ隠す（display:none だと支援技術からも消えるため） */
    .wcup-special .wcup-schedule__table--japan thead {
        position: absolute;
        width: 1px; height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .wcup-special .wcup-schedule__table--japan,
    .wcup-special .wcup-schedule__table--japan tbody { display: block; }
    .wcup-special .wcup-schedule__table--japan tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "date  court"
            "opp   opp"
            "ko    stream";
        row-gap: 4px;
        padding: 14px 16px;
        border-top: 1px solid var(--c-line);
        background: var(--c-bg-2);
    }
    .wcup-special .wcup-schedule__table--japan tr:first-child { border-top: 0; }
    .wcup-special .wcup-schedule__table--japan td {
        display: block;
        padding: 0;
        border: 0;
        background: none;
        white-space: normal;
    }
    .wcup-special .wcup-schedule__table--japan .wcup-schedule__date       { grid-area: date; font-size: 13px; }
    .wcup-special .wcup-schedule__table--japan .wcup-schedule__court-cell { grid-area: court; font-size: 12px; align-self: center; }
    .wcup-special .wcup-schedule__table--japan .wcup-schedule__opp        { grid-area: opp; font-size: 16px; font-weight: 700; }
    .wcup-special .wcup-schedule__table--japan .wcup-schedule__ko         { grid-area: ko; font-size: 15px; }
    .wcup-special .wcup-schedule__table--japan .wcup-schedule__ko .wcup-schedule__local { display: inline; margin-left: 8px; }
    .wcup-special .wcup-schedule__table--japan .wcup-schedule__note-cell  { grid-area: stream; justify-self: end; align-self: center; }

    .wcup-special .wcup-hero__figure img { height: min(46vh, 320px); }
    .wcup-special .wcup-hero__figure-caption { flex-direction: column; gap: 2px; }
    .wcup-special .wcup-about__photo { margin-top: 36px; }
    .wcup-special .wcup-about__photo figcaption { flex-direction: column; gap: 2px; }

    .wcup-special .wcup-follow__tags   { padding: 18px 16px; }
    .wcup-special .wcup-follow__copy   { width: 100%; justify-content: center; }
    .wcup-special .wcup-fold__summary  { padding: 16px 16px; font-size: 14px; }
    .wcup-special .wcup-fold__body     { padding: 4px 10px 12px; }
}


/* ==========================================================================
   新設コンポーネントのアクセシビリティ対応
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .wcup-special .wcup-follow__btn,
    .wcup-special .wcup-video__play,
    .wcup-special .wcup-fold__summary::after {
        transition: none;
    }
    .wcup-special .wcup-follow__btn:hover { transform: none; }
}

@media (forced-colors: active) {
    .wcup-special .wcup-watch,
    .wcup-special .wcup-fold,
    .wcup-special .wcup-follow__btn,
    .wcup-special .wcup-follow__tags,
    .wcup-special .wcup-follow__copy,
    .wcup-special .wcup-video__facade {
        border: 1px solid CanvasText;
    }
}

/* 前回大会（APOカップ2025）への補足リンク。
   主役は本ページなので、CTAではなく控えめな戻り導線として置く。
   ボタン化せず、文字リンクのまま余白で区切る */
.wcup-special .wcup-backlink {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid var(--c-line);
    text-align: center;
}
.wcup-special .wcup-backlink a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    font-size: 13px;
    color: var(--c-ink-mute);
    transition: color .2s;
}
.wcup-special .wcup-backlink a:hover {
    color: var(--c-ink-dim);
}
.wcup-special .wcup-backlink i {
    font-size: 11px;
}
