/*
Theme Name: 推すメシ！！ Theme
Description: 「一皿に恋をするサイト」推すメシ！！専用テーマ。
Version: 0.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: osumeshi-theme
*/
:root{--ink:#24211d;--muted:#6f675f;--accent:#f2b705;--paper:#fffdf8;--line:#ece6dc;--max:1120px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;color:var(--ink);background:var(--paper);line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner,.site-main,.site-footer-inner{width:min(calc(100% - 32px),var(--max));margin:auto}.header-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-size:1.4rem;font-weight:900}.brand em{font-style:normal;color:#b87900}.main-nav{display:flex;gap:1rem;font-weight:700}.site-main{padding:1.5rem 0 4rem}.hero{padding:3rem 1.25rem;border-radius:24px;background:linear-gradient(135deg,#fff3b7,#fffdf8 70%);text-align:center}.hero h1{font-size:clamp(2rem,6vw,4rem);line-height:1.15;margin:.2rem 0}.hero p{font-size:1.1rem}.cta{display:inline-block;margin-top:1rem;padding:.9rem 1.4rem;border-radius:999px;background:var(--ink);color:#fff;font-weight:800}.section{margin-top:3rem}.section-head{display:flex;align-items:end;justify-content:space-between}.dish-grid{display:grid;gap:1rem}.dish-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.dish-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.dish-card-body{padding:1rem}.dish-card h3{margin:.2rem 0}.meta{color:var(--muted);font-size:.92rem}.single-dish{max-width:800px;margin:auto}.single-dish .hero-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px}.single-dish h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.25}.vote-row{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin:1.5rem 0}.content-box{padding:1.25rem;border:1px solid var(--line);border-radius:16px;background:#fff}.comments-area{margin-top:2.5rem}.site-footer{border-top:1px solid var(--line);padding:2rem 0;color:var(--muted)}@media(min-width:720px){.dish-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:719px){.main-nav a:not(.nav-post){display:none}.site-main{width:min(calc(100% - 20px),var(--max))}.hero{padding:2rem 1rem}}