.page-home{
  --ny-navy:#06182d;
  --ny-navy-2:#0b2442;
  --ny-yellow:#ffc928;
  --ny-yellow-2:#ffda63;
  --ny-ink:#0f1c32;
  --ny-muted:#667085;
  --ny-line:#e6eaf0;
  --ny-soft:#f6f8fb;
  background:#fff;
}
.page-home .container{
  width:min(calc(100% - 48px),1480px)!important;
  max-width:none!important;
}
.page-home main{display:block;background:#fff}

/* Header */
.page-home .ny-header{
  position:sticky;
  top:0;
  z-index:50;
  height:auto!important;
  background:rgba(6,24,45,.96)!important;
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
}
.page-home .header-inner{
  min-height:82px!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
}
.page-home .ny-brand{
  display:inline-flex!important;
  align-items:center;
  gap:12px;
  min-width:0!important;
  color:#fff!important;
}
.page-home .ny-brand-symbol{
  width:42px;
  height:50px;
  display:grid;
  place-items:center;
  color:var(--ny-yellow);
  flex:0 0 42px;
  filter:drop-shadow(0 8px 16px rgba(255,201,40,.15));
}
.page-home .ny-brand-symbol svg{width:100%;height:100%;display:block}
.page-home .ny-wordmark{
  display:inline-flex;
  align-items:baseline;
  gap:0;
  white-space:nowrap;
  font-size:22px;
  letter-spacing:-.045em;
  line-height:1;
}
.page-home .ny-wordmark strong:first-child{color:#fff;font-weight:850}
.page-home .ny-wordmark strong:last-child{color:var(--ny-yellow);font-weight:850}
.page-home .ny-main-nav{
  display:flex!important;
  justify-content:center;
  align-items:center;
  gap:30px!important;
  margin:0!important;
}
.page-home .ny-main-nav a{
  position:relative;
  color:rgba(255,255,255,.86)!important;
  font-size:15px!important;
  font-weight:650;
  padding:29px 0 27px;
  white-space:nowrap;
}
.page-home .ny-main-nav a:hover{color:var(--ny-navy)!important;background:var(--ny-yellow);border-radius:9px}
.page-home .ny-main-nav a.active{color:#fff!important}
.page-home .ny-main-nav a.active::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:17px;
  width:36px;
  height:3px;
  border-radius:999px;
  background:var(--ny-yellow);
  transform:translateX(-50%);
}
.page-home .ny-header-actions{display:flex!important;align-items:center;gap:14px}
.page-home .ny-login-button,
.page-home .ny-publish-button{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 20px;
  border-radius:10px;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
.page-home .ny-login-button{color:#fff!important;border:1px solid rgba(255,201,40,.8);background:transparent}
.page-home .ny-login-button:hover{background:var(--ny-yellow);color:var(--ny-navy)!important;border-color:var(--ny-yellow)}
.page-home .ny-publish-button{color:var(--ny-navy)!important;background:var(--ny-yellow);box-shadow:0 12px 24px rgba(255,201,40,.18)}
.page-home .menu-button{display:none}

/* Framed stage */
.page-home .ny-stage{
  background:var(--ny-navy);
  padding:16px 0 38px;
}
.page-home .ny-stage-card{
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 28px 80px rgba(2,10,22,.28);
  background:#fff;
}
.page-home .ny-hero{
  position:relative;
  min-height:545px;
  overflow:hidden;
  background:var(--ny-navy);
  color:#fff;
}
.page-home .ny-hero-media{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:61%;
  background:url('../images/hero/hero-mockup-electrician.jpg') 47% center/cover no-repeat;
}
.page-home .ny-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(6,24,45,1) 0%,rgba(6,24,45,.98) 28%,rgba(6,24,45,.86) 43%,rgba(6,24,45,.22) 66%,rgba(6,24,45,.04) 100%),
    linear-gradient(180deg,rgba(6,24,45,.02),rgba(6,24,45,.38));
}
.page-home .ny-hero-inner{
  position:relative;
  z-index:2;
  min-height:545px;
  padding:76px 48px 34px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.page-home .ny-hero-copy{max-width:660px}
.page-home .ny-eyebrow{
  display:inline-block;
  color:var(--ny-yellow);
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.055em;
  margin-bottom:20px;
}
.page-home .ny-hero h1{
  max-width:720px;
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(50px,5.25vw,78px);
  line-height:.98;
  letter-spacing:-.06em;
  font-weight:900;
}
.page-home .ny-hero h1 strong{display:block;color:var(--ny-yellow);font-weight:900}
.page-home .ny-hero-copy>p{
  max-width:580px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.72;
}
.page-home .ny-search{
  width:100%;
  display:grid;
  grid-template-columns:1.25fr .9fr 1fr auto;
  align-items:center;
  gap:0;
  margin-top:42px;
  padding:0 18px;
  min-height:100px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(8,31,58,.9);
  box-shadow:0 18px 44px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter:blur(16px);
}
.page-home .ny-search-field{
  min-width:0;
  min-height:58px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:15px;
  padding:0 26px;
  border-right:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.page-home .ny-search-field:first-of-type{padding-left:10px}
.page-home .ny-search-field>i{color:var(--ny-yellow);font-size:28px}
.page-home .ny-search-field>span{min-width:0;display:flex;flex-direction:column;gap:5px}
.page-home .ny-search-field strong{font-size:14px;color:#fff;font-weight:800}
.page-home .ny-search-field input,
.page-home .ny-search-field select{
  width:100%;
  min-width:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.3;
}
.page-home .ny-search-field select{cursor:pointer}
.page-home .ny-search-field select option{color:#111827;background:#fff}
.page-home .ny-search-field input::placeholder{color:rgba(255,255,255,.58)}
.page-home .ny-search button{
  min-width:230px;
  height:58px;
  margin-left:18px;
  border:0;
  border-radius:10px;
  background:var(--ny-yellow);
  color:var(--ny-navy);
  font-size:15px;
  font-weight:850;
  box-shadow:0 12px 28px rgba(255,201,40,.18);
}
.page-home .ny-search button i{margin-right:9px}

/* Categories and metrics */
.page-home .ny-categories{
  padding:30px 42px 34px;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
  color:var(--ny-ink);
}
.page-home .ny-category-heading{text-align:center;margin-bottom:20px}
.page-home .ny-category-heading h2{margin:0;color:var(--ny-ink);font-size:28px;letter-spacing:-.045em;font-weight:850}
.page-home .ny-category-heading p{margin:5px 0 10px;color:var(--ny-muted);font-size:15px}
.page-home .ny-category-heading>span{display:block;width:42px;height:3px;margin:auto;border-radius:999px;background:var(--ny-yellow)}
.page-home .ny-category-grid{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  align-items:stretch;
  margin-top:24px;
}
.page-home .ny-category{
  min-width:0;
  min-height:132px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 14px;
  border-right:1px solid #e8ecf2;
  color:var(--ny-ink);
  transition:transform .2s ease,color .2s ease;
}
.page-home .ny-category:last-child{border-right:0}
.page-home .ny-category:hover{transform:translateY(-3px);color:var(--ny-navy);background:var(--ny-yellow);border-radius:16px}
.page-home .ny-category-icon{width:62px;height:62px;margin-bottom:8px;color:var(--ny-navy)}
.page-home .ny-category-icon .trade-icon{width:100%;height:100%}
.page-home .ny-category-icon .job-category-svg{display:grid;width:100%;height:100%;place-items:center;border:1px solid color-mix(in srgb,var(--category-icon-bg,#475569) 18%,#fff);border-radius:12px;background:color-mix(in srgb,var(--category-icon-bg,#475569) 9%,#fff);box-shadow:0 7px 16px rgba(15,23,42,.1),inset 0 1px 0 rgba(255,255,255,.9)}
.page-home .ny-category-icon .job-category-svg>svg{display:block;width:84%;height:84%}
.page-home .ny-category-icon:has(.job-category-svg){background:transparent!important;border:0!important;box-shadow:none!important}
.page-home .ny-category-icon .trade-icon__halo{fill:transparent}
.page-home .ny-category-icon .trade-icon__fill{fill:rgba(255,201,40,.25)}
.page-home .ny-category-icon .trade-icon__detail{stroke:var(--ny-yellow)}
.page-home .ny-category strong{font-size:14px;font-weight:850;color:var(--ny-ink)}
.page-home .ny-category small{margin-top:5px;color:var(--ny-muted);font-size:12px;line-height:1.3}
.page-home .ny-more-circle{
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  border:3px solid var(--ny-navy);
  border-radius:50%;
  color:var(--ny-navy);
  font-size:22px;
}
.page-home .ny-stage-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:28px;
  padding:20px 22px;
  border-radius:16px;
  background:#f2f4f7;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.page-home .ny-stage-stats>div{
  min-width:0;
  display:grid;
  grid-template-columns:auto auto;
  grid-template-rows:auto auto;
  align-items:center;
  justify-content:center;
  column-gap:16px;
  padding:0 24px;
  border-right:1px solid #dde3ea;
}
.page-home .ny-stage-stats>div:last-child{border-right:0}
.page-home .ny-stage-stats>div>span{
  grid-row:1/3;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--ny-navy);
  color:var(--ny-yellow);
  font-size:23px;
}
.page-home .ny-stage-stats strong{font-size:24px;line-height:1;color:var(--ny-ink);letter-spacing:-.04em}
.page-home .ny-stage-stats small{max-width:150px;margin-top:5px;color:var(--ny-muted);font-size:12px;line-height:1.35}

/* Existing lower home, kept intact and balanced */
.page-home .ny-jobs{padding:58px 0 64px;background:#fff}
.page-home .ny-jobs-container{max-width:1280px!important}
.page-home .ny-home-offers{padding:4px 0 62px}
.page-home .ny-home-offers-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}
.page-home .ny-home-offers-head span{display:block;margin-bottom:8px;color:#b58400;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:0}
.page-home .ny-home-offers-head h2{margin:0;color:var(--ny-ink);font-size:32px;line-height:1.15;font-weight:850}
.page-home .ny-home-offers-head p{margin:9px 0 0;color:#667085;font-size:14px}
.page-home .ny-home-offers-head>a{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:11px 16px;border:1px solid #d9e0e8;border-radius:9px;color:var(--ny-navy);font-size:13px;font-weight:800}
.page-home .ny-home-offer-columns{display:grid;gap:30px}
.page-home .ny-home-offer-group>h3{display:flex;align-items:center;gap:9px;margin:0 0 15px;color:#344054;font-size:15px;font-weight:850}
.page-home .ny-home-offer-group>h3 i{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:#fff3c4;color:#9a7000;font-size:12px}
.page-home .ny-home-offer-recent>h3 i{background:#eaf1f8;color:#315f86}
.page-home .ny-home-offer-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.page-home .ny-job-card{min-height:280px;border-radius:14px;padding:20px;box-shadow:0 10px 26px rgba(16,24,40,.055)}
.page-home .ny-job-card.is-featured{border-color:#ead99f;box-shadow:0 12px 28px rgba(140,103,0,.09)}
.page-home .ny-job-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#eef3f7;color:#536579;font-size:10px;font-weight:850}
.page-home .ny-job-status.is-featured{background:#fff3c4;color:#795900}
.page-home .ny-job-status i{font-size:9px}
.page-home .ny-job-company{margin:-1px 0 16px;color:#667085;font-size:12px;font-weight:700}
.page-home .ny-job-card .ny-job-logo{background:transparent}
.page-home .ny-job-card .ny-job-logo{width:62px;height:62px}
.page-home .ny-job-card .ny-job-logo .offer-category-icon{width:60px!important;height:60px!important;border-color:color-mix(in srgb,var(--category-icon-bg,#475569) 34%,#fff);background:color-mix(in srgb,var(--category-icon-bg,#475569) 15%,#fff);box-shadow:0 7px 17px color-mix(in srgb,var(--category-icon-bg,#475569) 18%,transparent)}
.page-home .ny-job-card .ny-job-logo .offer-category-icon>svg{width:88%;height:88%;filter:saturate(1.55) contrast(1.08)}
.page-home .ny-job-card .ny-job-foot>span{max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.page-home .ny-section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}
.page-home .ny-section-head>div{display:flex;align-items:center;gap:12px}
.page-home .ny-section-head h2{margin:0;color:var(--ny-ink);font-size:28px;letter-spacing:-.045em;font-weight:850}
.page-home .ny-section-head a{color:#0b5cab;font-size:14px;font-weight:800}
.page-home .ny-dot{width:10px;height:10px;border-radius:50%;background:var(--ny-yellow);box-shadow:0 0 0 5px rgba(255,201,40,.13)}
.page-home .ny-job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.page-home .ny-job-card{min-height:308px;border:1px solid var(--ny-line);border-radius:20px;padding:24px;background:#fff;box-shadow:0 14px 36px rgba(16,24,40,.06);display:flex;flex-direction:column;transition:.22s ease}
.page-home .ny-job-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(16,24,40,.09)}
.page-home .ny-job-top{display:flex;align-items:flex-start;justify-content:space-between}
.page-home .ny-job-logo{width:56px;height:56px;display:grid;place-items:center;border-radius:15px;background:#f4f6f8;overflow:hidden}
.page-home .ny-job-logo svg{width:40px;height:40px}
.page-home .ny-job-top button{border:0;background:transparent;color:#98a2b3;font-size:18px}
.page-home .ny-job-card h3{font-size:19px;margin:18px 0 6px;line-height:1.28}
.page-home .ny-job-card h3 a{color:var(--ny-ink)}
.page-home .ny-company{font-size:13px;color:var(--ny-muted);margin:0 0 18px}
.page-home .ny-job-card ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:#475467;font-size:13px}
.page-home .ny-job-card li{display:flex;align-items:center;gap:8px}
.page-home .ny-salary{display:block;margin-top:16px;font-size:16px;color:var(--ny-ink);font-weight:850}
.page-home .ny-job-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px}
.page-home .ny-job-foot span{padding:7px 11px;border-radius:999px;background:#eef2f6;color:#475467;font-size:12px;font-weight:750}
.page-home .ny-job-foot span.is-featured{background:#fff4cc;color:#7a5a00}
.page-home .ny-job-foot a{color:#0b5cab;font-size:13px;font-weight:800}
.page-home .ny-all-jobs{text-align:center;margin:28px 0 32px}
.page-home .ny-all-jobs a{display:inline-flex;min-width:310px;justify-content:center;padding:14px 26px;border:1px solid var(--ny-yellow);border-radius:999px;color:var(--ny-navy);font-weight:850}
.page-home .ny-company-cta{min-height:286px;border-radius:22px;overflow:hidden;background:var(--ny-navy);display:grid;grid-template-columns:43% 57%;color:#fff;box-shadow:0 20px 50px rgba(6,24,45,.14)}
.page-home .ny-company-photo{background:linear-gradient(90deg,rgba(6,24,45,.05),rgba(6,24,45,.85)),url('../images/home-hero-handyman.png') center/cover no-repeat}
.page-home .ny-company-copy{padding:42px 48px}
.page-home .ny-company-copy>span{color:var(--ny-yellow);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.page-home .ny-company-copy h2{font-size:36px;line-height:1.02;margin:6px 0 0;letter-spacing:-.05em;color:#fff}
.page-home .ny-company-copy h3{color:var(--ny-yellow);font-size:22px;margin:8px 0 14px}
.page-home .ny-company-copy p{color:rgba(255,255,255,.75);max-width:540px;line-height:1.7;margin-bottom:0}
.page-home .ny-company-copy>div{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.page-home .ny-primary,.page-home .ny-secondary{padding:13px 24px;border-radius:999px;font-weight:800}
.page-home .ny-primary{background:var(--ny-yellow);color:var(--ny-navy)}
.page-home .ny-secondary{border:1px solid rgba(255,255,255,.35);color:#fff}

.page-home .site-footer{background:var(--ny-navy)!important;padding:18px 0!important;margin:0!important}
.page-home .site-footer--minimal .footer-bottom{margin-top:0!important;padding-top:0!important;border-top:0!important;align-items:center}
.page-home .site-footer--minimal .footer-legal-group,.page-home .site-footer--minimal .footer-email,.page-home .site-footer--minimal .footer-legal a{color:rgba(255,255,255,.72)!important}

@media(max-width:1280px){
  .page-home .ny-main-nav{gap:20px!important}
  .page-home .ny-main-nav a{font-size:14px!important}
  .page-home .ny-header-actions{gap:10px}
  .page-home .ny-login-button,.page-home .ny-publish-button{padding:0 15px}
  .page-home .ny-category-grid{grid-template-columns:repeat(4,1fr);row-gap:18px}
  .page-home .ny-category:nth-child(4n){border-right:0}
  .page-home .ny-category:nth-child(n+5){border-top:1px solid #e8ecf2;padding-top:22px}
  .page-home .ny-stage-stats>div{padding:0 14px}
}
@media(max-width:1060px){
  .page-home .ny-main-nav,.page-home .ny-header-actions .ny-login-button,.page-home .ny-header-actions .ny-publish-button{display:none!important}
  .page-home .header-inner{grid-template-columns:1fr auto}
  .page-home .menu-button{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:transparent;color:#fff}
  .page-home .ny-search{grid-template-columns:1fr 1fr;gap:0;padding:14px}
  .page-home .ny-search-field{border-bottom:1px solid rgba(255,255,255,.12)}
  .page-home .ny-search-field:nth-of-type(2){border-right:0}
  .page-home .ny-search button{width:100%;min-width:0;margin:14px 0 0;grid-column:1/-1}
  .page-home .ny-stage-stats{grid-template-columns:1fr 1fr;row-gap:22px}
  .page-home .ny-stage-stats>div:nth-child(2){border-right:0}
  .page-home .ny-stage-stats>div:nth-child(n+3){padding-top:20px;border-top:1px solid #dde3ea}
  .page-home .ny-home-offer-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .page-home .container{width:min(calc(100% - 24px),1480px)!important}
  .page-home .header-inner{min-height:70px!important}
  .page-home .ny-brand-symbol{width:35px;height:42px;flex-basis:35px}
  .page-home .ny-wordmark{font-size:18px}
  .page-home .ny-stage{padding:10px 0 24px}
  .page-home .ny-stage-card{border-radius:18px}
  .page-home .ny-hero{min-height:auto;padding-top:250px}
  .page-home .ny-hero-media{width:100%;height:300px;bottom:auto;background-position:52% center}
  .page-home .ny-hero-shade{background:linear-gradient(180deg,rgba(6,24,45,.12) 0%,rgba(6,24,45,.25) 42%,rgba(6,24,45,.96) 74%,var(--ny-navy) 100%)}
  .page-home .ny-hero-inner{min-height:auto;padding:24px 18px 20px}
  .page-home .ny-hero h1{font-size:43px;max-width:none}
  .page-home .ny-hero-copy>p{font-size:15px}
  .page-home .ny-search{grid-template-columns:1fr;padding:12px;margin-top:26px}
  .page-home .ny-search-field{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:13px 8px}
  .page-home .ny-search button{grid-column:auto;height:54px;margin-top:12px}
  .page-home .ny-categories{padding:28px 18px 24px}
  .page-home .ny-category-heading h2{font-size:24px}
  .page-home .ny-category-grid{grid-template-columns:repeat(2,1fr)}
  .page-home .ny-category{border-top:0!important;border-right:1px solid #e8ecf2!important;border-bottom:1px solid #e8ecf2;padding:18px 10px}
  .page-home .ny-category:nth-child(even){border-right:0!important}
  .page-home .ny-category:nth-last-child(-n+2){border-bottom:0}
  .page-home .ny-stage-stats{grid-template-columns:1fr;margin-top:22px;padding:18px}
  .page-home .ny-stage-stats>div{justify-content:flex-start;border-right:0!important;border-top:1px solid #dde3ea!important;padding:16px 0!important}
  .page-home .ny-stage-stats>div:first-child{border-top:0!important}
  .page-home .ny-job-grid{grid-template-columns:1fr}
  .page-home .ny-home-offers{padding-bottom:44px}
  .page-home .ny-home-offers-head{align-items:flex-start;flex-direction:column;margin-bottom:22px}
  .page-home .ny-home-offers-head h2{font-size:25px}
  .page-home .ny-home-offers-head>a{width:100%;justify-content:center}
  .page-home .ny-home-offer-list{grid-template-columns:1fr}
  .page-home .ny-section-head{align-items:flex-end}
  .page-home .ny-section-head h2{font-size:23px}
  .page-home .ny-section-head a{font-size:12px}
  .page-home .ny-all-jobs a{width:100%;min-width:0}
  .page-home .ny-company-cta{grid-template-columns:1fr}
  .page-home .ny-company-photo{min-height:220px}
  .page-home .ny-company-copy{padding:30px 24px}
  .page-home .site-footer--minimal .footer-bottom{justify-content:center;text-align:center;gap:8px;flex-direction:column}
}
.page-home .mobile-nav{display:none;position:fixed;top:70px;left:12px;right:12px;z-index:60;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(6,24,45,.98);box-shadow:0 24px 60px rgba(0,0,0,.3)}
.page-home .mobile-nav.active{display:block}
.page-home .mobile-nav a{display:block;padding:13px 10px;border-bottom:1px solid rgba(255,255,255,.09);color:#fff;font-weight:700}
.page-home .mobile-nav a:last-child{border-bottom:0;color:var(--ny-yellow)}
.page-home.menu-open{overflow:hidden}

/* v1.3.1: yellow/black hover language */
.page-home .ny-publish-button:hover,
.page-home .ny-search button:hover{background:var(--ny-yellow-2)!important;color:var(--ny-navy)!important}
.page-home .ny-section-head a,
.page-home .ny-job-foot a{transition:background .18s ease,color .18s ease,border-color .18s ease}
.page-home .ny-section-head a:hover,
.page-home .ny-job-foot a:hover,
.page-home .ny-all-jobs a:hover,
.page-home .ny-primary:hover,
.page-home .ny-secondary:hover{background:var(--ny-yellow)!important;color:var(--ny-navy)!important;border-color:var(--ny-yellow)!important}
.page-home .ny-category:hover strong,
.page-home .ny-category:hover small,
.page-home .ny-category:hover .ny-more-circle{color:var(--ny-navy)!important}
.page-home .ny-category:hover .ny-more-circle{border-color:var(--ny-navy)!important}
.page-home .ny-more-circle{display:grid;place-items:center;border:0!important;background:transparent!important;box-shadow:none!important}
.page-home .ny-more-circle svg{display:block;width:44px;height:44px;filter:saturate(1.18) drop-shadow(0 6px 9px rgba(15,23,42,.16))}
.page-home .mobile-nav a:hover{background:var(--ny-yellow)!important;color:var(--ny-navy)!important}

/* v1.3.3: neutralise inherited pink glow without changing the home layout */
.page-home .ny-company-cta{
  background:#06182d!important;
  box-shadow:0 20px 50px rgba(6,24,45,.14)!important;
}
.page-home .ny-company-cta::before,
.page-home .ny-company-cta::after{display:none!important;content:none!important}
.page-home .ny-company-copy{
  background:linear-gradient(90deg,#06182d 0%,#0a203d 100%)!important;
}


/* ===== FIX: Remove pink background (transparent) & oval blob from header nav links ===== */
.site-header .main-nav a,
.ny-main-nav a,
.main-nav a {
  background: transparent !important;
  box-shadow: none !important;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.active,
.ny-main-nav a:hover,
.ny-main-nav a.active,
.main-nav a:hover,
.main-nav a.active {
  background: transparent !important;
  color: #ffc400 !important;
  box-shadow: none !important;
}

.ny-main-nav a.active::after {
  display: none !important;
}
