:root{--cyan:#6ec3ea;--blue:#5680e9;--purple:#8860d0;--ink:#262445;--ink-soft:#55547a;--bg:#ffffff;--bg-soft:#f6f7fc;--border:#e7e8f3;--gradient:linear-gradient(115deg, var(--cyan), var(--blue) 55%, var(--purple));--neo-light:#ffffff;--neo-dark:#d8dcee}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:plus jakarta sans,segoe ui,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}img{max-width:100%;display:block}a{color:var(--blue);text-decoration:none}a:hover{color:var(--purple)}h1,h2,h3,h4{color:var(--ink);line-height:1.25;font-weight:700}.wrap{max-width:1120px;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:88px}.brand img{height:64px;width:auto;display:block}.site-header nav{display:flex;gap:2rem}.site-header nav a{color:var(--ink-soft);font-weight:600;font-size:.95rem;padding:.4rem 0;border-bottom:2px solid transparent}.site-header nav a:hover,.site-header nav a.active{color:var(--ink);border-bottom-color:var(--purple)}.hero{position:relative;overflow:hidden;background:var(--ink)url(/images/hero-banner.jpg)50%/cover no-repeat;color:#fff;isolation:isolate}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(38,36,69,.94),rgba(86,128,233,.88) 55%,rgba(136,96,208,.85));z-index:-2}.hero .wave{position:absolute;right:-6%;bottom:-22%;width:46%;min-width:360px;opacity:.3;z-index:-1;pointer-events:none}.hero-inner{position:relative;z-index:1;padding:6rem 1.5rem 7rem;max-width:700px}.hero h1{color:#fff;font-size:2.75rem;margin:0 0 1rem;letter-spacing:-.02em}.hero p.lede{font-size:1.2rem;opacity:.95;margin:0 0 2rem;max-width:560px}.hero .actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.8rem 1.7rem;border-radius:999px;font-weight:700;font-size:.95rem;font-family:inherit;line-height:1.4;border:2px solid transparent;cursor:pointer;transition:background .2s ease,color .2s ease,filter .2s ease,box-shadow .2s ease}.btn-primary{background:var(--gradient);color:#fff;border-color:rgba(255,255,255,.5);box-shadow:0 10px 24px rgba(38,36,69,.28)}.btn-primary:hover{filter:brightness(1.08);color:#fff;box-shadow:0 14px 30px rgba(38,36,69,.32)}.btn-outline{background:0 0;color:#fff;border-color:rgba(255,255,255,.7)}.btn-outline:hover{background:rgba(255,255,255,.12);color:#fff}section.section{padding:4.5rem 0}section.section.alt{background:var(--bg-soft)}.section-head{max-width:640px;margin:0 auto 2.5rem;text-align:center}.section-head h2{font-size:2rem;margin:0 0 .75rem;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.section-head p{color:var(--ink-soft);margin:0}.wave-svg{display:block;width:100%;height:auto;overflow:visible}.wave-svg .wave-path{stroke-dasharray:100;stroke-dashoffset:100;transition:stroke-dashoffset 1.8s cubic-bezier(.65,0,.35,1)}.wave-svg .wave-path-2{transition-delay:.25s}.wave-svg.is-visible .wave-path{stroke-dashoffset:0}.hero .wave-svg{position:absolute;left:0;right:0;bottom:-1px;z-index:0;opacity:.9;pointer-events:none}.divider-wave{display:block;width:100%;height:64px;margin:-1px 0}@media(prefers-reduced-motion:reduce){.wave-svg .wave-path{transition:none;stroke-dashoffset:0}}.bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(130px,auto);align-items:stretch;gap:1.5rem}.bento-item{border-radius:22px;padding:1.75rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.bento-w2{grid-column:span 2}.bento-w3{grid-column:span 3}.bento-w4{grid-column:span 4}.bento-h2{grid-row:span 2}.bento-h3{grid-row:span 3}.bento-item.neo{background:var(--bg-soft);box-shadow:8px 8px 18px var(--neo-dark),-8px -8px 18px var(--neo-light);transition:box-shadow .2s ease,transform .2s ease}.bento-item.neo:hover{transform:translateY(-2px);box-shadow:10px 10px 22px var(--neo-dark),-10px -10px 22px var(--neo-light)}.bento-item.solid{background:var(--gradient);color:#fff}.bento-item.solid h3,.bento-item.solid p{color:#fff}.bento-item.photo{background:var(--ink);color:#fff;justify-content:flex-end;min-height:180px;transition:box-shadow .25s ease}.bento-item.photo:hover{box-shadow:0 20px 40px rgba(38,36,69,.35)}.bento-item.photo .photo-bg{position:absolute;inset:0;background-position:50% 0;background-size:cover;background-repeat:no-repeat;z-index:-1;transform:scale(1);transition:transform .5s ease}.bento-item.photo:hover .photo-bg{transform:scale(1.12)}.bento-item.photo::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(38,36,69,.1),rgba(38,36,69,.92));z-index:0;transition:background .25s ease}.bento-item.photo:hover::before{background:linear-gradient(180deg,rgba(86,128,233,.25),rgba(38,36,69,.95))}.bento-item.photo>*{position:relative;z-index:1}.bento-item.photo h3{color:#fff;transition:transform .25s ease}.bento-item.photo:hover h3{transform:translateY(-2px)}.bento-item.photo .view-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#fff;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .25s ease,margin-top .25s ease}.bento-item.photo:hover .view-link{max-height:30px;opacity:1;margin-top:.4rem}.bento-item.photo .view-link svg{width:14px;height:14px;transition:transform .25s ease}.bento-item.photo:hover .view-link svg{transform:translateX(4px)}.bento-item h3{font-size:1.15rem;margin:0 0 .5rem}.bento-item p{color:var(--ink-soft);margin:0;font-size:.95rem}.bento-item .icon{width:40px;height:40px;border-radius:10px;background:var(--gradient);margin-bottom:.85rem;box-shadow:4px 4px 10px var(--neo-dark),-4px -4px 10px var(--neo-light)}.bento-item ul{margin:.4rem 0 0;padding-left:1.1rem;color:var(--ink-soft);font-size:.95rem}.bento-item li{margin-bottom:.3rem}.bento-item .stat{font-size:2.4rem;font-weight:800;line-height:1;margin-bottom:.4rem}@media(max-width:760px){.bento{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(140px,auto)}.bento-w3,.bento-w4{grid-column:span 2}}@media(max-width:480px){.bento{grid-template-columns:1fr}.bento-w2,.bento-w3,.bento-w4{grid-column:span 1}.bento-h2,.bento-h3{grid-row:span 1}}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.feature-card{background:var(--bg-soft);border:none;border-radius:20px;padding:1.75rem;box-shadow:8px 8px 18px var(--neo-dark),-8px -8px 18px var(--neo-light);transition:box-shadow .2s ease,transform .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:10px 10px 22px var(--neo-dark),-10px -10px 22px var(--neo-light)}.feature-card .icon{width:44px;height:44px;border-radius:12px;background:var(--gradient);margin-bottom:1rem;box-shadow:4px 4px 10px var(--neo-dark),-4px -4px 10px var(--neo-light)}.feature-card h3{font-size:1.1rem;margin:0 0 .75rem}.feature-card ul{margin:0;padding-left:1.1rem;color:var(--ink-soft)}.feature-card li{margin-bottom:.4rem}.project-card{display:block;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(38,36,69,.12)}.project-card .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--bg-soft)}.project-card .thumb img{width:100%;height:100%;object-fit:cover}.project-card .body{padding:1.25rem 1.35rem}.project-card h3{font-size:1.05rem;margin:0;color:var(--ink)}.center{text-align:center}.mt-3{margin-top:2.5rem}.page-hero{background:var(--bg-soft);border-bottom:1px solid var(--border);padding:3rem 0}.page-hero h1{font-size:2.25rem;margin:0 0 .5rem}.page-hero p{color:var(--ink-soft);margin:0}.page-hero.photo{position:relative;isolation:isolate;overflow:hidden;border-bottom:none;background:var(--ink)50%/cover no-repeat;padding:5rem 0;color:#fff}.page-hero.photo::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(38,36,69,.9),rgba(86,128,233,.82) 55%,rgba(136,96,208,.8));z-index:-1}.page-hero.photo h1{color:#fff}.page-hero.photo p{color:rgba(255,255,255,.9)}.prose{max-width:760px;margin:0 auto;padding:3rem 1.5rem}.prose img{border-radius:12px;margin:1.5rem 0}.prose h2{margin-top:2rem}.prose ul,.prose ol{color:var(--ink-soft)}.prose .meta{color:var(--ink-soft);font-size:.9rem;margin-bottom:1.5rem}.back-link{display:inline-block;margin-top:2rem;font-weight:600}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;margin:0 auto;padding:3.5rem 1.5rem;align-items:start}.contact-card{background:var(--gradient);color:#fff;border-radius:16px;padding:2.5rem}.contact-card h2{color:#fff;margin-top:0}.contact-card a{color:#fff;font-weight:700;text-decoration:underline}form.contact-form{display:grid;gap:1.15rem;background:var(--bg-soft);border-radius:20px;padding:1.75rem}form.contact-form input,form.contact-form textarea{width:100%;padding:.85rem 1rem;border-radius:10px;font-family:inherit;font-size:1rem;border:1.5px solid transparent;background:linear-gradient(var(--bg-soft),var(--bg-soft))padding-box,linear-gradient(120deg,rgba(110,195,234,.5),rgba(86,128,233,.5) 55%,rgba(136,96,208,.5))border-box;transition:border-color .2s ease,box-shadow .2s ease}form.contact-form input:focus,form.contact-form textarea:focus{outline:none;background:linear-gradient(var(--bg-soft),var(--bg-soft))padding-box,linear-gradient(120deg,var(--cyan),var(--blue) 55%,var(--purple))border-box;box-shadow:0 0 0 3px rgba(86,128,233,.15)}form.contact-form label{font-weight:600;font-size:.9rem;display:block;margin-bottom:.35rem}form.contact-form .btn{justify-self:start;border-width:0}.site-footer{background:var(--ink);color:rgba(255,255,255,.75);position:relative}.site-footer a{color:rgba(255,255,255,.75)}.site-footer a:hover{color:#fff}.footer-cta{position:relative;isolation:isolate;overflow:hidden;background:var(--ink)50%/cover no-repeat;background-image:url(/images/footer-banner.jpg)}.footer-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(38,36,69,.94),rgba(86,128,233,.88) 55%,rgba(136,96,208,.85));z-index:-1}.footer-cta .footer-wave{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);z-index:0;opacity:.55;pointer-events:none}.footer-cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.25rem;padding:2.5rem 1.5rem}.footer-cta-inner h2{color:#fff;margin:0 0 .35rem;font-size:1.6rem}.footer-cta-inner p{color:rgba(255,255,255,.9);margin:0}.footer-cta-inner .btn{flex-shrink:0;color:#fff}.footer-cta-inner .btn:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding:3rem 1.5rem 2.5rem}.footer-col{display:flex;flex-direction:column;gap:.75rem}.footer-col h4{color:#fff;font-size:.95rem;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.04em}.footer-brand img.footer-logo{width:150px;height:auto;margin-bottom:.75rem}.footer-brand p{margin:0;max-width:320px;color:rgba(255,255,255,.65);font-size:.95rem}.footer-social{display:flex;gap:.75rem;margin-top:.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,8%);transition:background .2s ease,transform .2s ease}.footer-social a:hover{background:var(--gradient);transform:translateY(-3px)}.footer-social svg{width:18px;height:18px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:1.5rem 1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:rgba(255,255,255,.5)}.footer-top{font-weight:600}@media(max-width:760px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-cta-inner{flex-direction:column;align-items:flex-start}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}@media(max-width:760px){.site-header .wrap{height:auto;flex-wrap:wrap;padding:.75rem 1.25rem;gap:.5rem}.site-header nav{gap:1rem;flex-wrap:wrap}.hero h1{font-size:2.1rem}.contact-grid{grid-template-columns:1fr}}