/* ========== PAGE HEADER (dark) ========== */
.page-header {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 40px 20px 32px; position: relative; overflow: hidden;
}
.page-header::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 500px 250px at 30% 60%, rgba(194,37,92,0.10) 0%, transparent 70%);
    pointer-events: none;
}
.page-header-inner {
    position: relative; z-index: 1; max-width: 1100px; margin: 0 auto;
    display: flex; gap: 32px; align-items: flex-start;
}
.header-thumb {
    width: 480px; flex-shrink: 0; aspect-ratio: 16/9;
    object-fit: cover; border-radius: 10px; background: #000;
    cursor: pointer; transition: opacity 0.2s;
}
.header-thumb:hover { opacity: 0.85; }
.header-body { flex: 1; min-width: 0; }
.header-body .site-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.08); border-radius: 8px; padding: 6px 12px;
    font-size: 0.8rem; color: #cbd5e1; text-decoration: none; font-weight: 600;
    border: 1px solid rgba(255,255,255,0.1); transition: all 0.2s; margin-bottom: 12px;
}
.header-body .site-badge:hover { background: rgba(255,255,255,0.14); color: #fff; text-decoration: none; }
.header-body .site-badge img { height: 18px; object-fit: contain; }
.header-body h1 {
    font-size: 1.35rem; font-weight: 900; color: #fff; margin-bottom: 14px; line-height: 1.5;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.header-meta-strip {
    display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px;
}
.header-meta-chip {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 4px 12px; border-radius: 6px;
    font-size: 0.76rem; font-weight: 600; color: #94a3b8;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
}
.header-meta-chip--series {
    background: rgba(194,37,92,0.15); border-color: rgba(194,37,92,0.2); color: #f472b6;
}
.header-meta-chip .meta-icon { font-size: 0.82rem; opacity: 0.7; }
.header-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.header-actions .btn-primary {
    display: inline-flex; align-items: center; gap: 6px;
    background: #c2255c; color: #fff; font-size: 0.85rem; font-weight: 700;
    padding: 10px 22px; border-radius: 8px; text-decoration: none; transition: all 0.2s;
}
.header-actions .btn-primary:hover { background: #a61e4d; text-decoration: none; transform: translateY(-1px); }
.header-actions .btn-ghost {
    display: inline-flex; align-items: center; gap: 6px;
    background: transparent; color: #94a3b8; font-size: 0.82rem; font-weight: 600;
    padding: 9px 18px; border-radius: 8px; text-decoration: none; transition: all 0.2s;
    border: 1px solid rgba(255,255,255,0.15);
}
.header-actions .btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,0.4); text-decoration: none; }

/* ========== IMAGE MODAL ========== */
.img-modal-overlay {
    display: none; position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,0.85); align-items: center; justify-content: center;
    cursor: zoom-out;
}
.img-modal-overlay.is-open { display: flex; }
.img-modal-overlay img {
    max-width: 90vw; max-height: 90vh; object-fit: contain;
    border-radius: 8px; box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}

/* ========== HIGHLIGHT SUMMARY ========== */
.highlight-block {
    background: linear-gradient(135deg, #fce7f3 0%, #fdf2f8 100%);
    border: 1px solid #f9d0e0; border-radius: 12px;
    padding: 20px 24px; margin-bottom: 24px;
}
.highlight-block h2 {
    font-size: 0.88rem; font-weight: 700; color: #c2255c;
    margin-bottom: 10px; display: flex; align-items: center; gap: 6px;
}
.highlight-block p {
    font-size: 0.88rem; color: #475569; line-height: 1.75; margin: 0;
}

/* ========== DESCRIPTION ========== */
.desc-section {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.desc-section h2 { font-size: 0.95rem; font-weight: 700; color: #1e293b; margin-bottom: 16px; }
.desc-text {
    font-size: 0.9rem; color: #3f4f63; line-height: 1.9;
    white-space: pre-line;
}

/* ========== FEATURES (GENRE/TAG) ========== */
.features-section {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    border-left: 3px solid #c2255c;
}
.features-section h2 {
    font-size: 1rem; font-weight: 700; color: #1e293b; margin-bottom: 20px;
    display: flex; align-items: center; gap: 8px;
}
.features-section h2 .section-icon { font-size: 1.1rem; }
.features-tag-group { margin-bottom: 18px; }
.features-tag-group:last-child { margin-bottom: 0; }
.features-tag-label {
    font-size: 0.75rem; color: #64748b; font-weight: 700; margin-bottom: 10px;
    padding-bottom: 6px; border-bottom: 1px solid #f1f5f9;
}
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-pill { display: inline-block; font-size: 0.82rem; padding: 6px 16px; border-radius: 20px; font-weight: 500; }
.tag-pill--genre { background: #fdf2f8; color: #c2255c; border: 1px solid #fce7f3; text-decoration: none; transition: all 0.2s; }
.tag-pill--genre:hover { background: #fce7f3; text-decoration: none; }
.tag-pill--tag { background: #f1f5f9; color: #475569; border: 1px solid #e2e8f0; text-decoration: none; transition: all 0.2s; }
.tag-pill--tag:hover { background: #e2e8f0; text-decoration: none; }

/* ========== SITE CONTEXT BLOCK ========== */
.site-context-block {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
}
.site-context-inner {
    display: flex; align-items: flex-start; gap: 20px;
}
.site-context-logo {
    height: 40px; object-fit: contain; flex-shrink: 0; opacity: 0.9;
}
.site-context-body { flex: 1; }
.site-context-title {
    font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 8px;
}
.site-context-desc {
    font-size: 0.85rem; color: #94a3b8; line-height: 1.7; margin: 0 0 16px 0;
}
.site-context-links {
    display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end;
}
.site-context-links a {
    font-size: 0.82rem; color: #cbd5e1; font-weight: 500; text-decoration: none;
    transition: color 0.2s;
}
.site-context-links a:hover { color: #fff; text-decoration: none; }

/* ========== REASON CARDS ========== */
.reason-section {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.reason-section h2 {
    font-size: 1rem; font-weight: 700; color: #1e293b; margin-bottom: 20px;
    display: flex; align-items: center; gap: 8px;
}
.reason-cards {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px;
}
.reason-card {
    background: #f8fafc; border: 1px solid #f1f5f9; border-radius: 10px; padding: 20px;
}
.reason-card-icon { font-size: 1.3rem; margin-bottom: 8px; }
.reason-card h3 { font-size: 0.85rem; font-weight: 700; color: #1e293b; margin-bottom: 8px; }
.reason-card p { font-size: 0.82rem; color: #475569; line-height: 1.7; margin: 0; }

/* ========== FAQ ========== */
.video-faq {
    background: #fff; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.video-faq h2 {
    font-size: 1.05rem; font-weight: 800; color: #0f172a; margin-bottom: 22px;
    display: flex; align-items: center; gap: 8px;
    padding-bottom: 14px; border-bottom: 2px solid #e2e8f0;
}
.video-faq h2 .section-icon { color: #c2255c; font-size: 1.15rem; }
.vfaq-item { border-bottom: 1px solid #f1f5f9; }
.vfaq-item:last-child { border-bottom: none; }
.vfaq-q {
    display: flex; align-items: center; gap: 10px; padding: 18px 0;
    font-size: 0.88rem; font-weight: 600; color: #1e293b; cursor: pointer;
}
.vfaq-q::before { content: 'Q'; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 6px; background: #fdf2f8; color: #c2255c; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }
.vfaq-q::after { content: '+'; margin-left: auto; font-size: 1.2rem; color: #64748b; font-weight: 500; transition: color 0.2s; }
.vfaq-q:hover::after { color: #c2255c; }
.vfaq-item.is-open .vfaq-q::after { content: '−'; }
.vfaq-a {
    display: none; padding: 0 0 16px 34px;
    font-size: 0.85rem; color: #475569; line-height: 1.75;
}
.vfaq-item.is-open .vfaq-a { display: block; }

/* ========== MID CTA ========== */
.mid-cta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px;
}
.mid-cta-primary {
    background: linear-gradient(135deg, #c2255c 0%, #a61e4d 100%);
    border-radius: 12px; padding: 24px; text-align: center;
    text-decoration: none; color: #fff; transition: all 0.2s;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.mid-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(194,37,92,0.3); text-decoration: none; color: #fff; }
.mid-cta-primary .cta-label { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.mid-cta-primary .cta-sub { font-size: 0.75rem; opacity: 0.85; }
.mid-cta-site {
    background: #fff; border-radius: 12px; padding: 24px;
    border: 1px solid #e2e8f0; box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    display: flex; flex-direction: column; justify-content: center;
}
.mid-cta-site h4 { font-size: 0.85rem; color: #1e293b; font-weight: 700; margin-bottom: 12px; }
.mid-cta-site .cta-links { display: flex; flex-direction: column; gap: 8px; }
.mid-cta-site .cta-links a {
    font-size: 0.85rem; font-weight: 500; color: #475569;
    display: flex; align-items: center; gap: 6px;
}
.mid-cta-site .cta-links a:hover { color: #c2255c; }
.mid-cta-note {
    grid-column: 1 / -1; text-align: center;
    font-size: 0.78rem; color: #94a3b8; line-height: 1.5;
}

/* ========== RELATED VIDEOS ========== */
.related-section {
    background: #fff; border-radius: 12px; padding: 24px 28px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.related-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 6px;
}
.related-header h2 { font-size: 0.95rem; font-weight: 700; color: #1e293b; margin: 0; }
.related-header a { font-size: 0.82rem; color: #94a3b8; font-weight: 500; }
.related-header a:hover { color: #c2255c; }
.related-intro { font-size: 0.82rem; color: #94a3b8; margin-bottom: 16px; line-height: 1.5; }
.related-grid {
    display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.related-grid-sp { display: none; }
.related-card { text-decoration: none; color: inherit; transition: transform 0.15s; }
.related-card:hover { transform: translateY(-2px); text-decoration: none; }
.related-card img {
    width: 100%; aspect-ratio: 16/9; object-fit: cover;
    border-radius: 8px; background: #f1f5f9; margin-bottom: 8px;
}
.related-card .title {
    font-size: 0.8rem; color: #1e293b; font-weight: 500; line-height: 1.35;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.related-card .meta { font-size: 0.7rem; color: #94a3b8; margin-top: 3px; }

/* ========== BOTTOM NAV ========== */
.bottom-nav {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px;
    margin-bottom: 24px;
}
.bottom-nav-card {
    display: flex; align-items: center; gap: 14px;
    padding: 18px 22px; border-radius: 10px;
    background: #fff; border: 1px solid #e2e8f0;
    text-decoration: none; color: #475569; font-size: 0.88rem; font-weight: 600;
    transition: all 0.2s; box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    min-height: 56px;
}
.bottom-nav-card:hover { border-color: #c2255c; color: #c2255c; background: #fffbfc; text-decoration: none; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.bottom-nav-icon { font-size: 1.2rem; flex-shrink: 0; }

/* ========== FINAL CTA ========== */
.final-cta {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 12px; padding: 32px; text-align: center; margin-bottom: 24px;
    color: #fff;
}
.final-cta .final-cta-logo { position: absolute; top: 16px; right: 20px; height: 40px; object-fit: contain; opacity: 0.2; filter: none; }
.final-cta h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.final-cta p { font-size: 0.85rem; color: #94a3b8; margin-bottom: 20px; line-height: 1.5; }
.final-cta-buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.final-cta-btn {
    display: inline-block; padding: 12px 24px; border-radius: 8px;
    font-size: 0.88rem; font-weight: 600; text-decoration: none; transition: all 0.2s;
}
.final-cta-btn--primary { background: #c2255c; color: #fff; }
.final-cta-btn--primary:hover { background: #a61e4d; color: #fff; text-decoration: none; transform: translateY(-1px); }
.final-cta-btn--secondary { background: rgba(255,255,255,0.1); color: #cbd5e1; border: 1px solid rgba(255,255,255,0.15); }
.final-cta-btn--secondary:hover { background: rgba(255,255,255,0.15); color: #fff; text-decoration: none; }
.final-cta-btn--text { color: #64748b; background: none; }
.final-cta-btn--text:hover { color: #fff; text-decoration: none; }

/* ========== Axis Block ========== */
.axis-block {
    background: #fff; border-radius: 12px; padding: 24px 28px; margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06); border-left: 3px solid #6366f1;
}
.axis-block h2 {
    font-size: 1.05rem; font-weight: 800; color: #1e293b; margin-bottom: 8px;
}
.axis-block .axis-desc {
    font-size: 0.86rem; color: #64748b; line-height: 1.5; margin-bottom: 14px;
}
.axis-block .axis-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.axis-block .axis-link-chip {
    display: inline-block; padding: 8px 18px; border-radius: 8px;
    font-size: 0.85rem; font-weight: 600; text-decoration: none;
    color: #475569; background: #f1f5f9; border: 1px solid #e2e8f0;
    transition: all 0.2s;
}
.axis-block .axis-link-chip:hover { background: #e2e8f0; color: #c2255c; border-color: #fce7f3; text-decoration: none; }
.axis-block .axis-more {
    display: block; text-align: right; font-size: 0.85rem; font-weight: 600; color: #6366f1; text-decoration: none;
}
.axis-block .axis-more:hover { color: #c2255c; text-decoration: underline; }

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .page-header { padding: 24px 16px 20px; }
    .page-header-inner { flex-direction: column; gap: 16px; }
    .header-thumb { width: 100%; max-width: 400px; }
    .header-body h1 { font-size: 1.1rem; }
    .header-actions { gap: 6px; margin-top: 20px; }
    .header-actions .btn-primary { font-size: 0.85rem; padding: 12px 14px; width: 100%; text-align: center; justify-content: center; margin-top: 12px; }
    .header-actions .btn-ghost { font-size: 0.78rem; padding: 8px 14px; }
    .highlight-block { padding: 16px 18px; }
    .desc-section, .features-section, .reason-section, .video-faq, .related-section { padding: 20px 18px; }
    .reason-cards { grid-template-columns: 1fr; }
    .mid-cta { grid-template-columns: 1fr; }
    .related-grid { display: none; }
    .related-grid-sp { display: grid; gap: 16px; grid-template-columns: 1fr; }
    .related-grid-sp .related-main { text-decoration: none; color: inherit; }
    .related-grid-sp .related-main img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; background: #f1f5f9; display: block; }
    .related-grid-sp .related-main .title { font-size: 0.92rem; color: #1e293b; font-weight: 600; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .related-grid-sp .related-main .meta { font-size: 0.75rem; color: #94a3b8; margin-top: 4px; }
    .related-grid-sp .related-sub { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
    .related-grid-sp .related-sub-item { text-decoration: none; color: inherit; border-radius: 8px; padding: 4px; margin: -4px; overflow: hidden; }
    .related-grid-sp .related-sub-item img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 6px; background: #f1f5f9; display: block; }
    .related-grid-sp .related-sub-item .title { font-size: 0.78rem; color: #1e293b; font-weight: 500; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .related-grid-sp .related-sub-item .meta { font-size: 0.7rem; color: #94a3b8; margin-top: 2px; }
    .bottom-nav { grid-template-columns: 1fr; }
    .final-cta-buttons { flex-direction: column; }
    .final-cta-btn { width: 100%; text-align: center; justify-content: center; margin-bottom: 6px; }
    .site-context-block { padding: 20px 18px; }
    .site-context-inner { flex-direction: column; gap: 12px; }
    .site-context-links { flex-direction: column; gap: 10px; align-items: flex-end; }
}
