/*
Theme Name: もめごと.jp
Theme URI: https://momedoto.jp
Description: 弁護士保険ミカタへの資料請求導線を持つ法律トラブルブログテーマ。SEO最適化済み。
Author: リーガルベスト
Author URI: https://momedoto.jp
Version: 1.0.0
License: Private
Text Domain: momedoto
Tags: legal, blog, responsive, seo
*/

:root {
  --navy:      #0C2461;
  --navy-dark: #071540;
  --navy-mid:  #163377;
  --sky:       #2196F3;
  --sky-light: #E3F2FD;
  --orange:    #FF6B00;
  --orange-lt: #FFF3E0;
  --white:     #FFFFFF;
  --bg:        #F0F4F8;
  --bg-mid:    #E8EEF5;
  --text:      #1A2540;
  --muted:     #5A6A80;
  --border:    #D0DCE8;
  --gold:      #C9A84C;
  --shadow:    0 1px 6px rgba(12,36,97,.10);
  --shadow-h:  0 4px 18px rgba(12,36,97,.17);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{font-family:'Noto Sans JP',sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.8;overflow-x:hidden;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;height:auto;}

/* ── HEADER ── */
.site-header{background:var(--navy);box-shadow:0 2px 12px rgba(0,0,0,.3);}
.header-logo-row{max-width:1160px;margin:0 auto;padding:0 24px;display:flex;align-items:center;min-height:80px;}
.logo-area{display:flex;align-items:center;gap:12px;padding:8px 20px 8px 0;border-right:1px solid rgba(255,255,255,.15);flex-shrink:0;}
.logo-scales{width:58px;height:58px;flex-shrink:0;mix-blend-mode:screen;filter:brightness(1.15) contrast(1.05);}
.logo-block{display:flex;flex-direction:column;gap:2px;}
.site-logo-link{font-family:'Noto Sans JP',sans-serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:2px;line-height:1;text-decoration:none;cursor:pointer;}
.site-logo-link:hover{color:rgba(255,255,255,.85);}
.header-catch{display:flex;align-items:center;gap:10px;margin-left:0;flex-wrap:wrap;padding:0 0 0 24px;}
.auth-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(201,168,76,.25),rgba(201,168,76,.1));border:1px solid rgba(201,168,76,.55);color:#f0d080;font-size:18px;font-weight:700;padding:8px 20px;border-radius:4px;letter-spacing:.5px;line-height:1;}
.header-deco{background:linear-gradient(90deg,var(--gold) 0%,rgba(201,168,76,.3) 60%,transparent 100%);height:2px;}

/* ── HERO ── */
.hero{background:linear-gradient(125deg,var(--navy-dark) 0%,var(--navy) 50%,var(--navy-mid) 100%);padding:48px 0;position:relative;overflow:hidden;}
.hero::before{content:'⚖';position:absolute;right:5%;top:50%;transform:translateY(-50%);font-size:160px;opacity:.04;color:#fff;pointer-events:none;}
.hero-inner{max-width:1160px;margin:0 auto;padding:0 24px;}
.hero-h1{font-size:clamp(28px,4vw,46px);font-weight:900;color:#fff;line-height:1.3;margin:24px 0 36px;letter-spacing:-1px;}
.hero-h1 em{color:#63C8FF;font-style:normal;}

/* ── PAGE BODY ── */
.page-body{max-width:1160px;margin:28px auto;padding:0 24px;display:grid;grid-template-columns:1fr 288px;gap:28px;align-items:start;box-sizing:border-box;width:100%;}

/* ── SECTION TITLE ── */
.sec-title{font-size:16px;font-weight:900;color:#fff;background:var(--navy);padding:11px 16px 11px 20px;border-left:5px solid var(--orange);border-radius:4px 4px 0 0;}

/* ── CATEGORY NAV ── */
.cat-nav-block{margin-bottom:20px;}
.cat-nav-grid{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background-color:var(--border);}
.cat-nav-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 10px;background:#fff;cursor:pointer;transition:background .18s;text-decoration:none;}
.cat-nav-item:hover{background:var(--sky-light);}
.cat-icon{font-size:28px;line-height:1;}
.cat-name{font-size:13px;font-weight:700;color:var(--navy);}
.cat-num{font-size:11px;color:var(--muted);}

/* ── FEATURED CARD ── */
.featured-block{margin-bottom:20px;}
.featured-card{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;overflow:hidden;display:block;transition:box-shadow .18s;}
.featured-card:hover{box-shadow:var(--shadow-h);}
.featured-img{width:100%;aspect-ratio:16/7;background:linear-gradient(135deg,var(--navy),var(--navy-mid));display:flex;align-items:center;justify-content:center;font-size:64px;position:relative;}
.feat-tag{position:absolute;top:12px;left:12px;background:#e02020;color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:3px;}
.featured-thumb{width:100%;aspect-ratio:16/7;object-fit:cover;display:block;}
.featured-body{padding:16px 18px;}
.card-cats{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap;}
.cc{font-size:10px;font-weight:700;padding:2px 9px;border-radius:3px;}
.cc-blue{background:var(--sky-light);color:#0a6da8;}
.cc-orange{background:var(--orange-lt);color:#b85500;}
.card-title{font-size:17px;font-weight:900;color:var(--navy);line-height:1.45;margin-bottom:8px;}
.featured-card:hover .card-title{color:var(--sky);}
.card-excerpt{font-size:13px;color:var(--muted);line-height:1.75;margin-bottom:10px;}
.card-meta{font-size:11px;color:var(--muted);display:flex;gap:14px;flex-wrap:wrap;}

/* ── SUB CARDS ── */
.sub-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;overflow:hidden;background:#fff;}
.sub-card{display:flex;flex-direction:column;border-right:1px solid var(--border);text-decoration:none;transition:background .15s;}
.sub-card:last-child{border-right:none;}
.sub-card:hover{background:#f7faff;}
.sub-thumb{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,var(--bg),var(--bg-mid));display:flex;align-items:center;justify-content:center;font-size:26px;border-bottom:1px solid var(--border);overflow:hidden;}
.sub-thumb img{width:100%;height:100%;object-fit:cover;}
.sub-body{padding:10px 12px;flex:1;}
.sub-cat{margin-bottom:6px;}
.sub-title{font-size:12px;font-weight:700;color:var(--navy);line-height:1.55;margin-bottom:6px;}
.sub-card:hover .sub-title{color:var(--sky);}
.sub-meta{font-size:10px;color:var(--muted);display:flex;gap:8px;}

/* ── ARTICLE LIST ── */
.articles-block{margin-bottom:20px;}
.article-list{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;overflow:hidden;}
.art-item{display:flex;border-bottom:1px solid var(--border);transition:background .15s;text-decoration:none;color:inherit;}
.art-item:last-child{border-bottom:none;}
.art-item:hover{background:#f7faff;}
.art-thumb{width:130px;min-width:130px;aspect-ratio:4/3;background:linear-gradient(135deg,var(--bg),var(--bg-mid));display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0;border-right:1px solid var(--border);overflow:hidden;}
.art-thumb img{width:100%;height:100%;object-fit:cover;}
.art-body{padding:14px 18px;flex:1;min-width:0;}
.art-cats{display:flex;gap:5px;margin-bottom:6px;flex-wrap:wrap;}
.art-title{font-size:14px;font-weight:700;color:var(--navy);line-height:1.55;margin-bottom:6px;}
.art-item:hover .art-title{color:var(--sky);}
.art-meta{font-size:12px;color:var(--muted);display:flex;gap:10px;}

/* ── 3社CTA ── */
.three-cta-block{margin-bottom:20px;}
.three-cta-wrap{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;}
.ins-card{padding:18px 14px;text-align:center;border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:6px;}
.ins-card:last-child{border-right:none;}
.ins-icon{font-size:28px;margin-bottom:4px;}
.ins-name{font-size:13px;font-weight:900;color:var(--navy);line-height:1.3;}
.ins-price{font-size:15px;font-weight:900;color:var(--orange);}
.ins-desc{font-size:11px;color:var(--muted);line-height:1.6;flex:1;}
.ins-btn{display:block;background:var(--orange);color:#fff;font-size:12px;font-weight:700;padding:9px 12px;border-radius:5px;width:100%;margin-top:6px;transition:all .18s;box-shadow:0 2px 8px rgba(255,107,0,.3);text-decoration:none;}
.ins-btn:hover{background:#e55f00;transform:translateY(-1px);}

/* ── GRID 3-COL ── */
.grid-block{margin-bottom:20px;}
.article-grid{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;}
.grid-item{display:block;border-right:1px solid var(--border);padding:14px;transition:background .15s;text-decoration:none;}
.grid-item:last-child{border-right:none;}
.grid-item:hover{background:#f7faff;}
.grid-thumb{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,var(--bg),var(--bg-mid));display:flex;align-items:center;justify-content:center;font-size:28px;border-radius:4px;margin-bottom:9px;overflow:hidden;}
.grid-thumb img{width:100%;height:100%;object-fit:cover;}
.grid-cat{font-size:10px;font-weight:700;color:#0a6da8;background:var(--sky-light);padding:2px 8px;border-radius:3px;display:inline-block;margin-bottom:6px;}
.grid-title{font-size:12px;font-weight:700;color:var(--navy);line-height:1.55;}
.grid-item:hover .grid-title{color:var(--sky);}
.grid-date{font-size:10px;color:var(--muted);margin-top:5px;}

/* ── BANNER ── */
.bnr-widget{margin-bottom:16px;}
.bnr-img-sq{width:100%;display:block;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.12);transition:transform .2s,box-shadow .2s;}
.bnr-img-sq:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.18);}
.bnr-img-hero{width:100%;display:block;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.12);transition:transform .2s,box-shadow .2s;}
.bnr-img-hero:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.18);}
.bnr-block{margin-bottom:20px;}

/* ── SIDEBAR ── */
.sidebar{display:flex;flex-direction:column;gap:20px;}
.widget-title{font-size:15px;font-weight:900;color:#fff;background:var(--navy);padding:10px 16px 10px 20px;border-left:5px solid var(--orange);border-radius:4px 4px 0 0;}
.widget-body{background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;padding:14px;}
.rank-list{display:flex;flex-direction:column;}
.rank-item{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px dashed var(--border);text-decoration:none;transition:opacity .15s;}
.rank-item:last-child{border-bottom:none;padding-bottom:0;}
.rank-item:hover{opacity:.7;}
.rank-no{width:22px;height:22px;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;background:var(--bg);color:var(--muted);}
.rn-1{background:#F5A623;color:#fff;}.rn-2{background:#9B9B9B;color:#fff;}.rn-3{background:#B87333;color:#fff;}
.rank-t{font-size:13px;font-weight:700;color:var(--navy);line-height:1.5;}
.rank-item:hover .rank-t{color:var(--sky);}
.side-cats{display:flex;flex-direction:column;}
.side-cat-item{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid var(--border);text-decoration:none;transition:background .15s;margin:0 -14px;}
.side-cat-item:last-child{border-bottom:none;}
.side-cat-item:hover{background:var(--sky-light);}
.sci-left{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:500;color:var(--navy);}
.sci-icon{font-size:15px;}
.sci-count{font-size:10px;background:var(--bg);color:var(--muted);padding:1px 7px;border-radius:10px;}
.tag-cloud{display:flex;flex-wrap:wrap;gap:6px;}
.tag-link{font-size:11px;color:var(--muted);background:var(--bg);border:1px solid var(--border);padding:4px 10px;border-radius:20px;transition:all .15s;text-decoration:none;}
.tag-link:hover{background:var(--sky-light);color:#0a6da8;border-color:var(--sky);}

/* ── SINGLE POST ── */
.single-wrap{max-width:1160px;margin:28px auto;padding:0 24px;display:grid;grid-template-columns:1fr 288px;gap:28px;align-items:start;}
.post-main{min-width:0;}
.post-hero-img{width:100%;aspect-ratio:16/7;object-fit:cover;border-radius:4px 4px 0 0;display:block;}
.post-header{background:#fff;border:1px solid var(--border);border-top:none;padding:20px 22px;margin-bottom:20px;}
.post-cat-badge{display:inline-block;font-size:11px;font-weight:700;background:var(--sky-light);color:#0369a1;padding:4px 12px;border-radius:3px;margin-bottom:12px;text-decoration:none;}
.post-title{font-size:clamp(20px,2.5vw,28px);font-weight:900;color:var(--navy);line-height:1.4;margin-bottom:14px;}
.post-meta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--muted);padding-top:12px;border-top:1px solid var(--border);}
.post-body{background:#fff;border:1px solid var(--border);padding:28px 28px;margin-bottom:20px;font-size:15px;line-height:2;color:var(--text);}
.post-body h2{font-size:clamp(18px,2vw,22px);font-weight:900;color:var(--navy);margin:36px 0 16px;padding:13px 16px 13px 20px;background:var(--bg);border-left:5px solid var(--orange);border-radius:0 4px 4px 0;line-height:1.4;}
.post-body h3{font-size:17px;font-weight:700;color:var(--navy);margin:28px 0 12px;padding-bottom:8px;border-bottom:2px solid var(--sky);}
.post-body p{margin-bottom:18px;}
.post-body ul,.post-body ol{margin:0 0 18px 22px;}
.post-body li{margin-bottom:8px;line-height:1.8;}
.post-body a{color:var(--sky);text-decoration:underline;}
.post-body strong{color:var(--navy);font-weight:700;}
.post-body img{max-width:100%;height:auto;border-radius:4px;margin:10px 0;}
.post-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px;}
.share-box{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:20px;text-align:center;margin-bottom:20px;}
.share-label{font-size:13px;font-weight:700;color:var(--navy);margin-bottom:12px;}
.share-btns{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;}
.share-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:5px;font-size:13px;font-weight:700;text-decoration:none;transition:all .18s;}
.share-x{background:#000;color:#fff;}.share-line{background:#06c755;color:#fff;}.share-hb{background:#00a4de;color:#fff;}
.share-btn:hover{opacity:.85;transform:translateY(-1px);}
.related-section{margin-bottom:20px;}
.related-title{font-size:15px;font-weight:900;color:#fff;background:var(--navy);padding:10px 16px 10px 20px;border-left:5px solid var(--orange);border-radius:4px 4px 0 0;margin-bottom:0;}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:#fff;border:1px solid var(--border);border-top:none;border-radius:0 0 4px 4px;}
.related-card{display:block;border-right:1px solid var(--border);text-decoration:none;transition:background .15s;}
.related-card:last-child{border-right:none;}
.related-card:hover{background:#f7faff;}
.related-img{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-size:28px;background:linear-gradient(135deg,var(--bg),var(--bg-mid));border-bottom:1px solid var(--border);overflow:hidden;}
.related-img img{width:100%;height:100%;object-fit:cover;}
.related-body{padding:12px;}
.related-cat{font-size:10px;font-weight:700;background:var(--sky-light);color:#0a6da8;padding:2px 8px;border-radius:3px;display:inline-block;margin-bottom:7px;}
.related-card-title{font-size:12px;font-weight:700;color:var(--navy);line-height:1.5;}
.related-card:hover .related-card-title{color:var(--sky);}

/* ── BREADCRUMB ── */
.breadcrumb{background:#fff;border-bottom:1px solid var(--border);font-size:12px;color:var(--muted);}
.breadcrumb-inner{max-width:1160px;margin:0 auto;padding:9px 24px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.breadcrumb a{color:var(--sky);}
.breadcrumb-sep{color:var(--border);}

/* ── PAGINATION ── */
.pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin:24px 0;}
.page-numbers{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;font-size:13px;font-weight:700;border:1px solid var(--border);background:#fff;color:var(--muted);text-decoration:none;transition:all .18s;}
.page-numbers:hover,.page-numbers.current{background:var(--navy);color:#fff;border-color:var(--navy);}
.page-numbers.current{background:var(--orange);border-color:var(--orange);}

/* ── STATIC PAGES ── */
.static-wrap{max-width:1160px;margin:28px auto;padding:0 24px;display:grid;grid-template-columns:1fr 288px;gap:28px;align-items:start;}
.static-main{background:#fff;border:1px solid var(--border);border-radius:4px;padding:32px 36px;}
.static-main h1{font-size:22px;font-weight:900;color:var(--navy);border-left:5px solid var(--orange);padding-left:14px;margin-bottom:24px;}
.static-main h2{font-size:16px;font-weight:700;color:var(--navy);margin:24px 0 10px;border-bottom:1px solid var(--border);padding-bottom:6px;}
.static-main p{font-size:14px;color:var(--text);line-height:1.9;margin-bottom:12px;}
.static-main ol{margin:0 0 16px 20px;}
.static-main ol li{font-size:14px;color:var(--text);line-height:1.9;margin-bottom:8px;}
.static-main table{width:100%;border-collapse:collapse;margin-top:16px;font-size:14px;border:1px solid var(--border);border-radius:6px;overflow:hidden;}
.static-main table th{background:var(--bg);color:var(--text);font-weight:700;padding:13px 18px;text-align:left;width:140px;border-bottom:1px solid var(--border);border-right:3px solid var(--orange);}
.static-main table td{padding:13px 18px;border-bottom:1px solid var(--border);background:#fff;}
.static-main table tr:last-child th,.static-main table tr:last-child td{border-bottom:none;}

/* ── CONTACT FORM ── */
.contact-form{margin-top:24px;}
.form-row{margin-bottom:20px;}
.form-label{display:block;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:7px;}
.form-req{display:inline-block;background:var(--orange);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:3px;margin-left:8px;vertical-align:middle;}
.form-opt{display:inline-block;background:var(--muted);color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:3px;margin-left:8px;vertical-align:middle;}
.form-input{width:100%;padding:12px 14px;font-size:14px;font-family:'Noto Sans JP',sans-serif;border:1.5px solid var(--border);border-radius:5px;background:#fff;color:var(--text);transition:border .18s;outline:none;}
.form-input:focus{border-color:var(--sky);box-shadow:0 0 0 3px rgba(33,150,243,.1);}
.form-textarea{width:100%;padding:12px 14px;font-size:14px;font-family:'Noto Sans JP',sans-serif;border:1.5px solid var(--border);border-radius:5px;background:#fff;color:var(--text);resize:vertical;transition:border .18s;outline:none;line-height:1.8;}
.form-textarea:focus{border-color:var(--sky);box-shadow:0 0 0 3px rgba(33,150,243,.1);}
.form-note{font-size:12px;color:var(--muted);line-height:1.8;background:var(--bg);padding:14px 16px;border-radius:5px;margin-bottom:24px;}
.form-note a{color:var(--sky);text-decoration:underline;}
.form-submit-wrap{text-align:center;}
.form-submit{background:var(--navy);color:#fff;border:none;font-size:15px;font-weight:700;font-family:'Noto Sans JP',sans-serif;padding:15px 60px;border-radius:5px;cursor:pointer;transition:all .18s;letter-spacing:.5px;}
.form-submit:hover{background:var(--orange);transform:translateY(-1px);}

/* ── FOOTER ── */
footer{background:var(--navy-dark);color:rgba(255,255,255,.7);padding:40px 24px 24px;margin-top:36px;}
.footer-inner{max-width:1160px;margin:0 auto;padding:0 0px;}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:32px;margin-bottom:36px;}
.f-logo-link{font-family:'Noto Sans JP',sans-serif;font-size:22px;font-weight:700;color:#fff;text-decoration:none;cursor:pointer;}
.f-logo-link:hover{color:rgba(255,255,255,.85);}
.f-tagline{font-size:12px;color:rgba(255,255,255,.9);font-weight:700;margin-bottom:4px;}
.f-col h4{font-size:12px;font-weight:700;color:#fff;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.1);}
.f-col ul{list-style:none;}
.f-col li{margin-bottom:7px;}
.f-col a{font-size:11px;color:rgba(255,255,255,.55);transition:color .15s;}
.f-col a:hover{color:#63C8FF;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:10px;}
.f-disclaimer{font-size:10px;color:rgba(255,255,255,.28);max-width:600px;line-height:1.7;}
.f-copy{font-size:11px;color:rgba(255,255,255,.35);}

/* ── 404 ── */
.notfound-wrap{max-width:700px;margin:60px auto;padding:0 24px;text-align:center;}
.notfound-wrap h1{font-size:80px;font-weight:900;color:var(--navy);line-height:1;}
.notfound-wrap p{font-size:16px;color:var(--muted);margin:16px 0 28px;}
.btn-back{display:inline-block;background:var(--navy);color:#fff;padding:13px 32px;border-radius:5px;font-size:14px;font-weight:700;transition:all .18s;}
.btn-back:hover{background:var(--orange);}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  .page-body,.static-wrap,.single-wrap{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .three-cta-wrap{grid-template-columns:1fr;}
  .ins-card{border-right:none;border-bottom:1px solid var(--border);}
  .ins-card:last-child{border-bottom:none;}
  .related-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .header-logo-row{min-height:54px;padding:0 16px;}
  .logo-scales{width:44px;height:44px;}
  .site-logo-link{font-size:20px;}
  .header-catch{display:none;}
  .hero{padding:22px 0;}
  .hero-inner,.page-body,.static-wrap,.single-wrap,.footer-inner{padding:0 16px;}
  .hero-h1{font-size:clamp(22px,6vw,30px);margin:14px 0 20px;}
  .cat-nav-grid{grid-template-columns:repeat(4,1fr);gap:1px;}
  .cat-nav-item{padding:10px 4px;}
  .cat-icon{font-size:20px;}
  .cat-name{font-size:10px;}
  .art-thumb{width:80px;min-width:80px;}
  .sub-cards{grid-template-columns:1fr;}
  .sub-card{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;}
  .sub-card:last-child{border-bottom:none;}
  .sub-thumb{width:80px;min-width:80px;aspect-ratio:4/3;border-bottom:none;border-right:1px solid var(--border);}
  .article-grid{grid-template-columns:1fr;}
  .related-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .share-btns{flex-direction:column;align-items:center;}
}
