@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");:root{color-scheme:light;--ink:#071a38;--ink-soft:#17345f;--body:#445269;--blue:#247dff;--blue-dark:#0d62de;--cyan:#0fc4dd;--green:#17d68c;--purple:#684cff;--mist:#f4f8fd;--line:#dce6f1;--white:#fff;--navy:#061b3c}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;scroll-padding-top:96px}body,html{overflow-x:clip}body{background:var(--white);color:var(--ink);font-family:DM Sans,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.88);border-bottom:1px solid rgba(220,230,241,.8);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:headerDrop .62s cubic-bezier(.22,1,.36,1) both}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand-logo,.logo-link{display:inline-flex}.brand-logo{align-items:center;white-space:nowrap}.brand-image,.brand-image-viewport{display:block;width:220px}.brand-image{height:auto}.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto}.main-nav a{color:#29415f;font-size:.94rem;font-weight:600;transition:color .18s ease}.main-nav a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 24px;border:0;border-radius:11px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button>span,.contact-direct a>span,.project-title-row>span{transition:transform .18s ease}.button:hover>span,.contact-direct a:hover>span,.project-card:hover .project-title-row>span{transform:translate(3px,-3px)}.button-small{min-height:42px;padding:0 18px;border-radius:9px;font-size:.92rem}.button-dark{background:var(--ink);color:var(--white)}.button-dark:hover{box-shadow:0 10px 22px rgba(7,26,56,.18)}.button-primary{color:var(--white);background:linear-gradient(135deg,var(--blue),#4a66ff);box-shadow:0 13px 30px rgba(36,125,255,.25)}.button-primary:hover{background:linear-gradient(135deg,var(--blue-dark),#3d56e7);box-shadow:0 17px 34px rgba(36,125,255,.3)}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:700}.text-link span{color:var(--blue)}.hero{position:relative;overflow:hidden;padding:84px 0 72px;background:linear-gradient(180deg,rgba(246,250,255,.94),hsla(0,0%,100%,.82)),radial-gradient(circle at 50% 40%,rgba(36,125,255,.07),transparent 55%)}.hero:after{content:"";position:absolute;right:-8%;bottom:-220px;width:760px;height:420px;border-radius:50%;border:1px solid rgba(36,125,255,.08);box-shadow:0 0 0 70px rgba(36,125,255,.025),0 0 0 140px rgba(36,125,255,.018)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(480px,.96fr);align-items:center;grid-gap:58px;gap:58px;position:relative;z-index:2}.hero-copy{max-width:680px}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue-dark);font-size:.77rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.eyebrow>span{width:22px;height:2px;background:var(--blue)}.eyebrow-light{color:#8cc8ff}.eyebrow-light>span{background:var(--green)}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.05em}.hero h1{max-width:720px;margin:24px 0;font-size:clamp(3.2rem,6vw,5.35rem);font-weight:800;line-height:1.025}.hero h1 em{color:var(--blue);font-style:normal}.hero-lead{max-width:610px;color:var(--body);font-size:1.13rem;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.trust-row{display:flex;flex-wrap:wrap;gap:9px 26px;margin-top:50px;color:#607087;font-size:.84rem;font-weight:600}.trust-row span{display:inline-flex;align-items:center;gap:9px}.trust-row span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--green)}.hero-visual{position:relative;height:440px;min-height:0;display:grid;place-items:center}.hero-visual>img{position:relative;z-index:2;width:102%;height:auto;max-height:100%;max-width:none;filter:drop-shadow(0 24px 28px rgba(7,26,56,.12));animation:visualFloat 7s ease-in-out infinite}.visual-backdrop{position:absolute;z-index:1;width:410px;height:410px;border-radius:46% 54% 58% 42%/47% 42% 58% 53%;background:linear-gradient(145deg,#edf7ff,#e5efff);transform:rotate(-8deg)}.floating-note{position:absolute;z-index:3;min-width:154px;padding:13px 16px 14px 38px;border:1px solid rgba(220,230,241,.9);border-radius:13px;background:hsla(0,0%,100%,.93);box-shadow:0 16px 34px rgba(7,26,56,.11);color:#718097;font-size:.7rem;line-height:1.4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:noteFloat 5.5s ease-in-out infinite}.floating-note strong{display:block;color:var(--ink);font-size:.83rem}.note-dot{position:absolute;left:16px;top:17px;width:10px;height:10px;border-radius:50%}.note-dot.blue{background:var(--blue);box-shadow:0 0 0 5px rgba(36,125,255,.11)}.note-dot.green{background:var(--green);box-shadow:0 0 0 5px rgba(23,214,140,.12)}.note-top{right:0;top:38px}.note-bottom{left:18px;bottom:24px;animation-delay:-2.6s}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px)}.hero-orb-one{width:18px;height:18px;top:18%;left:5%;background:rgba(105,76,255,.19);animation:orbDrift 8s ease-in-out infinite}.hero-orb-two{width:9px;height:9px;bottom:16%;left:48%;background:rgba(15,196,221,.45);animation:orbDrift 6.5s ease-in-out infinite reverse}.section{padding:96px 0}.section-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;grid-gap:70px;gap:70px;margin-bottom:62px}.about-copy h2,.contact-copy h2,.location-section h2,.process-section h2,.section-intro h2,.services-intro h2{max-width:720px;margin-top:16px;font-size:clamp(2.35rem,4.3vw,3.75rem);line-height:1.12}.about-copy>p,.contact-copy>p,.location-section p,.process-step p,.section-intro p,.services-intro p{color:var(--body)}.services-section{padding:80px 0;background:var(--white)}.services-layout{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);grid-gap:64px;gap:64px;align-items:start}.services-overview{display:grid;grid-gap:26px;gap:26px}.services-intro h2{max-width:560px;font-size:clamp(2.4rem,3.8vw,3.25rem)}.services-intro p{max-width:540px;margin-top:22px}.soft-panel{border-radius:34px;background:linear-gradient(145deg,#f4f9ff,#edf5ff);border:1px solid #e5eef8}.section-illustration{height:290px;min-height:0;padding:22px;display:grid;place-items:center;overflow:hidden}.section-illustration img{width:100%;height:auto;max-width:440px;max-height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1)}.about-visual:hover img,.section-illustration:hover img{transform:scale(1.025) translateY(-3px)}.capabilities-list{border-top:1px solid var(--line)}.capability{display:grid;grid-template-columns:46px 1fr;grid-gap:20px;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.capability>span{padding-top:4px;color:var(--blue);font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800}.capability h3{margin-bottom:4px;font-size:1.24rem}.capability p{color:var(--body);font-size:.94rem}.work-section{overflow:hidden;color:var(--white);background:radial-gradient(circle at 85% 8%,rgba(36,125,255,.22),transparent 25%),radial-gradient(circle at 8% 45%,rgba(23,214,140,.07),transparent 30%),var(--navy)}.work-heading{position:relative;min-height:355px}.compact-intro{position:relative;z-index:2;margin-bottom:44px}.compact-intro p{color:#a8b8cf}.projects-illustration{position:absolute;z-index:1;right:-180px;top:-142px;width:590px;height:auto;opacity:.18;filter:saturate(1.2)}.projects-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:22px;gap:22px}.project-card{grid-column:span 2;overflow:hidden;border:1px solid hsla(0,0%,100%,.13);border-radius:20px;background:hsla(0,0%,100%,.06);transition:transform .22s ease,border-color .22s ease,background .22s ease}a.project-card:hover{transform:translateY(-6px);border-color:rgba(80,157,255,.65);background:hsla(0,0%,100%,.085)}.project-4,.project-5{grid-column:span 3}.project-media{position:relative;min-height:220px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#ecf6ff,#dcecff)}.project-media.lilac{background:radial-gradient(circle at 75% 28%,hsla(0,0%,100%,.72),transparent 20%),linear-gradient(145deg,#ede8ff,#d9e6ff)}.project-media.green{background:radial-gradient(circle at 72% 30%,hsla(0,0%,100%,.65),transparent 20%),linear-gradient(145deg,#e3faee,#d3ecdf)}.project-media:after,.project-media:before{content:"";position:absolute;width:170px;height:170px;border-radius:40% 60% 62% 38%;background:rgba(36,125,255,.08);transform:rotate(25deg)}.project-media:before{left:-70px;bottom:-90px}.project-media:after{right:-90px;top:-100px}.project-media img{position:relative;z-index:1;width:68%;height:150px;object-fit:contain;transition:transform .5s cubic-bezier(.22,1,.36,1)}.project-monogram{position:relative;z-index:1;display:grid;place-items:center;width:112px;height:112px;border-radius:28px;color:var(--white);background:linear-gradient(145deg,var(--blue),var(--purple));box-shadow:0 22px 40px rgba(50,85,200,.24);font-family:Manrope,sans-serif;font-size:1.65rem;font-weight:800;letter-spacing:-.06em;transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s ease}.project-card:hover .project-media img,.project-card:hover .project-monogram{transform:translateY(-5px) scale(1.04)}.green .project-monogram{color:#093b2b;background:linear-gradient(145deg,#1be09b,#75e393);box-shadow:0 22px 40px rgba(23,145,97,.22)}.status{position:absolute;z-index:3;top:14px;right:14px;display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;color:var(--ink);background:hsla(0,0%,100%,.9);box-shadow:0 5px 16px rgba(7,26,56,.08);font-size:.67rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue)}.status-live:before{background:#11bc77}.status-in-discovery:before{background:#8d73ff}.project-copy{padding:25px 26px 28px}.project-eyebrow{color:#8fa3bf;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:9px 0 10px}.project-title-row h3{font-size:1.37rem}.project-title-row>span{color:#7bb9ff;font-size:1.25rem}.project-copy p{color:#aebbd0;font-size:.9rem;line-height:1.65}.about-section{background:var(--mist)}.about-grid{display:grid;grid-template-columns:minmax(400px,.94fr) minmax(0,1.06fr);align-items:center;grid-gap:68px;gap:68px}.about-visual{height:410px;min-height:0;display:grid;place-items:center;overflow:hidden}.about-visual img{width:106%;height:auto;max-height:100%;max-width:none}.about-copy .large-copy{margin:26px 0 16px;color:var(--ink-soft);font-size:1.17rem;font-weight:500;line-height:1.7}.about-copy>p:not(.large-copy){font-size:.98rem}.principles{display:grid;grid-gap:13px;gap:13px;margin-top:30px}.principle{display:flex;align-items:center;gap:13px;font-size:.93rem}.principle>span{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;color:#08734e;background:rgba(23,214,140,.15);font-size:.76rem}.process-section{color:var(--white);background:radial-gradient(circle at 88% 20%,rgba(15,196,221,.12),transparent 26%),linear-gradient(145deg,#081f45,#061734)}.process-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);grid-gap:70px;gap:70px;align-items:center}.steps-list{margin-top:48px;border-top:1px solid hsla(0,0%,100%,.13)}.process-step{display:grid;grid-template-columns:46px 1fr;grid-gap:20px;gap:20px;padding:24px 0;border-bottom:1px solid hsla(0,0%,100%,.13)}.process-step>span{color:var(--green);font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800}.process-step h3{margin-bottom:5px;font-size:1.18rem}.process-step p{max-width:520px;color:#9fb0c8;font-size:.9rem}.process-visual{display:grid;place-items:center}.process-visual img{width:118%;height:auto;max-width:none;filter:drop-shadow(0 26px 38px rgba(0,0,0,.18));animation:visualFloat 8s ease-in-out -2s infinite}.contact-section{background:var(--white)}.contact-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);grid-gap:24px 58px;gap:24px 58px;align-items:center}.contact-copy h2{margin-bottom:20px}.contact-direct{margin-top:30px}.contact-direct>span{display:block;color:#8190a5;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.contact-direct a{display:inline-flex;align-items:center;gap:10px;margin-top:5px;color:var(--blue-dark);font-size:1.05rem;font-weight:700}.contact-visual{height:220px;min-height:0;display:grid;place-items:center}.contact-visual img{width:min(100%,450px);max-height:220px;animation:visualFloat 7.5s ease-in-out -3s infinite;object-fit:contain}.contact-form{grid-column:1/-1;display:grid;grid-gap:20px;gap:20px;margin-top:30px;padding:38px;border:1px solid var(--line);border-radius:24px;background:var(--mist);box-shadow:0 26px 60px rgba(7,26,56,.06)}.form-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.contact-form label{display:grid;grid-gap:8px;gap:8px;color:var(--ink-soft);font-size:.82rem;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d5e1ee;border-radius:10px;outline:none;color:var(--ink);background:var(--white);transition:border .16s ease,box-shadow .16s ease}.contact-form input,.contact-form select{height:52px;padding:0 15px}.contact-form textarea{min-height:140px;padding:14px 15px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(36,125,255,.1)}.contact-form .button{justify-self:start}.contact-form .button:disabled{cursor:not-allowed;opacity:.58;transform:none}.form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.turnstile-shell{min-height:65px;display:flex;align-items:center}.turnstile-widget{width:min(100%,300px)}.turnstile-configuration{max-width:620px;margin:0;padding:13px 16px;border:1px solid #efcfcf;border-radius:10px;color:#7b2f2f;background:#fff7f7;font-size:.88rem;line-height:1.55}.form-actions{display:flex;align-items:center;gap:18px;min-height:52px}.form-status{max-width:620px;margin:0;color:var(--ink-soft);font-size:.88rem;line-height:1.5}.form-status-success{color:#087a5a}.form-status-error{color:#a43b3b}.location-section{padding:82px 0;background:var(--mist)}.location-grid{display:grid;grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);grid-gap:64px;gap:64px;align-items:center}.location-section h2{margin-bottom:19px;font-size:clamp(2rem,3.4vw,3rem)}.location-section p{margin-bottom:22px}.remote-highlights{display:grid;grid-gap:8px;gap:8px;margin:-4px 0 24px;padding:0;color:#52647d;font-size:.86rem;list-style:none}.remote-highlights li{display:flex;align-items:center;gap:9px}.remote-highlights li:before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--green)}.location-section .text-link{color:var(--blue-dark);font-size:.92rem}.map{width:100%;height:360px;border:0;border-radius:22px;box-shadow:0 22px 54px rgba(7,26,56,.1)}.footer{padding:72px 0 24px;color:#a8b6ca;background:#04142f}.footer-top{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(130px,.65fr));grid-gap:48px;gap:48px;padding-bottom:54px}.footer-brand p{max-width:290px;margin-top:20px;font-size:.9rem}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px;font-size:.88rem}.footer-column strong{margin-bottom:8px;color:var(--white);font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}.footer-column a{transition:color .16s ease}.footer-column a:hover{color:var(--white)}.footer-contact a{line-height:1.65}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid hsla(0,0%,100%,.11);color:#73859f;font-size:.76rem}.fade-in{animation:fadeUp .78s ease both}.hero-visual.fade-in{animation-delay:.1s}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.motion-ready [data-reveal]{--reveal-x:0px;--reveal-y:28px;opacity:0;filter:blur(4px);transform:translate3d(var(--reveal-x),var(--reveal-y),0);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1),filter .72s ease;transition-delay:var(--reveal-delay,0ms)}.motion-ready [data-reveal=left]{--reveal-x:-34px;--reveal-y:0px}.motion-ready [data-reveal=right]{--reveal-x:34px;--reveal-y:0px}.motion-ready [data-reveal].is-visible{opacity:1;filter:blur(0);transform:translateZ(0)}.capability:nth-child(2),.footer-column:nth-child(2),.local-service-card:nth-child(2),.principle:nth-child(2),.project-card:nth-child(2){--reveal-delay:70ms}.capability:nth-child(3),.footer-column:nth-child(3),.local-service-card:nth-child(3),.principle:nth-child(3),.project-card:nth-child(3){--reveal-delay:140ms}.capability:nth-child(4),.footer-column:nth-child(4),.local-service-card:nth-child(4),.project-card:nth-child(4){--reveal-delay:210ms}.capability:nth-child(5),.local-service-card:nth-child(5),.project-card:nth-child(5){--reveal-delay:280ms}.local-service-card:nth-child(6){--reveal-delay:350ms}@keyframes headerDrop{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes visualFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes noteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes orbDrift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(12px,-9px,0) scale(1.12)}}.local-hero{overflow:hidden;padding:104px 0 96px;background:radial-gradient(circle at 82% 20%,rgba(36,125,255,.12),transparent 30%),linear-gradient(145deg,#f7fbff,#eef6ff 64%,#edfcf6)}.local-hero-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);align-items:center;grid-gap:76px;gap:76px}.local-hero-copy h1{max-width:760px;margin:23px 0 26px;font-size:clamp(3rem,5.4vw,4.9rem);line-height:1.03}.local-hero-copy>p{max-width:680px;color:var(--body);font-size:1.08rem}.local-proof{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:42px;color:#52647d;font-size:.84rem;font-weight:600}.local-proof span{display:flex;align-items:center;gap:8px}.local-proof span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green)}.local-hero-card{padding:42px;border:1px solid rgba(36,125,255,.16);border-radius:28px;background:hsla(0,0%,100%,.84);box-shadow:0 28px 70px rgba(7,26,56,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.local-hero-card>span{color:var(--blue-dark);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.local-hero-card h2{margin:18px 0 26px;font-size:2rem;line-height:1.2}.local-hero-card ul{display:grid;grid-gap:14px;gap:14px;padding:0;list-style:none}.local-hero-card li{display:flex;align-items:center;gap:12px;color:var(--body)}.local-hero-card li:before{content:"✓";display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border-radius:50%;color:#08734e;background:rgba(23,214,140,.16);font-size:.75rem;font-weight:800}.local-services{background:var(--white)}.local-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.local-service-card{min-height:250px;padding:28px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#fff,#f7faff);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.local-service-card:hover{transform:translateY(-5px);border-color:rgba(36,125,255,.42);box-shadow:0 20px 42px rgba(7,26,56,.08)}.local-service-card>span{color:var(--blue);font-family:Manrope,sans-serif;font-size:.76rem;font-weight:800}.local-service-card h3{margin:30px 0 10px;font-size:1.28rem}.local-service-card p{color:var(--body);font-size:.91rem}.local-about-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:80px;gap:80px;align-items:start}.local-about-grid h2{margin-top:18px;font-size:clamp(2.3rem,4vw,3.5rem);line-height:1.12}.local-about-grid p{color:var(--body)}.local-about-grid .large-copy{margin-bottom:18px;color:var(--ink-soft);font-size:1.17rem;font-weight:500}.local-about-grid address{margin-top:26px;color:var(--blue-dark);font-style:normal;font-weight:700}.local-cta{color:var(--white);background:linear-gradient(145deg,#081f45,#061734)}.local-cta-shell{display:flex;align-items:center;justify-content:space-between;gap:64px}.local-cta h2{max-width:760px;margin:18px 0 13px;font-size:clamp(2.3rem,4vw,3.5rem);line-height:1.12}.local-cta p{max-width:720px;color:#a8b8cf}.local-cta .button{flex:0 0 auto}.local-footer{padding-top:24px}.local-footer a{color:#a8b6ca}.local-footer a:hover{color:var(--white)}@media (max-width:1040px){.about-grid,.hero-grid,.process-grid,.services-layout{gap:48px}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(400px,.86fr)}.hero h1{font-size:clamp(3rem,5.6vw,4.5rem)}.hero-visual{height:410px;min-height:0}.project-4,.project-5,.project-card{grid-column:span 3}.footer-top{grid-template-columns:1.3fr repeat(3,.7fr)}}@media (max-width:820px){.container{width:min(100% - 36px,680px)}.main-nav{display:none}.hero{padding:68px 0 58px}.about-grid,.contact-shell,.hero-grid,.location-grid,.process-grid,.services-layout{grid-template-columns:1fr}.hero-visual{height:390px;min-height:0;margin-top:10px}.hero-visual>img{width:min(590px,100%)}.visual-backdrop{width:min(410px,84vw);height:min(410px,84vw)}.section{padding:76px 0}.section-intro{grid-template-columns:1fr;align-items:start;gap:22px;margin-bottom:44px}.about-visual,.section-illustration{height:350px;min-height:0}.about-grid,.process-grid,.services-layout{gap:44px}.work-heading{min-height:auto}.projects-illustration{display:none}.project-4,.project-5,.project-card{grid-column:span 6}.about-copy{order:-1}.contact-shell{gap:24px}.contact-visual{height:210px;min-height:0}.contact-form{margin-top:12px}.footer-top{grid-template-columns:1.4fr repeat(2,1fr)}.footer-brand{grid-column:1/-1}}@media (max-width:560px){.container{width:min(100% - 28px,480px)}.nav-wrap{min-height:72px}.brand-image,.brand-image-viewport{width:170px}.nav-cta{min-height:38px;padding:0 13px;font-size:.8rem}.nav-cta span{display:none}.hero h1{font-size:clamp(2.65rem,13vw,3.45rem)}.hero-lead{font-size:1rem}.hero-actions{align-items:stretch;flex-direction:column;gap:18px}.hero-actions .text-link{justify-content:center}.trust-row{margin-top:36px}.hero-visual{height:310px;min-height:0}.floating-note{min-width:132px;padding-right:12px;transform:scale(.9)}.note-top{right:-18px;top:28px}.note-bottom{left:-18px;bottom:15px}.section{padding:64px 0}.about-copy h2,.contact-copy h2,.location-section h2,.process-section h2,.section-intro h2,.services-intro h2{font-size:clamp(2.1rem,10vw,2.85rem)}.about-visual,.section-illustration{height:270px;min-height:0;padding:14px}.process-visual img,.section-illustration img{width:100%}.contact-visual{height:180px}.contact-visual img{max-height:180px}.capability,.process-step{grid-template-columns:34px 1fr;gap:12px}.project-media{min-height:200px}.project-copy{padding:22px 21px 25px}.form-row{grid-template-columns:1fr}.contact-form{padding:24px 20px}.contact-form .button{width:100%}.form-actions{align-items:stretch;flex-direction:column;gap:10px}.map{height:300px}.footer-top{grid-template-columns:1fr 1fr;gap:36px 22px}.footer-brand,.footer-contact{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}}@media (max-width:820px){.local-hero{padding:76px 0 70px}.local-about-grid,.local-hero-grid{grid-template-columns:1fr;gap:42px}.local-hero-copy h1{font-size:clamp(2.8rem,9vw,4.2rem)}.local-hero-card{padding:34px}.local-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.local-cta-shell{align-items:flex-start;flex-direction:column;gap:32px}}@media (max-width:560px){.local-hero{padding:62px 0 58px}.local-hero-copy h1{font-size:clamp(2.4rem,12vw,3.25rem)}.local-hero-copy>p{font-size:1rem}.local-proof{display:grid;grid-gap:10px;gap:10px;margin-top:34px}.local-hero-card{padding:25px;border-radius:22px}.local-service-grid{grid-template-columns:1fr}.local-service-card{min-height:0;padding:25px}.local-service-card h3{margin-top:20px}.local-about-grid{gap:28px}.local-cta .button{width:100%;padding-inline:14px;font-size:.88rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}