:root {
  --bg: #07090f;
  --bg-soft: #0b0f17;
  --panel: rgba(17, 23, 34, .78);
  --panel-solid: #111722;
  --line: rgba(255, 255, 255, .10);
  --line-strong: rgba(255, 255, 255, .17);
  --text: #f3f6fb;
  --muted: #9aa4b4;
  --accent: #b9ff55;
  --accent-soft: rgba(185, 255, 85, .14);
  --accent-2: #72d5ff;
  --danger: #ff7c84;
  --max: 1200px;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 8%, rgba(55, 108, 132, .17), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(139, 217, 66, .07), transparent 28%),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
::selection { background: var(--accent); color: #091006; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
section[id] { scroll-margin-top: 96px; }

.page-noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.spotlight { position: fixed; width: 420px; height: 420px; left: var(--x, 50%); top: var(--y, 20%); transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(185, 255, 85, .06), transparent 68%); pointer-events: none; z-index: 0; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 120; max-width: min(420px, calc(100% - 32px)); padding: 14px 18px; border: 1px solid rgba(185,255,85,.32); border-radius: 14px; color: #eaffcf; background: rgba(9,15,9,.94); box-shadow: var(--shadow); opacity: 0; transform: translateY(14px); pointer-events: none; transition: .3s; }
.toast.show { opacity: 1; transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 90; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(7, 9, 15, .84); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skew(-8deg); }
.brand-mark > span { border-radius: 4px 4px 1px 1px; background: linear-gradient(180deg, #d9ff97, var(--accent)); }
.brand-mark > span:nth-child(1) { height: 62%; align-self: end; }
.brand-mark > span:nth-child(2) { height: 100%; }
.brand-mark > span:nth-child(3) { height: 78%; align-self: end; }
.brand-text { font-size: 19px; }
.brand-text > span { color: var(--accent); }
.desktop-nav { display: flex; align-items: center; gap: 25px; color: #c3cad4; font-size: 13px; }
.desktop-nav a { transition: .2s; }
.desktop-nav a:hover { color: white; }
.btn { border: 1px solid transparent; border-radius: 999px; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 750; cursor: pointer; transition: transform .22s ease, background .22s ease, border-color .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 44px; padding: 0 18px; font-size: 14px; }
.btn-primary { background: var(--accent); color: #071006; box-shadow: 0 15px 45px rgba(185, 255, 85, .14); }
.btn-primary:hover { background: #c9ff79; }
.btn-outline { border-color: var(--line-strong); background: rgba(255,255,255,.02); }
.btn-outline:hover { border-color: rgba(185, 255, 85, .45); background: var(--accent-soft); }
.btn-ghost { color: #d2d8e0; padding-inline: 6px; }
.btn-full { width: 100%; margin-top: 5px; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 7px 0; transition: .25s; }
.mobile-menu { display: none; }

.hero { min-height: 100vh; padding-top: 158px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 78px 0 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 84%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.eyebrow, .kicker { color: #c4ccd7; font-size: 12px; letter-spacing: .18em; font-weight: 800; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.eyebrow > span { width: 28px; height: 1px; background: var(--accent); }
.eyebrow b { font: inherit; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(54px, 5.85vw, 90px); line-height: .98; letter-spacing: -.065em; font-weight: 780; }
.hero h1 em { color: var(--accent); font-style: normal; font-weight: 600; }
.hero-copy > p { max-width: 680px; margin: 30px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; gap: 3px; }
.hero-meta strong { font-size: 14px; }
.hero-meta span { color: #7f8998; font-size: 12px; }
.hero-visual { min-height: 590px; position: relative; display: grid; place-items: center; }
.visual-shell { width: min(100%, 548px); position: relative; z-index: 3; border: 1px solid var(--line-strong); border-radius: 26px; overflow: hidden; background: linear-gradient(145deg, rgba(23, 31, 46, .94), rgba(10, 14, 22, .96)); box-shadow: var(--shadow), 0 0 0 8px rgba(255,255,255,.018); transform: perspective(1100px) rotateY(-7deg) rotateX(3deg); }
.visual-topbar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.02); }
.visual-topbar > span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.18); }
.visual-topbar small { margin-left: auto; color: #687385; font-size: 10px; }
.visual-content { padding: 26px; }
.dashboard-head { display: flex; align-items: flex-start; justify-content: space-between; }
.dashboard-head small { color: #6f7a8a; letter-spacing: .14em; font-size: 9px; }
.dashboard-head h3 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.04em; }
.status { font-size: 10px; color: #b9c5d4; border: 1px solid var(--line); padding: 7px 9px; border-radius: 999px; display: flex; align-items: center; gap: 6px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 24px; }
.metric-grid article { background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 17px; padding: 18px; display: grid; gap: 5px; }
.metric-grid small { color: #8190a2; font-size: 10px; }
.metric-grid strong { font-size: 32px; line-height: 1; }
.metric-grid span { color: var(--accent); font-size: 10px; }
.chart-card { margin-top: 13px; border: 1px solid var(--line); border-radius: 17px; padding: 18px; background: rgba(255,255,255,.025); }
.chart-head { display: flex; justify-content: space-between; font-size: 11px; }
.chart-head small { color: #748092; }
.chart-bars { height: 138px; display: flex; align-items: end; gap: 10px; padding-top: 24px; }
.chart-bars i { flex: 1; height: var(--h); border-radius: 7px 7px 3px 3px; background: linear-gradient(180deg, var(--accent), rgba(185,255,85,.16)); }
.activity-card { margin-top: 13px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(185,255,85,.18); background: rgba(185,255,85,.055); border-radius: 15px; padding: 14px; }
.activity-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #071006; background: var(--accent); }
.activity-card div { display: grid; flex: 1; }
.activity-card strong { font-size: 11px; }
.activity-card small { color: #778394; font-size: 9px; }
.activity-card b { font-size: 9px; color: var(--accent); }
.floating-tag { position: absolute; z-index: 5; padding: 10px 14px; border: 1px solid var(--line-strong); background: rgba(8, 12, 18, .82); backdrop-filter: blur(12px); border-radius: 999px; color: #cbd3de; font-size: 11px; box-shadow: 0 12px 28px rgba(0,0,0,.24); animation: float 4.5s ease-in-out infinite; }
.tag-one { left: -18px; top: 120px; }
.tag-two { right: -24px; bottom: 110px; animation-delay: -2s; }
.orbit { position: absolute; border: 1px solid rgba(185,255,85,.12); border-radius: 50%; }
.orbit-a { width: 520px; height: 520px; }
.orbit-b { width: 690px; height: 690px; border-color: rgba(114,213,255,.08); }
@keyframes float { 50% { transform: translateY(-12px); } }
.trust-line { position: relative; z-index: 2; margin-top: 85px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: #6f7988; font-size: 10px; letter-spacing: .13em; }
.trust-line div { height: 1px; background: var(--line); }
.trust-line p { margin: 0; letter-spacing: normal; font-size: 11px; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.section-head h2, .process-intro h2, .about-copy h2, .contact-copy h2, .application-copy h2, .three-d-copy h2 { margin: 13px 0 0; font-size: clamp(40px, 4.6vw, 67px); line-height: 1.03; letter-spacing: -.055em; }
.section-head > p { width: min(100%, 430px); color: var(--muted); margin: 0; }
.text-link { color: var(--accent); white-space: nowrap; font-weight: 750; font-size: 13px; }

.services { position: relative; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 365px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: transform .3s, border-color .3s; }
.service-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; bottom: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(185,255,85,.13), transparent 68%); opacity: 0; transition: .3s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(185,255,85,.28); }
.service-card:hover::after { opacity: 1; }
.service-card.featured { border-color: rgba(185,255,85,.25); background: linear-gradient(145deg, rgba(185,255,85,.08), rgba(255,255,255,.018)); }
.service-no { position: absolute; right: 24px; top: 22px; color: #5f6979; font-size: 11px; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 14px; color: var(--accent); background: rgba(185,255,85,.035); font-size: 22px; }
.service-card h3 { margin: 58px 0 12px; font-size: 22px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 24px 0 0; }
.service-card li { border: 1px solid var(--line); border-radius: 999px; padding: 6px 9px; color: #9da7b5; font-size: 9px; }

.three-d { border-block: 1px solid var(--line); background: #080b11; }
.three-d-shell { min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 64px; border: 1px solid var(--line); border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 78% 38%, rgba(114,213,255,.08), transparent 30%), radial-gradient(circle at 30% 85%, rgba(185,255,85,.06), transparent 31%), linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.008)); }
.three-d-copy { position: relative; z-index: 3; }
.three-d-copy > p { max-width: 600px; margin: 24px 0 28px; color: var(--muted); }
.capability-list { margin: 0 0 30px; border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.capability-list article > span { color: var(--accent); font-size: 10px; padding-top: 3px; }
.capability-list div { display: grid; gap: 3px; }
.capability-list strong { font-size: 14px; }
.capability-list small { color: #7f8997; }
.three-d-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.three-d-stats div { display: grid; gap: 3px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.02); }
.three-d-stats strong { color: var(--accent); font-size: 16px; }
.three-d-stats span { color: #7c8796; font-size: 9px; }
.printer-stage { min-height: 530px; position: relative; display: grid; place-items: center; perspective: 1100px; }
.printer-halo { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(185,255,85,.12), transparent 67%); filter: blur(10px); }
.printer-frame { width: 360px; height: 450px; position: relative; z-index: 2; border: 12px solid #171e29; border-radius: 14px 14px 24px 24px; background: linear-gradient(180deg, rgba(20,28,40,.82), rgba(5,8,13,.96)); box-shadow: 0 45px 100px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.08); transform: rotateY(-7deg) rotateX(2deg); }
.printer-frame::before, .printer-frame::after { content: ""; position: absolute; top: -12px; bottom: -12px; width: 10px; background: linear-gradient(180deg, #263140, #101620); }
.printer-frame::before { left: 15px; } .printer-frame::after { right: 15px; }
.printer-top { height: 48px; position: absolute; z-index: 4; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); background: #101620; }
.printer-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent); }
.printer-top span { color: #8692a2; font-size: 8px; letter-spacing: .16em; }
.printer-top b { width: 28px; height: 13px; border: 1px solid #334051; border-radius: 3px; }
.printer-rail { position: absolute; z-index: 3; top: 94px; left: 27px; right: 27px; height: 10px; background: #222d3a; box-shadow: 0 10px 25px rgba(0,0,0,.5); }
.printer-rail i { position: absolute; top: -25px; width: 7px; height: 74px; background: #26323f; }
.printer-rail i:first-child { left: 3px; } .printer-rail i:nth-child(2) { right: 3px; }
.printer-rail span { position: absolute; width: 80px; height: 5px; left: calc(50% - 40px); top: 2px; background: var(--accent); opacity: .65; }
.print-head { position: absolute; z-index: 5; top: 72px; left: calc(50% - 34px); width: 68px; height: 76px; border: 1px solid #364355; border-radius: 8px; background: linear-gradient(145deg, #293544, #111721); box-shadow: 0 15px 30px rgba(0,0,0,.55); animation: printHead 4.5s ease-in-out infinite; }
.print-head b { display: block; width: 26px; height: 10px; margin: 14px auto 0; border-radius: 3px; background: var(--accent); opacity: .75; }
.print-head span { position: absolute; width: 8px; height: 24px; left: calc(50% - 4px); bottom: -19px; clip-path: polygon(0 0,100% 0,60% 100%,40% 100%); background: #d2d9df; }
@keyframes printHead { 0%,100% { transform: translateX(-72px); } 50% { transform: translateX(72px); } }
.build-volume { position: absolute; inset: 125px 34px 58px; display: grid; place-items: end center; }
.model-solid { width: 142px; height: 154px; position: absolute; bottom: 6px; clip-path: polygon(50% 0, 94% 25%, 82% 100%, 18% 100%, 6% 25%); background: linear-gradient(145deg, rgba(185,255,85,.85), rgba(72,121,26,.75)); box-shadow: 0 0 50px rgba(185,255,85,.13); }
.model-solid::after { content: ""; position: absolute; inset: 12px 17px 18px; clip-path: inherit; background: linear-gradient(145deg, rgba(255,255,255,.28), transparent 65%); }
.model-wire { position: absolute; width: 178px; height: 188px; bottom: -10px; border: 1px solid rgba(114,213,255,.22); clip-path: polygon(50% 0, 94% 25%, 82% 100%, 18% 100%, 6% 25%); }
.model-wire i { position: absolute; inset: 20% 12%; border: 1px solid rgba(114,213,255,.13); clip-path: inherit; }
.build-plate { position: absolute; left: 22px; right: 22px; bottom: 30px; height: 40px; transform: perspective(260px) rotateX(56deg); border: 1px solid #3b4859; background: repeating-linear-gradient(0deg, transparent 0 13px, rgba(255,255,255,.045) 14px), repeating-linear-gradient(90deg, transparent 0 13px, rgba(255,255,255,.045) 14px), #151d28; box-shadow: 0 20px 35px rgba(0,0,0,.6); }
.build-plate span { position: absolute; inset: 4px; border: 1px solid rgba(185,255,85,.18); }
.printer-data { position: absolute; z-index: 5; min-width: 145px; display: grid; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(8,12,18,.84); backdrop-filter: blur(10px); box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.printer-data span { color: #687586; font-size: 7px; letter-spacing: .16em; }
.printer-data strong { color: #cfd7e1; font-size: 10px; }
.data-a { left: -10px; top: 105px; } .data-b { right: -18px; bottom: 95px; }

.projects { position: relative; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.018); transition: .3s; }
.project-card:hover { border-color: rgba(185,255,85,.25); transform: translateY(-5px); }
.project-wide { grid-column: span 2; }
.project-art { min-height: 330px; display: grid; place-items: center; position: relative; overflow: hidden; }
.project-wide .project-art { min-height: 430px; }
.art-one { background: radial-gradient(circle at 50% 18%, rgba(185,255,85,.19), transparent 30%), linear-gradient(145deg, #111922, #0a0e15); }
.art-two { background: radial-gradient(circle at 50% 40%, rgba(114,213,255,.15), transparent 33%), linear-gradient(150deg, #131a25, #090d14); }
.art-three { background: radial-gradient(circle at 48% 25%, rgba(171,123,255,.12), transparent 32%), linear-gradient(150deg, #14121f, #090b13); }
.art-four { background: radial-gradient(circle at 50% 38%, rgba(185,255,85,.18), transparent 29%), linear-gradient(145deg, #111822, #080c12); }
.mock-browser { width: 72%; min-height: 270px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(10,15,22,.95); box-shadow: var(--shadow); transform: perspective(1000px) rotateX(4deg); }
.mock-bar { height: 38px; display: flex; gap: 6px; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--line); }
.mock-bar i { width: 7px; height: 7px; border-radius: 50%; background: #425064; }
.mock-body { min-height: 230px; display: grid; grid-template-columns: 70px 1fr; }
.mock-side { border-right: 1px solid var(--line); background: rgba(255,255,255,.02); }
.mock-main { padding: 22px; }
.mock-main > span { display: block; width: 90px; height: 8px; border-radius: 5px; background: #465264; }
.mock-main > strong { display: block; width: 180px; height: 17px; margin-top: 10px; border-radius: 6px; background: #dbe4ee; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 22px; }
.mock-stats i { height: 55px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(145deg, rgba(185,255,85,.13), rgba(255,255,255,.02)); }
.mock-table { height: 76px; margin-top: 12px; border: 1px solid var(--line); border-radius: 9px; background: repeating-linear-gradient(0deg, transparent 0 23px, rgba(255,255,255,.05) 24px); }
.phone-mock { width: 180px; height: 300px; padding: 8px; border: 1px solid #425064; border-radius: 30px; background: #05070b; box-shadow: var(--shadow); transform: rotate(8deg); }
.phone-notch { width: 70px; height: 14px; margin: 0 auto -10px; position: relative; z-index: 2; border-radius: 0 0 10px 10px; background: #05070b; }
.phone-screen { height: 100%; border-radius: 23px; padding: 48px 20px 20px; display: flex; flex-direction: column; background: linear-gradient(155deg, rgba(114,213,255,.23), transparent 45%), #111923; }
.phone-screen small, .academy-content > span { color: var(--accent); font-size: 7px; letter-spacing: .14em; }
.phone-screen strong { margin-top: 18px; font-size: 22px; line-height: 1.05; letter-spacing: -.05em; }
.phone-screen span { height: 90px; margin-top: auto; border-radius: 12px; background: linear-gradient(130deg, #3f4c5d, #171e28); }
.academy-ui { width: 72%; min-height: 250px; display: grid; grid-template-columns: 54px 1fr; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; overflow: hidden; background: #0c1018; box-shadow: var(--shadow); transform: rotate(-3deg); }
.academy-nav { border-right: 1px solid var(--line); background: rgba(255,255,255,.025); }
.academy-content { padding: 42px 30px; }
.academy-content strong { display: block; margin-top: 10px; font-size: 24px; line-height: 1.12; }
.academy-content div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 35px; }
.academy-content i { height: 45px; border: 1px solid var(--line); border-radius: 8px; background: rgba(171,123,255,.07); }
.prototype-ui { position: relative; width: 285px; height: 240px; display: grid; place-items: center; }
.prototype-ui .prototype-object { width: 140px; height: 170px; clip-path: polygon(50% 0, 92% 24%, 84% 100%, 16% 100%, 8% 24%); background: linear-gradient(145deg, #d7ff94, #5a8e22); box-shadow: 0 30px 80px rgba(0,0,0,.6); transform: rotate(-7deg); }
.prototype-ui .prototype-ring { position: absolute; width: 220px; height: 100px; border: 1px solid rgba(185,255,85,.27); border-radius: 50%; transform: rotate(20deg); }
.prototype-ui small { position: absolute; bottom: 0; color: #6f7d8e; letter-spacing: .16em; }
.project-info { min-height: 142px; display: grid; grid-template-columns: 1fr .78fr; gap: 30px; align-items: start; padding: 28px; border-top: 1px solid var(--line); }
.project-info.compact { grid-template-columns: 1fr; }
.project-info span { color: var(--accent); font-size: 8px; letter-spacing: .17em; font-weight: 800; }
.project-info h3 { margin: 6px 0 0; font-size: 22px; letter-spacing: -.035em; }
.project-info p { margin: 0; color: var(--muted); font-size: 13px; }
.project-card { display: block; color: inherit; }
.project-cover { min-height: 330px; position: relative; overflow: hidden; background: linear-gradient(135deg, #162332, #080c12); }
.project-wide .project-cover { min-height: 430px; }
.project-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4, 7, 11, .35)); pointer-events: none; }
.project-cover img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .55s ease; }
.project-card:hover .project-cover img { transform: scale(1.045); }
.project-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--accent); font-size: 11px; letter-spacing: .02em; }
.project-link i { font-style: normal; transition: transform .2s; }.project-card:hover .project-link i { transform: translateX(4px); }

.project-page { min-height: 100vh; padding-top: 78px; }.project-header { background: rgba(7, 9, 15, .84); backdrop-filter: blur(18px); border-bottom-color: var(--line); }.project-back { color: var(--muted); font-size: 13px; }.project-back:hover { color: var(--accent); }.project-hero { padding: 72px 0 42px; }.project-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }.project-breadcrumb { display: inline-flex; align-items: center; gap: 9px; color: #8490a1; font-size: 11px; }.project-breadcrumb b { color: var(--accent); font-weight: 700; }.project-hero h1 { margin: 18px 0 0; max-width: 760px; font-size: clamp(44px, 5.3vw, 76px); line-height: .98; letter-spacing: -.06em; }.project-lead { max-width: 640px; margin: 26px 0 0; color: var(--muted); font-size: 18px; }.project-year { display: inline-flex; margin-top: 28px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #bac4d0; font-size: 11px; }.project-hero-media { min-height: 430px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 28px; background: linear-gradient(135deg, #14202e, #090e15); box-shadow: var(--shadow); }.project-hero-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }.project-detail-fallback { min-height: 430px; display: grid; place-items: center; padding: 40px; text-align: center; background: radial-gradient(circle at 50% 30%, rgba(185,255,85,.16), transparent 36%), linear-gradient(145deg, #172331, #080c12); }.project-detail-fallback span { display: block; color: var(--accent); font-size: 11px; letter-spacing: .2em; }.project-detail-fallback strong { display: block; max-width: 360px; margin-top: 14px; font-size: 36px; line-height: 1.02; letter-spacing: -.05em; }.project-story { padding: 48px 0 100px; }.project-story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; padding-top: 48px; border-top: 1px solid var(--line); }.project-side-label { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .15em; }.project-side-label + h2 { margin: 10px 0 0; font-size: 30px; line-height: 1.05; letter-spacing: -.045em; }.project-copy p { max-width: 720px; margin: 0 0 18px; color: #b6c0cc; font-size: 17px; white-space: pre-line; }.project-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }.project-tags span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #c7d0db; background: rgba(255,255,255,.025); font-size: 11px; }.project-cta { margin-top: 54px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid rgba(185,255,85,.19); border-radius: 24px; background: linear-gradient(135deg, rgba(185,255,85,.09), rgba(114,213,255,.04)); }.project-cta h2 { margin: 0; font-size: 25px; letter-spacing: -.045em; }.project-cta p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }.project-not-found { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }.project-not-found h1 { margin: 12px 0; font-size: 46px; letter-spacing: -.06em; }.project-not-found p { color: var(--muted); }

.process { background: #090c12; border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro p { color: var(--muted); max-width: 430px; margin: 24px 0 32px; }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 44px 1fr auto; gap: 24px; align-items: start; padding: 28px 4px; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--accent); font-size: 12px; }
.process-item h3 { margin: 0 0 7px; font-size: 20px; }
.process-item p { margin: 0; color: var(--muted); font-size: 14px; }
.process-item b { color: #697484; font-size: 18px; }

.application-shell, .contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 64px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(135deg, rgba(185,255,85,.055), rgba(255,255,255,.018)); }
.application-copy, .contact-copy { align-self: start; }
.application-copy > p, .contact-copy > p { color: var(--muted); margin: 24px 0; max-width: 520px; }
.application-types { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0; }
.application-types span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #a9b3c1; font-size: 10px; }
.storage-note { display: flex; gap: 12px; align-items: center; margin-top: 35px; padding: 16px; border: 1px solid rgba(114,213,255,.16); border-radius: 14px; background: rgba(114,213,255,.035); }
.storage-note i { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 14px var(--accent-2); }
.storage-note div { display: grid; }
.storage-note strong { font-size: 11px; }
.storage-note small { color: #7f8b9b; font-size: 9px; }
.application-form, .contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.application-form label, .contact-form label { display: grid; gap: 8px; color: #bbc3ce; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.application-form input, .application-form textarea, .application-form select, .contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(4, 7, 11, .66); color: white; padding: 14px 15px; outline: none; resize: vertical; transition: .2s; }
.application-form input:focus, .application-form textarea:focus, .application-form select:focus, .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: rgba(185,255,85,.55); box-shadow: 0 0 0 4px rgba(185,255,85,.06); }
.application-form select option, .contact-form select option { color: #10141b; }
.file-field { padding: 14px; border: 1px dashed rgba(255,255,255,.16); border-radius: 14px; }
.file-field input { padding: 8px; border: 0; background: transparent; }
.file-field span { color: #738092; font-size: 9px; font-weight: 500; }
.check-field { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; }
.check-field input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--accent); }
.check-field span { color: #808b9a; font-size: 10px; font-weight: 500; }
.form-status { min-height: 18px; color: var(--accent); text-align: center; }
.contact-lines { display: grid; margin-top: 32px; border-top: 1px solid var(--line); }
.contact-lines a { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-lines span { color: #717d8c; font-size: 10px; }
.contact-lines strong { font-size: 13px; }

.about-shell { min-height: 590px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; padding: 64px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; background: radial-gradient(circle at 80% 22%, rgba(185,255,85,.12), transparent 34%), linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.about-copy { position: relative; z-index: 3; }
.about-copy p { max-width: 650px; color: var(--muted); font-size: 16px; margin: 24px 0 0; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-stats div { display: grid; }
.about-stats strong { font-size: 32px; line-height: 1; color: var(--accent); }
.about-stats span { margin-top: 8px; color: #8792a1; font-size: 11px; }
.about-visual { min-height: 420px; position: relative; display: grid; place-items: center; }
.core-sphere { width: 230px; height: 230px; position: relative; z-index: 2; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at 35% 28%, #d7ff9b, #7fb82e 42%, #1b2b0e 72%); box-shadow: inset -28px -28px 65px rgba(0,0,0,.4), 0 0 80px rgba(185,255,85,.14); color: #081006; }
.core-sphere span { font-size: 54px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.core-sphere small { font-size: 8px; letter-spacing: .16em; font-weight: 900; margin-top: 7px; }
.ring { position: absolute; border: 1px solid rgba(185,255,85,.18); border-radius: 50%; animation: rotate 16s linear infinite; }
.ring-one { width: 310px; height: 310px; }
.ring-two { width: 410px; height: 190px; transform: rotate(26deg); }
.ring-three { width: 220px; height: 440px; transform: rotate(-28deg); animation-direction: reverse; }
@keyframes rotate { to { rotate: 1turn; } }

.site-footer { padding: 40px 0 28px; border-top: 1px solid var(--line); }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-top p { color: #778292; font-size: 13px; }
.back-top { color: var(--accent); font-size: 12px; }
.footer-bottom { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); color: #697483; font-size: 11px; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 22px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 78px 16px auto; display: grid; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(9,12,18,.96); backdrop-filter: blur(20px); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .25s; }
  .mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-menu a { padding: 13px 12px; border-radius: 10px; color: #d6dce4; }
  .mobile-menu a:hover { background: rgba(255,255,255,.05); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-visual { min-height: 560px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .three-d-shell { grid-template-columns: 1fr; }
  .printer-stage { min-height: 560px; }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-intro { position: static; }
  .about-shell, .application-shell, .contact-shell { grid-template-columns: 1fr; }
  .about-visual { min-height: 360px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section-pad { padding: 82px 0; }
  .nav-wrap { height: 70px; }
  .mobile-menu { inset: 70px 14px auto; }
  .hero { padding-top: 126px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { grid-template-columns: 1fr; gap: 14px; }
  .hero-meta div { grid-template-columns: 70px 1fr; align-items: center; }
  .hero-visual { min-height: 450px; margin-top: -20px; }
  .visual-shell { transform: none; }
  .visual-content { padding: 18px; }
  .metric-grid { gap: 8px; }
  .floating-tag, .orbit { display: none; }
  .trust-line { margin-top: 40px; grid-template-columns: 1fr; gap: 12px; }
  .trust-line p { line-height: 1.6; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .three-d-shell, .about-shell, .application-shell, .contact-shell { padding: 30px 22px; border-radius: 24px; }
  .three-d-stats { grid-template-columns: 1fr; }
  .printer-stage { min-height: 450px; transform: scale(.82); margin: -35px -30px; }
  .printer-data { display: none; }
  .project-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-art, .project-wide .project-art { min-height: 300px; }
  .mock-browser, .academy-ui { width: 88%; }
  .project-info { display: block; padding: 22px; }
  .project-info p { margin-top: 12px; }
  .process-item { grid-template-columns: 35px 1fr; }
  .process-item b { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr; }
  .about-stats div { grid-template-columns: 95px 1fr; align-items: center; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-top p { margin: 0; }
  .toast { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.btn:disabled{opacity:.58;cursor:not-allowed;transform:none!important}

@media (max-width: 820px) {
  .project-hero-grid, .project-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .project-hero { padding-top: 48px; }
  .project-hero-media, .project-hero-media img, .project-detail-fallback { min-height: 300px; }
  .project-story { padding-bottom: 70px; }
  .project-cta { align-items: flex-start; flex-direction: column; }
}
