:root{--green:#27a570;--orange:#f58758;--earth:#857c62;--ink:#102d25;--forest:#176448;--paper:#f4f1e8;--leaf:#d8eadf;--timber:#352c25;--line:#102d2524;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font:18px/1.65 Manrope,Arial,sans-serif}h1,h2,h3{font-family:Manrope,Impact,sans-serif;line-height:.98}h1{font-size:clamp(4rem,9vw,9.5rem)}a{color:inherit}img{max-width:100%;display:block}main{min-height:100vh}html{scroll-behavior:smooth;scroll-padding-top:140px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button{color:inherit}a{text-decoration:none}button{background:0 0;border:0}p{margin:0 0 1.4rem}h1,h2,h3{letter-spacing:-.018em;margin:0 0 1.5rem;font-weight:600}h3{font-size:2rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:5px;outline:3px solid #b75a2d}::selection{color:#102d25;background:#f58758}.wrap{width:min(1440px,100% - 100px);margin-inline:auto}.fine-print{max-width:850px;font-size:13px;line-height:1.6}.fine-print a{text-decoration:underline}.eyebrow{letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:28px;font-size:12px;font-weight:800;line-height:1.5;display:flex}.tiny-rule{background:currentColor;flex-shrink:0;width:28px;height:2px;display:inline-block}.button{background:var(--ink);color:#fff;border:1px solid #0000;justify-content:space-between;align-items:center;gap:36px;min-height:58px;padding:18px 23px;font-size:14px;font-weight:700;line-height:1.4;transition:background .2s,transform .2s;display:inline-flex}.button:hover{background:var(--forest);transform:translateY(-2px)}.button svg{transition:transform .2s}.button.light{background:var(--orange);color:var(--ink)}.button.light:hover{background:#ffa679}.button.small{min-height:46px;padding:12px 18px}.text-link{border-bottom:1px solid;align-items:center;gap:18px;width:fit-content;padding-bottom:8px;font-size:14px;font-weight:800;line-height:1.5;display:inline-flex}.text-link svg{flex-shrink:0;transition:transform .2s}.text-link:hover svg{transform:translate(3px,-3px)}.skip-link{z-index:200;background:#fff;padding:15px;position:fixed;top:-100px;left:20px}.skip-link:focus{top:10px}.site-header{z-index:60;background:var(--paper);box-shadow:0 1px 0 var(--line);position:sticky;top:0}.concept-ribbon{background:var(--ink);color:#f4f1e8;letter-spacing:.015em;justify-content:space-between;align-items:center;height:28px;padding:0 50px;font-size:11px;display:flex}.concept-ribbon a{align-items:center;gap:8px;display:flex}.nav-wrap{align-items:center;gap:28px;max-width:1650px;height:95px;margin:auto;padding:0 50px;display:flex}.brand{flex-shrink:0;width:172px;display:block}.brand img{object-fit:contain;width:100%;height:73px}.desktop-nav{flex:1;justify-content:center;align-items:stretch;gap:clamp(4px,1vw,20px);height:100%;display:flex}.desktop-nav button{white-space:nowrap;align-items:center;gap:7px;padding:0 4px;font-size:14px;font-weight:700;display:flex;position:relative}.desktop-nav button:after{content:"";transform-origin:0;background:var(--green);height:2px;transition:transform .2s;position:absolute;bottom:22px;left:4px;right:4px;transform:scaleX(0)}.desktop-nav button:hover:after,.desktop-nav button.active:after{transform:scaleX(1)}.desktop-nav button.active svg{transform:rotate(180deg)}.nav-actions{align-items:center;gap:24px;display:flex}.search-link{display:flex}.donate-link{background:var(--green);color:var(--ink);align-items:center;gap:20px;padding:13px 18px;font-size:14px;font-weight:800;display:flex}.donate-link:hover{background:var(--orange)}.mobile-toggle{display:none}.mega{background:var(--paper);border-top:1px solid var(--line);grid-template-columns:.85fr 1.15fr .85fr;gap:45px;padding:40px 50px 45px;animation:.2s ease-out menu-in;display:grid;position:absolute;top:123px;left:0;right:0;box-shadow:0 25px 40px #102d2526}.mega h2{max-width:280px;font-size:45px}.mega-links{grid-template-columns:1fr 1fr;align-content:start;gap:0 26px;display:grid}.mega-links a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:16px 0;font-size:14px;font-weight:650;display:flex}.mega-photo{min-height:245px;position:relative;overflow:hidden}.mega-photo img{object-fit:cover;width:100%;height:100%}.mega-photo span{color:#fff;background:linear-gradient(#0000,#102d25e8);justify-content:space-between;padding:40px 22px 20px;font-size:15px;font-weight:700;display:flex;position:absolute;bottom:0;left:0;right:0}.mobile-menu{background:var(--paper);z-index:100;flex-direction:column;display:flex;position:fixed;inset:0}.mobile-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:15px 24px;display:flex}.mobile-top img{object-fit:contain;width:140px;height:65px}.mobile-top button{padding:12px}.mobile-scroll{padding:20px 24px 50px;overflow:auto}.mobile-group>button{border-bottom:1px solid var(--line);justify-content:space-between;width:100%;padding:20px 0;font-family:Manrope;font-size:32px;display:flex}.mobile-group>div{background:var(--leaf);flex-direction:column;padding:15px;display:flex}.mobile-group a{justify-content:space-between;padding:12px;font-size:16px;display:flex}.mobile-utilities{gap:25px;padding:25px 0;display:flex}.rotate{transform:rotate(45deg)}@keyframes menu-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.home-hero{background:var(--ink);height:min(800px,100svh - 123px);min-height:700px;color:var(--paper);position:relative;overflow:hidden}.hero-photo{width:64%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.hero-photo img{object-fit:cover;object-position:48% 40%;width:100%;height:100%}.photo-shade{background:linear-gradient(90deg,#102d25 0%,#102d25b3 16%,#102d2520 50%,#102d2500 80%),linear-gradient(#0000 65%,#102d25c4);position:absolute;inset:0}.hero-content{z-index:2;pointer-events:none;padding-top:75px;padding-bottom:100px;position:relative}.hero-content a{pointer-events:auto}.hero-content .eyebrow{color:var(--paper);margin-bottom:35px;font-size:11px}.hero-content h1{letter-spacing:-.018em;text-shadow:0 1px 30px #102d2520;max-width:1000px;font-size:clamp(100px,10.5vw,166px);line-height:.88}.hero-content h1 span{display:block}.hero-content h1 em{color:var(--orange);font-style:normal}.hero-content p{max-width:350px;margin-top:33px;font-size:17px;line-height:1.7}.hero-actions{align-items:center;gap:30px;margin-top:30px;display:flex}.hero-bottom{z-index:3;text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:15px;font-size:11px;display:flex;position:absolute;bottom:28px;left:0;right:0}.hero-bottom>a{border:1px solid #fff6;border-radius:50%;margin-left:auto;padding:13px;display:flex}.hero-bottom button{color:#fff;border:1px solid #fff6;border-radius:50%;padding:12px;display:flex}.hero-side-note{writing-mode:vertical-rl;letter-spacing:.2em;z-index:2;font-size:10px;font-weight:700;position:absolute;top:50%;right:22px}.task-strip{background:var(--green)}.task-strip>.wrap{grid-template-columns:repeat(4,1fr);display:grid}.task-strip a{border-right:1px solid #102d2544;align-items:center;gap:16px;padding:26px 25px;font-size:13px;font-weight:800;display:flex}.task-strip a:first-child{border-left:1px solid #102d2544}.task-strip a svg:last-child{margin-left:auto}.task-strip a:hover{background:#ffffff24}.intro-section{grid-template-columns:1fr 3fr;gap:60px;padding:115px 0 70px;display:grid}.intro-label>svg{color:var(--earth);margin-top:60px;transform:rotate(-12deg)}.intro-section h2{font-size:clamp(60px,5.8vw,87px)}.intro-columns{grid-template-columns:1fr 1fr;gap:45px;max-width:970px;margin:30px 0 15px;display:grid}.intro-columns p{font-size:17px}.enterprise-grid{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:110px;display:grid}.enterprise-card{background:var(--ink);color:#fff;height:550px;position:relative;overflow:hidden}.enterprise-card>img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.enterprise-card:after{content:"";background:linear-gradient(#0000 25%,#102d25ef);position:absolute;inset:0}.enterprise-card:hover>img{transform:scale(1.045)}.wood-card:after{background:linear-gradient(#0000 20%,#352c25f0)}.enterprise-caption{z-index:1;position:absolute;inset:auto 35px 30px}.enterprise-caption>span{letter-spacing:.14em;text-transform:uppercase;font-size:11px}.enterprise-caption h3{margin:22px 0;font-size:59px}.enterprise-caption>div{border-top:1px solid #ffffff70;justify-content:space-between;padding-top:22px;font-size:14px;font-weight:700;display:flex}.foundation{background:var(--leaf);grid-column:1/-1;align-items:center;gap:22px;padding:27px 32px;font-size:14px;display:flex}.foundation>svg{flex-shrink:0}.foundation>span{font-size:13px}.foundation>a{align-items:center;gap:14px;margin-left:auto;font-size:13px;font-weight:800;display:flex}.split{grid-template-columns:1fr 1fr;align-items:center;gap:85px;display:grid}.crew-feature{background:#e8e8dd;padding:100px 0}.feature-photo{margin-right:15px;position:relative}.feature-photo:before{content:"";background:var(--orange);position:absolute;inset:25px -20px -20px 25px;transform:rotate(-2deg)}.feature-photo img{object-fit:cover;object-position:40%;width:100%;height:540px;position:relative}.photo-label{background:var(--paper);padding:14px 23px;font-size:12px;position:absolute;bottom:25px;left:-15px;box-shadow:0 15px 40px #102d2522}.feature-copy{padding:20px 0;position:relative}.feature-copy h2{font-size:clamp(52px,4.5vw,73px)}.feature-copy>p{max-width:510px;font-size:17px}.ghost{opacity:.045;pointer-events:none;z-index:0;position:absolute;bottom:-65px;right:-25px}.feature-copy>:not(.ghost){z-index:1;position:relative}.check-list{margin:25px 0 35px;padding:0;font-size:14px;font-weight:650;list-style:none}.check-list li{align-items:center;gap:12px;margin:12px 0;display:flex}.check-list svg{color:var(--forest);width:19px}.mill-feature{background:var(--timber);color:var(--paper);padding:100px 0}.section-heading{justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:40px;display:flex}.section-heading .eyebrow{margin-bottom:20px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:330px;margin-bottom:5px;font-size:15px;line-height:1.7}.mill-feature h2{font-size:clamp(50px,4.6vw,75px)}.mill-feature h2 span{color:var(--orange)}.mill-photo{height:560px;position:relative;overflow:hidden}.mill-photo>img{object-fit:cover;width:100%;height:100%}.mill-photo:after{content:"";background:linear-gradient(#0000 30%,#352c25d0);position:absolute;inset:0}.mill-photo>span{z-index:1;font-family:Manrope;font-size:44px;line-height:1.03;position:absolute;bottom:35px;left:35px}.circle-link{z-index:1;background:var(--orange);width:78px;height:78px;color:var(--ink);border-radius:50%;place-items:center;transition:transform .2s;display:grid;position:absolute;bottom:35px;right:35px}.circle-link:hover{transform:rotate(10deg)}.mill-bottom{justify-content:space-between;align-items:center;gap:30px;margin-top:30px;display:flex}.mill-bottom p{max-width:620px;margin:0;font-size:17px}.impact-block{background:var(--green);padding:85px 0}.metrics{grid-template-columns:1fr 1.5fr 1fr 1fr;margin:55px 0 25px;display:grid}.metrics>div{border-left:1px solid #102d2550;flex-direction:column;padding-left:25px;display:flex}.metrics>div:first-child{border:0;padding-left:0}.metrics strong{letter-spacing:-.02em;font-family:Manrope;font-size:clamp(65px,7.3vw,110px);font-weight:600;line-height:1}.metrics span{margin-top:15px;font-size:14px;font-weight:600}.projects-section{padding:110px 0}.project-teasers{grid-template-columns:1.35fr 1fr 1fr;gap:28px;display:grid}.editorial-card{display:block}.card-image{background:var(--leaf);height:280px;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.editorial-card:hover .card-image img{transform:scale(1.045)}.project-teasers>.editorial-card:first-child .card-image{height:380px}.card-arrow{background:var(--paper);padding:12px;display:flex;position:absolute;bottom:0;right:0}.card-meta{letter-spacing:.09em;text-transform:uppercase;color:var(--forest);justify-content:space-between;margin:20px 0 10px;font-size:11px;font-weight:700;display:flex}.editorial-card h3{margin-bottom:12px;font-size:35px}.editorial-card p{max-width:420px;font-size:14px;line-height:1.65}.closing-story{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;padding:20px 0 110px;display:grid}.closing-story h2{font-size:clamp(50px,4.3vw,69px)}.closing-story img{object-fit:contain;width:100%;height:auto;max-height:500px}.site-footer{background:var(--ink);color:var(--paper);overflow:hidden}.footer-lead{padding-top:80px;position:relative}.footer-lead h2{z-index:1;margin-bottom:55px;font-size:clamp(75px,10.5vw,160px);line-height:.9;position:relative}.footer-lead h2 span{color:var(--orange)}.footer-ornament{opacity:.08;position:absolute;top:60px;right:15px;transform:rotate(-12deg)}.footer-paths{border-top:1px solid #f4f1e840;border-bottom:1px solid #f4f1e840;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.footer-paths a{border-right:1px solid #f4f1e840;padding:28px 27px 32px}.footer-paths a:first-child{padding-left:0}.footer-paths a:last-child{border:0}.footer-paths span{letter-spacing:.03em;color:#bfd3c7;font-size:11px}.footer-paths strong{justify-content:space-between;align-items:center;margin-top:14px;font-family:Manrope;font-size:38px;font-weight:500;display:flex}.footer-paths a:hover strong{color:var(--orange)}.footer-connect h3{font-size:42px}.footer-connect p{color:#c8d7cc;max-width:350px;font-size:15px}.footer-connect .text-link{color:var(--orange)}.social-stories{grid-template-columns:1fr 1fr;gap:22px;display:grid}.social-stories img{object-fit:cover;width:100%;height:160px}.social-stories span{align-items:center;gap:9px;padding-top:15px;font-size:13px;display:flex}.social-stories span>svg:last-child{margin-left:auto}.footer-directory{grid-template-columns:2fr repeat(5,1fr);gap:25px;padding:65px 0 55px;display:grid}.footer-address img{object-fit:contain;object-position:left;width:180px;height:88px;margin-top:-20px;margin-bottom:18px}.footer-address p{color:#c8d7cc;font-size:12px;line-height:1.7}.footer-address>a{margin-bottom:8px;font-size:12px;display:block}.footer-address .text-link{color:var(--orange);margin-top:18px;display:flex}.directory-group{flex-direction:column;gap:13px;display:flex}.directory-group>a{color:#c8d7cc;font-size:12px;line-height:1.6}.directory-group>a:hover{color:#fff;text-decoration:underline}.directory-group .directory-title{color:#fff;margin-bottom:6px;font-size:13px;font-weight:800}.footer-bottom{color:#bfd3c7;border-top:1px solid #f4f1e840;justify-content:space-between;gap:20px;padding:22px 0 25px;font-size:11px;display:flex}.footer-bottom>div{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer-bottom button{color:inherit;align-items:center;gap:7px;padding:0;font-size:11px;display:flex}.page-hero{background:var(--leaf);padding:26px 0 75px;position:relative;overflow:hidden}.breadcrumbs{z-index:2;align-items:center;gap:10px;margin-bottom:35px;font-size:11px;display:flex;position:relative}.breadcrumbs a{opacity:.75}.page-hero-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid;position:relative}.page-hero-copy{padding:22px 0}.page-hero h1{margin-bottom:28px;font-size:clamp(70px,6.9vw,110px);line-height:.9}.page-hero h1 span{display:block}.page-hero .accent{color:var(--forest)}.page-hero-copy>p{max-width:540px;margin-bottom:28px;font-size:17px;line-height:1.7}.page-hero-image{position:relative}.page-hero-image img{object-fit:cover;width:100%;height:525px}.page-hero.crew .page-hero-image{padding:0 15px 15px 0}.page-hero.crew .page-hero-image:before{content:"";background:var(--orange);z-index:-1;position:absolute;inset:25px 0 0 25px;transform:rotate(2deg)}.page-hero.crew .page-hero-image img{object-position:37% center}.page-hero.wood{background:var(--timber);color:var(--paper)}.page-hero.wood .accent{color:var(--orange)}.page-hero.land{background:var(--ink);color:var(--paper)}.page-hero.land .accent{color:var(--orange)}.page-hero.land .page-hero-image img{height:550px}.page-hero.about{background:#e4e5db}.page-hero.impact{background:var(--green)}.page-hero.impact .accent{color:var(--ink)}.image-corner{background:var(--orange);width:90px;height:90px;color:var(--ink);place-items:center;display:grid;position:absolute;bottom:-18px;right:-18px;transform:rotate(-8deg)}.page-ornament{opacity:.035;pointer-events:none;position:absolute;bottom:-140px;left:-130px;transform:rotate(-12deg)}.page-hero.quiet-hero{background:var(--paper);color:var(--ink);padding-bottom:45px}.quiet-hero .page-hero-grid{display:block}.quiet-hero .page-hero-copy{max-width:1050px}.quiet-hero .page-hero-copy>p{max-width:700px}.quiet-hero h1{font-size:clamp(60px,6vw,95px)}.quiet-hero .page-ornament{bottom:-100px;left:auto;right:-80px}.group-hero .page-hero-grid{display:block}.group-hero .page-hero-copy{grid-template-columns:1.1fr 1fr;align-items:center;gap:0 60px;display:grid}.group-hero .eyebrow{grid-column:1/-1}.group-hero .page-hero-image{margin-top:30px}.group-hero .page-hero-image img{object-fit:contain;width:100%;height:auto;max-height:650px}.group-hero .image-corner{display:none}.group-hero h1{font-size:clamp(60px,6vw,95px)}.group-hero .button{width:fit-content}.section-list{padding:55px 0 80px}.content-row{border-bottom:1px solid var(--line);grid-template-columns:60px 1fr 1.35fr;align-items:start;gap:35px;padding:42px 0;display:grid}.content-number{color:var(--forest);padding-top:6px;font-size:13px}.content-row h2{margin:0;font-size:40px;line-height:1.08}.content-row h3{font-size:34px}.content-row p{margin:0;font-size:16px}.section-cta{padding-top:38px}.related{padding:75px 0 90px}.related .section-heading{align-items:center}.related h2{white-space:pre-line;font-size:50px}.related-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.related-grid>a{border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:185px;padding:30px 32px;transition:background .2s;position:relative}.related-grid>a>svg:last-child{position:absolute;bottom:27px;right:25px}.crew-path{padding:90px 0}.pathway-grid{grid-template-columns:repeat(3,1fr);gap:45px;margin-top:55px;display:grid}.pathway-grid>div{border-top:2px solid var(--forest);padding-top:35px;position:relative}.pathway-grid h3{margin-top:30px;font-size:36px}.path-number{color:#102d2520;font-family:Manrope;font-size:70px;position:absolute;top:20px;right:5px}.recruit-banner{background:var(--orange);grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:45px 50px;display:grid}.recruit-banner h3{margin:0;font-size:55px}.faq{padding:30px 0 100px}.faq h2{margin-bottom:40px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.faq summary{justify-content:space-between;align-items:center;padding:25px 0;font-size:20px;font-weight:650;display:flex}.faq details[open] summary svg{transform:rotate(45deg)}.faq details p{max-width:900px;padding-right:40px;font-size:16px}.service-list{padding:50px 0 90px}.service-row{border-bottom:1px solid var(--line);grid-template-columns:35px 60px 1fr 230px 35px;align-items:center;gap:30px;padding:35px 0;display:grid}.service-number{color:var(--forest);font-size:12px}.service-row>svg{color:var(--forest)}.service-row h2{margin-bottom:12px;font-size:46px}.service-row p{max-width:550px;margin:0;font-size:15px}.service-row img{object-fit:cover;width:230px;height:145px;transition:transform .3s}.service-row:hover h2{color:var(--forest)}.archive-section{padding:50px 0 95px}.filter-bar{flex-wrap:wrap;gap:10px;display:flex}.filter-bar button{border:1px solid var(--line);padding:12px 20px;font-size:14px}.filter-bar button[aria-pressed=true]{background:var(--ink);color:#fff}.result-count{color:var(--forest);margin:20px 0 30px;font-size:13px}.project-grid{grid-template-columns:repeat(2,1fr);gap:50px 40px;display:grid}.project-grid .editorial-card:nth-child(4n+2){padding-top:70px}.project-grid .editorial-card:nth-child(4n+3) .card-image{height:440px}.project-story{grid-template-columns:1fr 2fr;gap:100px;padding:85px 0;display:grid}.project-story aside{font-size:14px}.project-story dl{margin:0;padding:0 0 25px}.project-story dt{text-transform:uppercase;letter-spacing:.12em;margin-top:20px;font-size:10px;font-weight:800}.project-story dd{margin:7px 0 0}.project-story aside p{max-width:290px;font-size:13px}.project-story article h2{margin:35px 0 20px;font-size:38px}.project-story article p:first-child{margin-top:0}.project-gallery{grid-template-columns:1fr 1fr;gap:30px;display:grid}.project-gallery figure{margin:0}.project-gallery figure:first-child{grid-column:1/-1}.project-gallery img{object-fit:cover;width:100%;height:420px}.project-gallery figure:first-child img{object-fit:contain;background:#e5e5da;height:auto;max-height:650px}.project-gallery figcaption{margin-top:10px;font-size:12px}.wood-intro{grid-template-columns:1.2fr 1fr;gap:0 70px;padding:95px 0 55px;display:grid}.wood-intro>.eyebrow{grid-column:1/-1}.wood-intro h2{font-size:75px}.wood-intro h2 span{color:#aa4728}.wood-intro p{font-size:17px}.wood-paths{grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:90px;display:grid}.wood-paths img{object-fit:cover;width:100%;height:320px}.wood-paths a>div{border-bottom:1px solid var(--line);grid-template-columns:32px 1fr 28px;align-items:center;gap:16px;padding:22px 0;display:grid}.wood-paths h3{margin:0;font-size:32px}.wood-process-teaser{grid-template-columns:1.1fr 1fr;align-items:center;gap:75px;padding:30px 0 70px;display:grid}.wood-process-teaser>img{object-fit:cover;width:100%;height:550px}.wood-process-teaser h2{font-size:65px}.wood-process-teaser h2 span{color:#aa4728;font-size:.7em}.wood-process-teaser p{font-size:16px}.catalog{padding:0 0 90px}.catalog-note{background:#e8e5d9;align-items:center;gap:22px;padding:24px 30px;display:flex}.catalog-note svg{flex-shrink:0}.catalog-note p{margin:0;font-size:14px}.catalog-controls{gap:20px;margin-top:35px;display:flex}.catalog-controls label{border-bottom:1px solid var(--ink);flex:1;align-items:center;gap:15px;display:flex}.catalog-controls input{background:0 0;border:0;width:100%;padding:14px 0;font-size:17px}.catalog-controls select{border:1px solid var(--line);background:0 0;padding:12px 35px 12px 15px;font-size:15px}.species-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.species-visual{background:#e5dfcf;min-height:220px;padding:25px;position:relative;overflow:hidden}.species-card:nth-child(3n+2) .species-visual{background:#d7c8ad}.species-card:nth-child(3n) .species-visual{background:#cbb596}.species-visual>svg{opacity:.13;width:150px;height:150px;position:absolute;top:15px;right:-20px;transform:rotate(-22deg)}.species-visual>span{letter-spacing:.1em;font-size:11px}.species-visual>strong{font-family:Manrope;font-size:62px;font-weight:500;line-height:1;position:absolute;bottom:25px;left:25px}.species-caption{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:18px 0;font-size:13px;display:flex}.species-card:hover .species-visual{background:var(--orange)}.catalog-contact{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;margin-top:60px;padding-top:40px;display:flex}.catalog-contact h3{margin:0;font-size:40px}.process-story{padding:75px 0 90px}.process-step{grid-template-columns:1.2fr 1fr;align-items:center;gap:85px;margin-bottom:70px;display:grid}.process-step:nth-child(2n){grid-template-columns:1fr 1.2fr}.process-step:nth-child(2n) .process-image{order:2}.process-image{overflow:hidden}.process-image img{object-fit:cover;width:100%;height:460px}.process-step h2{font-size:65px}.process-progress{gap:6px;margin-top:30px;display:flex}.process-progress>span{background:var(--line);width:36px;height:3px}.process-progress>span.filled{background:var(--forest)}.inquiry-layout{grid-template-columns:1.7fr 1fr;gap:90px;padding:15px 0 90px;display:grid}.inquiry-layout form{background:#fff;padding:40px}.inquiry-layout form>p{font-size:15px}.inquiry-layout label{flex-direction:column;gap:9px;margin-bottom:22px;font-size:14px;font-weight:700;display:flex}.inquiry-layout input,.inquiry-layout select,.inquiry-layout textarea{min-width:0;color:var(--ink);background:#fcfcf9;border:1px solid #102d2540;border-radius:0;width:100%;padding:13px;font-size:16px;font-weight:400;line-height:1.5}.form-pair{grid-template-columns:1fr 1fr;gap:18px;display:grid}.inquiry-layout aside{align-self:start;padding:35px 0}.inquiry-layout aside>svg{color:var(--earth);margin-bottom:25px}.inquiry-layout aside h3{font-size:50px}.inquiry-layout aside hr{border:0;border-top:1px solid var(--line);margin:30px 0}.inquiry-layout aside>span{font-size:13px}.contact-phone{margin:10px 0;font-family:Manrope;font-size:45px;display:block}.draft-ready{background:var(--leaf);gap:18px;margin-top:25px;padding:25px;font-size:15px;display:flex}.draft-ready>svg{flex-shrink:0}.draft-ready p{margin:10px 0;font-size:14px}.impact-explanation{padding:85px 0 20px}.impact-explanation>h2{max-width:850px}.impact-explanation .section-list{padding:0}.impact-explanation .fine-print{margin-top:30px}.report-list{padding:55px 0 85px}.report-row{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.7fr;align-items:center;gap:100px;padding:40px 0 60px;display:grid}.report-cover{background:var(--ink);color:var(--paper);aspect-ratio:.8;flex-direction:column;justify-content:space-between;padding:28px;display:flex;box-shadow:15px 18px #dddccc}.report-cover img{width:155px}.report-cover strong{color:var(--orange);font-family:Manrope;font-size:clamp(100px,12vw,180px);font-weight:500;line-height:1}.report-cover>span{letter-spacing:.16em;font-size:14px}.report-row:nth-child(2) .report-cover{background:var(--forest)}.report-row p{font-size:17px}.team-section{padding:85px 0}.team-grid{grid-template-columns:repeat(3,1fr);gap:50px 35px;margin-top:40px;display:grid}.person>img,.person-no-photo{object-fit:cover;object-position:center top;background:var(--leaf);width:100%;height:390px}.person-no-photo{place-items:center;display:grid}.person h2{margin:22px 0 8px;font-size:35px}.person-role{color:var(--forest);margin-bottom:15px;font-size:13px}.person summary{border-top:1px solid var(--line);justify-content:space-between;padding:15px 0;font-size:13px;font-weight:700;display:flex}.person details p{font-size:14px;line-height:1.8}.team-section>.fine-print{margin-top:40px}.about-intro{max-width:1000px;padding:90px 0 60px}.about-intro p{max-width:900px;font-size:20px}.model-section{grid-template-columns:repeat(3,1fr);gap:35px;padding:0 0 45px;display:grid}.model-section>div{background:var(--leaf);padding:35px}.model-section>div:first-child{background:var(--orange)}.model-section>div:last-child{background:#e4dbc8}.model-section h3{margin-top:28px;font-size:36px}.contact-options{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:75px;display:grid}.contact-options>a{border:1px solid var(--line);min-height:300px;padding:30px;position:relative}.contact-options>a:hover{background:var(--leaf)}.contact-options h2{margin:25px 0 15px;font-size:34px}.contact-options p{font-size:14px}.contact-options>a>svg:last-child{position:absolute;bottom:22px;right:25px}.contact-direct{grid-template-columns:1fr 1fr;gap:60px;padding:0 0 85px;display:grid}.big-contact{overflow-wrap:anywhere;margin-bottom:14px;font-family:Manrope;font-size:clamp(28px,3vw,45px);display:block}.contact-direct p{margin-top:24px;font-size:16px}.search-page{min-height:450px;padding:0 0 100px}.search-box{border:1px solid var(--line);background:#fff;align-items:center;gap:20px;margin-bottom:25px;padding:20px 25px;display:flex}.search-box input{background:0 0;border:0;width:100%;padding:8px 0;font-size:20px}.search-page>p{font-size:14px}.search-results>a{border-bottom:1px solid var(--line);grid-template-columns:35px 1fr 35px;align-items:center;gap:30px;padding:28px 0;display:grid}.search-results h2{margin:0 0 10px;font-size:35px}.search-results p{max-width:800px;margin:0;font-size:14px}.empty-state{text-align:center;background:var(--leaf);padding:50px;font-size:17px}.empty-state a{text-decoration:underline}.source-content{padding:60px 0 90px}.source-content article{max-width:870px;margin:0 auto 45px}.source-content article h2{margin:30px 0 20px;font-size:36px}.source-content article p{white-space:pre-line;font-size:16px}.source-content>.text-link{margin:auto;display:flex}.news-list{padding:40px 0 80px}.news-list>a:not(.button){border-bottom:1px solid var(--line);grid-template-columns:35px 1fr 40px;align-items:center;gap:35px;padding:30px 0;display:grid}.news-list h2{margin:0;font-size:36px;line-height:1.1}.news-list>a>span{font-size:12px}.news-list .fine-print{margin-top:25px}.proposal-hero{padding:80px 0}.proposal-hero h1{font-size:clamp(65px,7.8vw,120px);line-height:.94}.proposal-hero p{max-width:770px;font-size:20px}.proposal-body{padding-bottom:85px}.proposal-intro{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:80px;padding:45px 0;display:grid}.proposal-intro h2{font-size:55px}.proposal-intro p{font-size:17px}.proposal-contact{background:var(--leaf);margin-top:65px;padding:55px}.proposal-contact>.text-link{margin-top:25px;display:flex}.proposal-contact p{font-size:16px}.not-found{padding:90px 0 120px}.not-found h1{font-size:90px}.not-found>a:last-child{margin-left:30px;text-decoration:underline}.policy-width{max-width:1000px}.policy-width .content-row{grid-template-columns:40px 1fr;gap:20px}.policy-width .content-row>div:last-child{grid-column:2}.reduced-motion *,html[data-reduced-motion=true] *{transition:none!important;animation:none!important}@media (width>=1600px){.mega{padding-inline:max(50px,50vw - 720px)}.home-hero{height:800px}.hero-content{padding-top:95px}}@media (width<=1200px){.wrap{width:calc(100% - 64px)}.nav-wrap{gap:18px;padding-inline:32px}.brand{width:145px}.desktop-nav{gap:8px}.desktop-nav button{font-size:12px}.nav-actions{gap:15px}.concept-ribbon{padding-inline:32px}.hero-content h1{font-size:122px}.hero-content{padding-top:80px}.mega{gap:25px;padding:30px}.mega h2{font-size:38px}.mega-links a{font-size:12px}.task-strip a{gap:10px;padding:23px 14px;font-size:12px}.task-strip a>svg:first-child{width:23px}.intro-section{gap:30px}.split{gap:55px}.feature-photo img{height:490px}.feature-copy h2{font-size:58px}.enterprise-card{height:490px}.enterprise-caption h3{font-size:49px}.foundation{flex-wrap:wrap;gap:14px}.foundation>a{margin-left:0}.mill-photo{height:480px}.footer-directory{grid-template-columns:1.5fr repeat(3,1fr)}.directory-group:last-child{grid-column:4}.footer-connect{gap:50px}.page-hero-grid{gap:35px}.page-hero h1{font-size:83px}.page-hero-image img{height:480px}.service-row{grid-template-columns:25px 45px 1fr 170px 30px;gap:20px}.service-row img{width:170px;height:130px}.service-row h2{font-size:39px}.project-story{gap:60px}.inquiry-layout{gap:45px}.contact-options{grid-template-columns:1fr 1fr}.wood-paths h3{font-size:27px}.wood-intro h2{font-size:64px}.wood-process-teaser{gap:45px}.wood-process-teaser h2{font-size:54px}}@media (width<=980px){.desktop-nav,.search-link{display:none}.nav-actions{margin-left:auto}.mobile-toggle{display:flex}.mega{display:none}.nav-wrap{height:84px}.concept-ribbon{font-size:10px}.home-hero{height:730px;min-height:0}.hero-photo{width:70%}.hero-content h1{font-size:115px}.hero-content p{font-size:16px}.hero-content{padding-top:95px}.task-strip>.wrap{grid-template-columns:1fr 1fr}.task-strip a{border-bottom:1px solid #102d2544;padding:22px}.intro-section{grid-template-columns:1fr;gap:20px;padding-top:80px}.intro-label>svg{display:none}.intro-section h2{font-size:70px}.intro-label .eyebrow{margin-bottom:0}.enterprise-card{height:430px}.enterprise-caption{inset:auto 25px 25px}.enterprise-caption h3{font-size:43px}.split{gap:35px}.feature-photo img{height:460px}.feature-copy h2{font-size:46px}.feature-copy>p{font-size:15px}.feature-copy .button{gap:15px;font-size:13px}.crew-feature,.mill-feature{padding:75px 0}.mill-feature .section-heading{display:block}.mill-feature .section-heading>p{max-width:none;margin-top:25px}.metrics strong{font-size:75px}.metrics{grid-template-columns:1fr 1.45fr 1fr 1fr}.metrics>div{padding-left:18px}.metrics span{font-size:12px}.project-teasers{grid-template-columns:1fr 1fr}.project-teasers>.editorial-card:first-child{grid-column:1/-1}.project-teasers>.editorial-card:first-child .card-image{height:440px}.closing-story{gap:30px}.closing-story h2{font-size:46px}.footer-paths strong{font-size:29px}.footer-connect{gap:35px}.footer-directory{grid-template-columns:2fr 1fr 1fr}.directory-group:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom>div{margin-top:17px}.page-hero h1{font-size:68px}.page-hero-image img,.page-hero.land .page-hero-image img{height:440px}.page-hero-copy>p{font-size:15px}.page-hero .eyebrow{font-size:10px}.page-hero .button{gap:20px;font-size:13px}.content-row{grid-template-columns:40px 1fr 1.4fr;gap:22px}.content-row h2{font-size:34px}.content-row p{font-size:15px}.pathway-grid{gap:25px}.pathway-grid h3{font-size:31px}.recruit-banner{gap:40px;padding:35px}.recruit-banner h3{font-size:45px}.related-grid{grid-template-columns:1fr 1fr}.service-row{grid-template-columns:25px 45px 1fr 30px}.service-row img{display:none}.project-grid .card-image{height:300px}.project-grid .editorial-card:nth-child(4n+3) .card-image{height:340px}.project-story{grid-template-columns:1fr 2fr;gap:40px}.wood-intro{gap:35px}.wood-intro h2{font-size:54px}.wood-paths{gap:20px}.wood-paths img{height:240px}.wood-paths a>div{grid-template-columns:1fr 25px}.wood-paths a>div>svg:first-child{display:none}.wood-process-teaser>img{height:480px}.wood-process-teaser h2{font-size:48px}.species-visual>strong{font-size:51px}.process-step{gap:45px}.process-step h2{font-size:49px}.process-image img{height:370px}.inquiry-layout{grid-template-columns:1.6fr 1fr;gap:30px}.inquiry-layout form{padding:30px}.inquiry-layout aside h3{font-size:40px}.form-pair{grid-template-columns:1fr}.report-row{gap:55px}.report-row h2{font-size:49px}.team-grid{grid-template-columns:1fr 1fr}.model-section{gap:20px}.model-section>div{padding:25px}.model-section h3{font-size:30px}.proposal-intro{gap:40px}}@media (width<=700px){html{scroll-padding-top:108px}.wrap{width:calc(100% - 40px)}.concept-ribbon{justify-content:center;height:26px;padding:0 20px;font-size:9px}.concept-ribbon a{display:none}.nav-wrap{height:76px;padding:0 20px}.brand{width:136px}.brand img{height:65px}.nav-actions{gap:16px}.donate-link{gap:12px;padding:11px 13px;font-size:13px}.donate-link>svg{width:18px}.mobile-toggle{padding:5px 0 5px 5px}.home-hero{flex-direction:column;height:auto;min-height:850px;display:flex}.hero-photo{order:2;width:100%;height:365px;margin-top:-30px;position:relative}.hero-photo img{object-position:50% 35%;transform:none!important}.photo-shade{background:linear-gradient(#102d25 0%,#102d2500 28% 70%,#102d25a0)}.hero-content{order:1;padding-top:42px;padding-bottom:5px}.hero-content .eyebrow{margin-bottom:26px;font-size:9px}.hero-content h1{letter-spacing:-.015em;font-size:clamp(70px,16vw,109px);line-height:.92}.hero-content p{margin-top:23px;margin-bottom:23px;font-size:16px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:24px;margin:0}.hero-actions .button{gap:22px;min-height:53px;padding:15px 18px;font-size:13px}.hero-actions .text-link{gap:12px;font-size:13px}.hero-bottom{letter-spacing:.06em;font-size:9px;bottom:17px}.hero-bottom>a,.hero-bottom button{padding:10px}.hero-side-note{display:none}.task-strip>.wrap{width:100%}.task-strip a{gap:10px;padding:18px 20px;font-size:11px;border-left:0!important}.task-strip a:nth-child(2n){border-right:0}.task-strip a>svg:first-child{flex-shrink:0;width:22px}.task-strip a>svg:last-child{flex-shrink:0;width:16px}.intro-section{gap:16px;padding:62px 0 40px}.eyebrow{gap:9px;margin-bottom:22px;font-size:10px}.tiny-rule{width:23px}.intro-section h2{font-size:clamp(44px,10vw,63px)}.intro-columns{grid-template-columns:1fr;gap:0;margin:23px 0 0}.intro-columns p{font-size:16px;line-height:1.75}.text-link{font-size:13px}.enterprise-grid{grid-template-columns:1fr;gap:16px;margin-bottom:60px}.enterprise-card{height:420px}.enterprise-caption h3{font-size:48px}.enterprise-caption>span{font-size:10px}.enterprise-caption>div{font-size:13px}.foundation{grid-template-columns:30px 1fr;gap:10px 15px;padding:23px;display:grid}.foundation>svg{grid-row:1/3;width:29px}.foundation>strong{font-size:14px}.foundation>span{grid-column:2;font-size:12px}.foundation>a{grid-column:2;margin-top:6px;font-size:12px}.crew-feature{padding:60px 0}.split{grid-template-columns:1fr;gap:45px}.feature-photo{margin-left:5px;margin-right:10px}.feature-photo img{object-position:43%;height:380px}.feature-photo:before{inset:15px -10px -15px 15px}.photo-label{padding:12px 16px;font-size:11px;bottom:20px;left:-5px}.feature-copy{padding:0}.feature-copy h2{font-size:clamp(45px,10vw,60px)}.feature-copy>p{font-size:16px}.check-list{margin:22px 0 28px;font-size:14px}.ghost{width:240px;height:240px;bottom:-30px;right:0}.mill-feature{padding:60px 0}.section-heading{margin-bottom:30px;display:block}.section-heading h2{font-size:clamp(44px,10vw,62px)}.section-heading>.text-link{margin-top:25px}.mill-feature h2{font-size:clamp(43px,9vw,60px)}.mill-feature .section-heading>p{margin-top:22px;font-size:14px}.mill-photo{height:390px}.mill-photo>img{object-position:58%}.mill-photo>span{max-width:240px;font-size:32px;bottom:25px;left:22px}.circle-link{width:54px;height:54px;bottom:25px;right:20px}.circle-link svg{width:26px}.mill-bottom{margin-top:24px;display:block}.mill-bottom p{margin-bottom:25px;font-size:16px}.impact-block{padding:60px 0}.metrics{grid-template-columns:1fr 1.4fr;gap:35px 20px;margin-top:36px}.metrics>div{border:0;border-top:1px solid #102d2550;padding-top:20px;padding-left:0}.metrics>div:first-child{border-top:1px solid #102d2550}.metrics strong{font-size:clamp(63px,14vw,90px)}.metrics span{margin-top:10px;font-size:13px}.impact-block .fine-print{margin-top:30px;font-size:11px;line-height:1.65}.projects-section{padding:65px 0 35px}.project-teasers{grid-template-columns:1fr;gap:35px}.project-teasers>.editorial-card:first-child{grid-column:auto}.project-teasers>.editorial-card:first-child .card-image,.card-image{height:300px}.card-meta{margin-top:16px;font-size:10px}.editorial-card h3{font-size:35px}.editorial-card p{font-size:15px}.closing-story{grid-template-columns:1fr;gap:30px;padding:35px 0 65px}.closing-story h2{font-size:49px}.closing-story img{max-height:none}.footer-lead{padding-top:60px}.footer-lead h2{margin-bottom:35px;font-size:clamp(67px,14.5vw,100px);line-height:.94}.footer-ornament{width:260px;height:260px;top:75px;right:-100px}.footer-paths{grid-template-columns:1fr}.footer-paths a,.footer-paths a:first-child{border-bottom:1px solid #ffffff40;border-right:0;padding:23px 0}.footer-paths a:last-child{border:0}.footer-paths span{font-size:11px}.footer-paths strong{margin-top:8px;font-size:34px}.footer-connect{grid-template-columns:1fr;gap:30px;padding:40px 0}.footer-connect h3{font-size:39px}.footer-connect .eyebrow{margin-bottom:16px}.social-stories{gap:15px}.social-stories img{height:150px}.social-stories span{gap:7px;font-size:12px}.social-stories span>svg{width:20px}.footer-directory{grid-template-columns:1fr 1fr;gap:30px 25px;padding:45px 0 30px}.footer-address{grid-column:1/-1;margin-bottom:10px}.footer-address img{width:170px}.footer-address p,.footer-address>a,.directory-group>a{font-size:13px}.directory-group .directory-title{font-size:14px}.footer-bottom{padding:23px 0 30px;font-size:10px}.footer-bottom>div{gap:16px;font-size:11px}.footer-bottom button{min-height:30px;font-size:11px}.page-hero{padding:20px 0 45px}.breadcrumbs{gap:6px;margin-bottom:24px;font-size:10px}.page-hero-grid{grid-template-columns:1fr;gap:25px}.page-hero-copy{padding:10px 0}.page-hero h1{font-size:clamp(61px,13vw,87px);line-height:.93}.page-hero .eyebrow{font-size:9px}.page-hero-copy>p{margin-bottom:25px;font-size:16px;line-height:1.7}.page-hero-image{margin-right:10px}.page-hero-image img,.page-hero.land .page-hero-image img{height:360px}.page-hero.crew .page-hero-image{padding-right:10px}.image-corner{width:65px;height:65px;bottom:-12px;right:-12px}.image-corner svg{width:29px}.page-ornament{width:260px;height:260px;bottom:-50px;left:auto;right:-75px}.group-hero .page-hero-copy{display:block}.group-hero h1{font-size:clamp(56px,12vw,80px)}.group-hero .page-hero-image{margin-top:20px;margin-right:0}.group-hero .page-hero-image img{height:auto}.quiet-hero h1{font-size:clamp(60px,12vw,82px)}.page-hero.quiet-hero{padding-bottom:22px}.section-list{padding:25px 0 40px}.content-row{grid-template-columns:30px 1fr;gap:14px;padding:30px 0}.content-row h2{font-size:34px;line-height:1.05}.content-row>div:last-child,.content-row>p:last-child{grid-column:2}.content-row p{font-size:16px;line-height:1.75}.content-row h3{margin:0;font-size:33px}.section-cta{padding-top:30px}.related{padding:45px 0 60px}.related .section-heading{margin-bottom:25px}.related h2{font-size:45px}.related-grid{grid-template-columns:1fr}.related-grid>a{align-items:center;gap:20px;min-height:120px;padding:23px 65px 23px 24px;display:flex}.related-grid h3{margin:0;font-size:31px}.related-grid>a>svg:first-child{flex-shrink:0;width:30px}.related-grid>a>svg:last-child{width:23px;bottom:auto;right:23px}.crew-path{padding:60px 0 35px}.crew-path>h2{font-size:54px}.pathway-grid{grid-template-columns:1fr;gap:28px;margin-top:35px}.pathway-grid>div{padding-top:25px}.pathway-grid>div>svg{width:42px}.pathway-grid h3{margin:18px 0 15px;font-size:35px}.pathway-grid p{font-size:16px}.path-number{font-size:65px;top:20px}.recruit-banner{grid-template-columns:1fr;gap:25px;margin-top:20px;padding:30px 25px}.recruit-banner h3{font-size:45px}.recruit-banner p{font-size:16px}.faq{padding:20px 0 60px}.faq h2{margin-bottom:30px;font-size:49px}.faq summary{gap:20px;padding:22px 0;font-size:16px}.faq summary>svg{flex-shrink:0}.faq details p{padding-right:0;font-size:15px}.service-list{padding:20px 0 45px}.service-row{grid-template-columns:32px 1fr 23px;gap:18px;padding:28px 0}.service-number{display:none}.service-row>svg{width:32px}.service-row>svg:last-child{width:23px}.service-row h2{font-size:33px;line-height:1.05}.service-row p{font-size:14px;line-height:1.6}.archive-section{padding:30px 0 60px}.filter-bar{gap:8px}.filter-bar button{padding:10px 13px;font-size:12px}.result-count{font-size:12px}.project-grid{grid-template-columns:1fr;gap:35px}.project-grid .editorial-card:nth-child(4n+2){padding-top:0}.project-grid .card-image,.project-grid .editorial-card:nth-child(4n+3) .card-image{height:300px}.project-story{grid-template-columns:1fr;gap:25px;padding:45px 0}.project-story aside{border-bottom:1px solid var(--line);padding-bottom:20px}.project-story dl{grid-template-columns:1fr 1fr;gap:5px 20px;display:grid}.project-story dt{margin-top:8px}.project-story dd{margin:0;font-size:13px}.project-story aside p{max-width:none;margin-bottom:0}.project-story article h2{font-size:34px}.project-story article p{font-size:16px}.project-gallery{grid-template-columns:1fr;gap:25px}.project-gallery figure:first-child{grid-column:auto}.project-gallery img{object-fit:contain;height:auto;max-height:450px}.wood-intro{grid-template-columns:1fr;gap:0;padding:55px 0 30px}.wood-intro h2{font-size:58px}.wood-intro p{font-size:16px}.wood-paths{grid-template-columns:1fr;gap:28px;margin-bottom:55px}.wood-paths img{height:320px}.wood-paths a>div{grid-template-columns:32px 1fr 28px}.wood-paths a>div>svg:first-child{display:block}.wood-paths h3{font-size:32px}.wood-process-teaser{grid-template-columns:1fr;gap:35px;padding:10px 0 20px}.wood-process-teaser>img{height:370px}.wood-process-teaser h2{font-size:55px}.catalog{padding-bottom:60px}.catalog-note{align-items:flex-start;gap:15px;padding:20px}.catalog-note p{font-size:13px}.catalog-controls{flex-direction:column;gap:18px;margin-top:25px}.catalog-controls input,.catalog-controls select{font-size:16px}.species-grid{grid-template-columns:1fr 1fr;gap:25px 16px}.species-visual{min-height:180px;padding:18px}.species-visual>strong{font-size:clamp(31px,8vw,48px);bottom:20px;left:18px}.species-visual>svg{width:110px;height:110px}.species-caption{align-items:flex-start;gap:6px;font-size:11px}.species-caption>svg{flex-shrink:0;width:20px}.catalog-contact{margin-top:40px;display:block}.catalog-contact h3{margin-bottom:25px;font-size:37px}.process-story{padding:45px 0 60px}.process-step,.process-step:nth-child(2n){grid-template-columns:1fr;gap:28px;margin-bottom:50px}.process-step:nth-child(2n) .process-image{order:0}.process-image img{height:330px}.process-step h2{font-size:51px}.process-step p{font-size:16px}.inquiry-layout{grid-template-columns:1fr;gap:20px;padding-bottom:55px}.inquiry-layout form{padding:25px 20px}.inquiry-layout form>h2{font-size:37px}.inquiry-layout label{font-size:14px}.inquiry-layout aside{padding:20px 0}.inquiry-layout aside>svg{width:65px;height:65px}.inquiry-layout aside h3{font-size:45px}.draft-ready{gap:12px;padding:20px}.impact-explanation{padding:55px 0 10px}.impact-explanation>h2{font-size:49px}.impact-explanation .content-row>svg{width:25px}.report-list{padding:20px 0 50px}.report-row{grid-template-columns:1fr;gap:40px;padding:30px 0 50px}.report-cover{width:100%;max-width:270px;margin:0 auto;padding:25px}.report-cover strong{font-size:130px}.report-row h2{font-size:49px}.report-row p{font-size:16px}.team-section{padding:50px 0}.team-grid{gap:30px 18px}.person>img,.person-no-photo{height:260px}.person h2{font-size:28px;line-height:1.02}.person-role,.person summary{font-size:12px}.person details p{font-size:14px}.about-intro{padding:55px 0 30px}.about-intro h2{font-size:52px}.about-intro p{font-size:17px}.model-section{grid-template-columns:1fr;gap:18px;padding-bottom:10px}.model-section>div{padding:30px}.model-section h3{font-size:37px}.model-section p{font-size:16px}.contact-options{grid-template-columns:1fr;gap:15px;margin-bottom:45px}.contact-options>a{min-height:230px;padding:25px}.contact-options h2{margin:20px 0 12px;font-size:36px}.contact-options p{padding-right:25px;font-size:15px}.contact-direct{grid-template-columns:1fr;gap:20px;padding-bottom:55px}.contact-direct h2{font-size:54px}.big-contact{font-size:37px}.search-page{padding-bottom:60px}.search-box{gap:12px;padding:17px}.search-box input{font-size:16px}.search-box svg{flex-shrink:0;width:23px}.search-results>a{grid-template-columns:25px 1fr 25px;gap:15px}.search-results h2{font-size:30px}.search-results p{font-size:14px}.search-results>a>svg{width:23px}.source-content{padding:35px 0 60px}.source-content article h2{font-size:33px}.source-content article p{font-size:16px}.news-list{padding:15px 0 55px}.news-list>a:not(.button){grid-template-columns:22px 1fr 25px;gap:15px;padding:24px 0}.news-list h2{font-size:29px}.news-list>a>svg{width:24px}.proposal-hero{padding:50px 0}.proposal-hero h1{font-size:clamp(53px,11vw,75px)}.proposal-hero p{font-size:17px}.proposal-body{padding-bottom:55px}.proposal-intro{grid-template-columns:1fr;gap:5px;padding:30px 0}.proposal-intro h2{font-size:46px}.proposal-contact{margin-top:40px;padding:30px 25px}.proposal-contact h2{font-size:49px}.not-found{padding:60px 0 80px}.not-found h1{font-size:70px}.not-found>a:last-child{margin:25px 0 0;display:block}.policy-width .content-row{grid-template-columns:25px 1fr}.empty-state{padding:30px 20px}}@media (width<=370px){.wrap{width:calc(100% - 32px)}.nav-wrap{padding-inline:16px}.brand{width:120px}.nav-actions{gap:10px}.home-hero{min-height:820px}.hero-content h1{font-size:68px}.hero-actions{gap:16px}.hero-actions .button{gap:16px;padding:14px}.hero-actions .text-link{font-size:12px}.task-strip a{gap:8px;padding:17px 13px;font-size:10px}.footer-lead h2{font-size:62px}.team-grid{grid-template-columns:1fr}.person>img{height:390px}.species-grid{gap:20px 12px}.species-visual{min-height:170px}.species-visual>strong{font-size:33px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.catalog-library-image{height:330px;margin:30px 0;position:relative;overflow:hidden}.catalog-library-image img{object-fit:cover;width:100%;height:100%}.catalog-library-image figcaption{color:#fff;background:linear-gradient(#0000,#102d25dd);padding:25px 22px 16px;font-size:12px;position:absolute;bottom:0;left:0;right:0}.page-hero-grid:has(.page-hero-copy):not(:has(.page-hero-image)){grid-template-columns:1fr}.page-hero-grid:not(:has(.page-hero-image)) .page-hero-copy{max-width:1000px}@media (width<=700px){.catalog-library-image{height:260px}.catalog-library-image figcaption{font-size:11px}}.ribbon-links{align-items:center;gap:25px;display:flex}@media (width<=700px){.ribbon-links{display:none}}:root{--paper:#f6f3ea;--ink:#14372d;--green:#27a570;--orange:#f58758}h1,h2,h3{font-weight:800}.landforce-site{overflow:clip}.button{border-radius:0;padding:20px 25px}.nav-wrap{height:86px}.mega{background:var(--ink);color:var(--paper);grid-template-columns:1fr 1.4fr 1fr;top:114px;box-shadow:0 30px 60px #102d253d}.mega h2{font-size:64px;line-height:.95}.mega-links a{border-color:#ffffff30}.mega-photo{min-height:310px}.mega-photo img{transition:transform .8s}.mega-photo:hover img{transform:scale(1.05)}.editorial-hero{background:var(--paper);padding:0 3.5%}.hero-edition,.hero-footnote{letter-spacing:.11em;justify-content:space-between;align-items:center;gap:20px;padding:21px 0;font-size:10px;font-weight:800;display:flex}.hero-edition{border-bottom:1px solid var(--line)}.hero-footnote a{letter-spacing:0;align-items:center;gap:16px;font-size:13px;display:flex}.editorial-hero-grid{grid-template-columns:1.05fr 1fr;min-height:650px;display:grid;position:relative}.editorial-hero-copy{z-index:2;flex-direction:column;align-items:flex-start;padding:28px 0 22px;display:flex;position:relative}.hero-tab-list{gap:26px;margin-bottom:44px;display:flex}.hero-tab-list button{border-bottom:2px solid #0000;gap:10px;padding:8px 0;font-size:13px;font-weight:800;display:flex}.hero-tab-list button[aria-pressed=true]{border-color:var(--ink)}.hero-story{width:100%}.hero-overline{letter-spacing:.1em;margin-bottom:16px;font-size:13px;font-weight:800}.hero-story h1{letter-spacing:-.025em;z-index:2;margin:0 0 29px;font-size:clamp(76px,10.8vw,176px);line-height:.83;position:relative}.hero-story h1 span,.hero-story h1 em{font-style:normal;display:block}.hero-story h1 em{color:var(--forest);margin-top:16px;font-size:.62em}.hero-story>p:not(.hero-overline){max-width:330px;margin-bottom:25px;font-size:16px}.hero-coordinate{align-items:center;gap:13px;width:90%;margin-top:auto;padding-top:33px;font-size:11px;display:flex}.hero-coordinate button{border:1px solid var(--line);border-radius:50%;margin-left:auto;padding:10px;display:flex}.editorial-hero-photo{background:var(--forest);min-height:620px;margin:25px 0 0;position:relative;overflow:hidden}.editorial-hero-photo>img{object-fit:cover;object-position:55% center;width:100%;height:100%;animation:.7s ease-out photo-arrive,13s ease-out forwards photo-breathe;position:absolute}.hero-photo-tag{background:var(--orange);z-index:2;align-items:center;gap:18px;width:73%;padding:24px 26px;font-size:13px;font-weight:800;display:flex;position:absolute;bottom:0;left:0}.hero-photo-tag svg{flex-shrink:0}.hero-index{color:#fff9;letter-spacing:-.05em;font:800 120px/.9 Manrope;position:absolute;top:5px;right:20px}.moving-band{background:var(--green);border-block:1px solid var(--ink);padding:16px 0;overflow:hidden}.moving-band>div{width:max-content;animation:55s linear infinite working-band;display:flex}.moving-band span{white-space:nowrap;align-items:center;gap:35px;padding-right:35px;font:700 43px/1 Manrope;display:flex}.moving-band svg{transform:rotate(-12deg)}@keyframes working-band{to{transform:translate(-50%)}}@keyframes photo-arrive{0%{opacity:.3}to{opacity:1}}@keyframes photo-breathe{0%{scale:1}to{scale:1.055}}.manifesto{grid-template-columns:1fr 3fr;gap:60px;padding:120px 0 130px;display:grid;position:relative}.margin-word{color:var(--earth);margin-top:70px;font:800 28px/1 Manrope;display:block}.manifesto-body{position:relative}.manifesto h2{letter-spacing:-.02em;z-index:1;font-size:clamp(72px,8.3vw,130px);line-height:.88;position:relative}.manifesto h2 span{color:var(--green)}.manifesto-lower{z-index:1;grid-template-columns:1fr 1.2fr;gap:55px;margin-top:48px;display:grid;position:relative}.manifesto-lower>p{font:600 30px/1.2 Manrope}.manifesto-icon{color:var(--green);opacity:.09;pointer-events:none;position:absolute;top:5px;right:-20px;transform:rotate(-16deg)}.people-editorial{background:#eadfca;padding:60px 0 0;position:relative}.chapter-label{letter-spacing:.1em;border-top:1px solid;justify-content:space-between;align-items:center;margin-bottom:55px;padding-top:17px;font-size:11px;font-weight:800;display:flex}.chapter-label .eyebrow{margin:0}.people-editorial-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:50px;padding-bottom:85px;display:grid}.people-type h2{max-width:620px;font-size:clamp(65px,6.8vw,107px);line-height:.91}.people-type h2 em{color:#a54223;font-style:normal}.people-type p{max-width:340px;font-size:16px}.people-collage>img{object-fit:cover;width:100%;height:490px;box-shadow:12px 18px #14372d13}.collage-note{background:var(--orange);z-index:3;width:200px;padding:25px;position:absolute;top:42px;right:-15px;transform:rotate(6deg);box-shadow:0 12px 25px #14372d24}.collage-note strong{margin:15px 0 10px;font:800 30px/.97 Manrope;display:block}.collage-note span,.collage-note p{font-size:12px;line-height:1.5}.collage-small{background:var(--paper);width:66%;margin:0;padding:10px;position:absolute;bottom:10px;right:0;transform:rotate(-5deg);box-shadow:0 20px 35px #14372d22}.collage-small img{object-fit:cover;width:100%;height:230px}.collage-small figcaption{letter-spacing:.07em;padding:12px 4px 5px;font-size:10px;font-weight:800}.collage-number{color:#ad5330;opacity:.25;font:800 180px/.8 Manrope;position:absolute;bottom:25px;left:-30px}.people-benefits{border-top:1px solid #14372d40;grid-template-columns:repeat(3,1fr);display:grid}.people-benefits>a{border-right:1px solid #14372d40;grid-template-columns:22px 1fr 24px;gap:17px;padding:30px 25px 36px;transition:background .2s;display:grid}.people-benefits>a:first-child{padding-left:0}.people-benefits>a>span{font-size:11px}.people-benefits h3{margin-bottom:12px;font-size:31px}.people-benefits p{margin:0;font-size:13px;line-height:1.6}.land-editorial{background:var(--ink);color:#fff;isolation:isolate;position:relative}.land-editorial-photo{z-index:-2;position:absolute;inset:0;overflow:hidden}.land-editorial-photo img{object-fit:cover;width:100%;height:100%}.land-editorial:after{content:"";z-index:-1;background:linear-gradient(90deg,#0b251dee,#0b251d66 70%),linear-gradient(#0000 45%,#0b251d);position:absolute;inset:0}.land-editorial-content{padding-top:90px;padding-bottom:80px;position:relative}.land-editorial h2 em{color:var(--orange);font-style:normal}.land-caption{align-items:center;gap:60px;max-width:850px;display:flex}.land-caption p{max-width:410px;margin:0;font-size:16px}.land-ornament{opacity:.17;pointer-events:none;position:absolute;bottom:40px;right:2%}.land-service-rail{border-top:1px solid #ffffff60;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.land-service-rail a{border-right:1px solid #ffffff40;align-items:center;gap:13px;padding:28px 22px;font-size:13px;font-weight:800;display:flex}.land-service-rail a svg:last-child{flex-shrink:0;margin-left:auto}.material-editorial{padding:85px 0 100px}.material-head{grid-template-columns:1.7fr 1fr;align-items:end;gap:60px;display:grid}.material-head h2{margin:0;font-size:clamp(82px,10vw,155px);line-height:.86}.material-head h2 em{color:var(--earth);font-style:normal}.material-head>div{max-width:340px;padding-bottom:10px}.material-head p{margin:20px 0;font-size:16px}.material-images{grid-template-columns:1.5fr 1fr;align-items:end;gap:50px;margin-top:65px;padding-bottom:60px;display:grid;position:relative}.material-images figure{margin:0;position:relative}.material-log img{object-fit:cover;width:100%;height:570px}.material-boards{transform:translateY(45px)}.material-boards img{object-fit:cover;width:100%;height:420px}.material-images figcaption{letter-spacing:.07em;padding-top:14px;font-size:10px;font-weight:800}.material-stamp{background:var(--orange);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:160px;height:160px;font-size:11px;font-weight:800;display:flex;position:absolute;top:30px;left:51%;transform:rotate(10deg);box-shadow:0 15px 30px #14372d26}.material-links{border-top:1px solid var(--ink);margin-top:45px}.material-links a{border-bottom:1px solid var(--line);align-items:center;gap:25px;padding:24px 0;font:700 40px/1.1 Manrope;transition:padding .2s;display:flex}.material-links a:hover{padding-left:15px}.material-links a svg:last-child{margin-left:auto}.material-links span:first-child{font:700 12px Manrope}.impact-block{background:var(--green);color:var(--ink);padding:85px 0;position:relative}.impact-block h2{font-size:85px}.metrics{grid-template-columns:1.5fr 1.1fr .7fr .7fr;align-items:end;gap:30px;margin:60px 0 40px;display:grid}.metrics>div{border-bottom:1px solid #14372d66;border-right:0;padding:0 0 25px}.metrics strong{letter-spacing:-.025em;font:800 clamp(65px,8vw,125px)/.9 Manrope}.metrics>div:first-child strong{font-size:clamp(100px,13vw,200px)}.metrics span{margin-top:20px;font-size:12px;font-weight:700;display:block}.field-journal>h2{margin-bottom:55px;font-size:clamp(75px,9.4vw,145px);line-height:.88}.journal-grid{grid-template-columns:1.7fr 1fr 1fr;align-items:start;gap:28px;display:grid}.journal-grid .editorial-card h3{font-size:40px}.journal-grid .editorial-card p{font-size:14px}.closing-people{grid-template-columns:1.2fr 1fr;align-items:center;gap:65px;padding:0 0 110px;display:grid}.closing-people>img{object-fit:cover;width:100%;height:490px}.closing-people h2{font-size:clamp(65px,7vw,105px);line-height:.9}.project-typographic-cover{background:var(--leaf);justify-content:center;align-items:center;gap:25px;height:100%;padding:35px;display:flex}.project-typographic-cover strong{max-width:65%;font:800 50px/.95 Manrope}.art-hero{background:var(--paper);color:var(--ink);padding:25px 0 70px;position:relative;overflow:hidden}.art-hero .breadcrumbs{z-index:3;position:relative}.art-hero-top{z-index:2;justify-content:space-between;align-items:center;padding:35px 0 20px;display:flex;position:relative}.art-hero-top .eyebrow{margin:0}.art-hero-mark{letter-spacing:.14em;align-items:center;gap:12px;font-size:10px;display:flex}.art-hero-mark svg{width:32px;height:32px}.art-hero .page-hero-grid{z-index:2;grid-template-columns:1.2fr 1fr;align-items:center;gap:50px;padding:20px 0 0;display:grid;position:relative}.art-hero .page-hero-copy{max-width:none;padding:20px 0}.art-hero h1{letter-spacing:-.02em;margin:0 0 30px;font-size:clamp(65px,7.6vw,118px);line-height:.89}.art-hero h1 span{display:block}.art-hero-description p{max-width:500px;font-size:17px}.art-hero .page-hero-image{height:560px;margin:0;position:relative;overflow:visible}.art-hero .page-hero-image>img{object-fit:cover;width:100%;height:100%}.art-hero .image-corner{background:var(--orange);place-items:center;width:105px;height:105px;display:grid;bottom:-20px;right:-20px;transform:rotate(8deg)}.photo-edge-label{color:#fff;letter-spacing:.12em;background:#14372dcc;padding:8px 12px;font-size:9px;position:absolute;bottom:14px;left:18px}.art-hero .page-ornament{opacity:.055;pointer-events:none;bottom:0;right:25%}.art-hero.crew .page-hero-image{height:550px;box-shadow:20px 22px 0 var(--orange);transform:rotate(-3deg)}.art-hero.land{background:var(--ink);color:var(--paper)}.art-hero.land .page-hero-copy{grid-template-columns:1.4fr 1fr;align-items:end;gap:70px;display:grid}.art-hero.land h1{font-size:clamp(85px,9vw,140px)}.art-hero.land .page-hero-image{height:480px}.art-hero.land .page-hero-copy p{color:var(--paper)}.art-hero.land .button{background:var(--orange);color:var(--ink)}.art-hero.land .breadcrumbs,.art-hero.land .eyebrow{color:var(--paper)}.art-hero.wood .image-corner{display:none}.art-hero.group-hero .page-hero-grid{grid-template-columns:1fr;gap:15px}.art-hero.group-hero .page-hero-copy{grid-template-columns:1.5fr 1fr;align-items:end;gap:60px;display:grid}.art-hero.group-hero .page-hero-image{height:490px}.art-hero.quiet-hero{padding-bottom:40px}.art-hero.quiet-hero .art-hero-mark{opacity:.4}.art-hero.quiet-hero h1{font-size:clamp(65px,7vw,110px)}.content-chapter{border-top:1px solid var(--line);grid-template-columns:1fr 2fr;align-items:start;gap:80px;padding:65px 0;display:grid;position:relative}.chapter-numeral{color:var(--earth);font:800 135px/.85 Manrope;position:relative}.chapter-numeral svg{opacity:.35;margin-top:40px;display:block;transform:rotate(-12deg)}.chapter-copy{max-width:720px}.chapter-copy h2{font-size:clamp(45px,5.5vw,80px)}.chapter-copy li{border-bottom:1px solid var(--line);padding:9px 0}.content-chapter:has(.chapter-inset){grid-template-columns:.45fr 1.3fr 1fr;gap:45px}.chapter-inset{background:#fff;padding:10px;transform:rotate(3deg);box-shadow:0 18px 35px #14372d18}.chapter-inset img{object-fit:cover;width:100%;height:340px}.chapter-inset span{letter-spacing:.06em;padding:12px 2px 3px;font-size:9px;display:block}.quiet-chapter{grid-template-columns:85px 1fr;gap:40px;padding:40px 0}.quiet-chapter .chapter-numeral svg{display:none}.quiet-chapter .eyebrow{display:none}.related-grid{border-top:1px solid var(--line);display:block}.related-grid>a{border:0;border-bottom:1px solid var(--line);background:0 0;grid-template-columns:60px 1fr 32px;align-items:center;gap:35px;min-height:0;padding:28px 0;display:grid}.related-grid>a:hover{background:var(--leaf);padding-left:15px}.related-grid h3{margin:0;font-size:42px}.related-grid>a>svg:last-child{position:static}.service-row{grid-template-columns:55px 1fr 1fr 35px;gap:40px;padding:55px 0;position:relative}.service-row>svg:first-of-type{opacity:.25;width:75px;height:75px;position:absolute;bottom:55px;left:0;transform:rotate(-12deg)}.service-row .service-number{color:var(--earth);align-self:start;font:800 40px Manrope}.service-row>img{object-fit:cover;width:100%;height:350px;display:block}.service-row h2{font-size:57px}.service-row:nth-child(2n)>img{order:0}.wood-paths{grid-template-columns:1.35fr 1fr;gap:55px}.wood-paths a:nth-child(2){padding-top:100px}.wood-paths a:nth-child(3){background:#e7dfd0;grid-column:1/-1;grid-template-columns:1.4fr 1fr;align-items:center;display:grid}.wood-paths a:nth-child(3)>div{padding:35px}.wood-paths img{height:450px}.pathway-grid{gap:0}.pathway-grid>div{background:var(--leaf);border-top:0;border-right:1px solid var(--line);padding:35px 30px}.pathway-grid h3{font-size:43px}.path-number{opacity:.3;right:20px}.model-section{align-items:start;gap:0}.project-grid .editorial-card:nth-child(2n){padding-top:100px}.poster-footer{background:var(--ink);color:var(--paper);padding-top:55px;overflow:hidden}.footer-poster{padding-bottom:50px;position:relative}.footer-poster-top{justify-content:space-between;align-items:center;gap:30px;display:flex}.footer-poster-top>img{object-fit:contain;width:190px;height:100px}.footer-poster-top .eyebrow{margin:0}.footer-poster h2{letter-spacing:-.025em;z-index:1;margin:65px 0 70px;font-size:clamp(100px,16vw,250px);line-height:.79;position:relative}.footer-poster h2 em{color:var(--orange);font-style:normal}.poster-footer .footer-ornament{opacity:.11;pointer-events:none;position:absolute;top:130px;right:20px}.footer-destination-list{z-index:2;border-top:1px solid #ffffff50;position:relative}.footer-destination-list>a{border-bottom:1px solid #ffffff50;grid-template-columns:50px 1fr 160px 60px;align-items:center;gap:30px;padding:22px 0;transition:padding .25s,background .25s;display:grid}.footer-destination-list>a:hover{background:#ffffff08;padding-inline:20px}.footer-destination-list small{margin-bottom:7px;font-size:11px;display:block}.footer-destination-list strong{font:700 58px/1 Manrope}.footer-destination-list img{object-fit:cover;width:160px;height:90px;transform:rotate(-3deg)}.footer-connect{border-bottom:1px solid #ffffff30;grid-template-columns:1.5fr 1fr;gap:100px;padding:55px 0 60px;display:grid}.footer-connect h3{font-size:65px;line-height:.92}.footer-connect p{max-width:420px;font-size:14px}.footer-connect .eyebrow{color:var(--orange)}.social-inline{gap:13px;margin-top:30px;display:flex}.social-inline>a{border:1px solid #ffffff50;border-radius:50%;place-items:center;width:50px;height:50px;transition:background .2s,transform .2s;display:grid}.social-inline>a:hover{background:var(--forest);transform:translateY(-4px)}.footer-address{flex-direction:column;align-items:flex-start;display:flex}.footer-phone{font:700 49px Manrope}.footer-address p{margin:20px 0}.footer-address .button{margin-top:25px}.poster-footer .footer-directory{grid-template-columns:repeat(5,1fr);gap:35px;padding:50px 0 45px;display:grid}.poster-footer .directory-title{color:var(--paper);margin-bottom:19px;font:700 27px Manrope}.poster-footer .directory-group>a:not(.directory-title){color:#deded3;margin-bottom:12px;font-size:12px;line-height:1.5}.poster-footer .footer-bottom{border-top:1px solid #ffffff30;padding:25px 0;font-size:10px}@media (width>=1600px){.editorial-hero{padding-inline:max(3.5%,50vw - 740px)}.editorial-hero-grid{min-height:760px}.editorial-hero-photo{min-height:710px}}@media (width<=1100px){.editorial-hero-grid{min-height:610px}.editorial-hero-photo{min-height:580px}.hero-story h1{font-size:11vw}.hero-photo-tag{width:90%;padding:18px}.manifesto{grid-template-columns:1fr 3fr;gap:30px}.people-editorial-grid{gap:35px}.people-collage{min-height:560px}.people-collage>img{height:420px}.collage-note{width:155px;padding:18px;right:-5px}.collage-small img{height:180px}.land-service-rail{grid-template-columns:1fr 1fr}.material-head{gap:35px}.material-log img{height:450px}.material-boards img{height:340px}.material-stamp{left:45%}.journal-grid{grid-template-columns:1.4fr 1fr}.journal-grid .editorial-card:last-child{grid-column:2}.journal-grid .editorial-card:nth-child(2){padding-top:60px}.journal-grid .editorial-card:first-child .card-image{height:480px}.closing-people{gap:35px}.art-hero.wood .page-hero-grid{gap:45px}.art-hero .page-hero-image,.art-hero.crew .page-hero-image{height:460px}.art-hero.wood .page-hero-image{height:510px}.service-row{grid-template-columns:35px 1.2fr 1fr 25px;gap:25px}.service-row h2{font-size:44px}.service-row>img{height:300px}.footer-connect{gap:50px}.footer-destination-list strong{font-size:48px}.poster-footer .footer-directory{grid-template-columns:repeat(3,1fr)}.content-chapter:has(.chapter-inset){grid-template-columns:70px 1fr;gap:35px}.chapter-inset{grid-column:2;width:75%}}@media (width<=700px){.wrap{width:calc(100% - 40px)}.nav-wrap{height:76px}.editorial-hero{padding-inline:20px}.hero-edition{letter-spacing:.02em;padding:16px 0;font-size:8px}.hero-edition span:last-child{text-align:right;max-width:125px}.editorial-hero-grid{flex-direction:column;min-height:0;display:flex}.editorial-hero-copy{padding:18px 0 0}.hero-tab-list{gap:28px;margin-bottom:30px}.hero-tab-list button{font-size:12px}.hero-story h1{margin-bottom:25px;font-size:clamp(80px,21.5vw,148px)}.hero-story h1 em{margin-top:12px;font-size:.61em}.hero-story>p:not(.hero-overline){max-width:290px;font-size:15px}.hero-overline{font-size:11px}.hero-coordinate{width:100%;margin-bottom:0;padding-top:23px;font-size:10px}.editorial-hero-photo{height:450px;min-height:450px;margin-top:22px}.hero-photo-tag{width:83%;padding:20px;font-size:12px}.hero-index{font-size:95px}.hero-footnote{letter-spacing:.035em;font-size:8px}.hero-footnote>span{max-width:170px}.hero-footnote a{white-space:nowrap;gap:7px;font-size:11px}.moving-band{padding:13px 0}.moving-band span{gap:25px;padding-right:25px;font-size:31px}.moving-band svg{width:30px}.manifesto{grid-template-columns:1fr;gap:20px;padding:65px 0}.margin-word{display:none}.manifesto h2{font-size:clamp(61px,15vw,100px)}.manifesto-lower{grid-template-columns:1fr;gap:10px;margin-top:30px}.manifesto-lower>p{font-size:27px}.manifesto-lower>div p{font-size:15px}.manifesto-icon{width:230px;right:-10px}.chapter-label{gap:12px;margin-bottom:38px;font-size:8px}.chapter-label .eyebrow{font-size:9px}.people-editorial{padding-top:35px}.people-editorial-grid{grid-template-columns:1fr;gap:30px;padding-bottom:30px}.people-type h2{max-width:420px;font-size:clamp(60px,14vw,95px)}.people-type p{font-size:15px}.people-collage{min-height:510px;padding-bottom:150px;padding-right:12%}.people-collage>img{height:360px}.collage-note{width:145px;padding:16px;top:24px;right:0}.collage-note strong{font-size:25px}.collage-note span{font-size:10px}.collage-small{width:70%;bottom:0;right:5px}.collage-small img{height:175px}.collage-small figcaption{font-size:8px}.collage-number{font-size:120px;left:0}.people-benefits{grid-template-columns:1fr}.people-benefits>a,.people-benefits>a:first-child{border-right:0;border-bottom:1px solid var(--line);gap:15px;padding:24px 0}.people-benefits h3{margin-bottom:8px;font-size:30px}.people-benefits p{font-size:12px}.land-editorial-content{padding-top:55px;padding-bottom:40px}.land-editorial h2{margin:45px 0 30px;font-size:clamp(75px,18vw,125px)}.land-caption{display:block}.land-caption p{max-width:320px;margin-bottom:25px;font-size:15px}.land-ornament{opacity:.13;width:170px;height:170px;bottom:50px;right:-50px}.land-service-rail a{gap:10px;padding:20px 10px;font-size:11px}.land-service-rail a>svg:first-child{flex-shrink:0;width:24px}.land-service-rail a>svg:last-child{width:17px}.material-editorial{padding:55px 0}.material-head{grid-template-columns:1fr;gap:28px}.material-head h2{font-size:clamp(73px,18vw,120px)}.material-head>div{max-width:100%}.material-head>div>svg{width:45px;height:45px}.material-head p{font-size:15px}.material-images{grid-template-columns:1.3fr 1fr;gap:16px;margin-top:30px;padding-bottom:35px}.material-log img{height:320px}.material-boards img{height:230px}.material-boards{transform:translateY(30px)}.material-stamp{gap:3px;width:100px;height:100px;font-size:8px;top:12px;left:43%}.material-stamp svg{width:30px;height:30px}.material-images figcaption{font-size:8px;line-height:1.5}.material-links{margin-top:35px}.material-links a{gap:15px;padding:20px 0;font-size:29px}.material-links svg{width:25px}.impact-block{padding:55px 0}.impact-block h2{font-size:61px}.impact-block .section-heading{display:block}.metrics{grid-template-columns:1fr 1fr;gap:25px;margin:35px 0}.metrics strong{font-size:67px}.metrics>div:first-child strong{font-size:105px}.metrics span{margin-top:12px;font-size:11px}.field-journal{padding:55px 0}.field-journal>h2{margin-bottom:35px;font-size:clamp(64px,16vw,100px)}.journal-grid{grid-template-columns:1fr;gap:35px}.journal-grid .editorial-card:last-child{grid-column:auto}.journal-grid .editorial-card:nth-child(2){padding-top:0}.journal-grid .card-image,.journal-grid .editorial-card:first-child .card-image{height:330px}.journal-grid .editorial-card h3{font-size:37px}.closing-people{grid-template-columns:1fr;gap:30px;padding-bottom:60px}.closing-people>img{height:330px}.closing-people h2{font-size:68px}.art-hero{padding:15px 0 45px}.art-hero-top{padding:23px 0 10px}.art-hero-top .eyebrow{font-size:9px}.art-hero-mark{font-size:8px}.art-hero-mark svg{width:25px;height:25px}.art-hero .page-hero-grid,.art-hero.wood .page-hero-grid,.art-hero.land .page-hero-copy,.art-hero.group-hero .page-hero-copy{grid-template-columns:1fr;gap:23px}.art-hero h1,.art-hero.land h1,.art-hero.quiet-hero h1{font-size:clamp(61px,14vw,90px)}.art-hero .page-hero-copy{padding:10px 0}.art-hero-description p{font-size:15px}.art-hero .page-hero-image,.art-hero.crew .page-hero-image,.art-hero.wood .page-hero-image,.art-hero.group-hero .page-hero-image,.art-hero.land .page-hero-image{height:370px}.art-hero.crew .page-hero-image{width:93%;box-shadow:12px 14px 0 var(--orange);margin-left:2%}.art-hero .image-corner{width:75px;height:75px;bottom:-10px;right:-7px}.art-hero .image-corner svg{width:40px}.art-hero .page-ornament{width:230px}.art-hero.land .page-hero-copy h1,.art-hero.group-hero .page-hero-copy h1{margin:0}.chapter-sections{padding:25px 0 55px}:is(.content-chapter,.content-chapter:has(.chapter-inset),.quiet-chapter){grid-template-columns:45px 1fr;gap:18px;padding:35px 0}.chapter-numeral,.quiet-chapter .chapter-numeral{font-size:50px}.chapter-numeral svg{width:35px;height:35px;margin-top:25px}.chapter-copy .eyebrow{margin-bottom:18px;font-size:9px}.chapter-copy h2,.quiet-chapter h2{font-size:39px}.chapter-copy p,.chapter-copy li{font-size:15px}.chapter-inset{grid-column:2;width:95%}.chapter-inset img{height:250px}.chapter-inset span{font-size:8px}.related-grid>a{grid-template-columns:35px 1fr 25px;gap:17px;padding:23px 0}.related-grid h3{font-size:30px}.related-grid>a>svg{width:30px}.service-row{grid-template-columns:35px 1fr 25px;gap:20px;padding:30px 0}.service-row .service-number{font-size:31px;display:block}.service-row>svg:first-of-type{display:none}.service-row>img{grid-area:2/2;height:260px}.service-row>svg:last-child{grid-area:1/3}.service-row h2{font-size:36px}.service-row p{font-size:14px}.wood-paths{grid-template-columns:1fr;gap:35px}.wood-paths a:nth-child(2){padding-top:0}.wood-paths a:nth-child(3){grid-column:auto;display:block}.wood-paths a:nth-child(3)>div{padding:23px}.wood-paths img{height:330px}.pathway-grid{grid-template-columns:1fr}.pathway-grid>div,.pathway-grid>div:nth-child(2),.pathway-grid>div:nth-child(3){border-right:0;border-bottom:1px solid var(--line);margin:0;padding:30px}.pathway-grid h3{font-size:36px}.model-section>div:nth-child(2),.model-section>div:nth-child(3){margin:0}.project-grid{gap:35px}.project-grid .editorial-card:nth-child(2n){padding-top:0}.project-grid .card-image{height:330px}.poster-footer{padding-top:30px}.footer-poster-top>img{width:130px;height:75px}.footer-poster-top .eyebrow{font-size:8px}.footer-poster h2{margin:40px 0 45px;font-size:clamp(82px,20vw,140px);line-height:.84}.poster-footer .footer-ornament{width:230px;top:65px;right:-65px}.footer-destination-list>a{grid-template-columns:20px 1fr 28px;gap:15px;padding:22px 0}.footer-destination-list img{display:none}.footer-destination-list>a>svg{width:28px}.footer-destination-list strong{font-size:35px}.footer-destination-list small{font-size:9px}.footer-destination-list>a>span{font-size:10px}.footer-poster{padding-bottom:10px}.footer-connect{grid-template-columns:1fr;gap:40px;padding:40px 0}.footer-connect h3{font-size:53px}.footer-connect p{font-size:13px}.footer-connect .text-link{font-size:12px}.footer-phone{font-size:43px}.poster-footer .footer-directory{grid-template-columns:1fr 1fr;gap:30px 25px;padding:35px 0}.poster-footer .directory-title{font-size:25px}.poster-footer .directory-group>a:not(.directory-title){font-size:11px}.poster-footer .footer-bottom{flex-direction:column;align-items:flex-start;gap:17px;font-size:9px;display:flex}.poster-footer .footer-bottom>div{flex-wrap:wrap;gap:15px;display:flex}.social-inline>a{width:45px;height:45px}}.reduced-motion .moving-band>div,.reduced-motion .editorial-hero-photo>img{animation:none}.reduced-motion *{scroll-behavior:auto!important}.reduced-motion .mega-photo img,.reduced-motion .social-inline>a,.reduced-motion .footer-destination-list>a,.reduced-motion .material-links a{transition:none}@media (prefers-reduced-motion:reduce){.moving-band>div,.editorial-hero-photo>img{animation:none!important}}.collage-small>span{padding:12px 4px 3px;font-size:11px;font-weight:800;display:block}.material-images figcaption{justify-content:space-between;align-items:center;gap:10px;display:flex}.field-journal>h2 em,.closing-people h2 em{color:var(--forest);font-style:normal}.chapter-label>a{align-items:center;gap:12px;display:flex}.hero-story{animation:.6s ease-out story-arrive}@keyframes story-arrive{0%{opacity:.4;translate:0 12px}to{opacity:1;translate:0}}.reduced-motion .hero-story{animation:none}.art-hero.page-hero .page-hero-image>img{object-fit:cover;height:100%;max-height:none}.art-hero.page-hero.crew .page-hero-image{padding:0}.art-hero.page-hero.crew .page-hero-image:before{display:none}.art-hero.wood .accent{color:#725c43}.poster-footer .directory-group:last-child{grid-column:auto}.poster-footer .directory-group{gap:5px}.metrics>div,.metrics>div:first-child{border-top:0;border-bottom:1px solid #14372d66;border-left:0;padding-left:0}.art-hero .page-hero-copy,.chapter-copy,.material-head>div,.footer-connect>div,.hero-story{min-width:0}.art-hero h1,.chapter-copy h2{overflow-wrap:break-word}:root{--sans:"Manrope",Arial,sans-serif;--display:"Instrument Serif",Georgia,serif;--paper:#f7f9f5;--ink:#153d31;--forest:#126347;--leaf:#e7f0e8;--line:#153d3124;--elevation:0 24px 65px -30px #06281d55;--soft-shadow:0 12px 40px -20px #173e343d}body{font-family:var(--sans);font-size:17px}h1,h2,h3{letter-spacing:-.048em;text-transform:none;line-height:1.13;font-family:var(--sans)!important;font-weight:500!important}h1 em,h2 em,h3 em,.art-hero h1 .accent{letter-spacing:-.035em;line-height:1.04;font-family:var(--display)!important;font-style:italic!important;font-weight:400!important}h2{font-size:clamp(38px,4.6vw,70px)}h3{letter-spacing:-.035em;font-size:28px}p{font-weight:400;line-height:1.8}.eyebrow{letter-spacing:.12em;font-size:12px;font-weight:600}.tiny-rule{width:20px;height:1px}.wrap{width:min(1380px,100% - 112px)}.fine-print{font-size:13px;line-height:1.7}.button{background:var(--forest);isolation:isolate;border-radius:100px;gap:25px;min-height:58px;padding:17px 20px 17px 27px;font-size:14px;font-weight:600;transition:background .3s,box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px -12px #093f2e66}.button:before{content:"";z-index:-1;background:#0c4836;border-radius:50%;transition:transform .45s cubic-bezier(.2,.7,.3,1),border-radius .45s;position:absolute;inset:0;transform:translateY(103%)}.button:hover:before{border-radius:0;transform:translateY(0)}.button:hover{transform:translateY(-3px);box-shadow:0 14px 30px -12px #093f2e66}.button svg{background:#ffffff17;border-radius:50%;width:30px;height:30px;padding:5px;transition:transform .4s}.button:hover svg{transform:rotate(45deg)}.button.light{color:#163c30;background:#f6a578}.button.light:before{background:#ffc3a1}.text-link{border-color:#153d3140;gap:20px;padding-bottom:10px;font-size:14px;font-weight:600}.text-link svg{width:24px;height:24px}.green-text{color:var(--forest)}.site-header{box-shadow:none;pointer-events:none;background:0 0;padding:0 28px 14px}.site-header a,.site-header button,.mega,.mobile-menu{pointer-events:auto}.concept-ribbon{color:var(--ink);background:0 0;max-width:1450px;height:37px;margin:auto;padding:0 12px;font-size:10px}.concept-ribbon>span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f9f5e8;border-radius:30px;padding:3px 12px}.ribbon-links{background:#f7f9f5e8;border-radius:30px;gap:18px;padding:3px 14px}.nav-wrap{align-items:stretch;gap:16px;max-width:1450px;height:82px;padding:0}.nav-pill{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fffffff0;border:1px solid #ffffffa3;border-radius:100px;flex:1;align-items:center;gap:24px;min-width:0;padding:0 25px 0 24px;display:flex;box-shadow:0 14px 40px -18px #0c342c66,inset 0 1px #fff}.brand{flex-shrink:0;width:151px}.brand img{object-fit:contain;filter:drop-shadow(0 3px 3px #163c300b);height:69px}.desktop-nav{gap:clamp(3px,1vw,15px)}.desktop-nav button{padding:0 3px;font-size:13px;font-weight:600}.desktop-nav button:after{border-radius:3px;bottom:20px}.nav-actions{gap:15px}.search-link{border-left:1px solid var(--line);padding:8px 0 8px 17px}.donate-link{background:var(--forest);color:#fff;isolation:isolate;white-space:nowrap;border-radius:100px;gap:17px;padding:0 13px 0 24px;font-size:13px;font-weight:600;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 14px 35px -20px #062b1ccc}.donate-link:before{content:"";z-index:-1;background:#f6a578;border-radius:100px;transition:transform .45s cubic-bezier(.2,.8,.3,1);position:absolute;inset:0;transform:translate(-105%)}.donate-link:hover{background:var(--forest);color:var(--ink);transform:translateY(-2px);box-shadow:0 18px 35px -15px #062b1c66}.donate-link:hover:before{transform:translate(0)}.cta-orbit{background:#fff2;border:1px solid #ffffff2b;border-radius:50%;place-items:center;width:46px;height:46px;transition:transform .5s;display:grid}.donate-link:hover .cta-orbit{background:#fff5;transform:rotate(-12deg)}.mega{color:var(--ink);background:linear-gradient(120deg,#fff,#eff6ef);border:1px solid #ffffff85;border-radius:30px;grid-template-columns:1fr 1.3fr 1fr;gap:35px;max-height:calc(100svh - 155px);padding:35px;top:125px;left:35px;right:35px;overflow:auto;box-shadow:0 35px 65px -25px #09281c66}.mega h2{letter-spacing:-.045em;max-width:330px;font-size:38px;line-height:1.16}.mega-intro .eyebrow{font-size:12px}.mega-links a{border-color:var(--line);padding:15px 0;font-size:14px;font-weight:500}.mega-links a:hover{color:var(--forest)}.mega-photo{border-radius:20px;min-height:290px}.mega-photo span{padding:50px 22px 22px;font-weight:500}.mobile-group>button{font-family:var(--sans);letter-spacing:-.04em;font-size:26px}.mobile-menu{pointer-events:auto}.mobile-group>div{border-radius:16px}.editorial-hero{isolation:isolate;color:#fff;background:#0b3024;flex-direction:column;justify-content:center;min-height:max(790px,100svh);margin-top:-133px;padding:210px max(6%,50vw - 690px) 0;display:flex;position:relative;overflow:hidden}.hero-edition{display:none}.editorial-hero-grid{display:contents}.editorial-hero-copy{z-index:3;justify-content:center;align-items:flex-start;width:100%;max-width:950px;min-height:520px;padding:0;position:relative}.hero-story{order:0;max-width:100%;padding-bottom:30px}.hero-overline{text-transform:uppercase;letter-spacing:.15em;color:#d4e9da;align-items:center;gap:13px;margin-bottom:30px;font-size:12px;font-weight:500;display:flex}.hero-overline>span{background:#8fca9e;width:28px;height:1px;display:block}.hero-story h1{letter-spacing:-.053em;text-shadow:0 4px 35px #062b2a1a;max-width:930px;margin-bottom:28px;font-size:clamp(52px,5.6vw,87px);line-height:1.08}.hero-story h1 span{font-weight:500}.hero-story h1 em{color:#e2f1d5;max-width:100%;margin:2px 0 0;font-size:1.2em;line-height:1.05}.hero-story>p:not(.hero-overline){color:#eef4ed;max-width:385px;margin-bottom:25px;font-size:16px;line-height:1.85}.hero-story .button{color:#173e31;background:#f6a578}.hero-story .button:before{background:#ffd3b6}.hero-story .button svg{background:#163d3110}.hero-coordinate{color:#d7e5db;order:2;width:100%;max-width:470px;margin-top:0;padding-top:25px;font-size:12px}.hero-coordinate button{background:#ffffff0a;border-color:#ffffff50}.hero-tab-list{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff09;border:1px solid #fff3;border-radius:50px;order:1;gap:9px;margin:25px 0 0;padding:6px}.hero-tab-list button{color:#edf5ed;border:0;border-radius:40px;gap:9px;padding:10px 19px;font-size:13px;font-weight:500;transition:background .3s,color .3s}.hero-tab-list button span{opacity:.7;font-size:11px}.hero-tab-list button[aria-pressed=true]{color:var(--ink);background:#f5f9ec}.hero-tab-list button:hover{background:#ffffff27}.hero-tab-list button[aria-pressed=true]:hover{background:#fff}.editorial-hero-photo{z-index:-2;height:100%;min-height:0;margin:0;position:absolute;inset:0;overflow:hidden}.editorial-hero-photo>img{object-fit:cover;object-position:68% 46%;width:100%;height:100%;animation:1s ease-out photo-arrive,16s ease-out forwards photo-breathe;position:absolute;inset:0}.editorial-hero:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#06291ded 0%,#092e23b0 39%,#08291d24 75%),linear-gradient(#092e2320 25%,#0000 76%,#0b3024ef 100%);position:absolute;inset:0}.hero-photo-tag{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0c;border:1px solid #fff3;border-radius:20px;gap:14px;width:235px;padding:19px 22px;font-size:12px;font-weight:500;line-height:1.6;position:absolute;bottom:130px;left:auto;right:6%}.hero-photo-tag svg{color:#d5e8bc;width:30px;height:30px}.hero-index{display:none}.hero-footnote{z-index:3;color:#c9dfce;letter-spacing:.08em;border-top:1px solid #ffffff30;margin-top:45px;padding:22px 0 28px;font-size:10px;position:relative}.hero-footnote a{color:#fff;font-size:13px}.moving-band{color:#d0e5cc;background:linear-gradient(90deg,#0b3024,#164a36,#0b3024);border:0;padding:23px 0}.moving-band span{font:400 25px/1.2 var(--display);letter-spacing:.01em;text-transform:lowercase;gap:40px;padding-right:40px}.moving-band svg{opacity:.6;width:25px;height:25px}.manifesto{grid-template-columns:1fr 3fr;gap:65px;padding:115px 0}.manifesto h2{max-width:900px;font-size:clamp(43px,5vw,76px);line-height:1.1}.manifesto h2 em{color:var(--forest);font-size:1.15em}.margin-word{font:400 24px/1.3 var(--display);letter-spacing:0;text-transform:lowercase;margin-top:60px}.manifesto-lower{grid-template-columns:1fr 1.1fr;gap:45px;margin-top:40px}.manifesto-lower>p{font:400 29px/1.4 var(--display);color:#47664e}.manifesto-lower>div p{font-size:16px}.manifesto-icon{opacity:.15;color:#51a56c;top:15px;right:-40px;-webkit-mask-image:linear-gradient(145deg,#000,#0000 85%);mask-image:linear-gradient(145deg,#000,#0000 85%)}.people-editorial{background:radial-gradient(at 80% 30%,#dbeed9 0%,#0000 55%),linear-gradient(160deg,#f7f9f5 0%,#eaf1e5 55%,#f7f9f5 100%);padding-top:40px}.chapter-label{letter-spacing:.09em;border-color:#153d312b;margin-bottom:65px;padding-top:22px;font-size:11px;font-weight:500}.people-editorial-grid{grid-template-columns:1fr 1.12fr;gap:75px;padding-bottom:65px}.people-type h2{letter-spacing:-.052em;max-width:540px;font-size:clamp(46px,4.6vw,72px);line-height:1.12}.people-type h2 em{color:var(--forest);font-size:1.25em}.people-type p{max-width:380px;margin-top:25px;font-size:16px}.people-collage{min-height:610px;padding:0 0 130px;position:relative}.people-collage>img{width:94%;height:490px;box-shadow:var(--elevation);object-position:center;border-radius:120px 24px 24px;transform:none}.collage-small{z-index:2;background:#fff;border:1px solid #fffb;border-radius:20px;width:57%;padding:7px;bottom:0;right:-5px;overflow:hidden;transform:none;box-shadow:0 30px 50px -25px #102f2d66}.collage-small img{object-position:center;border-radius:14px;height:200px}.collage-small>span{font-family:var(--display);text-align:center;padding:7px 4px;font-size:22px;font-style:italic;font-weight:400}.collage-note{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:200px;box-shadow:var(--elevation);z-index:3;background:#ffffffe8;border:1px solid #fff;border-radius:22px;padding:24px;inset:auto auto 80px -30px;transform:none}.collage-note>svg{color:var(--forest);width:36px;height:36px}.collage-note strong{font:500 19px/1.4 var(--sans);letter-spacing:-.035em;margin:12px 0 5px}.collage-note span{color:#436052;font-size:12px}.collage-number{display:none}.people-ambient-icon{color:#65a86e;opacity:.25;z-index:-1;position:absolute;top:-50px;right:-45px;transform:rotate(20deg);-webkit-mask-image:linear-gradient(140deg,#000,#0000 90%);mask-image:linear-gradient(140deg,#000,#0000 90%)}.people-collage{isolation:isolate}.people-benefits{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:var(--soft-shadow);background:#ffffff75;border:1px solid #fffc;border-radius:25px;margin-bottom:80px;overflow:hidden}.people-benefits>a,.people-benefits>a:first-child{border-color:#153d3119;align-items:center;gap:15px;padding:28px}.people-benefits>a:last-child{border:0}.people-benefits>a>span{color:#51715d;font-size:12px}.people-benefits h3{margin-bottom:7px;font-size:20px;line-height:1.3}.people-benefits p{font-size:14px}.people-benefits>a>svg{transition:transform .4s}.people-benefits>a:hover>svg{transform:rotate(45deg)}.people-benefits>a:hover{background:#fff}.land-editorial{background:#08291d;border-radius:32px;margin:0 24px;overflow:hidden;box-shadow:0 35px 70px -35px #153d3166}.land-editorial-photo img{object-position:center 55%}.land-editorial:after{background:linear-gradient(90deg,#082d21df 0%,#0b302483 46%,#082d2120 80%),linear-gradient(#0000 35%,#082b23)}.land-editorial-content{flex-direction:column;justify-content:center;min-height:660px;padding-top:85px;padding-bottom:90px;display:flex}.land-editorial h2{max-width:900px;margin:35px 0;font-size:clamp(63px,7vw,108px);line-height:1.04}.land-editorial h2 em{color:#e5efcd;font-size:1.3em}.land-caption{align-items:center;gap:50px}.land-caption p{color:#eef4eb;font-size:16px;line-height:1.85}.land-ornament{opacity:.2;color:#d8e9c7;bottom:70px;right:4%;-webkit-mask-image:linear-gradient(130deg,#000,#0000 85%);mask-image:linear-gradient(130deg,#000,#0000 85%)}.land-service-rail{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border-color:#ffffff30}.land-service-rail a{border-color:#fff2;padding:25px 20px;font-size:14px;font-weight:500}.land-service-rail a:hover{background:#ffffff13}.material-editorial{padding:110px 0;position:relative}.material-editorial:before{content:"";z-index:-1;background:radial-gradient(#e9ecda80,#0000 70%);position:absolute;inset:190px -15% 0 20%}.material-head{grid-template-columns:1.7fr 1fr;gap:50px}.material-head h2{letter-spacing:-.05em;font-size:clamp(42px,4.8vw,74px);line-height:1.12}.material-head h2 em{color:#72654e;font-size:1.2em}.material-head>div>svg{color:#7e8663;width:43px;height:43px}.material-head p{font-size:16px}.material-images{grid-template-columns:1.55fr 1fr;gap:30px;margin-top:60px;padding-bottom:35px}.material-log img{height:520px;box-shadow:var(--elevation);border-radius:26px}.material-boards{padding-top:95px;transform:none}.material-boards img{height:390px;box-shadow:var(--elevation);border-radius:26px}.material-stamp{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:150px;height:145px;box-shadow:var(--elevation);letter-spacing:.05em;background:#f6f5e8e8;border:1px solid #fff;border-radius:25px;gap:12px;font-size:12px;font-weight:500;transition:translate .4s;top:15px;left:52%;transform:none}.material-stamp:hover{translate:0 -6px}.material-stamp>svg{color:var(--forest);transition:transform .4s}.material-stamp:hover>svg{transform:rotate(45deg)}.material-images figcaption{letter-spacing:.06em;padding:17px 3px;font-size:11px;font-weight:500}.material-links{border-top:0;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:20px;display:grid}.material-links a{font:500 19px/1.4 var(--sans);letter-spacing:-.025em;border-bottom:1px solid #153d3140;gap:20px;padding:20px 0}.material-links a:hover{color:var(--forest);padding-left:0}.material-links a svg{flex-shrink:0;width:24px;transition:transform .4s}.material-links a:hover svg{transform:rotate(45deg)}.impact-block{color:#fff;isolation:isolate;background:#123e2e;padding:95px 0;overflow:hidden}.impact-atmosphere{z-index:-2;position:absolute;inset:0}.impact-atmosphere>img{object-fit:cover;opacity:.25;filter:saturate(.75);width:100%;height:100%}.impact-atmosphere>svg{color:#d3e8b9;opacity:.15;position:absolute;top:10%;right:1%;transform:rotate(-25deg);-webkit-mask-image:linear-gradient(160deg,#000,#0000 85%);mask-image:linear-gradient(160deg,#000,#0000 85%)}.impact-block:after{content:"";z-index:-1;background:radial-gradient(at 85% 35%,#35704966,#0000 60%),linear-gradient(90deg,#103b2fec,#103b2f55);position:absolute;inset:0}.impact-block h2{letter-spacing:-.045em;font-size:clamp(38px,4.2vw,64px);line-height:1.15}.impact-block h2 em{color:#d9e8c7;font-size:1.15em}.impact-block .text-link{border-color:#fff5}.metrics{grid-template-columns:repeat(4,1fr);gap:30px;margin:50px 0 30px}.metrics>div,.metrics>div:first-child{border:0;border-bottom:1px solid #fff4;padding:20px 0 25px}.metrics strong,.metrics>div:first-child strong{font:400 clamp(45px,5.4vw,82px)/1.1 var(--sans);letter-spacing:-.065em}.metrics span{color:#dbe9d6;margin-top:15px;font-size:14px;font-weight:400;line-height:1.5}.impact-block .fine-print{color:#c8ddce;max-width:810px;font-size:12px}.field-journal{padding:100px 0}.field-journal>h2{letter-spacing:-.05em;margin-bottom:50px;font-size:clamp(47px,5.4vw,83px);line-height:1.08}.field-journal>h2 em{color:var(--forest);font-size:1.2em}.journal-grid{grid-template-columns:1.4fr 1fr 1fr;gap:30px}.journal-grid .editorial-card:nth-child(2){padding-top:70px}.card-image{box-shadow:var(--soft-shadow);border-radius:22px}.editorial-card img,.editorial-card:hover img{transform:none}.editorial-card .card-image img{transition:scale .7s}.editorial-card:hover .card-image img{scale:1.04}.journal-grid .editorial-card:first-child .card-image{height:400px}.journal-grid .card-image{height:280px}.card-meta{text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:500}.card-arrow{color:var(--ink);box-shadow:var(--soft-shadow);background:#fffffff0;border-radius:50%;transition:transform .4s}.editorial-card:hover .card-arrow{transform:rotate(45deg)}.editorial-card h3,.journal-grid .editorial-card h3{letter-spacing:-.04em;margin:16px 0 12px;font-size:27px;line-height:1.22}.editorial-card p,.journal-grid .editorial-card p{font-size:15px;line-height:1.8}.closing-people{align-items:center;gap:65px;padding-bottom:100px}.closing-people>img{height:475px;box-shadow:var(--elevation);border-radius:25px}.closing-people h2{letter-spacing:-.05em;font-size:clamp(40px,4.3vw,65px);line-height:1.13}.closing-people h2 em{color:var(--forest);font-size:1.2em}.art-hero{background:radial-gradient(ellipse at 80% 55%,#dcedd8aa,transparent 60%),var(--paper);padding:15px 0 85px}.art-hero .breadcrumbs{font-size:12px}.art-hero-top{padding:25px 0}.art-hero-top .eyebrow{letter-spacing:.09em;font-size:12px}.art-hero-mark{font-size:10px}.art-hero .page-hero-grid{grid-template-columns:1.1fr 1fr;gap:70px;padding-top:15px}.art-hero h1,.art-hero.land h1,.art-hero.quiet-hero h1{letter-spacing:-.05em;margin-bottom:27px;font-size:clamp(43px,5.1vw,78px);line-height:1.1}.art-hero h1 .accent{color:var(--forest);font-size:1.18em}.art-hero-description p{max-width:500px;font-size:16px;line-height:1.85}.art-hero .page-hero-image{height:535px;box-shadow:var(--elevation);border-radius:26px;transform:none}.art-hero.page-hero .page-hero-image>img{border-radius:inherit;height:100%}.art-hero .image-corner{width:100px;height:100px;box-shadow:var(--elevation);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--forest);background:#ffffffe8;border:1px solid #fff;border-radius:25px;bottom:-20px;right:-20px;transform:none}.art-hero .image-corner svg{width:46px;height:46px;transition:transform .6s cubic-bezier(.2,.7,.3,1)}.art-hero .page-hero-image:hover .image-corner svg{transform:rotate(-14deg)}.photo-edge-label{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#153d3180;border-radius:20px;padding:9px 13px;font-size:10px;font-weight:500;bottom:20px;left:20px}.art-hero .page-ornament{opacity:.15;color:#6db87a;bottom:-15px;right:38%;-webkit-mask-image:linear-gradient(150deg,#000,#0000 80%);mask-image:linear-gradient(150deg,#000,#0000 80%)}.art-hero.crew{background:radial-gradient(at 80%,#dbeed7bb,#0000 60%),#f7f9f5}.art-hero.crew .page-hero-image{height:550px;box-shadow:var(--elevation);border-radius:110px 25px 25px;transform:none}.art-hero.crew h1 span:nth-child(2){color:var(--forest)}.art-hero.land{background:radial-gradient(at 90% 10%,#225839,#0e3528 65%);padding-bottom:65px}.art-hero.land .page-hero-copy{grid-template-columns:1.3fr 1fr;align-items:center;gap:70px}.art-hero.land h1 .accent{color:#dcebc6}.art-hero.land .page-hero-grid{grid-template-columns:1fr;gap:35px}.art-hero.land .page-hero-image{border-radius:26px;height:510px;overflow:hidden}.art-hero.land .page-hero-image:after{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#0000 45%,#0e352850);position:absolute;inset:0}.art-hero.land .photo-edge-label{z-index:1}.art-hero.wood{color:var(--ink);background:radial-gradient(at 80% 45%,#e7e6d4,#0000 65%),#f8f8f1}.art-hero.wood h1 .accent{color:#776d50}.art-hero.wood .page-hero-grid{grid-template-columns:1.15fr 1fr;gap:70px}.art-hero.wood .page-hero-image{border-radius:26px;height:570px;overflow:visible}.art-hero.wood .image-corner{color:#776d50;display:grid}.art-hero.wood .page-hero-image img{border-radius:26px}.art-hero.group-hero .page-hero-grid{grid-template-columns:1fr}.art-hero.group-hero .page-hero-copy{grid-template-columns:1.3fr 1fr;gap:80px}.art-hero.group-hero .page-hero-image{height:520px;overflow:hidden}.art-hero.quiet-hero{background:radial-gradient(ellipse at 85% 30%,#e2eedf,transparent 55%),var(--paper);padding-bottom:50px}.art-hero.quiet-hero .page-hero-grid{display:block}.art-hero.quiet-hero .page-hero-copy{max-width:1000px}.art-hero.quiet-hero .page-hero-copy p{max-width:730px}.chapter-sections{padding:35px 0 80px}.content-chapter{border-color:var(--line);grid-template-columns:.65fr 2fr;gap:65px;padding:60px 0}.chapter-numeral{font:400 85px/1 var(--display);color:#80947b}.chapter-numeral svg{color:#4e9564;opacity:.35;margin-top:25px;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.chapter-copy h2{letter-spacing:-.04em;font-size:clamp(33px,3.5vw,52px);line-height:1.18}.chapter-copy .eyebrow{font-size:12px}.chapter-copy p,.chapter-copy li{font-size:16px;line-height:1.85}.chapter-copy ul{padding-left:20px}.chapter-inset{box-shadow:var(--elevation);background:#fff;border-radius:22px;padding:0;overflow:hidden;transform:none}.chapter-inset img{height:350px}.chapter-inset span{letter-spacing:.06em;padding:17px;font-size:10px}.quiet-chapter h2{font-size:35px}.quiet-chapter .chapter-numeral{font-size:50px}.related .section-heading h2,.related h2{font-size:40px}.related-grid>a{border-radius:0;gap:25px;padding:26px 0}.related-grid h3{font-size:26px;line-height:1.25}.related-grid>a>svg:first-child{width:47px;height:47px;color:var(--forest);background:linear-gradient(145deg,#e0edde,#eaf1e800);border-radius:14px;padding:9px;transition:transform .4s}.related-grid>a:hover>svg:first-child{transform:rotate(-12deg)}.related-grid>a:hover{background:linear-gradient(90deg,#e7f0e880,#0000)}.service-row{grid-template-columns:40px 1fr 1.1fr 30px;gap:35px;padding:45px 0}.service-row h2{font-size:35px;line-height:1.25}.service-row p{font-size:16px}.service-row>img{height:330px;box-shadow:var(--soft-shadow);border-radius:22px;transform:none}.service-row:hover img{transform:none}.service-row .service-number{font:400 40px var(--display)}.service-row>svg:first-of-type{opacity:.2;-webkit-mask-image:linear-gradient(135deg,#000,#0000 90%);mask-image:linear-gradient(135deg,#000,#0000 90%)}.crew-path>h2,.wood-intro h2,.wood-process-teaser h2,.about-intro h2,.impact-explanation>h2,.contact-direct h2{letter-spacing:-.045em;font-size:clamp(40px,4.5vw,67px);line-height:1.14}.crew-path>h2 em,.wood-intro h2 em,.wood-process-teaser h2 em,.about-intro h2 em,.contact-direct h2 em{color:var(--forest);font-size:1.15em}.pathway-grid{align-items:start;gap:20px}.pathway-grid>div,.pathway-grid>div:nth-child(2),.pathway-grid>div:nth-child(3){box-shadow:var(--soft-shadow);background:linear-gradient(145deg,#fff,#edf4e8);border:1px solid #fffc;border-radius:24px;padding:33px}.pathway-grid>div:nth-child(2){background:linear-gradient(150deg,#f1f6e9,#e0eedb);margin-top:40px}.pathway-grid>div:nth-child(3){background:linear-gradient(150deg,#fff6ed,#f6e3cc);margin-top:80px}.pathway-grid h3{font-size:27px;line-height:1.2}.pathway-grid p{font-size:16px}.path-number{font-family:var(--display);opacity:.15;font-weight:400}.pathway-grid>div>svg{width:48px;height:48px;color:var(--forest);transition:transform .5s}.pathway-grid>div:hover>svg{transform:rotate(-12deg)}.recruit-banner{color:#fff;box-shadow:var(--elevation);background:radial-gradient(at 95% 20%,#38774b,#133f2c);border-radius:26px;padding:50px}.recruit-banner h3{font-size:38px;line-height:1.2}.recruit-banner h3 em{color:#d8e8c8}.recruit-banner p{font-size:16px}.faq h2{font-size:48px;line-height:1.15}.faq summary{font-size:16px;font-weight:500}.faq details p{font-size:16px}.wood-paths{gap:35px}.wood-paths img{box-shadow:var(--soft-shadow);border-radius:24px;transform:none!important}.wood-paths h3{font-size:28px}.wood-paths a:nth-child(3){background:linear-gradient(110deg,#f1f3e9,#e6ecde);border-radius:25px;overflow:hidden}.wood-paths a:nth-child(3) img{border-radius:0}.wood-process-teaser>img{box-shadow:var(--elevation);border-radius:25px}.project-grid{gap:50px 45px}.project-grid .card-image{height:400px}.project-story article h2{font-size:36px;line-height:1.25}.project-story article p{font-size:17px;line-height:1.85}.project-gallery img{border-radius:20px}.process-step h2{font-size:44px;line-height:1.18}.process-step h2 em{color:var(--forest)}.process-image{box-shadow:var(--elevation);border-radius:25px;overflow:hidden}.process-step p{font-size:16px}.species-visual{box-shadow:var(--soft-shadow);background:radial-gradient(at 80% 10%,#f4e3bc88,#0000 75%),linear-gradient(140deg,#ede8d9,#f6f5ed);border-radius:20px}.species-visual>strong{font:400 45px/1.1 var(--display);text-transform:none;letter-spacing:-.025em}.species-visual>svg{opacity:.16;-webkit-mask-image:linear-gradient(140deg,#000,#0000 90%);mask-image:linear-gradient(140deg,#000,#0000 90%)}.species-caption{font-size:13px}.catalog-note,.catalog-library-image{border-radius:20px}.catalog-contact h3{font-size:35px}.inquiry-layout form{box-shadow:var(--elevation);background:linear-gradient(160deg,#fff,#f3f7ef);border:1px solid #fff;border-radius:26px}.inquiry-layout form>h2{font-size:33px}.inquiry-layout label{font-size:14px;font-weight:500}.inquiry-layout input,.inquiry-layout select,.inquiry-layout textarea{background:#fffc;border-radius:12px;font-size:16px}.inquiry-layout aside h3{font-size:35px;line-height:1.2}.inquiry-layout aside>svg{opacity:.55;transform:rotate(-10deg);-webkit-mask-image:linear-gradient(130deg,#000,#0000 95%);mask-image:linear-gradient(130deg,#000,#0000 95%)}.inquiry-layout aside p{font-size:16px}.report-cover{box-shadow:var(--elevation);background:radial-gradient(at 100% 0,#70a36c,#173e31);border-radius:22px;transform:none!important}.report-cover strong{font-family:var(--display);font-weight:400}.report-row h2{font-size:42px}.team-grid{gap:45px 30px}.person>img,.person-no-photo{box-shadow:var(--soft-shadow);border-radius:24px}.person h2{margin:20px 0 10px;font-size:25px;line-height:1.2}.person-role,.person summary{font-size:13px}.person details p{font-size:15px}.model-section{gap:20px}.model-section>div{box-shadow:var(--soft-shadow);background:linear-gradient(150deg,#fff,#edf4e9);border-radius:24px;padding:35px}.model-section h3{font-size:28px;line-height:1.25}.model-section>div:nth-child(2){margin-top:40px}.model-section>div:nth-child(3){margin-top:80px}.model-section p{font-size:16px}.model-section>div>svg{opacity:.6;transition:transform .45s}.model-section>div:hover>svg{transform:rotate(-12deg)}.contact-options>a{box-shadow:var(--soft-shadow);background:radial-gradient(at 100% 0,#e5eedc,#f9fbf6);border:1px solid #fff;border-radius:24px;overflow:hidden}.contact-options h2{z-index:1;font-size:28px;line-height:1.25;position:relative}.contact-options p{z-index:1;font-size:16px;position:relative}.contact-options>a>svg:first-child{opacity:.17;width:135px;height:135px;transition:transform .5s;position:absolute;top:-10px;right:-15px;transform:rotate(-20deg);-webkit-mask-image:linear-gradient(130deg,#000,#0000 90%);mask-image:linear-gradient(130deg,#000,#0000 90%)}.contact-options>a:hover>svg:first-child{transform:rotate(-8deg)}.contact-options>a{padding-top:55px}.big-contact{font-family:var(--sans);letter-spacing:-.04em;overflow-wrap:anywhere;font-size:32px}.search-box{box-shadow:var(--soft-shadow);background:#fff;border-radius:22px}.search-results h2,.news-list h2{font-size:28px;line-height:1.3}.source-content article h2{font-size:31px;line-height:1.25}.source-content article p{font-size:17px;line-height:1.85}.proposal-hero{background:radial-gradient(at 80% 40%,#e4efdc,#0000 60%);padding:65px 0}.proposal-hero h1{letter-spacing:-.05em;font-size:clamp(43px,5.5vw,83px);line-height:1.1}.proposal-hero h1 em{color:var(--forest);font-size:1.13em}.proposal-intro h2{font-size:44px;line-height:1.15}.proposal-body .content-row h2{font-size:30px;line-height:1.25}.proposal-contact{color:#fff;background:radial-gradient(at 90% 10%,#37784b,#163f2e);border-radius:26px;padding:60px}.proposal-contact h2{font-size:49px;line-height:1.15}.proposal-contact h2 em{color:#d8e8c8}.not-found h1{font-size:clamp(55px,7vw,100px);line-height:1.1}.poster-footer{isolation:isolate;color:#f2f7ed;background:radial-gradient(at 82% 15%,#2c6842aa,#0000 53%),linear-gradient(140deg,#0e3227,#09261e);padding-top:55px;position:relative}.poster-footer:before{content:"";background:linear-gradient(90deg,#0000,#b4cf9777,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer-poster{padding-bottom:35px}.footer-poster-top{align-items:center}.footer-poster-top>img{filter:drop-shadow(0 8px 18px #0002);width:220px;height:110px}.footer-poster-top .eyebrow{letter-spacing:.08em;color:#cadfc9;font-size:12px;font-weight:400}.footer-poster h2{letter-spacing:-.05em;max-width:1100px;margin:55px 0 60px;font-size:clamp(54px,6.5vw,100px);line-height:1.08}.footer-poster h2 em{color:#d6e9bd;font-size:1.2em}.poster-footer .footer-ornament{opacity:.17;color:#b9d697;width:370px;height:370px;top:80px;right:-30px;-webkit-mask-image:linear-gradient(120deg,#000,#0000 80%);mask-image:linear-gradient(120deg,#000,#0000 80%)}.footer-destination-list{border-top:1px solid #ffffff25}.footer-destination-list>a{border-color:#ffffff25;grid-template-columns:35px 1fr 145px 40px;gap:30px;padding:22px 0}.footer-destination-list>a:hover{background:linear-gradient(90deg,#ffffff07,#0000);border-radius:18px;padding-left:12px;padding-right:12px}.footer-destination-list small{color:#bcd2bf;font-size:12px;font-weight:400}.footer-destination-list strong{font:400 34px/1.2 var(--sans);letter-spacing:-.04em}.footer-destination-list img{opacity:.8;border-radius:14px;width:145px;height:85px;transition:opacity .4s;transform:none}.footer-destination-list>a:hover img{opacity:1}.footer-destination-list>a>svg{color:#d7e7c5;width:35px;transition:transform .4s}.footer-destination-list>a:hover>svg{transform:rotate(45deg)}.footer-destination-list>a>span{color:#c1d6ac;font-size:12px}.footer-connect{gap:90px;padding:55px 0}.footer-connect h3{letter-spacing:-.04em;font-size:40px;line-height:1.16}.footer-connect h3 em{color:#d5e6bf;font-size:1.2em}.footer-connect .eyebrow{color:#c6dcaf;font-size:12px}.footer-connect p{color:#c5d8c9;font-size:14px}.footer-connect .text-link{border-color:#ffffff40}.footer-phone{font:400 36px/1.25 var(--sans);letter-spacing:-.045em;margin-bottom:12px}.footer-address>a:not(.footer-phone):not(.button){font-size:14px}.social-inline{gap:12px}.social-inline>a{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff06;border-color:#ffffff30;width:48px;height:48px}.social-inline>a:hover{color:#133c2d;background:#d5e6bf;transform:translateY(-4px)rotate(-8deg)}.poster-footer .directory-title{font:500 18px/1.3 var(--sans);letter-spacing:-.02em}.poster-footer .directory-group>a:not(.directory-title){color:#bdd1c3;font-size:13px;line-height:1.65}.poster-footer .footer-directory{gap:35px;padding:45px 0}.poster-footer .footer-bottom{color:#a9c1af;font-size:11px}.footer-bottom button{font-size:12px}@media (width>=1600px){.editorial-hero{padding-inline:max(6%,50vw - 690px)}.editorial-hero-copy{min-height:570px}.editorial-hero-photo{min-height:0}.hero-story h1{font-size:88px}}@media (width<=1200px){.nav-pill{gap:15px;padding-inline:19px}.brand{width:130px}.desktop-nav{gap:7px}.desktop-nav button{font-size:12px}.donate-link{gap:12px;padding-left:20px;font-size:12px}.cta-orbit{width:40px;height:40px}.nav-actions{gap:10px}.search-link{padding-left:12px}.wrap{width:calc(100% - 80px)}.people-editorial-grid{gap:45px}.people-collage>img{height:450px}.collage-note{width:175px;padding:20px;left:-15px}.material-head{gap:35px}.material-head h2{font-size:51px}.material-stamp{left:48%}.journal-grid{gap:22px}.journal-grid .editorial-card h3{font-size:23px}.art-hero .page-hero-grid,.art-hero.wood .page-hero-grid{gap:45px}.art-hero h1,.art-hero.land h1{font-size:59px}.service-row{gap:25px}.service-row h2{font-size:30px}.footer-destination-list strong{font-size:29px}.model-section>div{padding:25px}.model-section h3{font-size:25px}.metrics strong,.metrics>div:first-child strong{font-size:62px}}@media (width<=980px){.site-header{padding-inline:20px}.nav-wrap{height:76px}.nav-pill{justify-content:space-between;padding-inline:23px}.brand{width:145px}.desktop-nav{display:none}.mobile-toggle{padding:8px;display:flex}.nav-actions{gap:18px}.search-link{border:0;padding:8px}.donate-link{padding:0 12px 0 23px;font-size:13px}.concept-ribbon{padding-inline:0}.editorial-hero{min-height:820px;margin-top:-127px;padding-top:180px}.hero-story h1{max-width:700px;font-size:66px}.hero-photo-tag{display:none}.editorial-hero-copy{max-width:750px;min-height:545px}.hero-footnote{margin-top:20px}.manifesto{grid-template-columns:1fr;gap:15px;padding:80px 0}.manifesto-margin .eyebrow{margin-bottom:20px}.margin-word{display:none}.manifesto h2{font-size:64px}.manifesto-lower{max-width:800px}.people-editorial-grid{grid-template-columns:1fr 1.1fr;gap:35px}.people-type h2{font-size:46px}.people-collage{min-height:540px}.people-collage>img{border-top-left-radius:80px;height:410px}.collage-small img{height:160px}.collage-note{width:160px;padding:18px;bottom:70px;left:-5px}.collage-note strong{font-size:17px}.people-benefits>a,.people-benefits>a:first-child{grid-template-columns:1fr 22px;gap:13px;padding:23px 18px}.people-benefits>a>span{display:none}.people-benefits h3{font-size:18px}.people-benefits p{font-size:13px}.land-editorial{margin-inline:18px}.land-editorial h2{font-size:83px}.land-caption{gap:30px}.land-service-rail{grid-template-columns:1fr 1fr}.material-head{grid-template-columns:1.5fr 1fr;gap:25px}.material-head h2{font-size:44px}.material-head p{font-size:15px}.material-log img{height:440px}.material-boards img{height:330px}.material-stamp{width:125px;height:125px;font-size:10px}.material-links a{font-size:17px}.journal-grid{grid-template-columns:1.3fr 1fr}.journal-grid .editorial-card:last-child{grid-column:2}.closing-people{gap:35px}.closing-people h2{font-size:45px}.closing-people>img{height:390px}.art-hero h1,.art-hero.land h1{font-size:49px}.art-hero .page-hero-image,.art-hero.crew .page-hero-image,.art-hero.wood .page-hero-image{height:460px}.art-hero.land .page-hero-image,.art-hero.group-hero .page-hero-image{height:470px}.art-hero.land .page-hero-copy,.art-hero.group-hero .page-hero-copy{gap:40px}.art-hero-description p{font-size:16px}.pathway-grid{gap:14px}.pathway-grid>div,.pathway-grid>div:nth-child(2),.pathway-grid>div:nth-child(3){padding:23px}.pathway-grid h3{font-size:24px}.pathway-grid p{font-size:15px}.path-number{font-size:50px}.service-row{grid-template-columns:30px 1fr 1fr 25px;gap:20px}.service-row>img{height:290px}.service-row>svg:first-of-type{width:48px;height:48px}.service-row h2{font-size:27px}.metrics{grid-template-columns:1fr 1fr}.metrics strong,.metrics>div:first-child strong{font-size:65px}.footer-poster h2{font-size:70px}.footer-connect{gap:45px}.footer-phone{font-size:29px}.poster-footer .footer-directory{grid-template-columns:repeat(3,1fr)}.model-section{grid-template-columns:1fr;gap:20px}.model-section>div:nth-child(2),.model-section>div:nth-child(3){margin:0}.model-section>div{padding:35px}.model-section h3{font-size:28px}}@media (width<=700px){.wrap{width:calc(100% - 44px)}body{font-size:16px}.site-header{padding:0 12px 12px}.concept-ribbon{justify-content:center;height:32px;font-size:9px}.concept-ribbon>span{padding:2px 10px}.ribbon-links{display:none}.nav-wrap{gap:9px;height:67px}.nav-pill{gap:10px;padding:0 14px}.brand{width:119px}.brand img{height:60px}.nav-actions{gap:3px}.search-link{padding:6px}.search-link svg{width:21px;height:21px}.mobile-toggle{padding:6px}.mobile-toggle svg{width:24px;height:24px}.donate-link{justify-content:center;gap:0;width:64px;min-width:64px;padding:0}.donate-link>span:first-child{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.cta-orbit{background:0 0;border:0;width:44px;height:44px}.cta-orbit svg{width:26px;height:26px}.editorial-hero{justify-content:flex-start;min-height:820px;margin-top:-111px;padding:165px 25px 0}.editorial-hero-copy{justify-content:flex-start;max-width:100%;min-height:580px}.hero-story{padding-bottom:10px}.hero-overline{letter-spacing:.11em;margin-bottom:27px;font-size:10px}.hero-story h1{letter-spacing:-.05em;max-width:100%;margin-bottom:28px;font-size:clamp(43px,10.8vw,64px);line-height:1.12}.hero-story h1 em{margin-top:7px;font-size:1.22em;line-height:1.04}.hero-story>p:not(.hero-overline){max-width:280px;margin-bottom:24px;font-size:15px;line-height:1.85}.hero-story .button{min-height:56px;padding:14px 16px 14px 23px;font-size:13px}.hero-tab-list{gap:3px;margin-top:22px;padding:5px}.hero-tab-list button{gap:7px;padding:10px 15px;font-size:12px}.hero-tab-list button span{font-size:10px}.hero-coordinate{gap:10px;max-width:100%;margin-top:auto;padding-top:22px;font-size:11px}.hero-coordinate>svg{width:18px}.hero-coordinate button{padding:9px}.editorial-hero-photo{height:100%;min-height:0;margin:0;inset:0}.editorial-hero-photo>img{object-position:62% center}.editorial-hero:after{background:linear-gradient(90deg,#06291dd9,#06291d80 80%),linear-gradient(#0b302430,#0000 65%,#0b3024)}.hero-footnote{letter-spacing:.04em;gap:15px;margin-top:20px;padding:20px 0 25px;font-size:8px}.hero-footnote>span{max-width:190px}.hero-footnote a{gap:6px;font-size:11px}.moving-band{padding:17px 0}.moving-band span{gap:28px;padding-right:28px;font-size:23px}.moving-band svg{width:22px;height:22px}.manifesto{gap:5px;padding:65px 0}.manifesto h2{font-size:clamp(37px,9.3vw,57px);line-height:1.14}.manifesto h2 em{font-size:1.2em}.manifesto-lower{grid-template-columns:1fr;gap:15px;margin-top:25px}.manifesto-lower>p{font-size:26px;line-height:1.4}.manifesto-lower>div p{font-size:16px}.manifesto-icon{opacity:.14;width:230px;top:70px;right:-35px}.chapter-label{letter-spacing:.05em;align-items:flex-start;gap:20px;margin-bottom:40px;padding-top:18px;font-size:10px}.chapter-label>span:last-child{text-align:right;max-width:155px}.chapter-label>a{white-space:nowrap;gap:7px;font-size:11px}.people-editorial{padding-top:20px}.people-editorial-grid{grid-template-columns:1fr;gap:35px;padding-bottom:40px}.people-type h2{max-width:460px;font-size:clamp(42px,10.4vw,64px);line-height:1.12}.people-type h2 em{font-size:1.25em}.people-type p{max-width:340px;margin-top:25px;font-size:16px}.people-collage{width:100%;max-width:500px;min-height:520px;margin-top:5px;padding-bottom:140px}.people-collage>img{border-radius:75px 20px 20px;width:94%;height:380px}.collage-small{border-radius:17px;width:61%;bottom:0;right:0}.collage-small img{border-radius:12px;height:165px}.collage-small>span{font-size:20px}.collage-note{border-radius:18px;width:155px;padding:18px;bottom:64px;left:-5px}.collage-note>svg{width:29px;height:29px}.collage-note strong{margin:10px 0 5px;font-size:16px}.collage-note span{font-size:11px}.people-ambient-icon{width:180px;top:-25px;right:-30px}.people-benefits{border-radius:22px;grid-template-columns:1fr;margin-bottom:50px}.people-benefits>a,.people-benefits>a:first-child{border-bottom:1px solid #153d3118;border-right:0;grid-template-columns:22px 1fr 23px;gap:15px;padding:22px}.people-benefits>a>span{font-size:11px;display:block}.people-benefits h3{font-size:20px}.people-benefits p{font-size:14px}.land-editorial{border-radius:25px;margin-inline:10px}.land-editorial-content{justify-content:center;min-height:620px;padding-top:60px;padding-bottom:50px}.land-editorial h2{margin:32px 0;font-size:clamp(52px,12.5vw,80px);line-height:1.06}.land-editorial h2 em{font-size:1.22em}.land-caption{display:block}.land-caption p{max-width:310px;margin-bottom:27px;font-size:16px}.land-editorial .eyebrow{font-size:11px}.land-ornament{opacity:.15;width:170px;height:170px;bottom:45px;right:-30px}.land-service-rail{grid-template-columns:1fr 1fr;width:calc(100% - 36px)}.land-service-rail a{gap:8px;padding:20px 12px;font-size:12px;line-height:1.6}.land-service-rail a>svg:last-child{flex-shrink:0;width:17px}.material-editorial{padding:65px 0}.material-head{grid-template-columns:1fr;gap:27px}.material-head h2{font-size:clamp(36px,9.4vw,58px);line-height:1.13}.material-head h2 em{font-size:1.2em}.material-head>div{max-width:100%}.material-head>div>svg{width:35px;height:35px}.material-head p{margin:15px 0 22px;font-size:16px}.material-images{grid-template-columns:1.25fr 1fr;gap:15px;margin-top:30px;padding-bottom:15px}.material-log img{border-radius:18px;height:330px}.material-boards{padding-top:65px;transform:none}.material-boards img{border-radius:18px;height:255px}.material-stamp{border-radius:18px;gap:8px;width:96px;height:100px;font-size:9px;line-height:1.5;top:10px;left:43%}.material-stamp>svg{width:26px;height:26px}.material-images figcaption{letter-spacing:.03em;gap:7px;padding-top:14px;font-size:9px;line-height:1.7}.material-images figcaption>svg{flex-shrink:0;width:17px}.material-links{grid-template-columns:1fr;gap:0;margin-top:10px}.material-links a{letter-spacing:-.02em;padding:19px 0;font-size:18px}.impact-block{padding:65px 0}.impact-block h2{font-size:clamp(34px,8.5vw,49px);line-height:1.15}.impact-block .section-heading{display:block}.impact-block .text-link{margin-top:5px;font-size:13px}.metrics{grid-template-columns:1fr 1fr;gap:15px 25px;margin:30px 0}.metrics strong,.metrics>div:first-child strong{letter-spacing:-.065em;font-size:clamp(40px,10.4vw,65px)}.metrics>div,.metrics>div:first-child{padding:20px 0}.metrics span{margin-top:12px;font-size:12px}.impact-block .fine-print{font-size:11px;line-height:1.7}.field-journal{padding:65px 0}.field-journal>h2{margin-bottom:35px;font-size:clamp(46px,11vw,68px);line-height:1.08}.journal-grid{grid-template-columns:1fr;gap:35px}.journal-grid .editorial-card:nth-child(2){padding-top:0}.journal-grid .editorial-card:last-child{grid-column:auto}.journal-grid .card-image,.journal-grid .editorial-card:first-child .card-image{height:340px}.journal-grid .editorial-card h3,.editorial-card h3{font-size:27px;line-height:1.25}.journal-grid .editorial-card p,.editorial-card p{font-size:16px}.card-meta{font-size:11px}.card-image{border-radius:20px}.closing-people{grid-template-columns:1fr;gap:35px;padding-bottom:65px;overflow:hidden}.closing-people>img{border-radius:22px;height:330px;transform:none!important}.closing-people h2{font-size:clamp(37px,9vw,58px);line-height:1.15}.closing-people h2 em{font-size:1.18em}.art-hero{padding:5px 0 50px}.art-hero .breadcrumbs{font-size:11px}.art-hero-top{gap:20px;padding:25px 0 13px}.art-hero-top .eyebrow{letter-spacing:.06em;max-width:260px;font-size:10px}.art-hero-mark{gap:6px;font-size:8px}.art-hero-mark svg{flex-shrink:0;width:24px;height:24px}.art-hero .page-hero-grid,.art-hero.wood .page-hero-grid,.art-hero.land .page-hero-copy,.art-hero.group-hero .page-hero-copy{grid-template-columns:1fr;gap:22px;padding-top:5px}.art-hero h1,.art-hero.land h1,.art-hero.quiet-hero h1{letter-spacing:-.048em;margin-bottom:24px;font-size:clamp(39px,10vw,62px);line-height:1.13}.art-hero h1 .accent{font-size:1.17em}.art-hero-description p{font-size:16px;line-height:1.85}.art-hero .page-hero-copy{padding:8px 0}.art-hero .page-hero-image,.art-hero.crew .page-hero-image,.art-hero.wood .page-hero-image,.art-hero.group-hero .page-hero-image,.art-hero.land .page-hero-image{border-radius:22px;width:100%;height:380px;margin:5px 0 0}.art-hero.crew .page-hero-image{box-shadow:var(--elevation);border-radius:70px 22px 22px;transform:none}.art-hero .image-corner{border-radius:20px;width:75px;height:75px;bottom:-12px;right:-8px}.art-hero .image-corner svg{width:36px;height:36px}.art-hero .photo-edge-label{padding:8px 10px;font-size:8px;bottom:15px;left:13px}.art-hero .page-ornament{opacity:.12;width:230px;right:-40px}.art-hero.land .page-hero-copy h1,.art-hero.group-hero .page-hero-copy h1{margin-bottom:0}.art-hero.land{padding-bottom:40px}.art-hero.land .page-hero-grid{gap:25px}.art-hero.quiet-hero{padding-bottom:35px}.chapter-sections{padding:20px 0 50px}:is(.content-chapter,.content-chapter:has(.chapter-inset),.quiet-chapter){grid-template-columns:37px 1fr;gap:18px;padding:35px 0}.chapter-numeral,.quiet-chapter .chapter-numeral{font:400 42px/1 var(--display)}.chapter-numeral svg{width:31px;height:31px;margin-top:25px}.chapter-copy h2,.quiet-chapter h2{letter-spacing:-.035em;font-size:29px;line-height:1.23}.chapter-copy .eyebrow{font-size:10px}.chapter-copy p,.chapter-copy li{font-size:16px;line-height:1.85}.chapter-inset{grid-column:2;width:100%;transform:none}.chapter-inset img{height:270px}.chapter-inset span{padding:13px;font-size:9px}.related .section-heading h2,.related h2{font-size:32px;line-height:1.2}.related-grid>a{grid-template-columns:40px 1fr 23px;gap:14px;padding:23px 0}.related-grid h3{font-size:22px;line-height:1.3}.related-grid>a>svg:first-child{width:40px;height:40px;padding:8px}.related-grid>a>svg:last-child{width:22px;height:22px}.service-row{grid-template-columns:26px 1fr 24px;gap:17px;padding:30px 0}.service-row h2{font-size:27px}.service-row p{font-size:16px}.service-row .service-number{font-size:29px}.service-row>img{border-radius:19px;grid-area:2/2;height:270px}.service-row>svg:last-child{grid-area:1/3}.crew-path>h2,.wood-intro h2,.wood-process-teaser h2,.about-intro h2,.impact-explanation>h2,.contact-direct h2{font-size:clamp(36px,9vw,53px);line-height:1.14}.pathway-grid{grid-template-columns:1fr;gap:18px}.pathway-grid>div,.pathway-grid>div:nth-child(2),.pathway-grid>div:nth-child(3){margin:0;padding:30px}.pathway-grid h3{font-size:26px}.pathway-grid p{font-size:16px}.recruit-banner{border-radius:22px;padding:32px 26px}.recruit-banner h3{font-size:31px}.recruit-banner p{font-size:16px}.faq h2{font-size:35px;line-height:1.2}.faq summary,.faq details p{font-size:16px}.wood-paths{grid-template-columns:1fr;gap:35px}.wood-paths h3{font-size:27px}.wood-paths img{height:340px}.wood-paths a:nth-child(2){padding-top:0}.wood-paths a:nth-child(3){display:block}.wood-paths a:nth-child(3)>div{padding:25px}.wood-process-teaser{gap:30px}.wood-process-teaser>img{height:360px}.project-grid .editorial-card:nth-child(2n){padding-top:0}.project-grid .card-image{height:330px}.project-story article h2{font-size:29px}.project-story article p{font-size:16px}.project-gallery img{border-radius:17px}.process-step h2{font-size:34px}.process-step p{font-size:16px}.process-image img{height:330px}.species-visual>strong{font-size:34px}.species-caption{font-size:12px}.catalog-note{padding:22px}.catalog-note p{font-size:14px}.catalog-contact h3{font-size:29px}.inquiry-layout form{padding:30px 22px}.inquiry-layout form>h2{font-size:29px}.inquiry-layout label{font-size:14px}.inquiry-layout aside h3{font-size:32px}.inquiry-layout aside p{font-size:16px}.report-row h2{font-size:33px}.team-grid{gap:32px 18px}.person h2{font-size:22px;line-height:1.2}.person-role,.person summary{font-size:12px}.person>img,.person-no-photo{border-radius:18px;height:250px}.person details p{font-size:15px}.about-intro p{font-size:16px}.model-section>div{padding:28px}.model-section h3{font-size:26px}.contact-options h2{font-size:27px}.contact-options p{font-size:16px}.contact-options>a{padding:40px 26px 26px}.big-contact{font-size:26px;line-height:1.4}.search-results h2,.news-list h2{font-size:24px}.search-results p{font-size:15px}.source-content article h2{font-size:27px}.source-content article p{font-size:16px}.proposal-hero{padding:40px 0}.proposal-hero h1{font-size:clamp(39px,10vw,60px);line-height:1.12}.proposal-hero p{font-size:16px}.proposal-intro h2{font-size:33px}.proposal-body .content-row h2{font-size:27px}.proposal-contact{padding:35px 25px}.proposal-contact h2{font-size:34px;line-height:1.18}.not-found h1{font-size:52px;line-height:1.12}.poster-footer{padding-top:35px}.footer-poster-top>img{width:150px;height:83px}.footer-poster-top .eyebrow{letter-spacing:.04em;gap:8px;font-size:9px}.footer-poster-top .tiny-rule{width:13px}.footer-poster h2{letter-spacing:-.05em;margin:35px 0 40px;font-size:clamp(42px,10.5vw,65px);line-height:1.12}.footer-poster h2 em{font-size:1.2em}.poster-footer .footer-ornament{opacity:.14;width:250px;height:250px;top:90px;right:-65px}.footer-destination-list>a{grid-template-columns:20px 1fr 25px;gap:15px;padding:23px 0}.footer-destination-list strong{font-size:24px;line-height:1.25}.footer-destination-list small{font-size:11px}.footer-destination-list img{display:none}.footer-destination-list>a>svg{width:25px;height:25px}.footer-destination-list>a>span{font-size:10px}.footer-poster{padding-bottom:10px}.footer-connect{grid-template-columns:1fr;gap:40px;padding:35px 0}.footer-connect h3{font-size:34px;line-height:1.2}.footer-connect p{font-size:14px}.footer-connect .eyebrow{font-size:11px}.footer-connect .text-link{font-size:13px}.footer-phone{font-size:31px}.poster-footer .footer-directory{grid-template-columns:1fr 1fr;gap:30px 25px;padding:35px 0}.poster-footer .directory-title{font-size:17px;line-height:1.3}.poster-footer .directory-group>a:not(.directory-title){font-size:12px;line-height:1.65}.poster-footer .footer-bottom{gap:15px;font-size:10px}.footer-bottom button{font-size:11px}.social-inline>a{width:45px;height:45px}}@media (width<=370px){.nav-pill{padding-inline:10px}.brand{width:105px}.search-link{display:none}.donate-link{width:58px;min-width:58px}.hero-story h1{font-size:40px}.hero-tab-list button{padding:10px 12px}.hero-coordinate{font-size:10px}.material-head h2{font-size:34px}.metrics strong,.metrics>div:first-child strong{font-size:37px}.team-grid{grid-template-columns:1fr}.person>img{height:380px}.footer-poster h2{font-size:40px}}.reduced-motion *,.reduced-motion :before,.reduced-motion :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.refined-navigation{padding-inline:36px}.refined-navigation .concept-ribbon{letter-spacing:.015em;max-width:1430px;height:36px;padding-inline:25px;font-size:10px;transition:opacity .3s}.refined-navigation .concept-ribbon>span,.refined-navigation .ribbon-links{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;padding:0}.refined-navigation.over-photo:not(.is-scrolled) .concept-ribbon{color:#fff;text-shadow:0 1px 8px #153d3180}.refined-navigation.is-scrolled .concept-ribbon{opacity:0;pointer-events:none}.refined-navigation.is-scrolled .concept-ribbon a{pointer-events:none}.refined-navigation .nav-wrap{gap:14px;max-width:1430px;height:84px;transition:translate .35s}.refined-navigation.is-scrolled .nav-wrap{translate:0 -22px}.refined-navigation .nav-pill{background:#fffffffa;border:1px solid #fff;border-radius:100px;gap:20px;padding:0 18px 0 28px;box-shadow:0 10px 35px -20px #0a2f2580}.refined-navigation .brand{border-right:1px solid #163d311a;width:176px;padding-right:24px}.refined-navigation .brand img{filter:none;width:151px;height:72px}.refined-navigation .desktop-nav{justify-content:center;align-self:center;align-items:center;gap:4px;height:auto}.refined-navigation .desktop-nav button{letter-spacing:-.02em;border-radius:40px;gap:9px;padding:14px 15px;font-size:14px;font-weight:500;transition:background .25s,color .25s,box-shadow .25s}.refined-navigation .desktop-nav button:after{display:none}.refined-navigation .desktop-nav button:hover{color:#164c35;background:#f0f5eb}.refined-navigation .desktop-nav button.active{background:#eaf2e4;box-shadow:inset 0 0 0 1px #dbe8d1}.refined-navigation .desktop-nav button[data-current=true]{color:#146345}.refined-navigation .desktop-nav button svg{opacity:.6;width:11px;height:11px;transition:transform .3s}.refined-navigation .search-link{background:#f2f5ee;border:0;border-radius:50%;padding:12px}.refined-navigation .search-link svg{width:20px;height:20px}.refined-navigation .search-link:hover{background:#e2edda}.refined-navigation .donate-link{color:#163e31;letter-spacing:-.015em;background:#ed9d70;border:1px solid #f5b994;padding:0 15px 0 27px;font-size:14px;box-shadow:0 10px 35px -20px #0a2f2580}.refined-navigation .donate-link:before{background:#f9c8a7}.refined-navigation .cta-orbit{background:#fff5;border:1px solid #fff5;width:45px;height:45px}.refined-navigation .mega{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fffffff7;border:1px solid #fff;border-radius:28px;grid-template-columns:1fr 1.5fr 1fr;gap:30px;padding:35px;transition:top .35s;top:133px;left:max(36px,50vw - 715px);right:max(36px,50vw - 715px);box-shadow:0 35px 70px -25px #0b302466}.refined-navigation.is-scrolled .mega{top:111px}.mega-intro{isolation:isolate;padding:16px 15px 10px 5px;position:relative;overflow:hidden}.mega-ambient-icon{opacity:.14;color:#539960;z-index:-1;transition:transform .6s;position:absolute;bottom:-20px;right:-25px;transform:rotate(-15deg);-webkit-mask-image:linear-gradient(135deg,#000,#0000 85%);mask-image:linear-gradient(135deg,#000,#0000 85%)}.mega-intro:hover .mega-ambient-icon{transform:rotate(-6deg)}.refined-navigation .mega h2{letter-spacing:-.035em;max-width:285px;margin-bottom:30px;font-size:43px;line-height:1.1;font-family:var(--display)!important;font-weight:400!important}.refined-navigation .mega-intro .eyebrow{margin-bottom:22px;font-size:11px}.refined-navigation .mega-links>a{border-color:#163d3118;grid-template-columns:20px 1fr 18px;gap:11px;padding:18px 3px;font-size:14px;font-weight:500;line-height:1.5;transition:color .25s,background .25s;display:grid}.mega-link-number{opacity:.45;align-self:center;font-size:10px}.refined-navigation .mega-links>a:hover{color:var(--forest);background:#edf4e880}.refined-navigation .mega-photo span{padding:55px 23px 23px;font-size:16px;font-weight:500}.refined-navigation .mega-photo span svg{background:#fff2;border:1px solid #fff4;border-radius:50%;width:35px;height:35px;padding:7px}.editorial-hero:after{background:linear-gradient(90deg,#06291dbb 0%,#092e2370 35%,#08291d10 64%,#0000 85%),linear-gradient(#092e2317,#0000 17% 81%,#0b3024c7 100%)}.hero-story h1{text-shadow:0 2px 24px #062b2a35}.hero-story>p:not(.hero-overline){text-shadow:0 1px 10px #06291d77}.hero-photo-tag{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#153d310b;border-color:#fff5}.refined-navigation .mobile-top{background:#fff;padding:16px 24px}.refined-navigation .mobile-top img{width:165px;height:85px}.refined-navigation .mobile-top button{background:#eef4e8;border-radius:50%;display:flex}.refined-navigation .mobile-menu{background:linear-gradient(155deg,#fff,#eef5e9)}.refined-navigation .mobile-group>button{padding:23px 0;font-size:27px;font-weight:500}.refined-navigation .mobile-group>button>svg{background:#e4eedc;border-radius:50%;width:36px;height:36px;padding:8px}.refined-navigation .mobile-group>div{background:#fffc;border:1px solid #e1eada;margin-top:12px;box-shadow:0 12px 25px -20px #163d3150}.refined-navigation .mobile-group a:first-child{border-bottom:1px solid #163d311a;font-weight:600}.refined-navigation .mobile-utilities{justify-content:space-between;margin:10px 0;font-size:14px}.refined-navigation .mobile-scroll>.button{width:100%}@media (width<=1250px){.refined-navigation{padding-inline:24px}.refined-navigation .nav-pill{gap:12px;padding-left:23px;padding-right:15px}.refined-navigation .brand{width:152px;padding-right:18px}.refined-navigation .brand img{width:133px}.refined-navigation .desktop-nav button{gap:7px;padding:13px 10px;font-size:13px}.refined-navigation .donate-link{gap:13px;padding-left:22px;font-size:13px}.refined-navigation .mega{gap:25px;padding:28px;left:24px;right:24px}}@media (width<=1180px){.refined-navigation .nav-wrap{height:78px}.refined-navigation .nav-pill{justify-content:space-between;padding-inline:24px}.refined-navigation .desktop-nav{display:none}.refined-navigation .brand{width:165px;padding-right:20px}.refined-navigation .brand img{width:145px}.refined-navigation .mobile-toggle{background:#edf3e7;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex}.refined-navigation .mobile-toggle svg{width:23px;height:23px}.refined-navigation .nav-actions{gap:10px}.refined-navigation .mega{display:none}.refined-navigation .donate-link{font-size:14px}.refined-navigation .concept-ribbon{padding-inline:18px}}@media (width<=700px){.refined-navigation{padding-inline:12px;padding-bottom:12px}.refined-navigation .concept-ribbon{justify-content:center;height:32px;padding:0;font-size:9px}.refined-navigation .nav-wrap{gap:9px;height:69px}.refined-navigation .nav-pill{gap:6px;padding:0 12px 0 16px}.refined-navigation .brand{border:0;width:126px;padding-right:10px}.refined-navigation .brand img{width:116px;height:62px}.refined-navigation .search-link{background:0 0;padding:9px}.refined-navigation .search-link svg{width:19px;height:19px}.refined-navigation .mobile-toggle{padding:10px}.refined-navigation .mobile-toggle svg{width:22px;height:22px}.refined-navigation .nav-actions{gap:3px}.refined-navigation .donate-link{gap:0;width:63px;min-width:63px;padding:0}.refined-navigation .cta-orbit{background:0 0;border:0;width:43px;height:43px}.refined-navigation.is-scrolled .nav-wrap{translate:0 -18px}.editorial-hero:after{background:linear-gradient(90deg,#06291da8,#06291d50 70%,#06291d17),linear-gradient(#0000 15% 72%,#0b3024c7)}.hero-overline{text-shadow:0 1px 8px #06291d99}.hero-story h1{text-shadow:0 2px 20px #06291d70}.hero-coordinate{background:#0b302420;border-radius:30px;padding:10px 0 0}.hero-footnote{border-color:#ffffff45}.hero-footnote>span{text-shadow:0 1px 8px #06291d99}}@media (width<=370px){.refined-navigation .brand{width:112px;padding-right:0}.refined-navigation .brand img{width:110px}.refined-navigation .search-link{display:none}.refined-navigation .nav-pill{padding-left:14px}.refined-navigation .donate-link{width:58px;min-width:58px}}.art-hero.map-hero .page-hero-grid{grid-template-columns:1fr;gap:25px}.art-hero.map-hero .page-hero-copy{max-width:950px}.art-hero.map-hero .page-hero-image{background:#fff;border-radius:18px;height:auto;min-height:0;padding:18px}.art-hero.page-hero.map-hero .page-hero-image>img{object-fit:contain;border-radius:0;width:100%;height:auto}.map-hero .photo-edge-label,.map-hero .image-corner{display:none}.map-enlarge{margin:20px 0 0}.source-content article p,.source-content article h2,.source-content blockquote{white-space:pre-line}.testimonial-source blockquote{border-left:2px solid var(--green);font-family:var(--display);letter-spacing:-.01em;margin:35px 0 15px;padding:10px 0 10px 25px;font-size:28px;line-height:1.45}.testimonial-source blockquote+p{color:var(--forest);font-size:14px;font-weight:600}.policy-source article h2{margin-top:40px}.policy-source article p{max-width:850px}@media (width<=700px){.art-hero.map-hero .page-hero-image{height:auto;padding:10px}.testimonial-source blockquote{padding-left:20px;font-size:24px}.map-enlarge{font-size:13px}}.home-art-direction .editorial-hero{background:#14372d;justify-content:flex-end;min-height:max(760px,96svh);padding:190px max(6%,50vw - 690px) 0}.home-art-direction .editorial-hero:after{background:linear-gradient(90deg,#06291db3 0%,#092e2360 35%,#08291d08 72%),linear-gradient(#092e2320 15%,#0000 64%,#08291dbb)}.home-art-direction .editorial-hero-copy{justify-content:flex-start;max-width:850px;min-height:465px}.home-art-direction .hero-story{max-width:820px;min-height:305px;padding-bottom:10px}.home-art-direction .hero-story h1{letter-spacing:-.05em;margin-bottom:26px;font-size:clamp(54px,5.7vw,87px);line-height:1.1;font-weight:400!important}.home-art-direction .hero-story h1 span{font-weight:400}.home-art-direction .hero-story h1 em{color:#e5f0cd;letter-spacing:-.025em;margin-top:1px;font-size:1.14em;line-height:1.08}.home-art-direction .hero-story>p:not(.hero-overline){color:#fff;max-width:430px;font-size:17px;line-height:1.75}.home-art-direction .hero-overline{letter-spacing:.11em;margin-bottom:22px;font-size:12px}.home-art-direction .hero-tab-list{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#14372d4a;border-color:#fff5;gap:4px;margin:12px 0 0;padding:5px}.home-art-direction .hero-tab-list button{padding:11px 18px;font-size:14px}.home-art-direction .hero-tab-list button span{font-size:12px}.home-art-direction .hero-coordinate{gap:12px;max-width:425px;padding-top:17px}.home-art-direction .hero-coordinate>a{color:#f0f4e8;align-items:center;gap:12px;font-size:13px;display:flex}.home-art-direction .hero-coordinate button{justify-content:center;align-items:center;min-width:42px;min-height:42px}.home-art-direction .hero-footnote{margin-top:25px;padding:20px 0 25px;font-size:11px;line-height:1.6}.home-art-direction .editorial-hero-photo>img{object-position:70% 46%;animation:.8s ease-out home-photo-in,22s ease-in-out infinite alternate home-ken-burns}.home-art-direction .hero-photo-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#153d3140;border-radius:6px;width:205px;padding:18px;font-size:13px;line-height:1.6;bottom:130px;right:5%;box-shadow:0 12px 35px #00000010}.home-art-direction .hero-photo-tag svg{width:34px;height:34px}.home-art-direction .hero-story{animation:.55s ease-out home-story-in}.home-art-direction .moving-band{color:#d7e6c1;background:#14372d;padding:15px 0}.home-art-direction .moving-band span{font:400 22px/1.3 var(--display);gap:34px;padding-right:34px}.home-art-direction .moving-band svg{width:22px;height:22px}.home-art-direction .manifesto{grid-template-columns:1fr 3.1fr;gap:45px;padding:95px 0 85px}.home-art-direction .manifesto h2{font-size:clamp(42px,4.4vw,67px);line-height:1.13}.home-art-direction .manifesto-lower{gap:38px;margin-top:30px}.home-art-direction .manifesto-lower>p{font-size:27px;line-height:1.5}.home-art-direction .manifesto-lower>div p{font-size:17px;line-height:1.8}.home-art-direction .manifesto-icon{opacity:.11;width:275px;top:55px;right:-20px}.home-art-direction .margin-word{margin-top:35px;font-size:22px;line-height:1.4}.home-art-direction .people-editorial{background:radial-gradient(at 80% 45%,#d9e7bf8c,#0000 62%),#edf2e8;padding:45px 0 0}.home-art-direction .chapter-label{letter-spacing:.1em;margin-bottom:35px;font-size:11px;font-weight:500;line-height:1.6}.home-art-direction .people-editorial-grid{align-items:center;gap:60px;padding-bottom:55px}.home-art-direction .people-type h2{font-size:clamp(44px,4.8vw,73px);line-height:1.1}.home-art-direction .people-type p{max-width:390px;font-size:17px;line-height:1.8}.home-art-direction .people-collage{min-height:540px;padding-bottom:90px;padding-right:11%}.home-art-direction .people-collage>img{border-radius:5px 75px 5px 5px;height:445px;box-shadow:0 24px 45px -30px #173e3466}.home-art-direction .collage-small{width:51%;bottom:5px;right:0;transform:none;box-shadow:0 20px 40px -25px #173e3444}.home-art-direction .collage-small img{border-radius:4px;height:190px}.home-art-direction .collage-note{background:#f8b386;border-radius:5px;width:180px;padding:22px;top:35px;right:0;transform:none;box-shadow:0 15px 30px -20px #45251055}.home-art-direction .collage-note strong{font-size:28px}.home-art-direction .collage-note span{font-size:13px}.home-art-direction .collage-number{display:none}.home-art-direction .people-benefits{padding-bottom:20px}.home-art-direction .people-benefits>a{padding:28px 30px;transition:background .25s}.home-art-direction .people-benefits>a:hover{background:#d8e6cd66}.home-art-direction .people-benefits h3{font-size:25px}.home-art-direction .people-benefits p{font-size:14px}.home-art-direction .land-editorial{margin-top:0}.home-art-direction .land-editorial-photo:after{background:linear-gradient(90deg,#06291dc9,#06291d42 70%),linear-gradient(#0000 40%,#06291dad)}.home-art-direction .land-editorial-content{padding-top:80px;padding-bottom:60px}.home-art-direction .land-editorial h2{margin:35px 0;font-size:clamp(52px,6vw,88px)}.home-art-direction .land-caption p{max-width:530px;font-size:18px;line-height:1.8}.home-art-direction .land-ornament{opacity:.17;width:260px;bottom:20px;right:2%}.home-art-direction .land-service-rail a{background:#0f352879;padding:23px 19px;font-size:14px;line-height:1.6}.home-art-direction .land-service-rail a:hover{background:#315f48}.home-art-direction .material-editorial{padding:85px 0}.home-art-direction .material-head h2{font-size:clamp(44px,4.8vw,73px);line-height:1.12}.home-art-direction .material-head p{font-size:17px;line-height:1.7}.home-art-direction .material-images{grid-template-columns:1.1fr 1fr;gap:35px;margin-top:42px}.home-art-direction .material-log img{border-radius:5px;height:480px}.home-art-direction .material-boards img{border-radius:5px;height:385px}.home-art-direction .material-boards{transform:translateY(55px)}.home-art-direction .material-stamp{color:#173d31;background:#dce8b6;width:135px;height:135px;font-size:12px;line-height:1.5;transform:none;box-shadow:0 15px 40px -25px #163d3180}.home-art-direction .material-images figcaption{letter-spacing:.06em;font-size:11px;line-height:1.7}.home-art-direction .material-links{margin-top:55px}.home-art-direction .material-links a{padding:23px 0;font-size:29px}.home-art-direction .impact-block{background:radial-gradient(at 90% 0,#dcecb0,#0000 65%),#c4dcae;padding:70px 0}.home-art-direction .impact-block h2{font-size:clamp(43px,4.6vw,68px);line-height:1.1}.home-art-direction .metrics strong{font-size:clamp(50px,5.5vw,80px)}.home-art-direction .metrics span{max-width:245px;font-size:14px;line-height:1.6}.home-art-direction .field-journal{padding:80px 0}.home-art-direction .field-journal>h2{margin-bottom:38px;font-size:clamp(44px,4.8vw,73px)}.home-art-direction .journal-grid .editorial-card h3{font-size:30px;line-height:1.15}.home-art-direction .journal-grid .editorial-card p{font-size:15px;line-height:1.7}.home-art-direction .journal-grid .card-image{border-radius:5px}.home-art-direction .closing-people{gap:55px;padding-bottom:85px}.home-art-direction .closing-people h2{font-size:clamp(42px,4.6vw,68px);line-height:1.15}.home-art-direction .closing-people>img{border-radius:5px;height:420px}.home-art-direction .closing-people>div>p{max-width:420px;font-size:17px;line-height:1.75}.home-art-direction .collage-note{bottom:auto;left:auto}.home-art-direction .land-editorial:after{background:linear-gradient(90deg,#082d21bd 0%,#0b302465 46%,#082d210a 80%),linear-gradient(#0000 35%,#082b23c7)}@media (width<=390px){.refined-navigation .search-link{display:none}.refined-navigation .nav-actions{margin-left:auto}}.refined-navigation .nav-pill{border:1px solid #d3ddcfb8;padding-left:25px;transition:box-shadow .25s,background .25s;box-shadow:0 12px 35px -22px #082f245e,inset 0 1px #fff}.refined-navigation.is-scrolled .nav-pill{background:#fffffff5;box-shadow:0 12px 35px -16px #082f2466}.refined-navigation .desktop-nav button{min-height:44px;font-size:14px}.refined-navigation .desktop-nav button[data-current=true]:after{transform:scaleX(1)}.refined-navigation .desktop-nav button.active{color:#126347}.refined-navigation .desktop-nav button:after{height:2px;bottom:19px;left:7px;right:22px}.refined-navigation .search-link{justify-content:center;min-width:44px;min-height:44px}.refined-navigation .mega{background:#f8faf5;border-radius:14px;grid-template-columns:.85fr 1.35fr .8fr;gap:32px;padding:38px;left:max(28px,50vw - 725px);right:max(28px,50vw - 725px);box-shadow:0 26px 60px -22px #082a2466}.refined-navigation .mega h2{font-size:34px;line-height:1.2;font-weight:400!important}.refined-navigation .mega-intro{padding-top:5px}.refined-navigation .mega-intro .text-link{font-size:14px}.refined-navigation .mega-links{column-gap:24px}.refined-navigation .mega-links a{border-radius:3px;min-height:52px;padding:15px 8px;font-size:14px;line-height:1.5;transition:background .2s}.refined-navigation .mega-links a:hover{color:#153d31;background:#e5eddb}.refined-navigation .mega-link-number{opacity:.6;font-size:11px}.refined-navigation .mega-photo{border-radius:7px;min-height:270px}.refined-navigation .mega-dismiss{z-index:3;background:#edf1e6;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:8px;right:10px}.refined-navigation .mega-dismiss:hover{background:#d6e3c8}.refined-navigation .mega-ambient-icon{opacity:.08}.refined-navigation .mobile-toggle{min-width:44px;min-height:44px}.refined-navigation .mobile-group>button{font-size:25px}.refined-navigation .mobile-group a{padding:14px 10px;font-size:16px}.refined-navigation .mobile-scroll{overscroll-behavior:contain}.refined-navigation .mobile-utilities{flex-wrap:wrap}.home-art-direction .button:hover svg{transform:translate(2px,-2px)}@keyframes home-ken-burns{0%{transform:scale(1)}to{transform:scale(1.055)}}@keyframes home-photo-in{0%{opacity:.4}to{opacity:1}}@keyframes home-story-in{0%{opacity:.65;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.refined-navigation .nav-pill{gap:15px;padding-inline:18px}.refined-navigation .desktop-nav button{font-size:12px}.refined-navigation .mega{grid-template-columns:.85fr 1.3fr;gap:25px}.refined-navigation .mega-photo{display:none}.home-art-direction .hero-photo-tag{width:180px;right:4%}.home-art-direction .people-editorial-grid{gap:35px}.home-art-direction .people-collage{min-height:490px}.home-art-direction .people-collage>img{height:390px}.home-art-direction .manifesto{gap:30px}.home-art-direction .material-log img{height:420px}.home-art-direction .material-boards img{height:330px}}@media (width<=980px){.home-art-direction .editorial-hero{min-height:830px;padding-top:180px}.home-art-direction .hero-photo-tag{display:none}.home-art-direction .manifesto{grid-template-columns:1fr;gap:20px}.home-art-direction .margin-word{display:none}.home-art-direction .people-editorial-grid{grid-template-columns:1fr 1fr}.home-art-direction .people-type h2{font-size:47px}.home-art-direction .collage-note{width:150px;padding:17px}.home-art-direction .collage-note strong{font-size:24px}.home-art-direction .land-service-rail{grid-template-columns:1fr 1fr}.home-art-direction .closing-people{gap:30px}.refined-navigation .mega{display:none}}@media (width<=700px){.home-art-direction .editorial-hero{justify-content:flex-end;min-height:max(790px,100svh);padding:185px 24px 0}.home-art-direction .editorial-hero:after{background:linear-gradient(#072c2215 15%,#072c22ac 51%,#072c22e8 100%)}.home-art-direction .editorial-hero-photo>img{object-position:65% 25%}.home-art-direction .editorial-hero-copy{min-height:460px}.home-art-direction .hero-story{min-height:320px;padding-bottom:0}.home-art-direction .hero-story h1{letter-spacing:-.045em;margin-bottom:22px;font-size:clamp(42px,10.5vw,62px);line-height:1.14}.home-art-direction .hero-story h1 em{font-size:1.13em;line-height:1.12}.home-art-direction .hero-story>p:not(.hero-overline){max-width:340px;font-size:16px;line-height:1.75}.home-art-direction .hero-overline{margin-bottom:18px;font-size:11px}.home-art-direction .hero-tab-list{gap:2px;width:auto;margin-top:5px}.home-art-direction .hero-tab-list button{padding:10px 14px;font-size:13px}.home-art-direction .hero-coordinate{padding-top:13px}.home-art-direction .hero-footnote{gap:15px;margin-top:17px;padding:17px 0 22px;font-size:10px}.home-art-direction .hero-footnote>span{max-width:180px}.home-art-direction .hero-footnote a{font-size:12px}.home-art-direction .moving-band span{font-size:21px}.home-art-direction .manifesto{padding:55px 0}.home-art-direction .manifesto h2{font-size:40px}.home-art-direction .manifesto-lower{grid-template-columns:1fr;gap:15px;margin-top:25px}.home-art-direction .manifesto-lower>p{font-size:26px}.home-art-direction .manifesto-lower>div p{font-size:16px}.home-art-direction .manifesto-icon{width:190px;top:20px;right:0}.home-art-direction .chapter-label{gap:15px;margin-bottom:28px;font-size:10px}.home-art-direction .people-editorial{padding-top:30px}.home-art-direction .people-editorial-grid{grid-template-columns:1fr;gap:30px;padding-bottom:30px}.home-art-direction .people-type h2{max-width:370px;font-size:45px}.home-art-direction .people-type p{font-size:16px}.home-art-direction .people-collage{min-height:430px;padding-bottom:100px;padding-right:10%}.home-art-direction .people-collage>img{border-radius:5px 55px 5px 5px;height:340px}.home-art-direction .collage-small{width:56%;bottom:0}.home-art-direction .collage-small img{height:155px}.home-art-direction .collage-note{width:145px;padding:16px;top:20px}.home-art-direction .collage-note span{font-size:12px}.home-art-direction .people-benefits>a,.home-art-direction .people-benefits>a:first-child{padding:22px 0}.home-art-direction .people-benefits h3{font-size:25px}.home-art-direction .people-benefits p{font-size:14px}.home-art-direction .land-editorial-content{padding-top:50px;padding-bottom:35px}.home-art-direction .land-editorial h2{margin:30px 0;font-size:52px}.home-art-direction .land-caption p{max-width:340px;font-size:16px}.home-art-direction .land-ornament{width:170px;bottom:30px;right:-35px}.home-art-direction .land-service-rail a{gap:10px;padding:19px 12px;font-size:13px}.home-art-direction .material-editorial{padding:55px 0}.home-art-direction .material-head h2{font-size:43px}.home-art-direction .material-head p{font-size:16px}.home-art-direction .material-images{grid-template-columns:1.1fr 1fr;gap:15px;margin-top:30px}.home-art-direction .material-log img{height:315px}.home-art-direction .material-boards img{height:245px}.home-art-direction .material-boards{transform:translateY(40px)}.home-art-direction .material-stamp{width:95px;height:95px;font-size:10px;left:42%}.home-art-direction .material-images figcaption{font-size:10px}.home-art-direction .material-links{margin-top:40px}.home-art-direction .material-links a{padding:20px 0;font-size:25px}.home-art-direction .impact-block{padding:50px 0}.home-art-direction .impact-block h2{font-size:43px}.home-art-direction .metrics strong{font-size:55px}.home-art-direction .metrics>div:first-child strong{font-size:75px}.home-art-direction .metrics span{font-size:13px}.home-art-direction .field-journal{padding:55px 0}.home-art-direction .field-journal>h2{font-size:43px}.home-art-direction .journal-grid .editorial-card h3{font-size:29px}.home-art-direction .closing-people{padding-bottom:55px}.home-art-direction .closing-people>img{height:300px}.home-art-direction .closing-people h2{font-size:42px}.home-art-direction .closing-people>div>p{font-size:16px}.refined-navigation .nav-pill{padding-inline:18px}.refined-navigation .concept-ribbon{font-size:10px}}.home-art-direction.reduced-motion .hero-story,.home-art-direction.reduced-motion .editorial-hero-photo>img{animation:none}.home-art-direction.reduced-motion .button,.home-art-direction.reduced-motion .button:before,.home-art-direction.reduced-motion .button svg{transition:none}.reduced-motion .refined-navigation *{transition:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){.home-art-direction .hero-story,.home-art-direction .editorial-hero-photo>img{animation:none!important}}.lf-footer{color:#edf2e7;background:#112f28;padding:35px 0 0;position:relative}.lf-footer-inner{width:min(1380px,100% - 80px);margin:auto}.lf-footer .lf-footer-kicker{letter-spacing:.11em;text-transform:uppercase;color:#bdcfb7;font-size:11px;font-weight:500;line-height:1.65;display:block}.lf-footer-banner{isolation:isolate;background:#204a38;border-radius:8px;justify-content:space-between;align-items:center;gap:35px;min-height:370px;padding:48px 52px;display:flex;position:relative;overflow:hidden}.lf-footer-landscape{object-fit:cover;object-position:center 55%;z-index:-2;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.lf-footer-banner:after{content:"";z-index:-1;background:linear-gradient(90deg,#0a3024e8,#0a30245c 70%),linear-gradient(#0000,#0d302488);position:absolute;inset:0}.lf-footer-banner h2{letter-spacing:-.045em;margin:19px 0;font-size:clamp(35px,4.1vw,62px);line-height:1.13;font-weight:400!important}.lf-footer-banner h2 em{color:#deedbd;font-size:1.15em;line-height:1.1}.lf-footer-banner p{color:#e3eddd;max-width:520px;margin:0 0 23px;font-size:16px;line-height:1.75}.lf-support-button{color:#193c2e;background:#f5ac7d;border-radius:40px;align-items:center;gap:25px;padding:10px 11px 10px 24px;font-size:14px;font-weight:600;transition:background .3s,box-shadow .3s;display:inline-flex}.lf-support-button>span{background:#193c2e12;border-radius:50%;place-items:center;width:39px;height:39px;transition:transform .3s;display:grid}.lf-support-button:hover{background:#ffd0a8;box-shadow:0 8px 25px #0002}.lf-support-button:hover>span{transform:rotate(-12deg)}.lf-footer-mark{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#103c2b45;border:1px solid #ffffff30;border-radius:8px;flex-direction:column;flex:0 0 245px;align-items:center;gap:18px;padding:30px 20px;display:flex;box-shadow:0 18px 40px -25px #001b1599}.lf-footer-mark img{object-fit:contain;width:205px;height:113px}.lf-footer-mark>span{color:#dfe9d3;letter-spacing:.03em;font-size:12px}.lf-footer-paths{border:1px solid #dce9ca26;border-radius:7px;grid-template-columns:repeat(3,1fr);gap:0;margin:28px 0 36px;display:grid;overflow:hidden}.lf-footer-paths>a{isolation:isolate;background:#1c4034;padding:28px 30px;transition:background .3s;position:relative;overflow:hidden}.lf-footer-paths>a+a{border-left:1px solid #dce9ca26}.lf-footer-paths>a:nth-child(2){background:#234936}.lf-footer-paths>a:nth-child(3){background:#354a34}.lf-footer-paths>a:hover{background:#365b40}.lf-footer-paths>a>div{justify-content:space-between;align-items:center;gap:15px;margin:14px 0 12px;display:flex;position:relative}.lf-footer-paths h3{letter-spacing:-.04em;margin:0;font-size:clamp(23px,2.1vw,31px);line-height:1.2;font-weight:400!important}.lf-footer-paths>a>div>svg{color:#dcebbb;flex:none;transition:transform .3s}.lf-footer-paths>a:hover>div>svg{transform:translate(3px,-3px)}.lf-footer-paths p{color:#cad8c4;max-width:300px;margin:0;font-size:14px;line-height:1.7;position:relative}.lf-footer-paths .lf-path-ghost{color:#d7ebac;opacity:.085;z-index:-1;transition:transform .7s,opacity .5s;position:absolute;bottom:-50px;right:-30px;transform:rotate(-17deg);-webkit-mask-image:linear-gradient(130deg,#000,#0000 90%);mask-image:linear-gradient(130deg,#000,#0000 90%)}.lf-footer-paths>a:hover .lf-path-ghost{opacity:.15;transform:rotate(-10deg)translateY(-8px)}.lf-directory-head{border-bottom:1px solid #dce9ca26;justify-content:space-between;align-items:center;gap:20px;padding:0 0 20px;display:flex}.lf-directory-head .lf-footer-kicker{margin:0}.lf-directory-head>a{color:#dbe7ce;align-items:center;gap:14px;font-size:13px;display:flex}.lf-footer-directory{grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;padding:30px 0 35px;display:grid}.lf-footer-directory details{min-width:0}.lf-footer-directory summary{cursor:pointer;color:#f0f3e8;justify-content:space-between;align-items:center;gap:12px;min-height:30px;margin:0 0 14px;font-size:17px;font-weight:500;line-height:1.4;list-style:none;display:flex}.lf-footer-directory summary::-webkit-details-marker{display:none}.lf-footer-directory summary>svg{opacity:.7;flex:none;width:16px;transition:transform .25s}.lf-footer-directory details[open] summary>svg{transform:rotate(45deg)}.lf-footer-directory details>div{flex-direction:column;align-items:flex-start;gap:0;display:flex}.lf-footer-directory details a{color:#bbceb8;align-items:center;gap:10px;max-width:100%;padding:6px 0;font-size:13px;line-height:1.5;transition:color .2s;display:flex}.lf-footer-directory details a:first-child{color:#e1edcd;margin-bottom:4px}.lf-footer-directory details a:hover{color:#f5b68a;text-underline-offset:5px;text-decoration:underline}.lf-footer-connect{border-top:1px solid #dce9ca26;border-bottom:1px solid #dce9ca26;grid-template-columns:1fr 1fr 1.15fr;gap:40px;padding:32px 0;display:grid}.lf-footer-connect .lf-footer-kicker{margin-bottom:17px}.lf-footer-contact a{align-items:center;gap:12px;display:flex}.lf-footer-contact .lf-footer-phone{letter-spacing:-.025em;margin-bottom:12px;font-size:25px;font-weight:400;line-height:1.4}.lf-footer-contact .lf-footer-email{color:#cadac1;overflow-wrap:anywhere;font-size:14px;line-height:1.6}.lf-footer-contact svg{color:#adca98;flex:none}.lf-footer-address p{color:#cadac1;margin:0 0 11px;font-size:14px;line-height:1.8}.lf-footer-address>a{color:#e5efd3;align-items:center;gap:12px;font-size:13px;display:inline-flex}.lf-footer-follow>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.lf-footer-follow a{border:1px solid #dce9ca30;border-radius:4px;align-items:center;gap:10px;min-width:0;padding:11px 13px;font-size:13px;transition:background .25s,color .25s;display:flex}.lf-footer-follow a>svg{flex:none}.lf-footer-follow a>svg:last-child{opacity:.7;margin-left:auto}.lf-footer-follow a:hover{color:#173d31;background:#dce9ba}.lf-footer-bottom{color:#aabd9f;justify-content:space-between;align-items:center;gap:25px;padding:23px 0 28px;font-size:11px;line-height:1.7;display:flex}.lf-footer-bottom>div{flex-direction:column;gap:4px;display:flex}.lf-footer-bottom>div>a{color:#c4d4b8;align-items:center;gap:8px;display:flex}.lf-footer-bottom nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:20px;display:flex}.lf-footer-bottom nav button{color:#c4d4b8;align-items:center;gap:7px;min-height:36px;padding:8px 0;font-size:12px;display:flex}.lf-footer-bottom a:hover{color:#f5b68a}.lf-footer-bottom .lf-to-top{color:#dbe9c9;border:1px solid #dce9ca40;border-radius:50%;flex:none;place-items:center;width:45px;height:45px;transition:background .25s;display:grid}.lf-to-top:hover{background:#315641}.lf-footer a:focus-visible,.lf-footer button:focus-visible,.lf-footer summary:focus-visible{outline-offset:5px;outline:2px solid #f4b789}@media (width<=1150px){.lf-footer-inner{width:calc(100% - 56px)}.lf-footer-banner{min-height:350px;padding:35px}.lf-footer-mark{flex-basis:200px;padding:22px 15px}.lf-footer-mark img{width:170px;height:100px}.lf-footer-paths>a{padding:25px 23px}.lf-footer-directory{gap:20px}.lf-footer-directory summary{font-size:15px}.lf-footer-connect{grid-template-columns:1fr .9fr 1.1fr;gap:25px}.lf-footer-contact .lf-footer-phone{font-size:22px}.lf-footer-follow a{gap:7px;padding:10px 9px}.lf-footer-follow a>svg:last-child{display:none}.lf-footer-bottom{gap:20px}.lf-footer-bottom nav{gap:15px}}@media (width<=850px){.lf-footer-banner h2{font-size:40px}.lf-footer-mark{flex-basis:170px}.lf-footer-mark img{width:145px;height:85px}.lf-footer-mark>span{font-size:10px}.lf-footer-paths{grid-template-columns:1fr}.lf-footer-paths>a+a{border-top:1px solid #dce9ca26;border-left:0}.lf-footer-paths>a{padding:25px 28px}.lf-footer-paths h3{font-size:29px}.lf-footer-paths p{max-width:85%}.lf-footer-paths .lf-path-ghost{bottom:-40px;right:45px}.lf-footer-directory{grid-template-columns:repeat(3,1fr);row-gap:28px}.lf-footer-connect{grid-template-columns:1fr 1fr;gap:30px}.lf-footer-follow{grid-column:1/-1}.lf-footer-follow>div{grid-template-columns:repeat(4,1fr)}.lf-footer-follow a>svg:last-child{display:block}.lf-footer-bottom{flex-wrap:wrap}.lf-footer-bottom nav{order:3;justify-content:flex-start;width:100%}.lf-footer-bottom .lf-to-top{margin-left:auto}}@media (width<=600px){.lf-footer{padding-top:20px}.lf-footer-inner{width:calc(100% - 36px)}.lf-footer-banner{min-height:0;padding:27px 24px;display:block}.lf-footer-banner h2{margin:18px 0;font-size:37px;line-height:1.15}.lf-footer-banner h2 em{font-size:1.1em}.lf-footer-banner p{font-size:15px;line-height:1.75}.lf-footer .lf-footer-kicker{letter-spacing:.09em;font-size:10px}.lf-wide-break{display:none}.lf-footer-banner .lf-footer-landscape{object-position:68% center;opacity:.45}.lf-footer-mark{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-top:1px solid #ffffff30;border-radius:0;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;margin-top:27px;padding:23px 0 0;display:flex}.lf-footer-mark img{width:137px;height:71px}.lf-footer-mark>span{max-width:90px;font-size:11px;line-height:1.6}.lf-footer-paths{margin:20px 0 28px}.lf-footer-paths>a{padding:24px}.lf-footer-paths h3{font-size:27px}.lf-footer-paths p{max-width:95%;font-size:14px}.lf-directory-head{gap:15px;padding-bottom:18px}.lf-directory-head>a{white-space:nowrap;gap:6px;font-size:12px}.lf-footer-directory{grid-template-columns:1fr 1fr;gap:24px 20px;padding:25px 0}.lf-footer-directory summary{margin-bottom:10px;font-size:16px}.lf-footer-directory details a{padding:7px 0;font-size:13px;line-height:1.5}.lf-footer-connect{grid-template-columns:1fr;gap:28px;padding:27px 6px}.lf-footer-follow{grid-column:auto}.lf-footer-follow>div{grid-template-columns:1fr 1fr}.lf-footer-follow a{gap:12px;padding:13px;font-size:14px}.lf-footer-contact .lf-footer-phone{font-size:28px}.lf-footer-contact .lf-footer-email,.lf-footer-address p{font-size:15px}.lf-footer-bottom{gap:18px;padding:22px 6px 25px}.lf-footer-bottom nav{gap:8px 17px;font-size:12px}.lf-footer-bottom>div{font-size:11px}.lf-footer-bottom .lf-to-top{width:42px;height:42px}}.lf-footer-follow a.lf-newsletter{color:#c7d9b9;border:0;align-items:center;gap:10px;padding:13px 0 0;font-size:12px;line-height:1.6;display:flex}.lf-footer-follow a.lf-newsletter:hover{color:#f5b68a;text-underline-offset:4px;background:0 0;text-decoration:underline}@media (width<=600px){.lf-footer-directory{grid-template-columns:1fr;gap:0}.lf-footer-directory details{border-bottom:1px solid #dce9ca26}.lf-footer-directory summary{margin:0;padding:16px 0;font-size:17px}.lf-footer-directory details>div{grid-template-columns:1fr 1fr;gap:0 20px;padding-bottom:15px;display:grid}.lf-footer-directory details a{align-items:flex-start;font-size:14px;line-height:1.6}.lf-footer-directory details a:first-child{margin:0}}.reduced-motion .lf-footer *{transition:none!important;animation:none!important}.reduced-motion .lf-footer-paths>a:hover .lf-path-ghost{transform:rotate(-17deg)}html[data-reduced-motion=true]{scroll-behavior:auto}@media (prefers-reduced-motion:reduce){.lf-footer *{transition:none!important;animation:none!important}html{scroll-behavior:auto}}.ln-header{z-index:65;pointer-events:none;color:#183e31;padding:0 28px 14px;position:sticky;top:0}.ln-header a,.ln-header button,.ln-megamenu,.ln-mobile{pointer-events:auto}.ln-utility{justify-content:space-between;align-items:center;gap:20px;max-width:1450px;height:37px;margin:auto;padding:0 12px;font-size:10px;line-height:1.5;display:flex}.ln-utility>div{align-items:center;gap:22px;display:flex}.ln-utility a{align-items:center;gap:6px;display:flex}.ln-bar{gap:14px;max-width:1450px;height:82px;margin:auto;display:flex}.ln-capsule{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffed;border:1px solid #d6e0d3c9;border-radius:60px;flex:1;align-items:center;gap:20px;min-width:0;padding:0 19px 0 25px;transition:background .3s,box-shadow .3s;display:flex;box-shadow:0 12px 38px -22px #0e302c80,inset 0 1px #fff}.ln-scrolled .ln-capsule,.ln-open .ln-capsule{background:#fffffff7;box-shadow:0 15px 40px -20px #163d3180}.ln-logo{border-right:1px solid #173d3120;flex:none;width:154px;padding-right:20px;display:block}.ln-logo img{object-fit:contain;width:133px;height:69px;display:block}.ln-desktop{flex:1;justify-content:center;align-items:center;gap:4px;min-width:0;display:flex}.ln-desktop>button{white-space:nowrap;border-radius:35px;align-items:center;gap:7px;min-height:46px;padding:14px 12px;font-size:13px;font-weight:500;line-height:1.4;transition:background .25s,color .25s;display:flex;position:relative}.ln-desktop>button:hover{background:#edf2e5}.ln-desktop>button.ln-active{color:#eff3e6;background:#193e31}.ln-desktop>button>svg{flex:none;transition:transform .25s}.ln-desktop>button.ln-active>svg{transform:rotate(180deg)}.ln-desktop>button[data-current=true]:not(.ln-active){box-shadow:inset 0 -2px #739953}.ln-controls{align-items:center;gap:4px;display:flex}.ln-search,.ln-menu-trigger{background:#edf2e7;border-radius:50%;place-items:center;width:44px;height:44px;transition:background .25s;display:grid}.ln-search:hover,.ln-menu-trigger:hover{background:#d7e4c5}.ln-menu-trigger{display:none}.ln-support{color:#fff;white-space:nowrap;isolation:isolate;background:#183f31;border-radius:50px;justify-content:center;align-items:center;gap:18px;padding:0 19px 0 26px;font-size:13px;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 13px 30px -20px #12372f99}.ln-support>svg{background:#ffffff17;border-radius:50%;width:43px;height:43px;padding:9px;transition:transform .4s}.ln-support:before{content:"";z-index:-1;background:#f4ac7e;transition:transform .4s cubic-bezier(.2,.7,.3,1);position:absolute;inset:0;transform:translateY(105%)}.ln-support:hover:before{transform:translateY(0)}.ln-support:hover>svg{transform:rotate(-12deg)}.ln-megamenu{overscroll-behavior:contain;background:#f8faf4;border:1px solid #d1ddc8;border-radius:16px;max-height:calc(100svh - 147px);animation:.28s ease-out ln-arrive;position:absolute;top:125px;left:max(28px,50vw - 725px);right:max(28px,50vw - 725px);overflow:auto;box-shadow:0 30px 65px -20px #052b246b}.ln-panel-content{--menu-accent:#e6be82;--menu-ink:#183e31;background:#f8faf4;grid-template-columns:.9fr 1.7fr;gap:0;min-height:390px;display:grid}.ln-theme-land{--menu-accent:#c7dda7;--menu-ink:#1b4837}.ln-theme-wood{--menu-accent:#e7ba8a;--menu-ink:#63462c}.ln-theme-impact{--menu-accent:#d1e5a1;--menu-ink:#315431}.ln-theme-about{--menu-accent:#bad6c2;--menu-ink:#1f4d42}.ln-feature{isolation:isolate;color:#fff;background:#173d31;border-radius:8px;align-items:flex-end;min-height:315px;margin:18px 0 18px 18px;display:flex;position:relative;overflow:hidden}.ln-feature>img{z-index:-2;object-fit:cover;width:100%;height:100%;transition:transform .8s;position:absolute;inset:0}.ln-feature:after{content:"";z-index:-1;background:linear-gradient(#0a302510,#0a302566 40%,#062b22ee 100%);position:absolute;inset:0}.ln-feature:hover>img{transform:scale(1.04)}.ln-feature>div{width:100%;padding:28px}.ln-label{letter-spacing:.11em;text-transform:uppercase;font-size:11px;font-weight:500;line-height:1.6;display:block}.ln-feature .ln-label{color:#e8eddc}.ln-feature h2{letter-spacing:-.045em;margin:17px 0 25px;font-size:clamp(29px,2.7vw,41px);line-height:1.15;font-weight:400!important}.ln-feature h2 em{color:var(--menu-accent);margin-top:4px;font-size:1.2em;line-height:1.05;display:block}.ln-feature-link{color:#edf2e3;align-items:center;gap:20px;font-size:13px;line-height:1.6;display:flex}.ln-feature-link>svg{background:#ffffff18;border:1px solid #ffffff30;border-radius:50%;width:36px;height:36px;margin-left:auto;padding:7px}.ln-destinations{min-width:0;padding:28px 40px 25px}.ln-panel-intro{border-bottom:1px solid #193d3124;justify-content:space-between;align-items:center;gap:20px;min-height:65px;margin-bottom:20px;display:flex;position:relative;overflow:hidden}.ln-panel-intro p{color:#4a6048;max-width:440px;margin:0 40px 18px 0;font-size:16px;line-height:1.65}.ln-panel-intro>svg{color:var(--menu-ink);opacity:.19;pointer-events:none;position:absolute;bottom:0;right:-4px;transform:rotate(-15deg);-webkit-mask-image:linear-gradient(135deg,#000,#0000 95%);mask-image:linear-gradient(135deg,#000,#0000 95%)}.ln-link-columns{grid-template-columns:1fr 1fr;gap:32px;display:grid}.ln-link-columns h3{letter-spacing:.08em;text-transform:uppercase;color:#6b795a;margin:0 0 10px;font-size:11px;line-height:1.5;font-family:var(--sans)!important;font-weight:600!important}.ln-link-columns a{color:#173d31;border-bottom:1px solid #173d3112;justify-content:space-between;align-items:center;gap:13px;min-height:46px;padding:10px 10px 10px 0;transition:background .2s,padding .2s;display:flex}.ln-link-columns a strong{font-size:14px;font-weight:500;line-height:1.5;display:block}.ln-link-columns a small{color:#68765d;margin-top:3px;font-size:12px;line-height:1.5;display:block}.ln-link-columns a>svg{color:#647953;opacity:.6;flex:none;transition:transform .2s}.ln-link-columns a:hover,.ln-link-columns a[aria-current=page]{background:#e9efdf;padding-left:9px}.ln-link-columns a:hover>svg{opacity:1;transform:translate(2px,-2px)}.ln-panel-bottom{background:color-mix(in srgb,var(--menu-accent) 34%,#f4f6e9);border-top:1px solid #173d311a;grid-column:1/-1;justify-content:space-between;align-items:center;gap:25px;padding:18px 28px;display:flex}.ln-panel-bottom>div{align-items:center;gap:25px;display:flex}.ln-panel-bottom .ln-label{color:#5e7050;font-size:10px}.ln-panel-bottom>div>a{color:#244634;align-items:center;gap:12px;font-size:13px;font-weight:500;display:flex}.ln-panel-cta{background:var(--menu-ink,#173d31);color:#fff;border-radius:35px;justify-content:space-between;align-items:center;gap:25px;padding:13px 20px;font-size:13px;font-weight:500;line-height:1.5;transition:filter .25s;display:flex}.ln-panel-cta:hover{filter:brightness(1.2)}.ln-panel-cta svg{flex:none}.ln-dismiss{z-index:4;color:#37543a;background:#e9efdf;border-radius:50%;place-items:center;width:31px;height:31px;display:grid;position:absolute;top:8px;right:8px}.ln-dismiss:hover{background:#d0dfbd}.ln-mobile{z-index:100;pointer-events:auto;background:#f6f8ef;flex-direction:column;display:flex;position:fixed;inset:0}.ln-mobile-top{background:#fff;border-bottom:1px solid #c7d4bd;flex:none;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.ln-mobile-top img{object-fit:contain;width:145px;height:72px;display:block}.ln-mobile-top button{background:#eaf0df;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.ln-mobile-scroll{overscroll-behavior:contain;padding:28px 24px 45px;overflow:auto}.ln-mobile-scroll>p{color:#69815c;margin-bottom:20px}.ln-mobile-group{border-bottom:1px solid #c7d4bd}.ln-mobile-group>button{text-align:left;letter-spacing:-.035em;align-items:center;gap:15px;width:100%;padding:21px 0;font-size:25px;font-weight:400;display:flex}.ln-mobile-group>button>span{flex:1}.ln-mobile-group>button>svg{flex:none}.ln-mobile-group>button>svg:last-child{transition:transform .25s}.ln-mobile-group>button[aria-expanded=true]>svg:last-child{transform:rotate(45deg)}.ln-mobile .ln-panel-content{min-height:0;display:block}.ln-mobile .ln-feature{border-radius:7px;min-height:220px;margin:0}.ln-mobile .ln-feature h2{margin:12px 0 18px;font-size:30px}.ln-mobile .ln-feature>div{padding:25px}.ln-mobile .ln-destinations{padding:25px 5px}.ln-mobile .ln-panel-intro{display:none}.ln-mobile .ln-link-columns{gap:23px}.ln-mobile .ln-link-columns a{padding-block:13px}.ln-mobile .ln-link-columns a strong{font-size:14px}.ln-mobile .ln-link-columns a small{font-size:12px}.ln-mobile .ln-panel-bottom{border-radius:6px;margin-bottom:20px;padding:20px;display:block}.ln-mobile .ln-panel-bottom>div{margin-bottom:18px;display:block}.ln-mobile .ln-panel-bottom .ln-label{margin-bottom:7px}.ln-mobile-utilities{grid-template-columns:1fr 1fr;gap:12px;margin:28px 0;display:grid}.ln-mobile-utilities a{border-bottom:1px solid #cbd8c1;padding:12px 0;font-size:14px}.ln-mobile-phone{justify-content:center;align-items:center;gap:10px;margin-top:25px;font-size:15px;display:flex}.ln-header a:focus-visible,.ln-header button:focus-visible{outline-offset:4px;outline:3px solid #cc7c43}@keyframes ln-arrive{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1250px){.ln-header{padding-inline:22px}.ln-capsule{gap:12px;padding-inline:18px}.ln-logo{width:132px;padding-right:15px}.ln-logo img{width:115px}.ln-desktop{gap:0}.ln-desktop>button{gap:5px;padding:13px 9px;font-size:12px}.ln-support{gap:11px;padding:0 13px 0 21px;font-size:12px}.ln-destinations{padding:28px 30px 25px}.ln-link-columns{gap:23px}.ln-feature>div{padding:24px}.ln-panel-bottom>div{gap:15px}.ln-panel-bottom .ln-label{display:none}}@media (width<=1050px){.ln-desktop,.ln-megamenu{display:none}.ln-menu-trigger{display:grid}.ln-capsule{justify-content:space-between;padding-inline:23px}.ln-logo{border:0;width:148px;padding:0}.ln-logo img{width:138px}.ln-bar{height:76px}.ln-utility{padding-inline:0}.ln-controls{gap:10px}.ln-support{padding-inline:22px;font-size:13px}.ln-mobile .ln-panel-content{display:block}}@media (width<=700px){.ln-header{padding:0 12px 12px}.ln-utility{justify-content:center;height:32px;font-size:9px}.ln-utility>div{display:none}.ln-utility>span{padding:3px 12px}.ln-bar{gap:9px;height:69px}.ln-capsule{gap:8px;padding:0 13px 0 18px}.ln-logo{width:120px}.ln-logo img{width:116px;height:62px}.ln-controls{gap:2px}.ln-search,.ln-menu-trigger{background:0 0;width:40px;height:40px}.ln-search>svg{width:20px}.ln-support{width:63px;min-width:63px;padding:0}.ln-support>span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.ln-support>svg{background:0 0;width:43px;height:43px;padding:9px}.ln-mobile-top{padding:12px 22px}.ln-mobile-top img{height:67px}.ln-mobile-scroll{padding:23px 20px 40px}.ln-mobile-group>button{padding:21px 0;font-size:24px}}@media (width<=380px){.ln-search{display:none}.ln-mobile .ln-link-columns{grid-template-columns:1fr;gap:25px}.ln-mobile .ln-feature h2{font-size:28px}}.reduced-motion .ln-header *{transition:none!important;animation:none!important}.reduced-motion .ln-feature:hover>img{transform:none}@media (prefers-reduced-motion:reduce){.ln-header *{transition:none!important;animation:none!important}}.ln-utility>span,.ln-utility>div{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;padding:0}.ln-utility{padding-inline:15px;font-size:11px}.home-art-direction .ln-header:not(.ln-scrolled) .ln-utility{color:#f4f7eb;text-shadow:0 1px 8px #0a2f27cc}.ln-scrolled .ln-utility{color:#193e31}.ln-scrolled .ln-utility>span,.ln-scrolled .ln-utility>div{opacity:0;pointer-events:none}.ln-logo{width:187px;padding-right:19px}.ln-logo img{width:166px;height:76px}.ln-capsule{gap:14px}.ln-support{color:#193b2c;background:#d6e9a4;box-shadow:0 12px 30px -20px #0b37286b}.ln-support>svg{background:#1b412b0d}.ln-support:before{background:#e9f4c6}.ln-support:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 36%,#fff0 43%,#ffffff85 50%,#fff0 57%,#0000 64%);animation:11s ease-in-out infinite nav-sheen;position:absolute;inset:-70% -55%;transform:translate(-90%)rotate(24deg)}.ln-support:hover{color:#173d31}.cinema-hero{isolation:isolate;color:#fff;background:#123c2d;flex-direction:column;justify-content:flex-end;min-height:max(770px,96svh);margin-top:-133px;padding:195px max(6%,50vw - 690px) 0;display:flex;position:relative;overflow:hidden}.cinema-images{z-index:-2;position:absolute;inset:0}.cinema-frame{opacity:0;transition:opacity 1.3s;position:absolute;inset:0;overflow:hidden}.cinema-frame[data-active=true]{opacity:1}.cinema-frame img{object-fit:cover;width:100%;height:100%;animation:22s ease-in-out infinite alternate paused cinema-drift;display:block}.cinema-frame:nth-child(2) img{animation-direction:alternate-reverse}.cinema-hero[data-motion=true] .cinema-frame img{animation-play-state:running}.cinema-hero:after{content:"";z-index:-1;background:linear-gradient(90deg,#052b21c4 0%,#082e2366 43%,#082e2300 79%),linear-gradient(#0000 58%,#0a3024d4);position:absolute;inset:0}.cinema-content{max-width:950px;padding-bottom:35px}.cinema-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#e3edda;align-items:center;gap:16px;margin:0 0 24px;font-size:12px;line-height:1.6;display:flex}.cinema-eyebrow:before{content:"";background:#c8dbaa;width:33px;height:1px}.cinema-story{min-height:335px;animation:.7s ease-out cinema-copy}.cinema-story h1{letter-spacing:-.052em;text-shadow:0 2px 30px #082e2340;max-width:950px;margin:0 0 26px;font-size:clamp(52px,5.4vw,82px);line-height:1.12;font-weight:400!important}.cinema-story h1 em{letter-spacing:-.035em;color:#e4f0ca;margin-top:3px;font-size:1.19em;line-height:1.1;display:block}.cinema-story>p{color:#f2f6ed;max-width:445px;margin-bottom:25px;font-size:17px;line-height:1.8}.cinema-cta{color:#173e30;background:#f5f5e8;border-radius:40px;align-items:center;gap:30px;padding:17px 22px 17px 26px;font-size:14px;font-weight:600;line-height:1.5;transition:background .3s,box-shadow .3s;display:inline-flex;box-shadow:0 10px 30px -20px #001e1680}.cinema-cta svg{border:1px solid #173e3020;border-radius:50%;width:33px;height:33px;padding:6px;transition:transform .3s}.cinema-cta:hover{background:#dfedbd;box-shadow:0 15px 35px -20px #001e1680}.cinema-cta:hover svg{transform:translate(2px,-2px)}.cinema-controls{align-items:center;gap:24px;max-width:480px;margin-top:32px;display:flex}.cinema-selectors{flex:1;gap:30px;display:flex}.cinema-selectors button{color:#e3ebdc;text-align:left;align-items:center;gap:9px;min-width:90px;padding:12px 0 16px;font-size:14px;line-height:1.5;display:flex;position:relative}.cinema-selectors button>span:first-child{opacity:.6;font-size:11px}.cinema-selectors button[aria-pressed=true]{color:#fff}.cinema-track{background:#ffffff35;height:2px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.cinema-track i{transform-origin:0;background:#d7edac;width:100%;height:100%;display:block;transform:scaleX(0)}.cinema-hero[data-running=true] .cinema-track i{animation:9s linear forwards cinema-progress}.cinema-hero[data-running=false] .cinema-track i{transform:scaleX(1)}.cinema-pause{color:#fff;border:1px solid #fff5;border-radius:50%;flex:none;place-items:center;width:43px;height:43px;transition:background .2s;display:grid}.cinema-pause:hover{background:#ffffff20}.cinema-footer{color:#e3edda;border-top:1px solid #ffffff35;justify-content:space-between;align-items:center;gap:25px;margin-top:20px;padding:23px 0 26px;font-size:12px;line-height:1.6;display:flex}.cinema-footer>a{align-items:center;gap:13px;display:flex}.cinema-footer>span{letter-spacing:.15em;color:#c9d8bc;font-size:11px}.cinema-footer>a:last-child{color:#fff}.cinema-hero a:focus-visible,.cinema-hero button:focus-visible{outline-offset:5px;outline:2px solid #e5efc7}@keyframes cinema-drift{0%{transform:scale(1.02)translate(0,0)}to{transform:scale(1.09)translate(-.5%,-.5%)}}@keyframes cinema-copy{0%{opacity:.4;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cinema-progress{to{transform:scaleX(1)}}@keyframes nav-sheen{0%,76%{transform:translate(-90%)rotate(24deg)}91%,to{transform:translate(90%)rotate(24deg)}}@media (width<=1250px){.ln-logo{width:162px}.ln-logo img{width:143px;height:74px}.ln-capsule{gap:8px}.ln-desktop>button{padding-inline:8px}.cinema-story h1{font-size:64px}.cinema-story{min-height:345px}}@media (width<=1050px){.ln-logo{width:168px;padding:0}.ln-logo img{width:155px}.cinema-hero{min-height:830px;margin-top:-127px;padding-top:185px}.cinema-story h1{font-size:60px}.cinema-story{min-height:340px}}@media (width<=700px){.ln-utility{padding:0;font-size:9px}.ln-logo{width:136px}.ln-logo img{width:132px;height:67px}.ln-capsule{gap:4px;padding-left:16px;padding-right:10px}.ln-controls{gap:0}.ln-search,.ln-menu-trigger{width:37px}.cinema-hero{min-height:max(785px,100svh);margin-top:-113px;padding:180px 24px 0}.cinema-hero:after{background:linear-gradient(#092f2310 12%,#092f24a6 50%,#092f24ef 100%)}.cinema-content{padding-bottom:20px}.cinema-eyebrow{letter-spacing:.1em;gap:12px;margin-bottom:22px;font-size:10px}.cinema-story{min-height:340px}.cinema-story h1{letter-spacing:-.045em;margin-bottom:22px;font-size:clamp(41px,10.1vw,61px);line-height:1.15}.cinema-story h1 em{font-size:1.13em;line-height:1.12}.cinema-story>p{max-width:340px;font-size:16px;line-height:1.75}.cinema-cta{gap:23px;padding:14px 17px 14px 22px;font-size:13px}.cinema-controls{gap:15px;margin-top:24px}.cinema-selectors{gap:20px}.cinema-selectors button{gap:7px;min-width:65px;padding-bottom:14px;font-size:13px}.cinema-pause{width:40px;height:40px}.cinema-footer{gap:20px;margin-top:15px;padding:19px 0 23px;font-size:11px}.cinema-footer>span{display:none}.cinema-footer>a{gap:9px}.cinema-footer>a:first-child{max-width:205px}.cinema-footer>a:last-child{white-space:nowrap}.cinema-frame:first-child img{object-position:64% 35%!important}}@media (width<=380px){.ln-logo{width:130px}.ln-logo img{width:126px}.cinema-selectors{gap:13px}.cinema-controls{gap:10px}.cinema-story{min-height:370px}.cinema-story h1{font-size:39px}}.ln-scrolled{background:linear-gradient(#f7f9f5 0 37px,#0000 37px)}.ln-scrolled .ln-utility>span,.ln-scrolled .ln-utility>div{opacity:1}.ln-scrolled .ln-utility a{pointer-events:auto}@media (width<=700px){.ln-scrolled{background:linear-gradient(#f7f9f5 0 32px,#0000 32px)}}.reduced-motion .cinema-hero *{transition:none!important;animation:none!important}.reduced-motion .ln-support:after{opacity:0;animation:none}@media (prefers-reduced-motion:reduce){.cinema-hero *{transition:none!important;animation:none!important}.ln-support:after{opacity:0;animation:none!important}}.ln-utility-bar{z-index:66;color:#193e31;padding-inline:28px;position:relative}.ln-header,.ln-header.ln-scrolled{background:0 0;transition:transform .32s cubic-bezier(.22,.7,.2,1)}.ln-header:has(:focus-visible){transform:none}.ln-megamenu{max-height:calc(100svh - 110px);top:88px}.home-art-direction .ln-utility-bar .ln-utility{color:#f4f7eb;text-shadow:0 1px 8px #0a2f27cc}.ln-utility-bar a:focus-visible{outline-offset:3px;outline:2px solid}.lp-proposal{--lp-ink:#173d31;--lp-muted:#566b5e;--lp-line:#d3ddce;color:var(--lp-ink);font-family:var(--sans);background:#f8f9f3;overflow:clip}.lp-proposal *{box-sizing:border-box}.lp-proposal p{line-height:1.8}.lp-proposal h1,.lp-proposal h2,.lp-proposal h3{text-wrap:balance;font-family:var(--sans)!important;font-weight:400!important}.lp-proposal em{font-family:Instrument Serif,Georgia,serif;font-weight:400}.lp-proposal a,.lp-proposal button{touch-action:manipulation}.lp-proposal a:focus-visible,.lp-proposal button:focus-visible,.lp-proposal summary:focus-visible,.lp-proposal input:focus-visible{outline-offset:5px;outline:3px solid #778f41}.lp-label{letter-spacing:.14em;text-transform:uppercase;color:#5c725d;font-weight:600;margin:0 0 20px!important;font-size:10px!important;line-height:1.6!important}.lp-cover{grid-template-columns:1.07fr 1fr;gap:5%;max-width:1550px;min-height:730px;margin:auto;padding:44px 5% 60px;display:grid}.lp-cover-copy{padding:15px 0}.lp-studio{letter-spacing:.11em;width:max-content;margin-bottom:50px;padding-right:37px;font-size:11px;line-height:1.4;display:block;position:relative}.lp-studio strong{letter-spacing:.025em;font-size:23px;font-weight:600}.lp-studio svg{position:absolute;top:7px;right:0}.lp-cover h1{letter-spacing:-.055em;margin:0 0 25px;font-size:clamp(48px,4.5vw,72px);line-height:1.07}.lp-cover h1 em{color:#397553;letter-spacing:-.035em;margin-top:12px;font-size:1.2em;line-height:.99;display:block}.lp-cover-copy>p:not(.lp-label){max-width:450px;color:var(--lp-muted);margin-top:26px;font-size:15px}.lp-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:30px;display:flex}.lp-button{color:#193e31;background:#d6e9a4;border:1px solid #c5d894;border-radius:35px;align-items:center;gap:25px;padding:16px 21px;font-size:12px;font-weight:600;transition:background .25s,transform .25s;display:inline-flex}.lp-button:hover{background:#e5f2c4;transform:translateY(-2px)}.lp-textlink{text-underline-offset:5px;align-items:center;gap:13px;font-size:12px;font-weight:600;text-decoration:underline;display:inline-flex}.lp-cover-art{isolation:isolate;background:#204d38;border-radius:180px 8px 8px;min-width:0;min-height:630px;margin-top:0;position:relative;overflow:hidden}.lp-cover-photo{object-fit:cover;object-position:58% center;width:100%;height:100%;animation:22s ease-in-out infinite alternate lp-breathe;position:absolute;inset:0}.lp-cover-art:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#0000 30%,#0c2e24b8);position:absolute;inset:0}.lp-brand-plaque{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffff2f2;border-radius:4px;width:190px;padding:13px 18px 20px;position:absolute;top:35px;right:25px;box-shadow:0 14px 40px #07251933}.lp-brand-plaque img{object-fit:contain;width:100%;height:88px}.lp-brand-plaque span{text-align:center;letter-spacing:.04em;font-size:9px;display:block}.lp-cover-detail{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f5e7ee;align-items:center;gap:22px;padding:10px;display:flex;position:absolute;bottom:70px;left:25px;right:25px;box-shadow:0 16px 45px #0c2e2440}.lp-cover-detail img{object-fit:cover;width:39%;height:140px}.lp-cover-detail span{font-family:Instrument Serif,Georgia,serif;font-size:clamp(23px,2.4vw,36px);line-height:1.12}.lp-cover-caption{z-index:2;color:#eef2df;letter-spacing:.04em;font-size:10px;position:absolute;bottom:30px;left:28px}.lp-cover-facts{border-block:1px solid var(--lp-line);background:#eef2e5;grid-template-columns:repeat(3,1fr) 1.1fr;gap:25px;padding:30px max(5%,50vw - 700px);display:grid}.lp-cover-facts>span{color:var(--lp-muted);flex-direction:column;gap:7px;font-size:10px;line-height:1.6;display:flex}.lp-cover-facts strong{letter-spacing:-.035em;color:var(--lp-ink);font-size:20px;font-weight:500}.lp-cover-facts>a{text-underline-offset:4px;align-self:center;align-items:center;gap:15px;font-size:11px;text-decoration:underline;display:flex}.lp-layout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:55px;max-width:1490px;margin:auto;padding:0 5%;display:grid}.lp-rail{border-right:1px solid var(--lp-line);margin-top:75px;padding-right:20px;position:sticky;top:112px}.lp-rail nav{flex-direction:column;gap:2px;display:flex}.lp-rail nav a{color:#63735d;align-items:center;gap:13px;padding:12px 9px;font-size:11px;line-height:1.5;transition:background .2s;display:flex}.lp-rail nav a>span{opacity:.7;font-size:9px}.lp-rail nav a[aria-current]{color:#234b32;background:#e6eedb;box-shadow:inset 2px 0 #5f813f}.lp-rail nav a:hover{color:#173d31;background:#edf2e5}.lp-rail>button{align-items:center;gap:9px;margin-top:28px;padding:12px 0;font-size:10px;display:flex}.lp-rail>small{color:#6e7b65;margin-top:15px;font-size:9px;line-height:1.8;display:block}.lp-section{border-bottom:1px solid var(--lp-line);padding:85px 0;scroll-margin-top:115px}.lp-heading{margin-bottom:38px}.lp-heading h2{letter-spacing:-.045em;margin:0 0 23px;font-size:clamp(34px,3.25vw,51px);line-height:1.18}.lp-heading h2 em{color:#47734d;letter-spacing:-.025em;font-size:1.13em;display:block}.lp-heading>p:not(.lp-label){max-width:660px;color:var(--lp-muted);font-size:15px}.lp-thesis{isolation:isolate;color:#eef5e2;background:radial-gradient(at 100% 0,#3c6951,#183e30 68%);border-radius:5px;padding:44px;position:relative;overflow:hidden}.lp-thesis>svg{opacity:.15;position:absolute;top:-10px;right:-20px;transform:rotate(-15deg);-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.lp-thesis .lp-label{color:#c7dda9}.lp-thesis h3{letter-spacing:-.035em;margin:0 0 25px;font-size:32px;line-height:1.25}.lp-thesis h3 em{color:#d7e8b1}.lp-thesis>div{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.lp-thesis>div>span{border:1px solid #ffffff40;padding:11px 15px;font-size:12px}.lp-thesis>p:last-child{color:#dce6d3;max-width:570px;margin:24px 0 0;font-size:13px}.lp-problems{grid-template-columns:repeat(3,1fr);gap:25px;margin:38px 0 25px;display:grid}.lp-problems article>span{color:#96a875;font-family:Instrument Serif,serif;font-size:40px}.lp-proposal h3{letter-spacing:-.025em;margin:12px 0 14px;font-size:22px;line-height:1.3}.lp-problems p{color:var(--lp-muted);font-size:12px}.lp-source{color:#63705a;text-underline-offset:4px;align-items:center;gap:9px;font-size:10px;text-decoration:underline;display:inline-flex}.lp-approach-list{border-top:1px solid var(--lp-line)}.lp-proposal details{border-bottom:1px solid var(--lp-line)}.lp-proposal summary{cursor:pointer;align-items:center;gap:20px;padding:23px 0;list-style:none;display:flex}.lp-proposal summary::-webkit-details-marker{display:none}.lp-proposal summary>span{color:#75905d;font-size:11px}.lp-proposal summary h3{flex:1;margin:0;font-size:20px}.lp-proposal summary>svg{flex:none;transition:transform .25s}.lp-proposal details[open]>summary>svg{transform:rotate(45deg)}.lp-approach-list details>p,.lp-detail>p{color:var(--lp-muted);max-width:760px;margin:0;padding:0 25px 20px 0;font-size:14px}.lp-journey{margin-top:55px}.lp-tabs{border:1px solid var(--lp-line);grid-template-columns:1fr 1fr;margin-bottom:20px;display:grid}.lp-tabs button{text-align:left;align-items:center;gap:12px;min-height:54px;padding:17px 15px;font-size:12px;transition:background .25s;display:flex}.lp-tabs button[aria-selected=true]{color:#f1f5e6;background:#224935}.lp-tabs button:hover:not([aria-selected=true]){background:#eaf0de}.lp-journey-panel{background:#edf1e3;grid-template-columns:1fr 1.1fr;min-height:355px;display:grid}.lp-journey-panel>img{object-fit:cover;width:100%;height:100%;min-height:355px}.lp-journey-panel>div{padding:28px}.lp-journey-panel h3{margin:0 0 18px;font-size:27px}.lp-journey-panel p{color:var(--lp-muted);font-size:13px}.lp-journey-panel a{border-bottom:1px solid #cbd7bb;justify-content:space-between;align-items:center;gap:15px;padding:11px 0;font-size:12px;display:flex}.lp-note{color:#6d7865;margin-top:20px;font-size:11px!important;line-height:1.8!important}.lp-two{grid-template-columns:1fr 1fr;gap:35px;margin-top:35px;display:grid}.lp-two article>svg{color:#628350;margin-bottom:9px}.lp-two p{color:var(--lp-muted);font-size:13px}.lp-timeline{margin-bottom:40px;position:relative}.lp-timeline:before{content:"";background:#c7d5b7;width:1px;position:absolute;top:0;bottom:35px;left:23px}.lp-timeline article{gap:25px;padding-bottom:30px;display:flex;position:relative}.lp-step{background:#f8f9f3;border:1px solid #b4c69d;border-radius:50%;flex:none;place-items:center;width:47px;height:47px;font-size:12px;display:grid}.lp-timeline article>div{border-bottom:1px solid var(--lp-line);flex:1;padding:3px 0 25px}.lp-timeline .lp-label{margin-bottom:9px!important}.lp-timeline h3{margin:0 0 12px;font-size:28px}.lp-timeline p{color:var(--lp-muted);margin:0 0 14px;font-size:14px}.lp-timeline small{background:#edf1e4;padding:11px 15px;font-size:11px;line-height:1.8;display:block}.lp-team{grid-template-columns:repeat(3,1fr);gap:25px;padding-top:10px;display:grid}.lp-team article>span{border-bottom:1px solid var(--lp-line);color:#8b9d67;padding-bottom:15px;font-family:Instrument Serif,serif;font-size:45px;line-height:1;display:block}.lp-team h3{font-size:20px}.lp-team strong{font-size:10px;font-weight:600;line-height:1.6;display:block}.lp-team p{color:var(--lp-muted);font-size:12px}.lp-callout{background:#edf1e4;border-left:3px solid #8eaa61;margin-top:35px;padding:28px 32px}.lp-callout h3{margin-top:0}.lp-callout p{color:var(--lp-muted);margin-bottom:0;font-size:13px}.lp-cases>article{grid-template-columns:1fr 1fr;align-items:center;gap:30px;margin-bottom:38px;display:grid}.lp-case-image{aspect-ratio:1.1;background:#e8ebdf;border-radius:4px;display:block;position:relative;overflow:hidden;box-shadow:0 16px 35px -25px #173d3166}.lp-case-image img{object-fit:contain;width:100%;height:100%;transition:transform .65s}.lp-case-image:hover img{transform:scale(1.035)}.lp-case-image>svg{background:#fff;border-radius:50%;width:39px;height:39px;padding:8px;position:absolute;bottom:15px;right:15px}.lp-cases h3{margin:0 0 15px;font-size:31px}.lp-cases .lp-label{margin-bottom:10px!important}.lp-cases p{color:var(--lp-muted);font-size:13px}.lp-cases strong{font-size:12px;font-weight:500;line-height:1.7;display:block}.lp-cases small{color:#6a7862;margin:15px 0;font-size:10px;line-height:1.7;display:block}.lp-price{background:#e0eacb;border-radius:4px;padding:36px 40px;position:relative;overflow:hidden}.lp-price>strong{letter-spacing:-.065em;z-index:1;font-size:clamp(65px,7vw,102px);font-weight:400;line-height:1.1;position:relative}.lp-price>p:last-of-type{color:#4b6546;font-size:13px}.lp-price>svg{opacity:.12;position:absolute;bottom:-13px;right:-13px;transform:rotate(-16deg)}.lp-costs>div{border-bottom:1px solid var(--lp-line);justify-content:space-between;gap:30px;padding:19px 0;display:flex}.lp-costs h3{margin:0 0 7px;font-size:14px;font-weight:500!important}.lp-costs p{color:var(--lp-muted);margin:0;font-size:11px}.lp-costs>div>strong{white-space:nowrap;font-size:17px;font-weight:500}.lp-costs .lp-total{border-bottom:2px solid #769155;padding:23px 0}.lp-options{border:1px solid var(--lp-line);background:#f0f2e8;margin:35px 0;padding:30px}.lp-options>h3{font-size:29px}.lp-options>p{color:var(--lp-muted);font-size:13px}.lp-options>label{border-bottom:1px solid var(--lp-line);cursor:pointer;align-items:flex-start;gap:15px;padding:20px 0;display:flex}.lp-options input{accent-color:#315c3b;flex:none;width:18px;height:18px;margin-top:4px}.lp-options label>span{flex:1}.lp-options label strong{font-size:14px;font-weight:500}.lp-options label small,.lp-options label em{font-family:var(--sans);color:var(--lp-muted);margin-top:7px;font-size:11px;line-height:1.75;display:block}.lp-options label em{color:#758267;font-size:10px;font-style:normal}.lp-options label>b{white-space:nowrap;font-size:14px;font-weight:500}.lp-option-total{justify-content:space-between;align-items:center;gap:20px;padding-top:24px;font-size:12px;display:flex}.lp-option-total strong{letter-spacing:-.04em;font-size:30px;font-weight:500}.lp-operation-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.lp-operation-grid article{border-top:1px solid var(--lp-line);padding-top:23px;position:relative}.lp-operation-grid article>svg{color:#6d8c4a}.lp-operation-grid h3{font-size:21px}.lp-operation-grid p{color:var(--lp-muted);font-size:13px}.lp-acceptance{color:#eef4e2;background:#1c4434;gap:30px;margin-top:35px;padding:35px;display:flex}.lp-acceptance>svg{color:#a7c782;flex:none}.lp-acceptance .lp-label{color:#cadfba}.lp-acceptance h3{margin:0 0 18px;font-size:30px}.lp-acceptance p{color:#dce7d5;font-size:13px}.lp-photo-story{grid-template-columns:1.4fr 1fr;gap:15px;display:grid}.lp-photo-story>img{object-fit:cover;width:100%;height:300px}.lp-photo-story>span{color:#718064;grid-column:1/-1;font-size:10px}.lp-social{background:#eee9dc;border-radius:5px;margin-top:40px;padding:35px}.lp-social>h3{font-size:35px;line-height:1.17}.lp-social>h3 em{color:#69734b;font-size:1.15em}.lp-social-previews{grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0;display:grid}.lp-social-previews>div{background:#cee0ad;flex-direction:column;justify-content:flex-end;min-height:200px;padding:20px;display:flex;position:relative;overflow:hidden}.lp-social-previews>div:nth-child(2){color:#f1f5e9;background:#1d4936}.lp-social-previews>div:nth-child(3){color:#403a2a;background:#dbb78d}.lp-social-previews svg{opacity:.14;width:120px;height:120px;position:absolute;top:-10px;right:-8px;transform:rotate(-15deg)}.lp-social-previews span{margin-bottom:12px;font-size:9px}.lp-social-previews strong{margin-bottom:18px;font-family:Instrument Serif,serif;font-size:32px;font-weight:400;line-height:1.03;position:relative}.lp-social-previews small{font-size:8px;line-height:1.6}.lp-social>p:not(.lp-label){color:var(--lp-muted);font-size:13px}.lp-search-label{margin:0 0 10px;font-size:12px;display:block}.lp-search{width:100%;font:inherit;color:#244533;background:#fff;border:1px solid #b7c5a7;border-radius:4px;padding:16px 18px;font-size:15px}.lp-result-count{color:#6b7b5e;font-size:10px}.lp-matrix summary{gap:18px;padding:19px 0}.lp-matrix summary>span{flex:none;width:60px;font-size:10px}.lp-matrix summary h3{font-size:15px;line-height:1.5}.lp-matrix details>div{padding:0 20px 22px 78px}.lp-matrix details p{color:var(--lp-muted);margin:0 0 13px;font-size:12px}.lp-matrix details a{text-underline-offset:4px;align-items:center;gap:10px;font-size:11px;text-decoration:underline;display:inline-flex}.lp-source-links{flex-wrap:wrap;gap:25px;margin-top:25px;display:flex}.lp-source-links a{align-items:center;gap:10px;font-size:11px;display:flex}.lp-close{color:#f2f6e8;isolation:isolate;background:radial-gradient(at 100% 0,#355d45,#183d30 70%);margin:65px 0;padding:65px 35px;position:relative;overflow:hidden}.lp-close .lp-label{color:#c9deb1}.lp-close h2{letter-spacing:-.035em;margin:0 0 22px;font-size:clamp(35px,3.4vw,51px);line-height:1.2}.lp-close h2 em{color:#d8e8b9;font-size:1.1em}.lp-close>p:not(.lp-label){color:#d7e3d0;max-width:490px;font-size:13px}.lp-close>.lp-contact-line{margin-top:35px;font-size:11px!important;line-height:2!important}.lp-close>svg{z-index:-1;opacity:.13;position:absolute;bottom:-45px;right:-80px;transform:rotate(-22deg)}@keyframes lp-breathe{0%{transform:scale(1)}to{transform:scale(1.065)}}@media (width>=1600px){.lp-cover,.lp-layout{padding-inline:50px}}@media (width<=1100px){.lp-layout{grid-template-columns:170px minmax(0,1fr);gap:30px;padding-inline:4%}.lp-rail{padding-right:10px}.lp-rail nav a{gap:9px;padding-inline:6px;font-size:10px}.lp-cover{gap:4%;min-height:660px;padding-inline:4%}.lp-cover-art{min-height:610px}.lp-cover h1{font-size:52px}.lp-cover-detail{gap:15px;left:18px;right:18px}.lp-cover-detail img{height:120px}.lp-cover-facts{gap:20px;padding-inline:4%}.lp-problems{gap:19px}.lp-problems h3{font-size:18px}.lp-cases>article{gap:22px}.lp-cases h3{font-size:26px}.lp-team{gap:20px}.lp-team h3{font-size:18px}.lp-social{padding:25px}.lp-social-previews>div{padding:14px}.lp-social-previews strong{font-size:27px}.lp-social-previews small{font-size:9px}.lp-social-previews>div{min-height:190px}}@media (width<=850px){.lp-cover{grid-template-columns:1fr 1fr;gap:25px}.lp-cover h1{font-size:43px}.lp-cover-art{border-top-left-radius:100px;min-height:610px}.lp-brand-plaque{width:145px;top:25px;right:15px}.lp-cover-detail{display:block;bottom:60px}.lp-cover-detail img{width:100%;height:125px}.lp-cover-detail span{padding:12px 5px;font-size:27px;display:block}.lp-cover-caption{font-size:9px;left:18px;right:18px}.lp-cover-facts{grid-template-columns:repeat(3,1fr)}.lp-cover-facts>a{grid-column:1/-1}.lp-layout{display:block}.lp-rail{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:0;border-bottom:1px solid var(--lp-line);background:#f8f9f3f5;margin:0 -4.35%;padding:10px 4%;position:sticky;top:0}.lp-rail>p,.lp-rail>button,.lp-rail>small{display:none}.lp-rail nav{scrollbar-width:thin;flex-direction:row;display:flex;overflow-x:auto}.lp-rail nav a{white-space:nowrap;padding:11px 13px;font-size:11px}.lp-section{padding-block:65px;scroll-margin-top:115px}.lp-heading h2{font-size:41px}.lp-cover-copy>p:not(.lp-label){font-size:13px}.lp-studio{margin-bottom:40px}.lp-acceptance{padding:28px}.lp-close{margin-bottom:50px}}@media (width<=600px){.ln-utility-bar{padding-inline:12px}.lp-cover{flex-direction:column;padding:25px 22px 32px;display:flex}.lp-cover-copy{padding:0}.lp-studio{margin-bottom:30px}.lp-cover h1{font-size:53px;line-height:1.08}.lp-cover h1 em{font-size:1.13em}.lp-cover-copy>p:not(.lp-label){max-width:390px;font-size:14px}.lp-cover-art{border-radius:90px 5px 5px;height:390px;min-height:390px;margin-top:15px}.lp-brand-plaque{width:155px;top:20px;right:20px}.lp-brand-plaque img{height:70px}.lp-cover-detail{gap:15px;padding:8px;display:flex;bottom:50px;left:18px;right:18px}.lp-cover-detail img{width:37%;height:105px}.lp-cover-detail span{font-size:28px}.lp-cover-caption{bottom:20px}.lp-cover-facts{gap:20px 14px;padding:24px 22px}.lp-cover-facts strong{font-size:16px}.lp-cover-facts>span{font-size:9px}.lp-cover-facts>a{font-size:10px}.lp-layout{padding-inline:22px}.lp-rail{margin-inline:-22px;padding-inline:15px}.lp-rail nav a{padding:10px;font-size:10px}.lp-heading h2{font-size:35px}.lp-heading>p:not(.lp-label){font-size:14px}.lp-section{padding:55px 0}.lp-label{font-size:9px!important}.lp-thesis{padding:27px}.lp-thesis h3{font-size:27px}.lp-thesis>div{gap:10px}.lp-thesis>div>span{padding:9px;font-size:10px}.lp-thesis>p:last-child{font-size:12px}.lp-problems{grid-template-columns:1fr;gap:15px;margin-top:25px}.lp-problems article{border-bottom:1px solid var(--lp-line);grid-template-columns:35px 1fr;gap:0 12px;padding-bottom:12px;display:grid}.lp-problems article>span{grid-row:1/3;font-size:32px}.lp-problems h3{margin:4px 0 10px;font-size:20px}.lp-problems p{grid-column:2;margin:0 0 10px;font-size:13px}.lp-proposal summary{gap:13px}.lp-proposal summary h3{font-size:18px}.lp-approach-list details>p{padding-right:0;font-size:13px}.lp-tabs button{gap:9px;padding:13px 10px;font-size:10px}.lp-tabs button>svg{flex:none;width:19px}.lp-journey-panel{grid-template-columns:1fr}.lp-journey-panel>img{height:240px;min-height:0}.lp-journey-panel>div{padding:26px}.lp-journey-panel a{padding:13px 0;font-size:13px}.lp-two{grid-template-columns:1fr;gap:20px}.lp-two p{font-size:13px}.lp-timeline article{gap:17px}.lp-step{width:39px;height:39px;font-size:10px}.lp-timeline:before{left:19px}.lp-timeline h3{font-size:26px}.lp-timeline p{font-size:13px}.lp-timeline small{font-size:10px}.lp-team{grid-template-columns:1fr;gap:20px}.lp-team article{min-height:110px;padding-left:65px;position:relative}.lp-team article>span{border:0;font-size:35px;position:absolute;top:5px;left:0}.lp-team h3{margin:0 0 8px;font-size:23px}.lp-team p{font-size:13px}.lp-callout{padding:24px}.lp-cases>article{grid-template-columns:1fr;gap:22px;margin-bottom:45px}.lp-case-image{aspect-ratio:1.25}.lp-cases h3{font-size:32px}.lp-cases p{font-size:14px}.lp-price{padding:28px}.lp-price>strong{font-size:77px}.lp-costs>div{gap:17px}.lp-costs h3{font-size:13px;line-height:1.5}.lp-costs p{font-size:11px}.lp-costs>div>strong{font-size:15px}.lp-options{padding:22px}.lp-options>label{flex-wrap:wrap;gap:10px}.lp-options label strong{font-size:13px}.lp-options label>b{font-size:12px}.lp-options label>span{min-width:140px}.lp-option-total{gap:10px;font-size:10px}.lp-option-total strong{font-size:26px}.lp-operation-grid{grid-template-columns:1fr;gap:23px}.lp-operation-grid h3{font-size:23px}.lp-acceptance{padding:25px;display:block}.lp-acceptance>svg{width:55px;height:55px;margin-bottom:20px}.lp-acceptance h3{font-size:28px}.lp-photo-story{grid-template-columns:1.2fr 1fr;gap:10px}.lp-photo-story>img{height:240px}.lp-photo-story>span{font-size:9px;line-height:1.7}.lp-social{padding:25px 20px}.lp-social>h3{font-size:29px}.lp-social-previews{grid-template-columns:1fr}.lp-social-previews>div{min-height:160px;padding:22px}.lp-social-previews strong{font-size:35px}.lp-social-previews span,.lp-social-previews small{font-size:10px}.lp-social-previews svg{width:155px;height:155px}.lp-matrix summary{gap:12px}.lp-matrix summary>span{width:48px;font-size:9px}.lp-matrix summary h3{font-size:14px}.lp-matrix details>div{padding-left:0}.lp-close{margin:45px -4px;padding:40px 25px}.lp-close h2{font-size:34px}.lp-close .lp-actions{gap:25px}.lp-contact-line a{display:inline-block}.lp-close>.lp-contact-line{font-size:10px!important}}.reduced-motion .ln-header{transition:none}.reduced-motion .lp-proposal *{transition:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){.ln-header,.lp-proposal *{transition:none!important;animation:none!important}}@media print{.ln-utility-bar,.ln-header,.lp-rail,.lf-footer,.landforce-footer,.skip-link{display:none!important}.lp-proposal{color:#172f25;background:#fff}.lp-cover{grid-template-columns:1fr 1fr;gap:30px;min-height:0;padding:30px 0}.lp-cover h1{font-size:40px}.lp-cover-art{min-height:500px}.lp-layout{padding:0;display:block}.lp-section{break-before:page;padding:35px 0}.lp-cover-facts{padding:20px 0}.lp-heading h2{font-size:32px}.lp-proposal details>p,.lp-proposal details>div{content-visibility:visible;display:block!important}.lp-proposal summary{padding:12px 0}.lp-proposal details::details-content{content-visibility:visible}.lp-proposal p{orphans:3;widows:3}.lp-cases>article,.lp-team article,.lp-costs>div{break-inside:avoid}.lp-close{margin:30px 0}.lp-search-label,.lp-search,.lp-result-count{display:none}.lp-proposal *{box-shadow:none!important;animation:none!important}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.lp-proposal p:not(.lp-label):not(.lp-note):not(.lp-result-count):not(.lp-contact-line){font-size:16px}.lp-proposal .lp-label,.lp-proposal .lp-note,.lp-proposal .lp-result-count,.lp-proposal .lp-contact-line{font-size:12px!important}.lp-proposal small,.lp-proposal .lp-options label em{font-size:12px;line-height:1.7}.lp-proposal .lp-button,.lp-proposal .lp-textlink,.lp-proposal .lp-tabs button,.lp-proposal .lp-journey-panel a,.lp-proposal .lp-rail nav a,.lp-proposal .lp-search-label{font-size:14px}.lp-proposal .lp-source,.lp-proposal .lp-source-links a,.lp-proposal .lp-matrix details a,.lp-proposal .lp-photo-story>span,.lp-proposal .lp-cover-caption,.lp-proposal .lp-cover-facts>a,.lp-proposal .lp-cover-facts>span{font-size:12px}.lp-proposal .lp-costs p{font-size:13px!important}.lp-proposal .lp-costs h3,.lp-proposal .lp-options label strong,.lp-proposal .lp-team strong,.lp-proposal .lp-matrix summary h3{font-size:15px}.lp-proposal .lp-social-previews span,.lp-proposal .lp-social-previews small,.lp-proposal .lp-matrix summary>span,.lp-proposal .lp-rail>button,.lp-proposal .lp-rail nav a>span{font-size:12px}.lp-proposal .lp-cases strong,.lp-proposal .lp-thesis>div>span{font-size:14px}.lp-studio{min-height:75px;margin-bottom:25px;padding-top:13px;padding-left:52px}.lp-studio>img{object-fit:contain;width:39px;height:72px;position:absolute;top:0;left:0}.lp-studio>svg{top:20px}.lp-rail nav a{padding-inline:7px}.lp-layout{grid-template-columns:225px minmax(0,1fr);gap:40px}.lp-rail .lp-label,.lp-rail nav a>span{font-size:10px!important}.lp-rail>small{font-size:11px}.lp-social-previews{grid-template-columns:repeat(3,minmax(0,1fr))}.lp-social-previews>div{min-height:225px}.lp-social-previews small{font-size:11px!important}.lp-cover-facts strong{font-size:21px}.lp-proposal .lp-cover-facts>a{line-height:1.7}@media (width<=1100px){.lp-layout{grid-template-columns:190px minmax(0,1fr);gap:25px}.lp-proposal .lp-rail nav a{font-size:12px}.lp-cover-facts strong{font-size:19px}}@media (width<=850px){.lp-layout{display:block}.lp-proposal .lp-rail nav a{font-size:14px}.lp-cover-facts strong{font-size:18px}}@media (width<=600px){.lp-social-previews{grid-template-columns:1fr}.lp-social-previews>div{min-height:185px}.lp-cover-facts{grid-template-columns:1fr}.lp-cover-facts>span{flex-direction:row;justify-content:space-between;align-items:baseline}.lp-cover-facts strong{font-size:21px}.lp-cover-facts>a{grid-column:auto}.lp-proposal .lp-tabs button{font-size:12px}.lp-proposal .lp-matrix summary>span{font-size:11px}.lp-proposal .lp-costs h3{font-size:14px}.lp-options label>span{flex-basis:60%}.lp-cover-copy>.lp-actions{gap:20px}.lp-proposal .lp-thesis>div>span{font-size:12px}.lp-proposal .lp-note{font-size:12px!important}}@media print{.lp-layout{display:block}.lp-proposal p:not(.lp-label){font-size:12px!important}.lp-proposal .lp-label{font-size:10px!important}}.ln-header{top:16px}.ln-header.ln-hidden{transform:translateY(calc(-100% - 36px))}.ln-header.ln-open{transform:none}.ln-header:has(:focus-visible){transform:none}.ln-megamenu{max-height:calc(100svh - 130px)}.lp-reading-progress{z-index:90;pointer-events:none;background:#dce5d6;height:5px;position:fixed;top:0;left:0;right:0}.lp-reading-progress>span{transform-origin:0;background:linear-gradient(90deg,#257651,#74a94f 70%,#efbf36);width:100%;height:100%;display:block;box-shadow:0 0 9px #62984844}.lp-reading-stat{color:#4a674e;grid-template-columns:1fr auto;align-items:center;gap:12px;margin-bottom:27px;font-size:12px;display:grid}.lp-reading-stat strong{font-variant-numeric:tabular-nums;font-size:14px;font-weight:500}.lp-reading-stat>div{background:#dae3ce;grid-column:1/-1;height:3px;overflow:hidden}.lp-reading-stat i{background:#668d3c;height:100%;display:block}.lf-proposal-float{z-index:60;right:26px;bottom:max(24px,env(safe-area-inset-bottom));color:#1a3f30;min-height:61px;font-family:var(--sans);isolation:isolate;background:#f4f5e6;border:1px solid #d8e1c4;border-radius:40px;align-items:center;gap:16px;padding:12px 13px 12px 18px;font-size:14px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 38px #0b302831,inset 0 1px #fff}.lf-proposal-float>img{object-fit:contain;flex:none;width:20px;height:37px}.lf-proposal-float-arrow{background:#dcebb9;border-radius:50%;place-items:center;width:37px;height:37px;transition:transform .35s,background .35s;display:grid}.lf-proposal-float:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(110deg,#0000 42%,#fff0 45%,#ffffffd9 50%,#fff0 55%,#0000 58%);animation:12s ease-in-out infinite lf-proposal-sheen;position:absolute;inset:-90% -65%;transform:translate(-90%)}.lf-proposal-float:hover{background:#fffef1;transform:translateY(-4px);box-shadow:0 17px 42px #0b302844}.lf-proposal-float:hover .lf-proposal-float-arrow{background:#cfe29d;transform:rotate(-8deg)}.lf-proposal-float-arrow>svg{transition:transform .3s}.lf-proposal-float:hover .lf-proposal-float-arrow>svg{transform:translate(2px,-2px)}.lf-proposal-float:active{transform:translateY(-1px)}.lf-proposal-float:focus-visible{outline-offset:5px;outline:3px solid #658640}.landforce-site:has(.ln-mobile) .lf-proposal-float{visibility:hidden}.landforce-site:has(.lf-proposal-float) .lf-footer-bottom{padding-bottom:105px}.landforce-site:has(.lf-proposal-float) .lf-to-top{margin-right:240px}@keyframes lf-proposal-sheen{0%,79%{transform:translate(-90%)}92%,to{transform:translate(90%)}}@media (width<=850px){.lp-rail .lp-reading-stat{display:none}}@media (width<=700px){.ln-header{top:10px}.ln-header.ln-hidden{transform:translateY(calc(-100% - 26px))}.ln-header.ln-open{transform:none}.ln-header:has(:focus-visible){transform:none}.lf-proposal-float{right:14px;bottom:max(15px,env(safe-area-inset-bottom));gap:12px;min-height:54px;padding:9px 10px 9px 15px;font-size:13px}.lf-proposal-float>img{width:17px;height:32px}.lf-proposal-float-arrow{width:33px;height:33px}.landforce-site:has(.lf-proposal-float) .lf-to-top{margin-bottom:65px;margin-right:0}}.reduced-motion .lf-proposal-float,.reduced-motion .lf-proposal-float *{transition:none!important}.reduced-motion .lf-proposal-float:after{animation:none;display:none}.reduced-motion .lf-proposal-float:hover,.reduced-motion .lf-proposal-float:hover *{transform:none}@media (prefers-reduced-motion:reduce){.lf-proposal-float,.lf-proposal-float *{transition:none!important}.lf-proposal-float:after{animation:none;display:none}.lf-proposal-float:hover,.lf-proposal-float:hover *{transform:none}}@media print{.lp-reading-progress,.lp-reading-stat,.lf-proposal-float{display:none!important}}.ln-header,.ln-header.ln-scrolled{opacity:1;transition:transform .65s cubic-bezier(.16,1,.3,1),opacity .4s ease-out}.ln-header.ln-hidden{opacity:0;transition:transform .28s cubic-bezier(.4,0,.7,.3),opacity .2s ease-in}.ln-header.ln-open{opacity:1}.ln-header:has(:focus-visible){opacity:1}.reduced-motion .ln-header,.reduced-motion .ln-header.ln-scrolled,.reduced-motion .ln-header.ln-hidden{transition:none}@media (prefers-reduced-motion:reduce){.ln-header,.ln-header.ln-scrolled,.ln-header.ln-hidden{transition:none}}.lp-release-plan{background:#e7ecde;border:1px solid #c3cfb5;border-radius:7px;margin-top:48px;padding:36px}.lp-release-plan>h3{margin:20px 0;font-size:38px!important;font-weight:400!important;line-height:1.12!important}.lp-release-plan>p{font-size:16px;line-height:1.7}.lp-release-plan details{border-top:1px solid #193c3530}.lp-release-plan summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;list-style:none;display:flex}.lp-release-plan summary::-webkit-details-marker{display:none}.lp-release-plan h4{margin:0;font-size:17px;font-weight:500;line-height:1.4}.lp-release-plan summary svg{flex:none}.lp-release-plan details>p{max-width:900px;margin:0 0 25px;font-size:16px;line-height:1.7}.lp-release-plan details[open] summary svg{transform:rotate(45deg)}@media (width<=700px){.lp-release-plan{padding:25px}.lp-release-plan>h3{font-size:31px!important}}.tdf-invitation{z-index:65;right:26px;bottom:max(98px,calc(env(safe-area-inset-bottom) + 86px));color:#172e29;font-family:var(--sans);position:fixed}.tdf-next-panel,.tdf-invite-nudge{background:#fffef7;border:1px solid #d1d8c9;border-radius:18px;width:400px;max-width:calc(100vw - 32px);animation:.4s cubic-bezier(.2,.7,.2,1) tdf-invitation-enter;overflow:hidden;box-shadow:0 24px 80px #092e2840,0 2px 12px #092e2818}.tdf-next-panel{overscroll-behavior:contain;max-height:calc(100dvh - 125px);overflow-y:auto}.tdf-next-masthead{background:#fffef7;justify-content:space-between;align-items:center;padding:19px 24px;display:flex;position:relative}.tdf-next-masthead>a{letter-spacing:.08em;color:#172e29;align-items:center;gap:12px;font-size:12px;line-height:1.25;text-decoration:none;display:flex}.tdf-next-masthead img{object-fit:contain;width:25px;height:44px}.tdf-next-masthead b{letter-spacing:.12em;font-size:16px}.tdf-invite-close{color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.tdf-invite-close:hover{background:#e8ecdc}.tdf-next-photo{background:#1c3a30;height:112px;position:relative}.tdf-next-photo>img{object-fit:cover;object-position:center 58%;width:100%;height:100%}.tdf-next-photo>span{color:#fff;background:#163b31;padding:6px 10px;font-size:12px;position:absolute;bottom:14px;left:22px}.tdf-next-copy{padding:24px}.tdf-next-eyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:12px}.tdf-next-copy h2{font-family:var(--serif);letter-spacing:-.02em;margin:14px 0;font-size:43px;font-weight:400;line-height:1.02}.tdf-next-copy h2 em,.tdf-invite-nudge h2 em{color:#4c6a41;font-weight:400}.tdf-next-copy>p{margin:0 0 20px;font-size:14px;line-height:1.6}.tdf-next-primary,.tdf-next-secondary{border-radius:6px;justify-content:space-between;align-items:center;gap:10px;min-height:50px;padding:13px 17px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:flex}.tdf-next-primary{color:#1c3028;background:#f7cf47}.tdf-next-primary:hover{background:#ffe477;transform:translateY(-2px)}.tdf-next-secondary{color:#17382e;border-bottom:1px solid #d9dfd1;border-radius:0;margin:4px 0 12px}.tdf-next-secondary:hover{background:#edf0e4}.tdf-next-utilities{flex-wrap:wrap;gap:8px 17px;display:flex}.tdf-next-utilities a{color:#274735;align-items:center;gap:7px;min-height:44px;font-size:13px;display:flex}.tdf-next-copy .tdf-next-fine{color:#546155;margin:14px 0 0;font-size:12px;line-height:1.5}.tdf-invite-nudge{border-top:4px solid #f7cf47;width:325px;padding:25px;position:relative}.tdf-invite-nudge>.tdf-invite-close{position:absolute;top:5px;right:4px}.tdf-invite-nudge>span{letter-spacing:.07em;margin:8px 0 14px;padding-right:10px;font-size:10px;display:block}.tdf-invite-nudge h2{font-family:var(--serif);margin:0 0 12px;font-size:31px;font-weight:400;line-height:1.1}.tdf-invite-nudge p{margin:0 0 14px;font-size:14px;line-height:1.5}.tdf-invite-nudge>a{color:#1b4739;border-top:1px solid #cbd3bd;justify-content:space-between;align-items:center;min-height:44px;font-size:14px;font-weight:700;display:flex}.tdf-invitation :focus-visible{outline-offset:3px;outline:3px solid #47715d}.ln-preview-credit{color:inherit;align-items:center;gap:9px;text-decoration:none;display:flex}.ln-preview-credit img{object-fit:contain;width:15px;height:24px}:is(.landforce-site:has(.ln-mobile) .tdf-invitation,.landforce-site:has(.ln-open) .tdf-invitation){visibility:hidden}.tdf-attribution{align-items:center;gap:9px;display:flex}.tdf-attribution img{object-fit:contain;width:16px;height:28px}.lp-selected-websites{grid-template-columns:1fr 1fr;gap:20px;margin:28px 0;display:grid}.lp-selected-websites article{background:#eff1e6;border-left:3px solid #778c55;padding:28px}.lp-selected-websites h3{font-family:var(--serif);margin:8px 0 15px;font-size:31px}.lp-selected-websites p{font-size:16px;line-height:1.65}.lp-selected-websites a{align-items:center;gap:12px;margin-top:12px;font-size:14px;display:inline-flex}.lp-proposal-contact{margin-top:24px}.lp-proposal-contact .lp-actions{flex-wrap:wrap}.lp-proposal-contact small{margin-top:12px;line-height:1.5;display:block}@keyframes tdf-invitation-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=700px){.tdf-invitation{right:14px;bottom:max(81px,calc(env(safe-area-inset-bottom) + 73px))}.tdf-next-panel{width:calc(100vw - 28px);max-width:440px;max-height:calc(100dvh - 104px)}.tdf-next-photo{height:78px}.tdf-next-masthead{padding:10px 20px}.tdf-next-copy{padding:20px}.tdf-next-copy h2{font-size:36px}.tdf-next-copy h2 br:nth-of-type(2){display:none}.tdf-next-copy h2 em:before{content:" "}.tdf-invite-nudge{width:292px;padding:19px}.tdf-invite-nudge h2{font-size:27px}.lp-selected-websites{grid-template-columns:1fr}.ln-preview-credit{font-size:11px}.ln-preview-credit img{width:12px;height:21px}}@media (prefers-reduced-motion:reduce){.tdf-next-panel,.tdf-invite-nudge{animation:none}.tdf-invitation *{transition:none!important}}.reduced-motion .tdf-next-panel,.reduced-motion .tdf-invite-nudge{animation:none}.reduced-motion .tdf-invitation *{transition:none!important}@media print{.tdf-invitation{display:none!important}}.tdf-invitation .lf-proposal-float:after{animation:none;display:none}.tdf-invitation .lf-proposal-float:hover{transform:translateY(-2px)}.tdf-invite-nudge{border-top-width:2px;width:280px;padding:20px 22px;box-shadow:0 14px 42px #092e2826}.tdf-invite-nudge h2{margin-bottom:14px;font-size:27px}.tdf-invite-nudge>span{letter-spacing:.035em;padding-right:16px;font-size:11px}.tdf-next-copy h2{font-size:38px}.tdf-next-photo{height:90px}@media (width<=700px){.tdf-invite-nudge{width:260px;padding:18px 20px}.tdf-invite-nudge h2{font-size:25px}.tdf-next-copy h2{font-size:34px}.tdf-next-photo{height:72px}}.lp-proposal .lpf-factory{color:inherit;flex-shrink:0;align-items:center;gap:15px;text-decoration:none;display:inline-flex}.lp-proposal .lpf-factory img{object-fit:contain;flex:none;width:37px;height:auto}.lp-proposal .lpf-factory>span{letter-spacing:.045em;font-size:15px;line-height:1.2}.lp-proposal .lpf-factory strong{letter-spacing:.1em;font-size:20px;font-weight:750}.lp-cover-copy>.lpf-factory{margin-bottom:32px}.lpf-signature{color:#fff;background:#16392f;align-items:center;gap:30px;margin:30px 0 0;padding:30px;display:flex}.lpf-signature>.lpf-factory img{width:43px}.lp-proposal .lpf-signature>p{border-left:1px solid #ffffff40;margin:0;padding-left:30px;line-height:1.35;font-size:25px!important}.lpf-signature>p em{color:#e2e9b8}.lpf-signature>span{letter-spacing:.08em;color:#d6dfd2;margin-left:auto;font-size:11px;line-height:1.6}.lpf-proof-index{background:#fff;border:1px solid #d7dfcf;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:35px;display:grid}.lpf-proof-index>a{border-right:1px solid #d7dfcf;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:26px 18px;text-decoration:none;transition:background .2s;display:flex}.lpf-proof-index>a:last-child{border:0}.lpf-proof-index img{object-fit:contain;width:100%;max-width:210px;height:72px}.lpf-proof-index span{color:#4d6355;align-items:center;gap:12px;font-size:12px;display:flex}.lpf-proof-index>a:hover{background:#f0f4e7}.lpf-work{--work-accent:#a6303a;--work-tint:#f7edef;background:#fff;border:1px solid #d7dfcf;margin:0 0 34px;scroll-margin-top:130px;overflow:hidden}.lpf-work-st-luke{--work-accent:#604b78;--work-tint:#f2eef6}.lpf-work-ceat{--work-accent:#235769;--work-tint:#eef4f5}.lpf-work-heading{border-top:4px solid var(--work-accent);justify-content:space-between;align-items:center;gap:20px;padding:30px 32px;display:flex}.lpf-work-heading>div>span{color:var(--work-accent);font-size:12px;line-height:1.6}.lp-proposal .lpf-work-heading h3{letter-spacing:-.035em;text-wrap:initial;margin:14px 0 0;font-size:clamp(27px,2.8vw,39px);line-height:1.16}.lpf-work-heading>svg{color:var(--work-accent);flex:none}.lpf-work-body{grid-template-columns:1fr 1fr;gap:30px;padding:0 32px 30px;display:grid}.lpf-work-body figure{margin:0}.lpf-work-body figure>img{aspect-ratio:1.25;object-fit:cover;width:100%;transition:filter .3s}.lpf-work-body figure:hover>img{filter:saturate(1.1)}.lpf-work-body figcaption{color:#526259;margin-top:12px;font-size:12px;line-height:1.5}.lpf-work-body h4{margin:0 0 14px;font-size:18px;font-weight:650;line-height:1.35}.lp-proposal .lpf-work-body p{margin:0 0 18px;font-size:15px;line-height:1.8}.lpf-visit{color:var(--work-accent);align-items:center;gap:10px;min-height:44px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.lpf-work details{border-top:1px solid #d8ddd3;margin-top:18px}.lp-proposal .lpf-work summary{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;padding:16px 0;font-size:14px;list-style:none;display:flex}.lpf-work summary::-webkit-details-marker{display:none}.lpf-work details[open] summary>svg{transform:rotate(90deg)}.lpf-work ul{margin:0 0 10px;padding-left:20px;font-size:14px;line-height:1.7}.lpf-work li{margin:8px 0}.lpf-takeaway{background:var(--work-tint);border-top:1px solid #00000009;grid-template-columns:150px 1fr;gap:24px;padding:24px 32px;display:grid}.lpf-takeaway>strong{color:var(--work-accent);font-size:14px;line-height:1.5}.lp-proposal .lpf-takeaway>p{margin:0;font-size:15px;line-height:1.75}.lpf-evidence-heading{padding:35px 0 20px}.lpf-evidence-heading>span{letter-spacing:.06em;color:#596c5b;font-size:12px}.lp-proposal .lpf-evidence-heading h3{margin:14px 0;font-size:34px;line-height:1.15}.lpf-evidence-heading>p{max-width:620px}.lp-close>.lpf-factory{margin-bottom:30px}.lp-rail>.lpf-factory{margin:0 0 25px}.lp-rail>.lpf-factory img{width:24px}.lp-rail>.lpf-factory>span{font-size:11px}.lp-rail>.lpf-factory strong{font-size:14px}@media (width<=1100px){.lpf-signature>span{display:none}.lpf-work-body{grid-template-columns:1fr}.lpf-work-body figure>img{aspect-ratio:1.8}.lpf-signature{gap:20px;padding:25px}.lp-proposal .lpf-signature>p{padding-left:20px;font-size:22px!important}}@media (width<=850px){.lp-rail>.lpf-factory{display:none}}@media (width<=600px){.lpf-signature{flex-direction:column;align-items:flex-start}.lp-proposal .lpf-signature>p{border-top:1px solid #ffffff40;border-left:0;width:100%;padding:20px 0 0}.lpf-proof-index>a{gap:12px;padding:20px 10px}.lpf-proof-index img{height:50px}.lpf-proof-index span{gap:3px;font-size:11px}.lpf-proof-index span>svg{display:none}.lpf-work-heading{padding:24px}.lpf-work-heading>svg{width:30px}.lpf-work-body{gap:24px;padding:0 24px 24px}.lpf-work-body figure>img{aspect-ratio:1.4}.lpf-takeaway{grid-template-columns:1fr;gap:10px;padding:24px}.lpf-takeaway>strong br{display:none}.lp-proposal .lpf-work-heading h3{font-size:29px}}@media (prefers-reduced-motion:reduce){.lpf-selected *{transition:none!important}}.reduced-motion .lpf-selected *{transition:none!important}@media print{.lpf-work{break-inside:avoid}.lpf-signature{color:#17392d;background:#eee}.lpf-work details ul{display:block}}
