:root{color-scheme:light;--font-sans:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",sans-serif;--bg:#f7f7f5;--surface:#ffffff;--surface-alt:#f0f1ef;--surface-strong:#e6e8e5;--surface-sage:#edf3f0;--surface-warm:#f2eee7;--surface-contrast:#151918;--field:#ffffff;--header-bg:rgba(247,247,245,0.94);--text:#151918;--text-soft:#303633;--text-on-contrast:#ffffff;--muted:#68706c;--muted-strong:#4d5551;--muted-on-contrast:#c7cdca;--line:#d9ddda;--line-strong:#bdc4c0;--line-contrast:#151918;--accent:#176c5b;--accent-strong:#115747;--accent-soft:rgba(23,108,91,0.1);--button-on-accent:#ffffff;--success:#176c5b;--danger:#a33f3f;--warning:#835d17;--focus-ring:rgba(23,108,91,0.18);--radius-sm:4px;--radius-md:6px;--radius-lg:8px}html[data-theme=dark]{color-scheme:dark;--bg:#101312;--surface:#171b19;--surface-alt:#1d221f;--surface-strong:#252b28;--surface-sage:#17201d;--surface-warm:#211e19;--surface-contrast:#f2f4f2;--field:#141816;--header-bg:rgba(16,19,18,0.94);--text:#f1f3f1;--text-soft:#d5dad7;--text-on-contrast:#151918;--muted:#98a09b;--muted-strong:#bcc2be;--muted-on-contrast:#4d5551;--line:#2c322f;--line-strong:#414944;--line-contrast:#f2f4f2;--accent:#7ab3a5;--accent-strong:#94c4b8;--accent-soft:rgba(122,179,165,0.12);--button-on-accent:#101312;--success:#86c7b7;--danger:#e49b9b;--warning:#d8bd88;--focus-ring:rgba(122,179,165,0.22)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:var(--font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}main{flex:1}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img,svg{display:block;max-width:100%}h1,h2,h3,p,ul{margin:0}::selection{background:var(--accent-soft)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-4rem;left:1rem;z-index:100;padding:.7rem .9rem;background:var(--surface-contrast);color:var(--text-on-contrast);border-radius:var(--radius-sm)}.skip-link:focus{top:1rem}.site-shell{display:flex;min-height:100vh;flex-direction:column}.shell{width:min(1180px,calc(100% - 3rem));margin-inline:auto}h1,h2,h3{color:var(--text);font-weight:600;letter-spacing:-.035em}h1{font-size:clamp(2.9rem,6.1vw,5.45rem);line-height:.98}h2{font-size:clamp(1.85rem,3.2vw,3.2rem);line-height:1.04}h3{line-height:1.35}h3,p{font-size:1rem}p{color:var(--muted);line-height:1.6}.eyebrow{font-size:.72rem;font-weight:650;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.eyebrow,.lede{color:var(--muted-strong)}.lede{font-size:1.05rem;line-height:1.65}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:var(--header-bg);backdrop-filter:blur(14px)}.site-header__bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:72px;gap:1.5rem}.brand-lockup{display:inline-flex;align-items:center;width:fit-content;min-width:0;gap:.75rem}.brand-lockup__mark{width:28px;flex:0 0 auto;color:var(--text)}.brand-lockup__group{display:grid;min-width:0;gap:.18rem}.brand-wordmark{display:inline-flex;align-items:baseline;gap:.28rem;font-weight:640;letter-spacing:-.035em;line-height:1}.brand-wordmark__bottom,.brand-wordmark__top{color:var(--text)}.brand-wordmark--md .brand-wordmark__bottom,.brand-wordmark--md .brand-wordmark__top{font-size:1rem}.brand-wordmark--sm .brand-wordmark__bottom,.brand-wordmark--sm .brand-wordmark__top{font-size:.94rem}.brand-lockup__eyebrow{overflow:hidden;color:var(--muted);font-size:.7rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.brand-mark-alt{display:block}.brand-mark-alt__svg{display:block;width:100%}.site-nav{display:flex;align-items:center;gap:.65rem}.site-footer__links,.site-nav__list{display:flex;align-items:center;gap:1.5rem}.site-footer__link,.site-nav__link{color:var(--muted-strong);font-size:.82rem;font-weight:540;line-height:1;transition:color .14s ease}.site-footer__link:hover,.site-nav__link:hover,.theme-toggle{color:var(--text)}.theme-toggle{display:inline-flex;min-width:34px;min-height:34px;align-items:center;justify-content:center;padding:.45rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:transparent;cursor:pointer}.theme-toggle:hover{border-color:var(--line-strong);background:var(--surface)}.theme-toggle__icon{display:inline-flex;width:1rem;height:1rem}.theme-toggle--compact .theme-toggle__label,.theme-toggle__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.button-link,.contact-form__submit{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:.68rem .95rem;border:1px solid transparent;border-radius:var(--radius-sm);font-size:.86rem;font-weight:600;line-height:1;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.button-link--primary,.contact-form__submit{border-color:var(--accent);background:var(--accent);color:var(--button-on-accent)}.button-link--primary:hover,.contact-form__submit:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong);color:var(--button-on-accent)}.button-link--ghost,.button-link--secondary{border-color:var(--line-strong);background:transparent;color:var(--text)}.button-link--ghost:hover,.button-link--secondary:hover{background:var(--surface);border-color:var(--text)}.company-home{padding-bottom:2rem}.home-spotlight{border-bottom:1px solid var(--line);background:var(--surface-sage)}.home-spotlight__inner{min-height:min(620px,calc(100vh - 72px));display:flex;align-items:center;padding-block:4.75rem}.home-spotlight__copy{max-width:990px}.home-spotlight__copy h1{max-width:13ch;margin-top:1.4rem}.home-spotlight__subtitle{margin-top:2rem;color:var(--text-soft);font-size:clamp(1.18rem,2vw,1.45rem);font-weight:520;letter-spacing:-.02em;line-height:1.35}.home-spotlight__body{max-width:41rem;margin-top:.65rem;font-size:1.02rem}.home-contact__actions,.home-spotlight__actions,.styleguide-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.home-spotlight__actions{margin-top:2rem}.home-proof{border-bottom:1px solid var(--line);background:var(--surface)}.home-proof__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.home-proof__item{min-height:138px;padding:1.7rem 2rem 1.7rem 0;border-right:1px solid var(--line)}.home-proof__item+.home-proof__item{padding-left:2rem}.home-proof__item:last-child{border-right:0}.home-proof__label{color:var(--text);font-size:.85rem;font-weight:620}.home-proof__value{max-width:31ch;margin-top:.45rem;font-size:.9rem;line-height:1.5}.home-section{padding-block:6.5rem;border-bottom:1px solid var(--line)}.home-offer{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.35fr);gap:6rem;align-items:start}.home-offer__intro h2{max-width:9.5ch;margin-top:.8rem}.home-offer__list{border-top:1px solid var(--line-strong)}.home-offer__row{display:grid;grid-template-columns:2rem minmax(100px,.45fr) minmax(0,1fr);gap:1.25rem;padding-block:1.4rem;border-bottom:1px solid var(--line)}.home-offer__number{color:var(--muted);font-size:.72rem;font-variant-numeric:tabular-nums}.home-offer__row h3{font-size:1.05rem}.home-offer__row p{max-width:42ch;font-size:.94rem;line-height:1.55}.home-section--approach{background:var(--surface-contrast)}.home-approach{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:6rem;align-items:end}.home-approach .eyebrow,.home-approach__body{color:var(--muted-on-contrast)}.home-approach h2{max-width:9ch;margin-top:.8rem;color:var(--text-on-contrast)}.home-approach__body{max-width:39rem;padding-bottom:.25rem;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.55}.home-contact{padding-block:6rem;border-bottom:1px solid var(--line);background:var(--surface-warm)}.home-contact__inner{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:6rem;align-items:start}.home-contact__copy h2{max-width:9ch;margin-top:.8rem}.home-contact__details>p{max-width:32rem;color:var(--muted-strong);font-size:1.05rem}.home-contact__actions{margin-top:1.5rem}.home-contact__email{color:var(--muted-strong);font-size:.88rem;border-bottom:1px solid var(--line-strong)}.home-contact__email:hover{color:var(--text);border-color:var(--text)}.page-hero{padding-block:5rem 3rem;border-bottom:1px solid var(--line)}.page-hero__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.55fr);gap:5rem;align-items:end}.page-hero__copy h1{max-width:10ch;margin-top:1rem;font-size:clamp(2.7rem,5.2vw,4.6rem)}.page-hero__copy .lede{max-width:43rem;margin-top:1.5rem}.page-hero__aside{padding-bottom:.35rem}.section{padding-block:3.5rem 6rem}.card{padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-md)}.card--paper{background:var(--surface)}.card--inverse{border-color:var(--line-strong);background:transparent}.card h3{margin-top:.65rem}.card h3+p,.card p+p{margin-top:.75rem}.card-stack,.legal-stack,.styleguide-stack{display:grid;gap:1rem}.legal-stack{max-width:850px;gap:0}.legal-stack .card{padding:2rem 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}.legal-stack .card h3{margin:.6rem 0 1rem;font-size:1.35rem}.contact-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr);gap:4rem;align-items:start}.contact-layout__form{display:grid;gap:2rem}.contact-layout__intro h2{margin-top:.7rem}.contact-layout__intro .lede{max-width:38rem;margin-top:1rem}.contact-form{display:grid;gap:1.5rem}.contact-form__header h3{margin-top:.6rem}.contact-form__header p:last-child{max-width:38rem;margin-top:.65rem}.contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.contact-form__field--full{grid-column:1/-1}.contact-form__label{display:block;margin-bottom:.4rem;color:var(--muted-strong);font-size:.8rem;font-weight:600}.contact-form__input,.contact-form__textarea{width:100%;padding:.78rem .85rem;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--field);color:var(--text)}.contact-form__input:focus,.contact-form__textarea:focus{border-color:var(--accent);outline:2px solid var(--focus-ring)}.contact-form__textarea{min-height:10rem;resize:vertical}.contact-form__verification{padding:1rem;border-left:2px solid var(--line-strong);background:var(--surface-alt)}.contact-form__verification-label{display:block;margin-bottom:.2rem;color:var(--muted-strong);font-size:.74rem;font-weight:650}.contact-form__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.contact-form__fineprint,.contact-form__meta,.contact-form__status{font-size:.88rem}.contact-form__status--success{color:var(--success)}.contact-form__status--error{color:var(--danger)}.contact-form__status--submitting{color:var(--warning)}.contact-form__submit{cursor:pointer}.contact-form__submit:disabled{cursor:wait;opacity:.7}.contact-form__meta strong{color:var(--text)}.styleguide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.styleguide-actions{margin-top:1rem}.styleguide-preview{padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-md)}.styleguide-preview--dark{border-color:#333a36;background:#151918}.styleguide-preview--dark h3{color:#f1f3f1}.styleguide-preview--dark .eyebrow,.styleguide-preview--dark p{color:#a9b0ac}.styleguide-preview__chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.styleguide-preview__chips span{padding:.35rem .55rem;border:1px solid #333a36;border-radius:var(--radius-sm);color:#d5dad7;font-size:.8rem}.site-footer{padding-block:2rem;border-top:1px solid var(--line)}.site-footer__bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem}.site-footer__brand,.site-footer__brand-copy{display:grid;gap:.25rem}.site-footer__brand-head{display:flex;align-items:center;gap:.65rem}.site-footer__mark{width:24px;color:var(--text)}.site-footer__name{color:var(--text);font-size:.9rem;font-weight:620}.site-footer__email,.site-footer__tagline{color:var(--muted);font-size:.8rem;line-height:1.45}.site-footer__email{margin-top:.4rem}@media (max-width:900px){.contact-layout,.home-approach,.home-contact__inner,.home-offer,.page-hero__grid{grid-template-columns:1fr;gap:2.5rem}.home-approach h2,.home-contact__copy h2,.home-offer__intro h2{max-width:15ch}.home-proof__item{padding-right:1.25rem}.home-proof__item+.home-proof__item{padding-left:1.25rem}.page-hero__aside{max-width:34rem}}@media (max-width:700px){.shell{width:min(100% - 2rem,1180px)}.site-header__bar{min-height:64px;gap:.75rem}.brand-lockup__mark{width:25px}.brand-lockup__eyebrow{display:none}.site-nav{gap:.45rem}.site-nav__list{gap:.8rem}.site-nav__link{font-size:.77rem}.site-nav__link:nth-child(3){display:none}.theme-toggle{min-width:32px;min-height:32px}.home-spotlight__inner{min-height:auto;padding-block:5rem}.home-spotlight__copy h1{margin-top:1rem;font-size:clamp(2.65rem,12.5vw,3.7rem)}.home-spotlight__subtitle{margin-top:1.5rem}.home-proof__grid{grid-template-columns:1fr}.home-proof__item,.home-proof__item+.home-proof__item{min-height:0;padding:1.2rem 0;border-right:0;border-bottom:1px solid var(--line)}.home-proof__item:last-child{border-bottom:0}.home-contact,.home-section{padding-block:4.5rem}.home-offer__row{grid-template-columns:1.5rem minmax(0,1fr);gap:.65rem .75rem}.home-offer__row p{grid-column:2}.home-contact__actions,.home-spotlight__actions{flex-direction:column;align-items:stretch}.home-contact__email{width:fit-content;margin-top:.5rem}.page-hero{padding-block:3.5rem 2.5rem}.page-hero__copy h1{font-size:clamp(2.55rem,12vw,3.65rem)}.section{padding-block:2.5rem 4.5rem}.contact-form__grid,.styleguide-grid{grid-template-columns:1fr}.contact-form__footer{flex-direction:column;align-items:stretch}.contact-form__submit{width:100%}.site-footer__bar{grid-template-columns:1fr;align-items:stretch}.site-footer__links{justify-content:flex-start;gap:1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important}}