/*
Theme Name: 오늘차
Theme URI: https://todaycar.kr
Author: 오늘차
Description: 오늘차 신차 소식 블로그 전용 테마
Version: 1.0.1
Text Domain: todaycar
*/
:root{--blue:#3182f6;--ink:#191f28;--muted:#6b7684;--soft:#f2f4f6}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;background:#fffd;backdrop-filter:blur(14px);z-index:10}.header-in{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800}.logo{width:38px;height:38px;border-radius:12px;background:var(--blue);display:grid;place-items:center;color:#fff}.nav{display:flex;gap:26px;color:#4e5968}.hero{padding:110px 0 90px}.hero b{color:var(--blue)}.hero h1{font-size:clamp(44px,7vw,76px);line-height:1.12;letter-spacing:-.055em;margin:18px 0}.hero p{font-size:21px;line-height:1.65;color:var(--muted)}.section{padding:72px 0;background:var(--soft)}.section h2{font-size:36px}.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border-radius:24px;overflow:hidden}.thumb{aspect-ratio:16/10;background:#e7f1ff;display:grid;place-items:center;color:var(--blue);font-size:54px}.card-body{padding:24px}.meta{color:var(--blue);font-size:14px;font-weight:700}.card h3{font-size:21px;line-height:1.45}.excerpt{color:var(--muted);line-height:1.65}.content{width:min(760px,calc(100% - 40px));margin:72px auto 110px}.content h1{font-size:clamp(36px,6vw,56px);line-height:1.2}.entry{font-size:18px;line-height:1.85}.footer{padding:45px 0;color:#8b95a1}@media(max-width:800px){.nav{display:none}.posts{grid-template-columns:1fr}.hero{padding:70px 0}.section{padding:50px 0}}
