/*
Theme Name: Roadcare Guide
Version: 1.0
*/
:root{--ink:#142722;--muted:#60716b;--brand:#174d40;--accent:#c58f4f;--paper:#f7f5ef;--white:#fff;--line:#dbe3df;--r:20px;--shadow:0 18px 50px rgba(20,39,34,.09);--space:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,"Noto Sans KR",sans-serif;line-height:1.72;letter-spacing:-.015em}a{color:var(--brand);text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-head{position:sticky;top:0;z-index:50;background:rgba(247,245,239,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,77,64,.1)}.head-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;font-weight:800;color:var(--ink)}.mark{width:42px;height:42px;border-radius:13px;background:var(--brand);position:relative}.mark:before,.mark:after{content:"";position:absolute;background:#fff;border-radius:8px}.mark:before{width:6px;height:24px;left:18px;top:9px}.mark:after{width:24px;height:6px;left:9px;top:18px}.nav{display:flex;gap:28px;align-items:center}.nav a{color:var(--ink);font-weight:650}.nav .button,.button{display:inline-flex;min-height:46px;padding:0 20px;align-items:center;justify-content:center;border-radius:999px;background:var(--brand);color:white;font-weight:700;transition:.22s}.button:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.hero{padding:112px 0 96px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}.eyebrow{color:var(--brand);font-weight:750;letter-spacing:.08em;font-size:14px}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(44px,6vw,76px);line-height:1.13;letter-spacing:-.055em;margin:18px 0 24px}.hero p{font-size:19px;color:var(--muted);max-width:620px}.hero-media{position:relative}.hero-media img{aspect-ratio:4/5;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.hero-note{position:absolute;left:-34px;bottom:34px;background:white;border-radius:18px;padding:20px 24px;box-shadow:var(--shadow);max-width:250px}.section{padding:104px 0}.section.white{background:var(--white)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,48px);line-height:1.25;margin:0}.section-lead{color:var(--muted);max-width:580px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:white;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.22s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body{padding:24px}.card h3{font-size:21px;line-height:1.45;margin:6px 0 10px}.card p{color:var(--muted);font-size:15px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step-card{background:#eef3f0;border-radius:var(--r);padding:28px}.step-no{font-family:serif;color:var(--accent);font-size:32px}.search-panel{background:var(--brand);color:white;border-radius:30px;padding:48px}.search-row{display:grid;grid-template-columns:1fr 1fr 1.4fr auto;gap:12px;margin-top:28px}.search-row select,.search-row input{min-height:50px;border:0;border-radius:12px;padding:0 14px;font:inherit}.search-row button{border:0}.results{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.result{background:white;color:var(--ink);border-radius:14px;padding:18px}.result small{color:var(--muted)}.site-foot{background:#102d26;color:#dce7e2;padding:72px 0 32px}.foot-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px}.site-foot a{color:#fff}.foot-legal{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.16);font-size:12px;color:#aec0b9}.article-shell{padding:88px 0}.article{max-width:800px;margin:auto}.article h1{font-family:"Noto Serif KR",serif;font-size:clamp(38px,6vw,60px);line-height:1.2;margin:12px 0 30px}.article>.featured{border-radius:28px;aspect-ratio:16/9;object-fit:cover;margin-bottom:44px}.article h2{font-size:29px;margin:64px 0 20px}.article p{font-size:17px;margin:0 0 24px}.article-intro,.toc,.page-card{background:white;border:1px solid var(--line);border-radius:var(--r);padding:28px;margin:28px 0}.article figure{margin:40px 0}.article figure img{border-radius:var(--r);width:100%;max-height:520px;object-fit:cover}.article figcaption{color:var(--muted);font-size:13px;margin-top:10px}.article blockquote{margin:36px 0;padding:24px 28px;background:#eaf1ed;border-left:4px solid var(--accent);border-radius:0 14px 14px 0}.table-wrap{overflow-x:auto;margin:28px 0}.article table{width:100%;border-collapse:collapse;background:white;border-radius:14px;overflow:hidden}.article th,.article td{padding:15px;border-bottom:1px solid var(--line);text-align:left;min-width:150px}.article th{background:#eaf1ed}.article li{margin:7px 0}.archive-title{padding:80px 0 20px}.focus-ring:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #d7a665;outline-offset:3px}@media(max-width:850px){.nav a:not(.button){display:none}.hero{padding:72px 0}.hero-grid,.foot-grid{grid-template-columns:1fr}.hero-media{order:-1}.hero-media img{aspect-ratio:16/10}.hero-note{left:16px}.cards{grid-template-columns:1fr 1fr}.steps-grid{grid-template-columns:1fr 1fr}.search-row{grid-template-columns:1fr}.results{grid-template-columns:1fr}.section{padding:76px 0}}@media(max-width:560px){.wrap{width:min(100% - 28px,1180px)}.cards{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.brand span:last-child{font-size:14px}.section-head{display:block}.search-panel{padding:28px 20px}.article-shell{padding:54px 0}.article h2{font-size:25px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
