:root{--navy:#112f3d;--deep:#0c2430;--gold:#dfb65d;--paper:#f8f6f0;--white:#fff;--ink:#173441;--muted:#596b72;--line:#d5dcd9;--sans:'Avenir Next',Avenir,'Segoe UI',Arial,sans-serif;--serif:Georgia,'Times New Roman',serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;color:var(--ink);background:var(--paper);font:1rem/1.7 var(--sans);-webkit-font-smoothing:antialiased}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{text-wrap:balance}
p{text-wrap:pretty}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button{font:inherit}
a,button,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #bc8b31;outline-offset:6px}
a:hover{text-decoration:underline;text-underline-offset:5px}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.section{padding:100px 0}
.eyebrow{font-size:0.75rem;font-weight:650;letter-spacing:2px;text-transform:uppercase;line-height:1.5;margin-bottom:23px}
h2{font:400 clamp(2.125rem,3.5vw,3.375rem)/1.14 var(--serif);letter-spacing:-1.7px}
h3{font:400 1.6875rem/1.25 var(--serif);letter-spacing:-.45px}
.muted{color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:24px;min-height:44px;font-size:0.875rem;font-weight:600;border-bottom:1px solid currentColor}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-height:54px;padding:15px 23px;font-size:0.875rem;font-weight:650;border:1px solid transparent;transition:background .2s,transform .2s}
.button:hover{text-decoration:none;transform:translateY(-2px)}
.gold{color:var(--deep);background:var(--gold)}
.gold:hover{background:#edcb84}
.outline{border-color:#7d939b;color:#fff}
.outline:hover{background:#ffffff12}
.navy-button{background:var(--navy);color:white}
.arrow{font-family:Arial,sans-serif;font-size:1.375rem;font-weight:400}
.skip{position:fixed;z-index:100;top:-100px;left:12px;background:var(--gold);padding:12px}
.skip:focus{top:12px}
[hidden]{display:none!important}
.site-header{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid #d5dcd999}
.header-inner{min-height:90px;display:flex;justify-content:space-between;align-items:center;gap:25px}
.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.brand:hover{text-decoration:none}
.brand img{width:49px;height:49px;mix-blend-mode:multiply;border-radius:50%}
.wordmark{font-size:1.9375rem;line-height:1;font-weight:650;letter-spacing:3px}
.wordmark small{display:block;font-size:0.5625rem;letter-spacing:1.6px;line-height:1.4;margin-top:7px}
.nav{display:flex;gap:28px;align-items:center}
.nav a{font-size:0.875rem;min-height:44px;display:flex;align-items:center}
.nav .nav-cta{border:1px solid var(--ink);padding:8px 17px;margin-left:12px;gap:23px}
.nav a[aria-current=page]{text-decoration:underline;text-underline-offset:8px}
.menu-toggle{display:none;border:1px solid var(--ink);background:transparent;padding:8px 13px;color:var(--ink);min-height:44px}
.hero{position:relative;background:var(--deep);color:white;isolation:isolate;min-height:690px;display:flex;align-items:center}
.hero>picture{position:absolute;inset:0;z-index:-2}
.hero>picture img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,29,39,.96),rgba(7,29,39,.8))}
.hero-content{padding:80px 0 105px}
.hero .eyebrow{color:#efce85}
.hero h1{font:400 clamp(3.0625rem,5vw,4.75rem)/1.06 var(--serif);letter-spacing:-2.4px;max-width:760px}
.hero h1 em{color:#edca80;font-weight:400}
.hero-description{max-width:495px;font-size:1.125rem;line-height:1.8;color:#e3e9e9;margin:29px 0 31px}
.hero-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.hero-actions .text-link{color:#e8efed;margin-left:5px}
.hero-foot{position:static;width:100%;display:flex;justify-content:space-between;gap:20px;padding:0 56px;color:#d9e1e1;font-size:0.75rem;letter-spacing:.6px}
.focus-strip{border-bottom:1px solid var(--line);background:#fff}
.focus-strip .wrap{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:35px;padding-block:25px}
.focus-strip div>span{color:var(--muted);font-size:0.75rem;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:3px}
.focus-strip strong{font-size:0.9375rem;font-weight:500}
.intro{display:grid;grid-template-columns:1.15fr 1fr;gap:10%;align-items:start}
.intro p:not(.eyebrow){color:var(--muted);font-size:1.125rem;line-height:1.85;padding-top:41px}
.services{padding-top:0}
.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:43px}
.section-heading p:not(.eyebrow){max-width:390px;color:var(--muted);font-size:1rem}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-card{position:relative;padding:32px 29px 27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;min-height:315px;transition:background .2s}
.service-card:hover{background:#fff}
.service-card:first-child{background:var(--navy);color:white}
.service-number{font-size:0.75rem;letter-spacing:1px;color:#596b72;margin-bottom:30px}
.service-card:first-child .service-number{color:var(--gold)}
.service-card h3{margin-bottom:17px;max-width:290px}
.service-card p{color:var(--muted);font-size:1rem;margin-bottom:24px;line-height:1.75}
.service-card:first-child p{color:#c9d7dc}
.service-card a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:0.875rem;font-weight:600;min-height:44px}
.service-card:first-child a{color:#efce85}
.service-card a:after{content:'';position:absolute;inset:0}
.service-card a:focus-visible:after{outline:3px solid #b88b32;outline-offset:-5px}
.additional{margin-top:28px}
.additional summary{font-size:1rem}
.additional-items{display:grid;grid-template-columns:1fr 1fr;gap:25px 50px;padding:20px 0 30px}
.additional-items h3{font:600 1rem var(--sans);margin-bottom:6px}
.additional-items p{font-size:1rem;color:var(--muted)}
details{border-bottom:1px solid var(--line)}
summary{list-style:none;cursor:pointer;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:1.0625rem;font-weight:500}
summary::-webkit-details-marker{display:none}
summary:after{content:'+';font-size:1.5625rem;flex-shrink:0;font-weight:400}
details[open]>summary:after{content:'−'}
details>p{font-size:1rem;color:var(--muted);padding:0 35px 25px 0;max-width:820px}
.feature{display:grid;grid-template-columns:1.1fr 1fr;background:var(--navy);color:white}
.feature figure{min-height:560px;position:relative}
.feature figure img{width:100%;height:100%;position:absolute;object-fit:cover}
.caption{font-size:0.75rem;line-height:1.5}
.feature figcaption{position:absolute;bottom:18px;left:24px;background:#102b3adb;color:#e4eaea;padding:7px 12px}
.feature-copy{padding:70px 11%;align-self:center}
.feature .eyebrow{color:var(--gold)}
.feature h2{margin-bottom:24px}
.feature p:not(.eyebrow){font-size:1.0625rem;color:#d2dde0;margin-bottom:28px}
.feature ul{padding:0;margin:0 0 28px;list-style:none}
.feature li{border-top:1px solid #46606b;padding:12px 0;font-size:0.9375rem;display:flex;justify-content:space-between;gap:20px}
.feature li span{color:var(--gold);font-size:0.75rem}
.situations{background:#ecefe9}
.situations-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:7%;align-items:center}
.situations figure img{aspect-ratio:1.25;object-fit:cover;width:100%}
.situations figcaption{color:var(--muted);padding-top:12px}
.situation-list{margin-top:30px}
.situation-list article{border-top:1px solid #cbd4d0;padding:23px 0}
.situation-list h3{font-size:1.5rem;margin-bottom:10px}
.situation-list p{font-size:1rem;color:var(--muted)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:48px}
.process-grid article{border-top:1px solid var(--line);padding-top:25px}
.process-grid .eyebrow{color:#596b72;margin-bottom:24px}
.process-grid h3{margin-bottom:16px}
.process-grid p{color:var(--muted)}
.about{background:var(--navy);color:#fff}
.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:12%}
.about .eyebrow{color:var(--gold)}
.about h2 em{color:#e7c27c;font-weight:400}
.about-copy>p{color:#d7e0e2;font-size:1.0625rem;margin-bottom:24px}
.about-copy>p:first-child{color:white;font:400 1.5rem/1.6 var(--serif)}
.signature{display:flex;gap:14px;align-items:center;margin-top:35px}
.signature .initials{border:1px solid #6d838c;width:51px;height:51px;display:grid;place-items:center;font:1.25rem var(--serif);color:var(--gold)}
.signature strong{display:block;font-weight:500}
.signature small{color:#adc2cc;font-size:0.8125rem}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:12%}
.faq-layout .lead{color:var(--muted);margin-top:25px}
.faq-layout .text-link{margin-top:20px}
.area{border-top:1px solid var(--line);padding:45px 0}
.area .wrap{display:grid;grid-template-columns:1fr 1.3fr;gap:70px}
.area h2{font-size:1.75rem}
.area p{color:var(--muted);font-size:1rem}
.area .eyebrow{margin-bottom:12px}
.contact-banner{background:#e6bc64;padding:65px 0}
.contact-banner .wrap{display:flex;align-items:center;justify-content:space-between;gap:60px}
.contact-banner h2{font-size:clamp(2.0625rem,3.2vw,2.875rem);margin-bottom:15px}
.contact-banner p{max-width:690px}
.contact-banner .button{flex-shrink:0}
.footer{background:var(--deep);color:#d8e2e5;padding:60px 0 20px}
.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:60px}
.footer .brand img{display:none}
.footer .brand{color:var(--gold)}
.footer p{font-size:0.875rem;color:#aebfc7;margin-top:23px;max-width:300px}
.footer h2{font:500 0.875rem var(--sans);color:#f1d28d;margin-bottom:18px}
.footer-links{display:flex;flex-direction:column;align-items:start;gap:8px}
.footer-links a{font-size:0.875rem;min-height:30px}
.footer address{font-size:0.875rem;color:#bfcdd3;font-style:normal;margin:15px 0}
.footer .email{font-size:1.0625rem;overflow-wrap:anywhere}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #334d59;margin-top:45px;padding-top:20px;font-size:0.75rem;color:#aebfc7}
.footer-bottom a{min-height:30px}
.breadcrumbs{font-size:0.875rem;display:flex;gap:10px;flex-wrap:wrap;margin-bottom:35px;color:#b8c9d0}
.service-hero{background:var(--navy);color:white;padding:50px 0 66px}
.service-hero .eyebrow{color:var(--gold)}
.service-hero h1{font:400 clamp(2.5rem,4.3vw,4.0625rem)/1.12 var(--serif);letter-spacing:-1.8px;max-width:900px;margin-bottom:27px}
.service-hero .lead{font-size:1.1875rem;color:#d0dde3;max-width:790px;line-height:1.8}
.service-hero .button{margin-top:30px}
.service-layout{display:grid;grid-template-columns:1fr 310px;gap:9%;align-items:start}
.service-article h2{font-size:2.25rem;margin:45px 0 23px}
.service-article h2:first-child{margin-top:0}
.service-article h3{font-size:1.5rem;margin:27px 0 12px}
.service-article>p,.service-article li{font-size:1.0625rem;color:var(--muted)}
.service-article p+p{margin-top:20px}
.service-article ul,.service-article ol{padding-left:24px}
.service-article li{margin-bottom:13px;padding-left:5px}
.service-article a{color:#26596c;text-decoration:underline;text-underline-offset:4px}
.service-aside{position:sticky;top:120px;background:#e9ede8;padding:28px}
.service-aside h2{font-size:1.6875rem;margin-bottom:18px}
.service-aside p{font-size:0.9375rem;color:var(--muted);margin-bottom:24px}
.service-aside .button{width:100%;gap:15px}
.service-aside nav{margin-top:30px;display:flex;flex-direction:column;border-top:1px solid #bdcac6;padding-top:17px}
.service-aside nav a{font-size:0.875rem;padding:10px 0}
.service-aside nav a[aria-current=page]{font-weight:700}
.service-aside .eyebrow{font-size:0.75rem;margin-top:28px;margin-bottom:10px}
.page-image{margin-bottom:40px}
.page-image img{width:100%;aspect-ratio:1.6;object-fit:cover}
.page-image figcaption{padding-top:10px;color:var(--muted);font-size:0.75rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%}
.contact-grid h2{margin-bottom:25px}
.contact-grid p,.contact-grid li{font-size:1.0625rem;color:var(--muted)}
.contact-grid ul{padding-left:20px}
.contact-panel{background:var(--navy);color:white;padding:42px}
.contact-panel .email{display:block;font:1.75rem var(--serif);overflow-wrap:anywhere;margin-bottom:30px}
.contact-panel address{font-style:normal;margin:20px 0;color:#d4dfe2}
.contact-panel .eyebrow{color:var(--gold);margin-bottom:12px}
.contact-panel .text-link{color:#d4dfe2}
.contact-panel .office-label{margin-top:34px}
.contact-panel p{color:#cedbe1;font-size:0.875rem;margin-top:18px}
.notice{font-size:0.875rem;color:var(--muted);margin-top:16px}
.contact-grid .button{margin-top:22px}
.reveal{animation:rise .7s ease both}
@keyframes rise{from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:none}
}
@media(min-width:1800px){.hero{min-height:780px}
}
@media(max-width:1050px){.wrap{width:calc(100% - 64px)}
.nav{gap:17px}
.nav .nav-cta{margin-left:0;padding:8px 12px}
.hero{min-height:640px}
.hero-foot{padding:0 32px}
.service-card{padding:27px 22px}
.feature-copy{padding:50px 9%}
.service-layout{gap:6%;grid-template-columns:1fr 270px}
.section{padding:80px 0}
.services{padding-top:0}
.process-grid{gap:32px}
}
@media(max-width:800px){.header-inner{min-height:80px;flex-wrap:wrap;gap:0;padding-block:15px}
.menu-toggle{display:block}
.nav{width:100%;padding-top:20px;gap:13px 25px;flex-wrap:wrap}
.js .nav{display:none}
.js .nav.is-open{display:flex}
.nav .nav-cta{margin-left:auto}
.hero h1{font-size:3.6875rem}
.hero-description{max-width:450px}
.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,29,39,.96),rgba(7,29,39,.8))}
.focus-strip .wrap{gap:20px}
.focus-strip strong{font-size:0.875rem}
.intro{gap:6%}
.intro p:not(.eyebrow){padding-top:25px;font-size:1.0625rem}
.service-grid{grid-template-columns:repeat(2,1fr)}
.section-heading{align-items:start;gap:35px}
.section-heading>p{max-width:290px}
.feature{grid-template-columns:1fr 1fr}
.feature figure{min-height:590px}
.feature-copy{padding:45px 8%}
.feature h2{font-size:2.375rem}
.situations-grid{gap:5%}
.situations-grid figure img{aspect-ratio:.75}
.about .wrap,.faq-layout{gap:7%}
.footer-top{gap:30px;grid-template-columns:.85fr 1fr 1.2fr}
.service-layout{grid-template-columns:minmax(0,1fr);gap:45px}
.service-aside{position:static;margin-top:0}
.service-aside nav{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}
.service-aside .button{width:auto}
}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}
html{scroll-padding-top:90px}
.wordmark{font-size:1.6875rem}
.brand img{width:43px;height:43px}
.hero{min-height:690px;align-items:flex-start}
.hero-content{padding:52px 0 92px}
.hero h1{font-size:clamp(2.6875rem,11vw,3.8125rem);letter-spacing:-1.7px}
.hero-description{font-size:1.0625rem;line-height:1.75;max-width:94%;margin:27px 0}
.hero>picture img{object-position:65% center}
.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,29,39,.96),rgba(7,29,39,.8))}
.hero .eyebrow{font-size:0.6875rem;letter-spacing:1.7px}
.hero-actions{gap:13px 20px}
.hero-actions .text-link{font-size:0.875rem;margin-left:0}
.hero-foot{padding:0 20px;font-size:0.6875rem;flex-direction:column;gap:4px;bottom:18px}
.focus-strip .wrap{grid-template-columns:1fr;padding-block:22px;gap:17px}
.focus-strip .wrap>div{display:flex;gap:15px;justify-content:space-between}
.focus-strip div>span{font-size:0.625rem;margin-bottom:0}
.focus-strip strong{font-size:0.8125rem;text-align:right}
.section{padding:60px 0}
.intro{grid-template-columns:1fr;gap:24px}
.intro p:not(.eyebrow){padding:0;font-size:1.0625rem}
h2{font-size:2.3125rem;letter-spacing:-1.2px}
.services{padding-top:0}
.section-heading{display:block;margin-bottom:30px}
.section-heading>p{max-width:none;margin-top:22px}
.service-grid{grid-template-columns:1fr}
.service-card{min-height:0;padding:26px 25px}
.service-number{margin-bottom:18px}
.service-card h3{font-size:1.8125rem;max-width:none}
.service-card p{margin-bottom:15px}
.additional-items{grid-template-columns:1fr;gap:25px}
.feature{grid-template-columns:1fr}
.feature figure{min-height:320px}
.feature-copy{padding:42px 20px 50px}
.feature h2{font-size:2.4375rem}
.feature li{font-size:0.9375rem}
.situations-grid{grid-template-columns:1fr;gap:35px}
.situations-grid figure img{aspect-ratio:1.25}
.process-grid{grid-template-columns:1fr;gap:28px;margin-top:30px}
.process-grid .eyebrow{margin-bottom:17px}
.about .wrap,.faq-layout{grid-template-columns:1fr;gap:35px}
.about h2{font-size:2.4375rem}
.about-copy>p:first-child{font-size:1.4375rem}
.area .wrap{grid-template-columns:1fr;gap:20px}
.area{padding:35px 0}
.contact-banner{padding:45px 0}
.contact-banner .wrap{display:block}
.contact-banner .button{margin-top:25px}
.footer{padding:45px 0 20px}
.footer-top{grid-template-columns:1fr;gap:35px}
.footer p{max-width:none;margin-top:19px}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:5px 20px}
.footer-bottom{flex-direction:column;gap:10px;margin-top:30px}
.service-hero{padding:30px 0 45px}
.service-hero h1{font-size:2.6875rem}
.service-hero .lead{font-size:1.0625rem}
.breadcrumbs{font-size:0.8125rem;margin-bottom:28px}
.service-article h2{font-size:1.9375rem}
.service-article>p,.service-article li{font-size:1rem}
.contact-grid{grid-template-columns:1fr;gap:35px}
.contact-panel{padding:30px 22px}
.contact-panel .email{font-size:1.625rem}
.service-aside nav{grid-template-columns:1fr}
.hero-actions .button{gap:25px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{animation:none!important;transition:none!important}
}


/* Readable controls, keyboard focus, and layouts that reflow with larger text. */
:where(a,button,summary):focus-visible{outline:3px solid #112f3d;outline-offset:3px;box-shadow:0 0 0 6px #fff;position:relative;z-index:2}

.skip{transform:translateY(-180%);top:12px;max-width:calc(100% - 24px)}

.skip:focus{transform:none;position:fixed;z-index:100}

main:focus{outline:none}

:where(h1,h2,h3,p,li,a,button,summary){overflow-wrap:break-word}

:where(.wrap,.service-layout,.contact-grid,.faq-layout,.about .wrap,.situations-grid)>*{min-width:0}

.eyebrow,.hero .eyebrow,.service-aside .eyebrow{font-size:.875rem;letter-spacing:.08em}

.caption,.page-image figcaption,.hero-foot,.footer-bottom,.signature small{font-size:.875rem}

.button,.nav a,.text-link,.service-aside nav a,.footer-links a{font-size:1rem}

.button{max-width:100%;gap:1rem;text-align:left;cursor:pointer}

.button .arrow,.text-link .arrow{flex-shrink:0}

.hero{display:block;min-height:0}

.hero-content{padding-block:5rem 3rem}

.hero-foot{padding-bottom:1.5rem;flex-wrap:wrap;align-items:flex-start}

.hero h1{font-size:clamp(2.5rem,4.8vw,4.75rem);line-height:1.15;letter-spacing:-.035em;max-width:900px}

.hero-description{max-width:620px}

.hero-actions .button,.hero-actions .text-link{background:#112f3d;color:#fff}

.hero-actions .gold{background:var(--gold);color:var(--deep)}

.hero-actions .text-link{padding:8px 12px}

.project-shortcuts .wrap{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-block:22px}

.project-shortcuts a{display:flex;flex-direction:column;justify-content:center;min-height:80px;padding:12px 18px;border:1px solid #75878e;border-radius:4px}

.project-shortcuts a:hover{background:#e9eeef}

.project-shortcuts strong{font-size:1.0625rem;font-weight:650;text-align:left}

.project-shortcuts a>span{font-size:.875rem;color:#596b72;margin-top:4px}

.service-card a{font-size:1rem;text-decoration:underline;text-underline-offset:4px}

.service-card a:focus-visible:after{outline:3px solid currentColor;outline-offset:-5px}

.service-card:focus-within{outline:3px solid var(--gold);outline-offset:-4px}

.service-layout{column-gap:7%;row-gap:45px;grid-template-columns:minmax(0,1fr) minmax(240px,310px)}

.service-aside{position:static}

.service-aside h2{font-size:1.75rem;line-height:1.25;letter-spacing:-.02em}

.footer h2{line-height:1.5;letter-spacing:normal}

.footer-links a,.footer-bottom a{min-height:44px;display:flex;align-items:center}

.footer-bottom{align-items:center;flex-wrap:wrap}

.breadcrumbs a{min-height:44px;display:inline-flex;align-items:center}

.breadcrumbs{align-items:center}

.text-link{flex-wrap:wrap}

.contact-banner .wrap{flex-wrap:wrap;gap:28px}

.contact-banner .button{flex-shrink:1}

.inquiry-choices{display:grid;gap:12px;margin:24px 0 30px}

.inquiry-choices a{display:block;border:1px solid #75878e;padding:16px;font-weight:600;text-decoration:underline;text-underline-offset:4px}

.inquiry-choices a:hover{background:#e9eeef}

.copy-email{margin:0!important}

.copy-status:empty{display:none}

.accessibility-copy{max-width:850px}

.accessibility-copy .button{color:#fff;text-decoration:none;margin-top:28px}

@media(max-width:1050px){
 .site-header{position:relative}

 html{scroll-padding-top:16px}

 .header-inner{flex-wrap:wrap;gap:14px;padding-block:16px}

 .menu-toggle{display:none}

 .js .menu-toggle{display:block}

 .nav{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding-top:12px}

 .js .nav{display:none}

 .js .nav.is-open{display:flex}

 .nav a{padding:10px 12px}

 .nav .nav-cta{margin:0;justify-content:space-between}

 .hero h1{font-size:clamp(2.5rem,5.5vw,4rem)}

}

@media(max-width:800px){
 .service-layout,.contact-grid{grid-template-columns:minmax(0,1fr);gap:35px}

 .project-shortcuts .wrap{grid-template-columns:minmax(0,1fr);gap:12px}

 .project-shortcuts a{min-height:68px}

 .footer-top{grid-template-columns:minmax(0,1fr);gap:32px}

 .feature{grid-template-columns:minmax(0,1fr)}

 .feature figure{min-height:320px}

 .feature-copy{padding:40px 32px}

 .hero h1{font-size:clamp(2.5rem,6.5vw,3.75rem)}

}

@media(max-width:600px){
 .wrap{width:calc(100% - 36px)}

 .hero-content{padding-block:40px 30px}

 .hero-foot{padding-inline:18px;gap:10px}

 .hero-actions{align-items:stretch;flex-direction:column}

 .hero-actions .text-link{align-self:flex-start;margin:8px 0 0}

 .hero h1{font-size:2.5rem}

 .service-hero h1{font-size:2.25rem;letter-spacing:-.03em}

 .hero-description{max-width:100%}

 .feature-copy{padding:40px 18px}

 .footer-bottom{align-items:flex-start}

 .footer-links{grid-template-columns:minmax(0,1fr)}

 .wordmark small{font-size:.625rem}

 .brand{gap:8px;flex-shrink:1}

 .brand img{width:36px;height:36px}

 .wordmark{font-size:1.5rem}

 .menu-toggle{font-size:1rem;padding:8px}

 .service-aside{padding:24px}

 .service-aside nav{grid-template-columns:minmax(0,1fr)}

 .feature figcaption{left:12px;right:12px;bottom:12px}

}

@media(forced-colors:active){
 a,button,summary{forced-color-adjust:auto}

 :where(a,button,summary):focus-visible{outline:3px solid Highlight;box-shadow:none}

 .service-card:first-child,.contact-panel,.service-hero,.hero,.feature,.about{border:1px solid CanvasText}

 .hero:after{background:Canvas}

}


.service-card{min-width:0}
