@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;400;500;600;700&display=swap");:root{--blue:#21578e;--black:#000000;--white:#ffffff;--gray:#f2f2f2;--field:#ececec;--text:#000000;--muted:#494949;--line:#c9c9c9;--max:1140px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:"Noto Serif",serif;background:var(--white)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.skip-link{position:absolute;left:12px;top:-50px;z-index:1000;background:var(--blue);color:var(--white);padding:10px 14px}.skip-link:focus{top:12px}.section-inner{width:min(var(--max),100%);margin:0 auto}.section-pad{padding:5% 3%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:2% 3%;background:var(--white);box-shadow:0 3px 12px rgba(0,0,0,.14)}.header-logo{display:flex;flex:0 0 auto}.primary-nav{display:flex;align-items:center;gap:20px;margin-left:auto}.primary-nav a{color:var(--muted);font-size:16px;font-weight:600;line-height:1.2;transition:color .25s ease}.primary-nav a:focus,.primary-nav a:hover{color:var(--blue)}.footer-socials,.header-socials,.modal-socials,.team-socials{display:flex;align-items:center;justify-content:center;gap:5px}.header-socials{gap:19px}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--blue);border-radius:999px;transition:color .25s ease,background .25s ease}.modal-socials .social-icon,.team-socials .social-icon{width:28px;height:28px;padding:5px;color:var(--white);background:var(--blue)}.modal-socials .social-icon:hover,.team-socials .social-icon:hover{background:var(--black)}.social-icon-white{color:var(--white)}.social-icon svg{width:100%;height:100%;fill:currentColor}.menu-toggle{display:none;width:44px;height:38px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;width:32px;height:3px;margin:6px auto;background:var(--muted)}.hero-section{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;color:var(--white)}.hero-slideshow span{position:absolute;inset:0;background-position:50%;background-size:cover;opacity:0;animation:heroFade 30s ease-in-out infinite;will-change:opacity}@keyframes heroFade{0%{opacity:0}18%,6%{opacity:1}25%,to{opacity:0}}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3)}.hero-content{position:relative;z-index:1;padding:40px 3%}.hero-content h1{margin:0 0 20px;font-size:60px;font-weight:600}.hero-content h3{max-width:1000px;margin:0 auto 24px;font-size:26px;font-weight:400;line-height:36px}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.form-submit,.hero-button,.property-button{display:inline-flex;justify-content:center;align-items:center;min-height:42px;padding:11px 22px;border-radius:10px;font-family:"Noto Serif",serif;font-weight:700;cursor:pointer;transition:color .25s ease,background .25s ease,border-color .25s ease}.hero-button{color:var(--blue);background:var(--white)}.hero-button:focus,.hero-button:hover{color:var(--white);background:var(--blue)}.contact-grid,.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:start}h2{margin:0 0 20px;color:var(--blue);font-size:45px}h2,h3{font-weight:400}h3{font-size:23px}p{font-size:16px;font-weight:400;line-height:1.65}.section-divider{height:1.5px;margin:38px 0;background:var(--line)}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.team-card{text-align:center}.team-name-button,.team-photo-button{padding:0;border:0;background:transparent;font-family:"Noto Serif",serif;cursor:pointer}.team-photo-button img{width:250px;height:250px;object-fit:cover;object-position:center;border-radius:50%}.team-name-button{display:block;margin:15px auto 0;color:var(--blue);font-size:23px;font-weight:600;transition:color .8s ease}.team-name-button:focus,.team-name-button:hover{color:var(--black)}.team-card p{margin:5px 0 10px}.modal-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.65);animation:modalFade .25s ease}.modal-backdrop.is-closing{animation:modalFadeOut .24s ease forwards}.modal-backdrop.is-closing .team-modal{animation:modalScaleOut .24s ease forwards}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalScaleOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.team-modal{position:relative;width:min(760px,100%);max-height:88vh;overflow:auto;padding:44px;background:var(--white);text-align:center;animation:modalScaleIn .25s ease}@keyframes modalScaleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.team-modal h1{margin:0;color:var(--blue);font-size:42px;font-weight:400}.modal-divider{height:1.5px;margin:20px 0;background:var(--line)}.modal-close{position:absolute;top:10px;right:14px;border:0;background:transparent;color:var(--muted);font-size:34px;cursor:pointer}.client-section{background:var(--gray)}.center-heading{text-align:center}.client-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:center;justify-items:center}.client-grid img{width:250px;max-height:152px;object-fit:contain}.contact-grid{align-items:center}.blue-label,.office-name{color:var(--blue)}.contact-link{color:inherit;text-decoration:none}.contact-link:focus,.contact-link:hover,.site-footer a:focus,.site-footer a:hover{text-decoration:underline}.address-link{display:inline-block;line-height:1.65}.contact-form{margin-top:18px}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.contact-form label{display:block;margin-bottom:20px;color:var(--blue);font-size:16px;font-weight:500}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:5px;padding:11px 14px;border:0;border-radius:10px;background:var(--field);color:var(--black);font-family:"Noto Serif",serif;font-size:16px;font-weight:300}.form-submit{width:100%;margin-top:16px;color:var(--white);background:var(--blue);border:2px solid var(--blue);font-size:16px;font-weight:600}.form-submit:focus:not(:disabled),.form-submit:hover:not(:disabled){color:var(--blue);background:var(--white)}.form-submit:disabled{opacity:.7;cursor:not-allowed}.form-message{margin:14px 0 0;font-size:15px}.form-message-success{color:var(--blue)}.form-message-error,.form-note{color:#8a2d2d}.map-wrap iframe{display:block;width:100%;height:650px;border:0}.site-footer{text-align:center;font-family:"Noto Serif",serif}.footer-main{background:var(--blue);color:var(--white)}.footer-main p{margin:10px 0}.footer-socials{gap:19px;margin-top:10px}.footer-bottom{padding:2% 3%;color:var(--black);font-size:14px}.page-title-band{padding:3%;text-align:center;background:var(--blue)}.page-title-band h1{margin:0;color:var(--white);font-size:36px;font-weight:400}.properties-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.property-card{max-width:360px}.property-card img{width:250px;height:auto}.property-card h3{margin:15px 0 0;color:var(--blue);font-size:18px;font-weight:600}.property-location{margin:4px 0 10px;color:var(--black);font-size:14px;font-weight:600;text-transform:uppercase}.property-button{color:var(--white);background:var(--blue);border:2px solid var(--blue)}.property-button:focus,.property-button:hover{color:var(--blue);background:var(--white)}.not-found-section{min-height:42vh;text-align:center}.not-found-section h2{margin-bottom:8px;font-size:60px;font-weight:600}.not-found-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:24px}.not-found-contact{border:2px solid var(--blue)}@media (max-width:1024px){.site-header{justify-content:center;flex-wrap:wrap}.primary-nav{order:3;flex-basis:100%;justify-content:center}.hero-content h1{font-size:42px}.hero-content h3{font-size:23px}h2{font-size:35px}.contact-grid,.two-column{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-grid img{width:150px}.properties-grid{grid-template-columns:1fr}}@media (max-width:767px){.site-header{justify-content:space-between}.header-logo img{width:135px;height:auto}.menu-toggle{display:block}.primary-nav{display:none;order:4;width:100%;padding-top:8px}.primary-nav.is-open{display:block}.primary-nav a{display:block;padding:10px;color:var(--muted);font-size:15px;font-weight:500;text-align:center}.primary-nav a:focus,.primary-nav a:hover{color:var(--white);background:var(--blue)}.header-socials{gap:15px}.hero-content h1{font-size:32px}.hero-content h3{font-size:17px;line-height:1.5}h2{font-size:30px}.client-grid,.form-row,.team-grid{grid-template-columns:1fr}.client-grid{gap:15px}.team-modal{padding:34px 22px}.page-title-band h1,.team-modal h1{font-size:30px}.page-title-band{padding:10% 3%}.map-wrap iframe{height:420px}}