@font-face{font-family:Switzer;src:url(/assets/fonts/switzer-300.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/assets/fonts/switzer-400.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Switzer;src:url(/assets/fonts/switzer-600.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#fffcf6;--cream-dark:#bcb6b5;--ink:#282a2f;--ink-muted:#47474b;--brand:#8e2130;--accent:#8e2130;--accent-light:#8e2130;--border:#bcb6b58c;--white:#fffcf6;--dark-soft:#47474b;--section-grey:linear-gradient(180deg, #bcb6b547, #bcb6b585);--font-serif:"Switzer", system-ui, sans-serif;--font-sans:"Switzer", system-ui, sans-serif;--max-w:1100px;--pad-x:clamp(1.5rem, 5vw, 5rem);--section-gap:clamp(5rem, 10vw, 9rem)}html{scroll-behavior:smooth}body{background-color:var(--cream);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:clamp(15px,1.05vw,17px);font-weight:300;line-height:1.7}a{color:inherit;text-decoration:none}.container{max-width:var(--max-w);padding:0 var(--pad-x);margin:0 auto}.section{padding:var(--section-gap) 0}.section-label{font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--ink);margin-bottom:1rem;font-size:.72rem;font-weight:300}.section-h2{font-family:var(--font-serif);letter-spacing:-.02em;max-width:680px;margin-bottom:2rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.section-intro{color:var(--ink-muted);max-width:none;margin-bottom:3rem;font-size:1.05em}.btn{background:var(--ink);color:var(--cream);font-family:var(--font-sans);letter-spacing:.05em;border-radius:2px;padding:.85rem 2rem;font-size:.85rem;font-weight:400;transition:background .25s,color .25s;display:inline-block}.btn:hover{background:var(--accent);color:var(--white)}.btn--large{padding:1.1rem 2.6rem;font-size:.95rem}.nav{z-index:100;padding:1.4rem var(--pad-x);background:var(--cream);-webkit-backdrop-filter:none;border-bottom:1px solid #0000;grid-template-columns:1fr auto 1fr;align-items:center;transition:border-color .3s;display:grid;position:fixed;top:0;left:0;right:0}.nav.scrolled{border-bottom-color:var(--border)}.nav-logo{flex:none;align-items:center;width:clamp(128px,14vw,176px);line-height:0;display:inline-flex}.nav-logo img{width:100%;height:auto;display:block}.nav-panel{display:contents}.nav-toggle{border:1px solid var(--border);background:var(--white);width:44px;height:44px;color:var(--ink);cursor:pointer;padding:11px 9px;display:none}.nav-toggle span{background:currentColor;width:100%;height:1px;transition:transform .2s,opacity .2s;display:block}.nav-toggle span+span{margin-top:6px}.nav-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.nav.is-open .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.nav.is-open .nav-toggle span:nth-child(2){opacity:0}.nav.is-open .nav-toggle span:last-child{transform:translateY(-7px)rotate(-45deg)}.nav-actions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:2.2rem;display:flex}.nav-menu{white-space:nowrap;justify-self:center;align-items:center;gap:2.6rem;display:flex}.nav-link,.nav-cta{letter-spacing:.02em;color:var(--ink-muted);border-bottom:1px solid var(--accent);padding-bottom:2px;font-size:.8rem;font-weight:300;transition:color .2s,border-color .2s}.nav-link:hover,.nav-link:focus-visible,.nav-cta:hover,.nav-cta:focus-visible{color:var(--accent);border-bottom-color:var(--accent)}.nav-cta{color:var(--ink);border-bottom-color:var(--accent)}.lang-toggle{letter-spacing:.12em;-webkit-user-select:none;user-select:none;flex:none;align-items:center;gap:.35rem;font-size:.72rem;font-weight:300;display:flex}.lang-toggle a{appearance:none;font:inherit;letter-spacing:inherit;cursor:pointer;color:var(--ink-muted);background:0 0;border:0;padding:.15rem 0;transition:color .2s}.lang-toggle a.active{color:var(--ink)}.lang-toggle a:hover{color:var(--accent)}.lang-toggle a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.lang-sep{color:var(--border);pointer-events:none}#home,#projects,#services,#process,#founder,#faq,#contact{scroll-margin-top:5.5rem}.hero{background:var(--ink);flex-direction:column;justify-content:flex-end;min-height:max(100svh,760px);padding-top:clamp(8rem,12vw,10rem);display:flex;position:relative;overflow:hidden}.hero-symbol{z-index:1;aspect-ratio:1;opacity:.16;pointer-events:none;width:clamp(360px,48vw,720px);position:absolute;bottom:clamp(12rem,24vw,20rem);left:max(-9rem,-9vw)}.hero-symbol:before,.hero-symbol:after{content:"";border:2px solid #fffcf661;border-color:#0000 #fffcf661 #fffcf661 #0000;border-radius:50%;position:absolute;transform:rotate(45deg)}.hero-symbol:before{inset:6%}.hero-symbol:after{inset:24%}.hero-inner{z-index:2;max-width:var(--max-w);width:100%;padding:0 var(--pad-x) clamp(3rem, 7vw, 6rem);grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;gap:clamp(2.5rem,7vw,7rem);margin:0 auto;display:grid;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#fffcf6b8;margin-bottom:1.8rem;font-size:.72rem}.hero-h1{font-family:var(--font-serif);letter-spacing:-.06em;max-width:760px;color:var(--cream);font-size:clamp(3.3rem,9vw,7.4rem);font-weight:400;line-height:.95}.hero-side{border-top:1px solid #fffcf657;padding-top:1.6rem}.hero-kicker{color:var(--cream);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:600}.hero-sub{color:#fffcf6d1;max-width:500px;margin-bottom:1.2rem;font-size:clamp(.95rem,1.2vw,1.08rem)}.hero-proof{color:#fffcf6b8;border-left:2px solid var(--cream);max-width:440px;margin-bottom:2rem;padding-left:1rem;font-size:.83rem}.hero .btn{background:var(--cream);color:var(--ink)}.hero .btn:hover{background:var(--brand);color:var(--white)}.hero-image-strip{z-index:0;background:var(--ink);position:absolute;inset:0;overflow:hidden}.hero-video{object-fit:cover;object-position:center 50%;filter:saturate(.95)contrast(1.06)brightness(.58);width:100%;height:100%;display:block;position:absolute;inset:0}.hero-image-overlay{pointer-events:none;background:linear-gradient(90deg,#18191d6b,#18191d2e 52%,#18191d75),linear-gradient(#18191d57,#18191d1f 42%,#18191d94);position:absolute;inset:0}.problem{background:var(--white);position:relative}.problem:before{content:"";top:0;right:var(--pad-x);background:var(--brand);opacity:.55;width:1px;height:90px;position:absolute}.problem .section-h2,.solution .section-h2,.projects .section-h2,.services .section-h2{max-width:none}.problem-grid{border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:0;margin:3rem 0 2rem;display:grid}.problem-item{background:var(--white);flex-direction:column;gap:.8rem;padding:2.8rem 2.4rem;display:flex}.problem-item:nth-child(odd){border-right:1px solid var(--border)}.problem-item:nth-child(-n+2){border-bottom:1px solid var(--border)}.problem-num{font-family:var(--font-serif);color:var(--accent-light);font-size:2rem;line-height:1}.problem-item p{font-size:.95rem;line-height:1.6}.problem-item strong{color:var(--ink)}.problem-conclusion{font-family:var(--font-serif);color:var(--ink);margin-top:2.5rem;font-size:clamp(1.3rem,2.5vw,1.9rem);font-style:normal}.solution{background:var(--section-grey)}.solution-grid{grid-template-columns:repeat(2,1fr);gap:0 4rem;display:grid}.solution-card{border-top:1px solid var(--border);background:0 0;padding:2rem 0}.solution-tag{letter-spacing:.15em;text-transform:uppercase;color:var(--ink);margin-bottom:.8rem;font-size:.7rem;font-weight:300}.solution-card p:last-child{color:var(--ink-muted);font-size:.93rem;line-height:1.65}.project-gallery{padding-top:clamp(3rem,6vw,5rem)}.project-carousel{width:min(calc(100% - (2 * var(--pad-x))), 1120px);aspect-ratio:16/9;background:var(--ink);margin:1rem auto clamp(2rem,4vw,4rem);position:relative;overflow:hidden}.project-carousel-track,.project-carousel-slide{position:absolute;inset:0}.project-carousel-slide{opacity:0;pointer-events:none;margin:0;transition:opacity .6s}.project-carousel-slide:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#131417b8 0%,#13141733 58%,#13141714 100%);position:absolute;inset:0}.project-carousel-slide.is-active{opacity:1;pointer-events:auto}.project-carousel-video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.project-carousel-slide--cropped .project-carousel-video{transform:scale(1.035)}.project-carousel-slide--edge-safe .project-carousel-video{transform:scale(1.01)}.project-carousel-overlay{z-index:2;color:#fff;text-shadow:0 2px 20px #00000073;width:min(72%,38rem);margin:0;position:absolute;top:clamp(1.25rem,4vw,3.5rem);left:clamp(1.25rem,4vw,3.5rem)}.project-carousel-overlay strong{max-width:14ch;font-family:var(--font-serif);letter-spacing:-.035em;font-size:clamp(2rem,4.5vw,4.5rem);font-weight:500;line-height:.96;display:block}.project-carousel-kicker{letter-spacing:.16em;text-transform:uppercase;margin-bottom:.65rem;font-size:clamp(.62rem,1vw,.78rem);font-weight:700;display:block}.project-carousel-dots,.project-carousel-controls{z-index:3;align-items:center;display:flex;position:absolute;bottom:clamp(1rem,2.5vw,2rem)}.project-carousel-dots{left:var(--pad-x);gap:.55rem}.project-carousel-dot{cursor:pointer;background:#fffcf673;border:0;width:2.5rem;height:3px;padding:0}.project-carousel-dot.is-active{background:var(--cream)}.project-carousel-controls{right:var(--pad-x);gap:.45rem}.project-carousel-status{color:var(--cream);letter-spacing:.12em;margin-right:.5rem;font-size:.68rem}.project-carousel-controls button{width:2.75rem;height:2.75rem;color:var(--cream);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a1c1f73;border:1px solid #fffcf680;border-radius:50%;place-items:center;padding:0;font-size:1rem;display:grid}.project-carousel-controls button:hover,.project-carousel-controls button:focus-visible{border-color:var(--cream);background:#1a1c1fb8}.projects{background:var(--cream);position:relative;overflow:hidden}.projects:before{content:"";left:var(--pad-x);background:var(--brand);opacity:.45;width:1px;height:90px;position:absolute;top:0}.projects-header{margin-bottom:clamp(2.5rem,5vw,4rem)}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(1.2rem,2.5vw,2rem);display:grid}.project-card{background:var(--white);border:1px solid var(--border);overflow:hidden;box-shadow:0 24px 80px #282a2f0f}.project-card picture,.founder-photo picture{display:block}.project-card picture{aspect-ratio:3/2;background:var(--cream-dark);overflow:hidden}.project-card img{object-fit:cover;object-position:center;filter:grayscale()contrast(1.02)brightness(.96);width:100%;height:100%;transition:filter .6s,transform .45s;display:block}.project-card:nth-child(4) img,.project-card:nth-child(6) img{object-position:center 32%}.project-card:nth-child(5) img{object-position:center 50%}.project-card:hover img{filter:grayscale(.45)contrast(1.02)brightness();transform:scale(1.02)}@media (max-width:760px),(hover:none),(pointer:coarse),(any-pointer:coarse){.project-card img,.project-card:hover img{filter:grayscale(0)contrast(1.02)brightness();transform:none}}.project-card-caption{padding:1.6rem 1.7rem 1.8rem}.project-card-kicker{letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:.55rem;font-size:.68rem}.project-card h3{font-family:var(--font-serif);margin-bottom:.65rem;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:400}.project-card-caption p:last-child{color:var(--ink-muted);font-size:.92rem;line-height:1.65}.process{color:var(--cream);background:#36383e;position:relative;overflow:hidden}.process:after{content:"";pointer-events:none;border:1px solid #fffcf61f;border-radius:50%;width:34rem;height:34rem;position:absolute;top:4rem;right:-10rem}.process .section-label{color:#fffcf6c2}.process .section-h2{color:var(--cream)}.process .section-intro{color:#fffcf6e0}.steps{border-top:1px solid #ffffff1a;flex-direction:column;gap:0;margin:2.5rem 0;display:flex}.step{border-bottom:1px solid #ffffff1a;align-items:flex-start;gap:2rem;padding:2.5rem 0;display:flex}.step-num{font-family:var(--font-serif);color:#fffcf6ad;min-width:3rem;padding-top:.1rem;font-size:2.5rem;line-height:1}.step-content h3{font-family:var(--font-serif);color:var(--cream);margin-bottom:.4rem;font-size:1.25rem;font-weight:400}.step-content p{color:#fffcf6c7;font-size:.93rem}.process-cta{margin-top:2rem}.process .btn{background:var(--cream);color:var(--ink)}.process .btn:hover{background:var(--accent);color:var(--white)}.services{background:var(--section-grey)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--white);border:1px solid var(--border);flex-direction:column;min-height:15rem;display:flex;overflow:hidden}.service-card-body{flex-direction:column;flex:1;gap:.6rem;padding:1.8rem 1.8rem 2rem;display:flex}.service-card--featured{border-color:var(--accent);background:var(--brand);color:var(--cream)}.service-card h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:400}.service-card--featured h3{color:var(--cream)}.service-desc{color:var(--ink-muted);flex:1;font-size:.88rem;line-height:1.55}.service-card--featured .service-desc{color:var(--cream)}.faq{background:var(--white)}.faq-container{max-width:720px}.faq-container .section-h2{max-width:100%}.faq-list{margin-top:2.5rem}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{cursor:pointer;color:var(--ink);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem 0;font-size:.95rem;font-weight:300;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent-light);flex-shrink:0;font-size:1.3rem;font-weight:300;transition:transform .25s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--ink-muted);max-width:580px;padding:0 0 1.5rem;font-size:.92rem;line-height:1.7}.principles{background:var(--ink);color:var(--cream)}.principles-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(3rem,8vw,7rem);display:grid}.principle{border-top:1px solid #fffcf647;min-width:0;padding-top:1.5rem;position:relative}.principle-number{color:#fffcf6c2;letter-spacing:.18em;margin-bottom:2.5rem;font-size:.78rem;font-weight:400}.principle .section-label{color:#fffcf6ad}.principle-title{max-width:440px;color:var(--cream);font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1.16}.principle-body{color:#fffcf6b3;max-width:500px;font-size:.94rem;line-height:1.75}.founder{background:var(--section-grey);border-top:1px solid var(--border)}.founder-inner{grid-template-columns:minmax(260px,.82fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,7vw,5rem);display:grid}.founder-photo{aspect-ratio:1;background:var(--cream-dark);border:1px solid var(--border);position:relative;overflow:hidden;box-shadow:0 28px 90px #282a2f17}.founder-photo:after{content:"";pointer-events:none;mix-blend-mode:multiply;background:linear-gradient(#282a2f00 55%,#282a2f47 100%),linear-gradient(120deg,#8e213029,#0000 55%);position:absolute;inset:0}.founder-photo img{object-fit:cover;object-position:center 24%;width:100%;height:100%;display:block}.founder-copy .section-h2{max-width:620px}.founder-copy>p:not(.section-label){color:var(--ink-muted);max-width:620px}.founder-note{border-left:2px solid var(--brand);margin-top:1.4rem;padding-left:1rem;font-size:.95rem}.cta-final{background:var(--cream-dark)}.cta-final-inner{flex-direction:column;align-items:flex-start;max-width:700px;display:flex}.cta-h2{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.15}.cta-sub{color:var(--ink-muted);max-width:500px;margin-bottom:2.2rem}.enquiry-form{background:var(--white);border:1px solid var(--border);width:100%;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 24px 70px #282a2f14}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;margin-bottom:1.1rem;display:grid}.form-grid--contact,.form-grid--project{grid-template-columns:repeat(2,minmax(0,1fr))}.form-field--budget{grid-column:1/-1}.form-field{min-width:0}.form-field label,.form-field legend,.form-consent{color:var(--ink);font-size:.78rem;font-weight:400;line-height:1.45;display:block}.form-field label,.form-field legend{margin-bottom:.5rem}.form-field input:not([type=radio]):not([type=checkbox]):not([type=hidden]),.form-field select,.form-field textarea{background:var(--cream);width:100%;color:var(--ink);font:inherit;border:1px solid #47474b59;border-radius:0;padding:.72rem .8rem;font-size:.92rem;line-height:1.45;display:block}.form-field textarea{resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.form-consent input:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-color:var(--brand)}.form-field--remote{border:0;align-items:center;gap:1.1rem;margin:0 0 1.35rem;padding:0;display:flex}.form-field--remote legend{overflow-wrap:anywhere;width:100%;min-width:0}.form-field--remote label{min-height:44px;color:var(--ink-muted);cursor:pointer;align-items:center;gap:.5rem;margin:0;padding:.45rem .35rem;display:inline-flex}.form-field--remote input,.form-consent input{accent-color:var(--brand)}.form-field--remote input[type=radio],.form-consent input[type=checkbox]{flex:0 0 1rem;width:1rem;height:1rem;margin:0;padding:0}.form-consent{min-height:44px;color:var(--ink-muted);cursor:pointer;align-items:flex-start;gap:.65rem;margin-top:.2rem;padding:.55rem 0;display:flex}.form-consent input{margin-top:.15rem}.form-consent span{overflow-wrap:anywhere;min-width:0}.form-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.6rem;display:flex}.form-actions .btn{cursor:pointer;border:0}.form-actions .btn:disabled{cursor:wait;opacity:.68}.form-status{min-height:1.5em;color:var(--ink-muted);font-size:.82rem}.form-status.is-success{color:#386b42}.form-status.is-error{color:var(--brand)}.form-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-privacy{max-width:620px;color:var(--ink-muted);margin-top:1.25rem;font-size:.78rem;line-height:1.6}.form-privacy a{color:var(--ink);border-bottom:1px solid var(--accent-light)}.cta-guarantee{color:var(--ink-muted);letter-spacing:.01em;margin-top:1rem;font-size:.82rem}.cta-contact{color:var(--ink-muted);margin-top:1.2rem;font-size:.82rem}.cta-contact a{color:var(--ink);border-bottom:1px solid var(--accent-light);padding-bottom:1px;transition:color .2s}.cta-contact a:hover{color:var(--ink)}.footer{background:var(--ink);color:#fffcf6c2;padding:2rem var(--pad-x);text-align:center;letter-spacing:.03em;font-size:.78rem}.footer a{color:#fffcf6eb;text-underline-offset:.2em;text-decoration:underline}.footer a:hover{color:var(--cream)}.fade-up{will-change:transform, opacity}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.fade-up{will-change:auto}.project-carousel-video{pointer-events:none}}@media (max-width:1100px){.nav-actions{gap:1.4rem}.nav-menu{gap:1.6rem}.nav-link,.nav-cta{font-size:.72rem}}@media (max-width:760px){body{overflow-x:hidden}.project-carousel{aspect-ratio:16/10;width:calc(100% - 2rem);margin:2rem auto}.project-carousel-overlay{width:calc(100% - 2rem);top:1rem;left:1rem}.project-carousel-overlay strong{max-width:12ch;font-size:clamp(1.5rem,8vw,2.2rem)}.project-carousel-kicker{margin-bottom:.35rem;font-size:.58rem}.project-carousel-dots{left:1rem}.project-carousel-controls{right:1rem}.project-carousel-dot{width:1.7rem}.hero-inner{grid-template-columns:minmax(0,1fr);align-items:start;gap:2rem;min-width:0}.hero-copy,.hero-side{min-width:0}.hero-h1{overflow-wrap:anywhere;font-size:clamp(3rem,17vw,4.2rem)}.hero-eyebrow,.hero-sub,.hero-proof{overflow-wrap:break-word;max-width:100%}.hero-symbol{opacity:.16;bottom:18rem;left:-10rem}.nav{justify-content:space-between;padding:.65rem 1rem;display:flex}.nav-logo{width:112px}.nav-toggle{flex:0 0 44px;display:block}.nav-panel{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;max-height:calc(100svh - 66px);padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #282a2f1f}.nav-panel[hidden]{display:none}.nav-menu,.nav-actions{white-space:normal;flex-direction:column;align-items:stretch;gap:.25rem;width:100%}.nav-menu{justify-self:auto}.nav-link,.nav-cta{letter-spacing:.02em;border-bottom-color:var(--border);align-items:center;min-height:44px;padding:.65rem .25rem;font-size:.9rem;display:flex}.nav-cta{color:var(--brand);font-weight:600}.lang-toggle{min-height:44px;font-size:.78rem}.lang-toggle a{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.hero{padding-top:8rem}#home,#projects,#services,#process,#founder,#faq,#contact{scroll-margin-top:5.5rem}.step{flex-direction:column;gap:.6rem}.step-num{min-width:unset;font-size:1.8rem}.problem-grid{grid-template-columns:1fr}.problem-item:nth-child(odd){border-right:0}.problem-item:nth-child(-n+3){border-bottom:1px solid var(--border)}.projects-grid,.principles-grid,.founder-inner{grid-template-columns:1fr}.founder-photo{max-width:420px}.services-grid,.solution-grid,.form-grid,.form-grid--contact{grid-template-columns:1fr}.enquiry-form{min-width:0;padding:1.25rem}.form-field,.form-grid,.form-consent,.form-actions,.form-status{min-width:0;max-width:100%}.form-field input,.form-field select,.form-field textarea{max-width:100%}.form-field--remote{flex-wrap:wrap;align-items:flex-start;gap:.25rem .75rem}.form-field--remote legend{flex-basis:100%}}
