:root{--ink:#071b17;--deep:#004d3c;--green:#006f4f;--emerald:#10b98e;--lime:#22c95e;--mint:#e8f7f3;--line:#d9e5e1;--muted:#60716c;--white:#fff;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Pretendard,"Noto Sans KR",Inter,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.skip{position:absolute;left:-9999px}.skip:focus{left:20px;top:10px;z-index:99;background:#fff;padding:12px}.site-header{height:80px;display:flex;align-items:center;gap:42px;padding:0 max(4vw,32px);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,77,60,.1);z-index:30}.company-logo{display:flex;align-items:center;gap:10px;margin-right:auto}.gravity-symbol{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--ink);color:white;font:800 21px/1 Arial;transform:rotate(-6deg)}.company-logo>span:last-child{display:flex;flex-direction:column}.company-logo strong{font-size:16px;letter-spacing:.12em}.company-logo small{font-size:8px;letter-spacing:.24em;color:var(--muted);margin-top:3px}.site-header nav{display:flex;gap:32px;font-size:14px;font-weight:650}.site-header nav a:hover{color:var(--green)}.header-login{border:1px solid var(--ink);padding:12px 16px;border-radius:99px;font-size:13px;font-weight:700}.header-login:hover{background:var(--ink);color:white}.menu-button{display:none;background:none;border:0}.hero{min-height:760px;padding:80px max(6vw,64px) 100px;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.9fr);align-items:center;gap:5vw;overflow:hidden;background:radial-gradient(circle at 78% 30%,#e0fbf3 0,transparent 31%),linear-gradient(180deg,#fff 0,#f7fbfa 100%)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;margin:0 0 24px}.eyebrow.green{color:var(--green)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(48px,6vw,86px);line-height:1.08;letter-spacing:-.055em;margin-bottom:28px}.hero h1 span{color:var(--green)}.hero-description{font-size:19px;line-height:1.75;color:var(--muted);max-width:630px}.hero-actions{display:flex;gap:12px;margin-top:42px}.button{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:12px;border:0;font-weight:750;cursor:pointer}.button.primary{background:var(--ink);color:white}.button.primary:hover{background:var(--green)}.button.secondary{border:1px solid var(--line);background:white}.hero-stage{height:560px;position:relative;display:grid;place-items:center}.hero-stage:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:linear-gradient(135deg,var(--mint),#b8f6df);filter:blur(1px)}.orbit{position:absolute;border:1px solid rgba(0,111,79,.18);border-radius:50%;transform:rotate(-20deg)}.orbit-one{width:560px;height:270px}.orbit-two{width:480px;height:520px;transform:rotate(50deg)}.studio-card,.product-card{position:absolute;background:rgba(255,255,255,.88);backdrop-filter:blur(20px);box-shadow:0 30px 80px rgba(0,77,60,.14);border:1px solid rgba(255,255,255,.8)}.studio-card{width:260px;padding:28px;border-radius:20px;left:4%;top:16%;display:flex;flex-direction:column}.studio-card span,.product-card span{font-size:10px;letter-spacing:.18em;color:var(--muted)}.studio-card strong{font-size:26px;letter-spacing:.08em;margin:8px 0 28px}.studio-card small{border-top:1px solid var(--line);padding-top:16px}.product-card{right:0;bottom:9%;width:390px;padding:26px;border-radius:28px;display:flex;align-items:center;gap:20px}.product-card img{width:100px;height:100px;object-fit:contain}.product-card div{display:flex;flex-direction:column}.product-card strong{font-size:24px;margin:7px 0}.product-card small{font-size:12px;color:var(--green)}section{scroll-margin-top:80px}.company-section{padding:120px max(6vw,64px)}.section-label{font-size:12px;font-weight:800;letter-spacing:.16em;border-top:1px solid var(--ink);padding-top:16px;margin-bottom:60px}.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.company-grid h2,.section-heading h2,.flow-section h2,.contact-section h2{font-size:clamp(34px,4vw,58px);letter-spacing:-.045em;line-height:1.22}.company-grid>div>p{font-size:18px;line-height:1.75;color:var(--muted)}.principles{margin-top:40px}.principles div{display:grid;grid-template-columns:36px 150px 1fr;gap:20px;padding:20px 0;border-top:1px solid var(--line)}.principles b{color:var(--emerald);font-size:12px}.principles span{color:var(--muted);font-size:14px}.product-section{background:var(--ink);color:white;padding:120px max(6vw,64px);display:grid;grid-template-columns:.78fr 1.22fr;gap:7vw;align-items:center;overflow:hidden}.product-logo-wrap{display:flex;align-items:center;gap:14px;margin-bottom:70px}.product-logo-wrap img{width:64px;height:64px;object-fit:contain}.product-logo-wrap>span{display:flex;flex-direction:column;font-size:19px;font-weight:900;letter-spacing:.06em}.product-logo-wrap small{font-size:8px;letter-spacing:.22em;color:#85cbbb;margin-top:4px}.product-intro h2{font-size:clamp(38px,4.4vw,64px);line-height:1.17;letter-spacing:-.045em}.product-intro>p:not(.eyebrow){color:#a9bbb7;font-size:17px;line-height:1.75}.text-link{display:inline-flex;gap:40px;border-bottom:1px solid #47645d;padding:15px 0;margin-top:20px;font-weight:700}.dashboard{min-width:670px;background:#f6faf8;color:var(--ink);border-radius:26px;box-shadow:0 40px 100px rgba(0,0,0,.4);overflow:hidden;transform:perspective(1200px) rotateY(-4deg)}.dash-top{height:62px;background:white;display:flex;align-items:center;padding:0 22px;border-bottom:1px solid var(--line);gap:20px}.dash-brand{display:flex;align-items:center;gap:8px;margin-right:auto}.dash-brand img{width:27px;height:27px;object-fit:contain}.dash-brand b{font-size:12px}.dash-top>span{font-size:11px;color:var(--muted)}.dash-top i{width:28px;height:28px;border-radius:50%;background:var(--mint)}.dash-body{display:grid;grid-template-columns:150px 1fr;min-height:480px}.dash-body aside{background:#fff;padding:28px 18px;display:flex;flex-direction:column;gap:10px}.dash-body aside b{font-size:8px;color:#91a09b;margin-bottom:10px}.dash-body aside span{font-size:11px;padding:10px;border-radius:7px;color:#70807c}.dash-body aside .active{background:var(--mint);color:var(--deep);font-weight:800}.dash-main{padding:38px}.dash-main>p{font-size:10px;color:var(--green);font-weight:800}.dash-main h3{font-size:27px;line-height:1.3}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0}.metrics div{background:white;padding:18px;border-radius:12px}.metrics span{display:block;font-size:9px;color:var(--muted)}.metrics strong{font-size:25px;display:block;margin:12px 0}.metrics small{font-size:10px}.metrics em{font-size:8px;color:var(--green);font-style:normal}.dash-row{display:grid;grid-template-columns:65px 1fr auto;background:white;border-bottom:1px solid var(--line);padding:15px;font-size:9px}.dash-row span,.dash-row time{color:var(--muted)}.features-section{padding:130px max(6vw,64px)}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:10vw;align-items:end;margin-bottom:70px}.section-heading>p{color:var(--muted);font-size:17px;line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink);border-left:1px solid var(--line)}.feature-grid article{min-height:290px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;transition:.25s}.feature-grid article:hover{background:var(--mint);transform:translateY(-4px)}.feature-grid article>span{font-size:10px;color:var(--muted)}.feature-icon{font-size:28px;color:var(--green);margin:42px 0 24px}.feature-grid h3{font-size:21px}.feature-grid p{font-size:14px;line-height:1.7;color:var(--muted)}.flow-section{background:#eaf8f3;padding:110px max(6vw,64px);text-align:center}.flow{display:flex;align-items:center;justify-content:center;margin:60px 0 45px}.flow div{width:150px;height:150px;border-radius:50%;background:white;border:1px solid #c4e2d9;display:flex;flex-direction:column;justify-content:center;gap:10px}.flow b{font-size:10px;color:var(--emerald)}.flow span{font-weight:750}.flow i{width:45px;font-style:normal;color:var(--emerald)}.industries{font-size:13px;color:var(--green);letter-spacing:.05em}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:10vw;padding:120px max(6vw,64px)}.contact-section>div>p:last-child{color:var(--muted);font-size:17px}.contact-section form{display:grid;gap:24px}.contact-section label{display:grid;gap:10px;font-size:13px;font-weight:750}.contact-section input,.contact-section select{border:0;border-bottom:1px solid #9eb0ab;padding:12px 0;background:white;font-size:16px;outline:none}.contact-section input:focus,.contact-section select:focus{border-color:var(--green)}.contact-section form p{font-size:12px;color:var(--muted)}footer{background:#061512;color:white;padding:70px max(6vw,64px) 35px}.company-logo.inverse .gravity-symbol{background:white;color:var(--ink)}.company-logo.inverse small{color:#83a099}.footer-top{display:flex;justify-content:space-between;padding-bottom:70px}.footer-top>p{font-size:25px;font-weight:700;line-height:1.5}.footer-info{border-top:1px solid #28413b;padding-top:25px;display:flex;justify-content:space-between;color:#829a94;font-size:11px}.footer-info p{display:flex;gap:18px}.footer-info a{color:white}@media(max-width:900px){.site-header{height:68px;padding:0 20px}.site-header nav,.header-login{display:none}.menu-button{display:block;width:40px;height:40px}.menu-button span{display:block;width:22px;height:2px;background:var(--ink);margin:6px auto}.site-header.open nav{display:flex;position:absolute;top:68px;left:0;right:0;background:#fff;padding:28px;flex-direction:column;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr;padding:70px 24px;min-height:auto}.hero-stage{height:460px}.hero-stage:before{width:340px;height:340px}.orbit-one{width:390px}.orbit-two{width:360px;height:420px}.product-card{width:330px}.company-section,.features-section,.contact-section{padding:85px 24px}.company-grid,.section-heading,.contact-section{grid-template-columns:1fr}.product-section{grid-template-columns:1fr;padding:85px 24px}.dashboard{min-width:640px;margin-top:30px}.feature-grid{grid-template-columns:repeat(2,1fr)}.flow{flex-wrap:wrap;gap:8px}.flow i{width:20px}.footer-top,.footer-info{flex-direction:column;gap:30px}.footer-info p{flex-wrap:wrap}}@media(max-width:560px){.hero h1{font-size:45px}.hero-description{font-size:16px}.hero-actions{flex-direction:column}.hero-stage{height:400px}.studio-card{width:190px;padding:20px;left:0}.product-card{width:270px;padding:18px;bottom:5%}.product-card img{width:72px;height:72px}.product-card strong{font-size:18px}.company-grid h2,.section-heading h2,.contact-section h2{font-size:35px}.principles div{grid-template-columns:28px 1fr}.principles span{grid-column:2}.dashboard{min-width:560px;transform:scale(.68);transform-origin:left top;margin-bottom:-150px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:245px}.flow{display:grid;grid-template-columns:1fr}.flow div{width:100%;height:auto;border-radius:14px;padding:20px}.flow i{width:auto;transform:rotate(90deg)}.footer-top>p{font-size:20px}.footer-info p{flex-direction:column;gap:8px}}
