:root{--color-bg:#f4f7fb;--color-bg-alt:#e8eef5;--color-bg-dark:#5a7186;--color-bg-dark-muted:#6d8498;--color-text:#4a5568;--color-text-muted:#718096;--color-text-heading:#2c3e50;--color-text-on-dark:#f0f5fa;--color-text-on-dark-muted:#c5d3e0;--color-accent:#4a8fd4;--color-accent-hover:#3a7fbf;--color-border:#c8d4e0;--color-border-dark:#ffffff2e;--font-serif:"Instrument Serif", Georgia, "Times New Roman", serif;--font-sans:"IBM Plex Sans", system-ui, sans-serif;--page-padding:clamp(1.25rem, 4vw, 4rem);--header-height:64px;font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-size:17px;line-height:1.65}*,:before,:after{box-sizing:border-box}body{min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{color:var(--color-text-heading);margin:0;font-weight:400;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}img,svg{max-width:100%;display:block}address{font-style:normal}.container{width:100%;padding-inline:var(--page-padding)}.btn{cursor:pointer;border:none;border-radius:0;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:500;line-height:1;transition:background .15s,color .15s;display:inline-flex}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover)}.btn--text{color:var(--color-text-heading);background:0 0;padding-inline:.5rem;font-weight:500}.btn--text:hover{color:var(--color-accent)}@media (width<=768px){.header__toggle{display:flex}.header__nav{background:var(--color-bg);opacity:0;visibility:hidden;flex-direction:column;justify-content:center;gap:2rem;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.header__nav--open{opacity:1;visibility:visible}.header__links{flex-direction:column;gap:1.25rem}.header__links a{font-size:1.125rem}}@media (width<=480px){.hero__actions{flex-direction:column;align-items:flex-start}}@media (width<=900px){.services__intro{flex-direction:column;align-items:flex-start}.services__lead{text-align:left}.services__featured{grid-template-columns:1fr}.service-panel--light{border-right:none;border-bottom:1px solid var(--color-border)}.services__list{grid-template-columns:1fr}}@media (width<=560px){.service-row{grid-template-columns:1fr;gap:.375rem}}@media (width<=768px){.about__grid{grid-template-columns:1fr}}@media (width<=960px){.approach__header{flex-direction:column;align-items:flex-start}.approach__lead{text-align:left}.approach__steps{grid-template-columns:repeat(2,1fr)}.approach-step:nth-child(2){border-right:none}.approach-step:first-child,.approach-step:nth-child(2){border-bottom:1px solid var(--color-border)}}@media (width<=560px){.approach__steps{grid-template-columns:1fr}.approach-step{border-right:none;border-bottom:1px solid var(--color-border);min-height:auto}.approach-step:last-child{border-bottom:none}}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:1.5rem}.footer__nav ul{flex-wrap:wrap;gap:1rem}}.header{z-index:100;height:var(--header-height);background:var(--color-bg);border-bottom:1px solid var(--color-border);position:fixed;top:0;left:0;right:0}.header__inner{height:100%;padding-inline:var(--page-padding);justify-content:space-between;align-items:center;display:flex}.header__logo{font-family:var(--font-serif);color:var(--color-text-heading);z-index:101;font-size:1.25rem}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__links{align-items:center;gap:2rem;display:flex}.header__links a{color:var(--color-text-muted);font-size:.875rem;font-weight:400;transition:color .15s}.header__links a:hover{color:var(--color-text-heading)}.header__toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;display:none}.header__toggle span{background:var(--color-text-heading);width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.header__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.header__toggle{display:flex}.header__nav{background:var(--color-bg);opacity:0;visibility:hidden;flex-direction:column;justify-content:center;gap:2rem;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.header__nav--open{opacity:1;visibility:visible}.header__links{flex-direction:column;gap:1.25rem}.header__links a{font-size:1.125rem}}.hero{padding-top:calc(var(--header-height) + clamp(3rem, 8vw, 6rem));border-bottom:1px solid var(--color-border);padding-bottom:clamp(3rem,6vw,5rem)}.hero__inner{padding-inline:var(--page-padding);max-width:900px}.hero__label{letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.8125rem;font-weight:500}.hero__title{font-family:var(--font-serif);letter-spacing:-.02em;max-width:14ch;margin-bottom:1.5rem;font-size:clamp(2.75rem,6.5vw,5.5rem);font-weight:400;line-height:1.05}.hero__lead{color:var(--color-text-muted);max-width:48ch;margin-bottom:2rem;font-size:clamp(1rem,1.5vw,1.1875rem);line-height:1.7}.hero__actions{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;display:flex}@media (width<=480px){.hero__actions{flex-direction:column;align-items:flex-start}}.services{border-bottom:1px solid var(--color-border)}.services__intro{padding:clamp(3rem, 6vw, 5rem) var(--page-padding) 2rem;border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:baseline;gap:2rem;display:flex}.services__heading{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem)}.services__lead{color:var(--color-text-muted);text-align:right;max-width:28ch;font-size:1rem}.services__featured{grid-template-columns:1fr 1fr;min-height:320px;display:grid}.service-panel{padding:clamp(2rem, 4vw, 3.5rem) var(--page-padding);flex-direction:column;justify-content:flex-end;display:flex}.service-panel--light{background:var(--color-bg);border-right:1px solid var(--color-border)}.service-panel--dark{background:var(--color-bg-dark);color:var(--color-text-on-dark)}.service-panel--dark .service-panel__index,.service-panel--dark .service-panel__description{color:var(--color-text-on-dark-muted)}.service-panel--dark .service-panel__title{color:var(--color-text-on-dark)}.service-panel__index{color:var(--color-text-muted);margin-bottom:auto;padding-bottom:2rem;font-size:.8125rem}.service-panel__title{font-family:var(--font-serif);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem)}.service-panel__description{color:var(--color-text-muted);max-width:42ch;font-size:1rem;line-height:1.65}.services__supporting{padding:clamp(2.5rem, 5vw, 4rem) var(--page-padding);border-top:1px solid var(--color-border)}.services__supporting-title{letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.8125rem;font-weight:500}.services__list{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.service-row{border-bottom:1px solid var(--color-border);grid-template-columns:180px 1fr;align-items:baseline;gap:1.5rem;padding:1.25rem 0;display:grid}.service-row__title{color:var(--color-text-heading);font-weight:500}.service-row__description{color:var(--color-text-muted);font-size:.9375rem;line-height:1.6}@media (width<=900px){.services__intro{flex-direction:column;align-items:flex-start}.services__lead{text-align:left}.services__featured{grid-template-columns:1fr}.service-panel--light{border-right:none;border-bottom:1px solid var(--color-border)}.services__list{grid-template-columns:1fr}}@media (width<=560px){.service-row{grid-template-columns:1fr;gap:.375rem}}.about{border-bottom:1px solid var(--color-border)}.about__grid{padding:clamp(3rem, 6vw, 5rem) var(--page-padding);grid-template-columns:1.2fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.about__heading{font-family:var(--font-serif);max-width:16ch;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem)}.about__body{flex-direction:column;gap:1rem;display:flex}.about__body p{color:var(--color-text-muted);max-width:55ch;font-size:1.0625rem;line-height:1.75}.about__quote{background:var(--color-bg-alt);border-left:3px solid var(--color-accent);margin:0;padding:clamp(1.5rem,3vw,2.5rem)}.about__quote p{font-family:var(--font-serif);color:var(--color-text-heading);margin-bottom:1rem;font-size:clamp(1.375rem,2.5vw,1.75rem);line-height:1.4}.about__quote footer{color:var(--color-text-muted);font-size:.8125rem}.about__capabilities{padding:1.25rem var(--page-padding);background:var(--color-bg-dark);color:var(--color-text-on-dark-muted);flex-wrap:wrap;align-items:center;gap:1rem 2rem;font-size:.875rem;display:flex}.about__capabilities-label{color:var(--color-text-on-dark);margin:0;font-weight:500}.about__capabilities ul{flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}.about__capabilities li:before{content:"·";opacity:.5;margin-right:.5rem}@media (width<=768px){.about__grid{grid-template-columns:1fr}}.approach{background:var(--color-bg-alt);border-bottom:1px solid var(--color-border)}.approach__header{padding:clamp(3rem, 6vw, 5rem) var(--page-padding) 2.5rem;justify-content:space-between;align-items:baseline;gap:2rem;display:flex}.approach__heading{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem)}.approach__lead{color:var(--color-text-muted);text-align:right;max-width:32ch;font-size:1rem}.approach__steps{border-top:1px solid var(--color-border);grid-template-columns:repeat(4,1fr);display:grid}.approach-step{padding:clamp(1.5rem, 3vw, 2.5rem) var(--page-padding);border-right:1px solid var(--color-border);flex-direction:column;min-height:220px;display:flex;position:relative}.approach-step:last-child{border-right:none}.approach-step__number{font-family:var(--font-serif);color:var(--color-accent);margin-bottom:1.25rem;font-size:2.5rem;line-height:1}.approach-step__title{margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.approach-step__description{color:var(--color-text-muted);font-size:.9375rem;line-height:1.65}.approach-step__arrow{display:none}@media (width<=960px){.approach__header{flex-direction:column;align-items:flex-start}.approach__lead{text-align:left}.approach__steps{grid-template-columns:repeat(2,1fr)}.approach-step:nth-child(2){border-right:none}.approach-step:first-child,.approach-step:nth-child(2){border-bottom:1px solid var(--color-border)}}@media (width<=560px){.approach__steps{grid-template-columns:1fr}.approach-step{border-right:none;border-bottom:1px solid var(--color-border);min-height:auto}.approach-step:last-child{border-bottom:none}}.footer{background:var(--color-bg-dark);color:var(--color-text-on-dark-muted);margin-top:auto}.footer__inner{padding:2rem var(--page-padding);grid-template-columns:2fr 1fr auto;align-items:center;gap:2rem;display:grid}.footer__logo{font-family:var(--font-serif);color:var(--color-text-on-dark);margin-bottom:.375rem;font-size:1.125rem}.footer__tagline{font-size:.875rem}.footer__nav ul{gap:1.5rem;display:flex}.footer__nav a{font-size:.875rem;transition:color .15s}.footer__nav a:hover{color:var(--color-text-on-dark)}.footer__copy{white-space:nowrap;font-size:.8125rem}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:1.5rem}.footer__nav ul{flex-wrap:wrap;gap:1rem}}
