
:root{--ink:#111827;--navy:#07111f;--navy2:#0b1627;--paper:#f6f7f9;--white:#fff;--muted:#687386;--line:#e2e6ec;--blue:#3867ff;--violet:#7b4cff;--green:#527a43;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans KR",sans-serif;color:var(--ink);background:#fff;line-height:1.55;word-break:keep-all}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(calc(100% - 48px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,17,31,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:76px;display:flex;align-items:center}.brand{display:flex;align-items:center;gap:12px;color:#fff}.brand-mark,.mini-mark{position:relative;width:28px;height:28px;display:block}.brand-mark i,.brand-mark b,.brand-mark em,.mini-mark i,.mini-mark b,.mini-mark em{position:absolute;display:block;background:linear-gradient(145deg,var(--violet),#3aa7ff);border-radius:5px}.brand-mark i,.mini-mark i{width:8px;height:24px;left:2px;top:2px}.brand-mark b,.mini-mark b{width:18px;height:8px;left:8px;bottom:2px}.brand-mark em,.mini-mark em{width:8px;height:8px;left:10px;top:10px}.nav-links{margin-left:auto;display:flex;gap:34px;color:#d7deea;font-size:14px}.nav-links a:hover{color:#fff}.menu-btn{display:none;margin-left:auto;background:none;border:0;padding:8px}.menu-btn span{display:block;width:22px;height:1px;background:#fff;margin:6px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 48%,#151d50 0,#091326 35%,#06101e 75%);color:#fff;padding:88px 0 96px}.hero-grid{display:grid;grid-template-columns:1fr .95fr;min-height:560px;align-items:center;gap:52px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;color:#6f83ff;margin:0 0 20px}.hero h1{font-size:clamp(58px,7vw,100px);letter-spacing:-.065em;line-height:.98;margin:0 0 28px}.hero h1 span{background:linear-gradient(90deg,#a755ff,#5d76ff);-webkit-background-clip:text;color:transparent}.hero-lead{max-width:610px;font-size:20px;color:#b8c2d2;margin:0 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:20px;padding:14px 19px;border:1px solid rgba(255,255,255,.35);border-radius:10px;font-size:14px}.btn.primary{background:rgba(255,255,255,.06)}.btn:hover{transform:translateY(-2px)}.hero-art{min-height:480px;position:relative;display:grid;place-items:center}.orbit{position:absolute;border:1px solid rgba(108,86,255,.20);border-radius:50%}.orbit-a{width:470px;height:470px}.orbit-b{width:350px;height:350px}.orbit-c{width:245px;height:245px}.logo-l{width:250px;height:260px;position:relative;filter:drop-shadow(0 24px 40px rgba(77,62,255,.45))}.logo-l .v,.logo-l .h{position:absolute;background:linear-gradient(160deg,#ca4cff 0,#7354ff 48%,#25a7ff 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.45)}.logo-l .v{width:86px;height:230px;left:30px;top:10px;border-radius:38px}.logo-l .h{width:190px;height:86px;left:70px;bottom:18px;border-radius:38px}.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.22}.hero-glow.one{width:300px;height:300px;background:#7c3cff;right:12%;bottom:-100px}.hero-glow.two{width:200px;height:200px;background:#087cff;left:45%;top:30%}
.principles{padding:82px 0;background:#fff}.section-head{display:grid;grid-template-columns:.8fr 1fr;gap:60px;align-items:end;margin-bottom:42px}.section-head h2{font-size:36px;margin:0}.section-head>p{color:var(--muted);max-width:520px;margin:0}.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.principle-grid article{padding:30px 26px 16px;border-right:1px solid var(--line)}.principle-grid article:last-child{border-right:0}.principle-grid span{font-size:28px;color:#634bff}.principle-grid h3{font-size:18px;margin:16px 0 8px}.principle-grid p{color:var(--muted);font-size:14px;margin:0}
.apps{padding:100px 0;background:#f7f8fa}.apps .shell{display:grid;grid-template-columns:230px 1fr;gap:30px}.apps-intro{padding-top:22px}.apps-intro h2{font-size:38px;line-height:1.15;letter-spacing:-.04em}.apps-intro>p:last-child{color:var(--muted)}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.app-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;overflow:hidden;box-shadow:0 12px 40px rgba(15,23,42,.05)}.app-top{display:flex;gap:18px;align-items:center}.app-icon{width:90px;height:90px;border-radius:22px;object-fit:cover}.app-no{font-size:10px;font-weight:700;letter-spacing:.12em;color:#74809a;margin:0 0 5px}.app-card h3{font-size:24px;margin:0 0 6px}.accent-copy{color:#335dff;font-weight:600;margin:0}.grove-copy{color:var(--green);font-weight:600;margin:0}.app-desc{font-size:14px;color:var(--muted);margin:24px 0}.chips{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:22px}.chips span{padding:7px 9px;border-radius:999px;background:#f0f2f6;font-size:11px;color:#59657a}.screen-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;align-items:end;height:380px;overflow:hidden}.screen-row figure{margin:0;height:100%;display:flex;align-items:flex-end}.screen-row img{width:100%;height:auto;max-height:365px;object-fit:contain;object-position:bottom;border-radius:12px}.app-footer{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:1px solid var(--line);font-size:12px}.coming{border:1px solid var(--line);padding:8px 12px;border-radius:999px}.app-footer a{color:#4a58cc;font-weight:600}
.about{padding:88px 0;background:#fff}.about-grid{display:grid;grid-template-columns:.9fr 1.25fr .9fr;gap:44px;align-items:center}.about-copy h2,.contact-card h2{font-size:32px;line-height:1.18;letter-spacing:-.04em}.about-copy>p:last-child,.contact-card p{color:var(--muted);font-size:14px}.studio-visual{height:260px;border-radius:20px;background:linear-gradient(145deg,#101a2e,#090f1b);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.monitor{position:absolute;width:190px;height:110px;background:#070b12;border:8px solid #20293a;border-radius:8px;left:50%;top:50%;transform:translate(-50%,-60%);display:flex;align-items:center;justify-content:center;gap:9px;color:#fff}.mini-mark{transform:scale(.7)}.desk-line{position:absolute;height:13px;width:85%;background:#252a34;bottom:44px;left:7%;border-radius:6px}.lamp{position:absolute;width:4px;height:110px;background:#4b5160;left:14%;bottom:52px;transform:rotate(12deg)}.lamp:after{content:"";position:absolute;width:40px;height:24px;border-radius:22px 22px 7px 7px;background:#353c4b;top:-12px;left:-18px}.plant{position:absolute;right:12%;bottom:52px;font-size:62px;color:#35563c;transform:rotate(-18deg)}.contact-card a{display:block;margin-top:24px;font-weight:600;font-size:14px}
.footer{background:#080f1c;color:#b7c0cf;padding:34px 0}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;font-size:12px}.footer-brand{justify-self:start}.footer-inner p{margin:0}.footer-inner nav{justify-self:end;display:flex;gap:22px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.hero-grid{grid-template-columns:1fr}.hero-art{min-height:380px}.apps .shell{grid-template-columns:1fr}.app-grid{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr 1fr}.contact-card{grid-column:1/-1}.section-head{grid-template-columns:1fr}.principle-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.shell{width:min(calc(100% - 30px),var(--max))}.nav{height:66px}.nav-links{position:fixed;inset:0;background:#07111f;display:none;flex-direction:column;align-items:center;justify-content:center;font-size:25px;gap:28px}.nav-links.open{display:flex}.menu-btn{display:block;position:relative;z-index:60}.hero{padding:62px 0 70px}.hero h1{font-size:56px}.hero-lead{font-size:17px}.hero-art{min-height:315px}.orbit-a{width:310px;height:310px}.orbit-b{width:240px;height:240px}.orbit-c{width:170px;height:170px}.logo-l{transform:scale(.72)}.principles{padding:64px 0}.principle-grid{grid-template-columns:1fr}.principle-grid article{border-right:0;border-bottom:1px solid var(--line)}.apps{padding:72px 0}.app-grid{grid-template-columns:1fr}.apps-intro h2{font-size:34px}.screen-row{height:315px;gap:5px}.app-card{padding:18px}.app-icon{width:72px;height:72px;border-radius:18px}.app-card h3{font-size:20px}.about-grid{grid-template-columns:1fr}.studio-visual{height:230px}.footer-inner{grid-template-columns:1fr;justify-items:start}.footer-inner nav{justify-self:start}}
