:root{--brand:#184cd9;--accent:var(--brand);--mint:#6effc5;--page:#fbf7f7;--surface:#fff;--surface-translucent:hsla(0,0%,100%,.58);--surface-tint:#f3f5fe;--surface-dark:#1a1a1a;--text:#1a1a1a;--text-soft:#3a3a3a;--text-muted:#8a8a8a;--text-on-dark:#fff;--text-muted-dark:#a5a5b5;--border:#efe9e5;--border-dark:#33334a;--danger:#c0362c;--nav-h:108px;--radius-sm:6px;--radius-md:12px;--radius-lg:14px;--radius-xl:20px;--radius-2xl:32px;--radius-pill:999px;--blue:var(--brand);--cream:var(--page);--dark:var(--surface-dark);--text-dark:var(--text)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Space Grotesk,sans-serif;background:var(--cream);color:var(--text-dark);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1760px;margin-inline:auto;padding-inline:clamp(24px,5vw,80px)}.nav-wrap{padding-block:20px;position:-webkit-sticky;position:sticky;top:0;z-index:50;background:transparent;pointer-events:none}.nav-bar{display:flex;align-items:center;justify-content:space-between;min-height:68px;max-width:100%;margin-inline:auto;transition:max-width .35s cubic-bezier(.4,0,.2,1);position:relative;pointer-events:auto;background:var(--surface-translucent);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-radius:18px;padding:10px 10px 10px 24px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.55),0 6px 24px rgba(0,0,0,.07)}.nav-wrap.is-scrolled .nav-bar{max-width:800px}@media (prefers-reduced-motion:reduce){.nav-bar{transition:none}}.nav-logo img{height:40px;width:auto}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:var(--radius-lg);padding:14px 26px;font-weight:500;font-size:15px;border:none;cursor:pointer}.btn-primary{background:var(--blue);color:var(--text-on-dark)}.btn-secondary{background:var(--surface);color:var(--text-dark);border:1px solid var(--border)}.btn-outline-light{background:transparent;color:var(--text-on-dark);border:1px solid hsla(0,0%,100%,.6)}.hero{background:linear-gradient(var(--blue),hsla(0,0%,100%,0));border-radius:32px;margin-top:8px;padding:100px 24px 140px;text-align:center}.hero h1{color:var(--text-on-dark);font-size:clamp(40px,6vw,72px);font-weight:700;line-height:1.05;margin:0 0 24px}.hero p{color:hsla(0,0%,100%,.85);font-size:19px;max-width:560px;margin:0 auto 40px}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cta-box .cta-buttons,.cta-box h2,.cta-box p,.hero .btn,.hero h1,.hero p{animation:rise-in .6s ease-out both}.hero p{animation-delay:.1s}.hero .btn{animation-delay:.2s}.cta-box p{animation-delay:.1s}.cta-box .cta-buttons{animation-delay:.2s}@media (prefers-reduced-motion:reduce){.cta-box .cta-buttons,.cta-box h2,.cta-box p,.hero .btn,.hero h1,.hero p{animation:none}}.section{padding-block:56px}.section-eyebrow{color:var(--text-muted);font-size:15px;margin-bottom:8px}.section h2{font-size:clamp(32px,5vw,48px);margin:0 0 16px;font-weight:700}.section-sub{color:var(--text-muted);font-size:18px;max-width:520px;margin:0 0 40px}.section-header-row{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:56px}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}.project-card{display:flex;flex-direction:column;height:100%;transition:opacity .15s ease}.project-card:hover{opacity:.85}.project-card .thumb{aspect-ratio:4/3;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin-bottom:20px}.project-card .thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.project-card h3{line-height:1.3;min-height:calc(2 * 1.3 * 22px);font-size:22px;margin:0 0 8px}.project-card p{color:var(--text-muted);font-size:16px;line-height:1.5;margin:0;min-height:calc(3 * 1.5 * 16px)}@media (max-width:900px){.project-card p{min-height:calc(4 * 1.5 * 16px)}}.intro-card{display:grid;grid-template-columns:1fr 280px;grid-gap:48px;gap:48px;align-items:start;background:var(--surface);border-radius:32px;padding:56px;border:1px solid var(--border)}.intro-card h2{font-size:36px;margin:0 0 24px}.intro-card>p{font-size:18px;color:var(--text-soft);line-height:1.6;max-width:700px;margin:0 0 40px}.contact-row{display:flex;flex-wrap:wrap;gap:12px;padding-bottom:24px;border-bottom:1px solid var(--border);margin-bottom:24px}.contact-pill{border:1.5px solid var(--border);border-radius:12px;height:48px;padding:0 18px;font-size:15px;display:inline-flex;align-items:center;gap:8px;transition:border-color .15s ease,background .15s ease}.contact-pill:hover{border-color:var(--blue);background:var(--surface-tint)}.social-row{display:flex;gap:12px;margin-bottom:40px}.social-icon{width:24px;height:24px;border-radius:6px;background:var(--dark);color:var(--text-on-dark);display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .15s ease}.social-icon:hover{background:var(--blue)}.profile-photo{border-radius:12px;overflow:hidden}.profile-photo img{width:100%;aspect-ratio:3/4;object-fit:cover;filter:grayscale(1)}.section-dark{background:var(--dark);border-radius:32px;padding:80px 56px}.section-dark,.section-dark h2{color:var(--text-on-dark)}.section-dark .section-sub{color:var(--text-muted-dark)}.bring-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.bring-card{border:1px solid var(--border-dark);border-radius:16px;padding:28px}.bring-card h3{font-size:20px;margin:0 0 10px}.bring-card p{color:var(--text-muted-dark);font-size:16px;margin:0;line-height:1.5}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;min-height:220px}.testimonial-card blockquote{margin:0 0 24px;font-size:18px;line-height:1.5}.testimonial-author{display:flex;align-items:center;justify-content:space-between}.testimonial-author strong{display:block;font-size:16px}.testimonial-author span{color:var(--text-muted);font-size:14px}.quote-mark{color:var(--blue);font-size:32px;font-weight:700}.process-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.process-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:32px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}.process-num{width:32px;height:32px;border-radius:50%;background:var(--blue);color:var(--text-on-dark);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;margin-bottom:40px}.process-card h3{font-size:20px;margin:0 0 10px}.process-card p{color:var(--text-muted);font-size:15px;margin:0;line-height:1.5}.cta-box{background:var(--blue);border-radius:32px;padding:80px 24px;text-align:center;color:var(--text-on-dark)}.cta-box h2{font-size:clamp(28px,4vw,36px);margin:0 0 32px;font-weight:500}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.footer{padding-block:40px;margin-top:40px;border-top:1px solid var(--border)}.footer-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-logo{height:32px;margin:0}.footer p{color:var(--text-muted);font-size:15px;margin:0}.footer .social-row{margin-bottom:0}@media (max-width:640px){.intro-card,.section-dark{padding:32px 24px}.bring-grid,.intro-card,.process-grid,.project-grid{grid-template-columns:1fr}.hero{padding:64px 20px 90px}.section{padding-block:32px}.footer-row{justify-content:center;text-align:center}}.page-header{text-align:left;margin-bottom:48px}.page-header h1{font-size:clamp(32px,5vw,48px);margin:0 0 16px;font-weight:700}.project-hero-image{position:relative;margin-top:calc(var(--nav-h) * -1);height:clamp(480px,86vh,920px);background:var(--surface-dark);overflow:hidden}.project-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.project-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding-block:var(--nav-h) 48px;background:linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.15) 25%,rgba(0,0,0,.45) 45%,rgba(0,0,0,.7) 72%,rgba(0,0,0,.88))}.project-hero-overlay .project-title-block{margin-top:0;width:100%}.project-hero-overlay .project-title{color:var(--text-on-dark);font-size:clamp(32px,4.4vw,72px);font-weight:700;line-height:1.06;margin:0 0 16px;text-wrap:balance;text-shadow:0 1px 24px rgba(0,0,0,.45)}.project-hero-overlay .project-tagline{color:hsla(0,0%,100%,.88);font-size:clamp(17px,1.2vw,21px);max-width:720px;text-shadow:0 1px 16px rgba(0,0,0,.5)}@media (max-width:700px){.project-hero-image{height:clamp(420px,70vh,620px)}.project-hero-overlay{padding-block:var(--nav-h) 32px}.project-hero-overlay .project-tagline{font-size:16px}}.project-title-block{margin-top:32px}.project-title{font-weight:400}.project-tagline{font-size:19px;color:var(--text-dark);max-width:640px;margin:0}.project-facts{display:flex;flex-wrap:wrap;gap:20px 64px;margin:0;padding-block:28px;border-block:1px solid var(--border)}.project-facts dt{font-size:13px;color:var(--text-muted);margin-bottom:10px}.project-facts dd{margin:0;font-size:16px;font-weight:500}.project-row{display:grid;grid-template-columns:200px 1fr;grid-gap:64px;gap:64px;padding-block:52px;border-bottom:1px solid var(--border)}.project-row-label{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 12px);align-self:start}.project-num{display:block;font-size:13px;font-weight:600;color:var(--accent);margin-bottom:8px}.project-row-label h2{margin:0;font-size:15px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text-soft)}.project-body p{margin:0;font-size:25px;line-height:1.6;font-weight:400;color:var(--text);max-width:860px}@media (max-width:900px){.project-row{grid-template-columns:1fr;gap:20px;padding-block:36px}.project-row-label{position:static}.project-body p{font-size:20px}}.project-section h2{font-size:26px;margin:0 0 16px;font-weight:400}.project-section p{font-size:17px;color:var(--text-soft);line-height:1.6;max-width:720px;margin:0 0 12px}.project-roles{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.role-pill{background:var(--surface);border:1px solid color-mix(in srgb,var(--accent) 16%,transparent);border-radius:var(--radius-pill);padding:6px 16px;font-size:15px;display:inline-flex;align-items:center}.project-video{position:relative;padding-top:56.25%;height:0;overflow:hidden;border-radius:16px}.project-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.project-gallery{display:flex;flex-direction:column;gap:24px}.project-gallery img{display:block;width:100%;height:auto;border-radius:16px}.project-nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.project-nav a{font-weight:500;transition:opacity .15s ease}.project-nav a:hover{opacity:.6}.not-found-section{text-align:center;padding:120px 24px}.not-found-section h1{font-size:clamp(32px,5vw,48px);margin:0 0 16px;font-weight:700}.contact-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:start}.contact-gradient-card{background:radial-gradient(circle at 0 0,var(--blue),var(--mint));border-radius:16px;padding:48px;color:var(--text-on-dark)}.contact-gradient-card h1{font-size:clamp(28px,4vw,36px);margin:0 0 16px;font-weight:700}.contact-gradient-card>p{opacity:.9;margin:0;font-size:17px;line-height:1.5}.contact-divider{border:none;border-top:1px solid hsla(0,0%,100%,.3);margin:24px 0}.contact-eyebrow{color:hsla(0,0%,100%,.85)}.contact-gradient-card .contact-row{border-bottom:none;padding-bottom:0;margin-bottom:0}.contact-gradient-card .contact-pill{border-color:hsla(0,0%,100%,.5);color:var(--text-on-dark)}.contact-gradient-card .contact-pill:hover{background:hsla(0,0%,100%,.15);border-color:var(--text-on-dark)}.contact-gradient-card .social-icon{background:hsla(0,0%,100%,.2)}.contact-gradient-card .social-icon:hover{background:var(--surface);color:var(--blue)}.contact-form-card{background:var(--surface);border-radius:32px;padding:48px;border:1px solid var(--border)}.form-row{margin-bottom:20px}.form-row label{display:block;font-size:14px;font-weight:700;margin-bottom:5px}.required{color:var(--blue);margin-left:2px}.form-row input,.form-row textarea{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:15px;background:var(--surface);color:var(--text-dark)}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--blue)}.form-row textarea{resize:vertical;min-height:120px}.form-status{margin-top:16px;font-size:14px}.form-status.error{color:var(--danger)}.btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:900px){.contact-layout{grid-template-columns:1fr}.contact-form-card,.contact-gradient-card{padding:32px}}