@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap";:root{--paper:#f6f3ed;--ink:#302e28;--muted:#7c7b71;--green:#4e6047;--line:#dcded3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #a86c3e;outline-offset:6px}.wrap{width:min(1200px,calc(100% - 96px));margin:auto}.header{height:110px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:27px;font-weight:900;letter-spacing:-1.8px;display:flex;align-items:center;gap:7px}.brand img{border-radius:9px}.brand-dot{color:var(--green);margin-left:-6px}.header nav{display:flex;gap:34px;font-size:13px;font-weight:500}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;background:var(--green);color:#fff;padding:19px 25px;border-radius:5px;font-size:15px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#36452f;transform:translateY(-2px)}.button.small{font-size:12px;padding:13px 19px;gap:24px}.hero{display:grid;grid-template-columns:1fr 1.08fr;gap:55px;padding:42px 0 66px;align-items:center}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600;color:var(--green);display:flex;align-items:center;gap:9px}.eyebrow>span{height:7px;width:7px;background:var(--green);border-radius:50%}.hero .eyebrow{letter-spacing:1px;font-size:12px;margin-bottom:28px}h1{font-size:clamp(40px,4.3vw,60px);line-height:1.34;letter-spacing:-3.5px;font-weight:700;margin:0 0 26px}em{color:var(--green);font-style:normal}.intro{font-size:15px;line-height:1.95;color:var(--muted);letter-spacing:-.4px}.hero-button{margin-top:22px}.platform-note{font-size:10px;color:#8a8b81;margin-top:12px}.hero-bottom{display:flex;gap:17px;align-items:center;margin-top:51px}.hero-bottom .line{width:34px;height:1px;background:#9a9f8d}.hero-bottom p{font-size:11px;line-height:1.9;color:var(--muted)}.hero-bottom strong{font-weight:500;color:#55594d}.hero-visual{height:570px;position:relative;padding-bottom:27px}.room{width:100%;height:100%;object-fit:cover}.hero-room{border-radius:130px 5px 5px;object-position:53% center}.photo-label{position:absolute;top:25px;right:22px;background:#fff9;padding:9px 12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;font-size:8px;letter-spacing:1.5px;display:flex;gap:7px;align-items:center}.live-dot{background:var(--green);width:5px;height:5px;border-radius:50%}.floating-note{position:absolute;bottom:63px;left:-32px;background:#fcfbf7;padding:18px 22px;box-shadow:0 8px 40px #242b2020;display:flex;align-items:center;gap:15px;border-radius:6px}.note-icon{font-size:30px;color:var(--green);background:#ebeee5;width:44px;height:44px;text-align:center;border-radius:50%}.floating-note small{display:block;font-size:10px;color:var(--muted);margin-bottom:5px}.floating-note strong{font-size:13px;font-weight:600}.floating-note>span:last-child{margin-left:12px;color:var(--green)}.image-index{position:absolute;bottom:0;right:0;font-size:8px;letter-spacing:1.6px;color:var(--muted)}.manifesto{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:25px 0}.manifesto>span:first-child{font-size:9px;letter-spacing:1.6px;color:var(--muted)}.manifesto p{font-size:16px;color:#85857b;margin:0;letter-spacing:-.5px}.manifesto strong{color:var(--ink);font-weight:500}.manifesto>span:last-child{font-size:31px;color:var(--green)}.section{padding-top:95px;padding-bottom:96px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}h2{font-size:35px;line-height:1.45;letter-spacing:-1.8px;font-weight:600;margin:17px 0 0}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.9;margin-bottom:4px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px}.feature-image{height:250px;position:relative;overflow:hidden;border-radius:5px}.feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.feature:hover img{transform:scale(1.035)}.image-tag{position:absolute;left:15px;top:15px;background:#f7f6efeb;padding:7px 10px;font-size:8px;letter-spacing:1px}.feature h3{font-size:18px;letter-spacing:-.7px;margin:24px 0 10px;font-weight:600}.feature p{font-size:12px;line-height:1.9;color:var(--muted)}.feature>a{font-size:11px;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px;margin-top:23px}.feature>a:hover{color:var(--green)}.download-section{background:#e9ecdf;overflow:hidden}.download-layout{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;min-height:580px;gap:30px}.download-layout h2{font-size:42px;line-height:1.5}.download-layout>div>p:not(.eyebrow){font-size:13px;line-height:1.9;color:#737c69;margin-top:22px}.store-buttons{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.store-button{background:var(--ink);color:#fff;display:flex;align-items:center;gap:12px;padding:12px 17px;border-radius:6px;min-width:185px;font-size:17px;font-weight:500;transition:background .2s}.store-button:hover{background:var(--green)}.store-button small{display:block;font-size:8px;font-weight:400;margin-bottom:3px;opacity:.7}.store-button>span:last-child{font-size:13px;margin-left:10px}.store-symbol{font-size:28px}.store-symbol.play{font-size:23px}.download-layout>div>p.download-status{font-size:11px;margin-top:16px;max-width:420px}.highlight{animation:highlight .8s ease}.phone-scene{height:580px;display:flex;justify-content:center;align-items:center;position:relative}.orbit{position:absolute;border:1px solid #cbd1bd;border-radius:50%;width:450px;height:450px}.orbit-two{width:570px;height:570px}.phone{z-index:1;width:254px;background:#fffdf9;border:7px solid #343831;border-radius:37px;padding:38px 15px 20px;transform:rotate(7deg);box-shadow:18px 25px 35px #3b453b25;position:relative}.phone-camera{height:15px;width:75px;background:#343831;position:absolute;top:8px;left:50%;transform:translate(-50%);border-radius:20px}.phone-top{display:flex;justify-content:space-between;align-items:center}.phone-top strong{font-size:20px;letter-spacing:-1px;color:#7a5743}.phone-top>span{font-size:23px}.phone-top strong span{color:var(--green)}.phone-search{margin:14px 0;background:#f0eee7;border-radius:5px;padding:9px 8px;font-size:8px;color:#99988d;display:flex;justify-content:space-between}.phone-photo{height:165px;position:relative;overflow:hidden;border-radius:5px}.phone-photo img{width:100%;height:100%;object-fit:cover}.phone-photo>div{position:absolute;inset:0;background:linear-gradient(transparent,#0007);color:#fff;font-size:13px;padding:90px 13px 10px;line-height:1.6}.phone-shortcuts{display:flex;justify-content:space-around;margin:17px 0;color:#7c6b52}.phone-shortcuts>span{font-size:22px;text-align:center}.phone-shortcuts small{display:block;font-size:8px;color:#68665f}.phone-caption{font-size:9px;display:flex;justify-content:space-between;border-top:1px solid #eee;padding-top:14px}.phone-card{background:#eceee3;padding:13px;margin-top:11px;border-radius:5px}.phone-card>*{display:block}.phone-card span{font-size:7px;letter-spacing:1px;color:var(--green)}.phone-card strong{font-size:11px;margin:6px 0}.phone-card small{font-size:8px;color:var(--green)}.preview-label{font-size:6px;text-align:center;color:#919487;margin:12px 0 0}.scene-label{position:absolute;bottom:27px;font-size:8px;letter-spacing:2px;color:#8b947c}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:50px}.faq h2{font-size:29px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;font-size:13px;font-weight:500;padding:23px 0;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary span{font-size:19px;font-weight:400;color:var(--green)}details[open] summary span{transform:rotate(45deg)}details p{font-size:12px;color:var(--muted);line-height:1.9;margin:0 28px 22px 0}.footer{display:flex;align-items:center;gap:28px;border-top:1px solid var(--line);padding-top:31px;padding-bottom:35px}.footer .brand{font-size:22px}.footer p{font-size:11px;color:var(--muted)}.footer small{font-size:9px;color:#909085;margin-left:auto}.footer>a:last-child{font-size:10px;margin-left:20px}.mobile-cta{display:none}.skip-link{position:fixed;top:-100px;left:15px;z-index:10;background:#fff;padding:15px}.skip-link:focus{top:10px}@keyframes highlight{50%{color:#302e28;background:#d6ddc8}}@media(min-width:1500px){.hero{padding-top:65px;padding-bottom:80px}.hero-visual{height:625px}}@media(max-width:1000px){.wrap{width:calc(100% - 56px)}.hero{gap:30px}.hero-visual{height:510px}h1{font-size:45px}.intro{font-size:13px}.floating-note{left:-16px;padding:14px}.hero-bottom{margin-top:25px}.feature-image{height:210px}.feature h3{font-size:16px}.download-layout h2{font-size:35px}.store-button{min-width:160px;padding:11px;font-size:15px}.store-buttons{gap:8px}.header nav{gap:20px}.faq{gap:30px}}@media(max-width:720px){.wrap{width:calc(100% - 40px)}.header{height:80px}.header nav{display:none}.brand{font-size:24px}.brand img{width:29px;height:29px}.header .button{font-size:11px;padding:11px 14px;gap:15px}.hero{grid-template-columns:1fr;padding-top:30px;padding-bottom:35px;gap:30px}.hero-copy{padding:0 5px}.hero .eyebrow{margin-bottom:20px;font-size:10px}h1{font-size:46px;letter-spacing:-2.8px}.intro{font-size:13px}.hero-button{margin-top:16px;padding:17px 23px;font-size:13px}.hero-bottom{display:none}.platform-note{margin-bottom:0}.hero-visual{height:410px;margin-left:14px}.hero-room{border-top-left-radius:100px}.floating-note{bottom:52px;left:-14px}.manifesto{padding:20px 0}.manifesto>span:first-child{display:none}.manifesto p{font-size:13px}.manifesto>span:last-child{font-size:25px}.section{padding-top:58px;padding-bottom:58px}.section-heading{display:block;margin-bottom:28px}h2{font-size:29px}.section-heading>p{font-size:12px;margin-top:17px}.feature-grid{grid-template-columns:1fr;gap:34px}.feature-image{height:270px}.feature h3{font-size:19px;margin-top:18px}.feature p br{display:none}.feature p{font-size:13px}.feature>a{margin-top:17px;font-size:12px}.download-layout{grid-template-columns:1fr;gap:0;padding-top:50px}.download-layout h2{font-size:33px}.store-buttons{flex-wrap:nowrap;gap:8px}.store-button{min-width:0;flex:1;gap:8px;font-size:14px;padding:12px}.store-button>span:last-child{margin-left:auto}.store-symbol{font-size:22px}.store-symbol.play{font-size:18px}.phone-scene{height:530px}.orbit{width:350px;height:350px}.orbit-two{width:450px;height:450px}.phone{transform:rotate(5deg) scale(.94)}.faq{grid-template-columns:1fr;gap:27px}.faq h2{font-size:27px}summary{font-size:12px}.footer{flex-wrap:wrap;gap:12px;padding-bottom:113px}.footer p{margin-left:8px}.footer small{order:3;width:100%;margin:0}.footer>a:last-child{margin-left:auto}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fdfcf8f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);align-items:center;justify-content:space-between;z-index:5}.mobile-cta>span{font-size:9px;color:var(--muted)}.mobile-cta strong{display:block;font-size:16px;color:var(--ink);margin-top:2px}.mobile-cta .button{padding:13px 22px}.scene-label{bottom:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}.service-answer{margin:0 0 32px;padding:22px 25px;background:#eceee3;border-radius:5px}.service-answer h3{font-size:17px;margin:0 0 10px}.service-answer p{font-size:13px;line-height:1.9;margin:0;color:#62685a;max-width:850px}
