:root{--color-background:#fffdf8;--color-foreground:#1f2330;--color-border:#969696;--color-deep-black:#111;--color-accent-blue:#5f7ea1;--color-accent-blue-rgb:95,126,161;--color-accent-deep-rgb:31,42,69;--color-quiet-blue:#5f7ea1;--color-quiet-blue-rgb:95,126,161;--color-deep-warm-navy:#1f2a45;--color-copper:#bf7c49;--color-charcoal:#2c2c2c;--color-coral:#f36d5f;--color-apricot:#f5ad47;--color-sky:#c8e8f4;--color-mint:#dcedc8;--color-muted:#666;--color-white:#fff;--surface-0:#fffefb;--surface-1:#f7f2ea;--surface-2:#eee5d9;--surface-anchor:#f2eee6;--content-max-width:1800px;--section-inset-x:var(--content-shell-inset);--section-inset-y:34px;--section-block-gap:14px;--section-row-gap:34px;--surface-radius-lg:30px;--surface-radius-md:20px;--surface-border-default:var(--border-thin)solid #1f2a4524;--surface-shadow-soft:0 8px 22px #1f2a451a;--section-shell-bg:#ffffffd6;--section-shell-border:var(--surface-border-default);--section-shell-shadow:var(--surface-shadow-soft);--section-shell-radius:var(--surface-radius-lg);--section-shell-padding-x:clamp(18px,2.1vw,34px);--section-shell-padding-top:clamp(24px,2.4vw,40px);--section-shell-padding-bottom:clamp(20px,2vw,34px);--card-bg:#fffffff0;--card-border:1px solid #1f2a451f;--card-shadow-hover:0 12px 22px #1f2a451f;--page-max-width:none;--page-padding:100px;--section-padding:100px;--radius-pill:30px;--border-thin:.5px;--border-fine:.25px;--ease-out:cubic-bezier(.22,1,.36,1);--ease-standard:cubic-bezier(.2,.8,.2,1);--ease-in:cubic-bezier(.4,0,1,1);--dur-instant:.12s;--dur-fast:.18s;--dur-base:.28s;--dur-reveal:.52s;--dur-scene:.76s;--dur-ambient:1.8s;--motion-reveal-y:14px;--motion-hover-y:-3px;--motion-image-scale:1.025;--motion-stagger:80ms;--transition-base:var(--dur-base)var(--ease-out);--motion-standard:var(--dur-base)var(--ease-out);--transition-fade:opacity var(--dur-base)var(--ease-out);--transition-surface:background-color var(--dur-fast)var(--ease-out),border-color var(--dur-fast)var(--ease-out),color var(--dur-fast)var(--ease-out);--transition-lift:transform var(--dur-base)var(--ease-out),box-shadow var(--dur-base)var(--ease-out);--header-top-offset:0px;--content-shell-inset:72px;--header-shell-height:92px;--header-shell-radius:30px;--header-shadow:0 18px 40px #11111114;--header-clearance:92px;--nav-height:71px;--gradient-deep-1:#a83d35;--gradient-deep-2:#d96a56;--gradient-deep-3:#f09f49;--gradient-deep-4:#c7e7f3;--gradient-grain-opacity:.15;--gradient-vignette-opacity:.26;--gradient-accent-hero:none;--gradient-accent-soft:none;--gradient-section-wash:none;--gradient-card-wash:none;--type-xs:12px;--type-sm:14px;--type-base:16px;--type-mid:clamp(20px,1.5vw,24px);--type-title:clamp(26px,2.1vw,36px);--type-heading:clamp(42px,4.1vw,58px);--type-caption:var(--type-xs);--type-kicker:var(--type-sm);--type-label:var(--type-sm);--type-body-sm:var(--type-base);--type-body:var(--type-base);--type-body-lg:var(--type-base);--type-h3:var(--type-mid);--type-h2:var(--type-title);--type-display:var(--type-heading);--type-quote:var(--type-title);--type-section-headline:var(--type-heading);--type-section-support:var(--type-mid);--type-section-statement:var(--type-title);--type-page-title:var(--type-heading);--type-page-subtext:var(--type-base);--type-card-title:var(--type-title);--type-card-body:var(--type-base);--font-heading:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",serif;--font-body:var(--font-inter),sans-serif;--button-height:48px;--button-radius:999px;--button-padding-x:20px;--button-bg:var(--color-deep-warm-navy);--button-bg-hover:#16233d;--button-fg:var(--color-white);--button-border:1px solid var(--color-deep-warm-navy)}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--color-background);color:var(--color-foreground);scroll-behavior:smooth;scroll-padding-top:var(--nav-height);overflow-x:clip}body{background:var(--color-background);color:var(--color-foreground);font-family:var(--font-inter),sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;overflow-x:clip}@media (max-width:980px){html{scroll-behavior:auto}}@media (max-width:720px){#services,#services *{scroll-snap-align:none;scroll-snap-stop:normal}}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.motion-reveal{animation:motion-reveal var(--dur-reveal)var(--ease-out)both}.motion-reveal--delayed{animation-delay:var(--motion-stagger)}.motion-reveal--later{animation-delay:calc(var(--motion-stagger)*2)}.motion-image-reveal{animation:motion-image-reveal var(--dur-scene)var(--ease-out)both}.motion-observe{opacity:0;transform:translateY(var(--motion-reveal-y));transition:opacity var(--dur-reveal)var(--ease-out),transform var(--dur-reveal)var(--ease-out)}.motion-observe--visible{opacity:1;transform:translateY(0)}@keyframes motion-reveal{0%{opacity:0;transform:translateY(var(--motion-reveal-y))}to{opacity:1;transform:translateY(0)}}@keyframes motion-image-reveal{0%{opacity:0;transform:scale(var(--motion-image-scale))}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.motion-observe{opacity:1;transform:none}}@media (max-width:1200px){:root{--page-padding:56px;--section-padding:84px;--content-shell-inset:42px;--header-shell-height:86px;--header-clearance:86px;--section-inset-y:28px;--section-row-gap:26px}}@media (max-width:900px){:root{--page-padding:32px;--section-padding:64px;--content-shell-inset:20px;--header-shell-height:84px;--header-clearance:84px;--section-inset-y:22px;--section-row-gap:22px;--section-shell-padding-x:16px;--section-shell-padding-top:22px;--section-shell-padding-bottom:18px}}@media (max-width:600px){:root{--page-padding:16px;--section-padding:48px;--content-shell-inset:16px;--header-top-offset:0px;--header-shell-height:82px;--header-clearance:82px;--section-inset-y:18px;--section-row-gap:18px;--section-shell-padding-x:14px;--section-shell-padding-top:18px;--section-shell-padding-bottom:16px;--type-heading:32px;--type-title:24px;--type-mid:19px}}
