@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#0b0b0b;font-family:Inter,system-ui,sans-serif}main{min-height:calc(100vh - 104px)}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#0b0b0bf7;border-bottom:1px solid #1e1e1e;justify-content:space-between;align-items:center;height:104px;padding:0 8%;display:flex;position:sticky;top:0}.logo{align-items:center;text-decoration:none;display:flex}.nav-logo{border-radius:8px;width:auto;height:170px}.footer-logo{border-radius:10px;width:auto;height:260px;margin-bottom:20px}.nav-links{gap:32px;display:flex}.nav-links a{color:#aaa;padding-bottom:4px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#fff}.nav-links a.active{border-bottom:2px solid #42d36b}.nav-actions{align-items:center;gap:16px;display:flex}.nav-icon{color:#aaa;align-items:center;text-decoration:none;transition:color .2s;display:flex}.nav-icon:hover{color:#fff}.nav-cta{text-decoration:none;color:#fff!important;background:0 0!important;border:1px solid #444!important;padding:9px 20px!important;font-size:.875rem!important}.nav-cta:hover{border-color:#fff!important;transform:none!important}.btn-primary{color:#000;cursor:pointer;background:#42d36b;border:none;border-radius:8px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:8px;align-items:center;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .2s,transform .2s;display:inline-flex}.btn-outline:hover{border-color:#42d36b;transform:translateY(-1px)}.hero{border-bottom:1px solid #1e1e1e;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:40px;padding:100px 8%;display:grid}.hero--two-col{grid-template-columns:1.25fr 1fr}.hero-headline{letter-spacing:-.03em;font-size:5.5rem;font-weight:900;line-height:1}.hero-headline span{color:#42d36b}.hero-sub{color:#aaa;margin-top:20px;font-size:1rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.hero-center{justify-content:center;align-items:center;display:flex}.hero-img{object-fit:cover;border-radius:20px;width:100%;max-width:420px}.intro-label{color:#42d36b;letter-spacing:.08em;margin-bottom:8px;font-size:.85rem;font-weight:700}.hero-name{font-size:3rem;font-weight:800}.hero-title{color:#42d36b;margin-bottom:16px;font-weight:600}.hero-bio{color:#aaa;margin-bottom:28px;font-size:.95rem;line-height:1.7}.hero-traits{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.trait{flex-direction:column;gap:4px;display:flex}.trait-icon{align-items:center;margin-bottom:4px;font-size:1.3rem;display:flex}.trait strong{color:#fff;font-size:.85rem}.trait p{color:#777;font-size:.78rem;line-height:1.5}.section{padding:112px 8%}.section-label{color:#42d36b;letter-spacing:.14em;margin-bottom:14px;font-size:.8rem;font-weight:700}.section-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.section-desc{color:#aaa;max-width:520px;margin-top:10px;font-size:1.05rem;line-height:1.7}.section-header h2{letter-spacing:-.02em;font-size:3.4rem;font-weight:900}.page-container{max-width:1280px;margin:0 auto;padding:80px 8% 120px}.page-header{margin-bottom:72px}.page-header h1{letter-spacing:-.03em;margin-bottom:20px;font-size:4.5rem;font-weight:900}.page-desc{color:#aaa;max-width:600px;line-height:1.7}.projects-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.project-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.project-card:hover{border-color:#333;transform:translateY(-4px)}.projects-grid--4{grid-template-columns:repeat(4,1fr)}.project-image{background:#0f1a0f;border-bottom:1px solid #1e1e1e;justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}.project-image img{object-fit:cover;object-position:top;width:100%;height:100%}.project-placeholder{color:#42d36b;opacity:.3;font-size:4rem;font-weight:900}.project-placeholder.large{font-size:8rem}.project-card-body{flex-direction:column;flex:1;padding:24px;display:flex}.project-card-top{align-items:center;gap:12px;margin-bottom:8px;display:flex}.project-card-top h3{font-size:1.2rem;font-weight:700}.badge{color:#42d36b;white-space:nowrap;background:#1a2a1a;border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:600}.project-tagline{color:#42d36b;margin-bottom:8px;font-size:.85rem}.project-card p{color:#aaa;margin-bottom:16px;font-size:.9rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.tech-tag{color:#aaa;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:6px;padding:4px 10px;font-size:.75rem}.project-card-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.link-green{color:#42d36b;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.link-green:hover{opacity:.8}.section--alt{background:#0e0e0e;border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e}.section--light{background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.section--light h1,.section--light h2{color:#0b0b0b}.section--light .section-label{color:#42d36b}.section--light .section-desc,.section--light .page-desc{color:#555}.section--light .service-card{background:#f7f7f7;border-color:#e8e8e8}.section--light .service-card:hover{border-color:#42d36b}.section--light .service-card h3{color:#0b0b0b}.section--light .service-card>p{color:#555}.section--light .service-list li{color:#333}.section--light .faq-list{border-color:#e0e0e0}.section--light .faq-item{border-bottom-color:#e0e0e0}.section--light .faq-question{color:#0b0b0b;background:#fff}.section--light .faq-question:hover{background:#f8f8f8}.section--light .faq-item--open .faq-question{color:#42d36b}.section--light .faq-answer{color:#444;background:#fff}.section--light .contact-home-subhead{color:#0b0b0b}.section--light .contact-home-meta{color:#555}.section--light .form-group label{color:#333}.section--light .form-group input,.section--light .form-group textarea,.section--light .form-group select{color:#0b0b0b;background:#fafafa;border-color:#d4d4d4}.section--light .form-group input::placeholder,.section--light .form-group textarea::placeholder{color:#aaa}.section--light .form-group input:focus,.section--light .form-group textarea:focus,.section--light .form-group select:focus{border-color:#42d36b}.section--light .form-group select option{color:#0b0b0b;background:#fff}.section--light .btn-outline{color:#0b0b0b;border-color:#333}.section--light .btn-outline:hover{color:#0b0b0b;border-color:#42d36b}.section--grey{background:#f3f3f3;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4}.section--grey h2{color:#0b0b0b}.section--grey .section-label{color:#42d36b}.section--grey .section-desc{color:#555}.section--grey .testimonial-card{background:#fff;border-color:#e4e4e4}.section--grey .testimonial-card:hover{border-color:#bbb}.section--grey .testimonial-quote{color:#333}.section--grey .testimonial-author strong{color:#0b0b0b}.section--grey .testimonial-author{border-top-color:#e4e4e4}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;flex-direction:column;gap:16px;padding:32px;transition:border-color .2s,transform .2s;display:flex}.service-card:hover{border-color:#333;transform:translateY(-4px)}.service-card--highlight{border-color:#1e3a1e}.service-card--highlight:hover{border-color:#42d36b}.service-icon{font-size:2rem;line-height:1}.service-card h3{font-size:1.2rem;font-weight:700}.service-card>p{color:#aaa;flex:1;margin:0;font-size:.9rem;line-height:1.6}.service-list{flex-direction:column;gap:8px;list-style:none;display:flex}.service-list li{color:#ccc;padding-left:14px;font-size:.875rem;position:relative}.service-list li:before{content:"→";color:#42d36b;font-size:.75rem;position:absolute;top:1px;left:0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonial-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;flex-direction:column;gap:24px;padding:32px;transition:border-color .2s;display:flex}.testimonial-card:hover{border-color:#333}.testimonial-quote{color:#ccc;flex:1;font-size:.95rem;font-style:italic;line-height:1.8}.testimonial-author{border-top:1px solid #1e1e1e;flex-direction:column;gap:4px;padding-top:16px;display:flex}.testimonial-author strong{color:#fff;font-size:.9rem}.testimonial-author span{color:#42d36b;font-size:.8rem}.faq-list{border:1px solid #1e1e1e;border-radius:20px;flex-direction:column;max-width:860px;display:flex;overflow:hidden}.faq-item{border-bottom:1px solid #1e1e1e}.faq-item:last-child{border-bottom:none}.faq-question{color:#fff;cursor:pointer;text-align:left;background:#111;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:28px 36px;font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;line-height:1.4;transition:background .15s;display:flex}.faq-question:hover{background:#161616}.faq-item--open .faq-question{color:#42d36b}.faq-chevron{color:#555;flex-shrink:0;width:20px;height:20px;transition:transform .2s,color .2s}.faq-item--open .faq-chevron{color:#42d36b;transform:rotate(180deg)}.faq-answer{color:#aaa;background:#111;margin:0;padding:4px 36px 30px;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-style:italic;line-height:1.95}.section--centered .section-header{text-align:center}.section--centered .section-header-row{flex-direction:column;align-items:center}.section--centered .section-desc,.section--centered .faq-list{margin-left:auto;margin-right:auto}.contact-home-grid{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.contact-home-col{flex-direction:column;display:flex}.contact-home-subhead{margin-bottom:8px;font-size:1.3rem;font-weight:700}.contact-home-meta{color:#aaa;margin-bottom:24px;font-size:.9rem;line-height:1.6}.about-home-grid{grid-template-columns:1.3fr 1fr;align-items:center;gap:80px;display:grid}.about-home-name{letter-spacing:-.02em;margin:10px 0 14px;font-family:Playfair Display,Georgia,serif;font-size:4.8rem;font-weight:900;line-height:1}.about-home-role{color:#42d36b;letter-spacing:.02em;margin-bottom:28px;font-size:1rem;font-weight:600}.about-home-bio{color:#aaa;max-width:540px;margin-bottom:36px;font-size:1.1rem;line-height:1.85}.about-home-traits{flex-direction:column;gap:16px;display:flex}.trait-card{background:#161616;border:1px solid #1e1e1e;border-radius:14px;flex-direction:column;gap:6px;padding:24px 28px;transition:border-color .2s;display:flex}.trait-card:hover{border-color:#42d36b}.trait-card .trait-icon{align-items:center;margin-bottom:4px;font-size:1.5rem;display:flex}.trait-card strong{color:#fff;font-size:1rem;font-weight:700}.trait-card p{color:#666;margin:0;font-size:.9rem;line-height:1.6}.brand-home-grid{grid-template-columns:1.3fr 1fr;align-items:center;gap:80px;display:grid}.brand-home-headline{letter-spacing:-.03em;color:#0b0b0b;margin:10px 0 16px;font-size:4.5rem;font-weight:900;line-height:1}.brand-home-tagline{color:#42d36b;margin-bottom:24px;font-size:1rem;font-weight:600}.brand-home-bio{color:#555;max-width:560px;margin-bottom:40px;font-size:1.05rem;line-height:1.85}.brand-stats{gap:48px;display:flex}.brand-stat{flex-direction:column;gap:4px;display:flex}.brand-stat-num{color:#0b0b0b;letter-spacing:-.02em;font-size:2.8rem;font-weight:900;line-height:1}.brand-stat-label{color:#888;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:600}.brand-home-card{background:#0b0b0b;border-radius:20px;flex-direction:column;gap:20px;padding:48px 44px;display:flex}.brand-quote{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-style:italic;line-height:1.7}.brand-card-attr{color:#42d36b;font-size:.875rem;font-weight:600}.about-grid{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}.about-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;margin-bottom:24px;padding:40px;line-height:1.9}.about-card p{color:#ccc;margin-bottom:18px}.about-card p:last-child{margin-bottom:0}.roles-grid{flex-wrap:wrap;gap:10px;display:flex}.role-tag{color:#ccc;background:#111;border:1px solid #2a2a2a;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:500}.credentials-col{flex-direction:column;gap:20px;display:flex}.credential-card{background:#111;border:1px solid #1e1e1e;border-radius:16px;padding:28px}.credential-card h3{color:#42d36b;letter-spacing:.06em;margin-bottom:16px;font-size:.85rem;font-weight:700}.credential-card ul{flex-direction:column;gap:10px;list-style:none;display:flex}.credential-card li{color:#ccc;border-left:2px solid #42d36b;padding-left:12px;font-size:.9rem}.about-section-label{color:#42d36b;letter-spacing:.1em;margin:32px 0 16px;font-size:.75rem;font-weight:700}.timeline{flex-direction:column;gap:24px;display:flex}.timeline-item{background:#111;border:1px solid #1e1e1e;border-radius:16px;padding:28px}.timeline-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.timeline-role{color:#fff;font-size:1rem;font-weight:700}.timeline-company{color:#42d36b;margin-top:2px;font-size:.875rem}.timeline-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.timeline-period{color:#aaa;font-size:.8rem;font-weight:600}.timeline-location{color:#666;font-size:.78rem}.timeline-bullets{flex-direction:column;gap:8px;list-style:none;display:flex}.timeline-bullets li{color:#bbb;padding-left:14px;font-size:.875rem;line-height:1.6;position:relative}.timeline-bullets li:before{content:"•";color:#42d36b;position:absolute;left:0}.edu-list{flex-direction:column;gap:18px;display:flex}.edu-item{border-left:2px solid #42d36b;padding-left:12px}.edu-school{color:#eee;font-size:.875rem;font-weight:600}.edu-degree{color:#999;margin-top:2px;font-size:.82rem}.edu-year{color:#555;margin-top:3px;font-size:.75rem;display:block}.cert-item{color:#ccc;border-left:2px solid #42d36b;flex-direction:column;gap:4px;padding-left:12px;font-size:.875rem;display:flex}.cert-badge{color:#c8a84b;background:#1a1a0a;border:1px solid #3a3010;border-radius:10px;width:fit-content;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.skills-inline{flex-direction:column;gap:6px;display:flex}.skills-cat{color:#42d36b;letter-spacing:.05em;margin-top:8px;font-size:.75rem;font-weight:700}.skills-cat:first-child{margin-top:0}.skills-list{color:#999;font-size:.82rem;line-height:1.5}.skills-groups{flex-direction:column;gap:48px;display:flex}.skill-group h3{color:#42d36b;letter-spacing:.08em;margin-bottom:16px;font-size:.85rem;font-weight:700}.skills-grid{flex-wrap:wrap;gap:12px;display:flex}.skill-card{background:#111;border:1px solid #1e1e1e;border-radius:10px;padding:14px 22px;font-size:.9rem;font-weight:600;transition:border-color .2s}.skill-card:hover{border-color:#42d36b}.back-link{color:#aaa;margin-bottom:40px;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#fff}.case-hero{grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:60px;display:grid}.case-image{background:linear-gradient(135deg,#1a2a1a,#111);border:1px solid #1e1e1e;border-radius:16px;justify-content:center;align-items:center;height:320px;display:flex}.case-intro h1{margin:12px 0 8px;font-size:2.8rem}.case-tagline{color:#42d36b;margin-bottom:28px}.case-actions{gap:14px;display:flex}.case-body{flex-direction:column;gap:48px;display:flex}.case-section h2{color:#eee;margin-bottom:16px;font-size:1.4rem}.case-section p{color:#aaa;line-height:1.8}.feature-list{flex-direction:column;gap:10px;list-style:none;display:flex}.feature-list li{color:#ccc;border-left:2px solid #42d36b;padding-left:16px;font-size:.95rem}.contact-grid{grid-template-columns:1fr 2fr;gap:48px;display:grid}.contact-info{flex-direction:column;gap:28px;display:flex}.contact-item{flex-direction:column;gap:6px;display:flex}.contact-item strong{color:#42d36b;letter-spacing:.08em;font-size:.8rem;font-weight:700}.contact-item a{color:#ccc;font-size:.95rem;text-decoration:none;transition:color .2s}.contact-item a:hover{color:#fff}.contact-form{flex-direction:column;gap:20px;display:flex}.form-success{color:#42d36b;margin:0;font-size:.9rem}.form-error{color:#ff6b6b;margin:0;font-size:.9rem}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#ccc;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-style:italic;font-weight:500}.form-group input,.form-group textarea,.form-group select{color:#fff;resize:vertical;background:#111;border:1px solid #2a2a2a;border-radius:8px;outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.form-group select option{color:#e0e0e0;background:#0f1a0f}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#42d36b}.form-group input::placeholder,.form-group textarea::placeholder{color:#555}.footer{border-top:2px solid #2a2a2a;padding:80px 8%}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:56px;display:grid}.footer-brand h3{font-size:1.5rem;font-weight:900;line-height:1.3}.footer-brand h3 span{color:#42d36b}.footer-brand p{color:#666;margin-top:16px;font-size:.95rem;line-height:1.6}.footer-heading{color:#42d36b;letter-spacing:.12em;margin-bottom:18px;font-size:.8rem;font-weight:700}.footer-body{color:#888;margin-bottom:20px;font-size:1rem;line-height:1.75}.footer-cta{padding:12px 22px;font-size:.95rem}.footer-tech{flex-wrap:wrap;gap:10px;display:flex}.footer-tech span{color:#999;background:#111;border:1px solid #2a2a2a;border-radius:6px;padding:6px 14px;font-size:.85rem}.footer-social{gap:16px;margin-top:8px;display:flex}.footer-social a{color:#666;align-items:center;text-decoration:none;transition:color .2s;display:flex}.footer-social a:hover{color:#fff}@media (width<=1200px){.projects-grid--4{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.hero--two-col,.footer-grid{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr}.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero{grid-template-columns:1fr;padding:50px 6%}.hero-center{display:none}.projects-grid,.contact-grid,.case-hero{grid-template-columns:1fr}.hero-headline{font-size:3rem}.section-header h2{font-size:2.4rem}.page-header h1{font-size:2.8rem}.nav-links,.nav-actions .nav-icon{display:none}.footer-grid{grid-template-columns:1fr}.section-header-row{flex-direction:column;align-items:flex-start;gap:16px}.services-grid,.testimonials-grid,.contact-home-grid,.about-home-grid,.brand-home-grid{grid-template-columns:1fr}.about-home-name{font-size:3.2rem}.faq-list{border-radius:12px}}
