/*
Theme Name: hitomi-raw-bold
Author: Gemini Force Fix
Version: 5.0
*/
body { font-family: 'Helvetica Neue', sans-serif; background: #f5f5f5; color: #444; margin: 0; padding: 0; }
.wrap { max-width: 1000px; margin: 0 auto; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
header { background: #34495e; padding: 20px; text-align: center; }
header h1 a { color: #fff; text-decoration: none; font-size: 24px; font-weight: bold; }
main { padding: 30px; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
article { border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: 0.3s; }
article:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.thumb { width: 100%; height: 200px; background: #eee; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.text { padding: 15px; }
h2 { font-size: 18px; margin: 0 0 10px; }
h2 a { color: #333; text-decoration: none; }
.btn { display: block; background: #2c3e50; color: #fff; text-align: center; padding: 10px; border-radius: 4px; text-decoration: none; font-weight: bold; margin-top: 10px; }
footer { background: #333; color: #aaa; text-align: center; padding: 20px; margin-top: auto; }
/* Single */
body.single .wrap { max-width: 800px; }
body.single main { display: block; }
body.single .thumb { height: auto; max-height: 500px; margin-bottom: 20px; }
body.single h1 { font-size: 28px; color: #34495e; margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
