@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600&display=swap');
:root{--ink:#132b36;--paper:#f8f9f6;--accent:#dceda5;--muted:#53616a;--rule:#d9dfdc;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible{outline:3px solid #648221;outline-offset:6px}.skip{position:absolute;left:20px;top:-60px;background:var(--accent);padding:15px;z-index:10}.skip:focus{top:10px}.header{height:110px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rule)}.brand{display:flex;align-items:center;font-size:2.4rem;letter-spacing:-2px;font-weight:600}.brand svg{width:28px;height:32px;margin-right:12px}.brand span{font-size:.75rem;letter-spacing:0;margin-left:7px;align-self:flex-start;padding-top:12px}.header nav{display:flex;align-items:center;gap:38px;font-size:.9rem}.header nav a{padding:10px 0}.header nav a:hover{box-shadow:0 1px currentColor}.nav-location{margin-left:36px}.nav-location span{margin-left:14px}.hero-copy{padding:64px 6% 49px}.eyebrow{font-size:.75rem;letter-spacing:.12em;font-weight:600;display:flex;align-items:center;gap:12px;margin:0 0 29px}.line{width:28px;height:1px;background:currentColor}h1,h2,h3,p{margin-top:0}h1{font-family:'Manrope',sans-serif;font-size:clamp(3.2rem,6.1vw,6.3rem);font-weight:400;line-height:1.12;letter-spacing:-.065em;margin-bottom:35px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.05em}h1 em{font-size:1.08em}.hero-bottom{display:flex;justify-content:space-between;align-items:end;gap:35px}.hero-bottom p{max-width:510px;color:var(--muted);font-size:1.05rem;line-height:1.7;margin-bottom:0}.button{display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--ink);color:white;font-size:.9rem;padding:20px 24px;transition:background .2s}.button:hover{background:#2d4c5b}.button span{font-size:1.3rem}.hero-image{margin:0 2.2%;height:370px;position:relative;overflow:hidden;background:#91a9b0}.hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 54%;filter:saturate(.72)}.hero-image:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#10242b99);pointer-events:none}.image-caption{position:absolute;bottom:24px;left:4%;right:4%;display:flex;justify-content:space-between;color:white;font-size:.75rem;letter-spacing:.13em;z-index:1}.service-strip{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:31px 6%;border-bottom:1px solid var(--rule);font-size:.9rem}.service-strip i{color:#99a5a5;font-style:normal}.section{padding:100px 6%}.section-top{display:grid;grid-template-columns:1fr 2fr;gap:35px;margin-bottom:57px}.section-top>.eyebrow{padding-top:13px;align-self:start}h2{font-family:'Manrope',sans-serif;font-size:clamp(2.5rem,3.7vw,4rem);line-height:1.15;letter-spacing:-.05em;font-weight:400;margin-bottom:25px}.intro{max-width:495px;color:var(--muted);line-height:1.7;font-size:1rem;margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.service-card{padding:31px 25px 25px;border-right:1px solid var(--rule)}.service-card:first-child{padding-left:0}.service-card:last-child{border-right:0;padding-right:0}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:45px}.card-top>span{font-size:.8rem;color:var(--muted)}.card-top svg{width:40px;height:40px}.service-card h3{font-size:1.25rem;letter-spacing:-.035em;font-weight:500;margin-bottom:17px}.service-card>p{font-size:1rem;line-height:1.65;color:var(--muted);min-height:132px;margin-bottom:28px}summary{font-size:.875rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer}summary::-webkit-details-marker{display:none}summary span{font-size:1.3rem;font-weight:400}details[open] summary span{transform:rotate(45deg)}details>div{font-size:.95rem;line-height:1.65;color:var(--muted);padding-top:18px}summary:hover{text-decoration:underline;text-underline-offset:5px}.about{background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1fr 2fr;gap:35px}.about>.eyebrow{align-self:start;padding-top:13px;color:var(--accent)}.about h2{font-size:clamp(2.4rem,3.6vw,3.7rem)}.about h2 em{color:var(--accent)}.about-columns{display:grid;grid-template-columns:1fr 1fr;gap:38px;margin-top:42px}.about-columns p{color:#c2cdd0;line-height:1.8;font-size:1rem;margin-bottom:0}.location{display:flex;align-items:center;justify-content:space-between;gap:60px;padding-top:86px;padding-bottom:86px}.location h2{margin:0}.location-note{border-left:1px solid var(--rule);padding:10px 0 10px 65px;min-width:32%}.location-symbol{display:block;font-size:2rem;margin-bottom:19px}.location-note p{line-height:1.7;font-size:1.15rem}.location-note p span{color:var(--muted)}.location-note .location-description{font-size:.875rem;color:var(--muted);margin-bottom:0}footer{border-top:1px solid var(--rule);padding:30px 6%;display:flex;justify-content:space-between;align-items:center;gap:25px}footer .brand{font-size:1.9rem}footer .brand span{padding-top:7px}footer p,footer>a:last-child{font-size:.8rem;margin:0;color:var(--muted)}footer>a:last-child span{margin-left:15px}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){.header nav{gap:22px}.nav-location{margin-left:0}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{padding:28px!important}.service-card:nth-child(2){border-right:0}.service-card:nth-child(-n+2){border-bottom:1px solid var(--rule)}.service-card>p{min-height:80px}.hero-image{height:330px}.section-top,.about{grid-template-columns:1fr 2.4fr}.location-note{padding-left:35px}.service-strip{gap:15px;font-size:.85rem}}@media(max-width:650px){.header{height:88px;padding:0 6%}.brand{font-size:2rem}.brand svg{width:23px;margin-right:8px}.brand span{padding-top:8px}.header nav{gap:18px;font-size:.8rem}.header .nav-location{display:none}.hero-copy{padding-top:43px;padding-bottom:35px}.eyebrow{font-size:.75rem;margin-bottom:24px;letter-spacing:.08em}h1{font-size:clamp(2.8rem,10vw,4rem);margin-bottom:25px;letter-spacing:-.06em}.hero-bottom{display:block}.hero-bottom p{font-size:1rem;line-height:1.7}.button{margin-top:27px;display:inline-flex;min-width:232px;padding:17px 21px}.hero-image{margin:0 4%;height:290px}.image-caption{font-size:.75rem;gap:15px;line-height:1.5;bottom:19px}.image-caption span{max-width:145px}.image-caption span:last-child{text-align:right}.service-strip{display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:25px 6%;font-size:.85rem}.service-strip i{display:none}.section{padding:60px 6%}.section-top,.about{display:block}.section-top{margin-bottom:35px}h2{font-size:2.65rem}.section-top>.eyebrow,.about>.eyebrow{padding-top:0;margin-bottom:29px}.service-grid{grid-template-columns:1fr}.service-card{padding:25px 0!important;border-right:0;border-bottom:1px solid var(--rule)}.service-card:last-child{border-bottom:0}.card-top{margin-bottom:20px}.service-card>p{min-height:0;margin-bottom:18px}.service-card h3{font-size:1.35rem}.about h2{font-size:2.5rem}.about-columns{display:block;margin-top:30px}.about-columns p+p{margin-top:20px}.location{display:block}.location-note{border-left:0;border-top:1px solid var(--rule);padding:27px 0 0;margin-top:32px}.location-symbol{float:right}footer{flex-wrap:wrap;padding:26px 6%}footer .brand{width:100%}footer p,footer>a:last-child{font-size:.8rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
