/*
Theme Name: Imagawa Mirai
Theme URI: https://imagawa-mirai.jp
Author: Claude
Description: 今川未徠 プロボクサー オフィシャルサイト
Version: 1.0
*/

:root {
  --black: #080808;
  --red: #e8000d;
  --red-dark: #9a0008;
  --white: #f0ece4;
  --grey: #1c1c1c;
  --mid: #555;
  --gold: #c9a84c;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Noto Sans JP', sans-serif; overflow-x: hidden; }
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.04; pointer-events: none; z-index: 9000;
}

/* NAV */
nav.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 0.8rem 3rem; background: linear-gradient(to bottom, rgba(8,8,8,0.95), transparent); }
.nav-logo { display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; gap: 0; position: relative; }
.nav-logo span { color: var(--red); }
.nav-logo-img { height: 72px; width: auto; display: block; filter: brightness(0) invert(1); }
.nav-logo-sub { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(240,236,228,0.5); position: absolute; bottom: 10px; left: 18px; }
nav.site-nav ul { list-style: none; display: flex; gap: 2.5rem; }
nav.site-nav ul a { color: var(--white); text-decoration: none; font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.75; transition: opacity 0.2s, color 0.2s; }
nav.site-nav ul a:hover { opacity: 1; color: var(--red); }
nav.site-nav ul a.sponsor-link { color: var(--gold); opacity: 1; }
nav.site-nav ul a.sponsor-link:hover { color: var(--white); }

/* HERO */
#hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: #080808; }
.hero-bg-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.55; }
@media (max-width: 768px) {
  .hero-bg-photo { object-position: 70% top; }
}
.hero-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(232,0,13,0.2) 0%, transparent 70%), linear-gradient(to top, rgba(8,8,8,1) 0%, rgba(8,8,8,0.6) 40%, rgba(8,8,8,0.3) 100%), linear-gradient(to right, rgba(8,8,8,0.5) 0%, transparent 60%); }
.hero-ring { position: absolute; bottom: -60px; right: -60px; width: 500px; height: 500px; border-radius: 50%; border: 80px solid rgba(232,0,13,0.05); }
.hero-ring-2 { position: absolute; top: -100px; left: -80px; width: 350px; height: 350px; border-radius: 50%; border: 2px solid rgba(240,236,228,0.04); }
.hero-ghost-text { position: absolute; bottom: -0.12em; left: -0.03em; font-family: 'Bebas Neue', sans-serif; font-size: clamp(10rem, 22vw, 22rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(240,236,228,0.05); pointer-events: none; white-space: nowrap; user-select: none; }
.hero-content { position: relative; z-index: 2; padding: 0 3rem 6rem; max-width: 820px; }
.hero-tag { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.78rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--red); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 1rem; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.hero-tag::before { content: ''; display: block; width: 40px; height: 1px; background: var(--red); }
.hero-name-jp { font-family: 'Noto Sans JP', sans-serif; font-weight: 900; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: 1; letter-spacing: -0.02em; margin-bottom: 0.3rem; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.hero-name-img { height: clamp(7rem, 18vw, 15rem); width: auto; filter: brightness(0) invert(1); display: block; }
.hero-name-en { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.2rem, 2.5vw, 2rem); letter-spacing: 0.3em; color: var(--red); margin-bottom: 0.5rem; opacity: 0; animation: fadeUp 0.8s 0.5s forwards; }
.hero-yomi { font-size: 0.78rem; font-weight: 300; color: rgba(240,236,228,0.4); letter-spacing: 0.2em; margin-bottom: 1.8rem; opacity: 0; animation: fadeUp 0.8s 0.55s forwards; }
.title-badge { display: inline-flex; align-items: center; gap: 0.6rem; font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 0.73rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); padding: 0.4rem 1rem; margin-bottom: 1.8rem; opacity: 0; animation: fadeUp 0.8s 0.62s forwards; }
.hero-stats { display: flex; gap: 2.5rem; margin-bottom: 3rem; opacity: 0; animation: fadeUp 0.8s 0.7s forwards; }
.stat { display: flex; flex-direction: column; gap: 0.2rem; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1; }
.stat-num sub { font-size: 1.5rem; color: var(--red); vertical-align: baseline; }
.stat-num.gold-num { color: var(--gold); }
.stat-label { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid); }
.stat-divider { width: 1px; background: rgba(240,236,228,0.1); align-self: stretch; margin: 0.3rem 0; }
.hero-cta { display: inline-flex; align-items: center; gap: 1rem; font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 0.9rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); text-decoration: none; background: var(--gold); padding: 1rem 2.2rem; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); transition: background 0.2s, transform 0.2s; opacity: 0; animation: fadeUp 0.8s 0.85s forwards; }
.hero-cta:hover { background: #b8962e; transform: translateX(4px); }
.hero-cta::after { content: ''; }
.hero-cta:hover::after { transform: none; }
.scroll-indicator { position: absolute; right: 3rem; bottom: 4rem; display: flex; flex-direction: column; align-items: center; gap: 0.8rem; opacity: 0; animation: fadeIn 1s 1.5s forwards; }
.scroll-indicator span { font-family: 'Oswald', sans-serif; font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mid); writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 60px; background: linear-gradient(to bottom, var(--red), transparent); animation: scrollPulse 2s infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }

/* SECTIONS */
.site-section { padding: 8rem 3rem; }
.section-header { display: flex; align-items: baseline; gap: 1.5rem; margin-bottom: 4rem; }
.section-num { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.15em; color: var(--red); }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: 0.05em; line-height: 1; }
.section-line { flex: 1; height: 1px; background: rgba(240,236,228,0.1); margin-left: 1rem; }

/* PROFILE */
#profile { background: var(--grey); position: relative; overflow: hidden; }
#profile::before { content: 'PROFILE'; position: absolute; right: -0.05em; top: 50%; transform: translateY(-50%); font-family: 'Bebas Neue', sans-serif; font-size: 18vw; color: transparent; -webkit-text-stroke: 1px rgba(240,236,228,0.03); pointer-events: none; line-height: 1; }
.profile-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; max-width: 1100px; }
.profile-photo-frame { position: relative; }
.profile-photo-box { width: 100%; aspect-ratio: 3/4; background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.profile-photo-box img { width: 100%; height: 100%; object-fit: cover; }
.profile-photo-box svg { width: 55%; opacity: 0.12; }
.photo-accent { position: absolute; top: -12px; left: -12px; width: 80px; height: 80px; border-top: 3px solid var(--red); border-left: 3px solid var(--red); }
.photo-accent-2 { position: absolute; bottom: -12px; right: -12px; width: 80px; height: 80px; border-bottom: 3px solid var(--gold); border-right: 3px solid var(--gold); }
.profile-info { padding-top: 1rem; }
.title-highlight { display: flex; align-items: center; gap: 1rem; background: rgba(201,168,76,0.08); border-left: 3px solid var(--gold); padding: 0.9rem 1.2rem; margin-bottom: 2rem; }
.title-highlight span { font-family: 'Oswald', sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; color: var(--gold); }
.profile-intro { font-size: 0.88rem; font-weight: 300; line-height: 2.1; color: rgba(240,236,228,0.72); margin-bottom: 2.5rem; }
.profile-intro strong { color: var(--white); font-weight: 700; }
.profile-table { width: 100%; border-collapse: collapse; }
.profile-table tr { border-top: 1px solid rgba(240,236,228,0.07); }
.profile-table tr:last-child { border-bottom: 1px solid rgba(240,236,228,0.07); }
.profile-table td { padding: 0.9rem 0.5rem; font-size: 0.85rem; }
.profile-table td:first-child { font-family: 'Oswald', sans-serif; font-weight: 300; letter-spacing: 0.15em; font-size: 0.72rem; text-transform: uppercase; color: var(--red); width: 35%; }
.profile-table td:last-child { font-weight: 400; color: var(--white); }

/* RECORD */
#record { background: var(--black); }
.record-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(240,236,228,0.08); margin-bottom: 4rem; max-width: 800px; }
.record-box { background: var(--black); padding: 2.5rem 2rem; text-align: center; }
.record-num { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; line-height: 1; }
.record-num.red { color: var(--red); }
.record-num.gold { color: var(--gold); }
.record-label { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid); margin-top: 0.4rem; }
.fight-list { max-width: 960px; }
.fight-item { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 1.5rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(240,236,228,0.06); position: relative; }
.fight-item::before { content: ''; position: absolute; left: -3rem; right: -3rem; top: 0; bottom: 0; background: rgba(232,0,13,0.03); opacity: 0; transition: opacity 0.2s; }
.fight-item:hover::before { opacity: 1; }
.fight-item.notable { background: rgba(201,168,76,0.03); }
.fight-item.notable .fight-opponent { color: var(--gold); }
.fight-date { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.78rem; letter-spacing: 0.08em; color: var(--mid); }
.fight-opponent { font-weight: 700; font-size: 0.95rem; }
.fight-detail { font-size: 0.73rem; color: rgba(240,236,228,0.38); margin-top: 0.25rem; font-weight: 300; }
.fight-result { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.1em; padding: 0.3rem 0.8rem; min-width: 56px; text-align: center; }
.result-w { color: var(--red); border: 1px solid var(--red); }
.result-d { color: var(--gold); border: 1px solid var(--gold); }
.result-l { color: var(--mid); border: 1px solid var(--mid); }

/* NEWS */
#news { background: var(--grey); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; }
.news-card { text-decoration: none; color: inherit; display: block; }
.news-thumb-wrap { overflow: hidden; margin-bottom: 1.2rem; aspect-ratio: 16/9; background: #111; transition: opacity 0.3s; position: relative; }
.news-thumb-wrap::after { content: ''; display: block; width: 100%; height: 100%; background: repeating-linear-gradient(45deg, #1c1c1c, #1c1c1c 20px, #111 20px, #111 21px); }
.news-thumb-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.news-card:hover .news-thumb-wrap { opacity: 0.8; }
.news-category { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); margin-bottom: 0.3rem; }
.news-date { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.72rem; letter-spacing: 0.1em; color: var(--mid); margin-bottom: 0.5rem; }
.news-title { font-size: 0.92rem; font-weight: 700; line-height: 1.7; color: var(--white); transition: color 0.2s; }
.news-card:hover .news-title { color: var(--red); }

/* CONTACT */
#contact { background: var(--black); text-align: center; padding: 8rem 3rem; position: relative; overflow: hidden; }
#contact::before { content: 'CONTACT'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-family: 'Bebas Neue', sans-serif; font-size: 20vw; color: transparent; -webkit-text-stroke: 1px rgba(240,236,228,0.025); pointer-events: none; white-space: nowrap; }
.contact-inner { position: relative; z-index: 1; }
.contact-tag { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.78rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--red); margin-bottom: 1.5rem; }
.contact-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 7vw, 6rem); line-height: 1.05; margin-bottom: 1.5rem; }
.contact-sub { font-size: 0.9rem; font-weight: 300; color: rgba(240,236,228,0.5); margin-bottom: 3rem; line-height: 2; }
.contact-links { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; }
.contact-btn { display: inline-flex; align-items: center; gap: 0.8rem; font-family: 'Oswald', sans-serif; font-size: 0.88rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--black); text-decoration: none; background: var(--white); padding: 1.1rem 2.5rem; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: background 0.2s, color 0.2s; }
.contact-btn:hover { background: var(--red); color: var(--white); }
.contact-btn.gold { background: var(--gold); }
.contact-btn.gold:hover { background: #e0c06a; }

/* FOOTER */
.site-footer { background: #050505; padding: 2rem 3rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(240,236,228,0.06); }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem; letter-spacing: 0.15em; }
.footer-logo span { color: var(--red); }
.footer-copy { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.7rem; letter-spacing: 0.15em; color: var(--mid); text-transform: uppercase; }
.footer-sns { display: flex; gap: 1.5rem; }
.sns-link { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mid); text-decoration: none; transition: color 0.2s; }
.sns-link:hover { color: var(--red); }

/* SPONSOR PAGE */
.sponsor-hero { position: relative; padding: 14rem 3rem 7rem; overflow: hidden; background: linear-gradient(160deg, #0d0d0d 0%, #080808 50%, #0a0800 100%); }
.sponsor-hero::before { content: 'SPONSOR'; position: absolute; bottom: -0.1em; left: -0.03em; font-family: 'Bebas Neue', sans-serif; font-size: clamp(8rem, 18vw, 18rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(201,168,76,0.07); pointer-events: none; white-space: nowrap; user-select: none; }
.hero-ring-gold { position: absolute; top: -80px; right: -80px; width: 500px; height: 500px; border-radius: 50%; border: 2px solid rgba(201,168,76,0.06); }
.hero-ring-gold-2 { position: absolute; bottom: -60px; left: -60px; width: 300px; height: 300px; border-radius: 50%; border: 60px solid rgba(201,168,76,0.04); }
.sp-tag { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.78rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 1rem; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.sp-tag::before { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); }
.sp-headline { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.5rem, 8vw, 7rem); line-height: 1; margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.sp-headline span { color: var(--gold); }
.sp-sub { font-size: 0.95rem; font-weight: 300; line-height: 2; color: rgba(240,236,228,0.6); max-width: 600px; opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.sp-section { padding: 7rem 3rem; }
.sp-section .section-num { color: var(--gold); }
.merit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; }
.merit-card { background: var(--black); padding: 2.5rem 2rem; position: relative; overflow: hidden; clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px)); transition: transform 0.3s; }
.merit-card:hover { transform: translateY(-4px); }
.merit-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--gold), transparent); }
.merit-num { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; line-height: 1; color: var(--gold); opacity: 0.2; margin-bottom: 0.5rem; }
.merit-title { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 1rem; letter-spacing: 0.08em; margin-bottom: 0.8rem; color: var(--white); }
.merit-desc { font-size: 0.83rem; font-weight: 300; line-height: 1.9; color: rgba(240,236,228,0.6); }
.placement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 900px; }
.placement-card { background: var(--grey); padding: 2rem 2rem 2rem 2.5rem; border-left: 3px solid var(--gold); }
.placement-icon { font-size: 1.8rem; margin-bottom: 0.8rem; }
.placement-title { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 1rem; letter-spacing: 0.1em; margin-bottom: 0.6rem; color: var(--gold); }
.placement-desc { font-size: 0.83rem; font-weight: 300; line-height: 1.9; color: rgba(240,236,228,0.65); }
.sp-cta-box { background: var(--grey); padding: 4rem 3rem; text-align: center; max-width: 700px; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px)); }
.sp-cta-box::before { display: none; }
.sp-cta-label { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.78rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.sp-cta-text { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.1; margin-bottom: 1rem; }
.sp-cta-sub { font-size: 0.85rem; font-weight: 300; color: rgba(240,236,228,0.5); line-height: 2; margin-bottom: 2rem; }
.sp-form { display: flex; flex-direction: column; gap: 1rem; text-align: left; max-width: 600px; margin: 0 auto; }
.sp-form input, .sp-form textarea, .sp-form select { background: var(--black); border: 1px solid rgba(240,236,228,0.1); color: var(--white); font-family: 'Noto Sans JP', sans-serif; font-size: 0.88rem; padding: 0.9rem 1.2rem; width: 100%; outline: none; transition: border-color 0.2s; }
.sp-form input:focus, .sp-form textarea:focus, .sp-form select:focus { border-color: var(--gold); }
.sp-form textarea { height: 130px; resize: vertical; }
.sp-form select option { background: var(--black); }
.sp-submit { font-family: 'Oswald', sans-serif; font-size: 0.9rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); background: var(--gold); border: none; padding: 1.1rem; width: 100%; cursor: pointer; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: background 0.2s; }
.sp-submit:hover { background: #e0c06a; }
.footer-back { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--mid); text-decoration: none; transition: color 0.2s; }
.footer-back:hover { color: var(--gold); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: none; }
.stagger-children > * { opacity: 0; transform: translateY(30px); transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.stagger-children.visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s; }
.stagger-children.visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.1s; }
.stagger-children.visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.2s; }
.stagger-children.visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.3s; }
.stagger-children.visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.4s; }
.stagger-children.visible > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.5s; }

@media (max-width: 768px) {
  nav.site-nav { padding: 1.2rem 1.5rem; }
  nav.site-nav ul { display: none; }
  .site-section, .sp-section { padding: 5rem 1.5rem; }
  .hero-content { padding: 0 1.5rem 5rem; max-width: 70%; }
  .hero-bg-photo { object-position: center top; }
  .hero-bg::after {
    background:
      radial-gradient(ellipse 80% 80% at 50% 50%, rgba(232,0,13,0.2) 0%, transparent 70%),
      linear-gradient(to top, rgba(8,8,8,1) 0%, rgba(8,8,8,0.6) 40%, rgba(8,8,8,0.3) 100%),
      linear-gradient(to right, rgba(8,8,8,0.5) 0%, transparent 60%);
  }
  .profile-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .record-summary { grid-template-columns: repeat(2, 1fr); }
  .fight-item { grid-template-columns: 95px 1fr auto; gap: 0.7rem; }
  .news-grid { grid-template-columns: 1fr; }
  .merit-grid { grid-template-columns: 1fr; }
  .placement-grid { grid-template-columns: 1fr; }
  .scroll-indicator { display: none; }
  .site-footer { flex-direction: column; gap: 1rem; text-align: center; }
  .sponsor-hero { padding: 10rem 1.5rem 5rem; }
}

/* NEWS SINGLE PAGE */
.news-single-hero { position: relative; min-height: 50vh; display: flex; align-items: flex-end; overflow: hidden; padding-top: 90px; }
.news-single-hero-bg { position: absolute; inset: 0; background: linear-gradient(160deg, #0d0d0d 0%, #080808 60%, #120003 100%); }
.news-single-thumb { position: absolute; inset: 0; }
.news-single-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.news-single-hero-content { position: relative; z-index: 2; padding: 3rem; max-width: 900px; }
.news-single-cat { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); margin-bottom: 0.8rem; }
.news-single-title { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: clamp(1.4rem, 3vw, 2.5rem); line-height: 1.5; margin-bottom: 1rem; }
.news-single-date { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.8rem; letter-spacing: 0.15em; color: var(--mid); }
.news-single-body { background: var(--grey); padding: 5rem 3rem; }
.news-single-content { max-width: 800px; margin: 0 auto; font-size: 0.95rem; font-weight: 300; line-height: 2.2; color: rgba(240,236,228,0.85); }
.news-single-content p { margin-bottom: 1.5rem; }
.news-single-content img { max-width: 100%; height: auto; margin: 2rem 0; }
.news-single-content h2 { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 1.2rem; margin: 2.5rem 0 1rem; color: var(--white); }
.news-single-nav { max-width: 800px; margin: 4rem auto 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(240,236,228,0.08); padding-top: 2rem; }
.news-nav-btn { display: flex; flex-direction: column; gap: 0.4rem; text-decoration: none; max-width: 45%; }
.news-nav-btn-right { align-items: flex-end; text-align: right; }
.news-nav-label { font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); }
.news-nav-title { font-size: 0.82rem; font-weight: 400; color: rgba(240,236,228,0.7); line-height: 1.5; transition: color 0.2s; }
.news-nav-btn:hover .news-nav-title { color: var(--white); }

/* SNS BUTTONS */
.sns-link-btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--black); text-decoration: none; background: var(--white); border: 1px solid var(--white); padding: 0.6rem 1.2rem; transition: background 0.2s, color 0.2s; }
.sns-link-btn:hover { background: var(--red); border-color: var(--red); color: var(--white); }

/* CONTACT FORM 7 */
.wpcf7 { text-align: left; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea { background: var(--grey); border: 1px solid rgba(240,236,228,0.1); color: var(--white); font-family: 'Noto Sans JP', sans-serif; font-size: 0.88rem; padding: 0.9rem 1.2rem; width: 100%; outline: none; transition: border-color 0.2s; margin-bottom: 0.8rem; box-sizing: border-box; }
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus { border-color: var(--red); }
.wpcf7 textarea { height: 130px; resize: vertical; }
.wpcf7 input[type="submit"] { font-family: 'Oswald', sans-serif; font-size: 0.9rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); background: var(--red); border: none; padding: 1.1rem 2.5rem; width: 100%; cursor: pointer; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); transition: background 0.2s; }
.wpcf7 input[type="submit"]:hover { background: var(--red-dark); }
.wpcf7-response-output { border: 1px solid var(--red) !important; color: var(--white) !important; padding: 0.8rem 1.2rem !important; margin-top: 1rem !important; font-size: 0.85rem !important; }
