@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Noto+Sans+KR:wght@400;500;700&display=swap');*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfcf7;color:#163524;font-family:'Noto Sans KR',sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid #dce6d9;background:#fff}.brand{font-weight:700;letter-spacing:.08em;display:flex;gap:10px;align-items:center}.brand b{width:34px;height:34px;border-radius:50% 45% 50% 35%;display:grid;place-items:center;background:#1f6b3c;color:#fff}nav{display:flex;gap:32px;font-size:14px}.pill{display:inline-flex;align-items:center;justify-content:center;padding:14px 25px;border-radius:999px;background:#1f6b3c;color:#fff;font-size:14px;font-weight:700}.hero{min-height:650px;padding:64px 6vw 54px;display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center;background:radial-gradient(circle at 12% 20%,#edf5de,transparent 35%)}.kicker,.heading span,.story span,.contact span{color:#4f8a42;font-size:12px;font-weight:700;letter-spacing:.18em}.hero h1,.heading h2,.story h2,.contact h2{font-family:'DM Serif Display','Noto Sans KR',serif;font-weight:400;line-height:1.04}.hero h1{font-size:clamp(52px,6vw,86px);margin:18px 0 24px}.hero p{max-width:520px;color:#5d6e62;line-height:1.9}.actions{display:flex;gap:24px;align-items:center;margin-top:34px}.text-link{font-weight:700;font-size:14px}.hero-photo{position:relative}.hero-photo img{height:530px;border-radius:48% 48% 12px 12px}.hero-photo span{position:absolute;right:-15px;bottom:30px;background:#fff;padding:12px 18px;font-size:11px;letter-spacing:.12em}.features{display:grid;grid-template-columns:repeat(4,1fr);padding:70px 8vw;background:#eff6eb;gap:1px}.features article{padding:28px;border-right:1px solid #cfddca}.features i{font-style:normal;color:#79a56a}.features h3{margin:18px 0 8px}.features p,.cards p,.story p{color:#66736a;font-size:14px;line-height:1.8}.menu{padding:110px 6vw}.heading{text-align:center}.heading h2{font-size:48px;margin:14px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:50px}.cards article{background:#fff;padding:12px 12px 26px;border-radius:22px}.cards img{height:260px;border-radius:16px}.cards small{display:block;color:#57905a;margin:22px 8px 8px}.cards h3,.cards p{margin-left:8px}.story{padding:100px 10vw;background:#f0f5e9;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.story img{height:500px;border-radius:160px 160px 12px 12px}.story h2{font-size:52px;margin:15px 0 25px}.contact{padding:80px 8vw;background:#1c5b37;color:#fff;display:flex;justify-content:space-between;align-items:center}.contact span{color:#a8d092}.contact h2{font-size:42px;margin:14px 0}.light{background:#fff;color:#1c5b37}footer{padding:28px 6vw;display:flex;justify-content:space-between;font-size:12px;color:#68786b}@media(max-width:850px){nav{display:none}.hero,.story{grid-template-columns:1fr}.hero-photo img{height:380px}.features,.cards{grid-template-columns:1fr 1fr}.contact,footer{align-items:flex-start;flex-direction:column;gap:22px}}@media(max-width:520px){header{padding:0 20px}.hero{padding:50px 20px}.hero h1{font-size:48px}.features,.cards{grid-template-columns:1fr}.menu,.story{padding:75px 20px}.story h2{font-size:40px}.contact{padding:60px 20px}}
