/*
Theme Name: Mansfield Payments
Description: A lean, responsive custom theme for Mansfield Payments. Works with Mansfield Site Manager.
Version: 1.0.3
Requires at least: 6.6
Requires PHP: 8.1
Author: Mansfield Payments
License: GPL-2.0-or-later
Text Domain: mansfield-payments
*/
:root{--green:#164d3d;--forest:#103f32;--bright:#087e42;--ink:#19372d;--muted:#5d6e64;--cream:#f6f5ef;--line:#d9e1d9;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:#fff;font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:4px}a:hover{color:#087e42}button,input,select,textarea{font:inherit}button,.button{cursor:pointer}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;line-height:1.1}h1{font-size:clamp(42px,5.1vw,72px)}h2{font-size:clamp(32px,3.4vw,48px);margin-bottom:24px}h3{font-size:22px;letter-spacing:-.025em;line-height:1.3}p{margin-bottom:20px}h1 a,h2 a,h3 a{text-decoration:none}.wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}.section{padding-block:100px}.eyebrow,.mp-eyebrow{font-size:11px;font-weight:750;letter-spacing:.15em;text-transform:uppercase;color:#4a6a59;margin-bottom:20px}.eyebrow.light{color:#d1e6d3}.button,button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:15px 23px;background:var(--green);color:white;border:1px solid var(--green);border-radius:4px;font-size:14px;font-weight:650;line-height:1.4;text-decoration:none;transition:background .18s,color .18s}.button:hover,button[type=submit]:hover{background:#0c3528;color:#fff}.button-light{background:#f8f6ed;border-color:#f8f6ed;color:var(--forest)}.button-light:hover{background:#e7eddf;color:var(--forest)}.text-link{font-weight:650;font-size:14px;text-decoration:none;display:inline-flex;gap:24px;align-items:center}.text-link:hover{text-decoration:underline}.small,.mp-small{font-size:13px;line-height:1.6;color:var(--muted)}.topbar{background:var(--forest);color:#f1f5ec;font-size:11px;letter-spacing:.03em}.topbar .wrap{display:flex;align-items:center;justify-content:space-between;padding-block:9px}.topbar a{text-decoration:none;color:inherit}.site-header{background:#fff;position:sticky;top:0;z-index:30;border-bottom:1px solid #ecede8}.header-inner{height:105px;display:flex;justify-content:space-between;align-items:center;gap:36px}.brand{display:block;width:184px;flex-shrink:0}.brand img{width:100%;max-height:82px;object-fit:contain}#primary-nav{display:flex;gap:35px;align-items:center}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:28px;font-size:13px;font-weight:600}.nav-links a{text-decoration:none}.nav-links a[aria-current]{color:#087e42;text-decoration:underline}.nav-cta{padding:13px 18px;font-size:12px}.menu-toggle{display:none}.hero{position:relative;min-height:610px;display:flex;align-items:center;background:#284b3a;color:#fff;overflow:hidden}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 57%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,39,27,.88) 0%,rgba(11,40,29,.64) 40%,rgba(6,33,24,.12) 100%)}.hero-content{position:relative;padding-block:76px 90px}.hero h1{max-width:680px;margin-bottom:26px;font-size:clamp(45px,5.25vw,74px);line-height:1.05}.hero-intro{max-width:440px;font-size:17px;color:#e4eee7;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.hero-link{color:#fff;font-size:13px;text-decoration:none;font-weight:600}.hero-link:hover{color:#fff;text-decoration:underline}.hero-caption{position:absolute;right:40px;bottom:23px;font-size:10px;letter-spacing:.09em;color:#edf4ed;text-transform:uppercase}.proof-strip{background:var(--cream);border-bottom:1px solid var(--line);font-size:12px}.proof-strip .wrap{display:grid;grid-template-columns:repeat(3,1fr);padding-block:24px;text-align:center}.proof-strip span+span{border-left:1px solid #d4dbd0}.proof-strip strong{font-weight:650}.section-heading{display:flex;justify-content:space-between;gap:60px;align-items:flex-end;margin-bottom:42px}.section-heading h2{margin:0}.section-heading>p{max-width:375px;color:var(--muted);font-size:15px;margin:0}.service-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.service-card{display:block;text-decoration:none;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#fff;transition:transform .2s}.service-card:hover{transform:translateY(-4px);color:var(--ink)}.service-photo{position:relative;height:215px;overflow:hidden}.service-photo img{height:100%;width:100%;object-fit:cover;transition:transform .3s}.service-card:hover img{transform:scale(1.025)}.service-photo span{position:absolute;top:17px;left:18px;border-radius:50%;width:32px;height:32px;background:#f6f5ef;color:var(--forest);display:grid;place-items:center;font-size:11px;font-weight:700}.service-body{padding:28px}.service-body h3{font-family:var(--serif);font-size:27px;font-weight:400}.service-body p{font-size:14px;color:var(--muted);min-height:70px}.personal{background:var(--cream);padding-block:85px}.personal-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:90px;align-items:center}.portrait-wrap{position:relative;padding:0 22px 22px 0}.portrait-wrap:after{content:'';position:absolute;inset:25px 0 0 25px;background:#dce3d8;z-index:0;border-radius:3px}.portrait{position:relative;z-index:1;width:100%;height:460px;object-fit:cover;object-position:center 27%;border-radius:3px;background:white}.portrait-label{position:absolute;z-index:2;bottom:42px;left:25px;padding:15px 22px;background:#fff;border-radius:3px;box-shadow:0 5px 20px #163e2920}.portrait-label strong,.portrait-label span{display:block}.portrait-label strong{font-family:var(--serif);font-size:23px;font-weight:400}.portrait-label span{font-size:11px;color:var(--muted)}.personal-copy h2{font-size:clamp(32px,3.6vw,50px)}.personal-copy>p:not(.eyebrow){color:var(--muted);font-size:15px}.personal-copy .text-link{margin-top:12px}.product-card{border:1px solid var(--line);border-radius:5px;overflow:hidden;background:white;display:flex;flex-direction:column}.product-card[hidden]{display:none}.product-visual{height:180px;display:flex;align-items:center;justify-content:center;background:#f5f6f2;padding:40px}.product-visual img{max-height:95px;width:100%;object-fit:contain}.mp-wordmark{font-size:28px;font-weight:750;letter-spacing:-.05em;color:var(--green);text-align:center;line-height:1.2}.product-body{padding:27px;flex:1;display:flex;flex-direction:column}.product-body .eyebrow{font-size:9px;letter-spacing:.09em;margin-bottom:10px}.product-body h3{font-family:var(--serif);font-size:28px;font-weight:400;margin-bottom:12px}.product-body>p:not(.eyebrow){font-size:14px;color:var(--muted)}.product-body .text-link{margin-top:auto}.industry-band{background:var(--forest);color:white;padding:78px 0}.industry-band h2{max-width:750px;font-size:clamp(34px,3.8vw,52px)}.industry-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:38px 0 24px}.industry-links a{border-top:1px solid #759586;padding-top:20px;display:flex;justify-content:space-between;text-decoration:none;font-family:var(--serif);font-size:22px;line-height:1.4}.industry-links a:hover{color:#c6dfc7}.industry-band p:last-child{color:#bdcdc3;font-size:13px;margin-bottom:0}.process-section{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.steps{counter-reset:steps;list-style:none;margin:0;padding:0}.steps li{counter-increment:steps;position:relative;padding:0 0 27px 63px;border-bottom:1px solid var(--line);margin-bottom:25px}.steps li:last-child{margin-bottom:0;padding-bottom:0;border:0}.steps li:before{content:'0' counter(steps);position:absolute;left:0;top:0;font-family:var(--serif);font-size:27px;color:#5a7965}.steps h3{font-size:18px;margin-bottom:8px}.steps p{font-size:14px;color:var(--muted);margin-bottom:0}.closing-cta{background:#32604b;color:white;padding-block:57px}.closing-cta .wrap{display:flex;justify-content:space-between;align-items:center;gap:40px}.closing-cta h2{font-size:40px;margin:0}.closing-cta p:last-child{margin-top:18px;margin-bottom:0;font-size:12px;color:#e1ece1}.closing-cta a:hover{color:inherit}.site-footer{background:#0e3027;color:#dce5db;padding-top:62px}.footer-main{display:grid;grid-template-columns:1.15fr 1fr .95fr 1.4fr;gap:42px;padding-bottom:40px}.footer-brand img{width:170px;max-height:90px;object-fit:contain;object-position:left}.footer-brand p{margin:20px 0 0;font-family:var(--serif);font-size:19px;line-height:1.4}.footer-brand .small{font-family:var(--sans);color:#b9cbbd;font-size:11px}.footer-main h2{font-family:var(--sans);font-size:12px;letter-spacing:.03em;font-weight:650;color:#fff;margin-bottom:18px}.footer-main>div:not(:first-child)>a{display:block;font-size:12px;text-decoration:none;margin-bottom:8px}.footer-main a:hover{color:#fff;text-decoration:underline}.footer-contact p{font-size:11px;color:#bdcbbf;margin-top:15px;margin-bottom:0}.disclosures{border-top:1px solid #416052;padding-top:21px;font-size:10px;color:#c0cfc1;line-height:1.6}.disclosures>p{margin-bottom:9px}.disclosure-list{display:flex;flex-wrap:wrap;gap:5px 22px;margin:12px 0}.disclosure-list details{flex-basis:auto}.disclosure-list details[open]{flex-basis:100%;order:1}.disclosure-list summary{cursor:pointer;color:#e5eee1;font-size:11px}.disclosure-list details p{max-width:1000px;margin:10px 0}.footer-bottom{margin-top:18px;padding:20px 0;border-top:1px solid #416052;font-size:10px;display:flex;justify-content:space-between;gap:20px}.footer-bottom a{margin-left:22px;text-decoration:none}.page-hero{background:var(--cream);padding:65px 0}.page-hero h1{max-width:880px;margin-bottom:0}.page-hero .lead{max-width:760px;margin:25px 0 0}.page-body{padding-block:65px 85px;min-height:450px}.prose{max-width:870px}.prose p{line-height:1.85}.prose h2{font-size:34px;margin-top:44px}.prose h3{margin-top:30px}.prose li{margin-bottom:12px}.lead{font-size:21px;color:#476050;line-height:1.7}.prose .lead{font-size:22px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 40px;margin-block:35px}.content-grid section{border-top:1px solid var(--line)}.content-grid h2,.content-grid h3{font-family:var(--serif);font-size:27px;font-weight:400;margin-top:25px}.content-grid p{font-size:15px}.table-scroll{overflow-x:auto;margin-block:35px}.table-scroll table{border-collapse:collapse;width:100%;min-width:650px;font-size:14px}.table-scroll td,.table-scroll th{border:1px solid var(--line);padding:16px;text-align:left;vertical-align:top}.table-scroll thead{background:var(--green);color:#fff}.table-scroll tbody th{background:var(--cream)}.about-portrait{float:right;width:260px;height:330px;object-fit:cover;object-position:center 23%;margin:0 0 30px 38px;border-radius:4px}.partner-names{display:flex;flex-wrap:wrap;gap:14px;margin-block:25px}.partner-names span{border:1px solid var(--line);padding:14px 20px;font-weight:650;font-size:14px;border-radius:3px}.product-filters{display:flex;flex-wrap:wrap;gap:10px;margin-block:28px}.product-filters button{border:1px solid #bdccbf;background:#fff;color:var(--green);border-radius:24px;padding:8px 17px;font-size:13px}.product-filters button.active{background:var(--green);color:white;border-color:var(--green)}.product-detail{display:grid;grid-template-columns:340px 1fr;gap:80px;padding-block:60px 90px}.product-detail-image{background:var(--cream);padding:40px;min-height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.product-detail-image img{width:100%;max-height:150px;object-fit:contain}.product-sidebar h2{font-size:27px}.product-sidebar ul{padding-left:20px;font-size:14px;margin-bottom:28px}.product-sidebar li{margin-bottom:14px}.product-sidebar .text-link{margin-top:18px}.product-detail .prose h2:first-child{margin-top:0}.availability{background:#e9eedc;text-align:center;padding:12px 25px;font-size:13px}.skip-link{position:absolute;left:10px;top:-100px;z-index:100;background:#fff;color:#000;padding:15px}.skip-link:focus{top:10px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #b98112;outline-offset:4px}.wp-block-image img{height:auto}.alignwide{max-width:1200px}.admin-bar .site-header{top:32px}
@media(min-width:1600px){.hero{min-height:700px}}@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.nav-links{gap:18px}#primary-nav{gap:20px}.header-inner{gap:20px}.brand{width:157px}.nav-cta{font-size:11px;padding:12px}.personal-grid{gap:50px}.footer-main{gap:25px}.hero h1{max-width:620px}}
@media(max-width:900px){.menu-toggle{display:flex;align-items:center;gap:12px;background:white;border:1px solid var(--line);padding:9px 13px;border-radius:3px;color:var(--green);font-size:13px}#primary-nav{display:none;position:absolute;top:100%;left:0;right:0;padding:25px;background:white;border-bottom:1px solid var(--line);box-shadow:0 8px 12px #103f3210}#primary-nav.is-open{display:flex;align-items:stretch;flex-direction:column}.nav-links{flex-direction:column;gap:0}.nav-links a{display:block;padding:12px 0}.header-inner{height:90px}.brand{width:159px}.hero{min-height:560px}.section{padding-block:65px}.section-heading{gap:35px}.section-heading>p{max-width:300px}.service-grid{gap:16px}.service-body{padding:22px}.service-body h3{font-size:24px}.service-photo{height:170px}.personal-grid{gap:35px}.portrait{height:415px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-links{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr;gap:35px}.product-detail{grid-template-columns:290px 1fr;gap:35px}.process-section{gap:45px}}
@media(max-width:640px){.wrap{width:calc(100% - 36px)}.topbar{font-size:10px}.topbar .wrap{gap:10px}.topbar span{max-width:150px}.header-inner{height:80px}.brand{width:143px}.hero{min-height:580px;align-items:flex-start}.hero-photo{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(8,39,27,.88),rgba(11,40,29,.4))}.hero-content{padding:65px 0}.hero h1{font-size:46px;max-width:370px}.hero .eyebrow{font-size:9px}.hero-intro{font-size:15px;max-width:320px}.hero-actions{align-items:flex-start;flex-direction:column;gap:22px}.hero-caption{right:18px;font-size:8px}.proof-strip .wrap{display:block;text-align:left;padding-block:17px}.proof-strip span{display:block;padding-block:4px;font-size:11px}.proof-strip span+span{border:0}.section{padding-block:55px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;max-width:none}.section-heading>.text-link{margin-top:22px}.desktop{display:none}.service-grid,.product-grid{grid-template-columns:1fr}.service-photo{height:220px}.service-body p{min-height:0}.service-body h3{font-size:29px}.personal{padding-block:55px}.personal-grid{grid-template-columns:1fr;gap:40px}.portrait-wrap{max-width:420px}.portrait{height:390px}.personal-copy h2{font-size:36px}.industry-band{padding-block:55px}.industry-links{gap:25px 20px}.industry-links a{font-size:19px}.process-section{grid-template-columns:1fr;gap:40px}.closing-cta .wrap{display:block}.closing-cta h2{font-size:35px;margin-bottom:30px}.footer-main{gap:32px 20px}.footer-brand{grid-column:1/-1}.footer-contact{grid-column:1/-1}.footer-main>div:not(:first-child)>a{font-size:12px}.footer-bottom{font-size:9px}.page-hero{padding:44px 0}.page-hero h1{font-size:41px}.page-body{padding-block:40px 60px}.prose .lead,.lead{font-size:19px}.prose h2{font-size:29px}.content-grid{grid-template-columns:1fr}.about-portrait{float:none;width:100%;height:390px;margin:0 0 30px;object-position:center 22%}.product-detail{grid-template-columns:1fr;gap:35px;padding-block:35px 55px}.product-detail-image{max-width:400px}.product-visual{height:180px}.admin-bar .site-header{top:0}.disclosure-list{gap:8px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.footer-brand img{filter:brightness(0) invert(1)}
/* 1.0.1: lighter merchant-led design, matching the approved concept. */
:root{--green:#087849;--forest:#075c3c;--ink:#20272c;--muted:#586169;--cream:#f6f8f6;--line:#dce6e0}h1,h2{font-family:var(--sans);font-weight:740;letter-spacing:-.04em;line-height:1.12}.site-header{border-bottom:0}.header-inner{height:106px}.brand{width:182px}.nav-links{font-weight:500;font-size:14px}.nav-cta{padding:14px 22px;font-size:13px}.button{gap:17px;border-radius:4px;font-weight:650}.button-outline{color:var(--green);background:transparent;border-color:var(--green)}.button-outline:hover{color:white;background:var(--green)}.hero-101{background:#f8faf8;color:var(--ink);min-height:560px}.hero-101 .hero-photo{width:62%;left:auto;right:0;object-position:35% center}.hero-101 .hero-shade{background:linear-gradient(90deg,#f8faf8 0%,#f8faf8 34%,rgba(248,250,248,.95) 41%,rgba(248,250,248,.62) 50%,transparent 64%)}.hero-101 .hero-content{padding-block:66px 92px;z-index:2}.hero-101 h1{font-size:clamp(40px,4.3vw,61px);max-width:590px;line-height:1.12;letter-spacing:-.045em;margin-bottom:23px}.hero-101 .hero-intro{max-width:485px;font-size:21px;color:#515a60;line-height:1.5}.hero-101 .hero-actions{gap:16px;margin-top:30px}.hero-proof{font-size:12px;color:#5f6b64;margin:25px 0 0}.hero-proof span{padding:0 12px}.mountain-art{position:absolute;bottom:0;left:0;width:54%;height:98px;color:#32694e;pointer-events:none}.home-services{padding-block:32px 60px}.home-services .service-grid{gap:28px}.home-services .service-card{border:0;border-radius:5px;background:#f2f7f3}.home-services .service-photo{height:195px}.home-services .service-body{padding:35px 25px 26px;position:relative}.home-services .service-body h2{font-size:23px;letter-spacing:-.025em;margin:5px 0 14px}.home-services .service-body p{font-size:15px;line-height:1.5;min-height:90px;margin-bottom:18px}.service-icon{position:absolute;top:-23px;left:23px;width:48px;height:48px;background:#e4f1e8;border:5px solid #f2f7f3;border-radius:50%;padding:7px;color:var(--green)}.service-icon svg{width:100%;height:100%}.home-services .text-link{color:#075c3c}.approach-101{position:relative;background:#f6f9f7;min-height:440px;overflow:hidden}.approach-photo{position:absolute;right:0;top:0;width:66%;height:100%;object-fit:cover;object-position:60% 55%}.approach-fade{position:absolute;inset:0;background:linear-gradient(90deg,#f6f9f7 0%,#f6f9f7 32%,rgba(246,249,247,.93) 40%,rgba(246,249,247,.45) 53%,transparent 65%)}.approach-copy{position:relative;max-width:550px;padding-block:48px 52px}.approach-copy h2{font-size:40px;margin-bottom:24px;max-width:510px}.approach-copy p:not(.eyebrow){max-width:475px;font-size:15px;line-height:1.65;color:#505b61}.approach-copy .eyebrow{font-size:11px;color:#176344;margin-bottom:16px}.closing-101{position:relative;overflow:hidden;padding:32px 0;background:#087849}.closing-101 .wrap{position:relative;display:flex;flex-direction:column;gap:18px;text-align:center}.closing-101 h2{font-size:22px;font-weight:650;letter-spacing:-.025em;margin:0}.closing-101 .mountain-art{color:#003d2b;width:100%;height:135px}.closing-101 .button{font-size:13px;padding:11px 20px}.footer-101{background:white;color:#54615c;padding-top:30px}.footer-top{display:flex;align-items:center;gap:25px}.footer-logo{display:block;flex-shrink:0;width:151px}.footer-logo img{width:100%;max-height:80px;object-fit:contain}.footer-tagline{font-size:11px;line-height:1.55;margin:0}.footer-top nav{display:flex;gap:18px;flex-wrap:wrap;margin-left:auto;justify-content:flex-end}.footer-top nav a{font-size:11px;text-decoration:none}.footer-details{display:flex;gap:20px;flex-wrap:wrap;font-size:10px;margin:22px 0 16px}.footer-details a{text-decoration:none}.footer-101 .disclosures{border-top:1px solid #e1e9e3;padding-top:15px;color:#667269;font-size:10px}.footer-101 .disclosure-list{gap:7px 21px;margin-block:8px}.footer-101 .disclosure-list summary{color:#285740;font-size:11px}.footer-101 .disclosures>p{margin-bottom:6px}.trademark-details summary{cursor:pointer}.trademark-details p{margin-top:9px}.footer-101 .footer-bottom{border-color:#e1e9e3;margin-top:15px;padding:15px 0}.page-hero h1{font-size:clamp(37px,4.5vw,59px)}.product-body h3,.product-sidebar h2{font-family:var(--sans);font-size:25px;font-weight:650}.prose h2{font-size:29px}.founder-portrait{float:right;width:210px;margin:0 0 24px 35px}.founder-portrait .about-portrait{float:none;margin:0;width:100%;height:250px;object-position:center 25%}.founder-portrait figcaption{padding:12px 0;font-size:13px}.founder-portrait figcaption span{display:block;color:#637369;font-size:11px}.product-visual{background:#f4f8f5}.product-visual img{max-width:230px;height:85px}.mp-wordmark{font-size:25px}
@media(max-width:1000px){.hero-101 h1{max-width:520px;font-size:49px}.hero-101 .hero-intro{max-width:405px;font-size:18px}.hero-101 .hero-actions{gap:10px}.hero-101 .button{font-size:12px;padding:13px 16px}.approach-copy{max-width:495px}.approach-copy h2{font-size:35px}.approach-copy p:not(.eyebrow){max-width:420px}.footer-top{flex-wrap:wrap}.footer-top nav{margin-left:0;justify-content:flex-start}.home-services .service-body{padding-inline:20px}.home-services .service-body h2{font-size:21px}.home-services .service-body p{min-height:113px}}
@media(max-width:640px){.header-inner{height:83px}.brand{width:145px}.hero-101{min-height:0;display:block;padding-top:235px}.hero-101 .hero-photo{height:265px;width:100%;top:0;object-position:center 42%}.hero-101 .hero-shade{background:linear-gradient(0deg,#f8faf8 0%,#f8faf8 54%,transparent 72%)}.hero-101 .hero-content{padding:15px 0 76px}.hero-101 h1{font-size:38px;max-width:100%;margin-bottom:18px}.hero-101 .hero-intro{font-size:17px;max-width:100%}.hero-101 .hero-actions{flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:23px}.hero-proof{font-size:10px;margin-top:21px}.hero-proof span{padding-inline:5px}.mountain-art{height:55px;width:100%}.home-services{padding-block:24px 35px}.home-services .service-grid{gap:22px}.home-services .service-photo{height:205px}.home-services .service-body{padding:33px 22px 24px}.home-services .service-body h2{font-size:24px}.home-services .service-body p{min-height:0;font-size:15px}.approach-101{padding-bottom:220px}.approach-photo{top:auto;bottom:0;width:100%;height:280px;object-position:center 65%}.approach-fade{background:linear-gradient(180deg,#f6f9f7 0%,#f6f9f7 53%,rgba(246,249,247,.85) 62%,transparent 77%)}.approach-copy{padding-block:35px 0}.approach-copy h2{font-size:33px}.approach-copy p:not(.eyebrow){font-size:15px;max-width:100%}.closing-101{padding:30px 0}.closing-101 h2{font-size:21px;max-width:330px}.footer-101{padding-top:25px}.footer-top{gap:20px}.footer-logo{width:135px}.footer-top nav{gap:10px 18px}.footer-details{gap:8px}.footer-details span{flex-basis:100%}.footer-101 .footer-bottom{display:block;font-size:9px}.footer-bottom>div{margin-top:8px}.footer-bottom a{margin:0 15px 0 0}.founder-portrait{width:160px;margin:0 0 20px 22px}.founder-portrait .about-portrait{height:200px}.page-hero h1{font-size:37px}}
