:root{--blue:#0010e5;--yellow:#ffcc00;--red:#ff2b2b;--ink:#101114;--cream:#fffdf5;--line:#d9dae3;--muted:#686a72}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans KR",sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.navbar{padding:18px 0;background:rgba(255,253,245,.92);border-bottom:1px solid rgba(16,17,20,.12);backdrop-filter:blur(14px)}.navbar-brand img{width:108px;height:32px;object-fit:contain}.nav-link{font-size:.78rem;font-weight:800;letter-spacing:.08em;color:var(--ink)!important}.nav-link:hover{color:var(--blue)!important}.nav-cta{border-radius:0;padding:.72rem 1.15rem;font-size:.8rem;font-weight:800}.navbar-toggler{border:0;border-radius:0;padding:.5rem}.navbar-toggler:focus{box-shadow:none}.navbar-toggler span{display:block;width:24px;height:2px;background:var(--ink);margin:6px}.hero{position:relative;overflow:hidden;background:var(--blue);color:#fff}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,black 20%,transparent 90%)}.hero:after{content:"";position:absolute;right:-8vw;top:13%;width:42vw;height:42vw;border:1px solid rgba(255,204,0,.4);border-radius:50%}.hero-copy{position:relative;z-index:2}.eyebrow,.section-kicker{font-size:.74rem;font-weight:800;letter-spacing:.18em;margin-bottom:1.4rem}.eyebrow{color:var(--yellow)}.display-title{font-family:"Archivo Black",sans-serif;font-size:clamp(4rem,9vw,9rem);line-height:.84;letter-spacing:-.07em;margin:0 0 2rem}.display-title span{color:var(--yellow)}.hero-lead{font-size:clamp(1rem,1.7vw,1.3rem);line-height:1.8;color:rgba(255,255,255,.78);margin-bottom:2rem}.btn{border-radius:0;font-weight:800;font-size:.9rem;padding:.9rem 1.35rem}.btn-yellow{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.btn-yellow:hover{background:#fff;border-color:#fff}.btn-outline-light:hover{color:var(--blue)}.hero-orbit{position:relative;z-index:2;width:420px;height:420px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;transform:translateX(-15%)}.hero-orbit img{width:72%;height:72%;border-radius:50%;object-fit:cover;mix-blend-mode:multiply}.orbit-ring{position:absolute;inset:-38px;border:1px dashed rgba(255,255,255,.5);border-radius:50%;animation:spin 24s linear infinite}.orbit-label{position:absolute;right:-30px;bottom:30px;background:var(--red);padding:18px;font-family:"Archivo Black";font-size:.8rem;line-height:1.2;transform:rotate(-4deg)}@keyframes spin{to{transform:rotate(360deg)}}.hero-bottom{position:absolute;left:12px;right:12px;bottom:25px;display:flex;gap:18px;align-items:center;font-size:.6rem;font-weight:700;letter-spacing:.15em;color:rgba(255,255,255,.6);z-index:2}.scroll-line{height:1px;flex:1;background:rgba(255,255,255,.25)}.ticker{background:var(--yellow);border-block:3px solid var(--ink);overflow:hidden;padding:14px 0}.ticker-track{display:flex;width:max-content;animation:ticker 25s linear infinite}.ticker span{font-family:"Archivo Black";font-size:1.2rem;word-spacing:1rem;white-space:nowrap;padding-right:1rem}.ticker b{color:var(--blue)}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:120px 0}.section-head{margin-bottom:52px}.section-kicker{color:var(--blue)}.section h2,.contact-section h2{font-family:"Archivo Black","Noto Sans KR",sans-serif;font-size:clamp(2.8rem,6vw,5.5rem);line-height:1;letter-spacing:-.06em}.section h2 span{color:var(--blue)}.section-desc{max-width:480px;font-size:1.05rem;line-height:1.8;color:var(--muted)}.product-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter-btn{border:1px solid var(--ink);background:transparent;padding:10px 16px;font-size:.68rem;font-weight:800;letter-spacing:.08em}.filter-btn.active,.filter-btn:hover{background:var(--ink);color:#fff}.product-card{height:100%}.product-image{position:relative;aspect-ratio:4/4.5;overflow:hidden;border:2px solid var(--ink)}.product-image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;filter:contrast(1.05);transition:transform .6s cubic-bezier(.2,.8,.2,1)}.product-card:hover img{transform:scale(1.06) rotate(1deg)}.yellow-bg{background:var(--yellow)}.blue-bg{background:#7881ff}.red-bg{background:#ff7d7d}.product-no{position:absolute;top:15px;left:15px;display:grid;place-items:center;width:42px;height:42px;background:#fff;border:2px solid var(--ink);font-family:"Archivo Black"}.product-meta{display:flex;justify-content:space-between;align-items:center;padding:22px 2px}.product-meta p{font-size:.65rem;font-weight:800;letter-spacing:.15em;color:var(--blue);margin:0 0 6px}.product-meta h3{font-size:1.25rem;font-weight:800;margin:0}.product-meta>a{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--ink);font-size:1.2rem;transition:.25s}.product-meta>a:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.product-item.is-hidden{display:none}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:.85rem;font-weight:800;border-bottom:2px solid var(--ink);padding-bottom:8px}.text-link:hover{color:var(--blue);border-color:var(--blue)}.tech-section{background:var(--ink)}.tech-panel{border:1px solid rgba(255,255,255,.18)}.tech-image{position:relative;min-height:620px;overflow:hidden}.tech-image img{width:100%;height:100%;position:absolute;object-fit:cover;filter:grayscale(1) contrast(1.1)}.image-caption{position:absolute;left:20px;bottom:20px;background:var(--yellow);padding:8px 10px;font-size:.6rem;font-weight:800;letter-spacing:.1em}.tech-copy{padding:clamp(35px,6vw,80px);color:#fff;background:var(--blue)}.tech-copy h2{font-size:clamp(2.6rem,5vw,4.8rem);margin-bottom:2rem}.tech-copy h2 span{color:var(--yellow)}.tech-copy>p:not(.section-kicker){color:rgba(255,255,255,.7);line-height:1.8;max-width:500px}.stats{margin-top:50px;border-top:1px solid rgba(255,255,255,.3);padding-top:28px}.stats>div{display:flex;flex-wrap:wrap;align-items:baseline}.stats strong{font-family:"Archivo Black";font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.05em}.stats em{font-style:normal;font-weight:800;color:var(--yellow)}.stats span{display:block;width:100%;font-size:.7rem;color:rgba(255,255,255,.6)}.news-section{background:#fff}.news-list{border-top:2px solid var(--ink)}.news-row{display:grid;grid-template-columns:110px 100px 1fr 40px;gap:22px;align-items:center;padding:30px 10px;border-bottom:1px solid var(--line);transition:.25s}.news-row:hover{background:var(--yellow);padding-inline:22px}.news-date{font-size:.74rem;color:var(--muted)}.news-tag{width:max-content;background:var(--blue);color:#fff;padding:5px 8px;font-size:.58rem;font-weight:800}.news-tag.yellow{background:var(--yellow);color:var(--ink)}.news-tag.red{background:var(--red)}.news-row h3{font-size:1.05rem;font-weight:700;margin:0}.news-arrow{font-size:1.3rem}.contact-section{position:relative;background:var(--blue);color:#fff;padding:120px 0;overflow:hidden}.contact-section:before{content:"";position:absolute;width:600px;height:600px;right:-180px;top:-240px;border:80px solid var(--yellow);border-radius:50%}.contact-section h2{font-size:clamp(3rem,7vw,7rem)}.contact-section h2 span{color:var(--yellow)}.contact-circle{position:absolute;right:8%;top:30%;width:170px;height:170px;border-radius:50%;background:var(--yellow);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;transition:.3s}.contact-circle b{font-size:2rem}.contact-circle:hover{transform:rotate(8deg) scale(1.05);background:#fff}.contact-note{margin:2.2rem 0 0;line-height:1.7;color:rgba(255,255,255,.65)}footer{background:var(--yellow);padding:70px 0 25px;border-top:3px solid var(--ink)}.footer-logo{width:180px;height:55px;object-fit:contain;margin-bottom:18px}footer p{font-size:.85rem}footer h4{font-size:.65rem;letter-spacing:.14em;font-weight:900;margin-bottom:16px}footer a,footer span{display:block;font-size:.78rem;margin-bottom:8px}.back-top{display:inline-block;border:1px solid var(--ink);padding:12px 18px;font-weight:900}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(16,17,20,.35);margin-top:55px;padding-top:20px}.footer-bottom span{font-size:.58rem;font-weight:700;letter-spacing:.1em}.reveal{animation:rise .8s both}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}@keyframes rise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@media(max-width:991.98px){.navbar-collapse{background:var(--cream);padding:24px 0 12px}.nav-link{padding:12px 0}.hero .min-vh-100{min-height:850px!important}.display-title{font-size:clamp(4rem,15vw,7rem)}.section{padding:85px 0}.tech-image{min-height:500px}.contact-circle{position:relative;right:auto;top:auto;margin-top:35px}.contact-section:before{opacity:.25}}@media(max-width:767.98px){.hero .min-vh-100{min-height:760px!important}.display-title{font-size:clamp(3.2rem,17vw,5rem)}.hero-bottom span:last-child{display:none}.section{padding:70px 0}.product-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.news-row{grid-template-columns:90px 1fr 30px;gap:10px;padding:22px 4px}.news-tag{display:none}.news-row h3{font-size:.9rem}.tech-image{min-height:380px}.stats strong{font-size:1.8rem}.contact-section{padding:85px 0}.footer-bottom{flex-direction:column}.contact-circle{width:140px;height:140px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}}
