/* --- 7_network.css : 艦隊ハブ・リンクレイアウト --- */

.network-page {
    background-color: var(--usn-white);
}

.network-intro {
    text-align: center;
    margin-bottom: 5rem;
}

.intro-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2rem;
    display: inline-block;
    border-radius: 4px;
}

.guide-msg {
    color: var(--usn-gold);
    font-weight: bold;
    margin-top: 1rem;
}

/* Category Title */
.cat-title {
    font-size: 1.5rem;
    color: var(--usn-navy);
    border-bottom: 3px solid var(--usn-gold);
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.2rem;
}

/* Link Grid */
.link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.link-card {
    background: #fff;
    padding: 2rem;
    border: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-left: 5px solid #ccc;
}

.link-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-left-color: var(--usn-gold);
}

.link-card.highlight {
    border-left-color: var(--usn-gold);
    background: #fffdf5;
}

.dyna-respect {
    border-left-color: #ff0000;
    /* ダイナベクターへの特別な赤色ナリ（任意） */
}

.status-tag {
    font-size: 0.7rem;
    font-weight: bold;
    color: var(--usn-gold);
    letter-spacing: 1px;
}

.link-card h4 {
    font-size: 1.2rem;
    color: var(--usn-navy);
}

.link-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* Blog Hub (Node style) */
.blog-hub {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 5rem;
}

.blog-node {
    flex: 1;
    min-width: 200px;
    background: var(--usn-navy);
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    border: 1px solid var(--usn-gold);
}

.blog-node:hover {
    background: var(--usn-gold);
    color: var(--usn-navy);
}

/* レスポンシブ */
@media (max-width: 600px) {
    .link-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Dyvdekitor工廠：NETWORKブラッシュアップ・パッチ --- */

/* 1. イントロエリアの統一 */
.network-intro {
    background: linear-gradient(180deg, #f8f9fb 0%, var(--usn-white) 100%);
    border-bottom: 3px solid var(--usn-gold);
    padding: 5rem 5% 4rem;
    margin-bottom: 0;
}

.network-intro .section-title {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 2rem;
    color: var(--usn-navy);
    letter-spacing: 0.4rem;
    border-left: 8px solid var(--usn-gold);
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 2rem;
}

.intro-box {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 34, 68, 0.07);
    padding: 2rem 3rem;
    max-width: 700px;
    margin: 0 auto;
    border-left: 4px solid var(--usn-gold);
}

/* 2. カテゴリタイトルをABOUTスタイルに統一 */
.cat-title {
    font-family: 'Sawarabi Mincho', serif;
    border-left: 8px solid var(--usn-gold);
    border-bottom: none;
    padding-left: 20px;
    padding-bottom: 0;
    margin-top: 4rem;
    letter-spacing: 0.3rem;
}

/* 3. リンクカードの実存感 */
.link-card {
    box-shadow: 0 5px 20px rgba(0, 34, 68, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        box-shadow 0.4s ease,
        border-left-color 0.3s ease;
}

.link-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 34, 68, 0.12);
}

/* 4. ビジュアルボックスのスキャンラインオーバーレイ */
.visual-box {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--usn-navy);
    box-shadow: 6px 6px 0 var(--usn-navy);
    margin-top: 1rem;
}

.visual-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.08) 50%),
        linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

/* 5. サイト画像 */
.site-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.visual-box:hover .site-image {
    transform: scale(1.04);
}

/* 画像リンク専用（visual-box内） */
.visual-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.img-caption {
    font-size: 0.8rem;
    color: var(--usn-gold);
    font-family: monospace;
    letter-spacing: 0.05rem;
    padding: 0.6rem 1rem;
    background: var(--usn-navy);
    margin: 0;
    text-align: center;
}

/* 6. コンテナとリンクカテゴリのパディング */
.network-page .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
}

.link-category {
    padding-bottom: 2rem;
}

/* The Stranglers カード */
.stranglers-card {
    border-left-color: var(--usn-gold);
    background: #0a0a0f;
    color: #e8e8e8;
}

.stranglers-card h4 {
    color: var(--usn-gold);
    font-family: 'Courier New', monospace;
    letter-spacing: 0.2rem;
    font-size: 1.3rem;
}

.stranglers-card .status-tag {
    color: #aaa;
}

.stranglers-card p {
    color: #ccc;
    line-height: 1.8;
}

.stranglers-card:hover {
    border-left-color: var(--usn-gold);
    box-shadow: 0 15px 35px rgba(197, 160, 89, 0.25);
}

/* カード内外部リンクボタン */
.card-ext-link {
    display: inline-block;
    margin-top: 1.2rem;
    padding: 0.5rem 1.2rem;
    border: 1px solid var(--usn-gold);
    color: var(--usn-gold);
    text-decoration: none;
    font-family: monospace;
    font-size: 0.85rem;
    letter-spacing: 0.1rem;
    transition: background 0.3s ease, color 0.3s ease;
}

.card-ext-link:hover {
    background: var(--usn-gold);
    color: #0a0a0f;
}

/* ヒュー・コーンウェルの刻印 */
.hugh-wisdom {
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    color: rgba(197, 160, 89, 0.7);
    border-left: 2px solid rgba(197, 160, 89, 0.4);
    padding-left: 0.8rem;
    margin: 1rem 0 0.8rem;
    line-height: 1.7;
    font-style: italic;
}

/* FELINE visual-box */
.stranglers-visual {
    border: 2px solid var(--usn-gold);
    box-shadow: 6px 6px 0 var(--usn-gold);
}

.caption-sub {
    display: block;
    font-size: 0.75rem;
    color: #aaa;
    margin-top: 0.3rem;
    font-style: italic;
}

/* --- Stranglers Section Custom Patch --- */

.stranglers-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* テキストとNoteの距離を保つナリ */
}

.lineage-box {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(197, 160, 89, 0.3);
    font-size: 0.85rem;
    color: #bbb;
}

.lineage-box p {
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.lineage-box strong {
    color: var(--usn-gold);
}

.note-minimal {
    font-size: 0.7rem;
    color: #666;
    margin-top: auto;
    /* 一番下に配置するナリ */
    padding-top: 1.5rem;
    font-family: monospace;
}

/* 右側ビジュアルとボタンの統合 */
.visual-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* 画像とボタンの隙間ナリ */
}

.btn-official-hub {
    background: var(--usn-navy);
    color: var(--usn-gold);
    border: 1px solid var(--usn-gold);
    text-align: center;
    padding: 1rem;
    text-decoration: none;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    box-shadow: 6px 6px 0 var(--usn-gold);
    transition: all 0.3s ease;
}

.btn-official-hub:hover {
    background: var(--usn-gold);
    color: var(--usn-navy);
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 var(--usn-gold);
}