@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#060c22;--ink:#14203b;--cyan:#00d4e7;--orange:#ff972f;--paper:#f5f7fa;--muted:#b4bdce}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--navy);color:white;font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--orange);outline-offset:6px}img{display:block;width:100%;object-fit:cover}p,h1,h2,h3,figure{margin:0}h1,h2,h3{line-height:1.02}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600}h1{font-size:clamp(64px,6.2vw,102px);letter-spacing:-.025em}h1 span{color:var(--cyan)}h2{font-size:clamp(46px,4.9vw,72px);letter-spacing:-.015em}h3{font-size:24px;font-weight:600;line-height:1.25}p{color:var(--muted)}.header{max-width:1600px;margin:auto;height:116px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff20;gap:24px}.logo{display:block;width:207px;height:87px;overflow:hidden;position:relative}.logo img{position:absolute;width:220px;height:auto;max-width:none;top:-133px;left:-6px}.header nav{display:flex;gap:36px;font-size:15px}.header nav a:hover,.text-link:hover{color:var(--cyan)}.header-call{font-size:16px;white-space:nowrap}.header-call span{margin-left:14px;color:var(--cyan)}.hero{display:grid;grid-template-columns:1fr 1fr;max-width:1600px;margin:auto;min-height:670px}.hero-copy{padding:64px 7% 36px 10%}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:700;color:var(--cyan);margin-bottom:26px}.intro{max-width:390px;margin:28px 0 30px;font-size:18px}.actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;padding:15px 22px;font-weight:700;font-size:15px;min-height:54px}.primary{background:var(--orange);color:var(--navy)}.primary:hover{background:#ffb768}.text-link{font-size:15px;font-weight:600}.text-link span{margin-left:10px}.hero-note{border-top:1px solid #ffffff25;margin-top:44px;padding-top:22px;display:flex;gap:22px;color:var(--muted);font-size:14px}.hero-photo{position:relative;min-width:0;margin:32px 32px 32px 0}.hero-photo>img{height:100%;position:absolute;object-position:50% 50%}.photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#060c22e8);padding:75px 32px 30px}.photo-caption>span{display:block;font-size:12px;letter-spacing:.13em;color:var(--cyan)}.photo-caption strong{font-size:25px}.photo-caption a{position:absolute;right:32px;bottom:30px;font-size:28px}.section{padding:96px max(5%,calc((100% - 1440px)/2));scroll-margin-top:15px}.services{background:var(--paper);color:var(--ink)}.section-heading{display:grid;grid-template-columns:.7fr 1.4fr 1fr;gap:40px;align-items:start}.services .eyebrow{color:#087389;padding-top:10px}.services p{color:#566074}.section-heading>p:last-child{padding-top:8px;max-width:325px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border-top:1px solid #cbd0d9}.service-grid article{padding:32px 32px 0 0}.service-grid article+article{border-left:1px solid #cbd0d9;padding-left:32px}.number{font-size:13px;color:#566074}.service-grid h3{margin:30px 0 17px}.service-grid p{max-width:350px}.project-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.project-heading>div:last-child{border-left:2px solid var(--cyan);padding-left:24px;min-width:250px}.project-heading h3{margin-bottom:12px}.gallery{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:20px}.gallery img{height:410px}.gallery .wide img{object-position:48% center}.gallery figcaption{font-size:14px;color:var(--muted);padding-top:16px}.about{display:grid;grid-template-columns:1fr 2fr;border-top:1px solid #ffffff25;background:#0d1630;gap:40px}.about>div{max-width:790px}.about p:not(.eyebrow){max-width:640px;margin-top:25px;font-size:18px}.about .text-link{display:inline-block;margin-top:30px;color:var(--cyan)}.contact{display:grid;grid-template-columns:1.2fr 1fr;gap:12%}.contact h2{font-size:clamp(64px,6vw,88px)}.contact p:not(.eyebrow){max-width:460px;margin:26px 0}.contact .small{font-size:14px}.contact-details{padding-top:42px}.contact-details>div{padding:25px 0;border-bottom:1px solid #ffffff25}.contact-details span{display:block;color:var(--cyan);font-size:12px;font-weight:700;letter-spacing:.16em;margin-bottom:10px}.contact-details a,.contact-details address{font-size:clamp(17px,1.7vw,25px);font-style:normal;overflow-wrap:anywhere}footer{border-top:1px solid #ffffff25;padding:32px 5%;display:flex;gap:20px;justify-content:space-between;align-items:center;font-size:13px}footer strong{font-size:18px;letter-spacing:.04em}footer strong span{font-weight:400;font-size:12px;display:block;color:var(--muted)}.skip{position:absolute;left:20px;top:-80px;z-index:5;background:var(--orange);color:var(--navy);padding:10px}.skip:focus{top:10px}@media(min-width:1600px){.hero-photo{margin-right:0}}@media(max-width:1000px){.header nav{gap:20px}.hero-copy{padding-top:45px}h1{font-size:64px}.section-heading{grid-template-columns:1fr 2fr}.section-heading>p:last-child{grid-column:2}.gallery img{height:320px}.contact{gap:6%}.hero{min-height:650px}.hero-note{gap:14px}}@media(max-width:700px){.header{height:auto;min-height:99px;padding:8px 6%;flex-wrap:wrap;gap:4px}.logo{width:164px;height:66px}.logo img{width:176px;top:-106px}.header-call{font-size:14px}.header nav{order:3;width:100%;justify-content:center;border-top:1px solid #ffffff20;padding:10px 0;gap:38px;font-size:14px}.hero{display:flex;flex-direction:column}.hero-copy{padding:40px 6% 30px}.eyebrow{font-size:12px;margin-bottom:22px;letter-spacing:.12em}h1{font-size:clamp(56px,12.5vw,80px)}.intro{font-size:17px}.hero-note{margin-top:28px}.hero-photo{height:380px;margin:0 6% 30px}.section{padding:65px 6%}.section-heading{display:block}.section-heading>p:last-child{margin-top:24px}.service-grid{grid-template-columns:1fr;margin-top:35px}.service-grid article,.service-grid article+article{border-left:0;border-bottom:1px solid #cbd0d9;padding:25px 0}.service-grid h3{margin:12px 0}.service-grid p{max-width:100%}.project-heading{align-items:start;flex-direction:column}.project-heading>div:last-child{margin-top:0}.gallery{grid-template-columns:1fr 1fr;gap:18px 12px}.gallery .wide{grid-column:1/-1}.gallery img{height:290px}.gallery .wide img{height:330px}.gallery figcaption{font-size:12px}.about,.contact{grid-template-columns:1fr;gap:10px}.about p:not(.eyebrow){font-size:16px}.contact-details{padding-top:0}.contact-details a,.contact-details address{font-size:21px}footer{flex-wrap:wrap;padding:26px 6%;font-size:12px}footer p{order:3;width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.gallery-expanded{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}.gallery-expanded img{height:310px}.gallery-expanded a{display:block;overflow:hidden}.gallery-expanded img{transition:transform .25s}.gallery-expanded a:hover img{transform:scale(1.025)}.service-grid article:nth-child(3n+1){border-left:0;padding-left:0}.service-grid article{padding-bottom:32px;border-bottom:1px solid #cbd0d9}.service-grid h3{min-height:60px}.hero-note{flex-wrap:wrap}.gallery-expanded figcaption{font-size:14px}
@media(max-width:1000px){.gallery-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-expanded img{height:350px}}
@media(max-width:700px){.gallery-expanded{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.gallery-expanded img{height:225px}.service-grid article:nth-child(3n+1){padding-left:0}.service-grid h3{min-height:0}.gallery-expanded figcaption{font-size:14px}}
@media(prefers-reduced-motion:reduce){.gallery-expanded img{transition:none}}
.project-jump{display:flex;flex-wrap:wrap;gap:16px 30px;margin:0 0 30px;padding:18px 0;border-top:1px solid #ffffff25;border-bottom:1px solid #ffffff25;font-size:15px;color:var(--cyan)}.morristown-project{border-top:1px solid #ffffff25;background:#0a1229}.project-overview{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;margin:0 0 45px}.project-overview>p{font-size:19px;max-width:550px}.project-scope h3{margin-bottom:18px}.project-scope ul{padding-left:20px;margin:0;color:var(--muted)}.project-scope li{padding:0 0 10px}.morristown-project .gallery img{object-position:center}
@media(max-width:700px){.project-overview{grid-template-columns:1fr;gap:28px}.project-overview>p{font-size:17px}.morristown-project .project-heading h3{font-size:21px}}
.seaworld-project{border-top:1px solid #ffffff25}.seaworld-project .gallery-expanded{grid-template-columns:repeat(3,minmax(0,1fr))}.seaworld-project .gallery img{height:290px}.seaworld-project .project-heading h2{font-size:clamp(44px,4.5vw,66px)}
@media(max-width:1000px){.seaworld-project .gallery-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.seaworld-project .gallery img{height:200px}.seaworld-project .project-heading h2{font-size:44px}}
#senior-living{border-top:1px solid #ffffff25;background:#0a1229}#senior-living .gallery-expanded{grid-template-columns:repeat(3,minmax(0,1fr))}#senior-living .gallery img{height:auto;aspect-ratio:3/2}@media(max-width:1000px){#senior-living .gallery-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){#senior-living .gallery-expanded{grid-template-columns:1fr}}

.company-principles{background:#f5f7fa;color:#14203b}.company-principles p{color:#536078}.company-principles .eyebrow{color:#087b88}.principle-grid,.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.principle-grid article{border-top:2px solid #00a8b8;padding-top:24px}.principle-grid .number{font-size:12px;font-weight:700;letter-spacing:.1em;color:#087b88}.principle-grid h3{margin:20px 0 18px;font-size:26px}.company-values{margin-top:48px;padding-top:28px;border-top:1px solid #cbd0d9}.company-values ul{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:20px 0 0}.company-values li{padding:8px 16px;border:1px solid #cbd0d9;border-radius:3px;font-size:14px;font-weight:600}.company-team{border-top:1px solid #ffffff25}.team-grid article{padding:30px;background:#0d1732;border:1px solid #ffffff20}.team-monogram{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border:1px solid #00d4e760;color:#00d4e7;font-size:23px;font-weight:700;margin-bottom:28px}.team-grid .team-role{color:#00d4e7;font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:12px}.team-grid h3{margin-bottom:20px;font-size:27px}.team-grid article>p:last-child{font-size:16px}.contact-details>div>a{display:block}@media(max-width:1000px){.principle-grid,.team-grid{gap:20px}.team-grid article{padding:24px}}@media(max-width:700px){.principle-grid,.team-grid{grid-template-columns:1fr;gap:26px}.principle-grid h3{font-size:24px}.company-values{margin-top:32px}.header nav{gap:16px;font-size:13px}.team-grid article{padding:26px}}
.company-team .section-heading,.company-principles .section-heading{margin-bottom:40px}.company-team .section-heading h2{font-size:clamp(42px,4.1vw,60px)}
/* Corporate page hierarchy and accessible project galleries */
.header{height:auto;min-height:108px}.header nav{gap:24px}.hero{min-height:640px}.hero h1{font-size:clamp(56px,5.4vw,86px);max-width:700px}.hero .intro{max-width:510px}.about{padding-top:76px;padding-bottom:76px}.about h2{font-size:clamp(42px,4vw,62px)}.projects{padding-top:76px;padding-bottom:76px}.project-photos{margin-top:28px;border-top:1px solid #ffffff30}.project-photos summary{cursor:pointer;padding:20px 0;color:var(--cyan);font-weight:600}.project-photos summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.project-photos[open] summary{margin-bottom:12px}.project-photos .gallery{padding-bottom:12px}.seaworld-project .gallery-expanded,#senior-living .gallery-expanded{grid-template-columns:repeat(4,minmax(0,1fr))}.contact{background:#0d1630}.contact-details{padding-top:0}.contact-details>div:first-child{padding-top:0}.contact-details p{font-size:15px}.company-team .section-heading{grid-template-columns:.7fr 1.4fr 1fr}footer{flex-wrap:wrap}footer a:hover{color:var(--cyan)}
@media(max-width:1000px){.header nav{gap:16px;font-size:14px}.hero h1{font-size:60px}.seaworld-project .gallery-expanded,#senior-living .gallery-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.company-team .section-heading{grid-template-columns:1fr 2fr}}
@media(max-width:700px){.header nav{gap:12px;justify-content:space-between;font-size:12px;flex-wrap:wrap}.hero h1{font-size:clamp(48px,11vw,70px)}.hero-photo{height:300px}.about,.projects{padding:56px 6%}.company-team .section-heading{display:block}.gallery-expanded img,.seaworld-project .gallery img{height:210px}.project-heading h2{font-size:44px}.project-heading{margin-bottom:28px}.project-overview{gap:24px}.contact h2{font-size:58px}.contact-details p{margin:14px 0}.section-heading>p:last-child{max-width:none}}
