@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');
:root{--ink:#171918;--paper:#fff;--soft:#f3f3f1;--red:#b92d34;--muted:#686b69;--line:#dedfda}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'Noto Sans KR',Arial,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:6px}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{word-break:keep-all}h2{font-size:clamp(1.9rem,3vw,2.8rem);font-weight:400;line-height:1.5;letter-spacing:-.055em}p{word-break:keep-all}header{height:94px;padding:0 4.8%;display:flex;align-items:center;justify-content:space-between;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #ecece8;gap:30px}.wordmark{display:inline-flex;align-items:center;font-family:Arial,sans-serif;font-size:35px;font-weight:400;letter-spacing:-2.1px;line-height:1}.wordmark span{font-weight:700}.wordmark i{font-style:normal;background:var(--red);color:white;font-size:25px;width:23px;height:24px;display:inline-flex;align-items:center;justify-content:center;margin-left:5px;letter-spacing:0}.header-cta{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:6px;white-space:nowrap}.header-cta span{margin-left:18px}nav{display:flex;gap:30px}nav a{font-size:14px;position:relative}nav a:after{content:'';position:absolute;bottom:-8px;left:0;width:0;height:1px;background:var(--red);transition:width .25s}nav a:hover:after{width:100%}.menu-toggle{display:none}.hero{height:min(760px,calc(100svh - 94px));min-height:600px;position:relative;color:#fff;overflow:hidden;background:#171918}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;inset:0}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.36) 45%,rgba(0,0,0,.04) 80%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 30%)}.hero-content{position:relative;z-index:1;padding:125px 7.5% 100px;max-width:950px}.eyebrow,.section-label{font-family:Arial,sans-serif;font-size:12px;letter-spacing:.17em;font-weight:500;line-height:1.6}.hero .eyebrow{display:flex;gap:14px;align-items:center;color:#e8e8e4}.red-line{display:inline-block;width:24px;height:2px;background:var(--red);flex-shrink:0}.hero h1{font-size:clamp(2.7rem,4.2vw,4.2rem);font-weight:400;line-height:1.35;letter-spacing:-.06em;margin:29px 0 25px}.hero-description{font-size:16px;font-weight:300;line-height:1.9;color:#eee}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;min-height:54px;padding:14px 24px;font-size:14px;transition:background .25s,color .25s}.button.light{background:#fff;color:#1b1c1b}.button.dark{background:var(--ink);color:#fff}.button:hover{background:var(--red);color:#fff}.hero .button{margin-top:38px}.hero-foot{position:absolute;bottom:30px;left:4.8%;right:4.8%;display:flex;justify-content:space-between;align-items:center;font-family:Arial,sans-serif;font-size:11px;letter-spacing:.13em;color:#dededb}.hero-foot a{font-size:12px}.hero-foot a span{margin-left:20px;font-size:22px}.section-wrap{padding:105px 7.5%}.section-label{display:flex;align-items:center;gap:12px;margin-bottom:45px}.story-body{display:grid;grid-template-columns:1.15fr 1fr;gap:80px}.story-body h2{font-size:clamp(1.9rem,3.1vw,3rem)}.story-body p{color:var(--muted);font-weight:300;margin-bottom:24px;line-height:1.9}.text-link{display:inline-flex;align-items:center;gap:30px;border:0;border-bottom:1px solid #b7b9b5;background:transparent;padding:0 0 7px;font-size:14px;text-align:left}.text-link:hover{color:var(--red);border-color:var(--red)}.story .text-link{margin-top:12px}.collections{background:#f5f5f3}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:45px}.section-top .eyebrow{margin-bottom:15px}.muted{color:var(--muted)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.product-image{aspect-ratio:1.12;position:relative;background:#eaece8;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-image img{width:85%;height:85%;object-fit:contain;mix-blend-mode:multiply;transition:transform .7s}.product:hover .product-image img{transform:scale(1.045)}.product-no,.image-note{position:absolute;left:25px;z-index:1;font-family:Arial,sans-serif;font-size:11px;letter-spacing:.13em}.product-no{top:21px}.image-note{bottom:21px;color:#656965}.product-heading{display:flex;justify-content:space-between;align-items:center;margin:25px 0 12px}.product-heading .eyebrow{font-size:11px}.product h3{font-family:Arial,sans-serif;font-size:34px;font-weight:400;letter-spacing:-.025em;line-height:1.5}.round-button{background:transparent;border:1px solid #b9bdb6;width:45px;height:45px;border-radius:50%;font-size:23px;transition:all .25s}.round-button:hover{background:var(--ink);color:white;border-color:var(--ink)}.product>p{font-size:15px;color:var(--muted);line-height:1.9;font-weight:300}.product>.text-link{margin-top:22px}.precision{background:#191c1a;color:#fff;display:grid;grid-template-columns:1fr 1.1fr;gap:100px;padding-top:110px;padding-bottom:110px}.precision-intro .eyebrow{color:#b8bdb7;margin-bottom:25px}.precision-intro h2{font-size:clamp(2rem,3.2vw,3.1rem);line-height:1.45}.precision-intro>p:last-child{color:#b4bbb3;font-weight:300;margin-top:28px}.precision-points article{display:flex;gap:25px;padding:27px 0;border-top:1px solid #454a44}.precision-points article:first-child{padding-top:0;border:0}.precision-points article:last-child{padding-bottom:0}.precision-points article>span{color:#cd6668;font:13px Arial,sans-serif;padding-top:7px}.precision-points h3{font-size:20px;font-weight:400;letter-spacing:-.035em;margin-bottom:9px}.precision-points p{font-size:15px;color:#adb5ac;font-weight:300;line-height:1.9}.guide .section-top>p{color:var(--muted);font-size:15px}table{width:100%;border-collapse:collapse;text-align:left;font-size:15px}th,td{padding:23px 25px;border-bottom:1px solid var(--line);width:36%}th:first-child{width:28%}thead{background:#f1f2ef}thead th{font-family:Arial,'Noto Sans KR',sans-serif;font-size:25px;font-weight:400;padding:27px 25px}thead th:first-child{font-size:14px;font-weight:400;color:var(--muted)}thead span{display:block;font-family:'Noto Sans KR',sans-serif;font-size:13px;color:var(--muted);margin-top:5px}tbody th{font-weight:400;color:#5b6059}td small,th small{display:block;font-size:12px;color:var(--muted);font-weight:400}.table-note{font-size:12px;color:var(--muted);margin-top:20px;line-height:1.8}.faq{padding-top:15px;display:grid;grid-template-columns:1fr 1.35fr;gap:60px}.faq h2{font-size:32px;margin-top:18px}.faq-list{border-top:1px solid #999e95}details{border-bottom:1px solid var(--line)}summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;list-style:none;padding:23px 0;font-size:16px}summary::-webkit-details-marker{display:none}summary span{font-family:Arial,sans-serif;font-size:23px;font-weight:300;transition:transform .25s}details[open] summary span{transform:rotate(45deg)}details p{font-size:15px;color:var(--muted);line-height:1.9;padding:0 35px 25px 0}.closing{background:#a82c33;color:white;text-align:center;padding:90px 25px}.closing .eyebrow{color:#eac1c2}.closing h2{font-size:clamp(2rem,3.6vw,3.5rem);font-weight:300;margin:23px 0 32px}.closing-note{font-size:12px;margin-top:16px;color:#e4bbbd}footer.section-wrap{padding-top:50px;padding-bottom:28px}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:38px;gap:25px}.footer-top p{font:11px Arial,sans-serif;letter-spacing:.16em;color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-100px;left:10px;background:#fff;padding:10px;z-index:100}.skip:focus{top:10px}dialog{width:min(960px,92vw);max-height:90svh;border:0;padding:0;overflow:auto;color:var(--ink);background:#fff}dialog::backdrop{background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}.dialog-grid{display:grid;grid-template-columns:1fr 1.15fr}.dialog-close{position:absolute;right:12px;top:8px;border:0;background:white;width:40px;height:40px;font-size:29px;z-index:1}.dialog-image{display:flex;align-items:center;background:#eceee9;padding:20px}.dialog-image img{mix-blend-mode:multiply}.dialog-content{padding:55px 38px 38px}.dialog-content h2{font-family:Arial,sans-serif;font-size:40px;letter-spacing:-.03em;margin:8px 0 16px}.dialog-content>p{font-size:15px;color:var(--muted)}.dialog-content dl{margin:24px 0}.dialog-content dl>div{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}.dialog-content dd{margin:0;text-align:right}.dialog-content dt{color:var(--muted)}.dialog-content .dialog-note{font-size:12px;margin-bottom:20px}.dialog-content .button{gap:15px;width:100%}
@media(min-width:1600px){.section-wrap{padding-left:max(7.5%,calc((100vw - 1360px)/2));padding-right:max(7.5%,calc((100vw - 1360px)/2))}.hero-content{padding-left:max(7.5vw,calc((100vw - 1360px)/2));max-width:none}}@media(max-width:1050px){header{padding:0 5%;height:80px;gap:20px}nav{gap:22px}.header-cta{display:none}.wordmark{font-size:31px}.hero{height:690px;min-height:560px}.hero-content{padding-top:125px}.section-wrap{padding:80px 6%}.story-body{gap:35px}.precision{gap:55px}.faq{gap:35px;padding-top:10px}.faq h2{font-size:28px}.footer-top p{display:none}}@media(max-width:700px){html{scroll-padding-top:85px}header{height:72px}.wordmark{font-size:29px}.wordmark i{font-size:22px;width:21px;height:22px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;width:42px;height:42px;border:0;background:none}.menu-toggle span{display:block;width:25px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}nav{display:none;position:absolute;top:72px;left:0;right:0;background:white;padding:28px 6%;flex-direction:column;gap:24px;border-bottom:1px solid var(--line)}nav.open{display:flex}nav a{font-size:16px}.hero{height:660px;min-height:590px;max-height:calc(100svh - 72px)}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.55),transparent 70%)}.hero-content{padding:105px 6% 95px}.hero .eyebrow{font-size:10px;letter-spacing:.12em}.hero h1{font-size:clamp(2.1rem,8vw,3.2rem);margin:25px 0 22px;line-height:1.4}.hero-description{font-size:14px;line-height:1.9}.hero .button{margin-top:30px}.hero-foot{bottom:20px;left:6%;right:6%}.hero-foot>span{display:none}.hero-foot a{font-size:10px}.section-wrap{padding:65px 6%}.section-label{font-size:10px;margin-bottom:27px}.story-body{grid-template-columns:1fr;gap:25px}.story-body h2{font-size:28px}.story-body p{font-size:15px;margin-bottom:17px}.desktop-break{display:none}.section-top{display:block;margin-bottom:30px}.section-top .text-link{margin-top:19px}.section-top h2{font-size:28px}.section-top .eyebrow{font-size:11px;margin-bottom:12px}.product-grid{grid-template-columns:1fr;gap:48px}.product-image{aspect-ratio:1.08}.product h3{font-size:31px}.product-heading{margin-top:21px}.product>p{font-size:14px}.precision{grid-template-columns:1fr;gap:40px}.precision-intro h2{font-size:33px}.precision-intro .eyebrow{font-size:11px}.precision-points article{gap:20px}.precision-points h3{font-size:19px}.precision-points p{font-size:14px}.guide .section-top>p{font-size:14px;margin-top:18px}.comparison-wrap{overflow-x:auto}table{min-width:520px;font-size:14px}th,td{padding:18px 13px}thead th{font-size:21px;padding:20px 13px}thead span{font-size:12px}.table-note{font-size:12px}.faq{grid-template-columns:1fr;gap:30px;padding-top:0}.faq h2{font-size:28px}.faq h2 br{display:none}summary{font-size:15px;padding:20px 0}.closing{padding:65px 6%}.closing h2{font-size:32px}.footer-top{flex-wrap:wrap;gap:20px}.footer-top .text-link{font-size:12px}.footer-bottom{flex-direction:column;gap:8px}.dialog-grid{grid-template-columns:1fr}.dialog-image{height:210px;justify-content:center}.dialog-image img{height:100%;object-fit:contain}.dialog-content{padding:25px}.dialog-content h2{font-size:32px}.dialog-content>p{font-size:14px}.dialog-content dl{margin:17px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Maintain comfortable Korean body copy at every viewport. */
.hero-description,.story-body p,.product>p,.precision-points p,.faq-list details p,.dialog-content>p:not(.eyebrow):not(.dialog-note){font-size:1rem}
