*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--dark: #1a1a1a;--red: #c0392b;--red-light: #e74c3c;--green: #1a6b3c;--green-light: #27ae60;--white: #ffffff;--off-white: #f8f8f6;--light-gray: #f2f2f0;--mid-gray: #e0e0dc;--text-gray: #555550;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Playfair Display", Georgia, serif}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--off-white);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}p{text-align:justify}.service-card p,.solution-card p,.target-card p,.values-card p{text-align:left}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;border:none;outline:none}input,textarea,select{font-family:inherit}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;background:#f8f8f6f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #00000012;transition:padding .3s,box-shadow .3s}.navbar.scrolled{padding:.65rem 1.5rem;box-shadow:0 2px 16px #00000017}.navbar-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-logo img{height:42px;width:auto;object-fit:contain}.navbar-nav{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:var(--dark);position:relative;transition:color .2s}.nav-link:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:2px;background:var(--green);transform:scaleX(0);transition:transform .2s;border-radius:1px}.nav-link:hover{color:var(--green)}.nav-link:hover:after{transform:scaleX(1)}.nav-cta{padding:.55rem 1.3rem;font-size:.88rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer;position:relative;z-index:201}.hamburger span{display:block;width:24px;height:2px;background:var(--black);border-radius:2px;transition:transform .25s,opacity .25s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.navbar-nav{position:fixed;top:0;left:0;right:0;background:var(--white);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:0 8px 24px #0000001f;transform:translateY(-110%);transition:transform .3s ease;z-index:99}.navbar-nav.open{transform:translateY(0)}.nav-link{font-size:1.05rem}.nav-cta{margin-top:.5rem;width:100%;text-align:center;justify-content:center}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;overflow:hidden}.hero-left{position:relative;background:var(--off-white);display:flex;align-items:center;padding:7rem 4rem 5rem 5vw;overflow:hidden}.hero-left:before{content:"MX";position:absolute;bottom:-2rem;right:-1rem;font-family:var(--font-serif);font-size:18rem;font-weight:800;color:#0000000a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.hero-accent-bar{position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(to bottom,var(--green) 50%,var(--red) 50%)}.hero-left-inner{position:relative;z-index:1;max-width:520px}.hero-eyebrow{display:flex;align-items:center;gap:.85rem;margin-bottom:2rem}.hero-eyebrow-line{display:block;width:32px;height:2px;background:var(--green);flex-shrink:0}.hero-eyebrow-text{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--green)}.hero-title{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;line-height:1.15;color:var(--black);margin-bottom:0}.hero-highlight{color:var(--green)}.hero-divider{width:48px;height:3px;border-radius:2px;background:var(--green);margin:1.4rem 0}.hero-desc{font-size:1rem;color:var(--text-gray);line-height:1.75;margin-bottom:2.2rem;max-width:420px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-stats{display:flex;align-items:center;gap:1.5rem}.hero-stat-divider{width:1px;height:36px;background:var(--mid-gray);flex-shrink:0}.hero-stat-value{font-family:var(--font-serif);font-size:1.6rem;font-weight:800;color:var(--black);line-height:1;margin-bottom:.3rem}.hero-stat-label{font-size:.72rem;color:var(--text-gray);line-height:1.45;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.hero-right{position:relative;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;display:block}.hero-image-tint{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a0a40,#1a6b3c26)}.hero-scroll-hint{position:absolute;bottom:2.5rem;right:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero-scroll-line{display:block;width:1px;height:48px;background:#ffffff80;animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.6)}}.hero-scroll-text{font-size:.65rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff9;writing-mode:vertical-rl}@media (max-width: 768px){.hero{grid-template-columns:1fr;grid-template-rows:45vw 1fr}.hero-right{grid-row:1}.hero-left{padding:3rem 1.5rem 4rem}.hero-left:before{font-size:9rem;bottom:-1rem}.hero-title{font-size:clamp(2rem,8vw,2.8rem)}.hero-scroll-hint{display:none}}.services-section{background:var(--light-gray)}.services-header{margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card{background:var(--white);border-radius:14px;padding:2rem 1.8rem;position:relative;overflow:hidden;border:1px solid var(--mid-gray);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000017}.service-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.2rem}.service-icon--green{background:#1a6b3c1a}.service-icon--red{background:#c0392b17}.service-icon--black{background:#0000000f}.service-title{font-size:1.05rem;font-weight:700;color:var(--black);margin-bottom:.7rem;line-height:1.3}.service-desc{font-size:.9rem;color:var(--text-gray);line-height:1.7}.service-line{position:absolute;bottom:0;left:0;right:0;height:3px}.service-line--green{background:var(--green)}.service-line--red{background:var(--red)}.service-line--black{background:var(--black)}@media (max-width: 1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.services-grid{grid-template-columns:1fr}}.problem-section{background:var(--off-white)}.problem-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.problem-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.problem-item{display:flex;align-items:flex-start;gap:1.1rem}.problem-num{font-size:.75rem;font-weight:800;color:var(--red);letter-spacing:.08em;background:#c0392b14;border:1px solid rgba(192,57,43,.18);padding:.25rem .55rem;border-radius:4px;flex-shrink:0;margin-top:.1rem}.problem-item-title{font-weight:700;font-size:.95rem;color:var(--black);margin-bottom:.3rem}.problem-item-desc{font-size:.87rem;color:var(--text-gray);line-height:1.65}.problem-visual{position:relative}.problem-img{width:100%;border-radius:16px;aspect-ratio:4/3;object-fit:cover;box-shadow:0 20px 56px #0000001f}.problem-img-badge{position:absolute;bottom:-1.2rem;right:-1.2rem;background:var(--red);color:var(--white);padding:1rem 1.3rem;border-radius:12px;box-shadow:0 8px 24px #c0392b59;max-width:180px}.pib-value{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;line-height:1.1;margin-bottom:.3rem}.pib-label{font-size:.75rem;opacity:.9;line-height:1.4}@media (max-width: 768px){.problem-inner{grid-template-columns:1fr;gap:2.5rem}.problem-img-badge{right:.5rem;bottom:-.8rem}}.solution-section{background:var(--black);color:var(--white)}.solution-section .section-heading{color:var(--white)}.solution-section .section-subheading{color:#ffffffa6}.solution-header{margin-bottom:3rem;max-width:650px}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.solution-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:2rem 1.8rem;transition:background .2s,transform .2s}.solution-card:hover{background:#ffffff14;transform:translateY(-3px)}.solution-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.2rem}.solution-icon--green{background:#1a6b3c4d}.solution-icon--red{background:#c0392b4d}.solution-icon--black{background:#ffffff1a}.solution-title{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.7rem;line-height:1.3}.solution-desc{font-size:.88rem;color:#fff9;line-height:1.7}.solution-cta{text-align:center}@media (max-width: 768px){.solution-grid{grid-template-columns:1fr}}@media (min-width: 601px) and (max-width: 900px){.solution-grid{grid-template-columns:repeat(2,1fr)}}.values-section{background:var(--light-gray)}.values-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2rem}.value-item{display:flex;align-items:flex-start;gap:.85rem;background:var(--white);border-radius:12px;padding:1.1rem;border:1px solid var(--mid-gray)}.value-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--green);margin-top:1px}.value-label{font-weight:700;font-size:.88rem;color:var(--black);margin-bottom:.25rem}.value-desc{font-size:.8rem;color:var(--text-gray);line-height:1.55}.values-aside{display:flex;flex-direction:column;gap:1.5rem;padding-top:3.5rem}.values-card{background:var(--white);border-radius:14px;padding:1.8rem;border:1px solid var(--mid-gray);position:relative;overflow:hidden}.values-card--green{background:var(--green);border-color:var(--green)}.values-card-accent{position:absolute;top:0;left:0;right:0;height:4px;background:var(--black);border-radius:14px 14px 0 0}.values-card-accent.green{background:#ffffff4d}.values-card-title{font-size:1.05rem;font-weight:700;color:var(--black);margin-bottom:.8rem}.values-card-title.white{color:var(--white)}.values-card-text{font-size:.9rem;color:var(--text-gray);line-height:1.7}.values-card-text.white{color:#ffffffd9}@media (max-width: 768px){.values-inner{grid-template-columns:1fr;gap:2.5rem}.values-aside{padding-top:0}.values-grid{grid-template-columns:1fr}}.target-section{background:var(--off-white)}.target-header{margin-bottom:3rem}.target-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.target-card{background:var(--white);border-radius:14px;padding:1.8rem 1.5rem;border:1px solid var(--mid-gray);text-align:center;transition:transform .2s,box-shadow .2s}.target-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.target-icon{width:48px;height:48px;border-radius:12px;background:#1a6b3c14;color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.target-title{font-size:.95rem;font-weight:700;color:var(--black);margin-bottom:.65rem;line-height:1.3}.target-desc{font-size:.83rem;color:var(--text-gray);line-height:1.65}@media (max-width: 900px){.target-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.target-grid{grid-template-columns:1fr}}.careers-section{background:var(--light-gray)}.careers-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.careers-heading{max-width:360px}.careers-text{font-size:.95rem;color:var(--text-gray);line-height:1.75;margin-bottom:1rem;max-width:480px}.careers-btn{margin-top:1rem}.careers-pills{display:flex;flex-wrap:wrap;gap:.85rem;align-content:center}.pill{background:var(--white);border:1.5px solid var(--mid-gray);border-radius:999px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;color:var(--dark);transition:border-color .18s,color .18s,background .18s}.pill:nth-child(odd){border-color:#1a6b3c4d;color:var(--green)}.pill:nth-child(2n){border-color:#c0392b4d;color:var(--red)}@media (max-width: 768px){.careers-inner{grid-template-columns:1fr;gap:2.5rem}}.contact-section{background:var(--off-white)}.contact-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:start}.contact-details{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact-detail-item{display:flex;align-items:flex-start;gap:1rem}.contact-detail-icon{width:40px;height:40px;border-radius:10px;background:#1a6b3c1a;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;color:var(--green)}.contact-detail-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-gray);margin-bottom:.25rem}.contact-detail-value{font-size:.92rem;color:var(--black);font-weight:500;line-height:1.55;transition:color .18s}a.contact-detail-value:hover{color:var(--green)}.contact-form-wrap{background:var(--white);border-radius:16px;padding:2.5rem;border:1px solid var(--mid-gray);box-shadow:0 8px 32px #0000000f}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.82rem;font-weight:600;color:var(--dark);letter-spacing:.01em}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1.5px solid var(--mid-gray);border-radius:8px;font-size:.92rem;color:var(--black);background:var(--off-white);transition:border-color .18s,box-shadow .18s;outline:none;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #1a6b3c1a;background:var(--white)}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-privacy-note{font-size:.78rem;color:var(--text-gray)}.privacy-link{background:none;border:none;padding:0;color:var(--green);font-weight:600;font-size:inherit;cursor:pointer;text-decoration:underline}.form-submit{width:100%;justify-content:center;padding:.9rem;font-size:.95rem}.form-success{text-align:center;padding:3rem 1rem}.form-success-icon{width:64px;height:64px;border-radius:50%;background:var(--green);color:var(--white);font-size:1.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.form-success h3{font-size:1.3rem;font-weight:700;color:var(--black);margin-bottom:.5rem}.form-success p{font-size:.92rem;color:var(--text-gray)}@media (max-width: 768px){.contact-inner{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:1.8rem 1.2rem}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-box{background:var(--white);border-radius:16px;width:100%;max-width:700px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000040;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.8rem;border-bottom:1px solid var(--mid-gray);flex-shrink:0}.modal-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--black)}.modal-close{background:var(--light-gray);border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.85rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .18s}.modal-close:hover{background:var(--mid-gray)}.modal-body{padding:1.8rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1.1rem}.modal-updated{font-size:.8rem;color:var(--text-gray);font-style:italic}.modal-body h3{font-size:.95rem;font-weight:700;color:var(--black);margin-top:.5rem;padding-bottom:.3rem;border-bottom:2px solid var(--green);display:inline-block}.modal-body p{font-size:.88rem;color:var(--text-gray);line-height:1.7}.modal-body ul{padding-left:1.5rem;display:flex;flex-direction:column;gap:.35rem}.modal-body li{font-size:.88rem;color:var(--text-gray);line-height:1.65}.modal-body a{color:var(--green);font-weight:600;text-decoration:underline}.modal-footer{padding:1.2rem 1.8rem;border-top:1px solid var(--mid-gray);display:flex;justify-content:flex-end;flex-shrink:0}@media (max-width: 500px){.modal-body{padding:1.2rem}.modal-header,.modal-footer{padding:1rem 1.2rem}}.footer{background:var(--black);color:#ffffffbf;padding:4rem 1.5rem 2rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.2fr 2fr;gap:4rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.footer-logo{height:44px;width:auto;filter:brightness(0) invert(1);margin-bottom:1rem}.footer-tagline{font-size:.88rem;line-height:1.65;color:#fff9;margin-bottom:.5rem;max-width:240px}.footer-rfc{font-size:.75rem;color:#ffffff59;letter-spacing:.05em}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-col{display:flex;flex-direction:column;gap:.65rem}.footer-col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--white);margin-bottom:.3rem}.footer-col a{font-size:.85rem;color:#ffffff8c;transition:color .18s}.footer-col a:hover{color:var(--green-light)}.footer-address{font-size:.82rem;color:#ffffff73;line-height:1.6}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.78rem;color:#ffffff59}.footer-privacy-btn{background:none;border:none;color:#ffffff80;font-size:.78rem;cursor:pointer;text-decoration:underline;transition:color .18s;font-family:inherit}.footer-privacy-btn:hover{color:var(--green-light)}@media (max-width: 768px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 420px){.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}.section{padding:5rem 1.5rem}.section-inner{max-width:1100px;margin:0 auto}.section-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green);background:#1a6b3c14;border:1px solid rgba(26,107,60,.2);padding:.3rem .85rem;border-radius:999px;margin-bottom:1rem}.section-tag.red{color:var(--red);background:#c0392b12;border-color:#c0392b33}.section-heading{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.15;color:var(--black);margin-bottom:1rem}.section-subheading{font-size:1.05rem;color:var(--text-gray);max-width:600px;line-height:1.7}.divider-accent{width:48px;height:3px;border-radius:2px;margin:1.2rem 0 2rem}.divider-accent.green{background:var(--green)}.divider-accent.red{background:var(--red)}.divider-accent.black{background:var(--black)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.8rem;border-radius:6px;font-weight:600;font-size:.92rem;letter-spacing:.02em;transition:transform .18s,box-shadow .18s,opacity .18s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--black);color:var(--white);box-shadow:0 4px 16px #0000002e}.btn-primary:hover{box-shadow:0 8px 24px #00000040}.btn-outline{background:transparent;color:var(--black);border:1.5px solid var(--black)}.btn-outline:hover{background:var(--black);color:var(--white)}.btn-green{background:var(--green);color:var(--white);box-shadow:0 4px 16px #1a6b3c40}.btn-green:hover{background:var(--green-light);box-shadow:0 8px 24px #1a6b3c4d}
