/* Theme Name: Hospital Guide */
:root{--ink:#12282b;--muted:#607173;--accent:#0b706c;--accent2:#d7eee9;--paper:#f6f8f6;--white:#fff;--line:#dce5e2;--radius:20px;--shadow:0 22px 60px rgba(18,40,43,.1);--space:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:"Noto Sans KR",sans-serif;line-height:1.75;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-header{height:88px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:30}.brand{display:flex;align-items:center;gap:12px;font-weight:700;line-height:1.2}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.12em;margin-top:5px}.mark{width:42px;height:42px;border-radius:13px;background:var(--accent);position:relative;display:inline-block;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.mark:before,.mark:after,.mark i{content:"";position:absolute;background:white;border-radius:5px}.mark:before{width:20px;height:6px;left:11px;top:18px}.mark:after{width:6px;height:20px;left:18px;top:11px}.mark i{width:5px;height:5px;right:6px;bottom:6px;opacity:.6}.site-header nav{display:flex;gap:30px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--accent)}.nav-toggle{display:none}.hero{min-height:740px;padding:96px max(24px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr 1.05fr;gap:72px;align-items:center;background:linear-gradient(135deg,#f5faf8 0,#fff 55%)}.eyebrow{font-size:12px!important;letter-spacing:.18em;font-weight:700;color:var(--accent);margin:0 0 18px!important}.hero h1{font-family:"Noto Serif KR",serif;font-size:clamp(48px,6vw,78px);line-height:1.15;letter-spacing:-.055em;margin:0 0 28px}.hero-lead{font-size:19px;color:var(--muted);max-width:580px}.actions{display:flex;gap:12px;margin:34px 0 48px}.btn{min-height:48px;padding:12px 22px;border-radius:999px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent);cursor:pointer}.primary{background:var(--accent);color:white}.ghost{color:var(--accent);background:white}.hero dl{display:flex;gap:32px;margin:0}.hero dl div{border-left:1px solid var(--line);padding-left:18px}.hero dt{font:700 26px "Noto Serif KR"}.hero dd{margin:2px 0;color:var(--muted);font-size:12px}.hero figure{margin:0;position:relative}.hero figure img{height:570px;width:100%;object-fit:cover;border-radius:160px 20px 160px 20px;box-shadow:var(--shadow)}figcaption{font-size:12px;color:var(--muted);margin-top:12px}.section{padding:120px max(24px,calc((100vw - 1240px)/2))}.section-head{max-width:720px;margin-bottom:52px}.section-head h2,.search-copy h2{font:700 clamp(32px,4vw,52px)/1.3 "Noto Serif KR";letter-spacing:-.04em;margin:0 0 20px}.section-head p{color:var(--muted);font-size:17px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-grid article{padding:38px;border:1px solid var(--line);border-radius:var(--radius);transition:.25s}.feature-grid article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-grid b{color:var(--accent);font-family:"Noto Serif KR"}.feature-grid h3{font-size:22px}.feature-grid p{color:var(--muted)}.articles{background:var(--paper)}.section-head.row{max-width:none;display:flex;align-items:end;justify-content:space-between}.section-head.row>a{color:var(--accent);font-weight:700}.post-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.post-card{background:white;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.post-card img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:.3s}.post-card:hover img{transform:scale(1.03)}.post-card div{padding:24px}.post-card p{font-size:12px;color:var(--accent);margin:0}.post-card h3{font-size:19px;line-height:1.45;margin:9px 0 22px}.post-card span{font-size:13px;font-weight:700}.search-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;background:var(--ink);color:white}.search-copy p,.search-copy li{color:#bdcfcd}.search-panel{background:white;color:var(--ink);padding:34px;border-radius:var(--radius)}.filters{display:grid;grid-template-columns:1fr 1fr;gap:10px}.filters input,.filters select{min-height:48px;border:1px solid var(--line);border-radius:12px;padding:10px 14px;font:inherit}.filters .btn{grid-column:1/-1}.results article{padding:18px 0;border-top:1px solid var(--line)}.results h3{margin:0}.results p{margin:4px 0;color:var(--muted);font-size:14px}.process ol{display:grid;grid-template-columns:repeat(6,1fr);padding:0;list-style:none;border-top:1px solid var(--line)}.process li{padding:30px 15px;border-right:1px solid var(--line)}.process b{display:block;color:var(--accent);font:700 26px "Noto Serif KR"}.process span{font-weight:700}.site-footer{background:#0c1d1f;color:#d9e3e1;padding:80px max(24px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1.4fr .6fr;gap:40px}.site-footer .inverse{color:white}.site-footer>div:nth-child(2){display:flex;flex-direction:column;gap:10px}.footer-notice{grid-column:1/-1;border-top:1px solid #304345;padding-top:24px;font-size:12px;color:#95aaa8}.entry-wrap{max-width:820px;margin:auto;padding:90px 24px}.entry-wrap h1{font:700 48px/1.25 "Noto Serif KR"}.entry-wrap h2{font:700 30px/1.35 "Noto Serif KR";margin-top:64px}.entry-wrap p{font-size:17px}.entry-wrap figure{margin:40px 0}.entry-wrap figure img{border-radius:var(--radius)}.entry-wrap table{width:100%;border-collapse:collapse}.entry-wrap th,.entry-wrap td{padding:14px;border:1px solid var(--line);text-align:left}.entry-wrap blockquote{border-left:4px solid var(--accent);background:var(--paper);margin:30px 0;padding:20px}.table-wrap{overflow-x:auto}.process-chart{display:flex;margin:32px 0;min-width:600px}.process-chart span{padding:12px 4px;text-align:center;background:var(--accent2);border-right:2px solid white;font-size:12px}.entry-wrap a{color:var(--accent)}:focus-visible{outline:3px solid #e6a82e;outline-offset:3px}@media(max-width:850px){.site-header{height:72px}.site-header nav{display:none}.nav-toggle{display:block;min-height:44px;border:0;background:transparent;font-weight:700}.site-header.open nav{display:flex;position:absolute;top:72px;left:0;right:0;background:white;padding:20px 24px;flex-direction:column}.hero{grid-template-columns:1fr;padding-top:64px}.hero figure img{height:420px}.feature-grid,.post-grid{grid-template-columns:1fr 1fr}.search-section{grid-template-columns:1fr}.process ol{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.hero{padding-top:48px;gap:36px}.hero h1{font-size:42px}.hero dl{gap:12px}.hero figure img{height:340px;border-radius:80px 16px}.section{padding-top:80px;padding-bottom:80px}.feature-grid,.post-grid,.filters{grid-template-columns:1fr}.section-head.row{display:block}.process ol{grid-template-columns:1fr 1fr}.entry-wrap h1{font-size:36px}}
