@charset "UTF-8";
:root{--red:#e60943;--ink:#211f1c;--muted:#6b6966;--line:#deddd9;--paper:#f6f5f2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;color:var(--ink);font-family:"Noto Sans KR","Malgun Gothic",Arial,sans-serif;word-break:keep-all;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--red);outline-offset:6px}.header{height:104px;padding:12px 5.6%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid #eee}.brand{height:78px;display:block}.brand img{height:100%;width:auto;display:block}.header nav{display:flex;gap:48px;font-weight:600}.header nav a:hover{color:var(--red)}.header-cta{font-size:14px;border:1px solid #d9d9d9;padding:10px 20px;border-radius:30px}.header-cta span{margin-left:20px}.hero{min-height:660px;height:calc(100svh - 104px);max-height:920px;position:relative;isolation:isolate;background:#24201b;color:white;display:flex;align-items:center}.hero-photo{position:absolute;inset:0;z-index:-2;background-image:url('assets/kimchi-hero.jpg');background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(0,0,0,.73),rgba(0,0,0,.37) 44%,rgba(0,0,0,.05) 75%)}.hero-content{padding:40px 8%;width:100%}.eyebrow{font-size:13px;letter-spacing:.18em;font-weight:700;margin:0 0 28px}.red{color:var(--red)}h1{font-size:clamp(48px,5.5vw,82px);line-height:1.28;letter-spacing:-.055em;margin:0 0 28px;font-weight:700}.hero-description{font-size:19px;line-height:1.9;color:#f3f1ec;margin:0 0 36px}.button{display:inline-flex;gap:38px;align-items:center;background:var(--red);color:white;padding:16px 25px;font-size:15px;font-weight:700}.button:hover{background:#c90738}.hero-bottom{position:absolute;bottom:27px;left:5.6%;right:5.6%;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ece5dc}.hero-bottom a{letter-spacing:.12em}.image-note{font-size:12px;color:#ded8d2}.section{padding:112px 8%}.intro{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}h2{font-size:clamp(36px,3.3vw,50px);line-height:1.4;letter-spacing:-.045em;margin:0;font-weight:700}.large-copy{font-size:26px;line-height:1.7;letter-spacing:-.035em;margin:0 0 28px}.intro-copy>p:not(.large-copy){color:var(--muted);line-height:2}.intro-sign{border-top:1px solid var(--line);padding-top:27px;margin-top:34px;font-size:15px;color:var(--muted)}.intro-sign strong{color:var(--ink);font-size:28px;margin-left:20px}.products{background:var(--paper)}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:54px}.section-heading>p{color:var(--muted);font-size:17px;margin:0 0 7px}.product-list{border-top:2px solid var(--ink)}.product{display:grid;grid-template-columns:55px 1.3fr 1fr 120px;align-items:center;gap:24px;padding:30px 5px;border-bottom:1px solid var(--line)}.number{font-size:14px;color:var(--red);align-self:start;margin-top:10px}.product h3{font-size:28px;line-height:1.4;letter-spacing:-.025em;margin:0 0 8px}.product p{font-size:15px;color:var(--muted);margin:0}.product-en{font-size:14px;color:#797773}.tag{font-size:13px;border:1px solid #d7d3ce;border-radius:30px;justify-self:end;padding:6px 14px;color:#5e5b56}.promise{display:grid;grid-template-columns:1.6fr 1fr;background:var(--red);color:white}.promise-inner{padding:85px 9% 80px 13.3%}.promise h2{font-size:clamp(32px,3.1vw,46px)}.promise-inner>p:not(.eyebrow){font-size:17px;line-height:1.9;margin-top:26px;color:#ffe7ed}.signature{margin-top:42px;font-size:14px}.signature strong{margin-left:15px;font-size:25px}.brand-panel{display:flex;align-items:center;justify-content:center;background:white;margin:50px 18% 50px 0}.brand-panel img{width:55%;height:auto;max-width:220px}footer{padding:50px 8% 24px;background:#222320;color:#ddd}.footer-brand{font-size:25px;font-weight:bold;color:white}.footer-brand span{font-size:12px;letter-spacing:.14em;font-weight:400;margin-left:15px;color:#aaa}footer>p{font-size:14px;color:#bbb}.footer-bottom{border-top:1px solid #484944;display:flex;justify-content:space-between;padding-top:20px;margin-top:40px;font-size:12px;color:#aaa}.footer-bottom a{font-size:14px;color:#ddd}@media(min-width:1700px){.section{padding-left:max(8%,calc((100vw - 1450px)/2));padding-right:max(8%,calc((100vw - 1450px)/2))}}@media(max-width:900px){.header nav{gap:25px}.hero{min-height:640px}.intro{gap:40px;grid-template-columns:1fr 1.3fr}.section{padding:80px 6%}.product{grid-template-columns:30px 1fr 120px;gap:18px}.product-en{display:none}.promise-inner{padding:65px 8%}.promise{grid-template-columns:1.6fr 1fr}.brand-panel{margin:40px 12% 40px 0}.hero-content{padding-left:6%}}@media(max-width:600px){html{scroll-padding-top:83px}.header{height:83px;padding:8px 5%}.brand{height:64px}.header nav{gap:17px;font-size:14px}.header-cta{display:none}.hero{height:700px;min-height:0;max-height:calc(100svh - 83px)}.hero-photo{background-position:62% center}.hero:after{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.2))}.hero-content{padding:35px 7% 65px}h1{font-size:48px}.eyebrow{font-size:12px;letter-spacing:.13em;margin-bottom:23px}.hero-description{font-size:16px}.button{font-size:14px;gap:25px;padding:15px 18px}.hero-bottom{left:7%;right:7%;bottom:19px;flex-wrap:wrap;gap:8px}.hero-bottom>span:first-child{display:none}.hero-bottom a{font-size:12px}.section{padding:66px 7%}.intro{grid-template-columns:1fr;gap:30px}h2{font-size:36px}.large-copy{font-size:21px}.intro-copy>p:not(.large-copy){font-size:15px}.desktop-break{display:none}.section-heading{display:block;margin-bottom:35px}.section-heading>p{margin-top:25px;font-size:15px}.product{grid-template-columns:25px 1fr;gap:14px;padding:24px 0}.product h3{font-size:24px}.product p{font-size:14px}.tag{display:none}.promise{grid-template-columns:1fr}.promise-inner{padding:60px 7%}.promise h2{font-size:32px}.brand-panel{display:none}footer{padding:40px 7% 22px}footer>p{font-size:13px}.footer-bottom{gap:20px}.image-note{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.facts{margin:28px 0 0;font-size:14px}.facts>div{display:grid;grid-template-columns:70px 1fr;border-top:1px solid #ecece8;padding:10px 0}.facts dt{color:#777}.facts dd{margin:0}.history{background:#143b2e;color:#fff}.history .red,.history .fineprint{color:#b8d3c3}.history .section-heading>p{color:#c1d5c9}.history-columns{display:grid;grid-template-columns:1fr 1fr;gap:70px}.history h3{font-size:22px;border-bottom:1px solid #577268;padding-bottom:20px}.timeline{list-style:none;padding:0;margin:0}.timeline li{display:grid;grid-template-columns:115px 1fr;gap:16px;margin:25px 0;font-size:16px}.timeline time{font-size:14px;color:#c4d7ba;font-weight:bold}.timeline small{font-size:14px;color:#baccc3}.fineprint{font-size:13px;color:#6f756f;line-height:1.7;margin-top:20px}.product-order{font-size:15px;color:#64665d;padding-top:20px}figure{margin:0}figure img{display:block;width:100%;border:1px solid #d6ddd6}figcaption{font-size:13px;color:#70766f;padding-top:10px}.facility-main img{height:530px;object-fit:cover;object-position:50% 52%}.subheading{font-size:25px;letter-spacing:-.035em;margin:46px 0 24px}.facility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 22px}.facility-grid img{aspect-ratio:4/3;object-fit:cover}.facility-grid a{display:block}.market-heading{margin-top:60px}.market-heading>p{color:var(--muted);font-size:15px}.market-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.market-grid>figure>img,.market-crop{height:330px;object-fit:cover}.market-crop{overflow:hidden;border:1px solid #d6ddd6;position:relative}.market-crop img{position:absolute;width:135%;max-width:none;height:auto;left:-30%;top:-64%;border:0}.certifications{background:#f0f4ee}.haccp-mark{width:115px;height:115px;object-fit:contain}.quality-copy{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:28px 0;border-top:1px solid #b5c5b5;border-bottom:1px solid #b5c5b5;margin-bottom:45px}.quality-copy h3{font-size:24px;margin:0}.quality-copy p{margin:0;color:#596254;font-size:16px}.certificate-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 24px}.cert-image{padding:18px;background:#fff;border:1px solid #d3dccf;transition:border-color .2s}.cert-image img{width:100%;height:250px;object-fit:contain;display:block}.certificate a:hover .cert-image{border-color:#2f5d3f}.certificate h3{font-size:17px;line-height:1.5;margin:18px 0 8px;display:flex;justify-content:space-between;gap:10px}.certificate h3 span{color:#7a8a72}.certificate p{font-size:14px;color:#636c5e;margin:0 0 4px}.certificate small{font-size:12px;color:#596451}.patent-note{margin-top:45px;padding-top:25px;border-top:1px solid #bac9b2}.patent-note h3{font-size:22px;margin-bottom:12px}.patent-note p{font-size:16px;color:#5b6556;max-width:850px}.growth-numbers{display:grid;grid-template-columns:repeat(3,1fr);border-top:2px solid #244632;border-bottom:1px solid #d2d9d0}.growth-numbers>div{padding:35px 26px;border-right:1px solid #d2d9d0}.growth-numbers>div:first-child{padding-left:0}.growth-numbers>div:last-child{border:0}.growth-numbers span{display:block;font-size:16px;color:#596451}.growth-numbers strong{display:block;font-size:74px;font-weight:500;line-height:1.5;color:#214e35;letter-spacing:-.055em}.growth-numbers small{font-size:24px;letter-spacing:0;margin-left:12px}.future-plan{margin-top:50px;padding:38px 42px;background:#f0f4ee;border-left:4px solid #315c3e}.plan-label{color:#315c3e;font-size:13px;font-weight:bold}.future-plan h3{font-size:29px;margin:8px 0 20px}.future-plan p{max-width:850px;color:#53634f}.future-plan small{font-size:13px;color:#62725d}.contact{background:#173d2d;color:white;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:50px}.contact .eyebrow{color:#c4d7ba}.contact p{color:#c4d3c5;font-size:16px;line-height:1.9}.contact-info a{display:block;font-size:22px}.contact-info .phone{font-size:36px;letter-spacing:-.04em;margin-bottom:12px}.contact-info p{font-size:14px;margin-top:25px}.header nav{gap:30px}.footer-brand{font-size:22px}@media(max-width:1000px){.header nav{gap:20px;font-size:14px}.certificate-grid{grid-template-columns:repeat(2,1fr)}.history-columns{gap:35px}.timeline li{grid-template-columns:90px 1fr;font-size:15px}.facility-main img{height:420px}.market-grid>figure>img,.market-crop{height:260px}.contact-info .phone{font-size:29px}.contact-info a{font-size:20px}.growth-numbers strong{font-size:60px}}@media(max-width:600px){.header{height:auto;min-height:84px;gap:20px}.header nav{gap:8px 16px;justify-content:flex-end;flex-wrap:wrap;font-size:13px;max-width:250px}.brand{flex-shrink:0}.history-columns{grid-template-columns:1fr;gap:24px}.history h3{font-size:21px}.timeline li{grid-template-columns:85px 1fr}.facility-main img{height:290px;object-position:25% center}.facility-grid{grid-template-columns:repeat(2,1fr);gap:20px 14px}.facility-grid figcaption{font-size:12px}.market-grid{grid-template-columns:1fr}.market-grid>figure>img,.market-crop{height:270px}.market-crop img{top:-73%}.subheading{font-size:23px}.certifications .section-heading{display:flex;gap:16px;align-items:center}.haccp-mark{width:65px;height:65px;flex-shrink:0}.quality-copy{grid-template-columns:1fr;gap:15px}.quality-copy h3{font-size:22px}.quality-copy p{font-size:15px}.certificate-grid{gap:28px 14px}.cert-image{padding:8px}.cert-image img{height:190px}.certificate h3{font-size:15px}.certificate p{font-size:13px}.certificate small{font-size:12px}.growth-numbers>div{padding:24px 12px}.growth-numbers span{font-size:13px}.growth-numbers strong{font-size:45px}.growth-numbers small{font-size:15px;margin-left:4px}.future-plan{padding:25px}.future-plan h3{font-size:25px}.contact{grid-template-columns:1fr;gap:25px}.contact h2{font-size:33px}.contact-info .phone{font-size:31px}.footer-brand{font-size:19px}.footer-brand span{display:block;margin-left:0;margin-top:8px}}

/* Original red-gradient brand lockups, with clear space for readability. */
.brand{width:190px;height:auto;flex-shrink:0;line-height:0}.brand img{width:100%;height:auto}
.intro-sign{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.intro-sign img{width:240px;max-width:100%;height:auto}
.brand-panel{padding:30px;min-height:290px}.brand-panel img{width:70%;max-width:245px}
.footer-logo{display:inline-block;background:#fff;padding:12px 20px;line-height:0}.footer-logo img{width:290px;max-width:100%;height:auto}
.footer-brand>span{display:block;margin:16px 0 0;color:#d6d6d2;font-size:15px;letter-spacing:0}
@media(max-width:1000px){.brand{width:160px}.header nav{gap:17px}.header-cta{padding:8px 13px}.brand-panel{padding:20px}}
@media(max-width:600px){html{scroll-padding-top:136px}.header{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:12px 5% 14px}.brand{width:150px}.header nav{width:100%;max-width:none;justify-content:center;gap:8px 20px;font-size:14px}.hero{max-height:none;min-height:610px;height:calc(100svh - 120px)}.intro-sign{gap:12px}.intro-sign img{width:210px}.brand-panel{display:flex;margin:0 7% 45px;min-height:0;padding:28px}.brand-panel img{width:140px}.footer-logo{padding:10px 14px;max-width:100%}.footer-logo img{width:260px}}
