/* ソラノミチ（soranomiti.com）— v2 2026-06-18 タイポ先行ミニマル・エッセイ型
   配色：オフホワイト #fbfbf9 × ほぼ黒 #1c1c1a × 単一アクセント ブルーグレー #3f5366
   architecture: 大型タイポHero + ワイド帯画像 + 余白の広いエッセイ列 / anti-AI-slop順守 */
:root{
  --bg:#fbfbf9; --ink:#1c1c1a; --ink-soft:#6b6f72; --rule:#e4e4de;
  --accent:#3f5366; --accent-deep:#2c3d4d; --max:1080px; --read:660px;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"Noto Sans JP",system-ui,sans-serif;font-size:17px;line-height:2.0;font-weight:400}
h1,h2,h3{font-family:"Noto Sans JP",sans-serif;font-weight:900;line-height:1.4;letter-spacing:-.01em}
a{color:var(--accent-deep)}
img{max-width:100%;display:block}
.wrap{max-width:var(--max);margin:0 auto;padding:0 28px}
.read{max-width:var(--read);margin:0 auto;padding:0 28px}

.site-head{background:var(--bg)}
.site-head .inner{max-width:var(--max);margin:0 auto;padding:26px 28px;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:6px 18px}
.brand{font-weight:900;font-size:18px;color:var(--ink);text-decoration:none;letter-spacing:.02em}
.nav a{font-size:13px;color:var(--ink-soft);text-decoration:none;margin-left:20px}
.nav a:hover{color:var(--accent-deep)}

/* TYPO-FIRST hero (no image card) */
.statement{max-width:var(--max);margin:0 auto;padding:70px 28px 40px}
.statement .eyebrow{font-size:12px;letter-spacing:.24em;color:var(--accent);margin:0 0 22px}
.statement h1{font-size:46px;line-height:1.32;margin:0;max-width:14em}
.statement p{font-size:17px;color:var(--ink-soft);max-width:var(--read);margin:26px 0 0}

/* wide cinematic image band */
.band{width:100%;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:#000;margin-top:8px}
.band img{width:100%;max-height:420px;aspect-ratio:24/9;object-fit:cover;opacity:.97}

/* essay list: spacious numbered rows */
.sec{font-size:12px;letter-spacing:.2em;color:var(--ink-soft);margin:56px 0 8px}
.essays{list-style:none;margin:0;padding:0;counter-reset:e}
.essays li{counter-increment:e;display:grid;grid-template-columns:64px 1fr 200px;gap:24px;align-items:center;border-top:1px solid var(--rule);padding:28px 0}
.essays li:last-child{border-bottom:1px solid var(--rule)}
.essays .no{font-size:18px;color:var(--accent);font-weight:900}
.essays .no::before{content:counter(e,decimal-leading-zero)}
.essays h3{font-size:21px;margin:0 0 6px;line-height:1.5}
.essays h3 a{color:var(--ink);text-decoration:none}
.essays h3 a:hover{color:var(--accent-deep);text-decoration:underline}
.essays p{font-size:13px;color:var(--ink-soft);margin:0}
.essays a.th img{width:200px;height:118px;object-fit:cover;border:1px solid var(--rule)}

/* author */
.author-strip{display:flex;gap:22px;align-items:center;border-top:1px solid var(--rule);padding:40px 0 0;margin:56px 0 0}
.author-strip img{width:84px;height:84px;flex:0 0 84px;object-fit:cover;border-radius:50%;filter:grayscale(.1)}
.author-strip .nm{font-weight:900;font-size:17px}
.author-strip .role{font-size:12px;color:var(--accent);margin:2px 0 8px}
.author-strip .bio{font-size:14px;color:var(--ink-soft);line-height:1.9;max-width:46em}

/* article body */
.crumb{font-size:12px;color:var(--ink-soft);padding:20px 0 0}
.crumb a{color:var(--ink-soft)}
.post-hero{margin:16px 0 26px;border:1px solid var(--rule)}
.post-hero img{width:100%;aspect-ratio:24/9;max-height:360px;object-fit:cover}
article.post{font-size:17px;line-height:2.0}
article.post h1{font-size:30px;margin:8px 0 16px;line-height:1.4}
.post-meta{font-size:13px;color:var(--ink-soft);border-bottom:1px solid var(--rule);padding-bottom:16px;margin-bottom:30px}
.post-meta .author{color:var(--accent-deep)}
article.post h2{font-size:22px;margin:46px 0 16px}
article.post h3{font-size:18px;margin:30px 0 10px;color:var(--accent-deep)}
article.post p{margin:0 0 22px}
article.post ul,article.post ol{margin:0 0 22px;padding-left:1.4em}
article.post li{margin-bottom:10px}
.tbl{width:100%;border-collapse:collapse;margin:8px 0 28px;font-size:15px}
.tbl th,.tbl td{border:1px solid var(--rule);padding:11px 13px;text-align:left;vertical-align:top}
.tbl th{background:#f2f2ee;font-weight:700}
.note{background:#fff;border:1px solid var(--rule);border-left:3px solid var(--accent);padding:18px 20px;margin:0 0 26px;font-size:15px}
.note .label{font-weight:900;color:var(--accent-deep);font-size:13px;display:block;margin-bottom:6px}
.cta{border:1px solid var(--accent);background:#fff;padding:22px;margin:32px 0}
.cta .ttl{font-weight:900;font-size:16px;margin:0 0 8px}
.cta p{font-size:14px;color:var(--ink-soft);margin:0 0 14px}
.cta .btn{display:inline-block;background:var(--accent-deep);color:#fff;text-decoration:none;padding:11px 24px;font-size:15px}
.cta .btn:hover{background:var(--accent)}
.asp-placeholder{font-size:12px;color:#9aa0a4;border:1px dashed var(--rule);padding:10px;text-align:center}
.author-card{display:flex;gap:14px;align-items:flex-start;border-top:1px solid var(--rule);padding:24px 0 0;margin:40px 0 0}
.author-card img{width:54px;height:54px;flex:0 0 54px;object-fit:cover;border-radius:50%}
.author-card .nm{font-weight:900}
.author-card .bio{font-size:13px;color:var(--ink-soft);margin-top:3px;line-height:1.8}
.disclaimer{font-size:12px;color:var(--ink-soft);background:#f2f2ee;border:1px solid var(--rule);padding:15px 17px;margin:32px 0 0;line-height:1.8}
.site-foot{border-top:1px solid var(--rule);margin-top:60px}
.site-foot .inner{max-width:var(--max);margin:0 auto;padding:30px 28px 46px;font-size:13px;color:var(--ink-soft)}
.site-foot a{color:var(--ink-soft);margin-right:18px}

@media(max-width:760px){
  body{font-size:16px}
  .statement{padding:44px 28px 28px}
  .statement h1{font-size:31px}
  .essays li{grid-template-columns:40px 1fr;gap:14px}
  .essays a.th{display:none}
  .author-strip{flex-direction:column;text-align:center}
}

/* v2.2: 記事本文の可読幅 */
.wrap > article.post{max-width:700px;margin-left:auto;margin-right:auto}
.wrap > .crumb{max-width:700px;margin-left:auto;margin-right:auto}

/* v2.4: 帯画像を小さく + 記事冒頭画像スリム */
.band img{height:240px;max-height:240px;aspect-ratio:auto}
.post-hero img{aspect-ratio:12/5;max-height:210px}
@media(max-width:760px){ .band img{height:170px;max-height:170px} }

/* v-h 2026-06-18: 記事冒頭画像を確実に小さいスリムバナーへ（明示height・属性負け対策） */
.post-hero img{height:150px;max-height:150px;aspect-ratio:auto;object-fit:cover;width:100%}
@media(max-width:760px){ .post-hero img{height:130px;max-height:130px} }
