@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#152b22;--green:#183b2a;--yellow:#ffce32;--orange:#f57531;--pink:#f3a8bf;--blue:#2839a3;--paper:#fffdf6;--line:#d8dacd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid #2839a3;outline-offset:6px}.skip{position:absolute;top:-100px;background:white;padding:12px;z-index:10}.skip:focus{top:0}.topbar{display:flex;justify-content:space-between;background:var(--green);color:white;padding:8px 5%;font-size:12px;letter-spacing:1.1px}.topbar a{letter-spacing:0}header{padding:20px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;font-family:Manrope,Arial,sans-serif;font-size:20px;letter-spacing:.3px;font-weight:800;line-height:1.2}.brand-logo{width:62px;height:auto;object-fit:contain}.brand small{display:block;font-size:11px;letter-spacing:2px;margin-top:8px;font-weight:600}nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700}nav a:hover{text-decoration:underline;text-underline-offset:7px}.nav-contact{background:var(--green);color:white;padding:13px 20px;border-radius:3px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--yellow);border-bottom:1px solid var(--ink)}.hero-content{padding:65px 8% 65px 10%}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 27px;line-height:1.5}.tiny-line{display:inline-block;width:24px;height:3px;background:var(--ink);vertical-align:middle;margin-right:9px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.04;letter-spacing:-2.5px;font-weight:800}h1{font-size:clamp(46px,5.6vw,86px);margin-bottom:27px}h1 em{font-family:Georgia,serif;font-weight:400}h2{font-size:clamp(37px,3.9vw,60px);margin-bottom:28px}h2 em{font-family:Georgia,serif;font-weight:400}h3{font-size:29px;letter-spacing:-1px;line-height:1.14}.hero-intro{font-size:17px;line-height:1.65;max-width:460px;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:space-between;padding:16px 23px;gap:35px;font-weight:700;font-size:14px;border-radius:2px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button span{font-size:24px;line-height:1}.dark{background:var(--green);color:white}.light{background:var(--yellow);color:var(--ink)}.hero-secondary{display:block;font-size:13px;font-weight:700;margin-top:20px;text-decoration:underline;text-underline-offset:5px}.hero-visual{min-width:0;display:grid;grid-template-columns:30px 1fr;grid-template-rows:1fr auto;background:var(--orange);position:relative}.pattern-band{background-color:var(--green);background-image:repeating-conic-gradient(from 45deg,var(--yellow) 0% 25%,transparent 0% 50%);background-size:30px 30px}.hero-visual>.pattern-band{grid-column:1;grid-row:1/3;border-left:1px solid var(--ink);border-right:1px solid var(--ink)}.hero-visual figure{grid-column:2;position:relative;margin:0;min-height:480px;overflow:hidden;background:var(--green)}.hero-image{width:100%;height:100%;position:absolute;object-fit:cover;object-position:52% center}.hero-visual figure:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#092317d9)}figcaption{position:absolute;bottom:30px;left:30px;right:20px;color:white;font-size:12px;font-weight:700;letter-spacing:2px;z-index:1}figcaption small{display:block;font-size:12px;letter-spacing:.3px;font-weight:400;margin-top:7px}.hero-note{grid-column:2;display:flex;align-items:center;justify-content:space-between;padding:20px 30px;font-family:Manrope,Arial,sans-serif;font-weight:700;font-size:23px;line-height:1.2;letter-spacing:-.6px}.hero-note>span:last-child{font-size:50px;font-weight:400}.values-ribbon{display:flex;align-items:center;justify-content:space-around;gap:20px;padding:21px 3%;background:var(--green);color:var(--yellow);font-size:12px;font-weight:700;letter-spacing:1.6px}.values-ribbon i{font-style:normal;font-size:20px;color:var(--orange)}.section{padding:100px 6%;max-width:1680px;margin:auto}.introduction{display:grid;grid-template-columns:1fr 1fr;gap:10%}.introduction h2 em{color:var(--blue)}.intro-copy{color:#4f6054}.lead{color:var(--ink);font-size:23px;line-height:1.5;font-weight:500}.text-link{display:flex;justify-content:space-between;align-items:center;gap:30px;width:fit-content;max-width:100%;font-size:14px;font-weight:700;padding:12px 0 7px;border-bottom:1px solid currentColor;color:var(--ink)}.text-link:hover{color:var(--blue)}.history-strip{margin:0 6%;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}.history-strip>div{padding:28px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--ink)}.history-strip>div:nth-child(1){background:var(--orange)}.history-strip>div:nth-child(2){background:var(--yellow)}.history-strip>div:nth-child(3){background:var(--pink);border-right:0}.history-strip b{font-family:Manrope,Arial,sans-serif;font-size:45px;line-height:1.2;letter-spacing:-2px}.history-strip span{font-size:14px;margin-top:12px}.history-strip br{display:none}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:40px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:320px;color:#4f6054;margin-bottom:5px}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.practice-panel{padding:32px;background:var(--blue);color:white;position:relative;overflow:hidden;display:flex;flex-direction:column}.number{font-size:12px;letter-spacing:1px;font-weight:700;color:#e5dfff}.practice-panel h3{font-size:42px;margin:50px 0 24px;font-weight:600}.practice-panel p{font-size:16px;color:#ebedff}.practice-panel .text-link{color:white;z-index:1}.practice-word{font-family:Georgia,serif;font-style:italic;font-size:90px;line-height:1;letter-spacing:-6px;color:var(--pink);padding-top:42px;margin-top:auto}.photo-card{background:#f1ede3;display:flex;flex-direction:column}.photo-card:last-child{background:#f8e3d8}.image-wrap{height:265px;position:relative;overflow:hidden}.image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.photo-card:hover img{transform:scale(1.04)}.image-label{position:absolute;bottom:0;left:0;background:var(--yellow);padding:8px 15px;font-size:11px;font-weight:700;letter-spacing:1px}.photo-card:last-child .image-label{background:var(--pink)}.card-copy{padding:27px;display:flex;flex-direction:column;flex:1}.card-copy h3{font-size:27px;margin-bottom:17px}.card-copy p{color:#435348;font-size:16px}.card-copy .text-link{margin-top:auto}.mission{position:relative;overflow:hidden;background:var(--pink);padding:90px 8% 85px;text-align:center;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.mission>.pattern-band{position:absolute;inset:0 0 auto;height:20px;background-color:var(--pink);background-image:repeating-conic-gradient(from 45deg,var(--blue) 0% 25%,transparent 0% 50%);background-size:20px 20px}.mission h2{max-width:1100px;font-family:Georgia,serif;font-weight:400;font-size:clamp(35px,4.6vw,68px);line-height:1.13;letter-spacing:-1.8px;margin:0 auto 25px}.mission p:not(.eyebrow){font-size:17px}.mission a{font-size:14px;font-weight:700;border-bottom:1px solid;padding-bottom:5px}.regions{display:grid;grid-template-columns:.9fr 1.1fr;gap:9%}.region-intro>p:not(.eyebrow){color:#4f6054;max-width:410px}.region-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.region-list>a{padding:22px;min-height:125px;background:var(--yellow);display:flex;justify-content:space-between;align-items:end;font-family:Manrope,Arial,sans-serif;font-size:26px;font-weight:600;letter-spacing:-1px;transition:transform .2s}.region-list>a:nth-child(2),.region-list>a:nth-child(5){background:var(--blue);color:white}.region-list>a:nth-child(3){background:var(--pink)}.region-list>a:nth-child(4){background:var(--orange)}.region-list>a:nth-child(6){background:var(--green);color:white}.region-list>a:hover{transform:translateY(-4px)}.region-list small{display:block;font-family:'DM Sans',Arial,sans-serif;font-size:12px;font-weight:400;letter-spacing:1px;margin-bottom:17px}.connect{position:relative;padding:65px 6%;background:var(--orange);display:flex;justify-content:space-between;align-items:center;gap:35px;overflow:hidden}.connect:before{content:'';position:absolute;right:0;top:0;bottom:0;width:24px;background:repeating-linear-gradient(135deg,var(--green) 0 8px,var(--yellow) 8px 16px)}.connect h2{font-size:clamp(49px,6vw,86px)}.connect p:last-child{margin-bottom:0}.connect .button{background:var(--green);color:white;margin-right:4%;flex-shrink:0}footer{background:var(--green);color:white;padding:55px 6% 22px}.footer-top{display:flex;justify-content:space-between;gap:35px;padding-bottom:45px}.footer-top p{font-size:14px;color:#d3dfce}.footer-top>div{display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-bottom{border-top:1px solid #ffffff40;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#dae1d1}
@media(min-width:1650px){.hero-content{padding-left:max(10%,calc((100vw - 1450px)/2))}}@media(max-width:1100px){nav{gap:20px}.brand{font-size:17px}.brand-logo{width:53px}.hero-content{padding-top:45px;padding-bottom:45px}h1{font-size:5.9vw}.hero-visual figure{min-height:430px}.hero-note{font-size:20px}.history-strip b{font-size:37px}.work-grid{gap:16px}.practice-panel,.card-copy{padding:23px}.card-copy h3{font-size:25px}.practice-panel h3{font-size:36px}.region-list>a{font-size:22px;padding:18px}.section{padding-top:75px;padding-bottom:75px}.footer-top{flex-wrap:wrap}}@media(max-width:760px){.topbar{font-size:9px;letter-spacing:.5px}.topbar a{font-size:10px}header{flex-wrap:wrap;padding:16px 5%;gap:10px}.brand{font-size:16px}.brand-logo{width:49px}.brand small{font-size:9px;letter-spacing:1.5px}.menu-toggle{display:block;border:1px solid var(--ink);background:none;padding:9px 12px;color:var(--ink);font-size:13px}.menu-toggle span{margin-left:7px}nav{display:none;width:100%;flex-direction:column;align-items:stretch;padding-top:14px;gap:0}nav.open{display:flex}nav a{padding:12px}.nav-contact{margin-top:8px}.hero{grid-template-columns:1fr}.hero-content{padding:40px 6%}h1{font-size:clamp(48px,11.3vw,78px);letter-spacing:-2px}.hero-intro{font-size:16px}.hero-visual{grid-template-columns:20px 1fr}.hero-visual figure{min-height:380px}.hero-note{padding:18px 24px}.eyebrow{font-size:11px;letter-spacing:1.4px;margin-bottom:22px}.values-ribbon{display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:14px 8px;font-size:10px;padding:20px 5%;letter-spacing:1px}.values-ribbon i{display:none}.section{padding:58px 6%}.introduction,.regions{grid-template-columns:1fr;gap:28px}h2{font-size:clamp(37px,8.8vw,54px);letter-spacing:-1.7px}.lead{font-size:21px}.history-strip{grid-template-columns:1fr}.history-strip>div{border-right:0;border-bottom:1px solid var(--ink);padding:22px;flex-direction:row;align-items:center;justify-content:flex-start;gap:24px}.history-strip>div:last-child{border-bottom:0}.history-strip b{font-size:30px;min-width:145px;letter-spacing:-1.5px}.history-strip span{margin:0;font-size:13px}.section-heading{display:block}.section-heading>p{margin:25px 0 0;max-width:100%}.work-grid{grid-template-columns:1fr;gap:24px}.practice-panel{padding:30px;min-height:460px}.practice-panel h3{margin-top:32px;font-size:40px}.practice-word{padding-top:25px;font-size:76px}.card-copy{padding:25px}.image-wrap{height:290px}.card-copy h3{font-size:29px}.mission{padding:65px 6% 55px}.mission h2{font-size:37px;letter-spacing:-1px}.mission h2 br{display:none}.region-list{gap:12px}.region-list>a{font-size:22px;min-height:125px;padding:19px}.connect{padding:45px 8% 45px 6%;display:block}.connect h2{font-size:60px}.connect .button{margin-top:30px}.connect p br{display:none}.connect:before{width:13px}.footer-top{display:grid;gap:25px;padding-bottom:30px}.footer-top p{margin:0}.footer-bottom{flex-wrap:wrap;font-size:12px}.footer-bottom>span{width:100%}.desktop-break{display:none}}@media(max-width:370px){.brand{font-size:14px}.brand-logo{width:40px}.history-strip b{min-width:120px;font-size:26px}.region-list>a{font-size:19px;padding:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
