.ondadev-landing{--l-bg:#0a0a0a;--l-bg-2:#0e0e10;--l-card:#131317;--l-border:rgba(255,255,255,0.08);--l-border-strong:rgba(255,255,255,0.14);--l-fg:#ffffff;--l-muted:#a0a0a8;--l-muted-2:#6b6b73;--l-accent:#88aacc;--l-accent-hover:#b8d0e8;background:var(--l-bg);color:var(--l-fg);font-family:var(--font-sans),system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:400;font-size:17px;line-height:1.5;letter-spacing:-.005em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}.ondadev-landing *{box-sizing:border-box}.ondadev-landing img{max-width:100%;display:block}.ondadev-landing a{color:inherit;text-decoration:none}.ondadev-landing button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}.ondadev-landing ::-moz-selection{background:rgba(255,255,255,.22);color:#fff}.ondadev-landing ::selection{background:rgba(255,255,255,.22);color:#fff}.ondadev-landing .wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 32px}@media (max-width:640px){.ondadev-landing .wrap{padding:0 20px}}.ondadev-landing header.nav{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);background:rgba(10,10,10,.55);transition:background .3s ease,border-color .3s ease;border-bottom:1px solid transparent}.ondadev-landing header.nav.scrolled{background:rgba(10,10,10,.78);border-bottom-color:var(--l-border)}.ondadev-landing .nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.ondadev-landing .brand{display:flex;align-items:center;gap:10px;font-weight:500;font-size:15px;letter-spacing:.02em}.ondadev-landing .brand .mark{width:44px;height:30px;display:inline-flex;align-items:center;justify-content:center}.ondadev-landing .brand .mark img,.ondadev-landing .brand .mark svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ondadev-landing .brand .word{font-weight:500;letter-spacing:0;font-size:14px}.ondadev-landing .nav a.contact-link{font-size:14px;color:var(--l-fg);opacity:.9;padding:8px 4px;transition:opacity .2s ease,color .2s ease}.ondadev-landing .nav a.contact-link:hover{color:var(--l-accent);opacity:1}.ondadev-landing section.hero{min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:120px 0 80px;position:relative;overflow:hidden}.ondadev-landing section.hero>.wrap{position:relative;z-index:2}@media (max-width:640px){.ondadev-landing section.hero{justify-content:flex-start;padding:96px 0 24px;min-height:auto}.ondadev-landing .hero-eyebrow,.ondadev-landing h1.hero-title{margin-bottom:28px}.ondadev-landing .hero-canvas{top:20%}}.ondadev-landing .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--l-muted);letter-spacing:.04em;margin-bottom:40px}.ondadev-landing .hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--l-accent);box-shadow:0 0 0 0 rgba(255,255,255,.5);animation:pulse 2.4s ease-out infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,255,255,.45)}70%{box-shadow:0 0 0 10px rgba(255,255,255,0)}to{box-shadow:0 0 0 0 rgba(255,255,255,0)}}.ondadev-landing h1.hero-title{font-weight:500;font-size:clamp(44px,8.2vw,112px);line-height:.98;letter-spacing:-.035em;margin:0 0 40px;max-width:14ch;text-wrap:balance}.ondadev-landing h1.hero-title .em{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.01em;color:var(--l-fg)}.ondadev-landing h1.hero-title .line{display:block}.ondadev-landing .hero-sub{max-width:560px;font-size:clamp(17px,1.4vw,20px);color:var(--l-muted);line-height:1.55;margin:0}.ondadev-landing .hero-canvas{position:absolute;inset:0;pointer-events:none;z-index:0}.ondadev-landing .hero-canvas canvas{width:100%!important;height:100%!important;display:block}.ondadev-landing .wave-field{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden;opacity:0;transition:opacity .6s ease}.ondadev-landing .wave-field svg{position:absolute;width:200%;left:-50%;height:100%}.ondadev-landing .wave-field .wave-path{fill:none;stroke:var(--l-fg);stroke-linecap:round;stroke-width:1.5;opacity:.14}.ondadev-landing .wave-field .wave-path.w1{animation:waveDrift 18s linear infinite}.ondadev-landing .wave-field .wave-path.w2{opacity:.06;animation:waveDrift 26s linear infinite reverse;stroke-width:1}.ondadev-landing .wave-field .wave-path.w3{opacity:.05;animation:waveDrift 32s linear infinite;stroke-width:2}@keyframes waveDrift{0%{transform:translateX(0)}to{transform:translateX(-25%)}}.no-webgl .ondadev-landing .wave-field{opacity:1}.ondadev-landing .hero-glow{position:absolute;inset:0;pointer-events:none;z-index:1;background:radial-gradient(ellipse 85% 60% at 50% 45%,rgba(10,10,10,0) 0,rgba(10,10,10,.35) 60%,rgba(10,10,10,.9) 100%)}.ondadev-landing .wave-divider{width:100%;height:60px;overflow:hidden;display:block;opacity:.5}.ondadev-landing .wave-divider svg{width:100%;height:100%;display:block}.ondadev-landing .wave-divider path{fill:none;stroke:var(--l-border-strong);stroke-width:1;stroke-dasharray:6 10;animation:dashMove 30s linear infinite}@keyframes dashMove{0%{stroke-dashoffset:0}to{stroke-dashoffset:-400}}@media (prefers-reduced-motion:reduce){.ondadev-landing .hero-mark-img,.ondadev-landing .wave-divider path{animation:none}}.ondadev-landing section{position:relative}.ondadev-landing .section-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:64px}.ondadev-landing .section-title{font-weight:500;font-size:clamp(32px,4.4vw,56px);line-height:1.02;letter-spacing:-.03em;margin:0}.ondadev-landing .section-title .em{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-weight:400}.ondadev-landing .section-kicker{font-size:14px;color:var(--l-muted);text-align:right;max-width:280px}@media (max-width:720px){.ondadev-landing .section-head{flex-direction:column;gap:8px;margin-bottom:44px}.ondadev-landing .section-kicker{text-align:left}}.ondadev-landing .section-label{font-size:12px;color:var(--l-muted-2);letter-spacing:.18em;text-transform:uppercase;display:flex;align-items:center;gap:12px;margin-bottom:28px}.ondadev-landing .section-label:before{content:"";width:22px;height:1px;background:var(--l-muted-2)}.ondadev-landing section.products{padding:140px 0 100px}@media (max-width:640px){.ondadev-landing section.products{padding:100px 0}}.ondadev-landing .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width:960px){.ondadev-landing .product-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}}.ondadev-landing .card{position:relative;background:var(--l-card);border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 20px 60px rgba(0,0,0,.5);transition:border-color .3s ease,transform .4s ease,background .3s ease}.ondadev-landing .card:hover{border-color:rgba(255,255,255,.2);background:#181820;transform:translateY(-4px)}.ondadev-landing .card-stage{position:relative;height:560px;overflow:hidden;isolation:isolate}.ondadev-landing .card-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 35%,rgba(255,255,255,.1) 0,transparent 60%);pointer-events:none;z-index:0}.ondadev-landing .card-stage:after{content:"";position:absolute;left:50%;bottom:-60px;width:80%;height:160px;translate:-50% 0;border-radius:50%;filter:blur(40px);pointer-events:none;z-index:0;animation:haloPulse 6s ease-in-out infinite}.ondadev-landing .card-br .card-stage:after{animation-delay:-2s}.ondadev-landing .card-dm .card-stage:after{animation-delay:-4s}@keyframes haloPulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.12);opacity:1}}@media (prefers-reduced-motion:reduce){.ondadev-landing .card-stage:after{animation:none}}.ondadev-landing .card-hb .card-stage{background:linear-gradient(180deg,#0d1f18 0,var(--l-card) 100%)}.ondadev-landing .card-hb .card-stage:after{background:rgba(255,255,255,.18)}.ondadev-landing .card-br .card-stage{background:linear-gradient(180deg,#291308 0,var(--l-card) 100%)}.ondadev-landing .card-br .card-stage:after{background:rgba(255,124,48,.22)}.ondadev-landing .card-dm .card-stage{background:linear-gradient(180deg,#23101a 0,var(--l-card) 100%)}.ondadev-landing .card-dm .card-stage:after{background:rgba(229,70,85,.2)}.ondadev-landing .phone{position:absolute;pointer-events:none;aspect-ratio:13/28;filter:drop-shadow(0 40px 60px rgba(0,0,0,.7));transition:translate .6s cubic-bezier(.2,.8,.2,1),rotate .6s cubic-bezier(.2,.8,.2,1);will-change:transform,translate}.ondadev-landing .phone-slide{position:absolute;inset:0;opacity:0;animation:slideCycle 30s ease-in-out infinite}.ondadev-landing .phone-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;display:block;border-radius:28px;border:1px solid rgba(255,255,255,.1);background:#0b0b0d}@keyframes slideCycle{0%{opacity:0}1.67%{opacity:1}16.67%{opacity:1}18.33%{opacity:0}to{opacity:0}}.ondadev-landing .phone-front{width:62%;max-width:240px;left:50%;bottom:22px;translate:-72% 0;rotate:-7deg;z-index:2;animation:phoneFloatFront 7s ease-in-out infinite}.ondadev-landing .phone-back{width:58%;max-width:218px;left:50%;bottom:36px;translate:-4% 0;rotate:9deg;opacity:.95;z-index:1;animation:phoneFloatBack 8s ease-in-out infinite;animation-delay:-2.5s}.ondadev-landing .card-br .phone-front{animation-delay:-1.6s}.ondadev-landing .card-br .phone-back{animation-delay:-4.8s}.ondadev-landing .card-dm .phone-front{animation-delay:-3.2s}.ondadev-landing .card-dm .phone-back{animation-delay:-6s}.ondadev-landing .card:hover .phone-front{translate:-72% -14px;rotate:-5deg}.ondadev-landing .card:hover .phone-back{translate:-4% -8px;rotate:11deg}@keyframes phoneFloatFront{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.015)}}@keyframes phoneFloatBack{0%,to{transform:translateY(-4px) scale(1)}50%{transform:translateY(6px) scale(.99)}}@media (prefers-reduced-motion:reduce){.ondadev-landing .phone-back,.ondadev-landing .phone-front,.ondadev-landing .phone-slide{animation:none}.ondadev-landing .phone-slide:first-child{opacity:1}}.ondadev-landing .card .card-body{padding:24px 26px 26px;display:flex;flex-direction:column;gap:12px;flex:1}.ondadev-landing .card .card-head{display:flex;align-items:center;gap:12px;margin-bottom:2px}.ondadev-landing .card .app-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#17171a;border:1px solid var(--l-border);flex-shrink:0;overflow:hidden}.ondadev-landing .card .app-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ondadev-landing .card h3{margin:0;font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:1.1}.ondadev-landing .card .desc{color:var(--l-muted);font-size:14px;line-height:1.55;margin:0}.ondadev-landing .card ul.facts{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-wrap:wrap;gap:6px}.ondadev-landing .card ul.facts li{font-size:11px;color:var(--l-muted);padding:4px 10px;border:1px solid var(--l-border);border-radius:100px;letter-spacing:.01em}.ondadev-landing .card .visit{margin-top:auto;padding-top:8px;display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--l-accent);transition:gap .25s ease,color .2s ease;align-self:flex-start}.ondadev-landing .card .visit:hover{color:var(--l-accent-hover);gap:12px}.ondadev-landing .card .visit svg{width:14px;height:14px;transition:transform .25s ease}.ondadev-landing .card:hover .visit svg{transform:translateX(2px)}@media (max-width:640px){.ondadev-landing .card-stage{height:480px}.ondadev-landing .phone-front{max-width:200px}.ondadev-landing .phone-back{max-width:182px}}.ondadev-landing section.work{padding:140px 0 100px;border-top:1px solid var(--l-border)}.ondadev-landing .work-inner{max-width:680px;margin:0 auto}.ondadev-landing .work-prose p{font-size:clamp(19px,1.7vw,23px);line-height:1.55;color:var(--l-fg);margin:0 0 28px;letter-spacing:-.011em}.ondadev-landing .work-prose p+p{color:var(--l-muted)}.ondadev-landing .work-prose .em{font-family:var(--font-serif),Georgia,serif;font-style:italic;color:var(--l-fg)}.ondadev-landing .work-pillars{margin-top:72px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding-top:48px;border-top:1px solid var(--l-border)}@media (max-width:760px){.ondadev-landing .work-pillars{grid-template-columns:1fr;gap:40px}}.ondadev-landing .pillar{display:flex;flex-direction:column;gap:8px;position:relative;padding-top:8px}.ondadev-landing .pillar .pillar-n{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:13px;color:var(--l-accent);letter-spacing:.05em;margin-bottom:4px}.ondadev-landing .pillar .pillar-t{font-size:22px;font-weight:500;letter-spacing:-.02em}.ondadev-landing .pillar .pillar-d{font-size:15px;color:var(--l-muted);line-height:1.55;max-width:32ch}.ondadev-landing section.vision{background:var(--l-bg-2);padding:200px 0 220px;border-top:1px solid var(--l-border);border-bottom:1px solid var(--l-border);overflow:hidden;position:relative}@media (max-width:720px){.ondadev-landing section.vision{padding:120px 0 140px}}.ondadev-landing .vision-inner{max-width:780px;margin:0 auto;text-align:center;position:relative;z-index:2}.ondadev-landing .vision-label{font-size:12px;color:var(--l-accent);letter-spacing:.2em;text-transform:uppercase;margin-bottom:36px;display:inline-flex;align-items:center;gap:10px}.ondadev-landing .vision-label:after,.ondadev-landing .vision-label:before{content:"";width:24px;height:1px;background:var(--l-accent);opacity:.5}.ondadev-landing h2.vision-title{font-weight:500;font-size:clamp(36px,5.8vw,72px);line-height:1.02;letter-spacing:-.035em;margin:0 0 32px;text-wrap:balance}.ondadev-landing h2.vision-title .em{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-weight:400}.ondadev-landing .vision-sub{font-size:clamp(17px,1.4vw,19px);color:var(--l-muted);line-height:1.6;max-width:56ch;margin:0 auto;text-wrap:pretty}.ondadev-landing .vision-bg{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.ondadev-landing .vision-bg .ripple{position:absolute;left:50%;top:50%;width:400px;height:400px;border:1px solid var(--l-accent);border-radius:50%;transform:translate(-50%,-50%) scale(.1);opacity:0;animation:rippleOut 6s ease-out infinite}.ondadev-landing .vision-bg .ripple.r2{animation-delay:2s}.ondadev-landing .vision-bg .ripple.r3{animation-delay:4s}@keyframes rippleOut{0%{transform:translate(-50%,-50%) scale(.1);opacity:0}20%{opacity:.3}to{transform:translate(-50%,-50%) scale(3);opacity:0}}@media (prefers-reduced-motion:reduce){.ondadev-landing .vision-bg .ripple{animation:none;display:none}}.ondadev-landing .reveal{opacity:0;transform:translateY(24px);transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1)}.ondadev-landing .reveal.in{opacity:1;transform:none}.ondadev-landing .reveal.d1{transition-delay:.12s}.ondadev-landing .reveal.d2{transition-delay:.24s}.ondadev-landing .reveal.d3{transition-delay:.36s}.ondadev-landing section.contact{padding:160px 0 140px}.ondadev-landing .contact-inner{max-width:960px}.ondadev-landing .contact-sub{font-size:clamp(17px,1.4vw,20px);color:var(--l-muted);max-width:48ch;margin:0 0 64px;line-height:1.55}.ondadev-landing .email-link{display:inline-flex;align-items:baseline;gap:8px;font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:clamp(32px,5vw,64px);letter-spacing:-.02em;color:var(--l-fg);line-height:1;transition:color .25s ease;position:relative}.ondadev-landing .email-link:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform-origin:left;transform:scaleX(0);transition:transform .5s cubic-bezier(.2,.8,.2,1)}.ondadev-landing .email-link:hover{color:var(--l-accent)}.ondadev-landing .email-link:hover:after{transform:scaleX(1)}.ondadev-landing .email-link .arrow{font-family:var(--font-sans),sans-serif;font-style:normal;font-size:.4em;color:var(--l-muted-2)}.ondadev-landing footer{padding:48px 0 56px;border-top:1px solid var(--l-border)}.ondadev-landing .foot-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;flex-wrap:wrap}.ondadev-landing .foot-brand{display:flex;flex-direction:column;gap:8px}.ondadev-landing .foot-mark{width:44px;height:28px;margin-bottom:10px;display:inline-flex}.ondadev-landing .foot-mark img,.ondadev-landing .foot-mark svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ondadev-landing .foot-copy{font-size:13px;color:var(--l-muted)}.ondadev-landing .foot-tag{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:14px;color:var(--l-muted-2);margin-top:4px}.ondadev-landing .foot-links{display:flex;gap:24px;font-size:13px;color:var(--l-muted)}.ondadev-landing .foot-links a:hover{color:var(--l-fg)}.ondadev-landing a:focus-visible,.ondadev-landing button:focus-visible{outline:2px solid var(--l-accent);outline-offset:4px;border-radius:2px}.ondadev-landing.legal-page{background:var(--l-bg);color:var(--l-fg);min-height:100vh;display:flex;flex-direction:column}.ondadev-landing.legal-page .nav{background:rgba(10,10,10,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--l-border)}.ondadev-landing .legal-wrap{max-width:720px;margin:96px auto 64px;padding:0 24px;flex:1;font-size:15px;line-height:1.7;color:var(--l-muted)}.ondadev-landing .legal-wrap h1{color:var(--l-fg);font-size:32px;font-weight:500;margin:0 0 8px}.ondadev-landing .legal-wrap h2{color:var(--l-fg);font-size:17px;font-weight:500;margin:36px 0 8px}.ondadev-landing .legal-wrap p{margin:0 0 12px}.ondadev-landing .legal-wrap ul{margin:0 0 12px;padding-left:20px}.ondadev-landing .legal-wrap ul li{margin-bottom:6px}.ondadev-landing .legal-wrap a{color:var(--l-fg);text-decoration:underline;text-underline-offset:3px}.ondadev-landing .legal-wrap .legal-meta{color:var(--l-muted-2);font-size:13px;margin:0 0 32px}.ondadev-landing .legal-wrap .mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;background:rgba(255,255,255,.05);padding:1px 6px;border-radius:4px}