:root{--green:#173e36;--ink:#1f342f;--muted:#586760;--lilac:#ddd5ee;--paper:#fafbf8;--line:#d5ded7;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #8966b2;outline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400;line-height:1.1;letter-spacing:-.035em}h1,h2{font-family:var(--serif)}em{font-weight:400;color:#687957}h1{font-size:clamp(3.2rem,5.7vw,6rem);margin-bottom:1.6rem}h2{font-size:clamp(2.3rem,3.8vw,3.8rem)}h3{font-size:1.6rem;letter-spacing:-.025em}p{margin-bottom:1.4rem}.header{max-width:1440px;margin:auto;padding:30px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line)}.brand{font-family:var(--serif);font-size:1.7rem;line-height:1.25;letter-spacing:-.04em}.brand span{display:block;font-family:Arial,sans-serif;font-size:.8rem;letter-spacing:.06em;margin-top:7px}.header nav{display:flex;align-items:center;gap:32px;font-size:.95rem}.nav-contact{border-bottom:1px solid var(--green);padding:9px 0}.nav-contact span{margin-left:22px}.section{padding:100px max(6%,calc((100vw - 1268px)/2))}.hero{max-width:1440px;margin:0 auto;padding:64px 6% 70px;display:grid;grid-template-columns:1.08fr 1fr;gap:7%;align-items:center}.eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.16em;margin-bottom:28px;line-height:1.6}.intro{font-size:1.15rem;max-width:520px;color:var(--muted);line-height:1.7}.button{background:var(--green);color:white;padding:17px 22px;display:inline-flex;gap:24px;align-items:center;justify-content:space-between;font-size:.92rem;line-height:1.5;border-radius:4px;transition:background .2s}.button:hover{background:#2e574a}.hero-photo{position:relative;padding-bottom:25px}.hero-photo img{width:100%;height:650px;object-fit:cover;object-position:50% 39%;border-radius:210px 210px 4px 4px}.photo-note{position:absolute;bottom:0;left:-28px;background:var(--lilac);padding:22px 28px;font-family:var(--serif);font-size:1.25rem;line-height:1.4;box-shadow:0 5px 25px #173e360b}.disciplines{display:flex;justify-content:center;gap:10%;background:var(--green);color:#f1f1e8;padding:22px 6%;font-size:.85rem;letter-spacing:.11em}.section-heading{max-width:700px;margin-bottom:55px}.section-heading p:last-child{max-width:550px;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-card{padding:32px 25px 25px;border-right:1px solid var(--line);display:flex;flex-direction:column;transition:background .2s}.service-card:first-child{padding-left:0}.service-card:last-child{border-right:0}.service-card:hover{background:#eceee6}.number{font-size:.8rem;letter-spacing:.08em;color:#707d74;display:block;margin-bottom:35px}.service-card h3{min-height:86px}.service-card p{font-size:1rem;color:var(--muted)}.more{margin-top:auto;font-size:.875rem;display:flex;justify-content:space-between;padding-top:25px}.more span{font-size:1.25rem}.about{background:#eef0e9;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7%}.about-image img{aspect-ratio:4/5;object-fit:cover;object-position:65% center;border-radius:4px 4px 130px 4px}.about-copy h2{font-size:clamp(2.4rem,3.4vw,3.5rem)}.about-copy p{color:var(--muted)}.credentials{border-top:1px solid #c8d3c8;padding-top:20px;display:grid;gap:8px;font-size:.85rem;line-height:1.5}.credentials span:before{content:'·';margin-right:10px}.contact{background:var(--green);color:white;display:grid;grid-template-columns:1.2fr 1fr;gap:8%;align-items:center}.contact em{color:var(--lilac)}.contact p{max-width:450px;color:#dbe4dc}.contact .eyebrow{color:#c6d7c8}.contact-links{display:flex;align-items:flex-start;flex-direction:column;gap:18px}.contact-links p{font-size:.9rem;margin-top:10px}.light{background:var(--lilac);color:var(--ink)}.light:hover{background:#eee6fa}.email{border-bottom:1px solid #90a297;overflow-wrap:anywhere}.contact-links>span{font-size:.95rem}footer{padding:35px 6%;display:flex;align-items:center;justify-content:space-between;gap:30px}footer p,footer>span{font-size:.8rem;color:var(--muted);margin:0}.back{font-size:.9rem;display:inline-block;margin-bottom:50px}.detail-hero{padding-top:40px;background:#eef0e9}.detail-hero h1{max-width:970px;font-size:clamp(3rem,5.5vw,5.2rem)}.detail-hero .intro{max-width:740px}.detail-content{display:grid;grid-template-columns:1fr 1.5fr;gap:12%}.detail-label h2{font-size:2.7rem}.detail-item{display:grid;grid-template-columns:35px 1fr;gap:24px;border-top:1px solid var(--line);padding:30px 0 15px}.detail-item h2{font-family:Arial,sans-serif;font-size:1.5rem;letter-spacing:-.025em}.detail-item p{color:var(--muted)}.mode{background:var(--lilac)}.mode h2{max-width:800px}.mode>p:not(.eyebrow){max-width:770px}.skip{position:absolute;top:-100px;background:white;padding:15px;z-index:10}.skip:focus{top:0}@media(max-width:1000px){.hero{gap:5%}.hero-photo img{height:570px}.services-grid{grid-template-columns:1fr 1fr}.service-card:nth-child(2){border-right:0}.service-card{border-bottom:1px solid var(--line)}.service-card:first-child{padding-left:25px}.service-card h3{min-height:0}.about{gap:5%}footer{flex-wrap:wrap}.hero h1{font-size:4.2rem}}@media(max-width:680px){.header{padding:22px 6%;display:block}.brand{font-size:1.6rem}.header nav{margin-top:22px;justify-content:space-between;gap:15px;font-size:.875rem}.nav-contact{padding:0}.nav-contact span{margin-left:8px}.hero{display:flex;flex-direction:column;padding-top:40px;gap:40px}.hero h1{font-size:clamp(3rem,11.5vw,4.4rem)}.hero-copy{width:100%}.eyebrow{font-size:.75rem;margin-bottom:22px}.hero .intro{font-size:1.05rem}.button{font-size:.875rem;gap:16px;max-width:100%}.hero-photo{width:100%;padding-bottom:24px}.hero-photo img{height:490px;border-radius:160px 160px 4px 4px}.photo-note{left:-10px;font-size:1.1rem;padding:18px 24px}.disciplines{gap:18px;flex-wrap:wrap;font-size:.75rem;letter-spacing:.06em}.section{padding:65px 6%}.section-heading{margin-bottom:35px}.services-grid{grid-template-columns:1fr}.service-card{padding:28px 0!important;border-right:0}.service-card:last-child{border-bottom:0}.number{margin-bottom:18px}.service-card h3{margin-bottom:16px}.more{padding-top:5px}.about{grid-template-columns:1fr;gap:38px}.about-image img{aspect-ratio:1/1;object-position:70% center;border-radius:4px 4px 80px 4px}.contact{grid-template-columns:1fr;gap:25px}.contact h2{font-size:2.8rem}footer{display:block;padding:32px 6%}footer p{margin:15px 0}.detail-hero{padding-top:30px}.detail-hero h1{font-size:2.9rem}.back{margin-bottom:35px}.detail-content{grid-template-columns:1fr;gap:25px}.detail-item{gap:15px}.mode h2{font-size:2.7rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.header .brand span{font-size:.875rem;letter-spacing:.02em;line-height:1.5}.header .brand span+span{margin-top:1px}
