/* Theme Name: Furniture Guide Atelier */
:root{--ink:#252621;--muted:#6d6f68;--paper:#f7f5f0;--white:#fff;--sage:#52685b;--clay:#a8674a;--line:#ddd9cf;--r:20px;--shadow:0 18px 55px rgba(38,40,34,.09);--max:1180px}*{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:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,245,240,.91);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,217,207,.8)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.mark{width:38px;height:38px;border-radius:12px;background:var(--sage);position:relative}.mark:after{content:"";position:absolute;width:16px;height:16px;border:2px solid #fff;border-radius:3px;left:10px;top:10px;transform:rotate(45deg)}nav{display:flex;gap:28px;font-size:14px;font-weight:650}nav a{min-height:44px;display:flex;align-items:center}.hero{padding:104px 0 88px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}.eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--clay);font-weight:800}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,6.8vw,92px);line-height:1.06;letter-spacing:-.055em;margin:18px 0 28px}.hero p{font-size:18px;color:var(--muted);max-width:600px}.hero-media{height:570px;border-radius:36px;overflow:hidden;box-shadow:var(--shadow)}.hero-media img{width:100%;height:100%;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;background:var(--sage);color:#fff;font-weight:700;margin-top:22px;transition:.2s}.btn:hover{transform:translateY(-2px);background:#3e5146}.section{padding:96px 0}.section.alt{background:#ebe8df}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px}.section h2{font-family:"Noto Serif KR",serif;font-size:clamp(32px,4vw,54px);line-height:1.2;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.25s;box-shadow:0 4px 18px rgba(35,37,31,.04)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:24px}.card h3{margin:7px 0 10px;font-size:22px}.card p{color:var(--muted);margin:0;font-size:15px}.finder{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#fff;padding:28px;border-radius:var(--r);border:1px solid var(--line)}label{font-weight:700;font-size:14px}select{display:block;width:100%;height:48px;margin-top:8px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 14px;font:inherit}.insight{grid-column:1/-1;background:#f0eee8;border-radius:14px;padding:18px;color:var(--muted)}.article{width:min(calc(100% - 40px),790px);margin:72px auto 110px}.article h1{font-family:"Noto Serif KR",serif;font-size:clamp(42px,6vw,68px);line-height:1.15;margin:18px 0 32px}.article h2{font-family:"Noto Serif KR",serif;font-size:30px;line-height:1.35;margin:76px 0 24px}.article p{font-size:17px;margin:0 0 24px}.article figure{margin:48px 0}.article figure img,.featured{border-radius:var(--r);width:100%}.article figcaption{font-size:13px;color:var(--muted);margin-top:10px}.quick,blockquote{padding:24px 28px;border-radius:16px;background:#ebe8df;margin:32px 0;border:0;border-left:4px solid var(--clay)}.table-wrap{overflow-x:auto;margin:34px 0}table{width:100%;min-width:620px;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}th{background:#e9ede9;color:#33443a}.site-footer{background:#252a25;color:#edece7;padding:72px 0 32px}.foot-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.foot-note{font-size:12px;color:#b8bcb5;border-top:1px solid #454a45;padding-top:22px;margin-top:38px}.foot-links{display:flex;gap:20px;justify-content:flex-end}.focus-visible,a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid #d69b78;outline-offset:3px}@media(max-width:800px){.wrap{width:min(calc(100% - 28px),var(--max))}nav{display:none}.hero{padding:56px 0}.hero-grid{grid-template-columns:1fr;gap:36px}.hero-media{height:420px}.section{padding:72px 0}.grid,.finder,.foot-grid{grid-template-columns:1fr}.section-head{align-items:start;gap:18px;flex-direction:column}.foot-links{justify-content:flex-start;flex-wrap:wrap}.article{margin-top:44px}.article h2{margin-top:56px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
