@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--navy: #082744;--navy-deep: #04192f;--navy-soft: #123d63;--yellow: #f4c542;--yellow-light: #ffe28a;--white: #ffffff;--paper: #f5f8fb;--ink: #102238;--muted: #526477;--line: #d6e0e9;--line-dark: rgba(255, 255, 255, .2);--sans: "Manrope", "Segoe UI", Arial, sans-serif;font-family:var(--sans);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:0;margin:0;overflow-x:hidden;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:1.125rem;line-height:1.65}body,button,a{-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}a:focus-visible,button:focus-visible{outline:4px solid var(--yellow);outline-offset:4px}.shell{width:min(1180px,calc(100% - clamp(36px,5vw,64px)));margin-inline:auto}.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:fixed;z-index:100;top:10px;left:10px;min-height:48px;padding:12px 16px;transform:translateY(-130%);background:var(--yellow);color:var(--navy-deep);font-weight:800;text-decoration:none}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;z-index:20;top:0;background:var(--navy);color:var(--white);border-bottom:1px solid var(--line-dark)}.header-inner{position:relative;display:flex;min-height:88px;align-items:center;justify-content:space-between;gap:clamp(18px,3vw,38px)}.wordmark{display:inline-flex;min-width:0;align-items:center;gap:14px;text-decoration:none}.wordmark-logo-wrap{display:grid;width:58px;height:68px;flex:0 0 auto;place-items:center;overflow:hidden;border:2px solid var(--yellow);background:var(--white)}.wordmark-logo{display:block;width:100%;height:100%;object-fit:contain}.wordmark-text{display:grid;min-width:0;gap:1px}.wordmark-text strong{font-size:1.2rem;letter-spacing:-.04em}.wordmark-text small{color:var(--yellow-light);font-size:.875rem;line-height:1.25}.site-nav{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:clamp(13px,1.8vw,24px);font-size:1rem;font-weight:700}.site-nav a{display:inline-flex;min-height:48px;align-items:center;color:var(--white);text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--yellow)}.menu-toggle{display:none;min-width:48px;min-height:48px;padding:8px;border:2px solid var(--white);background:transparent;color:var(--white)}.menu-toggle>span:not(.sr-only){display:block;width:27px;height:3px;margin:5px auto;background:currentColor}.button-nav{min-height:48px;padding:10px 14px;border-color:#fff9;background:transparent;color:var(--white);white-space:nowrap}.button-nav:hover{background:#ffffff1f;color:var(--white)}.hero{position:relative;display:grid;min-height:min(720px,calc(100svh - 88px));align-items:center;overflow:hidden;padding:clamp(72px,9vw,104px) 0 clamp(86px,10vw,120px);background:var(--navy);color:var(--white)}.hero-grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.24;background-image:linear-gradient(90deg,transparent 0 49%,rgba(244,197,66,.3) 49% 49.2%,transparent 49.2%),linear-gradient(0deg,transparent 0 72%,rgba(244,197,66,.23) 72% 72.2%,transparent 72.2%);background-size:220px 220px;pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(286px,320px);align-items:center;gap:clamp(42px,7vw,96px)}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 20px;color:var(--yellow);font-size:1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow-dark{color:var(--navy-soft)}.eyebrow-line{width:38px;height:3px;flex:0 0 auto;background:currentColor}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:800;letter-spacing:-.06em;line-height:1.06;text-wrap:balance;-webkit-hyphens:none;hyphens:none}h1{max-inline-size:900px;margin-bottom:28px;font-size:clamp(2.75rem,6vw,5.5rem)}.hero h1{font-size:clamp(3rem,6vw,5.5rem)}.hero h1>span,.hero h1>em{display:block;text-wrap:balance}h1 em,h2 em{color:var(--yellow);font-style:normal}h2{max-inline-size:20ch;margin-bottom:0;font-size:clamp(2.25rem,4vw,3.75rem)}h3{font-size:clamp(1.5rem,2vw,2rem)}p{text-wrap:pretty}.hero-lede{max-width:630px;margin-bottom:36px;color:#e0ebf4;font-size:clamp(1.125rem,1.7vw,1.35rem)}.hero-slogan{margin:-14px 0 28px;color:var(--yellow-light);font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:14px}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:12px;padding:12px 20px;border:2px solid transparent;font-size:1rem;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--yellow);color:var(--navy-deep)}.button-primary:hover{background:var(--yellow-light)}.button-secondary{background:var(--navy);color:var(--white)}.button-secondary:hover{background:var(--navy-soft)}.button-ghost{border-color:var(--white);color:var(--white)}.button-ghost:hover{background:#ffffff1f}.button-dark{background:var(--navy-deep);color:var(--white)}.button-dark:hover{background:var(--navy-soft)}.hero-note{margin:28px 0 0;color:#c3d3e1;font-size:1rem}.hero-aside{display:grid;gap:18px}.hero-card{display:grid;gap:10px;min-width:0;padding:28px;border:2px solid rgba(255,255,255,.3);background:#04192f8c}.hero-card-main{min-height:194px;border-top:5px solid var(--yellow)}.hero-card-accent{min-height:174px;background:var(--yellow);color:var(--navy-deep);border-color:var(--yellow)}.card-kicker,.card-caption{font-size:.9rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.card-kicker{color:var(--yellow-light)}.hero-card-accent .card-kicker,.hero-card-accent .card-caption{color:var(--navy-soft)}.hero-card strong{font-size:4rem;line-height:1;letter-spacing:-.08em}.hero-card a{font-size:clamp(1.35rem,2vw,1.8rem);font-weight:800;letter-spacing:-.04em;overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}.scroll-cue{position:absolute;z-index:1;bottom:24px;left:max(28px,calc((100vw - 1180px)/2));display:inline-flex;min-height:48px;align-items:center;gap:14px;color:var(--yellow-light);font-size:.95rem;font-weight:800;text-decoration:none;text-transform:uppercase}.scroll-cue span:last-child{color:var(--yellow);font-size:1.8rem}.section{padding:clamp(72px,9vw,112px) 0}.section-light{background:var(--white);color:var(--ink)}.section-paper{background:var(--paper);color:var(--ink)}.section-dark,.section-navy{background:var(--navy-deep);color:var(--white)}.section-heading{margin-bottom:clamp(34px,5vw,52px)}.split-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,390px);align-items:end;gap:clamp(32px,5vw,60px)}.section-intro{max-inline-size:31ch;margin:0 0 5px;color:var(--muted);font-size:1.125rem}.section-dark .section-intro,.section-navy .section-intro{color:#c8d8e6}.section-action{margin-top:30px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--line);border-bottom:2px solid var(--line)}.service-card{position:relative;min-height:390px;padding:30px 26px 72px;border-right:2px solid var(--line)}.service-card:first-child{border-left:2px solid var(--line)}.service-card-featured{background:#fff9df}.service-card-sinkhole{background:var(--navy);color:var(--white)}.service-number{color:var(--muted);font-size:1rem;font-weight:800}.service-card-sinkhole .service-number{color:var(--yellow-light)}.service-icon{display:grid;width:58px;height:58px;margin:38px 0 28px;place-items:center;border:3px solid var(--yellow);border-radius:50%;color:var(--navy);font-size:1.8rem;font-weight:800}.service-card-sinkhole .service-icon{color:var(--yellow)}.service-card h3{max-inline-size:11ch;margin-bottom:16px}.service-card p{color:var(--muted);font-size:1.125rem}.service-card-sinkhole p{color:#d9e6f0}.service-tag{position:absolute;right:26px;bottom:28px;left:26px;color:var(--muted);font-size:.95rem;font-weight:700}.service-card-sinkhole .service-tag{color:var(--yellow-light)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-list{display:grid;gap:30px}.project-card{overflow:hidden;background:var(--white);border:2px solid var(--line)}.project-card-compact{display:flex;flex-direction:column}.project-photo{margin:0;background:var(--navy)}.project-photo img,.project-photo-placeholder{width:100%;aspect-ratio:16 / 10;object-fit:cover}.project-photo-placeholder{display:grid;place-items:center;align-content:center;gap:8px;padding:25px;background:linear-gradient(135deg,var(--navy) 0 54%,var(--yellow) 54% 57%,var(--navy-soft) 57%);color:var(--white);text-align:center}.project-photo-placeholder span{font-size:1.2rem;font-weight:800}.project-photo-placeholder small{color:var(--yellow-light);font-size:.95rem}.project-photo figcaption{padding:9px 15px;background:var(--navy-deep);color:var(--white);font-size:.95rem}.project-card-body{display:flex;flex:1;flex-direction:column;padding:25px}.project-card-meta,.article-card-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;color:var(--navy-soft);font-size:.95rem;font-weight:800}.project-card h3,.article-card h3{margin:14px 0 12px}.project-card p,.article-summary{margin-bottom:18px;color:var(--muted);font-size:1.05rem}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:auto 0 20px;padding:0;list-style:none}.tag-list li{padding:5px 10px;background:#e8f0f7;color:var(--navy-soft);font-size:.95rem;font-weight:700}.project-card-compact .tag-list{margin-top:auto}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:12px}.project-gallery .project-photo img,.project-gallery .project-photo-placeholder{aspect-ratio:3 / 2}.text-link{display:inline-flex;width:fit-content;min-height:48px;align-items:center;gap:12px;padding-block:8px;font-size:1rem;font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.text-link span{color:var(--yellow);font-size:1.4rem;text-decoration:none}.text-link-dark{color:var(--navy)}.empty-state{display:grid;grid-template-columns:100px minmax(0,1fr);align-items:center;gap:clamp(20px,4vw,44px);min-height:260px;padding:clamp(26px,5vw,48px);border:2px solid var(--line);background:var(--white)}.empty-state-mark{display:grid;width:100px;aspect-ratio:1;place-items:center;border:3px solid var(--yellow);background:var(--navy);color:var(--yellow);font-size:2rem;font-weight:800;letter-spacing:-.1em}.empty-state .eyebrow{margin-bottom:14px}.empty-state h3{max-inline-size:18ch;margin-bottom:14px}.empty-state p:not(.eyebrow){max-inline-size:45ch;margin-bottom:12px;color:var(--muted)}.about-section{position:relative;overflow:hidden}.about-section:before{position:absolute;top:-260px;right:-130px;width:680px;height:680px;border:2px solid rgba(244,197,66,.32);border-radius:50%;box-shadow:0 0 0 80px #f4c54214,0 0 0 160px #f4c5420a;content:""}.about-grid{position:relative;display:grid;grid-template-columns:30% minmax(0,1fr);align-items:center;gap:clamp(42px,8vw,96px)}.about-stamp{display:grid;width:min(275px,100%);aspect-ratio:1;place-items:center;align-content:center;gap:9px;border:2px solid rgba(255,255,255,.45);border-radius:50%;color:var(--yellow);transform:rotate(-7deg)}.about-stamp span{font-size:4.5rem;font-weight:800;line-height:.8;letter-spacing:-.14em}.about-stamp small{color:#d2dfeb;font-size:.9rem;font-weight:800;letter-spacing:.08em}.about-stamp strong{color:var(--white);font-size:1.15rem;letter-spacing:.08em}.about-stamp i{width:52px;height:3px;background:var(--yellow)}.about-copy h2{margin-bottom:28px}.about-copy>p{max-inline-size:650px;color:#dce8f2}.about-lede{font-size:1.25rem}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.person-card{display:grid;grid-template-columns:135px minmax(0,1fr);min-height:300px;border:2px solid var(--line);background:var(--paper)}.person-initials{display:grid;place-items:center;background:var(--navy);color:var(--yellow);font-size:2rem;font-weight:800}.person-body{padding:28px}.person-role{margin-bottom:12px;color:var(--navy-soft);font-size:.95rem;font-weight:800;text-transform:uppercase}.person-body h3{margin-bottom:12px}.person-body>p:not(.person-role){color:var(--muted);font-size:1.05rem}.article-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.article-list{display:grid;gap:22px}.article-card{padding:28px;border:2px solid var(--line);background:var(--white)}.article-card-meta{color:var(--navy-soft)}.article-body{color:var(--muted)}.article-body p:last-child{margin-bottom:0}.hiring-section{padding-block:clamp(46px,6vw,72px);border-top:2px solid var(--line);border-bottom:2px solid var(--line)}.hiring-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);align-items:center;gap:clamp(32px,7vw,88px)}.hiring-section h2{max-inline-size:16ch;font-size:clamp(2rem,3.4vw,3rem)}.hiring-copy{max-inline-size:590px}.hiring-copy p{margin-bottom:20px;color:var(--muted);font-size:1.1rem}.page-hero{padding:clamp(72px,8vw,94px) 0 clamp(78px,8vw,100px)}.page-hero-navy{background:var(--navy);color:var(--white)}.page-hero-yellow{background:var(--yellow);color:var(--navy-deep)}.page-hero-yellow .eyebrow{color:var(--navy-soft)}.page-hero h1{max-inline-size:15ch;margin-bottom:22px}.page-hero p:last-child{max-inline-size:680px;margin-bottom:0;font-size:1.25rem}.page-cta{padding:clamp(56px,7vw,70px) 0}.page-cta .shell{display:flex;align-items:center;justify-content:space-between;gap:30px}.page-cta h2{max-inline-size:18ch}.contact-section{padding-bottom:clamp(86px,10vw,130px)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(44px,8vw,96px)}.contact-copy h2{margin-bottom:26px}.contact-copy>p{max-inline-size:500px;color:#d8e5ef;font-size:1.2rem}.contact-actions{margin-top:30px}.contact-details{border-top:2px solid var(--line-dark)}.contact-row{display:grid;grid-template-columns:95px minmax(0,1fr) 22px;align-items:center;gap:18px;min-height:92px;border-bottom:2px solid var(--line-dark);text-decoration:none}.contact-row:hover strong{color:var(--yellow)}.contact-label{color:#b9cddd;font-size:.95rem;font-weight:800;text-transform:uppercase}.contact-row strong{font-size:clamp(1.2rem,2vw,1.7rem);letter-spacing:-.04em;overflow-wrap:anywhere;transition:color .2s ease}.contact-row>span:last-child{color:var(--yellow);font-size:1.3rem}.contact-row-static strong{color:var(--white)}.site-footer{padding:20px 0;background:var(--navy-deep);color:#d0deea;font-size:.95rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-inner div{display:grid;gap:4px}.footer-inner strong{color:var(--white)}.footer-inner a{display:inline-flex;min-height:48px;align-items:center;color:var(--yellow-light);font-weight:800;text-decoration:none}.reduce-motion *,.reduce-motion *:before,.reduce-motion *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}@media(max-width:1100px){.menu-toggle{display:block}.site-nav{position:absolute;top:100%;right:0;left:0;display:none;align-items:stretch;padding:14px clamp(18px,5vw,32px) 20px;background:var(--navy-deep);border-bottom:2px solid var(--line-dark)}.site-nav.is-open{display:grid;gap:0}.site-nav a{padding:13px 4px;border-bottom:1px solid var(--line-dark)}.site-nav .button{width:100%;margin-top:14px}}@media(max-width:980px){.split-heading,.hiring-grid{grid-template-columns:minmax(0,1fr);gap:24px}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:52px}.hero{min-height:auto}.hero-aside{grid-template-columns:repeat(2,minmax(0,1fr));max-width:700px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(3){border-left:2px solid var(--line)}.service-card:nth-child(n+3){border-top:2px solid var(--line)}.project-grid{grid-template-columns:repeat(2,1fr)}.about-stamp{width:230px}}@media(max-height:650px)and (min-width:721px){.hero{min-height:auto;padding-block:64px}.scroll-cue{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}section[id],.page-hero{scroll-margin-top:100px}@media(max-width:1100px){.menu-toggle{display:inline-flex;width:auto;align-items:center;justify-content:center;gap:8px;padding:8px 12px;font:inherit;font-size:.95rem;font-weight:800}.menu-toggle>span:not(.sr-only){width:auto;height:auto;margin:0;background:none}.menu-toggle-icon{display:grid!important;width:22px!important;gap:4px}.menu-toggle-icon>span{display:block;width:22px;height:2px;background:currentColor}.menu-toggle-label{display:inline!important;color:currentColor}.site-nav{max-height:calc(100svh - 78px);overflow-y:auto;overscroll-behavior:contain}}@media(max-width:720px){section[id],.page-hero{scroll-margin-top:84px}.shell{width:calc(100% - 36px)}.header-inner{min-height:72px;gap:8px}.wordmark{gap:8px}.wordmark-text{max-width:calc(100vw - 148px)}.wordmark-text strong{font-size:1.08rem}.wordmark-text small{max-width:180px;font-size:.78rem}.hero{min-height:auto;padding:52px 0 56px}.hero-grid{gap:34px}.hero h1{margin-bottom:20px;font-size:clamp(2.5rem,12vw,3.4rem)}.hero-lede{margin-bottom:24px;font-size:1.125rem}.hero-slogan{margin:-8px 0 20px;font-size:.88rem}.hero-actions,.contact-actions{display:grid;gap:10px}.button{width:100%;min-height:52px}.hero-note{margin-top:20px;font-size:.95rem}.hero-aside{grid-template-columns:1fr;max-width:none;gap:12px}.hero-card{grid-template-columns:minmax(0,auto) minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:14px;row-gap:3px;min-height:0;padding:15px 17px}.hero-card-main,.hero-card-accent{min-height:0}.hero-card .card-kicker{grid-column:1;grid-row:1}.hero-card strong,.hero-card a{grid-column:1;grid-row:2}.hero-card .card-caption{grid-column:2;grid-row:1 / span 2;align-self:center}.hero-card strong{font-size:2.35rem}.hero-card a{font-size:1.25rem}.card-kicker,.card-caption{font-size:.82rem}.scroll-cue{display:none}.section{padding:48px 0}.section-heading{margin-bottom:26px}.split-heading{gap:16px}h2{max-inline-size:none;font-size:clamp(2rem,8vw,2.8rem)}.section-intro{max-inline-size:none;font-size:1.125rem}.section-action{margin-top:22px}.service-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;border:0}.service-card,.service-card:first-child,.service-card:nth-child(n+3){display:grid;grid-template-columns:50px minmax(0,1fr);grid-template-areas:"number number" "icon title" "copy copy" "tag tag";align-items:center;min-height:0;padding:20px;border:2px solid var(--line)}.service-number{grid-area:number}.service-icon{grid-area:icon;width:44px;height:44px;margin:0;font-size:1.35rem;border-width:2px}.service-card h3{grid-area:title;min-width:0;max-inline-size:none;margin:0;overflow-wrap:anywhere;font-size:1.45rem}.service-card p{grid-area:copy;margin:16px 0 0;font-size:1.05rem}.service-tag{position:static;grid-area:tag;margin-top:14px;font-size:.95rem}.project-grid,.team-grid,.article-grid{grid-template-columns:1fr;gap:14px}.project-list,.article-list{gap:14px}.project-card-body,.article-card{padding:22px}.project-card-meta,.article-card-meta{justify-content:flex-start;gap:8px 14px}.project-card h3,.article-card h3{margin:12px 0 10px;font-size:1.5rem}.project-card p,.article-summary{font-size:1.05rem}.project-gallery{grid-template-columns:1fr;gap:12px}.empty-state{grid-template-columns:1fr;align-items:start;gap:18px;min-height:0;padding:22px}.empty-state-mark{width:68px;font-size:1.45rem}.empty-state h3{max-inline-size:none}.about-grid{gap:28px}.about-stamp{width:148px}.about-stamp span{font-size:2.9rem}.about-stamp small{font-size:.78rem}.about-copy h2{margin-bottom:20px}.about-lede{font-size:1.15rem}.person-card{display:block;min-height:0;padding:20px}.person-initials{width:52px;height:52px;min-height:0;margin-bottom:16px;font-size:1.35rem}.person-body{padding:0}.person-body>p:not(.person-role){font-size:1.05rem}.page-hero{padding:48px 0 52px}.page-hero h1{max-inline-size:none;margin-bottom:18px;font-size:clamp(2.45rem,11vw,3.3rem)}.page-hero p:last-child{font-size:1.125rem}.page-cta{padding:44px 0}.page-cta .shell{display:grid;gap:20px;align-items:start}.page-cta h2{max-inline-size:none}.contact-section{padding-bottom:56px}.contact-grid{gap:34px}.contact-copy h2{margin-bottom:20px}.contact-copy>p{font-size:1.125rem}.contact-actions{margin-top:24px}.contact-row{grid-template-columns:minmax(0,1fr) 18px;grid-template-areas:"label arrow" "value arrow";align-items:center;gap:4px 12px;min-height:0;padding:16px 0}.contact-label{grid-area:label;font-size:.85rem}.contact-row strong{grid-area:value;font-size:1.25rem}.contact-row>span:last-child{grid-area:arrow}.site-footer{padding:16px 0}.footer-inner{display:grid;gap:10px}.footer-inner a{min-height:48px}}@media(max-width:480px){.header-inner{min-height:68px}.wordmark-logo-wrap{width:46px;height:56px}.wordmark-text{max-width:calc(100vw - 132px)}.wordmark-text strong{font-size:1rem}.wordmark-text small{max-width:126px;font-size:.72rem}.menu-toggle{padding-inline:10px}.hero{padding-top:44px}.hero h1{font-size:clamp(2.35rem,12vw,3rem)}.hero-card{column-gap:10px;padding:14px}.hero-card .card-caption{font-size:.78rem}.service-card,.service-card:first-child,.service-card:nth-child(n+3){padding:18px}.empty-state,.project-card-body,.article-card,.person-card{padding:18px}}:where(a,button):focus-visible{outline:3px solid #ffffff;outline-offset:3px;box-shadow:0 0 0 6px #082744}.fallback-content{width:min(760px,calc(100% - 40px));margin:60px auto;overflow-wrap:anywhere}.fallback-content a{display:inline-block;padding-block:10px}.contact-preparation{margin-top:28px;padding-left:22px;border-left:3px solid var(--yellow)}.contact-preparation h3{font-size:1.25rem;letter-spacing:-.02em;line-height:1.4}.contact-preparation ul{padding-left:22px;color:#d8e5ef}.contact-preparation p{color:#d8e5ef;font-size:1.125rem}.service-card p,.project-card p,.article-summary,.person-body>p:not(.person-role),.hiring-copy p{font-size:1.125rem}.article-body{max-width:70ch}.contact-actions .button-secondary{border-color:#c3d3e1}@media(max-width:1100px){.site-nav{max-height:calc(100dvh - 88px);overflow-y:auto;overscroll-behavior:contain}}.service-detail-link{color:inherit;text-decoration:none}.service-detail-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.service-card:focus-within{outline:3px solid var(--yellow);outline-offset:3px}.service-card:hover h3{text-decoration:underline;text-underline-offset:.2em}.service-details{display:grid;grid-template-columns:1fr 1fr;gap:64px}.service-details h2{font-size:1.8rem;margin:0 0 18px}.service-details p,.service-details li{font-size:1.125rem;line-height:1.75}.service-details ul{padding-left:24px;margin-bottom:36px}.service-details p{margin-bottom:36px}.service-details li+li{margin-top:12px}.service-question-list{margin:0}.service-question-list>div+div{margin-top:26px}.service-question-list dt{color:var(--navy);font-size:1.125rem;font-weight:800;line-height:1.55}.service-question-list dd{margin:8px 0 0;color:var(--muted);font-size:1.125rem;line-height:1.75}.related-services{display:flex;flex-wrap:wrap;gap:24px;margin-top:24px}@media(max-width:720px){.service-details{grid-template-columns:1fr;gap:32px}}
