:root{color-scheme:light;--bg: #f7f5ef;--panel: #ffffff;--ink: #17211d;--muted: #66736c;--line: #ded9cd;--accent: #0f766e;--accent-2: #c2410c;--accent-3: #334155;--shadow: 0 24px 80px rgba(24, 32, 28, .12)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);font-family:Inter,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:0 auto;padding:22px 24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:var(--ink);color:#fffaf0;font-weight:900}.top-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;font-size:.94rem}.top-nav a{border:1px solid transparent;border-radius:999px;padding:8px 12px;color:var(--muted)}.top-nav a:hover,.top-nav a:focus-visible{border-color:var(--line);background:#ffffffb8;color:var(--ink)}main{max-width:1180px;margin:0 auto;padding:18px 24px 64px}.hero{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);align-items:center;gap:44px;min-height:min(620px,calc(100vh - 92px));padding:36px 0 54px}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{overflow-wrap:anywhere}h1{max-width:760px;margin:0;font-size:clamp(2.4rem,6vw,5.8rem);line-height:.98;letter-spacing:0}.hero-text{max-width:620px;margin:24px 0 0;color:var(--muted);font-size:1.1rem}.media-board{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:minmax(130px,1fr);gap:14px;min-height:420px}.media-tile{display:flex;align-items:flex-end;min-height:150px;border:1px solid rgba(255,255,255,.42);border-radius:8px;padding:18px;color:#fff;font-size:clamp(1.5rem,4vw,3.4rem);font-weight:900;box-shadow:var(--shadow)}.tile-life{background:linear-gradient(135deg,#0f766eeb,#0d3b36fa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cpath d='M20 95c36-42 72 42 120 0' fill='none' stroke='rgba(255,255,255,.28)' stroke-width='10'/%3E%3Ccircle cx='48' cy='46' r='18' fill='rgba(255,255,255,.18)'/%3E%3C/svg%3E")}.tile-pet{background:linear-gradient(135deg,#c2410ceb,#702d12fa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Ccircle cx='52' cy='48' r='13' fill='rgba(255,255,255,.24)'/%3E%3Ccircle cx='88' cy='44' r='13' fill='rgba(255,255,255,.18)'/%3E%3Ccircle cx='70' cy='80' r='23' fill='rgba(255,255,255,.18)'/%3E%3C/svg%3E")}.tile-it{background:linear-gradient(135deg,#334155f5,#111827fa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cpath d='M30 45h100v70H30z' fill='none' stroke='rgba(255,255,255,.24)' stroke-width='8'/%3E%3Cpath d='M48 68h42M48 90h64' stroke='rgba(255,255,255,.26)' stroke-width='8'/%3E%3C/svg%3E")}.tile-news{background:linear-gradient(135deg,#881337eb,#3f1728fa),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cpath d='M36 40h88v84H36z' fill='none' stroke='rgba(255,255,255,.22)' stroke-width='8'/%3E%3Cpath d='M52 62h56M52 82h56M52 102h36' stroke='rgba(255,255,255,.25)' stroke-width='7'/%3E%3C/svg%3E")}.section-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.category-card,.empty-state{border:1px solid var(--line);border-radius:8px;background:#ffffffbd;padding:22px}.category-card{min-height:210px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.category-card:hover,.category-card:focus-visible{transform:translateY(-3px);border-color:#0f766e6b;background:#fff}.category-card span{color:var(--accent);font-size:.83rem;font-weight:800}.category-card h2,.empty-state h2{margin:10px 0;font-size:1.35rem;line-height:1.2}.category-card p,.empty-state p,.page-heading p{color:var(--muted)}.page-heading{max-width:820px;padding:72px 0 28px}.page-heading h1{font-size:clamp(2.8rem,8vw,6.2rem)}.page-heading p{max-width:700px;font-size:1.08rem}.empty-state{max-width:720px}@media(max-width:880px){.site-header{align-items:flex-start;flex-direction:column}.top-nav{justify-content:flex-start}.hero{grid-template-columns:1fr;min-height:auto;padding-top:24px}.media-board{min-height:320px}.section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.site-header,main{padding-left:16px;padding-right:16px}.section-grid,.media-board{grid-template-columns:1fr}.media-tile{min-height:118px}}
