/* v1.2 hard canvas mode: bypass theme white space and old HiredMA CTA bleed-through */
html,
body.hml-canvas-active,
body.hml-shell-active{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  min-height:100%!important;
  background:var(--hma-bg,#071a2f)!important;
  overflow-x:hidden!important;
}
body.hml-canvas-active #page,
body.hml-canvas-active .site,
body.hml-canvas-active .wp-site-blocks,
body.hml-canvas-active main,
body.hml-canvas-active .site-content,
body.hml-canvas-active .content-area,
body.hml-canvas-active .entry-content,
body.hml-canvas-active .wp-block-post-content,
body.hml-canvas-active .is-layout-flow,
body.hml-canvas-active .is-layout-constrained{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
  width:100%!important;
  background:transparent!important;
}
body.hml-canvas-active .wp-site-blocks > *:not(.hma-shell),
body.hml-canvas-active header.wp-block-template-part,
body.hml-canvas-active footer.wp-block-template-part,
body.hml-canvas-active .wp-block-post-title,
body.hml-canvas-active .entry-title,
body.hml-canvas-active .page-title{
  display:none!important;
}
body.hml-canvas-active .hma-shell{
  display:block!important;
  width:100vw!important;
  max-width:100vw!important;
  min-height:100vh!important;
  margin:0!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
body.hml-canvas-active .hma-site-header{
  width:100vw!important;
  max-width:100vw!important;
  left:0!important;
  right:0!important;
  margin:0!important;
}
body.hml-canvas-active .hma-main,
body.hml-canvas-active .hma-page{
  min-height:100vh!important;
  width:100%!important;
}
/* Hide old/previous HiredMA launch CTA bars if another HiredMA plugin is still injecting them. */
body.hml-canvas-active .hiredma-cta-bar,
body.hml-canvas-active .hiredma-sticky-cta,
body.hml-canvas-active .hiredma-floating-cta,
body.hml-canvas-active .hiredma-launch-cta,
body.hml-canvas-active .hiredma-final-cta,
body.hml-canvas-active [class*="hiredma"][class*="cta"],
body.hml-canvas-active [id*="hiredma"][id*="cta"]{
  display:none!important;
}

/* v1.1 seamless full-screen shell fix */
html body.hml-shell-active,
body.hml-shell-active{
  margin:0!important;
  padding:0!important;
  background:var(--hma-bg)!important;
  overflow-x:hidden!important;
}
body.hml-shell-active .wp-site-blocks,
body.hml-shell-active .entry-content,
body.hml-shell-active .wp-block-post-content,
body.hml-shell-active main{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
  width:100%!important;
}
body.hml-shell-active .wp-site-blocks{display:block!important;}
body.hml-shell-active .is-layout-constrained > *,
body.hml-shell-active .is-layout-flow > *,
body.hml-shell-active .alignwide,
body.hml-shell-active .alignfull{
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body.hml-shell-active .hma-shell{
  min-height:100vh;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
body.hml-shell-active .hma-site-header{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}
body.hml-shell-active .hma-main,
body.hml-shell-active .hma-page{
  min-height:100vh;
}

/* HiredMA Local Jobs Launcher */
html body{overflow-x:hidden}
.hma-shell,.hma-page,.hma-section{font-family:var(--hma-font);color:var(--hma-text)}
.hma-shell *,.hma-page *,.hma-section *{box-sizing:border-box}
.hma-shell{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;background:linear-gradient(180deg,var(--hma-bg),var(--hma-bg2));overflow:hidden;min-height:100vh}
.hma-page{background:radial-gradient(circle at 11% 0%,color-mix(in srgb,var(--hma-accent) 20%,transparent),transparent 34%),radial-gradient(circle at 90% 12%,color-mix(in srgb,var(--hma-accent2) 18%,transparent),transparent 30%),linear-gradient(180deg,var(--hma-bg),var(--hma-bg2));background-size:140% 140%;animation:hmaGradient 18s ease-in-out infinite alternate}
.hma-container{width:min(100%,var(--hma-container));margin-inline:auto;padding-inline:20px;position:relative;z-index:1}
.hma-section{position:relative;padding:var(--hma-section-padding) 0;overflow:hidden}
.hma-site-header{position:sticky;top:0;z-index:99990;background:linear-gradient(90deg,rgba(7,26,47,.94),rgba(14,45,74,.86)),var(--hma-header-bg,none);background-size:cover;background-position:center;border-bottom:1px solid var(--hma-border);backdrop-filter:blur(18px)}
body.admin-bar .hma-site-header{top:32px}
.hma-header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.hma-logo{display:flex;align-items:center;gap:13px;text-decoration:none!important;color:var(--hma-text)!important;min-width:290px}
.hma-logo-mark,.hma-logo-img{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--hma-accent),var(--hma-accent2));color:#071a2f;font-weight:950;box-shadow:0 15px 44px color-mix(in srgb,var(--hma-accent) 26%,transparent)}
.hma-logo-img{background:transparent;box-shadow:none;overflow:hidden}.hma-logo-img img{width:100%;height:100%;object-fit:contain}
.hma-logo strong{display:block;font-size:18px;line-height:1}.hma-logo small{display:block;color:var(--hma-muted);font-size:11px;letter-spacing:.11em;text-transform:uppercase;max-width:310px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:5px}
.hma-nav{display:flex;align-items:center;justify-content:center;gap:4px;flex:1}.hma-nav a{color:var(--hma-muted)!important;text-decoration:none!important;font-weight:850;border-radius:999px;padding:10px 12px;transition:.22s ease}.hma-nav a:hover{color:var(--hma-text)!important;background:rgba(255,255,255,.07);transform:translateY(-1px)}
.hma-nav-cta,.hma-btn,.hma-mini-btn{display:inline-flex!important;align-items:center;justify-content:center;text-decoration:none!important;border-radius:var(--hma-button-radius);font-weight:950;border:1px solid var(--hma-border);transition:transform var(--hma-motion-speed),box-shadow var(--hma-motion-speed),border-color var(--hma-motion-speed)}
.hma-nav-cta,.hma-btn-primary{background:linear-gradient(135deg,var(--hma-accent),var(--hma-accent2));color:#071a2f!important;border-color:transparent;box-shadow:0 18px 44px color-mix(in srgb,var(--hma-accent) 20%,transparent)}
.hma-nav-cta{padding:12px 16px;white-space:nowrap}.hma-btn{padding:13px 18px;min-height:48px}.hma-btn-secondary{background:rgba(255,255,255,.07);color:var(--hma-text)!important}.hma-btn:hover,.hma-card:hover{transform:translateY(-4px)}
.hma-menu-toggle{display:none;background:rgba(255,255,255,.06);border:1px solid var(--hma-border);border-radius:14px;width:46px;height:42px;padding:9px}.hma-menu-toggle span{display:block;height:2px;background:var(--hma-text);margin:5px 0;border-radius:999px}
.hma-hero{min-height:calc(100vh - 82px);display:flex;align-items:center}.hma-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.95fr);gap:34px;align-items:center}
.hma-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--hma-accent2);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px}.hma-eyebrow:before{content:"";width:34px;height:2px;background:linear-gradient(90deg,var(--hma-accent2),var(--hma-accent));border-radius:999px}
.hma-page h1,.hma-section h1,.hma-page h2,.hma-section h2,.hma-page h3,.hma-section h3{font-family:var(--hma-heading-font);font-weight:950;color:var(--hma-text);line-height:1.02;letter-spacing:-.04em;margin:0 0 16px}.hma-page h1,.hma-section h1{font-size:clamp(42px,7.4vw,var(--hma-h1));max-width:1060px}.hma-page h2,.hma-section h2{font-size:clamp(28px,5vw,var(--hma-h2));max-width:900px}.hma-page h3,.hma-section h3{font-size:var(--hma-h3)}
.hma-page p,.hma-section p{color:var(--hma-muted);font-size:var(--hma-body);line-height:1.68;margin:0 0 18px}.hma-lead{font-size:clamp(18px,2.2vw,24px)!important;max-width:900px}.hma-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hma-card{background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.034));border:1px solid var(--hma-border);border-radius:var(--hma-radius);box-shadow:0 26px 90px rgba(0,0,0,.30);backdrop-filter:blur(12px);padding:26px;transition:transform var(--hma-motion-speed),border-color var(--hma-motion-speed),box-shadow var(--hma-motion-speed)}.hma-card:hover{border-color:color-mix(in srgb,var(--hma-accent2) 38%,transparent);box-shadow:0 34px 120px rgba(0,0,0,.42),0 0 40px color-mix(in srgb,var(--hma-accent) calc(var(--hma-glow-opacity) * 100%),transparent)}
.hma-map-card{position:relative;overflow:hidden}.hma-ma-badge{display:inline-flex;background:rgba(255,209,102,.13);border:1px solid rgba(255,209,102,.28);color:var(--hma-accent2);border-radius:999px;padding:8px 12px;font-weight:950;margin-bottom:20px}.hma-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:center}.hma-flow div{padding:15px;border:1px solid var(--hma-border);border-radius:16px;background:rgba(0,0,0,.22);font-weight:900;text-align:center}.hma-flow i{color:var(--hma-accent2);font-style:normal;font-weight:950}.hma-pills,.hma-tax-row,.hma-region-row{display:flex;gap:10px;flex-wrap:wrap}.hma-pills{margin-top:22px}.hma-pills span,.hma-tax-row span,.hma-region-row a,.hma-region-row span{border:1px solid var(--hma-border);border-radius:999px;padding:8px 11px;color:var(--hma-muted);font-size:13px;font-weight:900;text-decoration:none!important}
.hma-orb{position:absolute;border-radius:999px;filter:blur(34px);opacity:.43;pointer-events:none;animation:hmaFloat 9s ease-in-out infinite alternate}.hma-orb.one{width:360px;height:360px;background:var(--hma-accent);top:6%;left:-8%}.hma-orb.two{width:300px;height:300px;background:var(--hma-accent2);right:-8%;bottom:8%;animation-delay:-3s}
.hma-search-section{padding-top:24px!important;padding-bottom:24px!important}.hma-search-form{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:12px;align-items:end}.hma-search-form label,.hma-alert-form label,.hma-job-submit label{display:grid;gap:7px;color:var(--hma-text);font-weight:850}.hma-search-form input,.hma-search-form select,.hma-alert-form input,.hma-alert-form select,.hma-job-submit input,.hma-job-submit textarea{border:1px solid var(--hma-border)!important;background:rgba(0,0,0,.28)!important;color:var(--hma-text)!important;border-radius:14px!important;padding:12px!important;min-height:45px;width:100%}.hma-search-form option,.hma-alert-form option{background:#0e2d4a;color:#fff}
.hma-head{max-width:880px;margin-bottom:32px}.hma-grid{display:grid;gap:18px}.hma-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hma-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hma-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hma-split{display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:center}
.hma-job-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hma-job-card{display:grid;gap:14px}.hma-job-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.hma-job-top h3 a{color:var(--hma-text)!important;text-decoration:none!important}.hma-featured{display:inline-flex;background:rgba(255,77,93,.13);border:1px solid rgba(255,77,93,.28);color:var(--hma-accent);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.hma-salary{white-space:nowrap;color:var(--hma-green);font-weight:950}.hma-job-excerpt{color:var(--hma-muted);line-height:1.55}.hma-job-actions{display:flex;gap:10px;flex-wrap:wrap}.hma-mini-btn{font-size:13px;padding:9px 12px;background:rgba(255,255,255,.07);color:var(--hma-text)!important}.hma-mini-apply{background:linear-gradient(135deg,var(--hma-accent2),var(--hma-green));color:#071a2f!important;border-color:transparent}
.hma-ecosystem,.hma-alert-section,.hma-regions{background:linear-gradient(135deg,color-mix(in srgb,var(--hma-accent) 10%,transparent),color-mix(in srgb,var(--hma-accent2) 8%,transparent))}.hma-role-card{text-decoration:none!important;color:inherit!important}.hma-role-card span{color:var(--hma-accent2);font-weight:950}.hma-checks{list-style:none!important;padding:0!important;margin:20px 0 0!important;display:grid;gap:10px}.hma-checks li{position:relative;padding-left:28px;color:var(--hma-muted);line-height:1.45}.hma-checks li:before{content:"✓";position:absolute;left:0;color:var(--hma-green);font-weight:950}
.hma-alert-card,.hma-cta{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;border-color:color-mix(in srgb,var(--hma-accent2) 36%,transparent)}.hma-alert-form{display:flex;gap:10px;flex-wrap:wrap;align-items:end}.hma-response{color:var(--hma-green);font-weight:950}.hma-form-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px;align-items:start}.hma-job-submit{display:grid;gap:14px}.hma-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hma-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.hma-consent{grid-template-columns:auto 1fr!important;align-items:start;font-size:13px}.hma-consent input{width:auto!important;min-height:auto!important;margin-top:4px}
.hma-faqs{display:grid;gap:12px}.hma-faqs summary{cursor:pointer;color:var(--hma-text);font-weight:950;font-size:18px}.hma-faqs p{margin-top:12px}
.hma-site-footer{padding:70px 0 26px;background:linear-gradient(180deg,var(--hma-bg2),#04101d);border-top:1px solid var(--hma-border)}.hma-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:26px}.hma-site-footer a{display:block;color:var(--hma-muted)!important;text-decoration:none!important;margin:8px 0}.hma-footer-bottom{border-top:1px solid var(--hma-border);margin-top:36px;padding-top:20px;color:var(--hma-muted);font-size:13px}
.hma-reveal{opacity:0;transform:translateY(var(--hma-motion-distance));transition:opacity var(--hma-motion-speed),transform var(--hma-motion-speed)}.hma-reveal.is-visible{opacity:1;transform:none}
@keyframes hmaFloat{to{transform:translate3d(18px,-24px,0)}}@keyframes hmaGradient{from{background-position:0% 0%}to{background-position:100% 70%}}
@media(max-width:1180px){.hma-hero-grid,.hma-split,.hma-form-grid{grid-template-columns:1fr}.hma-flow{grid-template-columns:1fr}.hma-flow i{display:none}.hma-search-form{grid-template-columns:1fr 1fr}.hma-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.hma-nav{position:absolute;left:20px;right:20px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;background:rgba(7,26,47,.96);border:1px solid var(--hma-border);border-radius:22px;padding:12px;box-shadow:0 24px 90px rgba(0,0,0,.45)}.hma-site-header.is-open .hma-nav{display:flex}.hma-menu-toggle{display:block}.hma-nav-cta{display:none}.hma-logo{min-width:0}.hma-logo small{display:none}.hma-job-grid,.hma-grid-3{grid-template-columns:1fr}.hma-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hma-alert-card,.hma-cta{grid-template-columns:1fr}}
@media(max-width:700px){body.admin-bar .hma-site-header{top:46px}.hma-section{padding:52px 0}.hma-hero{min-height:auto;padding-top:72px}.hma-search-form,.hma-row,.hma-grid-2,.hma-grid-4,.hma-footer-grid{grid-template-columns:1fr}.hma-actions,.hma-alert-form{flex-direction:column;align-items:stretch}.hma-btn{width:100%}.hma-card{padding:20px}.hma-job-top{display:grid}.hma-salary{white-space:normal}}
@media(prefers-reduced-motion:reduce){.hma-page,.hma-orb,.hma-reveal{animation:none!important;transition:none!important}}
