:root{--green:#00bc16;--forest:#508356;--ink:#4c5249;--pale:#effaf0;--line:#a0c3a4;--body:'Shippori Mincho','Yu Mincho','Hiragino Mincho ProN',serif;--sans:'Manrope','Noto Sans JP',Arial,sans-serif;--wide:1200px;--narrow:1024px;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;font-family:var(--body);color:var(--ink);background:#fff;font-size:16px;font-weight:400;line-height:1.8;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}img{display:block;width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600;line-height:1.6;overflow-wrap:anywhere}h2{font-size:36px}h3{font-size:20px}p{overflow-wrap:anywhere}ul,ol{padding:0}button{color:inherit}button:disabled{cursor:default;opacity:.4}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #133bba;outline-offset:5px}a,button{touch-action:manipulation}[hidden]{display:none!important}.container{width:calc(100% - 80px);max-width:var(--wide);margin-left:auto;margin-right:auto}.narrow{max-width:var(--narrow)}.center{text-align:center}.align-right{text-align:right}.eyebrow{font-family:var(--sans);font-size:14px;font-weight:700;line-height:1.8;letter-spacing:.15em;color:var(--green)}.section-heading{margin-bottom:60px}.section-heading h2{margin-top:10px}.section-heading.inline{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:48px;text-align:left}.section-heading.inline h2{font-size:56px;margin:0;line-height:1.6}.section-heading.inline .eyebrow{margin-top:10px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;padding:15px 22px;background:var(--forest);border:1px solid var(--forest);color:#fff;min-width:240px;min-height:58px;line-height:1.5;border-radius:3px;text-align:center;font-size:18px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#3c6741;transform:translateY(-2px)}.button>span:first-child{flex:1}.arrow{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--forest);font-family:Arial,sans-serif;width:29px;height:29px;flex:none;font-size:24px;line-height:1}.text-link{text-decoration:underline;text-underline-offset:5px;color:var(--forest)}.tag{display:inline-flex;align-items:center;justify-content:center;background:var(--forest);color:#fff;border-radius:24px;padding:3px 18px;font-size:14px;line-height:1.5;white-space:nowrap}.note{font-size:14px;line-height:1.8;color:#64715f}.skip-link{position:fixed;top:0;left:10px;padding:12px;background:white;z-index:200;transform:translateY(-110%)}.skip-link:focus{transform:none}.site-header{height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 25px;background:white;position:relative;z-index:50;gap:25px}.brand{display:block;flex:none;width:197px}.brand img{height:54px;object-fit:contain}.desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;font-size:16px;white-space:nowrap}.desktop-nav>a{position:relative}.desktop-nav>a:not(.nav-contact):after{content:'';position:absolute;bottom:-7px;left:0;width:100%;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav>a:hover:after,.desktop-nav>a[aria-current]:after{transform:scaleX(1)}.nav-contact{background:var(--ink);color:white;padding:9px 24px;border-radius:3px;letter-spacing:.08em}.nav-contact .arrow{display:none}.menu-toggle{display:none;border:0;background:transparent;padding:6px;font-family:var(--sans);font-size:11px;letter-spacing:.1em}.menu-lines{display:block;width:28px;height:16px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);margin:0 auto 6px;position:relative}.menu-lines:after{content:'';position:absolute;top:7px;left:0;width:28px;height:1px;background:var(--ink)}.mobile-menu{position:fixed;z-index:45;top:80px;bottom:0;left:0;right:0;background:#f1faf4;padding:20px 25px 40px;overflow-y:auto}.mobile-menu>a{display:block;padding:15px;border-bottom:1px solid #c2d7c3}.mobile-menu>.button{display:flex;margin-top:25px}.mobile-recruit{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px 15px;font-size:14px}.menu-open{overflow:hidden}.mobile-only{display:none}
/* Top page: the 1,400px XD canvas is rebuilt with fluid layout and an SP collage. */
.home-hero{position:relative;margin:0 12px;height:min(57vw,850px);min-height:630px;border-radius:12px;z-index:2}.hero-photo{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:12px}.home-hero:after{content:'';position:absolute;inset:0;border-radius:12px;background:linear-gradient(180deg,rgba(125,154,143,.12) 30%,rgba(29,58,43,.38));pointer-events:none}.home-hero h1{position:absolute;left:3.7%;bottom:128px;color:#fff;font-size:clamp(36px,3.86vw,62px);font-weight:600;line-height:1.48;letter-spacing:.01em;z-index:1;text-shadow:0 1px 12px #20332418}.home-hero h1>span{display:block}.hero-links{position:absolute;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;z-index:2}.hero-links .button{background:#fff;color:var(--ink);border:0;min-width:340px;min-height:88px;padding:22px 30px;font-size:20px;border-radius:0}.hero-links .button:first-child{border-radius:12px 0 0 0}.hero-links .button:last-child{border-radius:0 0 12px 0;border-left:1px solid #dbe3db}.hero-links .arrow{background:var(--green);color:white}.hero-links .button:hover{transform:none;background:var(--pale)}.scroll-cue{position:absolute;z-index:3;color:white;left:40px;bottom:22px;font:700 10px/1 var(--sans);letter-spacing:.12em}.scroll-cue span{display:block;width:1px;height:72px;border-left:1px solid currentColor;font-size:0;margin:10px auto -72px}.scroll-cue span:after{content:'';display:block;width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);position:relative;top:66px;left:-4px}.home-about{position:relative;margin-top:-190px;padding-top:190px;height:1390px;overflow:hidden;background:linear-gradient(to bottom,var(--green) 0 94%,white 94%)}.home-about:before{content:'';position:absolute;inset:300px 0 170px;background-image:repeating-linear-gradient(45deg,transparent 0 55px,#19a82a 55px 56px,transparent 56px 110px),repeating-linear-gradient(-45deg,transparent 0 55px,#19a82a 55px 56px,transparent 56px 110px);opacity:.36}.about-collage{position:relative;height:1200px}.about-copy{position:absolute;left:46.3%;top:180px;color:#fff;z-index:2}.about-copy h2{font-family:var(--sans);font-size:clamp(48px,5.71vw,86px);font-weight:700;line-height:1.3;white-space:nowrap;letter-spacing:.02em}.about-copy p{font-size:24px;line-height:2.45;margin-top:28px}.about-collage img{position:absolute;object-fit:cover;border-radius:12px}.collage-a{left:0;top:136px;width:35%;height:620px}.collage-b{right:0;top:618px;width:31.7%;height:240px}.collage-c{left:29.4%;top:713px;width:31.7%;height:260px}.collage-d{left:15.5%;top:922px;width:16.7%;height:260px}.home-strength{padding-top:200px;padding-bottom:190px}.home-strength .section-heading{margin-bottom:55px}.strength-lead{text-align:right;font-size:18px;margin-bottom:118px}.home-strength-row{display:grid;grid-template-columns:52.5% 1fr;gap:100px;align-items:center;margin-bottom:160px}.home-strength-row:last-child{margin-bottom:0}.home-strength-row>img{aspect-ratio:630/430;object-fit:cover;border-radius:12px;transition:filter .25s}.home-strength-row:hover>img{filter:brightness(.93)}.home-strength-row h3{font-size:28px;margin:20px 0 30px}.home-strength-row p:not(.eyebrow){font-size:18px;line-height:2}.round-arrow{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--forest);border-radius:50%;font:28px var(--sans);color:var(--forest);margin-top:35px;transition:background .2s}.home-strength-row:hover .round-arrow{background:var(--forest);color:white}.home-works{background:linear-gradient(#effaf0,#f1faf6);border-radius:60px 60px 0 0;padding:135px 0 150px}.wide-lead{font-size:18px;margin:45px 0 18px}.work-category-links{display:flex;gap:15px;margin-bottom:110px;flex-wrap:wrap;font-family:var(--sans);font-size:14px}.work-category-links a{border:1px solid var(--forest);border-radius:20px;padding:3px 18px}.work-category-links a:hover{background:var(--forest);color:white}.works-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:65px 72px}.work-card>a{display:block}.work-card img{aspect-ratio:344/240;object-fit:cover;border-radius:8px;transition:filter .2s}.work-card a:hover img{filter:brightness(.9)}.work-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px;font:14px var(--sans)}.work-meta .tag{font-family:var(--body)}.work-card h3{font-size:20px;margin-top:16px;font-weight:500;font-family:var(--sans);line-height:1.7}.home-works .center{margin-top:100px}.home-recruit{padding:140px 0 155px;background-color:#f4fbf6;background-image:linear-gradient(#6da77912 1px,transparent 1px),linear-gradient(90deg,#6da77912 1px,transparent 1px);background-size:30px 30px}.home-recruit>.container>p{font-size:18px;line-height:2}.recruit-mosaic{display:grid;grid-template-columns:1fr 1fr;column-gap:120px;margin-top:40px;padding:0 60px}.recruit-feature{display:block;position:relative}.recruit-feature>img{width:100%;aspect-ratio:480/340;object-fit:cover;border-radius:8px}.recruit-feature>div{position:relative;padding:32px 0 22px 115px}.recruit-feature h3{font-size:20px;margin-bottom:20px}.recruit-feature p{font-size:16px;line-height:1.9}.feature-number{position:absolute;left:35px;top:60px;color:var(--green);font:400 40px var(--sans)}.feature-1{grid-column:2;grid-row:1}.feature-2{grid-column:1;grid-row:1/span 2;padding-top:255px}.feature-3{grid-column:2;grid-row:2;margin-top:90px}.text-arrow{display:block;text-align:right;color:var(--forest);font:30px var(--sans);margin-top:12px}.recruit-links{display:flex;justify-content:center;gap:45px;margin-top:110px}.recruit-links .button{min-width:350px}.home-news{padding-top:155px;padding-bottom:140px}.home-news .news-list{max-width:800px;margin:100px auto 25px}.home-news .align-right{max-width:1000px;margin:auto}.home-news .button{min-width:180px;font-size:16px}
/* Shared inner-page sections. */
.inner-page main{background:linear-gradient(#fff 450px,#f1faf6 100%)}.page-heading{height:360px;background:var(--green);position:relative;padding-top:0}.page-cover{position:relative;height:260px;width:calc(100% - 100px);border-radius:0 10px 10px 0;overflow:hidden}.page-cover>img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.page-cover:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(84,126,104,.72),rgba(141,162,148,.22))}.page-cover>div{position:absolute;left:50px;top:40px;z-index:1;color:white}.page-cover>div>p{font-family:var(--sans);font-size:80px;line-height:1.4;font-weight:700;letter-spacing:.025em}.page-cover h1{font-size:30px;font-weight:600}.page-cover .scroll-cue{left:auto;right:24px;bottom:28px}.breadcrumbs{display:flex;align-items:center;gap:13px;padding:20px;font-size:12px;color:white;flex-wrap:wrap}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.intro{padding-top:120px;margin-bottom:120px}.intro .eyebrow,.intro h2{text-align:center}.intro h2{margin:30px 0 45px;font-size:36px}.intro>p:not(.eyebrow){margin-top:22px;font-size:16px;line-height:1.8}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:140px;margin-bottom:140px}.split-copy{padding:0 40px}.split-copy>.eyebrow{margin-bottom:25px}.split-copy h2{margin-bottom:18px;font-size:36px}.split-copy h3{margin-bottom:32px;font-size:20px;line-height:1.9}.split-copy>p:not(.eyebrow){line-height:1.8;margin-bottom:20px}.split-copy>.button{margin-top:26px;min-width:300px;font-size:20px}.split-image img{aspect-ratio:600/375;object-fit:cover;border-radius:10px}.split.reverse .split-copy{grid-column:2;grid-row:1}.split.reverse .split-image{grid-column:1;grid-row:1}.prose-section{margin-top:130px;margin-bottom:140px}.prose-section>.eyebrow{margin-bottom:25px}.prose-section>h2{margin-bottom:38px}.prose-section>h3{margin-bottom:25px}.prose-section>p:not(.eyebrow){margin-top:20px;margin-bottom:22px}.prose-section>.button{margin-top:40px}.prose-section.center>p:not(.eyebrow){text-align:center}.callout{background:#e4f4e6;border-radius:20px;padding:70px 60px}.cards{display:grid;gap:85px 40px;margin-top:120px;margin-bottom:120px}.cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cards.three{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1024px;gap:50px 30px}.content-card{background:white;border:1px solid #e3eee5;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.content-card>img{aspect-ratio:578/306.25;object-fit:cover}.card-copy{padding:42px 30px 35px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.card-copy>.eyebrow{margin-bottom:18px}.card-copy h2{font-size:28px;margin-bottom:16px}.card-copy h3{font-size:20px;margin-bottom:30px}.card-copy>p:not(.eyebrow){margin-bottom:24px;line-height:1.8}.card-copy .button{margin-top:auto;align-self:flex-end;background:transparent;border:0;color:var(--forest);padding:12px 0;min-width:0;font-size:18px}.card-copy .button .arrow{background:var(--forest);color:white}.cards.three .card-copy{padding:24px 20px}.cards.three .card-copy h3{font-size:20px}.image-strip{display:flex;overflow:hidden;width:100%;margin:80px 0}.image-strip img{width:25%;flex:0 0 25%;aspect-ratio:400/250;object-fit:cover}.full-bleed img{height:470px;object-fit:cover;width:100%}.message-section{padding-top:120px}.wide-photo{width:100%;aspect-ratio:1024/450;object-fit:cover;border-radius:12px}.inset-copy{padding:60px;background:white;border-radius:0 0 20px 20px}.inset-copy>.eyebrow{margin-bottom:25px}.inset-copy h2{margin-bottom:40px}.inset-copy h3{margin-bottom:25px}.inset-copy>p{margin-bottom:22px}.inset-copy .details-table{margin:45px 0}.details-table{margin:65px 0 0}.details-table>div{display:grid;grid-template-columns:145px minmax(0,1fr);gap:20px;border-top:1px solid var(--line);padding:24px 20px}.details-table>div:last-child{border-bottom:1px solid var(--line)}.details-table dt{font-weight:500}.details-table dd{margin:0;overflow-wrap:anywhere}.timeline{list-style:none;max-width:840px;margin:100px auto 0}.timeline li{display:grid;grid-template-columns:140px 1fr;gap:55px;align-items:center;position:relative;padding:25px 0 55px 40px}.timeline li:before{content:'';position:absolute;left:6px;top:50px;bottom:-50px;border-left:1px solid var(--forest)}.timeline li:last-child:before{display:none}.timeline li:after{content:'';position:absolute;left:0;top:50px;width:13px;height:13px;background:var(--green);border-radius:50%}.timeline strong{font:500 48px var(--sans);color:var(--forest)}.growth-steps{margin:140px auto}.growth-steps>ol{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 100px}.growth-steps li{background:#e4f4e6;padding:25px 20px;border-radius:6px;position:relative}.growth-steps li h2{font:700 28px var(--sans);color:var(--forest);margin-bottom:20px}.growth-steps li p{margin-bottom:20px}.growth-steps>h2{margin:25px 0 35px}.growth-steps>h3{margin-bottom:25px}.checklist{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:20px 25px;margin:60px 0 40px}.checklist li{background:#e4f4e6;padding:23px 24px 23px 50px;position:relative;border-radius:4px;font-size:18px}.checklist li:before{content:'✓';position:absolute;left:20px;color:var(--forest)}.day-schedule{list-style:none;margin:100px auto 0;max-width:850px}.day-schedule li{display:grid;grid-template-columns:90px 1fr;gap:30px;padding:25px 0;border-bottom:1px solid var(--line)}.day-schedule time{font:600 20px var(--sans);padding-top:7px;color:var(--forest)}.day-schedule h3{margin-bottom:10px}.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:70px 40px;margin-top:90px;margin-bottom:70px}.person-card{display:block;border:1px solid #dfebe1;border-radius:12px;overflow:hidden;background:white}.person-photo{position:relative}.person-photo img{aspect-ratio:372/420;object-fit:cover;object-position:center}.person-photo>span{position:absolute;right:0;bottom:0;background:var(--green);color:white;padding:10px 25px;border-radius:12px 0 0 0;font:600 16px var(--sans)}.person-copy{padding:30px}.person-copy>p:first-child{margin-bottom:35px}.person-copy>.tag{margin-bottom:18px}.person-name{font-family:var(--sans);font-size:36px;line-height:1.4}.person-name small{font-family:var(--body);font-size:16px;margin-left:15px}.person-card:hover .person-photo img{filter:brightness(.95)}.interview-profile{padding-top:90px}.interview-profile h2{font-size:28px;margin-bottom:60px}.interview-profile .person-name{font-size:72px;margin:30px 0 80px}.interview-profile>img{max-height:560px;object-fit:cover;border-radius:12px}.question-list{margin-top:80px}.question{padding:45px 0;border-bottom:1px solid #d4e5d8}.question>.eyebrow{margin-bottom:20px}.question h2{font-size:28px;border-left:4px solid var(--green);padding-left:25px;margin-bottom:30px}.question p{margin-bottom:20px}.question-list>.wide-photo{margin:100px 0 60px}.join-message{margin:160px auto;padding:60px;background:#e4f4e6;border-radius:20px}.join-message>img{aspect-ratio:900/480;object-fit:cover;margin-bottom:70px;border-radius:12px}.join-message>.eyebrow{margin-bottom:25px}.join-message h2{margin-bottom:35px}.join-message h3{margin-bottom:25px}.before-after{margin-top:140px;margin-bottom:140px}.before-after>div{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}.before-after figure{position:relative;margin:0}.before-after figure>img{aspect-ratio:481/301;object-fit:cover;border-radius:12px}.before-after figcaption{position:absolute;top:12px;left:20px;font:500 20px var(--sans);background:white;padding:5px 15px;border-radius:3px}.before-after>.eyebrow{margin-bottom:25px}.before-after h2{margin-bottom:40px}.before-after h3{margin-bottom:25px}.numbers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.number-card{padding:25px 25px 30px;background:white;border:1px solid #deeadf;border-radius:12px;overflow:hidden}.number-card h2{font-size:20px}.number-decoration{height:180px;margin:25px auto;position:relative;background:linear-gradient(transparent 97%,#d6e7d8 97%);width:80%}.number-value{font:600 clamp(28px,3.4vw,48px)/1.5 var(--sans);color:var(--forest);text-align:center;margin-bottom:25px}.number-card>p:last-child{line-height:1.8}
/* Lists, articles and contact interactions. */
.listing{padding-top:120px}.filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:65px}.filters button{border-radius:25px;background:white;border:2px solid var(--forest);color:var(--forest);font-size:16px;min-height:40px;padding:4px 10px}.filters button[aria-pressed=true]{background:var(--forest);color:#fff}.filters button:hover{background:#e4f4e6}.filters button[aria-pressed=true]:hover{background:#416c46}.listing .works-grid{gap:90px 30px}.news-list{list-style:none;margin:0}.news-list li{border-bottom:1px dashed var(--line)}.news-list li>a{display:grid;grid-template-columns:120px 100px 1fr 20px;align-items:center;gap:20px;min-height:61px;padding:13px 0}.news-list time{font:500 16px var(--sans)}.news-list li>a>span:nth-child(3){font-size:18px}.news-list li>a:hover{color:var(--forest);background:#eff9f199}.news-list .row-arrow{font-family:var(--sans);opacity:0;transition:opacity .2s}.news-list li>a:hover .row-arrow{opacity:1}.pagination{display:flex;justify-content:center;gap:10px;margin:65px 0 0}.pagination button{border:2px solid var(--forest);border-radius:50%;width:36px;height:36px;background:transparent;display:flex;align-items:center;justify-content:center;font:500 20px var(--sans);color:var(--forest)}.pagination button[aria-current]{background:var(--forest);color:white}.empty-message{padding:80px 20px;text-align:center;border-block:1px solid var(--line);margin-top:30px}.article-body{max-width:960px;padding-top:120px}.article-meta{display:flex;gap:20px;align-items:center;margin-bottom:30px}.article-meta time{font:16px var(--sans)}.article-body>h1{font-size:36px;margin-bottom:65px}.article-body>.wide-photo{aspect-ratio:960/540;margin-bottom:60px}.article-body>h2{font-size:28px;border-bottom:1px solid var(--green);padding-bottom:15px;margin:65px 0 35px}.article-body>h3{font-size:22px;margin:50px 0 25px;border-left:4px solid var(--green);padding-left:18px}.article-body>p{margin-bottom:30px;line-height:2}.article-body>ul,.article-body>ol{padding-left:25px;margin:35px 0}.article-body>ul li,.article-body>ol li{margin-bottom:12px}.article-body>.center{margin:85px 0 0}.contact-form-section{margin-bottom:130px}.form-preview-note{border:1px solid #c3d7c5;border-radius:5px;background:#f4faf5;padding:15px 20px;font-size:14px;line-height:1.8;margin-bottom:45px}.form-row{display:grid;grid-template-columns:245px minmax(0,1fr);gap:30px;border:0;border-top:1px solid #cddbd0;margin:0;padding:24px 0;align-items:start}.form-row>label{padding:10px 0;font-size:16px}.form-row>legend{float:left;width:245px;padding:10px 0;font-size:16px}.form-row:has(legend){display:block;min-height:220px}.form-row .radio-options{margin-left:275px}.radio-options label{display:flex;gap:12px;align-items:center;margin-bottom:8px}.required,.optional{display:inline-flex;align-items:center;justify-content:center;border-radius:3px;font-family:var(--sans);font-size:12px;line-height:1.5;padding:2px 7px;color:white;margin-right:12px}.required{background:var(--forest)}.optional{background:#91998e}.form-row input:not([type=radio]),.form-row textarea{width:100%;padding:12px 15px;border:1px solid #cdd3ca;background:#fff;border-radius:3px;min-height:50px;color:var(--ink);font-family:var(--sans);font-size:16px}.form-row textarea{resize:vertical;min-height:240px}.form-row input[type=radio],input[type=checkbox]{accent-color:var(--forest);width:18px;height:18px;flex:none}.consent{margin:55px 0 45px;text-align:center}.consent label{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.consent a{text-decoration:underline}.contact-form-section form>.center{margin-top:25px}.contact-form-section button[type=submit]{min-width:330px;margin-top:15px}.phone-section{text-align:center;margin-top:140px;margin-bottom:140px}.phone-number{font:600 60px/1.6 var(--sans);color:var(--forest);margin:55px 0 20px}.phone-section dl{display:grid;grid-template-columns:auto auto;justify-content:center;gap:15px 25px;margin:20px auto 45px;font-size:16px}.phone-section dd{margin:0;text-align:left}.phone-section>.eyebrow{margin-top:120px}.fax-number{font:500 40px/1.6 var(--sans);color:var(--forest);margin-top:25px}dialog{border:0;border-radius:16px;width:min(760px,calc(100% - 32px));max-height:85dvh;padding:35px;background:#f7fcf8;color:var(--ink);box-shadow:0 20px 80px #12201855}dialog::backdrop{background:#17302488}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.dialog-head h2{font-size:28px}.dialog-head button{background:transparent;border:0;font-size:32px;width:42px;height:42px}.review-values{margin:30px 0}.review-values dd{white-space:pre-wrap}.review-values>div{grid-template-columns:170px minmax(0,1fr);padding:18px 0}
/* Contact panel and footer from the XD components. */
.contact-wrap{padding-top:120px;padding-bottom:120px}.contact-banner{min-height:392px;position:relative;border-radius:20px;overflow:hidden;background:var(--green);display:flex;align-items:center;padding:60px;color:white}.contact-mascots{position:absolute;top:0;right:0;width:49%;height:100%;object-fit:cover;object-position:center}.contact-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#00bc16 35%,#00bc16e8 53%,#00bc1600 100%);pointer-events:none}.contact-banner>div{position:relative;z-index:1}.contact-banner .eyebrow{color:white;margin-bottom:22px}.contact-banner h2{font-size:36px;line-height:1.6;margin-bottom:32px}.contact-banner .button{font-size:20px;min-width:335px}.site-footer{background:white;padding:95px 0 60px;position:relative}.footer-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:160px;max-width:1200px}.footer-logo{width:303px;height:83px;object-fit:contain;margin-left:-30px;margin-bottom:48px}.company-name{font-size:24px;margin-bottom:6px}.footer-tagline{font-size:15px}.cert-logo{width:140px;height:90px;object-fit:contain;margin-top:60px}.site-footer address{font-style:normal;font-size:16px;line-height:1.8;padding-top:7px}.footer-nav{display:flex;flex-direction:column;gap:10px;margin:50px 0 42px}.footer-nav>a{font-size:16px;padding-left:28px;position:relative}.footer-nav>a:before{content:'';height:1px;width:16px;background:var(--green);position:absolute;left:0;top:50%}.footer-nav>a:hover{text-decoration:underline;text-underline-offset:5px}.site-footer small{font-size:13px}.page-top{position:fixed;z-index:30;right:20px;bottom:24px;width:100px;height:160px;border:0;background:transparent;padding:0;filter:drop-shadow(0 3px 3px #0002);transition:opacity .25s;opacity:0;pointer-events:none}.page-top.is-visible{opacity:1;pointer-events:auto}.pagetop-mascot{width:75px;height:108px;object-fit:contain;position:absolute;top:0;left:13px;z-index:1}.page-top>span{display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--forest);color:white;position:absolute;bottom:0;width:100px;height:100px;padding-top:24px;font:600 16px var(--sans);letter-spacing:.02em}.page-top:hover{transform:translateY(-3px)}
@media(min-width:1650px){.home-hero{max-width:1800px;margin:auto}.home-about{margin-top:-190px}.home-strength-row{gap:90px}}
@media(max-width:1250px){.desktop-nav{gap:14px;font-size:14px}.nav-contact{padding:9px 18px}.brand{width:180px}.home-strength-row{gap:55px}.split{gap:30px}.split-copy{padding:0 15px}.about-copy p{font-size:21px}.hero-links .button{min-width:290px}.recruit-mosaic{gap:70px;padding:0 25px}.recruit-feature>div{padding-left:85px}.feature-number{left:15px}.works-grid{gap:45px}.footer-grid{gap:100px}.contact-banner h2{font-size:31px}.contact-banner{padding:50px}.people-grid{gap:50px 25px}}
@media(max-width:1050px){.desktop-nav{display:none}.menu-toggle{display:block}.site-header{height:80px}.container{width:calc(100% - 48px)}.home-hero{min-height:570px}.hero-links .button{min-width:250px;font-size:18px}.home-about{height:1220px}.about-collage{height:1000px}.collage-a{height:500px}.collage-b{top:550px;height:190px}.collage-c{top:655px;height:220px}.collage-d{top:820px;height:210px}.about-copy{top:160px}.about-copy p{font-size:18px}.home-strength{padding-top:160px;padding-bottom:130px}.home-strength-row{gap:40px;margin-bottom:110px}.home-strength-row h3{font-size:24px}.home-strength-row p:not(.eyebrow){font-size:16px}.strength-lead{text-align:left}.section-heading.inline h2{font-size:46px}.recruit-feature>div{padding-left:65px}.recruit-feature h3{font-size:18px}.feature-number{left:0;top:40px}.feature-2{padding-top:200px}.recruit-links{gap:20px}.recruit-links .button{min-width:290px}.page-cover>div>p{font-size:70px}.page-cover h1{font-size:26px}.intro h2,.split-copy h2{font-size:30px}.split-copy h3{font-size:18px}.split-copy{padding:0 10px}.split-copy>.button{min-width:220px;font-size:16px}.split{margin-top:100px;margin-bottom:100px;gap:25px}.contact-banner{padding:40px}.contact-banner h2{font-size:28px}.contact-banner .button{min-width:285px;font-size:18px}.footer-grid{gap:80px}.footer-logo{margin-left:0;width:260px}.page-top{transform:scale(.8);transform-origin:bottom right;right:12px}.page-top:hover{transform:scale(.8)}.number-card{padding:20px}.number-decoration{height:140px}.number-value{font-size:34px}.people-grid{gap:30px}.person-copy{padding:20px}.person-name{font-size:32px}.person-name small{display:block;margin:8px 0 0}.cards{gap:60px 28px}.card-copy{padding:30px 22px}.card-copy h2{font-size:25px}.growth-steps>ol{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:220px 1fr;gap:20px}.form-row>legend{width:220px}.form-row .radio-options{margin-left:240px}}
@media(max-width:700px){html{scroll-padding-top:85px}body{font-size:16px;line-height:1.85}.container{width:calc(100% - 40px)}h2{font-size:28px}h3{font-size:20px}.site-header{height:80px;padding:0 18px}.brand{width:160px}.brand img{height:44px}.mobile-only{display:block}.button{font-size:16px;min-height:54px;min-width:235px;padding:12px 20px}.eyebrow{font-size:12px}.section-heading{margin-bottom:35px}.section-heading.inline{gap:20px;display:flex;flex-direction:column-reverse;align-items:flex-start}.section-heading.inline h2{font-size:34px}.section-heading.inline .eyebrow{margin:0}.home-hero{height:440px;min-height:0;margin:0 12px}.hero-photo{object-position:55% center}.home-hero h1{left:18px;bottom:30px;font-size:34px;line-height:1.45;letter-spacing:0}.home-hero h1>span{display:block}.home-hero .scroll-cue{display:none}.hero-links{left:0;right:0;bottom:-88px;grid-template-columns:1fr 1fr}.hero-links .button{min-width:0;font-size:15px;min-height:75px;padding:20px 12px;background:white!important;color:var(--ink);border-radius:6px!important;gap:7px}.hero-links .button .arrow{width:22px;height:22px;font-size:18px}.hero-links .button:last-child{border-left:0}.hero-links{gap:8px}.home-about{margin-top:-90px;padding-top:90px;height:1050px;background:linear-gradient(var(--green) 0 89%,#fff 89%)}.home-about:before{inset:360px 0 110px;background-size:180px 180px}.about-collage{width:100%;height:960px}.about-copy{left:20px;top:118px;right:14px}.about-copy h2{font-size:clamp(40px,12.8vw,64px);letter-spacing:0}.about-copy p{font-size:16px;line-height:1.95;margin-top:15px;max-width:340px}.about-copy p br{display:none}.about-collage img{border-radius:8px}.collage-a{left:12px;top:375px;width:52%;height:299px}.collage-b{left:51.5%;right:auto;top:305px;width:39%;height:108px}.collage-c{left:50%;top:593px;width:53%;height:143px}.collage-d{left:27.7%;top:712px;width:25.6%;height:130px}.home-strength{padding-top:30px;padding-bottom:80px}.home-strength .section-heading{margin-bottom:30px}.strength-lead{font-size:16px;margin-bottom:55px}.home-strength-row{display:block;margin-bottom:65px}.home-strength-row>img{aspect-ratio:630/430;margin-bottom:30px}.home-strength-row h3{font-size:24px;margin:14px 0 22px}.home-strength-row p:not(.eyebrow){font-size:16px}.round-arrow{width:40px;height:40px;margin-top:24px;margin-left:auto}.home-works{padding:75px 0;border-radius:30px 30px 0 0}.wide-lead{font-size:16px;margin-top:30px}.work-category-links{gap:8px;margin-bottom:40px;font-size:12px}.work-category-links a{padding:5px 12px}.works-grid{grid-template-columns:1fr;gap:40px}.work-meta{margin-bottom:12px}.work-card h3{font-size:18px}.home-works .center{margin-top:50px}.home-recruit{padding:75px 0;background-size:24px 24px}.home-recruit>.container>p{font-size:16px;line-height:2}.recruit-mosaic{display:flex;flex-direction:column;gap:45px;padding:0;margin-top:45px}.recruit-feature{padding:0;margin:0}.recruit-feature>div{padding:24px 0 0 65px}.recruit-feature h3{font-size:20px}.recruit-feature p{font-size:16px}.feature-number{top:28px;left:8px;font-size:32px}.recruit-links{flex-direction:column;gap:18px;margin-top:50px}.recruit-links .button{min-width:0;width:100%}.home-news{padding:75px 0}.home-news .news-list{margin:40px 0 30px}.home-news .align-right{text-align:center}.page-heading{height:290px}.page-cover{height:215px;width:calc(100% - 20px)}.page-cover>div{left:24px;top:35px;right:15px}.page-cover>div>p{font-size:clamp(36px,11.5vw,60px);line-height:1.4;overflow-wrap:normal}.page-cover h1{font-size:22px;margin-top:10px}.page-cover .scroll-cue{display:none}.breadcrumbs{font-size:12px;gap:8px;padding:14px 20px;line-height:1.7}.intro{padding-top:65px;margin-bottom:60px}.intro h2{font-size:27px;margin:20px 0 30px;text-align:left;line-height:1.7}.intro .eyebrow{text-align:left}.intro>p:not(.eyebrow){margin-top:20px;line-height:1.9}.intro p br{display:none}.split,.split.reverse{display:flex;flex-direction:column-reverse;gap:30px;margin:65px auto}.split-copy{padding:0;width:100%}.split-image{width:100%}.split-copy h2{font-size:28px;margin-bottom:18px}.split-copy h3{font-size:20px;margin-bottom:25px}.split-copy>.eyebrow{margin-bottom:15px}.split-copy>p:not(.eyebrow){line-height:1.9}.split-copy>p br{display:none}.split-copy>.button{font-size:16px;margin-top:16px;min-width:240px}.prose-section{margin-top:70px;margin-bottom:70px}.prose-section>.eyebrow{margin-bottom:18px}.prose-section>h2{font-size:28px;margin-bottom:25px}.prose-section>h3{font-size:20px;line-height:1.8}.prose-section p br{display:none}.callout{padding:35px 25px;border-radius:12px}.cards{margin:65px auto;gap:35px}.cards.two,.cards.three{grid-template-columns:1fr}.card-copy{padding:28px 24px}.card-copy h2{font-size:26px}.card-copy h3{font-size:20px}.card-copy .button{font-size:16px}.card-copy p br{display:none}.card-copy .note br{display:block}.image-strip{margin:55px 0}.image-strip img{width:50%;flex-basis:50%}.full-bleed img{height:250px}.message-section{padding-top:65px}.inset-copy{padding:35px 20px}.inset-copy h2{font-size:28px;margin-bottom:25px}.inset-copy h3{font-size:20px}.wide-photo{aspect-ratio:4/3}.details-table{margin-top:40px}.details-table>div{grid-template-columns:95px 1fr;gap:15px;padding:20px 0;font-size:15px}.details-table dd{line-height:1.85}.timeline{margin-top:45px}.timeline li{grid-template-columns:90px 1fr;gap:18px;padding:15px 0 35px 24px}.timeline strong{font-size:30px}.timeline li:before,.timeline li:after{top:32px}.timeline li p{font-size:15px}.timeline li:before{bottom:-32px}.timeline li:after{width:9px;height:9px;left:2px}.timeline li p br{display:none}.growth-steps{margin:65px auto}.growth-steps>ol{grid-template-columns:1fr;gap:15px;margin-bottom:60px}.growth-steps li h2{font-size:25px}.growth-steps li p{margin-bottom:10px}.growth-steps>h2{font-size:28px}.checklist{grid-template-columns:1fr;gap:12px;margin:35px 0}.checklist li{font-size:16px;padding:20px 20px 20px 45px}.day-schedule{margin-top:45px}.day-schedule li{grid-template-columns:60px 1fr;gap:18px;padding:20px 0}.day-schedule time{font-size:16px}.day-schedule h3{font-size:18px}.day-schedule p{font-size:15px}.people-grid{grid-template-columns:1fr;gap:35px;margin-top:45px;margin-bottom:45px}.person-photo img{aspect-ratio:1/1;object-position:top}.person-copy{padding:25px}.person-name small{display:inline;margin-left:15px}.interview-profile{padding-top:60px}.interview-profile h2{font-size:26px;margin-bottom:35px}.interview-profile .person-name{font-size:54px;margin:20px 0 40px}.interview-profile .person-name small{display:block;margin:10px 0}.interview-profile>img{aspect-ratio:4/3}.question-list{margin-top:25px}.question{padding:35px 0}.question h2{font-size:24px;padding-left:16px}.question>p{font-size:16px}.question p br{display:none}.question-list>.wide-photo{margin:60px 0 20px}.join-message{margin:70px auto;padding:30px 22px}.join-message>img{margin-bottom:40px;aspect-ratio:4/3}.join-message h2{font-size:28px;margin-bottom:22px}.join-message h3{font-size:20px}.join-message p br{display:none}.before-after{margin:70px auto}.before-after>div{gap:15px;margin-bottom:35px}.before-after figure>img{aspect-ratio:3/4}.before-after figcaption{left:10px;top:10px;font-size:14px;padding:3px 8px}.before-after h2{font-size:28px;margin-bottom:25px}.before-after h3{font-size:20px}.numbers-grid{grid-template-columns:1fr 1fr;gap:12px;width:calc(100% - 24px)}.number-card{padding:18px 14px}.number-card h2{font-size:17px}.number-decoration{height:100px;margin:20px auto}.number-value{font-size:27px;line-height:1.5;word-break:normal;overflow-wrap:anywhere;margin-bottom:20px}.number-card>p:last-child{font-size:14px;line-height:1.85}.number-card>p:last-child br{display:none}.listing{padding-top:60px}.filters{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:40px}.filters button{font-size:15px;min-height:42px}.listing .works-grid{gap:45px}.news-list li>a{grid-template-columns:100px 95px 1fr;gap:12px 10px;padding:20px 0}.news-list li>a>span:nth-child(3){grid-column:1/4;font-size:16px}.news-list time{font-size:14px}.news-list .tag{font-size:12px;padding:4px 12px}.row-arrow{display:none}.pagination{margin-top:40px}.article-body{padding-top:60px}.article-body>h1{font-size:27px;margin-bottom:40px}.article-body>.wide-photo{margin-bottom:40px}.article-body>h2{font-size:24px;margin:45px 0 25px}.article-body>h3{font-size:21px}.article-body>.center{margin-top:45px}.form-preview-note{font-size:14px;padding:15px}.contact-form-section{margin-bottom:70px}.form-row{display:flex;flex-direction:column;gap:10px;padding:22px 0}.form-row:has(legend){min-height:0}.form-row>legend{float:none;width:100%;margin-bottom:15px;padding:0}.form-row>label{padding:0}.form-row .radio-options{margin-left:0}.radio-options label{margin-bottom:12px;font-size:16px}.form-row input:not([type=radio]),.form-row textarea{padding:12px;min-height:48px}.consent{margin:35px 0 25px;font-size:15px}.contact-form-section button[type=submit]{min-width:0;width:100%}.phone-section{margin-top:80px;margin-bottom:60px}.phone-number{font-size:34px;margin-top:30px}.phone-section>.eyebrow{margin-top:60px}.fax-number{font-size:30px}.phone-section dl{font-size:15px}.phone-section>p{font-size:15px}.phone-section>.phone-number{font-size:34px}.phone-section>.fax-number{font-size:30px}dialog{padding:25px 20px}.dialog-head h2{font-size:24px}.review-values>div{grid-template-columns:1fr;gap:6px}.review-values dt{font-size:14px;color:var(--forest)}.contact-wrap{padding-top:65px;padding-bottom:65px}.contact-banner{padding:35px 25px 230px;min-height:465px;align-items:flex-start;border-radius:15px}.contact-mascots{width:75%;height:270px;top:auto;bottom:0;right:-20px;object-position:top}.contact-banner:after{background:linear-gradient(180deg,#00bc16 0%,#00bc16 43%,#00bc1600 76%)}.contact-banner h2{font-size:23px;line-height:1.8;margin-bottom:25px}.contact-banner .eyebrow{margin-bottom:18px}.contact-banner .button{min-width:0;width:100%;font-size:16px;padding:14px 18px}.site-footer{padding:60px 0 45px}.footer-grid{grid-template-columns:1fr;gap:50px}.footer-logo{width:245px;height:auto;margin:0 0 30px}.company-name{font-size:21px}.footer-tagline{font-size:13px}.cert-logo{width:115px;height:auto;margin-top:35px}.site-footer address{font-size:14px}.footer-nav{margin:30px 0;gap:12px}.footer-nav>a{font-size:15px}.site-footer small{font-size:12px}.page-top{width:70px;height:115px;transform:none;right:8px;bottom:12px}.page-top:hover{transform:none}.pagetop-mascot{width:53px;height:77px;left:9px}.page-top>span{width:70px;height:70px;font-size:12px;padding-top:18px}}
@media(max-width:360px){.home-hero h1{font-size:30px}.hero-links .button{font-size:13px;padding:16px 9px}.about-copy h2{font-size:40px}.contact-banner{padding-left:20px;padding-right:20px}.contact-banner h2{font-size:21px}.numbers-grid{grid-template-columns:1fr}.number-decoration{height:100px}.number-value{font-size:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.number-icon{height:220px;width:100%;object-fit:contain;margin:24px auto}.article-body>.article-title{border:0;padding:0;font-size:36px;margin:0 0 65px}@media(max-width:1050px){.number-icon{height:170px}}@media(max-width:700px){.number-icon{height:130px;margin:18px auto}.article-body>.article-title{font-size:27px;margin-bottom:40px}}
/* September meeting additions: use the existing serif typography and green palette. */
.meeting-split{align-items:center}.meeting-split .split-image{margin:0}.meeting-split .split-image>img{width:100%;aspect-ratio:3/2;object-fit:cover}.meeting-split figcaption{margin-top:12px;font-size:12px;line-height:1.7}.support-label{display:inline-block;padding:10px 20px;background:#eef6e9;border-left:3px solid var(--green);font-weight:600;margin-top:24px!important}.community-section{padding:100px 0;background:#f6f8f3;margin:110px 0}.section-lead{text-align:center;margin:0 auto 55px;line-height:2.2}.community-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:60px 42px}.community-grid .content-card>img{width:100%;aspect-ratio:3/2;object-fit:cover}.community-grid .card-copy{padding:24px 0}.community-grid h3{font-size:24px;line-height:1.6;margin-bottom:20px}.community-grid p{line-height:2}.community-section>.container>.note{margin-top:30px}.job-options h2{font-size:30px;margin:15px 0 20px}.job-options .button{margin-top:25px}.job-detail-links{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:100px}.benefit-number-card{padding:0!important}.benefit-number-card>a{display:flex;flex-direction:column;align-items:center;height:100%;padding:30px;text-align:center;border:2px solid transparent;border-radius:inherit;transition:background .2s,border-color .2s}.benefit-number-card>a:hover,.benefit-number-card>a:focus-visible{background:#eef6e9;border-color:var(--forest)}.benefit-symbol{font:300 130px/1.7 Manrope,sans-serif;color:var(--forest);height:220px;margin:24px auto}.number-unit{font-size:24px;margin-left:12px}.benefit-card-link{display:block;color:var(--forest);font-weight:600;margin-top:auto;padding-top:22px;font-size:16px}.benefits-section{scroll-margin-top:110px}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:24px}.benefit-item{padding:32px;border:1px solid #ceddca;background:#f8faf5}.benefit-item h3{font-size:22px;margin:0 0 18px}.benefit-item p{margin:0;line-height:2}.benefits-section>.note{margin-top:26px}.scholarship .support-label{margin-bottom:24px}.benefit-number-card .number-value{margin-bottom:16px}
@media(max-width:1050px){.benefit-symbol{height:170px;font-size:100px}.community-grid{gap:40px 28px}.benefit-number-card>a{padding:22px}}
@media(max-width:700px){.community-section{padding:65px 0;margin:70px 0}.section-lead{font-size:15px;text-align:left;margin-bottom:35px}.section-lead br{display:none}.community-grid{grid-template-columns:1fr;gap:25px}.community-grid h3{font-size:22px}.benefit-list{grid-template-columns:1fr;gap:18px}.benefit-item{padding:25px}.benefit-symbol{height:130px;font-size:76px;margin:18px auto}.benefit-number-card>a{padding:16px 12px}.benefit-card-link{font-size:13px}.number-unit{font-size:18px;margin-left:5px}.benefit-number-card>a>p:not(.number-value){font-size:13px}.support-label{font-size:15px;padding:10px 15px}.job-detail-links{gap:15px;margin-bottom:60px}.job-detail-links .button{width:100%}.job-options h2{font-size:27px}.meeting-split .split-image>img{aspect-ratio:3/2}.benefits-section{scroll-margin-top:80px}}
