:root{
 --bg:#fbfdf9; --surface:#ffffff; --surface-2:#F7F9F4; --text:#263229; --heading:#18231c;
 --muted:#69756d; --line:#dfe8df; --green:#01361D; --green-dark:#01361D; --green-soft:#F7F0D2;
 --max:1180px; --shadow:0 16px 45px rgba(53,83,54,.08);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Inter","Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.012;background-image:radial-gradient(#263229 .7px,transparent .7px);background-size:7px 7px;z-index:9999}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(var(--max),100%);margin:auto;padding:0 26px}.section{padding:88px 0}.soft-section{background:var(--surface-2)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--green-dark);margin-bottom:16px}.eyebrow:before{content:"";width:20px;height:2px;background:var(--green);border-radius:2px}.eyebrow.light{color:#dcefd2}.muted{color:var(--muted)}
/* header */
.site-header{height:76px;display:flex;align-items:center;gap:26px;padding:0 max(26px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(251,253,249,.94);backdrop-filter:blur(16px);z-index:100}.brand{display:flex;align-items:center;gap:11px;min-width:245px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid #b9cbb7;border-radius:10px;font-size:16px;font-weight:900;color:var(--green-dark);background:#f6fbf3;position:relative}.brand-mark:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--green);right:-3px;bottom:-3px}.brand strong{display:block;font-size:17px;line-height:1;font-weight:900;letter-spacing:.075em;color:var(--heading)}.brand small{display:block;margin-top:5px;font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.13em;color:#7b867e}.nav{display:flex;align-items:center;gap:22px;margin-left:auto}.nav a{font-size:12px;font-weight:650;color:#4e5b52;position:relative;padding:28px 0}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;border-radius:2px;background:var(--green);transition:.22s}.nav a:hover,.nav a:focus{color:var(--green-dark)}.nav a:hover:after,.nav a:focus:after{right:0}.header-cta{display:inline-flex;align-items:center;gap:9px;background:var(--green);color:#fff;border-radius:7px;padding:10px 15px;font-size:11px;font-weight:800;white-space:nowrap;box-shadow:0 7px 18px rgba(229,183,25,.18)}.header-cta:hover{background:var(--green-dark)}.header-cta span{font-size:14px}.menu-toggle{display:none;background:none;border:0;font-size:24px;color:var(--heading)}
/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 17px;border:1px solid #bfcdbd;border-radius:7px;background:#fff;color:var(--heading);font-size:11px;font-weight:800;transition:transform .2s,background .2s,color .2s,border .2s,box-shadow .2s}.btn b{font-size:14px;color:var(--green-dark)}.btn:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(53,83,54,.09);border-color:#9fba99}.btn.primary{background:var(--green);border-color:var(--green);color:#fff}.btn.primary b{color:#fff}.btn.primary:hover{background:var(--green-dark);border-color:var(--green-dark)}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
/* hero / signature slider */
.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:58px;max-width:1320px;min-height:620px;margin:auto;padding:70px 5vw 64px;overflow:hidden;background:linear-gradient(135deg,#fbfdf9 0%,#f5faef 100%)}
.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-210px;top:-220px;background:#e6f3dc}.hero:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;left:-110px;bottom:-105px;border:1px solid #d7e9cf;box-shadow:0 0 0 24px rgba(230,243,220,.6)}
.hero-copy{position:relative;z-index:4;min-width:0}.slider-track{position:relative;min-height:365px}.hero-slide{position:absolute;inset:0;opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity .65s ease,transform .65s ease}.hero-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.hero-kicker{display:inline-flex;align-items:center;gap:9px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.17em;font-weight:800;color:var(--green-dark);margin-bottom:20px}.hero-kicker i{width:26px;height:2px;background:var(--green);border-radius:99px}.hero h1{font-size:clamp(42px,5.3vw,72px);line-height:.99;letter-spacing:-.055em;margin:0;max-width:760px;font-weight:820;color:var(--heading)}.hero h1 em{font-style:normal;color:var(--green-dark);font-weight:820}.hero .lead{max-width:650px;font-size:14px;line-height:1.8;color:var(--muted);margin:22px 0 0}.hero .actions{margin-top:27px}.hero-controls{position:absolute;left:5vw;bottom:34px;display:flex;align-items:center;gap:8px;z-index:5}.hero-dot{width:26px;height:4px;padding:0;border:0;border-radius:99px;background:#cfdccc;transition:.25s}.hero-dot.is-active{width:52px;background:var(--green)}.hero-progress{display:block;width:90px;height:2px;background:#dbe6d8;margin-left:9px;overflow:hidden}.hero-progress i{display:block;height:100%;width:100%;background:var(--green);transform-origin:left;animation:heroProgress 6s linear forwards}@keyframes heroProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.hero-art{position:relative;height:455px;border-radius:34px;background:radial-gradient(circle at 65% 38%,#dff0d5 0 11%,transparent 11.5%),linear-gradient(145deg,#F7F0D2,#dcefd3);border:1px solid #d5e6cf;overflow:hidden;box-shadow:0 25px 70px rgba(82,125,67,.12)}.hero-ring{position:absolute;border:1px solid rgba(229,183,25,.32);border-radius:50%}.ring-one{width:390px;height:390px;right:-92px;top:-48px}.ring-two{width:285px;height:285px;right:-35px;top:12px;border-color:rgba(229,183,25,.2)}.hero-orbit{position:absolute;width:150px;height:150px;border:1px dashed rgba(93,150,55,.34);border-radius:50%;left:52px;bottom:44px}.hero-orbit:after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:var(--green);right:5px;top:16px;box-shadow:0 0 0 7px rgba(229,183,25,.13)}.hero-card{position:absolute;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid rgba(194,215,187,.85);box-shadow:0 18px 45px rgba(61,102,53,.13);border-radius:18px}.hero-card-main{width:270px;padding:25px 25px 23px;right:48px;top:88px;transform:rotate(-4deg)}.card-mini{display:block;font-size:8px;font-weight:800;letter-spacing:.16em;color:var(--green-dark);margin-bottom:33px}.hero-card-main strong{display:block;font-size:37px;line-height:.95;letter-spacing:-.045em;color:var(--heading)}.hero-card-main strong em{font-style:normal;color:var(--green-dark)}.hero-card-main small{display:block;margin-top:34px;font-size:9px;letter-spacing:.08em;color:#748177}.hero-card-float{left:32px;top:72px;padding:14px 17px;display:flex;align-items:center;gap:10px;transform:rotate(5deg)}.hero-card-float span{font-size:8px;letter-spacing:.12em;font-weight:900;color:var(--green-dark)}.hero-card-float b{font-size:10px;color:var(--heading)}.hero-card-float i{font-style:normal;color:var(--green-dark);font-weight:900}.hero-leaf{position:absolute;border:1px solid rgba(93,150,55,.24);border-radius:100% 0 100% 0;transform:rotate(35deg)}.leaf-one{width:78px;height:150px;right:70px;bottom:-28px}.leaf-two{width:45px;height:92px;right:132px;bottom:-15px;transform:rotate(-25deg)}
/* stats */
.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.stat{padding:20px 22px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat b{display:block;font-size:22px;line-height:1.1;font-weight:850;letter-spacing:-.02em;color:var(--green-dark)}.stat span{display:block;margin-top:4px;color:var(--muted);font-size:10px}
/* sections */
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:38px}.section-head h2{font-size:clamp(31px,4vw,48px);line-height:1.05;letter-spacing:-.04em;margin:0;font-weight:850;max-width:700px;color:var(--heading)}.section-head h2 em{font-style:normal;color:var(--green-dark)}.section-head p{max-width:420px;margin:0;color:var(--muted);font-size:13px;line-height:1.75}.split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:38px;box-shadow:0 8px 25px rgba(53,83,54,.035)}.panel.green{background:#f1f8ec;border-color:#d8e8d1}.panel h3{font-size:24px;line-height:1.2;letter-spacing:-.025em;margin:15px 0 10px;font-weight:800;color:var(--heading)}.panel p{color:var(--muted);font-size:13px;line-height:1.75}.number{font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--green-dark)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff}.service{position:relative;background:#fff;min-height:235px;padding:27px;border-right:1px solid var(--line);transition:.22s}.service:last-child{border-right:0}.service:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:.22s}.service:hover{background:#fbfef9;transform:translateY(-3px);box-shadow:var(--shadow);z-index:1}.service:hover:before{transform:scaleX(1)}.service>b{display:block;font-size:19px;line-height:1.2;letter-spacing:-.02em;margin:22px 0 9px;color:var(--heading)}.service p{font-size:12px;line-height:1.7;color:var(--muted);margin:0 0 18px}.service a{font-size:10px;font-weight:800;color:var(--green-dark)}
/* jobs */
.jobs{border-top:1px solid var(--line);background:#fff}.job-row{display:grid;grid-template-columns:1.5fr .8fr .55fr auto;align-items:center;gap:22px;padding:20px 16px;border-bottom:1px solid var(--line);transition:.2s}.job-row:hover{background:#f7fbf4}.job-row h3{font-size:16px;line-height:1.25;margin:0 0 4px;font-weight:800;color:var(--heading)}.job-row small,.job-meta{font-size:10px;color:var(--muted)}.tag{display:inline-block;border:1px solid #cddacb;border-radius:20px;padding:5px 9px;font-size:8px;text-transform:uppercase;letter-spacing:.08em;background:#f7fbf4;color:var(--green-dark)}.arrow{font-size:17px;color:var(--green-dark)}.quote{padding:72px 6vw;background:#edf7e8;text-align:center;border-top:1px solid #dcebd7;border-bottom:1px solid #dcebd7}.quote p{max-width:850px;margin:auto;font-size:clamp(27px,4vw,46px);line-height:1.12;letter-spacing:-.04em;font-weight:800;color:#334133}.cta{background:#eef8e9;color:var(--heading);padding:68px max(26px,calc((100vw - 1128px)/2));display:flex;justify-content:space-between;align-items:center;gap:35px;border-top:1px solid #dbead6}.cta h2{font-size:clamp(32px,4vw,49px);line-height:1.05;letter-spacing:-.045em;margin:0;font-weight:850}.cta .btn{background:var(--green);border-color:var(--green);color:#fff}.cta .btn b{color:#fff}
.story-head{align-items:end}.story-head h2{position:relative;padding-left:28px}.story-head h2:before{content:"01";position:absolute;left:0;top:5px;font-size:9px;letter-spacing:.12em;color:var(--green-dark);font-weight:900}.story-head h2 span{font-weight:520;color:#526056}.story-head h2 em{display:inline-block;font-style:normal;color:var(--heading);position:relative}.story-head h2 em:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:5px;border-radius:99px;background:#dcedd2;z-index:-1}.story-head p{max-width:430px}
/* internal */
.page-hero{position:relative;padding:68px max(26px,calc((100vw - 1128px)/2)) 60px;border-bottom:1px solid var(--line);overflow:hidden;background:#f6faf3}.page-hero:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-80px;top:-100px;border:1px solid #cfe2c9;box-shadow:0 0 0 35px #eef6ea}.page-hero h1{position:relative;z-index:1;font-size:clamp(40px,5.2vw,64px);line-height:1.02;letter-spacing:-.045em;margin:0;max-width:850px;font-weight:850;color:var(--heading)}.page-hero p{position:relative;z-index:1;max-width:700px;font-size:15px;line-height:1.78;color:var(--muted);margin:20px 0 0}.prose{max-width:880px}.prose h2{font-size:32px;line-height:1.1;letter-spacing:-.035em;margin:48px 0 13px;font-weight:850;color:var(--heading)}.prose h2:first-child{margin-top:0}.prose p{font-size:14px;color:#5b685f;line-height:1.85;margin:0 0 14px}.prose ul{padding-left:20px;color:#5b685f;font-size:13px;line-height:1.8}.leadership{display:grid;grid-template-columns:1fr 1fr;gap:18px}.person{background:#fff;border:1px solid var(--line);border-radius:13px;padding:15px;transition:.2s}.person:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.person-photo{height:290px;border-radius:9px;background:#edf5e9;display:grid;place-items:center;font-size:55px;font-weight:900;color:var(--green-dark);border:1px solid #dcebd8}.person h3{font-size:23px;line-height:1.1;margin:18px 5px 2px;font-weight:850;color:var(--heading)}.person> b{font-size:11px;color:var(--green-dark);margin-left:5px}.person p{font-size:12px;color:var(--muted);line-height:1.75;margin:12px 5px 8px}.filters{background:#fff;border:1px solid var(--line);border-radius:12px;padding:13px;display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:8px;margin:30px 0;box-shadow:0 8px 25px rgba(53,83,54,.035)}.input,.select,.textarea{width:100%;border:1px solid #d4dfd3;border-radius:6px;background:#fbfdf9;padding:10px 12px;font-size:12px;color:var(--text);outline:none}.input:focus,.select:focus,.textarea:focus{border-color:#9dc58e;box-shadow:0 0 0 3px rgba(229,183,25,.12)}.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.job-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;transition:.2s}.job-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bdd3b8}.job-card h3{font-size:20px;line-height:1.2;letter-spacing:-.025em;margin:14px 0 5px;font-weight:850;color:var(--heading)}.job-company{font-size:11px;color:var(--muted)}.job-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:22px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.blog-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.2s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.blog-image{height:180px;background:#edf5e9;display:grid;place-items:center;font-size:38px;font-weight:900;color:var(--green-dark)}.blog-card .body{padding:21px}.blog-card h3{font-size:19px;line-height:1.2;letter-spacing:-.025em;margin:10px 0;color:var(--heading)}.meta{font-size:8px;color:var(--green-dark);text-transform:uppercase;letter-spacing:.1em}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px}.locations{display:grid;gap:22px}.location{border-top:1px solid var(--line);padding-top:18px}.location h3{font-size:21px;line-height:1.1;margin:6px 0;font-weight:850;color:var(--heading)}.location p{font-size:12px;color:var(--muted);line-height:1.8}.form-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:27px;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{margin-bottom:13px}.field label{display:block;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;color:#59665d}.notice{padding:12px 14px;margin-bottom:18px;border:1px solid #d5e5cf;border-radius:7px;background:#eff8eb;font-size:12px}.notice.error{background:#fff0ed;border-color:#efd3cd}.job-detail{display:grid;grid-template-columns:1fr 300px;gap:55px}.job-detail h2{font-size:28px;line-height:1.1;letter-spacing:-.035em}.job-detail .side{border:1px solid var(--line);border-radius:10px;padding:21px;background:#fff;height:max-content}.job-detail .side div{padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.job-detail .side div:last-child{border:0}
/* footer */
.footer{background:#f0f6ed;color:var(--heading);padding:58px 26px 21px;border-top:1px solid #dce8d9}.footer-top{width:min(var(--max),100%);margin:auto;display:flex;justify-content:space-between;gap:45px}.footer .brand strong{color:var(--heading)}.footer .brand-mark{border-color:#b9cbb7}.footer .muted{color:#738077;font-size:11px;margin-top:15px}.footer-links{display:flex;gap:75px}.footer-links div{display:grid;gap:8px;min-width:100px;font-size:11px}.footer-links b{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--heading);margin-bottom:4px}.footer-links a{color:#6d7a70;transition:.2s}.footer-links a:hover{color:var(--green-dark)}.footer-bottom{width:min(var(--max),100%);margin:45px auto 0;padding-top:17px;border-top:1px solid #d8e3d5;display:flex;justify-content:space-between;gap:20px;color:#7b877e;font-size:9px;letter-spacing:.03em}
/* responsive */
@media(max-width:1050px){.nav{gap:14px}.nav a{font-size:10px}.brand{min-width:210px}.header-cta{display:none}.hero{gap:35px}.service-grid{grid-template-columns:1fr 1fr}.service:nth-child(2){border-right:0}.filters{grid-template-columns:2fr 1fr 1fr}.filters .btn{grid-column:1/-1}.contact-grid{gap:35px}}
@media(max-width:820px){.site-header{height:70px;padding:0 20px}.brand{min-width:0}.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:70px;left:0;right:0;background:rgba(251,253,249,.98);padding:10px 20px 18px;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);box-shadow:0 12px 28px rgba(53,83,54,.08)}.nav.open{display:flex}.nav a{padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.nav a:after{display:none}.hero{grid-template-columns:1fr;padding:55px 20px 45px}.hero-art{height:330px}.stats{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.section{padding:68px 0}.container{padding:0 20px}.section-head{display:block}.section-head p{margin-top:15px}.split,.contact-grid,.job-detail,.leadership{grid-template-columns:1fr}.panel{padding:30px}.jobs-grid,.blog-grid{grid-template-columns:1fr}.job-row{grid-template-columns:1fr auto}.job-row .job-meta{display:none}.cta{padding:55px 20px;display:block}.cta .btn{margin-top:22px}.footer{padding:48px 20px 18px}.footer-top{display:block}.footer-links{margin-top:32px;gap:42px}.footer-bottom{display:block;margin-top:38px}.footer-bottom span{display:block;margin-top:7px}.page-hero{padding:55px 20px 45px}.filters{grid-template-columns:1fr}.filters .btn{grid-column:auto}}
@media(max-width:560px){body{font-size:13px}.hero h1{font-size:43px}.hero-art{height:285px}.art-grid{inset:26px}.art-label{left:23px;bottom:22px}.art-label b{font-size:27px}.orb{width:125px;height:125px}.stats{grid-template-columns:1fr 1fr}.stat{padding:17px 13px}.stat b{font-size:19px}.service-grid{grid-template-columns:1fr}.service{border-right:0;border-bottom:1px solid var(--line);min-height:205px}.service:last-child{border-bottom:0}.section-head h2{font-size:34px}.quote{padding:55px 20px}.quote p{font-size:30px}.form-row{grid-template-columns:1fr}.footer-links{gap:25px}.footer-links div{min-width:80px}}

/* final responsive polish */
@media(max-width:820px){
 .hero{min-height:auto;gap:28px;padding:52px 20px 78px}
 .slider-track{min-height:390px}
 .hero-controls{left:20px;bottom:27px}
 .hero-art{height:315px;border-radius:24px}
 .hero-card-main{width:235px;right:28px;top:62px;padding:21px}
 .hero-card-main strong{font-size:31px}
 .hero-card-float{left:22px;top:43px}
 .hero-orbit{left:30px;bottom:27px}
 .ring-one{width:300px;height:300px;right:-110px;top:-42px}
 .ring-two{width:225px;height:225px;right:-62px;top:5px}
 .story-head h2{padding-left:22px}
}
@media(max-width:560px){
 .hero{padding:42px 18px 76px}
 .hero h1{font-size:42px;line-height:1.01}
 .hero .lead{font-size:13px;line-height:1.72;margin-top:18px}
 .hero .actions{margin-top:22px;gap:8px}
 .hero .btn{min-height:42px;padding:9px 13px;font-size:10px}
 .slider-track{min-height:405px}
 .hero-controls{left:18px;bottom:25px}
 .hero-art{height:280px;border-radius:20px}
 .hero-card-main{width:205px;right:20px;top:56px;padding:18px;border-radius:14px}
 .hero-card-main strong{font-size:27px}
 .card-mini{margin-bottom:24px;font-size:7px}
 .hero-card-main small{margin-top:25px;font-size:8px}
 .hero-card-float{left:15px;top:38px;padding:11px 13px;border-radius:12px}
 .hero-card-float b{font-size:9px}
 .hero-orbit{width:105px;height:105px;left:22px;bottom:26px}
 .hero-leaf{display:none}
 .story-head h2{font-size:32px!important;line-height:1.08}
 .story-head h2:before{top:2px;font-size:8px}
}

/* ===== MAXALINE ABOUT PAGE — PREMIUM STORY LAYOUT ===== */
.about-hero{position:relative;overflow:hidden;min-height:570px;background:linear-gradient(135deg,#fbfdf9 0%,#f0f8ea 100%);border-bottom:1px solid var(--line)}
.about-hero-bg{position:absolute;inset:0;pointer-events:none}.about-hero-bg span{position:absolute;width:620px;height:620px;border:1px solid #dcebd7;border-radius:50%;right:-180px;top:-270px}.about-hero-bg i{position:absolute;width:280px;height:280px;border:1px solid #e0eddc;border-radius:50%;left:-170px;bottom:-185px}
.about-hero-inner{min-height:570px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px;position:relative;z-index:1}.about-hero-copy{padding:55px 0}.about-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#839087;font-weight:700;margin:-4px 0 17px}.about-hero h1{font-size:clamp(52px,6vw,78px);line-height:.98;letter-spacing:-.06em;margin:0;color:var(--heading);font-weight:850;max-width:690px}.about-hero h1 em{font-style:normal;color:var(--green-dark);position:relative}.about-hero h1 em:after{content:"";position:absolute;left:3px;right:2px;bottom:-3px;height:7px;border-radius:99px;background:#d9ebce;z-index:-1}.about-hero-copy>p{font-size:15px;line-height:1.85;color:var(--muted);max-width:600px;margin:23px 0 0}.about-hero-actions{display:flex;align-items:center;gap:25px;margin-top:28px}.about-text-link{font-size:11px;font-weight:800;color:var(--heading);border-bottom:1px solid #b7c8b4;padding-bottom:3px}.about-text-link span{color:var(--green-dark);font-size:15px;margin-left:5px}.about-hero-visual{height:430px;position:relative;display:grid;place-items:center}.about-center{width:205px;height:205px;border-radius:50%;background:#fff;border:1px solid #d4e5ce;box-shadow:0 25px 70px rgba(75,115,64,.12);display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;z-index:2}.about-center:before{content:"";position:absolute;inset:12px;border:1px dashed #cfe2c7;border-radius:50%}.about-center span{font-size:48px;line-height:1;font-weight:900;letter-spacing:-.08em;color:var(--green-dark)}.about-center small{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#7b877f;margin-top:14px}.about-orbit{position:absolute;border:1px solid #cfe2c7;border-radius:50%}.orbit-a{width:330px;height:330px}.orbit-b{width:420px;height:420px;border-style:dashed;opacity:.65}.about-float{position:absolute;background:#fff;border:1px solid #dce8d8;border-radius:11px;padding:13px 15px;display:flex;gap:11px;align-items:center;box-shadow:0 12px 30px rgba(53,83,54,.07);z-index:3}.about-float b{font-size:19px;color:var(--green-dark);letter-spacing:-.04em}.about-float span{font-size:8px;line-height:1.45;text-transform:uppercase;letter-spacing:.08em;color:#738078}.about-float-top{right:5px;top:45px}.about-float-bottom{left:4px;bottom:47px}.about-dot{position:absolute;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(229,183,25,.12)}.dot-a{width:8px;height:8px;right:75px;bottom:82px}.dot-b{width:5px;height:5px;left:58px;top:93px;background:#a8cc91}
.about-intro{background:#fff}.about-section-label{display:flex;align-items:center;gap:13px;margin-bottom:38px}.about-section-label span{font-size:9px;font-weight:900;color:var(--green-dark);letter-spacing:.12em}.about-section-label b{font-size:10px;letter-spacing:.16em;color:#6f7d73}.about-section-label:after{content:"";width:42px;height:1px;background:#c9dbc5}.about-story-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.about-story-title h2{font-size:clamp(43px,5vw,65px);line-height:.98;letter-spacing:-.055em;margin:0;font-weight:850;color:var(--heading)}.about-story-title em{font-style:normal;color:var(--green-dark)}.about-story-copy{max-width:690px}.about-story-copy p{font-size:14px;line-height:1.9;color:#627067;margin:0 0 15px}.about-story-copy .about-lead{font-size:18px;line-height:1.65;color:#354239;margin-top:-5px}.about-story-copy strong{color:var(--heading)}.about-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:62px}.about-stat-strip>div{padding:22px 20px;border-right:1px solid var(--line)}.about-stat-strip>div:first-child{padding-left:0}.about-stat-strip>div:last-child{border-right:0}.about-stat-strip strong{display:block;font-size:27px;letter-spacing:-.04em;color:var(--green-dark);line-height:1}.about-stat-strip span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7a867e;margin-top:8px}
.about-method{background:#f5f9f2}.about-method-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.about-method-head h2,.about-lead-head h2{font-size:clamp(40px,4.7vw,59px);line-height:1;letter-spacing:-.05em;margin:0;font-weight:850;color:var(--heading)}.about-method-head h2 em,.about-lead-head h2 em{font-style:normal;color:var(--green-dark)}.about-method-head p{max-width:390px;font-size:13px;line-height:1.8;color:var(--muted);margin:0}.about-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.about-method-card{min-height:330px;background:#fff;border:1px solid #dfe9dc;border-radius:12px;padding:25px;position:relative;overflow:hidden;transition:.25s}.about-method-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c5d9bf}.about-method-card.featured{background:#eaf5e4;border-color:#d5e8cf}.method-no{position:absolute;right:20px;top:18px;font-size:9px;font-weight:900;color:#9aab9e;letter-spacing:.1em}.method-icon{width:43px;height:43px;border-radius:10px;background:#f2f8ee;border:1px solid #d9e8d4;display:grid;place-items:center;color:var(--green-dark);font-size:19px;font-weight:700;margin-bottom:52px}.about-method-card h3{font-size:21px;letter-spacing:-.025em;margin:0 0 9px;color:var(--heading);font-weight:850}.about-method-card p{font-size:12px;line-height:1.75;color:var(--muted);margin:0}.about-method-card a{position:absolute;left:25px;bottom:23px;font-size:10px;font-weight:800;color:var(--green-dark)}.about-method-card a b{font-size:14px;margin-left:6px}
.about-purpose{background:#fff}.about-purpose-card{display:grid;grid-template-columns:180px 1fr;border:1px solid #dce7d9;border-radius:16px;overflow:hidden;background:#f5faf2}.purpose-side{background:#e9f4e3;padding:30px;display:flex;flex-direction:column;justify-content:space-between;min-height:455px}.purpose-side span{font-size:10px;line-height:1.5;font-weight:900;letter-spacing:.16em;color:var(--green-dark)}.purpose-side i{display:block;width:35px;height:35px;border:1px solid #bcd3b4;border-radius:50%;position:relative}.purpose-side i:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--green);top:13px;left:13px}.purpose-main{padding:50px 58px}.purpose-block>span{font-size:9px;letter-spacing:.16em;font-weight:900;color:var(--green-dark)}.purpose-block h2{font-size:30px;line-height:1.12;letter-spacing:-.04em;margin:13px 0 13px;max-width:760px;color:var(--heading)}.purpose-block h2 em{font-style:normal;color:var(--green-dark)}.purpose-block p{font-size:12px;line-height:1.8;color:var(--muted);max-width:760px;margin:0}.purpose-divider{height:1px;background:#dce7d9;margin:39px 0}
.about-leadership{background:#f8fbf6}.about-lead-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.about-lead-head p{max-width:410px;font-size:13px;line-height:1.8;color:var(--muted);margin:0}.about-people{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-person{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.25s}.about-person:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.about-person-visual{height:300px;background:linear-gradient(135deg,#e5f1df,#d5e9ce);position:relative;display:grid;place-items:center;overflow:hidden}.about-person-visual:before,.about-person-visual:after{content:"";position:absolute;border:1px solid rgba(229,183,25,.3);border-radius:50%}.about-person-visual:before{width:280px;height:280px}.about-person-visual:after{width:180px;height:180px}.person-second{background:linear-gradient(135deg,#f0f6ec,#e0efda)}.person-initials{font-size:76px;font-weight:900;letter-spacing:-.09em;color:var(--green-dark);position:relative;z-index:1}.about-person-visual>span{position:absolute;left:22px;top:19px;font-size:8px;letter-spacing:.14em;font-weight:900;color:#698066}.person-corner{position:absolute;right:20px;bottom:18px;font-size:9px;color:#6e806d;font-weight:800}.about-person-body{padding:22px 23px 25px}.about-person-body h3{font-size:23px;line-height:1.1;margin:0 0 4px;color:var(--heading);font-weight:850}.about-person-body b{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--green-dark)}.about-person-body p{font-size:12px;line-height:1.8;color:var(--muted);margin:17px 0 0}.about-final-cta{background:#eaf5e4;border-top:1px solid #d8e8d2;padding:70px 0}.about-final-cta .container{display:flex;justify-content:space-between;align-items:center;gap:35px}.about-final-cta h2{font-size:clamp(36px,4.4vw,55px);line-height:1;letter-spacing:-.05em;margin:0;color:var(--heading);font-weight:850}.about-final-cta h2 em{font-style:normal;color:var(--green-dark)}
@media(max-width:820px){.about-hero-inner{grid-template-columns:1fr;min-height:auto;gap:10px}.about-hero-copy{padding:55px 0 15px}.about-hero h1{font-size:54px}.about-hero-visual{height:350px}.about-float-top{right:10px;top:22px}.about-float-bottom{left:10px;bottom:18px}.about-story-grid{grid-template-columns:1fr;gap:28px}.about-story-title h2{font-size:48px}.about-stat-strip{grid-template-columns:1fr 1fr}.about-stat-strip>div:nth-child(2){border-right:0}.about-stat-strip>div{border-bottom:1px solid var(--line)}.about-method-head,.about-lead-head{display:block}.about-method-head p,.about-lead-head p{margin-top:17px}.about-method-grid{grid-template-columns:1fr}.about-method-card{min-height:300px}.about-purpose-card{grid-template-columns:1fr}.purpose-side{min-height:auto;flex-direction:row;align-items:center;padding:22px 25px}.purpose-main{padding:35px 25px}.about-people{grid-template-columns:1fr}.about-final-cta .container{display:block}}
@media(max-width:560px){.about-hero{min-height:0}.about-hero-copy{padding:43px 0 5px}.about-hero h1{font-size:45px}.about-hero-copy>p{font-size:13px;line-height:1.75}.about-hero-actions{gap:15px;flex-wrap:wrap}.about-hero-visual{height:290px}.about-center{width:145px;height:145px}.about-center span{font-size:35px}.about-center small{font-size:6px;margin-top:10px}.orbit-a{width:225px;height:225px}.orbit-b{width:290px;height:290px}.about-float{padding:10px 11px;gap:8px}.about-float b{font-size:15px}.about-float span{font-size:6px}.about-float-top{top:17px;right:0}.about-float-bottom{bottom:7px;left:0}.about-story-title h2{font-size:42px}.about-story-copy .about-lead{font-size:16px}.about-stat-strip strong{font-size:23px}.about-stat-strip>div{padding:17px 12px}.about-stat-strip>div:first-child{padding-left:12px}.about-method-head h2,.about-lead-head h2{font-size:40px}.about-purpose-card{border-radius:12px}.purpose-side{padding:18px 20px}.purpose-main{padding:28px 20px}.purpose-block h2{font-size:25px}.about-person-visual{height:250px}.person-initials{font-size:62px}.about-person-body{padding:19px}.about-final-cta{padding:52px 0}.about-final-cta h2{font-size:38px}.about-final-cta .btn{margin-top:22px}}

/* MAXALINE V5 — unified premium page system */
.page-hero{position:relative;overflow:hidden;padding:clamp(64px,9vw,112px) max(24px,calc((100% - 1180px)/2));background:linear-gradient(135deg,#f6fbf1 0%,#ffffff 62%,#F7F0D2 100%);border-bottom:1px solid var(--line)}
.page-hero:before{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(229,183,25,.18);border-radius:50%;right:-90px;top:-120px;box-shadow:0 0 0 55px rgba(229,183,25,.035),0 0 0 110px rgba(229,183,25,.025)}
.page-hero:after{content:"";position:absolute;width:10px;height:10px;background:var(--green);border-radius:50%;right:18%;bottom:28%;box-shadow:34px 25px 0 rgba(229,183,25,.28),-48px -18px 0 rgba(229,183,25,.18)}
.page-hero>*{position:relative;z-index:1;max-width:850px}
.page-hero h1{font-size:clamp(38px,5.5vw,72px);line-height:1.04;letter-spacing:-.045em;margin:14px 0 20px;color:var(--heading)}
.page-hero h1 em{font-style:normal;color:var(--green-dark)}
.page-hero p{font-size:16px;line-height:1.8;color:var(--muted);max-width:720px}
.section{position:relative}.section-head h2{font-size:clamp(30px,4vw,52px);letter-spacing:-.035em}.section-head h2 em,.prose h2 em{color:var(--green-dark);font-style:normal}
.service-grid{gap:16px}.service{border-radius:20px;padding:28px;background:linear-gradient(180deg,#fff,#f8fbf6);box-shadow:0 8px 30px rgba(44,72,39,.045);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(44,72,39,.09);border-color:#c8ddbb}.service b{font-size:18px}.service p{line-height:1.7}
.panel{border-radius:24px;box-shadow:0 12px 35px rgba(44,72,39,.06)}
.job-card,.blog-card,.location,.form-card,.job-detail,.side{border-radius:20px;box-shadow:0 10px 32px rgba(44,72,39,.055)}
.job-card{transition:transform .22s ease,box-shadow .22s ease}.job-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(44,72,39,.1)}
.blog-image{background:radial-gradient(circle at 70% 30%,#b5d990,transparent 22%),linear-gradient(135deg,#edf7e5,#dcefd0);color:#01361D;display:grid;place-items:center;font-weight:900;font-size:34px}
.filters{background:#f4f9f0;border:1px solid var(--line);padding:16px;border-radius:18px;box-shadow:0 8px 25px rgba(44,72,39,.04)}
.input,.select,.textarea{border-radius:12px;border:1px solid #d9e4d8;background:#fff;transition:border-color .2s,box-shadow .2s}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:#9fcf7c;box-shadow:0 0 0 4px rgba(229,183,25,.11)}
.btn{border-radius:999px;padding:12px 18px;font-weight:700}.btn.primary{box-shadow:0 8px 18px rgba(93,150,55,.16)}
.form-card{padding:clamp(22px,4vw,38px);background:#fff}.field label{font-weight:700;font-size:13px;margin-bottom:7px}
.contact-grid{gap:24px}.location{padding:30px;background:linear-gradient(145deg,#f4faef,#fff)}
.quote{margin-top:0;background:#eef7e8;border-top:1px solid #dbead4;border-bottom:1px solid #dbead4}.quote p{font-size:clamp(25px,4vw,48px);color:#36552f}
.about-final-cta{background:linear-gradient(135deg,#edf7e6,#f9fcf7);border-top:1px solid var(--line)}
.hero{isolation:isolate}.hero-copy{z-index:2}.hero-art{filter:drop-shadow(0 18px 35px rgba(76,125,48,.08))}
.hero-slide h1{font-size:clamp(39px,6vw,74px);letter-spacing:-.05em}.hero-slide .lead{max-width:650px;font-size:16px;line-height:1.8}
.stats{border-radius:22px;box-shadow:0 10px 30px rgba(44,72,39,.055);background:#fff}.stat b{color:var(--green-dark)}
.lead-form-section{background:linear-gradient(135deg,#f2f8ed,#fff)}.lead-form-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:stretch}.lead-intro{padding:30px;border-radius:24px;background:#eaf5e3;border:1px solid #d7e9ce}.lead-intro h2{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;margin:10px 0 15px}.lead-intro h2 em{color:var(--green-dark);font-style:normal}.lead-points{display:grid;gap:10px;margin-top:25px}.lead-point{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#4f5d53}.lead-point i{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--green-dark);font-style:normal;font-weight:800;flex:none}
.lead-form .form-row{margin-bottom:14px}.lead-form .textarea{min-height:120px}
@media(max-width:800px){.page-hero{padding:58px 20px 64px}.page-hero h1{font-size:42px}.lead-form-wrap{grid-template-columns:1fr}.section{padding-top:58px;padding-bottom:58px}.section-head{gap:20px}.service{padding:24px}.stats{grid-template-columns:1fr 1fr}.hero-slide h1{font-size:44px}.hero-slide .lead{font-size:14px}.quote p{font-size:29px}}
@media(max-width:520px){.page-hero h1{font-size:36px}.page-hero p{font-size:14px}.stats{grid-template-columns:1fr 1fr}.stat{padding:18px 12px}.stat b{font-size:22px}.stat span{font-size:11px}.lead-intro{padding:24px}.form-row{grid-template-columns:1fr}.hero{min-height:650px}.hero-slide h1{font-size:40px}.hero-art{opacity:.48;transform:scale(.82);right:-55px;bottom:-20px}}
.direct-contact{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.direct-contact .btn{display:inline-flex}
.admin{background:#f7faf5}.side-nav{background:#fff!important;border-right:1px solid var(--line);color:var(--text)!important}.side-nav a{color:#647067!important}.side-nav a:hover,.side-nav .active{background:#F7F0D2!important;color:#01361D!important}.side-nav .brand strong{color:#18231c!important}.side-nav .brand small{color:#788379!important}.admin-main{padding:clamp(22px,4vw,42px)}.admin-top h1{font-family:Inter,"Segoe UI",Arial,sans-serif!important;font-size:clamp(27px,4vw,40px)!important;letter-spacing:-.035em}.metric{border-radius:18px;box-shadow:0 8px 25px rgba(44,72,39,.045)}.table-wrap,.admin-form{border-radius:18px;box-shadow:0 8px 25px rgba(44,72,39,.045);overflow:auto}.status{border-radius:999px;background:#F7F0D2;color:#527f38;border-color:#d5e7ca}

/* MAXALINE V6 — unified section titles + premium enquiry forms */
.unified-label{display:flex;align-items:center;gap:13px;margin:0 0 26px;position:relative}.unified-label span{font-size:9px;font-weight:900;color:var(--green-dark);letter-spacing:.14em;line-height:1}.unified-label b{font-size:10px;letter-spacing:.17em;color:#6f7d73;font-weight:850}.unified-label:after{content:"";width:42px;height:1px;background:#c9dbc5;display:block}.page-hero-premium .unified-label{margin-bottom:20px}.page-hero-premium{padding-bottom:95px}.page-hero-premium h1{max-width:920px}.light-label b{color:#5f7955}.light-label:after{background:#bcd4b2}.seeker-first-form,.employer-first-form{padding-top:74px}.premium-form-card{border:1px solid #dce8d8;position:relative}.form-step{display:inline-block;font-size:9px;letter-spacing:.16em;color:var(--green-dark);font-weight:900;margin-bottom:7px}.premium-form-card h3{font-size:29px;letter-spacing:-.04em;margin:0 0 24px;color:var(--heading)}.form-section-title{display:flex;align-items:center;gap:10px;padding:5px 0 11px;margin:5px 0 15px;border-bottom:1px solid #e5ece3}.form-section-title span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#F7F0D2;color:var(--green-dark);font-size:9px;font-weight:900}.form-section-title b{font-size:9px;letter-spacing:.14em;color:#738078}.compact-textarea{min-height:88px!important}.form-submit{margin-top:6px}.form-note{display:block;color:#7a867e;font-size:10px;line-height:1.6;margin-top:12px}.employer-intro{background:#eaf5e3}.lead-form-section .lead-intro h2{font-weight:850}.lead-form-section .lead-intro p{font-size:13px;line-height:1.8}.lead-form-section .lead-point{font-size:13px}.lead-form-section .lead-point i{box-shadow:0 2px 8px rgba(65,100,55,.06)}
@media(max-width:800px){.page-hero-premium{padding-bottom:70px}.seeker-first-form,.employer-first-form{padding-top:48px}.premium-form-card h3{font-size:26px}.unified-label{margin-bottom:20px}.lead-form-section .lead-intro{padding:26px}.lead-form-section .lead-form-wrap{gap:18px}}
@media(max-width:520px){.page-hero-premium .unified-label{margin-bottom:15px}.page-hero-premium{padding-top:48px;padding-bottom:54px}.premium-form-card{padding:20px!important}.premium-form-card h3{font-size:23px}.form-section-title{margin-top:10px}.lead-form .form-row{display:grid;grid-template-columns:1fr;gap:14px}.seeker-first-form,.employer-first-form{padding-top:36px}.unified-label b{font-size:9px}.unified-label:after{width:28px}.form-note{font-size:9px}}

/* Global heading treatment — matches the WHO WE ARE editorial label */
.section-head>.eyebrow,.section-head .eyebrow,.page-hero>.eyebrow{display:flex;align-items:center;gap:13px;font-size:10px;font-weight:850;letter-spacing:.17em;color:#6f7d73;margin:0 0 20px;text-transform:uppercase}.section-head>.eyebrow:after,.section-head .eyebrow:after,.page-hero>.eyebrow:after{content:"";width:42px;height:1px;background:#c9dbc5;display:block}.section-head>.eyebrow:before,.section-head .eyebrow:before,.page-hero>.eyebrow:before{content:"01";font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--green-dark)}.page-hero>.eyebrow:before{content:""}.page-hero>.eyebrow{margin-bottom:18px}
@media(max-width:520px){.section-head>.eyebrow,.section-head .eyebrow,.page-hero>.eyebrow{gap:10px;font-size:9px}.section-head>.eyebrow:after,.section-head .eyebrow:after,.page-hero>.eyebrow:after{width:28px}}

/* =========================================================
   MAXALINE V7 — GLOBAL EDITORIAL TITLE SYSTEM
   Reference: WHO WE ARE / People are the difference.
   Applied consistently across every page and every section.
   ========================================================= */
:root{
  --mx-green:#01361D;
  --mx-green-dark:#01361D;
  --mx-ink:#334138;
  --mx-heading:#26352b;
  --mx-muted:#6f7b73;
  --mx-line:#dce6da;
}
body{font-size:14px;line-height:1.72;color:var(--mx-ink)}
.container{max-width:1180px}

/* The small title line: 01  WHO WE ARE  ——— */
.unified-label,
.about-section-label{
  display:flex!important;
  align-items:center;
  gap:13px;
  width:max-content;
  max-width:100%;
  margin:0 0 24px!important;
  padding:0!important;
  background:none!important;
  border:0!important;
  color:var(--mx-muted)!important;
}
.unified-label span:first-child,
.about-section-label span:first-child{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:20px;
  font-size:9px!important;
  line-height:1!important;
  letter-spacing:.12em;
  font-weight:900!important;
  color:var(--mx-green-dark)!important;
}
.unified-label b,
.about-section-label b{
  font-size:10px!important;
  line-height:1.1!important;
  letter-spacing:.18em!important;
  text-transform:uppercase;
  color:#68756d!important;
  font-weight:850!important;
  white-space:nowrap;
}
.unified-label:after,
.about-section-label:after{
  content:"";
  display:block;
  width:44px;
  height:1px;
  background:#c9d9c5;
  flex:0 0 44px;
}

/* Every main section follows the same editorial rhythm. */
.section-head{display:block;margin-bottom:42px}
.section-head>div:first-child{min-width:0}
.section-head .unified-label{margin-bottom:20px!important}
.section-head h2,
.about-method-head h2,
.about-lead-head h2,
.about-story-title h2,
.purpose-block h2,
.cta h2,
.about-final-cta h2{
  color:var(--mx-heading)!important;
  font-weight:760!important;
  letter-spacing:-.045em!important;
  line-height:1.06!important;
}
.section-head h2{font-size:clamp(30px,3.65vw,50px)!important;max-width:720px;margin:0!important}
.section-head h2 em,
.about-method-head h2 em,
.about-lead-head h2 em,
.about-story-title h2 em,
.purpose-block h2 em,
.cta h2 em,
.about-final-cta h2 em{color:var(--mx-green-dark)!important;font-style:normal}
.section-head p{max-width:560px;font-size:13px;line-height:1.8;color:var(--mx-muted);margin:16px 0 0}

/* Page hero title: same system, restrained size for readability. */
.page-hero{padding-top:clamp(62px,8vw,100px)!important;padding-bottom:clamp(62px,8vw,100px)!important}
.page-hero .unified-label{margin-bottom:22px!important}
.page-hero h1{font-size:clamp(38px,5vw,64px)!important;line-height:1.04!important;letter-spacing:-.05em!important;font-weight:760!important;max-width:900px!important;margin:0 0 18px!important}
.page-hero p{font-size:15px!important;line-height:1.8!important;max-width:700px!important;margin:0!important}

/* Home WHO WE ARE gets the exact editorial scale from the supplied reference. */
.story-head .unified-label{margin-bottom:20px!important}
.story-head h2{font-size:clamp(40px,5vw,58px)!important;font-weight:700!important;line-height:1.04!important}
.story-head h2 span{color:#536159}
.story-head h2 em{color:var(--mx-green-dark)!important;position:relative}
.story-head h2 em:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:4px;border-radius:99px;background:#dceecf}

/* About page labels and headings use exactly the same family. */
.about-section-label{margin-bottom:22px!important}
.about-story-title h2{font-size:clamp(38px,4.6vw,56px)!important}
.about-method-head h2,.about-lead-head h2{font-size:clamp(36px,4.5vw,54px)!important;margin:0!important}
.about-purpose .unified-label{margin-bottom:0!important}

/* Section-level h3/body text: never oversized. */
.panel h3,.service>b,.job-card h3,.job-row h3,.blog-card h3,.location h3,
.about-method-card h3,.about-person-body h3{font-weight:720!important;color:var(--mx-heading)!important}
.panel h3{font-size:clamp(20px,2.1vw,25px)!important}
.service>b{font-size:18px!important}
.panel p,.service p,.job-card p,.location p,.about-method-card p,.about-person-body p{font-size:13px!important;line-height:1.75!important}

/* Form headings and labels */
.form-card h2,.form-card h3,.lead-intro h2{font-weight:750!important;letter-spacing:-.035em!important}
.form-card h3{font-size:clamp(23px,2.4vw,30px)!important}
.field label{font-size:12px!important;letter-spacing:.01em;font-weight:700!important;color:#536158}
.input,.select,.textarea{font-size:13px!important;min-height:46px}
.textarea{min-height:110px}
.form-note,.form-step,.form-section-title b{font-size:9px!important;letter-spacing:.12em}

/* Jobs/blog/detail typography */
.job-detail .prose h2,.prose h2{font-size:clamp(24px,2.7vw,34px)!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:740!important;color:var(--mx-heading)!important}
.prose p{font-size:14px!important;line-height:1.85!important;color:#657169}
.job-company,.job-meta,.meta,.tag{font-size:10px!important}

/* Header / footer */
.brand strong{font-size:17px!important}.brand small{font-size:8px!important}.nav a{font-size:11px!important}
.footer,.site-footer{font-size:12px}

/* Premium title hover detail */
.unified-label:after{transition:width .3s ease,background .3s ease}
.section-head:hover .unified-label:after,.about-section-label:hover:after{width:58px;background:#a9c999}

/* Mobile — same design, compact and perfectly readable. */
@media(max-width:800px){
  body{font-size:14px}
  .section{padding-top:62px!important;padding-bottom:62px!important}
  .section-head{margin-bottom:30px}
  .section-head h2{font-size:34px!important}
  .section-head p{font-size:13px!important}
  .page-hero{padding:54px 20px 62px!important}
  .page-hero h1{font-size:40px!important}
  .page-hero p{font-size:14px!important}
  .story-head h2{font-size:39px!important}
  .about-story-title h2,.about-method-head h2,.about-lead-head h2{font-size:38px!important}
  .unified-label,.about-section-label{gap:10px;margin-bottom:18px!important}
  .unified-label:after,.about-section-label:after{width:30px;flex-basis:30px}
}
@media(max-width:520px){
  .container{padding-left:18px!important;padding-right:18px!important}
  .section{padding-top:50px!important;padding-bottom:50px!important}
  .unified-label b,.about-section-label b{font-size:8.5px!important;letter-spacing:.14em!important}
  .unified-label span:first-child,.about-section-label span:first-child{font-size:8px!important}
  .unified-label:after,.about-section-label:after{width:24px;flex-basis:24px}
  .page-hero{padding:46px 18px 52px!important}
  .page-hero h1{font-size:34px!important;line-height:1.08!important}
  .page-hero p{font-size:13px!important;line-height:1.75!important}
  .section-head h2{font-size:30px!important}
  .story-head h2{font-size:34px!important}
  .story-head h2 em:after{height:3px;bottom:-4px}
  .about-story-title h2,.about-method-head h2,.about-lead-head h2{font-size:33px!important}
  .panel,.service,.job-card,.blog-card,.location,.form-card{border-radius:16px!important}
  .panel p,.service p,.location p,.about-method-card p,.about-person-body p{font-size:12.5px!important}
  .input,.select,.textarea{font-size:13px!important;min-height:44px}
}


/* V7.1 — consistent green emphasis on editorial headings */
.section-head h2 em,
.about-story-title h2 em,
.about-method-head h2 em,
.about-lead-head h2 em,
.purpose-block h2 em,
.cta h2 em,
.about-final-cta h2 em,
.page-hero h1 em,
.lead-intro h2 em{
  position:relative;
  display:inline-block;
}
.section-head h2 em:after,
.about-story-title h2 em:after,
.about-method-head h2 em:after,
.about-lead-head h2 em:after,
.page-hero h1 em:after,
.lead-intro h2 em:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-5px;
  height:3px;
  border-radius:99px;
  background:#dceecf;
}
.about-story-title h2 em:after{bottom:-4px}

/* Make every section heading breathe consistently. */
.section-head > div:first-child{display:block}
.section-head + *{scroll-margin-top:90px}

/* Keep content comfortably readable on large screens. */
.about-story-copy p,
.about-method-head p,
.about-lead-head p,
.about-purpose p,
.lead-intro p,
.contact-grid p{font-size:13px;line-height:1.82}

@media(max-width:520px){
  .section-head h2 em:after,
  .about-story-title h2 em:after,
  .about-method-head h2 em:after,
  .about-lead-head h2 em:after,
  .page-hero h1 em:after,
  .lead-intro h2 em:after{height:2px;bottom:-4px}
}

/* =========================================================
   MAXALINE V8 — Editorial section system + slider fix
   ========================================================= */

/* The same title language is used everywhere: label -> headline -> green emphasis. */
.unified-label,
.about-section-label{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  margin:0 0 20px!important;
  min-height:14px;
}
.unified-label span:first-child,
.about-section-label span:first-child{
  flex:0 0 auto;
  font-size:9px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
  color:var(--green-dark)!important;
}
.unified-label b,
.about-section-label b{
  flex:0 0 auto;
  font-size:10px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.17em!important;
  color:#66736a!important;
  white-space:nowrap;
}
.unified-label:after,
.about-section-label:after{
  content:"";
  display:block!important;
  flex:0 1 52px;
  width:52px!important;
  height:1px!important;
  margin-left:2px;
  background:#c8dac2!important;
}

/* Universal section headline — deliberately restrained, editorial and readable. */
.section-head h2,
.about-story-title h2,
.about-method-head h2,
.about-lead-head h2,
.page-hero h1{
  font-family:"Inter","Segoe UI",Arial,sans-serif!important;
  font-weight:760!important;
  color:var(--heading)!important;
  letter-spacing:-.045em!important;
}
.section-head h2{
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1.03!important;
  max-width:760px!important;
}
.section-head h2 em,
.about-story-title h2 em,
.about-method-head h2 em,
.about-lead-head h2 em,
.page-hero h1 em{
  color:var(--green-dark)!important;
  font-style:normal!important;
  position:relative!important;
  display:inline-block!important;
}
.section-head h2 em:after,
.about-story-title h2 em:after,
.about-method-head h2 em:after,
.about-lead-head h2 em:after,
.page-hero h1 em:after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-5px!important;
  height:3px!important;
  border-radius:99px!important;
  background:#d8ebcc!important;
}
.section-head p{
  font-size:13px!important;
  line-height:1.82!important;
  max-width:500px!important;
  color:#6a766e!important;
}

/* Make labels visible on sections that use a standalone label rather than .section-head. */
.prose-label{margin-top:42px!important;margin-bottom:16px!important}
.prose-label:first-child{margin-top:0!important}
.page-hero-premium .unified-label{margin-bottom:23px!important}

/* CTA and form headings follow the same visual hierarchy. */
.cta .unified-label,
.lead-intro .unified-label{margin-bottom:18px!important}
.cta h2,
.lead-intro h2{
  font-size:clamp(31px,4vw,48px)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  font-weight:760!important;
}

/* HERO: controls must belong to the hero, not the text block. This prevents the
   progress line from crossing the paragraph/buttons. */
.hero-copy{position:static!important;z-index:auto!important}
.hero-controls{
  position:absolute!important;
  left:5vw!important;
  bottom:28px!important;
  z-index:20!important;
}
.hero-slide{z-index:4!important}
.hero-slide:not(.is-active){z-index:1!important}
.hero-progress{position:relative!important;top:0!important}

/* Keep the slider copy vertically balanced and never let a long slide collide. */
.slider-track{min-height:390px!important}
.hero .lead{max-width:620px!important;font-size:14px!important;line-height:1.8!important}

/* Cards and body copy: premium, but never oversized. */
.panel h3{font-size:clamp(20px,2vw,25px)!important}
.service>b{font-size:18px!important}
.panel p,.service p,.job-card p,.job-row small,.location p,.blog-card p{
  font-size:13px!important;
  line-height:1.78!important;
}

@media(max-width:820px){
  .unified-label,.about-section-label{gap:10px!important;margin-bottom:18px!important}
  .unified-label b,.about-section-label b{font-size:9px!important;letter-spacing:.15em!important}
  .unified-label:after,.about-section-label:after{flex-basis:34px;width:34px!important}
  .section-head h2{font-size:36px!important;line-height:1.06!important}
  .section-head p{font-size:13px!important}
  .hero-controls{left:20px!important;bottom:25px!important}
  .slider-track{min-height:395px!important}
  .hero .lead{font-size:13.5px!important}
}
@media(max-width:520px){
  .unified-label,.about-section-label{gap:9px!important;margin-bottom:16px!important}
  .unified-label span:first-child,.about-section-label span:first-child{font-size:8px!important}
  .unified-label b,.about-section-label b{font-size:8.5px!important;letter-spacing:.13em!important}
  .unified-label:after,.about-section-label:after{flex-basis:25px;width:25px!important}
  .section-head h2{font-size:31px!important;line-height:1.08!important}
  .section-head p{font-size:12.5px!important;line-height:1.75!important}
  .page-hero-premium .unified-label{margin-bottom:17px!important}
  .page-hero h1{font-size:35px!important;line-height:1.08!important}
  .hero-controls{left:18px!important;bottom:20px!important}
  .slider-track{min-height:405px!important}
  .hero .lead{font-size:13px!important;line-height:1.75!important}
  .cta h2,.lead-intro h2{font-size:32px!important}
}

/* MAXALINE portal modules — layout only, existing theme preserved */
.table-wrap{border-radius:0}.admin-table td,.admin-table th{vertical-align:top}.status{display:inline-block;border-radius:999px}.message-thread{display:flex;flex-direction:column;gap:12px;max-height:520px;overflow:auto;padding:5px}.message-item{border:1px solid var(--line);padding:14px 16px;background:#fafcf9}.message-item small{color:#737b75;font-size:11px}.message-item p{margin:7px 0 0;line-height:1.65}.verify-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.verify-card{border:1px solid var(--line);padding:22px}.verify-card>b{font:800 20px Manrope}.verify-card p{margin:8px 0 12px}.verify-card .btn{margin-top:12px}.verify-card form{margin-top:14px}.portal-note{border-left:3px solid currentColor;padding:12px 15px;background:#f7f9f6}.form-card h3{margin-top:0}.admin-actions{flex-wrap:wrap}@media(max-width:700px){.verify-grid{grid-template-columns:1fr}.admin-main{padding:18px}.admin-table th,.admin-table td{padding:10px}.form-row{grid-template-columns:1fr!important}}

/* Portal login pages - compact, independent from public website hero spacing */
.portal-login-page{min-height:100vh;background:#f7f9f7;display:flex;align-items:center;justify-content:center;padding:40px 20px;}
.portal-login-shell{width:min(100%,460px);margin:0 auto;}
.portal-login-brand{text-align:center;margin-bottom:22px;}
.portal-login-brand a{font-weight:800;font-size:24px;letter-spacing:.08em;text-decoration:none;color:inherit;}
.portal-login-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:30px;box-shadow:0 18px 45px rgba(20,40,25,.08);}
.portal-login-card h1{margin:4px 0 8px;font-size:30px;line-height:1.1;}
.portal-login-card .login-subtitle{margin:0 0 22px;color:#66736a;line-height:1.55;}
.portal-login-card .field{margin-bottom:16px;}
.portal-login-card .form-submit{width:100%;justify-content:center;margin-top:6px;}
.portal-login-links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;font-size:13px;}
.portal-login-back{text-align:center;margin-top:18px;font-size:13px;}
@media(max-width:600px){.portal-login-page{padding:24px 14px;}.portal-login-card{padding:22px 18px;border-radius:14px;}.portal-login-card h1{font-size:26px;}}

/* MAXALINE FINAL TYPOGRAPHY + FORM READABILITY PASS */
body{font-size:15px;line-height:1.72}
.nav a{font-size:13px}
.btn{font-size:12px;min-height:46px}
.page-hero p{font-size:16px!important;line-height:1.75!important}
.section-head p{font-size:14px}
.field label{font-size:13px!important;margin-bottom:8px}
.input,.select,.textarea{font-size:14px!important;min-height:48px}
.textarea{min-height:120px}
.notice{font-size:13px}
.lead-point{font-size:15px}
.service p,.panel p{font-size:13px}
.form-note{font-size:11px!important}

@media(max-width:800px){
  body{font-size:14px}
  .nav a{font-size:13px}
  .page-hero p{font-size:15px!important}
  .section-head p{font-size:14px}
  .input,.select,.textarea{font-size:14px!important;min-height:46px}
}

/* Public website account access */
.header-user-wrap{position:relative;flex:none}.header-user{display:inline-flex;align-items:center;gap:8px;border:1px solid #d9e5d6;background:#fff;color:#334238;border-radius:8px;padding:8px 10px;cursor:pointer;font:inherit}.user-avatar{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#F7F0D2;color:var(--green-dark);font-size:15px;font-weight:900}.user-label{font-size:11px;font-weight:800;white-space:nowrap}.user-chevron{font-size:13px;color:#738078;line-height:1}.account-menu{display:none;position:absolute;right:0;top:calc(100% + 10px);width:245px;background:#fff;border:1px solid #dce7d9;border-radius:13px;box-shadow:0 18px 45px rgba(35,58,39,.13);padding:8px;z-index:200}.account-menu.open{display:block}.account-menu-head{padding:10px 11px 12px;border-bottom:1px solid #e8eee6;margin-bottom:4px}.account-role{display:block;font-size:8px;letter-spacing:.15em;font-weight:900;color:var(--green-dark);margin-bottom:5px}.account-menu-head strong{display:block;font-size:13px;line-height:1.35;color:var(--heading);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu a{display:flex;justify-content:space-between;align-items:center;padding:10px 11px;border-radius:8px;color:#4d5a51;font-size:11px;font-weight:700}.account-menu a:hover{background:#f1f7ee;color:var(--green-dark)}.account-menu-divider{height:1px;background:#e8eee6;margin:5px 8px}.login-session-note{display:block;margin-top:9px;color:#78857d;font-size:10px;line-height:1.5}@media(max-width:1050px){.header-user .user-label{display:none}.header-user{padding:7px 8px}.header-user-wrap{order:2}.menu-toggle{order:3}.header-cta{display:none}}@media(max-width:820px){.header-user-wrap{margin-left:auto}.menu-toggle{margin-left:0}.account-menu{right:-4px;top:calc(100% + 8px)}.site-header{gap:10px}}
.public-access-lock{display:flex;align-items:flex-start;gap:13px;padding:17px 18px;margin:0 0 18px;border:1px solid #dce8d8;border-radius:13px;background:#f7fbf5}.public-access-lock .lock-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eaf5e3;color:var(--green-dark);font-weight:900;flex:none}.public-access-lock strong{display:block;font-size:13px;color:var(--heading);margin-bottom:4px}.public-access-lock p{margin:0;color:#69756d;font-size:11px;line-height:1.65}.public-access-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:11px}.public-access-actions a{font-size:10px;padding:8px 11px}.public-form-restricted{opacity:.98}.restricted-form-card{min-height:100%;display:flex;flex-direction:column;justify-content:center}.restricted-form-card h3{margin-bottom:9px}.restricted-form-card>p{font-size:12px;line-height:1.7;color:#69756d;max-width:460px}.restricted-form-card .form-note{margin-top:16px}
@media(max-width:520px){.header-user{padding:7px}.user-avatar{width:24px;height:24px}.public-access-lock{padding:14px}.public-access-actions{display:grid;grid-template-columns:1fr}.public-access-actions .btn{width:100%;justify-content:center}}

/* Account registration modal */
body.account-modal-open{overflow:hidden}
.account-menu-register{display:flex;width:100%;justify-content:space-between;align-items:center;padding:10px 11px;border:0;background:transparent;border-radius:8px;color:#4d5a51;font:inherit;font-size:11px;font-weight:800;cursor:pointer;text-align:left}
.account-menu-register:hover{background:#f1f7ee;color:var(--green-dark)}
.account-register-modal{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;padding:22px}
.account-register-modal.open{display:flex}
.account-register-backdrop{position:absolute;inset:0;background:rgba(20,30,23,.58);backdrop-filter:blur(4px)}
.account-register-panel{position:relative;width:min(920px,100%);max-height:min(900px,calc(100vh - 44px));overflow:auto;background:#fff;border:1px solid #dce7d9;border-radius:20px;box-shadow:0 30px 80px rgba(20,40,25,.25);padding:25px}
.account-register-close{position:absolute;right:15px;top:13px;width:34px;height:34px;border:1px solid #dce7d9;border-radius:50%;background:#fff;color:#657169;font-size:24px;line-height:1;cursor:pointer;z-index:2}
.account-register-top{padding-right:48px;margin-bottom:18px}.account-register-top .account-role{font-size:9px}.account-register-top h2{margin:3px 0 6px;font-size:25px;color:var(--heading)}.account-register-top p{margin:0;color:#6d786f;font-size:12px;line-height:1.65}
.account-register-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:5px;background:#f0f5ee;border:1px solid #e0e9de;border-radius:11px;margin-bottom:18px}
.account-register-tab{border:0;background:transparent;border-radius:8px;padding:11px 12px;color:#617067;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.account-register-tab.is-active{background:#fff;color:var(--green-dark);box-shadow:0 4px 14px rgba(35,58,39,.08)}
.account-register-pane[hidden]{display:none}.account-register-pane-head{display:flex;align-items:baseline;gap:10px;margin-bottom:13px}.account-register-pane-head span{font-size:8px;letter-spacing:.14em;color:var(--green-dark);font-weight:900}.account-register-pane-head strong{font-size:15px;color:var(--heading)}
.account-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-form-grid .field.full{grid-column:1/-1}.account-register-form .field label{font-size:10px}.account-register-form .input,.account-register-form .textarea{font-size:11px;padding:10px 11px}.account-register-form .textarea{min-height:72px}
.account-terms{display:flex;gap:9px;align-items:flex-start;margin:14px 0;color:#68746c;font-size:10px;line-height:1.55;cursor:pointer}.account-terms input{margin-top:2px;flex:none}.account-register-submit{font-size:11px}.account-register-login{margin-top:13px;padding-top:13px;border-top:1px solid #e7eee4;text-align:center;color:#707b73;font-size:10px}.account-register-login a,.public-registration-heading a{color:var(--green-dark);font-weight:900;text-decoration:none}.public-registration-box{width:100%}.public-registration-heading{padding:0 0 14px;margin-bottom:15px;border-bottom:1px solid #e5ece3}.public-registration-heading span{display:block;font-size:8px;letter-spacing:.14em;color:var(--green-dark);font-weight:900;margin-bottom:5px}.public-registration-heading strong{display:block;font-size:16px;color:var(--heading);margin-bottom:4px}.public-registration-heading p{margin:0;color:#6d786f;font-size:11px;line-height:1.6}
@media(max-width:700px){.account-register-modal{padding:10px}.account-register-panel{max-height:calc(100vh - 20px);padding:18px}.account-register-tabs{grid-template-columns:1fr}.account-form-grid{grid-template-columns:1fr}.account-form-grid .field.full{grid-column:auto}.account-register-top h2{font-size:21px}.account-register-tab{font-size:10px}.account-register-pane-head{display:block}.account-register-pane-head span{display:block;margin-bottom:4px}}


/* MAXALINE FINAL UI FIX — page hero access card + home opportunities */
.page-hero-premium{padding-bottom:clamp(58px,7vw,88px)!important}
.page-hero-premium h1{max-width:920px!important;overflow-wrap:normal!important;word-break:normal!important}
.page-hero-premium p{max-width:760px!important}
.public-portal-access{position:relative!important;z-index:2!important}
.employer-hero-access,.seeker-hero-access{max-width:850px!important;margin:-30px auto 0!important}
.employer-hero-access{margin-top:-34px!important}
.public-portal-access-center{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;padding:28px 30px!important}
.public-portal-access-center>div:first-child{min-width:0!important;flex:1 1 auto!important}
.public-portal-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex:0 0 auto!important;flex-wrap:wrap!important}
.public-portal-actions .btn{white-space:nowrap!important}

/* Home opportunities: exactly 2 cards per row, 6 cards maximum */
.home-opportunities .section-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:30px!important}
.home-opportunities .section-head>div:first-child{min-width:0!important}
.home-opportunities .section-head>p{margin:0!important;max-width:440px!important}
.home-opportunity-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.home-opportunity-card{display:block!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:14px!important;padding:23px 24px!important;text-decoration:none!important;color:inherit!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;min-width:0!important}
.home-opportunity-card:hover{transform:translateY(-3px)!important;box-shadow:var(--shadow)!important;border-color:#bdd3b8!important}
.home-opportunity-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.home-opportunity-card h3{font-size:20px!important;line-height:1.25!important;letter-spacing:-.025em!important;margin:18px 0 5px!important;color:var(--heading)!important;font-weight:760!important}
.home-opportunity-company{font-size:12px!important;color:var(--muted)!important}
.home-opportunity-meta{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin-top:20px!important;padding-top:15px!important;border-top:1px solid var(--line)!important;font-size:10px!important;color:#6d7971!important}
.home-opportunity-meta span+span:before{content:'•';margin-right:12px;color:#a4b0a7}
.home-opportunities-cta{display:flex!important;justify-content:center!important;margin-top:24px!important}
.home-opportunity-empty{grid-column:1/-1!important;background:#fff!important;border:1px solid var(--line)!important;padding:28px!important;text-align:center!important}
.home-opportunity-empty h3{margin:0 0 4px!important;font-size:17px!important;color:var(--heading)!important}
.home-opportunity-empty p{margin:0!important;color:var(--muted)!important;font-size:12px!important}

@media(max-width:800px){
  .employer-hero-access,.seeker-hero-access{margin:-18px 20px 0!important;max-width:none!important}
  .public-portal-access-center{display:block!important;padding:23px!important}
  .public-portal-actions{justify-content:flex-start!important;margin-top:18px!important}
  .home-opportunities .section-head{display:block!important}
  .home-opportunities .section-head>p{margin-top:14px!important}
  .home-opportunity-grid{grid-template-columns:1fr!important}
}
@media(max-width:520px){
  .page-hero-premium h1{font-size:clamp(34px,10vw,42px)!important;line-height:1.06!important}
  .employer-hero-access,.seeker-hero-access{margin:-10px 12px 0!important}
  .public-portal-access-center{padding:20px!important}
  .public-portal-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .public-portal-actions .btn{width:100%!important;justify-content:center!important}
  .home-opportunity-card{padding:20px!important}
}


/* MAXALINE HOME HERO — SINGLE STATIC PANEL */
.hero-single .hero-static-track{min-height:390px!important}
.hero-single .hero-static-slide{position:relative!important;inset:auto!important;opacity:1!important;transform:none!important;pointer-events:auto!important;transition:none!important}
.hero-single .hero-home-actions{margin-top:30px!important}
.hero-single .hero-home-actions .btn{min-width:166px}
.hero-single .hero-controls{display:none!important}
@media(max-width:800px){.hero-single .hero-static-track{min-height:405px!important}.hero-single .hero-home-actions .btn{min-width:0}}

/* MAXALINE UI readability update - typography & alignment */
html { font-size: 16px; }
body { font-size: 16px; line-height: 1.7; }
h1 { font-size: clamp(2.15rem, 4vw, 3.35rem); line-height: 1.14; }
h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.2; }
h3 { font-size: 1.35rem; line-height: 1.3; }
h4 { font-size: 1.12rem; line-height: 1.35; }
p, li { font-size: 1rem; }
label { font-size: .98rem; line-height: 1.45; }
input, select, textarea, button, .btn { font-size: 1rem; min-height: 46px; }
input, select, textarea { padding: 11px 13px; }
.container { padding-left: 18px; padding-right: 18px; }
table { font-size: .98rem; }
@media (max-width: 768px) {
  html { font-size: 15.5px; }
  body { font-size: 15.5px; }
  h1 { font-size: clamp(1.85rem, 9vw, 2.55rem); }
  h2 { font-size: clamp(1.55rem, 7vw, 2.05rem); }
  h3 { font-size: 1.2rem; }
  .container { padding-left: 14px; padding-right: 14px; }
  input, select, textarea, button, .btn { min-height: 48px; }
}

/* Icon-only action buttons */
.icon-action{display:inline-flex!important;align-items:center;justify-content:center;width:38px;height:38px;min-width:38px;padding:0!important;border-radius:9px!important;vertical-align:middle;line-height:1!important}
.icon-action svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon-action.danger{color:#b42318}
.icon-action:hover{transform:translateY(-1px)}
.icon-action:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}

/* MAXALINE FINAL TEXT + ALIGNMENT PASS
   Non-title text is 2px larger; headings/titles keep their existing sizing. */
body{font-size:18px!important;line-height:1.7!important}
body p,body li,body td,body th,body label,body small,body .muted,body .notice,body .meta,body .eyebrow,body .field span,body .form-note{font-size:18px!important;line-height:1.55!important}
body small,.eyebrow{font-size:14px!important}
.nav a{font-size:15px!important;line-height:1.35!important}
.btn,button{font-size:14px!important;line-height:1.25!important;min-height:46px!important;display:inline-flex;align-items:center;justify-content:center}
.input,.select,.textarea,input,select,textarea{font-size:16px!important;line-height:1.45!important;min-height:48px!important}
input[type=checkbox],input[type=radio]{min-height:0!important;width:auto!important}
.container{width:min(1180px,calc(100% - 32px));margin-left:auto;margin-right:auto}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.section-head>div{min-width:0}
.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
table{width:100%;border-collapse:collapse}
.cards,.grid,.form-row{min-width:0}
.card,.panel,.form-card,.table-wrap{box-sizing:border-box}
@media(max-width:768px){
 body{font-size:18px!important}
 body p,body li,body td,body th,body label,body .muted,body .notice,body .meta,body .field span{font-size:18px!important}
 body small,.eyebrow{font-size:14px!important}
 .nav a{font-size:15px!important}
 .btn,button{font-size:15px!important;min-height:48px!important}
 .input,.select,.textarea,input,select,textarea{font-size:16px!important;min-height:48px!important}
 .container{width:calc(100% - 28px);padding-left:0!important;padding-right:0!important}
 .section-head{align-items:stretch;gap:14px}
 .section-head .btn{width:auto;max-width:100%}
 .table-wrap{margin-left:0;margin-right:0}
}
@media(max-width:520px){
 .container{width:calc(100% - 24px)}
 .btn,button{width:auto;max-width:100%;white-space:normal;text-align:center}
}
/* MAXALINE brand logo */
.brand-logo{display:block;width:190px;height:auto;max-width:100%;object-fit:contain}

/* MAXALINE FINAL READABILITY PASS — 2026-09-15 */
body:not(.portal-body) { font-size: 15px; }
body:not(.portal-body) p, body:not(.portal-body) li { line-height: 1.65; }
body:not(.portal-body) label { font-size: 14px; }
body:not(.portal-body) input, body:not(.portal-body) select, body:not(.portal-body) textarea { font-size: 15px; min-height: 46px; }
body.portal-body { font-size: 14px; }
.portal-nav-item { font-size: 13.5px !important; min-height: 40px !important; padding: 9px 11px !important; }
.portal-nav-item i { font-size: 14px !important; }
.portal-nav-label { font-size: 9px !important; }
.portal-user strong { font-size: 13px !important; }
.portal-user span { font-size: 10px !important; }
.portal-topbar strong { font-size: 16px !important; }
.portal-kicker { font-size: 8px !important; }
.portal-content p, .portal-content .meta, .portal-content .hint { font-size: 13px !important; line-height: 1.55; }
.portal-card-head h3 { font-size: 16px !important; }
.portal-list .title { font-size: 14px !important; }
.portal-stat .label { font-size: 10px !important; }
.portal-stat .value { font-size: 25px !important; }
.portal-stat .hint { font-size: 11px !important; }
.portal-footer { font-size: 11px !important; }
@media(max-width:700px){
  body:not(.portal-body) { font-size: 15px; }
  body:not(.portal-body) input, body:not(.portal-body) select, body:not(.portal-body) textarea { font-size: 16px; min-height: 48px; }
  .portal-nav-item { font-size: 14px !important; min-height: 44px !important; }
  .portal-topbar strong { font-size: 15px !important; }
  .portal-content p, .portal-content .meta, .portal-content .hint { font-size: 13px !important; }
  .portal-footer { flex-direction: column; align-items: flex-start !important; padding: 13px 16px !important; }
}
