@charset "UTF-8";
/**
 * ARCHITECTURE: this site intentionally mixes two rendering paths -- this is not
 * an accident to "fix" by migrating one side into the other without a real reason.
 *   - Elementor Pro renders the mostly-static, editor-friendly content pages: About,
 *     Services (index + the 9 individual service pages), Contact, and Our Clients.
 *   - Plain PHP templates render pages with real dynamic logic Elementor can't
 *     express cleanly: Home (front-page.php, ACF Pro fields), Careers
 *     (page-careers.php: Job Openings CPT, shortcodes, JSON-LD schema), and single
 *     job postings (single-job_opening.php).
 *
 * CSS SPECIFICITY CONVENTION: Elementor and Gravity Forms ship CSS with selectors
 * that can tie or beat a single theme class -- e.g. Gravity Forms' Orbital theme uses
 * two-class compound selectors like `.button.gform_button:where(...)`, which outranks
 * a bare `.btn`. kemet-main is enqueued as an explicit dependency of
 * elementor-frontend and gravity_forms_orbital_theme (see kemet_scripts() in
 * functions.php) so it always prints after them and wins ties by source order -- but
 * a tie only exists at EQUAL specificity. When styling something inside Elementor- or
 * Gravity-Forms-rendered markup:
 *   1. Check the actual computed specificity of the colliding plugin selector in
 *      devtools before assuming a single theme class will win.
 *   2. Prefer a two-class or scoped-wrapper selector (e.g. `.contact-layout .btn`)
 *      to reliably outrank plugin compound selectors.
 *   3. `!important` is a last resort. If you use it, comment which specific plugin
 *      selector it's beating and why, so a future edit doesn't strip it as
 *      "unnecessary."
 */
*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1a1a1a;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:#a78245;text-decoration:none;transition:color .25s cubic-bezier(.4,0,.2,1)}a:hover{color:#8c6a35}p{margin-bottom:1em}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5{font-family:Playfair Display,Georgia,serif;color:#0f1f33;line-height:1.2;margin-bottom:.5em}h1{font-size:clamp(2.2rem,5vw,3.75rem)}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h3{font-size:clamp(1.15rem,2.5vw,1.5rem)}h4{font-size:1.1rem}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5.5rem 0}.text-center{text-align:center}.bg-light{background:#f7f4f1}.bg-dark{background:#0f1f33}.section-title{text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:#5e5e5e;font-size:1.05rem;max-width:580px;margin:0 auto 3rem;line-height:1.7}.btn{display:inline-flex;align-items:center;gap:.4em;padding:.75rem 1.75rem;border-radius:4px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.03em;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border:2px solid transparent;text-decoration:none;line-height:1}.btn-primary{background:#a78245;color:#fff;border-color:#a78245}.btn-primary:hover{background:#8c6a35;border-color:#8c6a35;color:#fff;transform:translateY(-1px);box-shadow:0 6px 24px #0000001a}.btn-primary:active{transform:translateY(0)}.btn-outline{background:transparent;color:#0f1f33;border-color:#0f1f33}.btn-outline:hover{background:#0f1f33;color:#fff;transform:translateY(-1px)}.btn-outline-white{background:transparent;color:#fff;border-color:#ffffff80}.btn-outline-white:hover{background:#ffffff1f;color:#fff;border-color:#fff}.btn-sm{padding:.5rem 1.1rem;font-size:.8rem}.btn-lg{padding:.9rem 2.2rem;font-size:.95rem}.skip-link{position:absolute;left:-9999px;top:1rem;z-index:9999}.skip-link:focus{left:1rem;background:#a78245;color:#fff;padding:.5rem 1rem;border-radius:4px}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 8px #00000012;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),background .25s cubic-bezier(.4,0,.2,1)}.site-header.scrolled{box-shadow:0 6px 24px #0000001a}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:100px;transition:height .3s ease}.site-header.scrolled .container{height:68px}@media (prefers-reduced-motion: reduce){.site-header .container,.site-branding .custom-logo,.site-branding .site-title-link{transition:none!important}}.site-branding{display:flex;align-items:center}.site-branding .custom-logo{height:72px;width:auto;transition:height .3s ease}.site-branding .site-title-link{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;font-weight:700;color:#0f1f33;letter-spacing:-.01em;transition:font-size .3s ease}.site-branding .site-title-link:hover{color:#a78245}.site-header.scrolled .site-branding .custom-logo{height:42px}.site-header.scrolled .site-branding .site-title-link{font-size:1.25rem}.primary-nav{display:flex;align-items:center}.primary-menu{display:flex;gap:.25rem;list-style:none}.primary-menu li a{display:block;padding:.4rem .85rem;font-size:.875rem;font-weight:500;color:#1a1a1a;border-radius:4px;transition:color .25s cubic-bezier(.4,0,.2,1),background .25s cubic-bezier(.4,0,.2,1)}.primary-menu li a:hover{color:#a78245;background:#a782450f}.primary-menu li.current-menu-item a{color:#a78245;font-weight:600}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.nav-toggle span{display:block;width:22px;height:2px;background:#0f1f33;border-radius:2px;transition:all .25s cubic-bezier(.4,0,.2,1)}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{background-image:url(https://kemetgroupconsulting.com/wp-content/uploads/2026/07/kemet-global-advisory.jpg.webp);background-size:cover;background-position:center;color:#fff;padding:8rem 0 7rem;position:relative;overflow:hidden;isolation:isolate}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#080e1aeb,#0f1f33e0 55%,#8c6a35bf);pointer-events:none}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.05;mix-blend-mode:overlay;pointer-events:none}.hero .container{position:relative}.hero-content{max-width:660px}.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#a78245;background:#a782451f;border:1px solid rgba(167,130,69,.3);padding:.4rem .9rem;border-radius:100px;margin-bottom:1.5rem}.hero h1{color:#fff;margin-bottom:1.25rem}.hero-tagline{font-size:1.1rem;color:#ffffffbf;line-height:1.75;max-width:520px;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.intro-bar{background:#0f1f33;padding:2.75rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.intro-stats{display:flex;justify-content:center;gap:6rem;flex-wrap:wrap}.stat{text-align:center;color:#fff}.stat-num{display:block;font-size:2.75rem;font-weight:700;font-family:Playfair Display,Georgia,serif;color:#a78245;line-height:1;margin-bottom:.35rem}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#ffffff8c}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem}.service-card{background:#fff;border:1px solid #e8e2db;border-radius:8px;overflow:hidden;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.service-card:hover{box-shadow:0 12px 40px #00000024;transform:translateY(-5px);border-color:#a78245}.service-card-inner{padding:2rem;display:flex;flex-direction:column;height:100%}.service-card-inner h3{font-size:1.05rem;margin-bottom:.75rem}.service-card-inner h3 a{color:#0f1f33}.service-card-inner h3 a:hover{color:#a78245}.service-card-inner p{color:#5e5e5e;font-size:.9rem;line-height:1.6;flex:1}.service-card-icon{width:44px;height:44px;margin-bottom:1.25rem;color:#a78245;background:#a7824514;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:10px;transition:background .25s ease,transform .25s ease}.service-card-icon svg{width:100%;height:100%}.service-card:hover .service-card-icon{background:#a7824526;transform:scale(1.06)}.service-link{display:inline-block;margin-top:1.25rem;font-size:.82rem;font-weight:700;color:#a78245;text-transform:uppercase;letter-spacing:.08em}.service-link:after{content:" →";transition:margin-left .25s cubic-bezier(.4,0,.2,1)}.service-link:hover{color:#8c6a35}.service-link:hover:after{margin-left:4px}.why-section{background:#f7f4f1}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-text h2{margin-bottom:1rem}.lead-sm{font-size:1.05rem;color:#5e5e5e;margin-bottom:1.75rem;line-height:1.75}.why-list{list-style:none}.why-list li{padding:.75rem 0 .75rem 1.75rem;border-bottom:1px solid #e8e2db;color:#1a1a1a;position:relative;font-size:.95rem;line-height:1.6}.why-list li:before{content:"✓";position:absolute;left:0;color:#a78245;font-weight:800}.why-list li:last-child{border-bottom:none}.why-list li strong{color:#0f1f33}blockquote{background:#fff;border-left:4px solid #a78245;border-radius:0 8px 8px 0;padding:2.5rem;box-shadow:0 6px 24px #0000001a}blockquote p{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:1.15rem;color:#0f1f33;line-height:1.75;margin:0}.cta-section{background:linear-gradient(135deg,#0f1f33,#0a1523);color:#fff}.cta-section h2{color:#fff;margin-bottom:.75rem}.cta-section p{color:#ffffffb3;margin-bottom:2rem;font-size:1.05rem}.site-footer{background:#080e1a;color:#fff9;padding:5rem 0 2.5rem;font-size:.9rem}.footer-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3.5rem}.footer-widgets.footer-widgets-expanded{grid-template-columns:1.4fr 1fr 1.4fr 1.2fr}.footer-logo{margin-bottom:1rem}.footer-logo .custom-logo{width:50%;height:auto;filter:brightness(0) invert(1)}.footer-brand-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-tagline{color:#ffffff73;font-size:.85rem;line-height:1.6;max-width:220px}.widget-title,.footer-col h4,.footer-contact h4{color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-links{list-style:none}.footer-links li{margin-bottom:.65rem}.footer-links a{color:#a78245;font-size:.85rem;transition:color .25s ease,padding-left .25s ease}.footer-links a:hover{color:#fff;padding-left:4px}.footer-contact a{color:#fff9}.footer-contact a:hover{color:#a78245}.footer-cta-btn{margin-top:1.25rem;display:inline-flex}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-menu{display:flex;gap:1.5rem;list-style:none}.footer-menu li a{color:#ffffff80;font-size:.8rem}.footer-menu li a:hover{color:#a78245}.copyright{font-size:.8rem;color:#ffffff59}.content-area,.page-content{padding:5rem 0}.page-title{margin-bottom:2.5rem}.entry-content>*+*{margin-top:1.5em}.page-intro{background:#f7f4f1;padding:4rem 0;border-bottom:1px solid #e8e2db}.page-intro .lead{font-size:1.15rem;color:#5e5e5e;max-width:720px;line-height:1.8}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem}.about-text h2{margin-bottom:1rem}.about-text p{color:#5e5e5e;line-height:1.85}.about-values h3{margin-bottom:1.25rem}.values-list{list-style:none}.values-list li{padding:.8rem 0;border-bottom:1px solid #e8e2db;color:#5e5e5e;font-size:.95rem}.values-list li:last-child{border-bottom:none}.values-list strong{color:#0f1f33}.approach-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000012;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.step:hover{box-shadow:0 6px 24px #0000001a;transform:translateY(-3px)}.step-num{display:block;font-size:2.25rem;font-weight:700;color:#a78245;font-family:Playfair Display,Georgia,serif;margin-bottom:.5rem;line-height:1}.step h4{font-size:.95rem;margin-bottom:.5rem}.step p{font-size:.85rem;color:#5e5e5e;margin:0}.service-detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.service-detail-text h2{margin-bottom:1rem}.service-detail-text p{color:#5e5e5e;line-height:1.85}.service-detail-text h3{font-size:1.15rem;margin-top:2.5rem;margin-bottom:1rem}.capabilities-list{list-style:none}.capabilities-list li{padding:.8rem 0 .8rem 1.5rem;border-bottom:1px solid #e8e2db;color:#5e5e5e;font-size:.95rem;position:relative}.capabilities-list li:before{content:"—";position:absolute;left:0;color:#a78245;font-weight:700}.capabilities-list li:last-child{border-bottom:none}.cta-card{background:#0f1f33;color:#fff;padding:2.25rem;border-radius:8px;box-shadow:0 6px 24px #0000001a;position:sticky;top:90px}.cta-card h3{color:#fff;font-size:1.1rem;margin-bottom:.75rem}.cta-card p{color:#ffffffa6;font-size:.9rem;margin-bottom:1.75rem}.cta-card .btn{display:block;text-align:center;margin-bottom:.75rem}.services-full-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem}.contact-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem}.contact-info h2{margin-bottom:1rem}.contact-info>p{color:#5e5e5e;margin-bottom:2.5rem;line-height:1.75}.contact-detail{margin-bottom:2rem}.contact-detail h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:#a78245;margin-bottom:.35rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700}.contact-detail p,.contact-detail a{color:#5e5e5e;font-size:.95rem}.contact-form-wrap h2{margin-bottom:1.5rem}.post-card{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e8e2db;display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.post-card img{border-radius:8px}.post-card .post-title{font-size:1.4rem}.post-card .post-title a{color:#0f1f33}.post-card .post-title a:hover{color:#a78245}.post-card .post-meta{color:#5e5e5e;font-size:.8rem;margin:.5rem 0 1rem;text-transform:uppercase;letter-spacing:.06em}.post-card .post-excerpt p{color:#5e5e5e}a:focus-visible,button:focus-visible,.btn:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #a78245;outline-offset:2px;border-radius:2px}.site-header.scrolled{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-branding .custom-logo,.site-branding .site-title-link{transition:opacity .25s ease}.site-branding:hover .custom-logo,.site-branding:hover .site-title-link{opacity:.8}.primary-menu li a{position:relative}.primary-menu li a:after{content:"";position:absolute;left:.85rem;right:.85rem;bottom:2px;height:2px;background:#a78245;border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .3s .25s cubic-bezier(.4,0,.2,1)}.primary-menu li a:hover:after{transform:scaleX(1)}.primary-menu li.current-menu-item a:after{transform:scaleX(1)}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:#a78245;transform:scaleX(0);transform-origin:0 0;z-index:200;will-change:transform}.nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#080e1a73;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s;z-index:90}.nav-backdrop.is-open{opacity:1;visibility:visible;transition:opacity .25s ease,visibility 0s linear 0s}body.nav-open{overflow:hidden}.cta-section{position:relative}.cta-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:3px;border-radius:3px;background:linear-gradient(90deg,transparent,#a78245,transparent)}.site-footer{position:relative}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(140,106,53,.5),transparent)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e8e2db;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.faq-item:hover{border-color:#a78245}.faq-item[open]{box-shadow:0 6px 24px #0000001a}.faq-question{list-style:none;cursor:pointer;padding:1.25rem 3rem 1.25rem 1.5rem;font-family:Playfair Display,Georgia,serif;font-weight:600;font-size:1.05rem;color:#0f1f33;position:relative;display:flex;align-items:center;-webkit-tap-highlight-color:transparent}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"";position:absolute;right:1.5rem;top:50%;width:12px;height:12px;border-right:2px solid #a78245;border-bottom:2px solid #a78245;transform:translateY(-65%) rotate(45deg);transition:transform .25s ease}.faq-item[open] .faq-question:after{transform:translateY(-35%) rotate(-135deg)}.faq-answer{padding:0 1.5rem 1.5rem}.faq-answer p{color:#5e5e5e;line-height:1.75;margin:0}.trust-logos-section{padding:3rem 0;border-bottom:1px solid #e8e2db}.trust-logos-label{text-align:center;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#5e5e5e;margin-bottom:1.75rem;font-weight:700}.trust-logos-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem}.trust-logo-item img{max-height:44px;width:auto;filter:grayscale(100%);opacity:.6;transition:opacity .25s ease,filter .25s ease}.trust-logo-item img:hover{filter:grayscale(0%);opacity:1}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#f7f4f1;border-radius:8px;padding:2rem;border:none}.testimonial-quote{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:1.05rem;color:#0f1f33;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.85rem}.testimonial-author strong{color:#0f1f33;font-size:.9rem}.testimonial-avatar{border-radius:50%;object-fit:cover}.testimonial-author-title{color:#5e5e5e;font-size:.82rem}.trust-badges-section{padding:2.5rem 0}.trust-badges-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.trust-badge-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;max-width:120px;text-align:center}.trust-badge-item img{width:60px;height:60px;object-fit:contain}.trust-badge-item span{font-size:.75rem;color:#5e5e5e;line-height:1.4}.contact-form-col{background:#fff;border:1px solid #e8e2db;border-radius:8px;padding:2.5rem}.contact-form-col h2{margin-bottom:.5rem}.contact-info-col{padding-top:.5rem}.contact-info-col h2{margin-bottom:1rem}.contact-info-col h3{font-size:1.05rem;margin-top:2rem;margin-bottom:.75rem}.contact-info-col>p{color:#5e5e5e;line-height:1.8;margin-bottom:1.5rem}.contact-info-col .why-list{margin-bottom:.5rem}.contact-info-col .contact-detail{margin-bottom:0}.contact-service-summary{color:#5e5e5e;line-height:1.75;margin-bottom:.75rem}.contact-cta-row{margin-top:2rem;padding-top:2rem;border-top:1px solid #e8e2db}.gform_wrapper{font-family:Inter,system-ui,-apple-system,sans-serif}.gform_wrapper .gfield_label{font-weight:600;font-size:.875rem;color:#0f1f33;margin-bottom:.4rem;display:block}.gform_wrapper .gfield_required{color:#a78245;margin-left:.2em}.gform_wrapper input[type=text],.gform_wrapper input[type=email],.gform_wrapper input[type=tel],.gform_wrapper input[type=url],.gform_wrapper select,.gform_wrapper textarea{width:100%;min-height:44px;padding:.65rem .9rem;border:1px solid #e8e2db;border-radius:4px;font-family:inherit;font-size:.95rem;color:#1a1a1a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.gform_wrapper input[type=text]:focus,.gform_wrapper input[type=email]:focus,.gform_wrapper input[type=tel]:focus,.gform_wrapper input[type=url]:focus,.gform_wrapper select:focus,.gform_wrapper textarea:focus{outline:none;border-color:#a78245;box-shadow:0 0 0 3px #a7824526}.gform_wrapper textarea{min-height:140px;resize:vertical}.gform_wrapper .gfield{margin-bottom:1.25rem}.gform_wrapper .gform_fields{display:block}.gform_wrapper .gform_footer{margin-top:.5rem;padding:0}/* GF ships .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(...) for the submit button -- specificity (0,6,1), which beats any reasonably-sized theme selector on raw specificity alone, regardless of load order. !important below is deliberate, per the specificity convention above -- do not remove it thinking it is redundant. */.gform_wrapper .gform_footer .gform_button{display:inline-flex;align-items:center;gap:.4em;padding:.75rem 1.75rem;border-radius:4px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.03em;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border:2px solid #a78245 !important;background:#a78245 !important;color:#fff !important;text-decoration:none;line-height:1}.gform_wrapper .gform_footer .gform_button:hover{background:#8c6a35 !important;border-color:#8c6a35 !important;transform:translateY(-1px);box-shadow:0 6px 24px #0000001a}.gform_wrapper .validation_message,.gform_wrapper .gfield_description.validation_message{color:#b3261e;font-size:.82rem;margin-top:.35rem}.gform_wrapper .gfield_error input,.gform_wrapper .gfield_error select,.gform_wrapper .gfield_error textarea{border-color:#b3261e}.gform_confirmation_message{background:#f7f4f1;border:1px solid #e8e2db;border-radius:8px;padding:2rem;color:#0f1f33;font-size:1rem}.magnetic-wrap{display:inline-block}h2.service-subheading.elementor-heading-title{font-size:clamp(1.15rem,2.5vw,1.5rem)}.elementor-element-54c3fb1>.e-con{min-width:0}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal=left]{transform:translate(-28px)}[data-reveal=left].is-visible{transform:translate(0)}[data-reveal=right]{transform:translate(28px)}[data-reveal=right].is-visible{transform:translate(0)}@media (max-width: 1024px){.why-grid,.about-grid,.service-detail-grid,.contact-layout{grid-template-columns:1fr;gap:3rem}.cta-card{position:static}.footer-widgets.footer-widgets-expanded{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.section{padding:4rem 0}.hero{padding:5rem 0 4rem}.intro-stats{gap:3rem}.primary-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:1rem 1.5rem;box-shadow:0 6px 24px #0000001a;border-top:1px solid #e8e2db}.primary-nav.is-open{display:block}.primary-nav .primary-menu{flex-direction:column;gap:0}.primary-nav .primary-menu li a{padding:.85rem 0;border-bottom:1px solid #e8e2db;border-radius:0}.nav-toggle{display:flex}.post-card{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-widgets.footer-widgets-expanded{grid-template-columns:1fr;gap:2.5rem}.footer-brand,.footer-col{text-align:center}.footer-brand .footer-logo{display:flex;justify-content:center}}@media (max-width: 480px){.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center;justify-content:center}.services-grid{grid-template-columns:1fr}.stat-num{font-size:2rem}.intro-stats{gap:2rem}}@media (max-width: 600px){.contact-form-col{padding:1.75rem}}
.hero.careers-hero{background-image:url(https://kemetgroupconsulting.com/wp-content/uploads/2026/07/kemet-human-capital.jpg.webp)}.empty-state-card{max-width:640px;margin:0 auto;text-align:center;background:#fff;border:1px solid #e8e2db;border-radius:8px;padding:3.5rem 2.5rem;box-shadow:0 2px 8px #00000012}.empty-state-icon{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;background:#a7824514;color:#a78245;display:flex;align-items:center;justify-content:center}.empty-state-icon svg{width:30px;height:30px}.empty-state-card h3{margin-bottom:.75rem}.empty-state-card p{color:#5e5e5e;line-height:1.75;max-width:460px;margin:0 auto 2rem}.job-openings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem}.job-card{background:#fff;border:1px solid #e8e2db;border-radius:8px;padding:2rem;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.job-card:hover{box-shadow:0 12px 40px #00000024;transform:translateY(-5px);border-color:#a78245}.job-card-top{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.job-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#a78245;background:#a7824514;border:1px solid rgba(167,130,69,.3);padding:.3rem .7rem;border-radius:100px}.job-dept{display:inline-block;font-size:.75rem;color:#5e5e5e;padding:.3rem 0}.job-card h3{font-size:1.05rem;margin-bottom:.6rem}.job-card h3 a{color:#0f1f33}.job-card h3 a:hover{color:#a78245}.job-location{display:flex;align-items:center;gap:.4rem;color:#5e5e5e;font-size:.85rem;margin-bottom:.85rem}.job-location svg{flex-shrink:0;color:#a78245}.job-excerpt{color:#5e5e5e;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}