@charset "UTF-8";
:root{color-scheme:light;--ink:#24271f;--muted:#676c5d;--paper:#f5f5ef;--accent:#d2ef92;--rule:#daddcf}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit}a:focus-visible{outline:3px solid #527b20;outline-offset:7px;border-radius:4px}p,h1,h2,h3,figure{margin:0}p,h1,h2,h3{word-break:keep-all;overflow-wrap:anywhere}img{display:block;max-width:100%}.page{max-width:1264px;margin:auto;padding:0 64px}.skip-link{position:absolute;left:20px;top:-70px;padding:10px 18px;background:var(--ink);color:white;z-index:5}.skip-link:focus{top:10px}.header{height:108px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rule)}.wordmark{display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-size:28px;font-weight:760;letter-spacing:-1.2px;line-height:1}.wordmark img{margin-left:-8px;margin-right:2px}.brand-dot{width:8px;height:8px;border-radius:50%;background:#89ac50;align-self:flex-end;margin:0 0 3px 2px}.header nav{display:flex;gap:30px;font-size:13px;font-weight:600}.header nav a{text-decoration:none}.header nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.header nav span{margin-left:5px}.hero{display:grid;grid-template-columns:1.18fr 1fr;align-items:center;gap:66px;padding:66px 0 72px}.eyebrow{font-size:12px;letter-spacing:.06em;font-weight:650;color:#505d40}.hero .eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:26px}.status-dot{width:6px;height:6px;border-radius:50%;background:#789f42}h1{font-size:clamp(34px,4vw,54px);font-weight:680;line-height:1.25;letter-spacing:-2.7px}h1 span{color:#687957}.intro{font-size:17px;line-height:1.95;color:#555b4c;margin-top:26px;letter-spacing:-.35px}.mobile-break{display:none}.release-status{display:inline-flex;align-items:center;gap:14px;margin-top:33px;padding:12px 19px;background:var(--ink);border-radius:30px;color:#fff;font-size:12px;font-weight:550}.release-status span{color:var(--accent);border-left:1px solid #6b745d;padding-left:14px}.text-link{display:flex;align-items:center;gap:27px;width:max-content;margin-top:28px;font-size:12px;font-weight:600;text-decoration:none}.text-link span{font-size:20px}.portrait{max-width:424px;justify-self:end;width:100%;padding:9px 9px 0;background:#e9eadf;border-radius:108px 108px 20px 20px}.portrait-image{position:relative;border-radius:100px 100px 12px 12px;overflow:hidden;isolation:isolate}.portrait-image>img{width:100%;height:auto;aspect-ratio:880/1168;object-fit:cover}.portrait-label{position:absolute;top:22px;left:50%;transform:translateX(-50%);white-space:nowrap;background:rgba(246,247,239,.93);border:1px solid rgba(255,255,255,.7);border-radius:30px;padding:5px 14px;font-size:13px;font-weight:650}.portrait-label span{font-size:10px;font-weight:500;color:#676c5d;border-left:1px solid #c6cbbb;margin-left:7px;padding-left:9px}.message{position:absolute;bottom:20px;left:18px;right:18px;padding:13px 18px;background:rgba(250,252,244,.97);border-radius:15px 15px 15px 3px;box-shadow:0 3px 14px #252b1f15}.message-name{font-size:10px;color:#66724f;font-weight:650}.message p{font-size:14px;line-height:1.65;margin-top:3px;letter-spacing:-.3px}.message-heart{position:absolute;right:19px;top:15px;font-size:21px;color:#667b48}figcaption{font-size:10px;letter-spacing:-.1px;text-align:center;padding:10px 0;color:#727865}.about{display:grid;grid-template-columns:1fr 1.13fr;gap:70px;border-top:1px solid var(--rule);padding:61px 0 55px}.section-heading .eyebrow{margin-bottom:17px}h2{font-size:30px;font-weight:600;line-height:1.5;letter-spacing:-1.3px}.features article{display:flex;gap:20px;padding:0 0 24px}.features article+article{border-top:1px solid var(--rule);padding-top:24px}.features article:last-child{padding-bottom:0}.number{color:#8a9678;font-size:12px;font-variant-numeric:tabular-nums;padding-top:3px}h3{font-size:16px;font-weight:650;letter-spacing:-.3px}.features p{font-size:13px;color:var(--muted);margin-top:7px;line-height:1.9}.launch-note{padding:22px 26px;margin-bottom:58px;background:#e9eeda;border-radius:12px;display:flex;gap:28px;align-items:center;justify-content:space-between}.launch-note p:first-child{font-size:14px;font-weight:650}.launch-note p+p{font-size:11px;line-height:1.8;color:#5b654d}footer{border-top:1px solid var(--rule);padding:33px 0 28px}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.footer-top .wordmark{font-size:23px}.footer-top>span:last-child{font-size:12px;color:#5f6f4a}.company-info{font-size:11px;color:var(--muted);line-height:1.95}.company-info strong{font-weight:650;color:#424b35}.company-info p:first-child>span{margin-left:8px;font-size:10px}.divider{padding:0 6px}.footer-bottom{display:flex;justify-content:space-between;gap:15px;margin-top:25px;font-size:10px;color:#79816c}.not-found{max-width:700px;margin:15vh auto;padding:30px}.not-found h1{margin:20px 0}.not-found a{display:inline-block;margin-top:24px}
@media(min-width:1400px){.hero{padding-top:76px;padding-bottom:82px}}
@media(max-width:1000px){.page{padding:0 36px}.hero{gap:32px}h1{font-size:40px;letter-spacing:-2px}.intro{font-size:15px}.about{gap:35px;grid-template-columns:1fr 1.1fr}.message p{font-size:12px}.launch-note{gap:20px}}
@media(max-width:700px){.page{padding:0 23px}.header{height:81px}.wordmark{font-size:25px}.wordmark img{width:32px;height:32px}.header nav{gap:18px;font-size:11px}.header nav a:first-child{display:none}.hero{grid-template-columns:1fr;gap:36px;padding:43px 0 40px}.hero .eyebrow{font-size:10px;margin-bottom:20px}h1{font-size:clamp(32px,8.8vw,46px);letter-spacing:-1.9px}.intro{font-size:14px;margin-top:21px}.release-status{margin-top:24px;font-size:11px;padding:11px 17px}.text-link{margin-top:20px}.portrait{width:100%;max-width:370px;justify-self:center;border-radius:90px 90px 17px 17px}.portrait-image{border-radius:82px 82px 10px 10px}.message p{font-size:13px}.message{bottom:17px;left:15px;right:15px}.about{grid-template-columns:1fr;gap:32px;padding:39px 0}.section-heading .eyebrow{font-size:10px}h2{font-size:26px}.features article{gap:18px}.features p{font-size:12px}.launch-note{display:block;padding:21px;margin-bottom:37px}.launch-note p:first-child{font-size:13px}.launch-note p+p{margin-top:10px;font-size:11px}.footer-top>span:last-child{font-size:10px}.company-info{font-size:10px}.footer-bottom{flex-direction:column;gap:5px;font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
