:root{--red:#b8181f;--ink:#171b29;--muted:#6b7280;--line:#e9e9e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans KR',sans-serif;color:var(--ink);line-height:1.65}img{max-width:100%;display:block}header{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.brand{text-decoration:none;color:var(--red);display:flex;flex-direction:column;line-height:1}.brand span{font-size:36px;font-weight:900;letter-spacing:-2px}.brand small{font-size:9px;letter-spacing:2px;color:#333;margin-top:5px}header nav{display:flex;gap:34px}header nav a{color:#222;text-decoration:none;font-weight:700;font-size:15px}header nav a:hover{color:var(--red)}.menu{display:none;border:0;background:none;font-size:25px}.hero{min-height:690px;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.15)),url('hero.webp') center/cover no-repeat;display:flex;align-items:center;color:#fff}.hero>div{width:min(1180px,90%);margin:auto}.hero p,.eyebrow,.heading p,.contact>div>p{font-weight:700;letter-spacing:.18em}.hero h1{font-size:clamp(46px,6vw,86px);line-height:1.08;margin:16px 0}.hero h1 strong{color:#ff4b4f}.hero h2{font-size:clamp(20px,2.4vw,34px);margin:20px 0 38px}.button{display:inline-block;padding:14px 26px;background:var(--red);color:white;text-decoration:none;font-weight:700}.section{width:min(1180px,90%);margin:auto;padding:110px 0}.heading{text-align:center}.heading p{color:var(--red);font-size:13px}.heading h2{font-size:clamp(34px,4vw,54px);margin:6px 0 14px;letter-spacing:-2px}.lead{text-align:center;color:#555;font-size:18px;margin:0 0 48px}.left{text-align:left}.wide{width:100%;height:390px;object-fit:cover;filter:brightness(.78)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-50px;position:relative;padding:0 40px}.features article{background:#fff;border:1px solid #eee;padding:30px 24px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.09)}.features span,.features b{color:var(--red);font-weight:900}.features h3{font-size:20px;margin:8px 0}.features p{color:var(--muted);margin:6px 0 0}.promise{min-height:540px;background:linear-gradient(rgba(20,10,5,.45),rgba(20,10,5,.45)),url('meat.webp') center/cover no-repeat;display:grid;place-items:center;text-align:center;color:white;padding:60px 20px}.promise h2{font-size:clamp(32px,4vw,58px);line-height:1.25;margin:10px 0}.promise span{font-size:20px}.carousel{position:relative;padding:0 54px}.track{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);grid-auto-columns:calc((100% - 48px)/4);gap:24px 16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 2px 24px}.track::-webkit-scrollbar{display:none}.product{scroll-snap-align:start;border:1px solid #eee;background:white;transition:.25s}.product:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(0,0,0,.1)}.product img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f8f8f8}.product div{padding:18px}.product h3{font-size:18px;margin:0 0 6px}.product p{font-size:14px;color:#777;margin:0;min-height:46px}.arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid #ddd;background:white;color:var(--red);font-size:30px;line-height:1;box-shadow:0 6px 15px rgba(0,0,0,.08);cursor:pointer}.prev{left:0}.next{right:0}.quality{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.quality>img{width:100%;height:580px;object-fit:cover;object-position:left}.quality h2{font-size:clamp(34px,4vw,54px);line-height:1.3;letter-spacing:-2px}.quality li{margin:10px 0}.eyebrow{color:var(--red);font-size:13px}.contact{min-height:520px;background:linear-gradient(rgba(45,24,24,.62),rgba(45,24,24,.62)),url('contact.webp') center/cover no-repeat;display:grid;place-items:center;text-align:center;color:white;padding:60px 20px}.contact h2{font-size:clamp(38px,5vw,64px);margin:8px}.contact>div>div{display:flex;gap:12px;justify-content:center;margin-top:30px}.contact a{padding:13px 20px;background:var(--red);color:#fff;text-decoration:none;font-weight:700}footer{background:#151515;color:#ddd;padding:64px max(5vw,24px) 30px;display:grid;grid-template-columns:220px 1fr;gap:40px}footer small{grid-column:1/-1;color:#777;border-top:1px solid #333;padding-top:24px}footer small a{color:#777}.footer-brand{display:flex;flex-direction:column}.footer-brand strong{font-size:58px;line-height:1;color:#d22}.footer-brand span{font-size:10px;letter-spacing:2px}footer b{font-size:21px;color:#fff}footer p{margin:8px 0;color:#aaa;font-size:14px}
@media(max-width:760px){header{height:68px}.brand span{font-size:29px}header nav{display:none;position:absolute;top:68px;left:0;right:0;background:white;padding:20px;flex-direction:column;gap:18px;border-bottom:1px solid #ddd}header nav.open{display:flex}.menu{display:block}.hero{min-height:630px;background-position:58% center}.hero h1{font-size:47px}.section{padding:76px 0}.lead{font-size:16px}.wide{height:280px}.features{grid-template-columns:1fr;padding:0 16px;margin-top:-30px}.promise{min-height:430px}.carousel{padding:0 38px}.track{grid-auto-columns:calc((100% - 12px)/2);gap:16px 12px}.product div{padding:13px}.product h3{font-size:15px}.product p{font-size:12px}.arrow{width:34px;height:34px}.quality{grid-template-columns:1fr;gap:35px}.quality>img{height:420px}.contact>div>div{flex-direction:column}footer{grid-template-columns:1fr}}
@media(min-width:761px) and (max-width:1024px){.features{grid-template-columns:repeat(2,1fr)}.track{grid-auto-columns:calc((100% - 32px)/3)}.quality{gap:40px}}
