@font-face{font-family:'DM Sans';src:url('/assets/dm-sans.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:'DM Sans';src:url('/assets/dm-sans-semibold.ttf') format('truetype');font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:'Manrope';src:url('/assets/manrope.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
:root{--green:#103b31;--deep:#092d26;--lime:#d3e997;--paper:#f5f6f2;--ink:#20332d;--muted:#61716a;--line:#d6ddd6;--font:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6;background:var(--paper)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:450;line-height:1.12;letter-spacing:-.045em}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #96b953;outline-offset:5px}.skip{position:fixed;top:-100px;left:12px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}.header{height:104px;padding:0 4.5%;display:flex;align-items:center;gap:40px;background:#fff;position:relative;z-index:20;border-bottom:1px solid #eceee8}.brand{width:194px;flex-shrink:0}.brand img{width:194px;height:94px;object-fit:contain}.header nav{display:flex;align-items:center;gap:29px;margin-left:auto;font-size:14px;font-weight:550}.header nav a{position:relative;padding:12px 0}.header nav a:after{content:'';position:absolute;bottom:5px;left:0;right:100%;height:1px;background:var(--green);transition:right .3s}.header nav a:hover:after{right:0}.header-contact{display:flex;align-items:center;gap:23px;border:1px solid var(--green);padding:11px 18px;font-size:14px}.header-contact span{font-size:23px}.menu-toggle{display:none}.hero{height:min(790px,calc(100svh - 104px));min-height:660px;background:var(--deep);position:relative;overflow:hidden;color:#fff}.hero-photo{position:absolute;inset:0;background-size:cover;background-position:center;animation:heroDrift 22s ease-in-out infinite alternate;opacity:.75}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,38,31,.96) 0%,rgba(9,45,36,.84) 36%,rgba(8,41,35,.23) 100%)}.hero-content{position:relative;z-index:2;padding:76px 7% 40px;max-width:1180px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:600;display:flex;align-items:center;gap:13px}.eyebrow:before{content:'';height:1px;width:31px;background:currentColor}.hero .eyebrow{color:#d7e5d5;margin-bottom:30px}h1{font-family:'Manrope',var(--font);font-size:clamp(50px,5.9vw,85px);line-height:1.095;letter-spacing:-.057em;font-weight:400}h1 em{font-family:Georgia,serif;font-weight:400;color:var(--lime);letter-spacing:-.055em}.hero-description{margin-top:26px;color:#d9e4de;font-size:17px;line-height:1.7}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:34px;padding:15px 22px;font-size:14px;font-weight:550;border:1px solid transparent;transition:background .25s,transform .25s}.button:hover{transform:translateY(-3px)}.button span{font-size:23px;font-weight:400}.button-lime{background:var(--lime);color:var(--deep)}.hero .button{margin-top:32px}.hero-footer{position:absolute;z-index:2;bottom:0;left:7%;right:7%;border-top:1px solid #ffffff38;display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:12px;letter-spacing:.12em}.hero-footer a{display:flex;gap:20px;align-items:center;text-transform:none;letter-spacing:0;font-size:14px}.hero-footer a span{font-size:22px}.hero-index{color:#cadace}@keyframes heroDrift{from{transform:scale(1.03)}to{transform:scale(1.12) translate3d(-1%,0,0)}}@media(max-width:1100px){.header{gap:20px;padding:0 5%}.header nav{gap:18px}.header-contact{display:none}.hero-content{padding-left:6%;padding-top:70px}}@media(max-width:760px){.header{height:88px;justify-content:space-between}.brand,.brand img{width:164px}.brand img{height:82px}.header nav{display:none}.menu-toggle{display:flex;align-items:center;gap:15px;background:none;border:0;padding:12px;color:var(--green);font-size:14px}.hero{height:auto;min-height:720px}.hero-content{padding:65px 6% 130px}h1{font-size:clamp(42px,9.5vw,65px)}.hero .eyebrow{font-size:10px;letter-spacing:.1em}.hero-description{font-size:16px}.hero-footer{left:6%;right:6%}.hero-footer>p{font-size:10px;letter-spacing:.05em}.hero-index{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Shared editorial layout */
.hero-photo{background-image:url('/assets/recife.jpg');background-position:65% 52%;filter:saturate(.62)}.hero-enter{animation:heroEnter 1s both}.hero-enter:nth-child(2){animation-delay:.12s}.hero-enter:nth-child(3){animation-delay:.25s}.hero-enter:nth-child(4){animation-delay:.4s}.hero-side-note{position:absolute;right:4%;top:48%;writing-mode:vertical-rl;font-size:10px;letter-spacing:.2em;color:#d6dfce;z-index:2}.hero-footer .motion-toggle{border:0;background:none;color:inherit;display:flex;gap:10px;align-items:center;font-size:12px}.motion-toggle>span:first-child{font-size:16px}.header-contact:hover{background:var(--green);color:white;transition:background .3s}.header{position:sticky;top:0}.mobile-menu{background:#fff;position:fixed;z-index:19;top:88px;inset-inline:0;padding:24px 6% 36px;box-shadow:0 20px 30px #092d2615}.mobile-menu:not([hidden]){display:flex;flex-direction:column}.mobile-menu a{padding:14px 0;border-bottom:1px solid var(--line);font-size:20px}.section{padding:100px 7%}.section-kicker{display:flex;align-items:center;justify-content:space-between;margin-bottom:56px}.section-kicker>span{font-size:10px;letter-spacing:.12em;color:var(--muted)}h2{font-size:clamp(32px,3.6vw,52px);font-weight:450;line-height:1.15;letter-spacing:-.045em}h2 em{font-family:Georgia,serif;font-weight:400}h3{font-size:25px;line-height:1.22}.muted{color:#7d8e84}.about{background:#f5f6f2}.about-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:11%}.about-copy>p{font-size:17px;line-height:1.75;color:#607069}.about-copy>p:first-child{font-size:20px;line-height:1.6;color:var(--ink);margin-bottom:21px}.text-link{display:inline-flex;align-items:center;gap:21px;font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:6px}.text-link>span{font-size:23px;font-weight:400}.text-link:hover{color:#5e7b37}.about-copy .text-link{margin-top:26px}.facts{margin-top:75px;border-top:1px solid var(--line);padding-top:38px;display:grid;grid-template-columns:1fr 1fr 1fr}.facts>div{display:flex;align-items:center;gap:26px;padding-left:34px;border-left:1px solid var(--line)}.facts>div:first-child{padding-left:0;border:0}.fact-number{font-family:Manrope,var(--font);font-size:66px;line-height:1;letter-spacing:-.055em;font-weight:400}.fact-word{font-size:52px}.facts p{font-size:14px;color:var(--muted);line-height:1.6}.button-green{background:var(--green);color:white}.button-green:hover{background:#1d5040}.button-outline{border-color:var(--green);color:var(--green)}.button-outline:hover{background:var(--green);color:#fff}.button-outline-light{border-color:#a6b9a7;color:#fff}.button-outline-light:hover{background:#fff;color:var(--green)}.method{background:var(--green);color:#fff;position:relative;overflow:hidden}.method .section-kicker>span{color:#9bb4a6}.method .eyebrow{color:var(--lime)}.method-heading{display:grid;grid-template-columns:1.4fr .7fr;gap:10%;align-items:end}.method-heading h2 em{color:var(--lime)}.method-heading>p{max-width:300px;color:#b6cbbf;font-size:16px;line-height:1.75}.method-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:50px}.method-step{border-top:1px solid #638574;border-bottom:1px solid #638574;padding:25px 36px 35px;border-right:1px solid #638574}.method-step:first-child{padding-left:0}.method-step:last-child{border-right:0;padding-right:0}.method-step summary{list-style:none;cursor:pointer}.method-step summary::-webkit-details-marker{display:none}.method-letter{font-family:Manrope,var(--font);font-size:156px;line-height:1.15;letter-spacing:-.065em;display:flex;align-items:flex-start;justify-content:space-between;transition:color .5s,transform .5s;font-weight:400;color:#c7daae}.method-letter>span{font-family:var(--font);font-size:12px;letter-spacing:0;margin-top:12px;color:#93af9f}.method-title{font-size:27px;display:flex;align-items:center;justify-content:space-between;letter-spacing:-.03em;margin-top:24px}.method-title>span{font-size:25px;transition:transform .3s}.method-step:hover .method-letter{color:var(--lime);transform:translateY(-6px)}.method-step:hover .method-title>span{transform:translate(3px,-3px)}.method-step>p{font-size:15px;color:#bcd0c3;line-height:1.7;margin-top:22px;max-width:260px}.method-credit{font-size:12px;color:#94b19e;margin-top:25px}.team-section{background:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:50px}.section-heading>div>p{color:var(--muted);font-size:16px;line-height:1.7;margin-bottom:22px}.section-heading>div>.eyebrow{color:var(--green);margin-bottom:22px}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 25px}.home-team{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 50px}.person-card{display:flex;gap:19px;align-items:center;border-top:1px solid var(--line);padding-top:24px;min-width:0}.portrait{width:100px;height:122px;flex:0 0 100px;background:#e5e9e4;overflow:hidden;display:flex;align-items:center}.portrait img{width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(1);transition:filter .6s,transform .7s}.person-card:hover .portrait img{filter:grayscale(0);transform:scale(1.045)}.person-info{min-width:0}.person-info h3{font-size:20px;letter-spacing:-.025em;font-weight:500}.person-info p{font-size:12px;line-height:1.5;color:var(--muted);margin-top:7px}.person-info a{display:inline-flex;gap:12px;font-size:12px;margin-top:16px;align-items:center}.person-info a>span{font-size:19px}.person-info a:hover{color:#517034}.home-team .portrait{width:144px;height:155px;flex-basis:144px}.home-team .person-card{gap:25px}.home-team .person-info h3{font-size:24px}.home-team .person-info p,.home-team .person-info a{font-size:13px}.news-section{background:#f0f2ed}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px}.news-image{display:block;aspect-ratio:1.5;overflow:hidden;position:relative;background:#e0e6db}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s,filter .8s;filter:saturate(.6)}.news-image:hover img{transform:scale(1.045);filter:saturate(1)}.image-arrow{position:absolute;bottom:0;right:0;width:45px;height:45px;display:grid;place-items:center;background:var(--lime);color:var(--green);font-size:24px}.news-meta{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:22px 0 13px;font-size:11px;letter-spacing:.035em;color:var(--muted)}.news-meta>span{color:var(--green);text-transform:uppercase;font-weight:600;letter-spacing:.08em}.news-card h3{font-size:25px;line-height:1.26;letter-spacing:-.035em}.news-card h3 a:hover{color:#638446}.news-card>p{margin-top:14px;font-size:15px;line-height:1.75;color:var(--muted)}.gallery-feature{display:grid;grid-template-columns:1.1fr 1fr;min-height:555px;background:var(--deep);color:white}.gallery-photo{position:relative;min-height:500px;overflow:hidden}.gallery-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:grayscale(.6)}.gallery-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#082d2680)}.gallery-photo>span{position:absolute;z-index:1;bottom:25px;left:30px;font-size:10px;letter-spacing:.1em}.gallery-copy{padding:65px 13%}.gallery-copy .eyebrow{color:var(--lime);margin-bottom:33px}.gallery-copy h2 em{color:var(--lime)}.gallery-copy>p:not(.eyebrow){max-width:340px;margin-top:26px;color:#b7c9bd;font-size:16px;line-height:1.7}.gallery-copy .button{margin-top:30px}.contact-section{padding:90px 7% 0;background:var(--lime)}.contact-heading{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact-heading .eyebrow{margin-bottom:28px}.contact-heading h2{font-size:clamp(36px,4.6vw,67px);line-height:1.13}.contact-arrow{display:grid;place-items:center;flex:0 0 112px;height:112px;border:1px solid #829952;border-radius:50%;font-size:75px;font-weight:400;line-height:1;transition:background .3s,transform .3s}.contact-arrow:hover{background:var(--green);color:var(--lime);transform:rotate(8deg)}.contact-direct{display:flex;justify-content:space-between;align-items:center;margin-top:45px;margin-bottom:70px}.contact-direct>a{font-size:22px;letter-spacing:-.02em;border-bottom:1px solid #718747}.contact-direct>span{font-size:14px}.offices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #a6ba75;padding:36px 0 44px;gap:34px}.office h3{font-size:22px;letter-spacing:-.03em;display:flex;gap:10px;align-items:center}.office h3 small{font-size:10px;letter-spacing:0;border:1px solid #a0b474;padding:2px 4px;font-weight:400}.office p{font-size:13px;line-height:1.7;color:#496034;min-height:65px;margin-top:18px;max-width:240px}.office>a{font-size:14px;border-bottom:1px solid transparent}.office>a:hover{border-color:currentColor}.footer{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:30px 7%;background:var(--green);color:#c6d6c6}.footer-brand{font-family:Georgia,serif;font-size:32px;letter-spacing:.03em;line-height:1.3;color:#fff}.footer-brand span{display:block;font-family:Georgia,serif;font-size:11px;letter-spacing:.37em;text-align:center}.footer>p{font-size:12px;letter-spacing:.06em}.footer>div{font-size:11px;display:flex;gap:30px;align-items:center}.footer>div>a{text-decoration:underline;text-underline-offset:4px}.back-top{position:fixed;right:22px;bottom:22px;z-index:10;width:42px;height:42px;border:1px solid #738b6b;color:var(--green);background:#fff;font-size:23px;border-radius:50%;box-shadow:0 3px 16px #06261919}.reveal{transition:opacity .75s,transform .85s}.reveal.will-reveal{opacity:0;transform:translateY(23px)}.reveal.revealed{opacity:1;transform:translateY(0)}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important}.page-intro{background:var(--green);color:#fff;padding-top:38px;padding-bottom:75px}.breadcrumb{font-size:12px;color:inherit;opacity:.8;display:flex;gap:15px;margin-bottom:65px}.page-intro>.eyebrow{color:var(--lime);margin-bottom:30px}.page-intro h1{font-size:clamp(42px,5.6vw,78px);max-width:1000px}.intro-description{font-size:18px;line-height:1.7;max-width:600px;margin-top:30px;color:#c4d4c7}.all-team{background:#fff;padding-top:65px}.archive{padding-top:65px}.archive .news-grid{row-gap:55px}.article{background:#f5f6f2;padding:45px 7% 85px}.article-header{max-width:900px;margin:0 auto 45px}.article-header .breadcrumb{margin-bottom:50px}.article-header .news-meta{justify-content:flex-start;gap:25px}.article-header h1{font-size:clamp(38px,4.9vw,65px);font-weight:400;letter-spacing:-.045em;line-height:1.15}.article-lead{font-size:20px;color:var(--muted);line-height:1.65;margin-top:25px}.article-image{max-width:1000px;margin:0 auto 50px}.article-image img{max-height:600px;width:auto;max-width:100%;margin:auto;object-fit:contain}.article-image figcaption{font-size:12px;text-align:center;color:var(--muted);padding-top:15px}.article-body{max-width:740px;margin:0 auto}.article-body>p{font-size:18px;line-height:1.85;margin-bottom:25px;color:#53645b}.article-body>h2{font-size:28px;margin:36px 0 17px}.article-header>.eyebrow{margin-bottom:25px}.article-ending{margin-top:50px;border-top:1px solid var(--line);padding-top:30px}.event-list{padding-block:30px 80px}.event-item{display:grid;grid-template-columns:85px 1fr 1.4fr;gap:42px;padding:45px 0;border-bottom:1px solid var(--line);align-items:center}.event-date{align-self:start}.event-date>span{font-size:52px;letter-spacing:-.04em;font-family:Manrope,var(--font);line-height:1}.event-date>small{display:block;font-size:11px;letter-spacing:.08em;margin-top:10px;color:var(--muted)}.event-photo{display:block;aspect-ratio:1.35;overflow:hidden;background:#e6eadf}.event-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s;filter:saturate(.8)}.event-photo:hover img{transform:scale(1.04)}.event-info h2{font-size:32px;margin-top:18px}.event-info>p:not(.eyebrow){color:var(--muted);font-size:16px;margin-top:16px}.event-info .eyebrow{font-size:10px}.event-info .text-link{margin-top:22px}.photo-section{background:#e9eee7}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.photo-tile{margin:0}.lightbox-open{padding:0;width:100%;border:0;background:#d9e2d4;display:block;position:relative;overflow:hidden;aspect-ratio:1.45}.lightbox-open>img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.lightbox-open:hover img{transform:scale(1.045)}.lightbox-open>span{position:absolute;bottom:0;right:0;width:50px;height:50px;background:var(--green);color:var(--lime);display:grid;place-items:center;font-size:28px}.photo-tile figcaption{margin-top:17px;font-size:15px;line-height:1.6}.photo-tile figcaption small{display:block;font-size:11px;margin-top:8px;letter-spacing:.06em;color:var(--muted)}.lightbox{border:0;padding:55px 25px 22px;max-width:min(95vw,1200px);max-height:94svh;background:var(--deep);color:white;overflow:auto}.lightbox::backdrop{background:#041c16ed}.lightbox>img{max-height:72svh;width:auto;margin:0 auto;object-fit:contain}.lightbox>p{text-align:center;font-size:14px;margin:20px 0 0}.lightbox-close{position:absolute;right:15px;top:8px;font-size:33px;line-height:1;padding:5px 10px;background:none;color:#fff;border:0}.dialog-open{overflow:hidden}@keyframes heroEnter{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.section,.contact-section{padding-left:max(7%,calc((100vw - 1380px)/2));padding-right:max(7%,calc((100vw - 1380px)/2))}.hero-content{padding-left:max(7%,calc((100vw - 1380px)/2))}.hero{height:830px;max-height:none}.hero-content{padding-top:96px}}
@media(max-width:1100px){.section{padding:80px 6%}.about-grid{gap:7%}.facts>div{gap:18px;padding-left:20px}.fact-number{font-size:53px}.fact-word{font-size:42px}.facts p{font-size:12px}.method-step{padding-left:25px;padding-right:25px}.method-letter{font-size:130px}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-team .person-info h3{font-size:21px}.home-team .portrait{flex-basis:118px;width:118px;height:140px}.home-team{gap:30px}.news-grid{gap:25px}.news-card h3{font-size:22px}.gallery-copy{padding:55px 10%}.gallery-feature{min-height:540px}.contact-section{padding:75px 6% 0}.offices{gap:25px}.office h3{font-size:20px}.footer{padding-inline:6%;gap:25px}.event-item{gap:25px;grid-template-columns:70px 1fr 1.2fr}.event-info h2{font-size:27px}.event-info>p:not(.eyebrow){font-size:15px}}
@media(max-width:760px){html{scroll-padding-top:88px}.header{position:sticky}.hero{min-height:680px}.hero-content{padding-top:62px;padding-bottom:130px}.hero-side-note{display:none}.hero-shade{background:linear-gradient(90deg,#082b25ed,#082b2580),linear-gradient(0deg,#082b25cc,transparent 35%)}.hero-footer .motion-label{display:none}.hero-footer a{font-size:12px;gap:8px}.section{padding:65px 6%}.section-kicker{margin-bottom:38px;gap:20px}.section-kicker>span{font-size:9px;text-align:right;max-width:115px}.eyebrow{font-size:11px;letter-spacing:.12em}.section-kicker .eyebrow:before{width:20px}.about-grid,.method-heading{grid-template-columns:1fr;gap:28px}.about-copy>p:first-child{font-size:18px}.about-copy>p{font-size:16px}.facts{margin-top:44px;padding-top:26px;gap:0}.facts>div{display:block;padding-left:18px}.fact-number{font-size:45px}.fact-word{font-size:33px;line-height:45px}.facts p{font-size:11px;margin-top:12px}.method-heading>p{max-width:100%;font-size:16px}.method-steps{grid-template-columns:1fr;margin-top:35px}.method-step,.method-step:first-child,.method-step:last-child{padding:18px 0 27px;border-right:0;border-bottom:0}.method-step:last-child{border-bottom:1px solid #638574}.method-step summary{display:flex;align-items:center;gap:30px}.method-letter{font-size:93px;line-height:1;width:100px;flex-shrink:0}.method-letter>span{font-size:10px;margin-top:7px}.method-title{flex:1;margin:0;font-size:27px}.method-title>span{font-size:24px}.method-step>p{max-width:100%;margin-top:14px;font-size:15px}.method-credit{font-size:11px;line-height:1.7}.section-heading{display:block;margin-bottom:34px}.section-heading>div>p{margin:22px 0 20px}.section-heading>.button{margin-top:24px}.team-grid,.home-team{grid-template-columns:1fr;gap:24px}.home-team .portrait{width:124px;flex-basis:124px;height:140px}.home-team .person-info h3{font-size:23px}.person-card{gap:24px;padding-top:21px}.portrait{width:110px;flex-basis:110px;height:126px}.person-info h3{font-size:22px}.person-info p,.person-info a{font-size:13px}.news-grid{grid-template-columns:1fr;gap:42px}.news-image{aspect-ratio:1.6}.news-card h3{font-size:27px}.news-card>p{font-size:16px}.news-meta{font-size:11px;margin-top:18px}.gallery-feature{grid-template-columns:1fr}.gallery-photo{min-height:320px}.gallery-copy{padding:50px 6% 60px}.gallery-copy h2{font-size:43px}.gallery-copy h2 br:last-of-type{display:none}.gallery-copy .eyebrow{margin-bottom:24px}.contact-section{padding-top:62px}.contact-heading{gap:20px;align-items:end}.contact-heading h2{font-size:38px}.contact-arrow{flex-basis:57px;height:57px;font-size:44px;margin-bottom:5px}.contact-direct{display:block;margin:28px 0 40px}.contact-direct>a{font-size:19px}.contact-direct>span{display:block;margin-top:18px;font-size:13px}.offices{grid-template-columns:1fr 1fr;gap:35px 25px;padding-bottom:35px}.office h3{font-size:21px}.office p{font-size:12px;min-height:75px;margin-top:13px}.office>a{font-size:13px}.footer{flex-wrap:wrap;gap:25px;padding-block:27px}.footer-brand{font-size:30px}.footer>p{margin-left:auto;font-size:11px}.footer>div{flex-basis:100%;justify-content:space-between;font-size:10px;border-top:1px solid #476550;padding-top:20px}.back-top{right:15px;bottom:15px;width:38px;height:38px}.page-intro{padding-top:30px}.breadcrumb{margin-bottom:43px;font-size:12px}.page-intro h1{font-size:45px;line-height:1.13}.intro-description{font-size:16px;line-height:1.7;margin-top:25px}.article{padding:30px 6% 65px}.article-header h1{font-size:40px}.article-lead{font-size:18px}.article-body>p{font-size:17px}.article-image{margin-bottom:32px}.article-image figcaption{font-size:11px;line-height:1.6}.article-header .breadcrumb{margin-bottom:34px}.event-list{padding-top:5px}.event-item{grid-template-columns:50px 1fr;gap:18px;padding:36px 0}.event-date>span{font-size:38px}.event-date>small{font-size:9px}.event-photo{aspect-ratio:1.45}.event-info{grid-column:2}.event-info h2{font-size:27px;margin-top:15px}.event-info .eyebrow{font-size:9px}.event-info>p:not(.eyebrow){font-size:15px}.photo-grid{grid-template-columns:1fr;gap:32px}.photo-tile figcaption{font-size:14px}.lightbox{padding:50px 10px 17px}.lightbox>p{font-size:12px}.photo-section .section-heading h2{margin-top:23px}}
@media(max-width:380px){h1{font-size:39px}.hero .eyebrow{font-size:9px}.hero-footer>p{font-size:8px}.hero-footer a{font-size:11px}.hero-description{font-size:15px}.facts>div{padding-left:12px}.facts p{font-size:10px}.fact-number{font-size:38px}.fact-word{font-size:29px}.contact-heading h2{font-size:33px}.contact-arrow{flex-basis:45px;height:45px;font-size:34px}.offices{gap:30px 18px}.office h3{font-size:18px}.page-intro h1{font-size:39px}}
@media(prefers-reduced-motion:reduce){.reveal.will-reveal{opacity:1;transform:none}.hero-photo{transform:none}.motion-toggle{display:none!important}}
@media(min-width:761px) and (max-width:1599px){.hero{min-height:720px}.hero-content{padding-top:60px}.hero h1{font-size:clamp(56px,5.5vw,79px)}.hero .eyebrow{margin-bottom:26px}.hero-description{margin-top:22px}.hero .button{margin-top:26px}}
@media(min-width:761px) and (max-width:1000px){.header nav{gap:15px}.header nav a{font-size:13px}.brand,.brand img{width:170px}.hero h1{font-size:65px}}

/* Scroll entrances: visible travel, staggered rhythm, and replay on return. */
.home.motion-ready [data-motion] {
  --motion-x: 0px;
  --motion-y: 96px;
  --motion-scale: 1;
  opacity: 0;
  transform: translate3d(var(--motion-x), var(--motion-y), 0) scale(var(--motion-scale));
  transition-property: opacity, transform, clip-path;
  transition-duration: 1100ms, 1350ms, 1450ms;
  transition-timing-function: cubic-bezier(.25,.5,.3,1), cubic-bezier(.25,.65,.3,1), cubic-bezier(.22,1,.36,1);
  transition-delay: var(--motion-delay, 0ms);
}
.home.motion-ready [data-motion="label"] { --motion-y: 42px; }
.home.motion-ready [data-motion="title"] { --motion-y: 120px; }
.home.motion-ready [data-motion="left"] { --motion-x: -80px; --motion-y: 28px; }
.home.motion-ready [data-motion="right"] { --motion-x: 80px; --motion-y: 28px; }
.home.motion-ready [data-motion="card"] { --motion-y: 112px; --motion-scale: .94; }
.home.motion-ready [data-motion="scale"] { --motion-y: 26px; --motion-scale: .76; }
.home.motion-ready [data-motion="image"] {
  --motion-x: 0px;
  --motion-y: 0px;
  clip-path: inset(0 100% 0 0);
  opacity: 1;
}
.home.motion-ready [data-motion].motion-visible,
.home.motion-ready [data-motion]:focus-within {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  clip-path: inset(0 0 0 0);
}
/* Avoid clipping heading accents, focus outlines, and expanded details. */
.home.motion-ready [data-motion]:not([data-motion="image"]).motion-visible,
.home.motion-ready [data-motion]:not([data-motion="image"]):focus-within { clip-path: none; }
.home.motion-ready [data-motion="card"] .news-image img,
.home.motion-ready [data-motion="image"] > img {
  transform: scale(1.13);
  transition: transform 1600ms cubic-bezier(.22,1,.36,1);
  transition-delay: var(--motion-delay, 0ms);
}
.home.motion-ready [data-motion="card"].motion-visible .news-image img,
.home.motion-ready [data-motion="image"].motion-visible > img { transform: scale(1); }
.home.motion-ready [data-motion="card"].motion-visible .news-image:hover img { transform: scale(1.045); }
.home.motion-ready [data-motion]:focus-within { transition-delay: 0ms; }
/* Reset outside the viewport immediately, ready for the next entrance. */
.home.motion-ready [data-motion]:not(.motion-visible):not(:focus-within) {
  transition-duration: 0ms;
  transition-delay: 0ms;
}
.home.motion-ready [data-motion="card"] .portrait img,
.home.motion-ready [data-motion="card"] .practice-photo {
  transform: scale(1.16);
  transition: transform 1600ms cubic-bezier(.25,.65,.3,1), filter .8s;
  transition-delay: var(--motion-delay, 0ms);
}
.home.motion-ready [data-motion="card"].motion-visible .portrait img,
.home.motion-ready [data-motion="card"].motion-visible .practice-photo { transform: scale(1); }
.home.motion-ready [data-motion="card"].motion-visible .person-profile-link:is(:hover,:focus-visible) .portrait img,
.home.motion-ready [data-motion="card"].motion-visible .practice-card-link:is(:hover,:focus-visible) .practice-photo { transform: scale(1.065); }
@media(max-width:760px) {
  .home.motion-ready [data-motion] { --motion-y: 64px; transition-duration: 900ms, 1100ms, 1200ms; }
  .home.motion-ready [data-motion="title"] { --motion-y: 78px; }
  .home.motion-ready [data-motion="label"] { --motion-y: 30px; }
  .home.motion-ready [data-motion="left"] { --motion-x: -20px; --motion-y: 26px; }
  .home.motion-ready [data-motion="right"] { --motion-x: 20px; --motion-y: 26px; }
  .home.motion-ready [data-motion="card"] { --motion-y: 76px; --motion-scale: .96; }
  .home.motion-ready [data-motion="image"] { --motion-y: 0px; }
  .home.motion-ready .person-card[data-motion],
  .home.motion-ready .news-card[data-motion],
  .home.motion-ready .method-step[data-motion] { transition-delay: 0ms; }
}
@media(prefers-reduced-motion:reduce) {
  .home.motion-ready [data-motion],
  .home.motion-ready [data-motion] img {
    opacity: 1;
    transform: none;
    clip-path: none;
    transition: none;
  }
}

/* People: portrait-led cards and individual professional profiles. */
.team-section .section-heading { margin-bottom: 58px; }
.home-team { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 25px; }
.all-team .team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 30px; }
.person-card,
.home-team .person-card { display: block; border: 0; padding: 0; min-width: 0; }
.person-profile-link { display: block; height: 100%; border-radius: 6px; }
.person-card .portrait,
.home-team .portrait {
  position: relative; display: block; width: 100%; height: auto;
  aspect-ratio: 4 / 5; overflow: hidden; border-radius: 6px;
  background: #e5eae3; box-shadow: 0 19px 26px -23px #153d32b3;
  transition: box-shadow .45s, transform .6s cubic-bezier(.2,.7,.2,1);
}
.person-card .portrait img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 15%;
  filter: grayscale(.65); transition: filter .65s, transform .8s cubic-bezier(.2,.7,.2,1);
}
.person-profile-link:hover .portrait,
.person-profile-link:focus-visible .portrait { transform: translateY(-7px); box-shadow: 0 25px 33px -23px #153d32b3; }
.person-profile-link:hover .portrait img,
.person-profile-link:focus-visible .portrait img { filter: grayscale(0); transform: scale(1.045); }
.portrait-profile {
  position: absolute; bottom: 13px; right: 13px; display: inline-flex; align-items: center;
  gap: 18px; padding: 7px 11px; color: #fff; background: var(--green);
  font-size: 12px; opacity: 0; transform: translateY(10px);
  transition: opacity .3s, transform .45s;
}
.portrait-profile > span { font-size: 19px; }
.person-profile-link:hover .portrait-profile,
.person-profile-link:focus-visible .portrait-profile { opacity: 1; transform: none; }
.person-card .person-info { text-align: center; padding: 22px 4px 0; }
.person-card .person-info h3,
.home-team .person-info h3 { font-size: 21px; line-height: 1.28; font-weight: 500; letter-spacing: -.035em; }
.home-team .person-info h3 { font-size: 19px; }
.person-card .person-info p,
.home-team .person-info p { margin-top: 7px; font-size: 13px; line-height: 1.55; color: var(--muted); }
.person-profile-link:focus-visible { outline: 2px solid var(--green); outline-offset: 7px; }

.profile-hero { color: #fff; background: var(--green); padding: 40px 7% 0; overflow: hidden; }
.profile-hero-inner { max-width: 1360px; margin: auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 9%; align-items: end; }
.profile-copy { align-self: center; min-width: 0; padding-bottom: 65px; }
.profile-copy .breadcrumb { margin-bottom: 60px; font-size: 14px; color: #c9d8cf; }
.profile-copy > .eyebrow { color: var(--lime); margin-bottom: 24px; }
.profile-name { font-size: clamp(48px,5.3vw,80px); line-height: 1.06; letter-spacing: -.055em; font-weight: 400; overflow-wrap: break-word; }
.profile-name em { color: var(--lime); }
.profile-role { margin-top: 23px; font-size: 17px; color: #d0ddcf; }
.profile-contacts { display: grid; gap: 19px; border-top: 1px solid #567664; padding-top: 28px; margin-top: 38px; max-width: 450px; }
.profile-contacts > a { display: grid; grid-template-columns: 1fr auto; gap: 3px 15px; min-width: 0; }
.profile-contact-label { grid-column: 1 / -1; font-size: 11px; letter-spacing: .07em; color: #a9c0af; }
.profile-contacts > a > span:nth-child(2) { font-size: 16px; overflow-wrap: anywhere; }
.profile-contacts > a > span:last-child { font-size: 24px; grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--lime); transition: transform .3s; }
.profile-contacts > a:hover > span:last-child { transform: translate(3px,-3px); }
.profile-portrait { position: relative; width: 100%; max-width: 440px; aspect-ratio: 4 / 5; background: #e3e8df; border-radius: 8px 8px 0 0; overflow: hidden; justify-self: end; }
.profile-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; filter: grayscale(.2); }
.profile-photo-line { position: absolute; bottom: 0; left: 0; right: 0; height: 9px; background: var(--lime); }
.profile-enter { animation: profileEnter 1050ms cubic-bezier(.16,1,.3,1) both; }
.profile-name.profile-enter { animation-delay: 80ms; }
.profile-role.profile-enter { animation-delay: 170ms; }
.profile-contacts.profile-enter { animation-delay: 240ms; }
.profile-portrait.profile-enter { animation-delay: 160ms; }
.profile-details { background: #fff; }
.profile-details-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.7fr .85fr; gap: 13%; align-items: start; }
.profile-biography > .eyebrow { margin-bottom: 27px; }
.profile-biography > h2 { font-size: clamp(32px,3vw,43px); line-height: 1.18; margin-bottom: 32px; }
.profile-bio-text > p { font-size: 17px; color: #57695f; line-height: 1.85; margin: 0 0 22px; }
.profile-highlights { border-top: 2px solid var(--green); padding-top: 25px; }
.profile-highlights ul { list-style: none; padding: 0; margin: 23px 0 0; }
.profile-highlights li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.6; }
.profile-education { margin-top: 40px; border-top: 1px solid var(--line); padding-top: 31px; }
.education-item { margin-top: 23px; padding-left: 20px; border-left: 2px solid #b8ce8c; }
.education-item h3 { font-size: 22px; }
.education-item p { margin-top: 6px; font-size: 16px; color: var(--muted); }
.profile-return { padding: 31px 7%; background: #f2f4ee; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.profile-return > span { font-size: 12px; color: var(--muted); }
@keyframes profileEnter { from { opacity: 0; transform: translateY(44px); } to { opacity: 1; transform: translateY(0); } }
@media(min-width:1600px) {
  .profile-hero { padding-inline: max(7%,calc((100vw - 1380px)/2)); }
}
@media(max-width:1100px) {
  .home-team { gap: 18px; }
  .home-team .person-info h3 { font-size: 17px; }
  .home-team .person-info p { font-size: 12px; }
  .all-team .team-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px 25px; }
  .profile-hero { padding-inline: 6%; }
  .profile-hero-inner { grid-template-columns: 1.1fr .9fr; gap: 6%; }
  .profile-name { font-size: 57px; }
  .profile-copy { padding-bottom: 48px; }
  .profile-copy .breadcrumb { margin-bottom: 38px; }
  .profile-role { font-size: 15px; }
  .profile-contacts { margin-top: 28px; padding-top: 24px; }
  .profile-contacts > a > span:nth-child(2) { font-size: 14px; }
  .profile-details-grid { gap: 8%; }
}
@media(max-width:760px) {
  .home-team,
  .all-team .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 31px 21px; }
  .team-section .section-heading { margin-bottom: 37px; }
  .person-card .portrait,
  .home-team .portrait { width: 100%; height: auto; aspect-ratio: 4 / 5; }
  .person-card .person-info { padding-top: 16px; }
  .person-card .person-info h3,
  .home-team .person-info h3 { font-size: 19px; }
  .person-card .person-info p,
  .home-team .person-info p { font-size: 12px; }
  .portrait-profile { bottom: 9px; right: 9px; padding: 5px 8px; gap: 10px; font-size: 11px; }
  .profile-hero { padding: 28px 6% 0; }
  .profile-hero-inner { grid-template-columns: 1fr; gap: 35px; }
  .profile-copy { padding-bottom: 0; }
  .profile-copy .breadcrumb { margin-bottom: 38px; font-size: 13px; }
  .profile-name { font-size: clamp(45px,10vw,70px); }
  .profile-role { margin-top: 18px; font-size: 16px; }
  .profile-contacts { max-width: 100%; gap: 21px; margin-top: 29px; }
  .profile-contacts > a > span:nth-child(2) { font-size: 16px; }
  .profile-portrait { max-width: 360px; justify-self: center; width: 88%; }
  .profile-details-grid { grid-template-columns: 1fr; gap: 35px; }
  .profile-biography > h2 { font-size: 33px; }
  .profile-bio-text > p { font-size: 16px; }
  .profile-highlights { padding-top: 22px; }
  .profile-return { padding: 26px 6%; display: block; }
  .profile-return > span { display: block; margin-top: 17px; font-size: 11px; }
}
@media(max-width:380px) {
  .home-team,
  .all-team .team-grid { gap: 28px 16px; }
  .person-card .person-info h3,
  .home-team .person-info h3 { font-size: 17px; }
}
@media(hover:none) { .portrait-profile { opacity: 1; transform: none; } }
@media(prefers-reduced-motion:reduce) {
  .profile-enter { animation: none; }
  .person-profile-link:hover .portrait,
  .person-profile-link:focus-visible .portrait,
  .person-profile-link:hover .portrait img,
  .person-profile-link:focus-visible .portrait img { transform: none; }
}
/* Keep the directory's portrait entrances in the same rhythm as the home. */
.inner-page .all-team .person-card.reveal { transition: opacity 800ms, transform 1100ms cubic-bezier(.16,1,.3,1); transition-delay: var(--portrait-delay,0ms); }
.all-team .person-card:nth-child(4n + 2) { --portrait-delay: 80ms; }
.all-team .person-card:nth-child(4n + 3) { --portrait-delay: 160ms; }
.all-team .person-card:nth-child(4n + 4) { --portrait-delay: 240ms; }
.inner-page .all-team .person-card.reveal.will-reveal { opacity: 0; transform: translateY(58px) scale(.975); }
@media(max-width:760px) {
  .inner-page .all-team .person-card.reveal { transition-delay: 0ms; }
  .inner-page .all-team .person-card.reveal.will-reveal { transform: translateY(40px); }
}
@media(prefers-reduced-motion:reduce) {
  .inner-page .all-team .person-card.reveal.will-reveal { opacity: 1; transform: none; }
}

/* Practice areas: photo mosaic, staggered entrances and dedicated pages. */
.practice { background: var(--deep); color: #fff; }
.practice .section-kicker > span { color: #abc2b4; }
.practice .eyebrow { color: var(--lime); }
.practice-heading { display: grid; grid-template-columns: 1.45fr 1fr; gap: 9%; align-items: end; margin-bottom: 48px; }
.practice-heading h2 { font-size: clamp(38px,4.2vw,62px); }
.practice-heading h2 em { color: var(--lime); }
.practice-heading-copy { max-width: 360px; justify-self: end; }
.practice-heading-copy p { color: #c0d2c6; font-size: 16px; line-height: 1.8; }
.practice-heading-copy > span { display: block; margin-top: 24px; color: var(--lime); font-size: 10px; letter-spacing: .15em; }
.practice-mosaic { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.practice-card { min-width: 0; min-height: 292px; border-radius: 12px; background: #174b3e; color: #fff; }
.practice-card-featured { grid-column: span 2; }
.practice-card-deep { background: #123d33; }
.practice-card-green { background: #28594a; }
.practice-card-paper { background: #eaf0e4; color: var(--deep); }
.practice-card-lime { background: var(--lime); color: var(--deep); }
.practice-card-link { display: flex; position: relative; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; min-height: inherit; padding: 25px; border-radius: inherit; overflow: hidden; isolation: isolate; }
.practice-card-link:focus-visible { outline-color: #fff; outline-offset: 5px; }
.practice-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); transform: scale(1.025); transition: transform 1.15s cubic-bezier(.16,1,.3,1),filter .8s; }
.practice-card-photo .practice-card-link::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,#05271fc7 0%,#05271f40 40%,#05271fcc 70%,#05271ffa 100%); }
.practice-card-top { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.practice-card-arrow { width: 39px; height: 39px; flex: 0 0 39px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 25px; line-height: 1; transition: transform .65s cubic-bezier(.16,1,.3,1),background .3s,color .3s; }
.practice-card-copy { margin-top: 48px; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.practice-card-copy h3 { font-size: clamp(23px,2.1vw,31px); line-height: 1.16; letter-spacing: -.035em; overflow-wrap: break-word; }
.practice-card-featured h3 { font-size: clamp(32px,3vw,44px); }
.practice-card-copy > p { max-width: 305px; margin-top: 12px; font-size: 14px; line-height: 1.6; color: #deebe1; }
.practice-card-label { display: inline-flex; gap: 12px; align-items: center; margin-top: 22px; font-size: 12px; letter-spacing: .02em; }
.practice-card-label > span { font-size: 18px; transition: transform .5s; }
.practice-card-label::before { content: ''; width: 20px; height: 1px; background: currentColor; transition: width .65s cubic-bezier(.16,1,.3,1); }
.practice-card-link:hover .practice-photo,
.practice-card-link:focus-visible .practice-photo { transform: scale(1.105); filter: saturate(.9); }
.practice-card-link:hover .practice-card-copy,
.practice-card-link:focus-visible .practice-card-copy { transform: translateY(-7px); }
.practice-card-link:hover .practice-card-arrow,
.practice-card-link:focus-visible .practice-card-arrow { transform: rotate(45deg); background: var(--lime); color: var(--deep); border-color: var(--lime); }
.practice-card-link:hover .practice-card-label::before,
.practice-card-link:focus-visible .practice-card-label::before { width: 35px; }
.practice-card-link:hover .practice-card-label > span { transform: translateX(4px); }
.practice-card:nth-child(2),.practice-card:nth-child(5),.practice-card:nth-child(9) { --practice-delay: 170ms; }
.practice-card:nth-child(3),.practice-card:nth-child(6),.practice-card:nth-child(10) { --practice-delay: 340ms; }
.practice-card:nth-child(7),.practice-card:nth-child(11) { --practice-delay: 510ms; }
.home.motion-ready .practice-card[data-motion] { transition-delay: var(--practice-delay,0ms); }
.home.motion-ready .practice-card[data-motion]:focus-within { transition-delay: 0ms; }
.practice-closing { display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid #68867777; margin-top: 40px; padding-top: 30px; }
.practice-closing p { font-size: 18px; color: #bed0c5; line-height: 1.5; }
.practice-closing strong { font-weight: 400; color: #fff; }
.practice-closing .button { flex-shrink: 0; }
.area-hero { padding-top: 34px; padding-bottom: 70px; background: var(--deep); color: #fff; }
.area-hero .breadcrumb { color: #c6d8cc; margin-bottom: 42px; display: inline-block; }
.area-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 8%; }
.area-hero-copy .eyebrow { color: var(--lime); font-size: 11px; margin-bottom: 28px; }
.area-hero-copy h1 { font-size: clamp(50px,5.5vw,82px); overflow-wrap: break-word; }
.area-tagline { color: #cfdfd3; margin-top: 25px; font-size: 22px; line-height: 1.55; max-width: 470px; }
.area-hero-visual { position: relative; overflow: hidden; border-radius: 12px; height: 350px; display: grid; place-items: center; background: #17483b; }
.area-hero-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); }
.area-hero-visual > span:last-child { position: absolute; inset: auto 0 0; padding: 55px 28px 23px; background: linear-gradient(transparent,#05271fde); color: #fff; font-size: 10px; letter-spacing: .15em; }
.area-signature { font-family: Georgia,serif; font-style: italic; font-size: 240px; color: var(--lime); font-weight: 400; line-height: 1; transform: translate(-8px,-8px); }
.area-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12%; align-items: start; }
.area-detail .eyebrow { margin-bottom: 28px; font-size: 10px; }
.area-detail h2 { font-size: clamp(30px,3vw,43px); }
.area-description { margin-top: 28px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.area-detail .text-link { margin-top: 27px; }
.area-conversation { padding: 33px; background: #e7eddf; border-radius: 12px; }
.area-conversation h2 { font-size: 33px; }
.area-conversation > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); line-height: 1.8; }
.area-conversation .button { width: 100%; }
.area-phone { display: block; margin-top: 19px; font-size: 14px; width: fit-content; border-bottom: 1px solid #9faf9d; }
.area-related { padding-top: 0; }
.area-related h2 { font-size: 30px; margin-bottom: 26px; }
.area-related > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.area-related > div > a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 22px; line-height: 1.3; }
.area-related > div > a > span { flex-shrink: 0; font-size: 28px; transition: transform .3s; }
.area-related > div > a:hover > span { transform: translate(3px,-3px); }
.area-related > .text-link { margin-top: 30px; }
@media(max-width:1100px) {
  .practice-mosaic { gap: 12px; }
  .practice-card { min-height: 270px; }
  .practice-card-link { padding: 21px; }
  .practice-card-copy h3 { font-size: 24px; }
  .practice-card-featured h3 { font-size: 36px; }
  .area-hero-grid { gap: 6%; }
  .area-hero-visual { height: 310px; }
  .area-detail { gap: 7%; }
  .area-conversation { padding: 26px; }
}
@media(max-width:900px) {
  .practice-mosaic { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .practice-card { min-height: 250px; }
  .practice-card-featured { min-height: 300px; }
  .practice-card-copy h3 { font-size: 28px; }
  .practice-card-featured h3 { font-size: 38px; }
  .practice-card:nth-child(n) { --practice-delay: 0ms; }
  .practice-card:nth-child(2n + 3) { --practice-delay: 130ms; }
  .area-tagline { font-size: 20px; }
}
@media(max-width:760px) {
  .practice-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .practice-heading h2 { font-size: clamp(34px,7.7vw,50px); }
  .practice-heading-copy { justify-self: start; max-width: 430px; }
  .practice-heading-copy p { font-size: 15px; }
  .practice-heading-copy > span { margin-top: 16px; font-size: 9px; }
  .practice-mosaic { gap: 10px; }
  .practice-card { min-height: 222px; border-radius: 9px; }
  .practice-card-featured { min-height: 275px; }
  .practice-card-link { padding: 19px; }
  .practice-card-copy { margin-top: 35px; }
  .practice-card-copy h3 { font-size: clamp(20px,4.8vw,29px); }
  .practice-card-featured h3 { font-size: 34px; }
  .practice-card-copy > p { max-width: 270px; font-size: 13px; }
  .practice-card-arrow { width: 32px; height: 32px; flex-basis: 32px; font-size: 22px; }
  .practice-card-label { gap: 8px; margin-top: 18px; font-size: 12px; }
  .practice-card-label::before { display: none; }
  .practice-closing { display: block; margin-top: 28px; padding-top: 26px; }
  .practice-closing p { font-size: 17px; }
  .practice-closing .button { margin-top: 22px; }
  .area-hero { padding-top: 28px; padding-bottom: 40px; }
  .area-hero .breadcrumb { margin-bottom: 30px; }
  .area-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .area-hero-copy .eyebrow { margin-bottom: 20px; font-size: 10px; }
  .area-hero-copy h1 { font-size: clamp(41px,10.5vw,64px); }
  .area-tagline { font-size: 19px; margin-top: 20px; }
  .area-hero-visual { height: 240px; }
  .area-signature { font-size: 200px; }
  .area-detail { grid-template-columns: 1fr; gap: 36px; }
  .area-description { font-size: 17px; }
  .area-conversation { padding: 27px; }
  .area-related h2 { font-size: 27px; }
  .area-related > div { grid-template-columns: 1fr; gap: 0; }
  .area-related > div > a { border-bottom: 0; padding-block: 20px; font-size: 21px; }
  .area-related > div > a:last-child { border-bottom: 1px solid var(--line); }
}
@media(max-width:380px) {
  .practice-card-link { padding: 15px; }
  .practice-card-label { gap: 6px; font-size: 12px; }
  .practice-card-label::before { width: 10px; }
}
.motion-paused .practice-card *,
.motion-paused .practice-card *::before { transition: none; }
@media(prefers-reduced-motion:reduce) {
  .practice-card *, .practice-card *::before { transition: none; }
  .practice-card-link:hover .practice-photo,
  .practice-card-link:focus-visible .practice-photo,
  .practice-card-link:hover .practice-card-copy,
  .practice-card-link:focus-visible .practice-card-copy,
  .practice-card-link:hover .practice-card-arrow,
  .practice-card-link:focus-visible .practice-card-arrow { transform: none; }
}

/* Careers: people, culture and a clear application route. */
.header nav { gap: 22px; }
.header nav a { white-space: nowrap; }
.footer > div { flex-wrap: wrap; }
.career-teaser { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 65px; padding: 36px 40px; background: #eef3e7; border-radius: 12px; }
.career-teaser .eyebrow { font-size: 12px; margin-bottom: 18px; }
.career-teaser h3 { font-size: 35px; line-height: 1.12; }
.career-teaser h3 em { font-family: Georgia,serif; font-weight: 400; }
.career-teaser > div:last-child > p { margin-bottom: 18px; font-size: 16px; color: var(--muted); }
.career-hero { background: var(--deep); color: #fff; padding-top: 30px; padding-bottom: 33px; }
.career-hero .breadcrumb { margin-bottom: 34px; color: #d4e2d7; font-size: 14px; width: fit-content; }
.career-hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 7%; align-items: center; }
.career-hero-copy .eyebrow { color: var(--lime); font-size: 12px; margin-bottom: 25px; }
.career-hero h1 { font-size: clamp(49px,5.3vw,76px); line-height: 1.04; }
.career-hero-copy > p:not(.eyebrow) { max-width: 410px; color: #c5d9ca; font-size: 18px; line-height: 1.7; margin-top: 28px; }
.career-hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 30px; }
.career-opportunities-link { font-size: 14px; border-bottom: 1px solid #809d8a; padding: 7px 0; display: inline-flex; gap: 14px; align-items: center; }
.career-opportunities-link > span { font-size: 21px; }
.career-people { min-width: 0; }
.career-portrait-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: center; gap: 13px; }
.career-portrait { display: block; height: 325px; border-radius: 90px 90px 10px 10px; overflow: hidden; background: #e9eee7; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.career-portrait:nth-child(2) { height: 425px; }
.career-portrait:nth-child(3) { height: 370px; }
.career-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; filter: grayscale(.35); transition: transform .8s,filter .8s; }
.career-portrait:hover { transform: translateY(-8px); }
.career-portrait:hover img { transform: scale(1.035); filter: none; }
.career-people > a { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 26px; color: #d4e5d6; font-size: 14px; }
.career-people > a > span { font-size: 23px; }
.career-presence { margin-top: 48px; border-top: 1px solid #71917d66; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.career-presence > span { font-size: 12px; letter-spacing: .09em; color: #abc8b5; }
.career-presence p { font-size: 14px; }
.career-presence p > span { color: var(--lime); margin-inline: 15px; }
.career-section-nav { display: flex; justify-content: center; align-items: center; gap: 60px; background: #fff; padding: 21px 6%; border-bottom: 1px solid var(--line); }
.career-section-nav a { font-size: 14px; padding-block: 4px; border-bottom: 1px solid transparent; }
.career-section-nav a:hover { border-color: var(--green); }
.career-culture { background: #fff; }
.career-culture .section-heading { align-items: end; gap: 8%; }
.career-culture .section-heading h2 { max-width: 680px; font-size: clamp(34px,3.4vw,48px); }
.career-culture .section-heading > div { flex: 0 1 350px; }
.career-culture .section-heading > div > p { margin: 0; font-size: 16px; }
.career-values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; margin-top: 50px; }
.career-values article { border-top: 1px solid var(--line); padding-top: 20px; }
.career-values article > span { display: flex; justify-content: space-between; align-items: start; font-family: Georgia,serif; font-style: italic; font-size: 90px; line-height: 1.1; color: var(--green); }
.career-values article > span > span { font-family: var(--font); font-style: normal; font-size: 12px; color: var(--muted); margin-top: 9px; }
.career-values h3 { margin-top: 24px; font-size: 25px; line-height: 1.2; max-width: 290px; }
.career-values p { color: var(--muted); margin-top: 16px; font-size: 16px; line-height: 1.8; max-width: 310px; }
.career-values article:nth-child(2) { transition-delay: 100ms; }
.career-values article:nth-child(3) { transition-delay: 200ms; }
.career-opportunities { background: #edf1e9; }
.career-opportunities .section-heading > div > .eyebrow { margin-bottom: 22px; }
.career-jobs-caption { color: var(--muted); font-size: 16px; }
.career-empty { background: #fff; padding: 42px; border-radius: 12px; display: grid; grid-template-columns: 76px 1fr; gap: 35px; align-items: start; }
.career-empty-mark { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #adc28c; font-size: 48px; color: var(--green); background: #f0f5e9; }
.career-empty h3 { font-size: 29px; max-width: 600px; }
.career-empty p { font-size: 16px; color: var(--muted); line-height: 1.8; margin-top: 16px; max-width: 640px; }
.career-empty .text-link { margin-top: 25px; }
.career-job { background: #fff; margin-top: 16px; border-radius: 10px; }
.career-job summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 32px; cursor: pointer; list-style: none; }
.career-job summary::-webkit-details-marker { display: none; }
.career-job-tags { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--muted); }
.career-job-tags > span + span { border-left: 1px solid var(--line); padding-left: 12px; }
.career-job-title { display: block; font-size: 25px; line-height: 1.3; margin-top: 10px; }
.career-job-plus { font-size: 32px; flex-shrink: 0; transition: transform .3s; }
.career-job[open] .career-job-plus { transform: rotate(45deg); }
.career-job-description { padding: 0 32px 30px; }
.career-job-description p { white-space: pre-line; color: var(--muted); font-size: 16px; line-height: 1.8; }
.career-job-description .button { margin-top: 25px; }
.career-application { background: var(--green); color: #fff; display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.career-application-copy > .eyebrow { color: var(--lime); font-size: 12px; margin-bottom: 25px; }
.career-application h2 { font-size: clamp(36px,3.5vw,51px); }
.career-application h2 em { color: var(--lime); }
.career-application-copy > p:not(.eyebrow) { color: #c0d5c7; font-size: 18px; line-height: 1.8; margin-top: 25px; max-width: 370px; }
.career-application-note { display: flex; gap: 23px; align-items: center; margin-top: 40px; padding-top: 28px; border-top: 1px solid #8eaa9770; }
.career-application-note > span { font-size: 48px; color: var(--lime); }
.career-application-note p { color: #d1e3d6; font-size: 14px; line-height: 1.8; }
.career-application-card { background: #f9fbf6; color: var(--deep); padding: 38px; border-radius: 14px; }
.career-application-card h3 { font-size: 30px; }
.career-application-card > p { color: var(--muted); margin-top: 17px; font-size: 16px; line-height: 1.8; }
.career-application-steps { list-style: none; margin: 27px 0 30px; padding: 0; }
.career-application-steps li { display: flex; gap: 18px; align-items: start; margin-bottom: 20px; }
.career-application-steps li > span { color: #537634; background: #e6eedb; border-radius: 50%; display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; font-size: 12px; }
.career-application-steps strong { display: block; font-size: 16px; font-weight: 600; }
.career-application-steps p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 3px; }
.career-application-card .button { width: 100%; font-size: 14px; gap: 16px; }
.career-email { display: block; width: fit-content; margin: 19px auto 0; font-size: 14px; overflow-wrap: anywhere; border-bottom: 1px solid #acbea7; }
.career-privacy { display: block; margin-top: 22px; font-size: 12px; text-align: center; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
@media(max-width:1280px) { .header-contact { display: none; } }
@media(min-width:761px) and (max-width:1000px) {
  html { scroll-padding-top: 88px; }
  .header { height: 88px; justify-content: space-between; }
  .header nav { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 15px; background: none; border: 0; padding: 12px; color: var(--green); font-size: 14px; }
  .mobile-menu { top: 88px; }
}
@media(max-width:1100px) {
  .career-teaser { padding: 30px; gap: 25px; }
  .career-teaser h3 { font-size: 32px; }
  .career-hero-grid { gap: 5%; }
  .career-portrait { height: 260px; }
  .career-portrait:nth-child(2) { height: 340px; }
  .career-portrait:nth-child(3) { height: 295px; }
  .career-hero-actions { gap: 20px; }
  .career-application { gap: 6%; }
  .career-application-card { padding: 30px; }
  .career-empty { padding: 35px; }
}
@media(max-width:760px) {
  .career-teaser { display: block; margin-top: 42px; padding: 26px; }
  .career-teaser > div:last-child { margin-top: 25px; }
  .career-teaser .button { width: 100%; gap: 20px; }
  .career-teaser h3 { font-size: 33px; }
  .career-hero { padding-top: 27px; padding-bottom: 28px; }
  .career-hero .breadcrumb { margin-bottom: 30px; }
  .career-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .career-hero h1 { font-size: clamp(48px,10.8vw,68px); }
  .career-hero-copy > p:not(.eyebrow) { font-size: 17px; margin-top: 22px; }
  .career-hero-actions { margin-top: 25px; gap: 23px; }
  .career-hero-copy .eyebrow { margin-bottom: 22px; }
  .career-people { max-width: 430px; width: 100%; margin-inline: auto; }
  .career-portrait-grid { gap: 11px; }
  .career-portrait { height: 220px; }
  .career-portrait:nth-child(2) { height: 290px; }
  .career-portrait:nth-child(3) { height: 250px; }
  .career-people > a { margin-top: 21px; }
  .career-presence { display: block; margin-top: 34px; padding-top: 22px; }
  .career-presence > span { font-size: 12px; letter-spacing: .045em; }
  .career-presence p { margin-top: 12px; font-size: 13px; }
  .career-presence p > span { margin-inline: 7px; }
  .career-section-nav { gap: 22px; justify-content: flex-start; overflow-x: auto; padding: 18px 6%; }
  .career-section-nav a { white-space: nowrap; font-size: 13px; }
  .career-culture .section-heading h2 { font-size: 34px; }
  .career-culture .section-heading > div > p { margin-top: 25px; }
  .career-values { grid-template-columns: 1fr; gap: 32px; margin-top: 32px; }
  .career-values article { display: grid; grid-template-columns: 65px 1fr; gap: 10px 25px; }
  .career-values article > span { grid-row: span 2; font-size: 73px; display: block; }
  .career-values article > span > span { display: none; }
  .career-values h3 { margin-top: 6px; font-size: 25px; }
  .career-values p { margin: 0; max-width: none; }
  .career-values article:nth-child(n) { transition-delay: 0ms; }
  .career-jobs-caption { margin-top: 24px; }
  .career-empty { grid-template-columns: 1fr; gap: 23px; padding: 28px; }
  .career-empty-mark { width: 56px; height: 56px; font-size: 38px; }
  .career-empty h3 { font-size: 27px; }
  .career-application { grid-template-columns: 1fr; gap: 38px; }
  .career-application h2 { font-size: 36px; }
  .career-application-copy > p:not(.eyebrow) { font-size: 17px; }
  .career-application-note { margin-top: 28px; padding-top: 20px; }
  .career-application-card { padding: 27px; }
  .career-application-card h3 { font-size: 29px; }
  .career-application-card .button { padding-inline: 17px; }
  .career-job summary { padding: 22px; }
  .career-job-description { padding: 0 22px 24px; }
  .career-job-title { font-size: 23px; }
}
@media(max-width:380px) {
  .career-portrait { height: 180px; }
  .career-portrait:nth-child(2) { height: 240px; }
  .career-portrait:nth-child(3) { height: 210px; }
  .career-application-card { padding: 23px; }
  .career-application-card .button { font-size: 13px; gap: 8px; padding-inline: 13px; }
}
@media(prefers-reduced-motion:reduce) { .career-portrait:hover,.career-portrait:hover img { transform: none; } }

/* Opportunities grouped by office, with dedicated applications. */
[hidden] { display: none !important; }
.opening-filters { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid #c9d4c5; }
.opening-filters label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 600; }
.opening-filters select { min-width: 320px; padding: 15px 42px 15px 17px; border: 1px solid #afc0aa; border-radius: 5px; background: #fff; color: var(--green); font: inherit; font-size: 16px; }
#opening-count { color: var(--muted); font-size: 14px; padding-bottom: 16px; }
.opening-explanation { max-width: 720px; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.opening-unit { margin-top: 44px; }
.opening-unit h3 { font-size: 29px; margin-bottom: 19px; display: flex; align-items: center; gap: 14px; }
.opening-unit h3 > span { border: 1px solid #c5d1be; border-radius: 4px; padding: 5px 7px; font-size: 11px; letter-spacing: .05em; }
.opening-row { display: grid; grid-template-columns: minmax(0,1fr) 180px auto; align-items: center; gap: 30px; padding: 29px 32px; border-radius: 8px; background: #fff; margin-bottom: 12px; border-left: 3px solid transparent; transition: border-color .25s,box-shadow .25s; }
.opening-row:hover, .opening-row:focus-within { border-left-color: var(--green); box-shadow: 0 7px 24px #173b2a09; }
.opening-kind { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #63785b; margin-bottom: 9px; }
.opening-row h4 { font-size: 21px; line-height: 1.45; }
.opening-row h4 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.opening-model { font-size: 14px; color: var(--muted); line-height: 1.6; }
.opening-row .button { font-size: 14px; gap: 20px; padding: 15px 20px; }
.opening-no-results { background: #fff; padding: 32px; margin-top: 30px; border-radius: 8px; }
.opening-no-results p { margin: 15px 0 22px; }
.career-rh-access { margin-top: 32px; display: flex; justify-content: end; font-size: 12px; color: var(--muted); }
.career-rh-access a { padding: 10px 0; border-bottom: 1px solid #aabca3; }
.career-rh-access span { margin-left: 10px; }
.career-application > div > .eyebrow { color: var(--lime); margin-bottom: 22px; }
.career-application > div > p:not(.eyebrow) { color: #d2e1d7; font-size: 17px; line-height: 1.8; }
.career-application > div > .button { margin-top: 25px; }
.job-detail-hero { background: var(--deep); color: white; padding-top: 30px; padding-bottom: 55px; }
.job-detail-hero .breadcrumb { color: #c2d6c9; font-size: 14px; margin-bottom: 35px; display: inline-block; }
.job-detail-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.job-detail-tags span { border: 1px solid #7d9d8666; padding: 8px 13px; border-radius: 30px; font-size: 12px; color: var(--lime); }
.job-detail-hero h1 { font-size: clamp(36px,4.5vw,65px); max-width: 1000px; line-height: 1.12; }
.job-detail-hero > p { color: #b3ccbd; margin-top: 24px; font-size: 16px; }
.job-application-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7%; align-items: start; background: var(--paper); }
.job-details-copy h2 { font-size: clamp(31px,3vw,43px); line-height: 1.15; margin: 20px 0 28px; }
.job-details-copy h3 { font-size: 22px; margin: 34px 0 16px; }
.job-details-copy > p:not(.eyebrow),.job-details-copy li { font-size: 16px; color: var(--muted); line-height: 1.8; }
.job-details-copy ul { padding-left: 20px; }
.job-details-copy li { padding-left: 5px; margin-bottom: 10px; }
.job-details-copy li::marker { color: #67843d; }
.job-details-copy .text-link { margin-top: 35px; }
.application-box { background: #fff; padding: 36px; border: 1px solid #dce4d7; border-radius: 12px; min-width: 0; box-shadow: 0 14px 45px #103b3106; }
.application-box h2 { font-size: 30px; margin-top: 16px; line-height: 1.2; }
.application-subtitle { margin: 13px 0 28px; color: var(--muted); font-size: 13px; }
.application-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 18px; }
.application-fields > label { display: block; font-size: 14px; font-weight: 600; }
.application-fields > label > span { font-weight: 400; color: var(--muted); }
.application-fields .field-wide { grid-column: 1 / -1; }
.application-fields input:not([type=file]),.application-fields select,.application-fields textarea { width: 100%; display: block; margin-top: 10px; padding: 13px 12px; border: 1px solid #c7d2c2; border-radius: 4px; font: inherit; font-size: 16px; font-weight: 400; color: var(--deep); background: #fff; min-width: 0; }
.application-fields input::placeholder,.application-fields textarea::placeholder { color: #788674; opacity: 1; }
.application-fields textarea { resize: vertical; min-height: 120px; }
.application-fields :is(input,select,textarea):focus-visible,.opening-filters select:focus-visible { outline: 2px solid #577b37; outline-offset: 3px; }
.application-upload { padding: 22px; border: 1px dashed #a9bf9d; background: #f6f9f2; border-radius: 6px; }
.application-upload > span { display: block; font-size: 12px; line-height: 1.65; margin-top: 6px; overflow-wrap: anywhere; }
.application-upload input { display: block; width: 100%; margin: 18px 0 12px; font: inherit; font-size: 12px; }
.application-upload input::file-selector-button { background: white; border: 1px solid #91a783; border-radius: 4px; color: var(--green); padding: 10px 12px; margin-right: 12px; font: inherit; cursor: pointer; }
.application-consent { display: flex; align-items: start; gap: 12px; margin-top: 24px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.application-consent input { accent-color: var(--green); width: 18px; height: 18px; flex: 0 0 18px; margin-top: 3px; }
.application-consent a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.application-submit { margin-top: 25px; width: 100%; justify-content: space-between; }
.application-submit:disabled { opacity: .65; cursor: wait; }
.application-delivery-note { margin-top: 14px; font-size: 12px; text-align: center; color: var(--muted); }
.application-error { padding: 14px; border-left: 3px solid #a8442b; background: #fff2ed; color: #853920; font-size: 14px; line-height: 1.6; margin-top: 20px; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.application-success { padding: 15px 0; }
.application-success > span { width: 60px; height: 60px; background: #edf5df; border-radius: 50%; display: grid; place-items: center; font-size: 26px; margin-bottom: 28px; }
.application-success > p:not(.eyebrow) { margin-top: 24px; font-size: 16px; line-height: 1.7; color: var(--muted); }
.application-success .application-protocol { font-size: 12px; overflow-wrap: anywhere; padding: 15px; background: var(--paper); }
.application-success .button { margin-top: 28px; }
@media(max-width:1100px) {
  .opening-row { grid-template-columns: minmax(0,1fr) 140px auto; gap: 20px; padding: 25px; }
  .job-application-layout { gap: 4%; grid-template-columns: .8fr 1.2fr; }
  .application-box { padding: 26px; }
}
@media(max-width:850px) {
  .job-application-layout { grid-template-columns: 1fr; gap: 40px; }
  .job-details-copy { max-width: 620px; }
  .opening-row { grid-template-columns: 1fr auto; }
  .opening-model { grid-column: 1; }
  .opening-row .button { grid-column: 2; grid-row: 1 / 3; }
}
@media(max-width:600px) {
  .opening-filters { display: block; }
  .opening-filters select { min-width: 0; width: 100%; }
  #opening-count { margin-top: 20px; padding: 0; }
  .opening-row { display: block; padding: 25px; }
  .opening-row h4 { font-size: 21px; }
  .opening-model { margin-top: 14px; }
  .opening-row .button { margin-top: 22px; width: 100%; justify-content: space-between; }
  .opening-unit h3 { font-size: 27px; }
  .job-detail-hero { padding-bottom: 38px; }
  .job-detail-hero h1 { font-size: 39px; }
  .application-box { padding: 25px 21px; }
  .application-box h2 { font-size: 27px; }
  .application-fields { grid-template-columns: 1fr; }
  .application-upload { padding: 17px; }
}

/* Social channels, shared by the public pages. */
.social-follow { padding: 52px 6%; background: #edf1e9; border-top: 1px solid #dce3d5; }
.social-follow-inner { display: flex; justify-content: center; align-items: center; gap: 34px; max-width: 1120px; margin-inline: auto; }
.social-follow-links { display: flex; gap: 12px; flex: 0 0 auto; }
.social-follow-link { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 8px; background: #fff; color: var(--green); transition: transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease; }
.social-follow-link svg { display: block; width: 29px; height: 29px; }
.social-follow-link[href]:hover,.social-follow-link:focus-visible { color: #fff; background: var(--green); transform: translateY(-4px); box-shadow: 0 8px 18px #103b3114; }
.social-follow h2 { color: var(--green); font-size: clamp(25px,2.3vw,32px); line-height: 1.3; letter-spacing: -.035em; font-weight: 600; }
@media(max-width:600px) {
  .social-follow { padding: 36px 6%; }
  .social-follow-inner { flex-direction: column-reverse; gap: 24px; text-align: center; }
  .social-follow h2 { font-size: 26px; }
  .social-follow-link { width: 62px; height: 62px; }
}
.motion-paused .social-follow-link { transition: none; }
.motion-paused .social-follow-link[href]:hover,.motion-paused .social-follow-link:focus-visible { transform: none; }
@media(prefers-reduced-motion:reduce) {
  .social-follow-link { transition: none; }
  .social-follow-link[href]:hover,.social-follow-link:focus-visible { transform: none; }
}

/* Browne News: a legal-news blog with explicit editorial sources. */
.news-meta { font-size: 12px; flex-wrap: wrap; }
.news-card > p { font-size: 16px; }
.news-card-bottom { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; gap: 14px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.news-card-bottom > span { max-width: 190px; }
.news-card-bottom > a { display: inline-flex; align-items: center; gap: 14px; font-size: 14px; white-space: nowrap; color: var(--green); }
.news-card-bottom > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.news-feature { display: grid; grid-template-columns: 1.15fr 1fr; gap: 6%; align-items: center; padding-top: 0; padding-bottom: 64px; }
.news-feature-image { display: block; height: 440px; overflow: hidden; border-radius: 8px; background: #e0e6db; }
.news-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.news-feature-image:hover img { transform: scale(1.035); }
.news-feature-copy > .eyebrow { font-size: 12px; }
.news-feature-copy .news-meta { margin-top: 25px; justify-content: flex-start; gap: 17px; }
.news-feature-copy h2 { font-size: clamp(28px,3.2vw,45px); line-height: 1.18; }
.news-feature-copy h2 a:hover { color: #56753c; }
.news-feature-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.8; color: var(--muted); margin-top: 22px; }
.news-feature-source { display: block; margin-top: 20px; font-size: 13px; color: var(--muted); }
.news-feature-copy > .button { margin-top: 25px; }
.news-blog-archive { background: #edf1e9; }
.news-archive-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 40px; }
.news-archive-heading h2 { font-size: 34px; }
.news-archive-heading p { color: var(--muted); font-size: 16px; }
.news-blog-archive .news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
.news-blog-archive .news-card h3 { font-size: 29px; }
.news-article-byline { font-size: 14px; color: var(--muted); margin-top: 22px; line-height: 1.8; }
.news-article-byline a { text-decoration: underline; text-underline-offset: 4px; }
.news-article .article-image img { width: 100%; height: 460px; max-height: none; object-fit: cover; border-radius: 6px; }
.news-source-box { padding: 28px; margin-top: 32px; background: #eaf0e2; border-left: 3px solid #658142; }
.news-source-box .eyebrow { font-size: 12px; }
.news-source-box h2 { font-size: 25px; margin: 18px 0 12px; }
.news-source-box > p:not(.eyebrow) { font-size: 14px; line-height: 1.7; color: var(--muted); }
.news-source-box .text-link { font-size: 15px; margin-top: 20px; }
@media(max-width:900px) {
  .news-feature { gap: 4%; }
  .news-feature-image { height: 400px; }
  .news-feature-copy h2 { font-size: 32px; }
}
@media(max-width:760px) {
  .news-feature { grid-template-columns: 1fr; gap: 32px; padding-bottom: 45px; }
  .news-feature-image { height: 300px; }
  .news-feature-copy h2 { font-size: 33px; }
  .news-feature-copy > p:not(.eyebrow) { font-size: 16px; }
  .news-archive-heading { display: block; margin-bottom: 30px; }
  .news-archive-heading h2 { font-size: 30px; }
  .news-archive-heading p { margin-top: 14px; }
  .news-blog-archive .news-grid { grid-template-columns: 1fr; gap: 38px; }
  .news-blog-archive .news-card h3 { font-size: 27px; }
  .news-article .article-image img { height: 270px; }
  .news-source-box { padding: 24px; }
}
@media(prefers-reduced-motion:reduce) { .news-feature-image img { transition: none; } .news-feature-image:hover img { transform: none; } }
