:root{
  --brand:#79bde9;
  --brand-dark:#379cdb;
  --ink:#1b1f23;
  --muted:#6b7280;
  --bg:#f7faf9;
  --card:#ffffff;
  --accent:#0ea5e9;
  --ok:#10b981;
  --warn:#f59e0b;
  --radius:14px;
  --shadow:0 10px 30px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg);scroll-behavior:smooth;line-height:1.5}
a{color:var(--brand);text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
body>header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eef2f1;z-index:50}
.top-strip{background:#c30b07;color:#fff;font-size:12px}
.top-strip .top-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 12px;flex-wrap:wrap}
.top-strip .top-links,.top-strip .top-social{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.top-strip a{color:#fff;text-decoration:none;font-weight:600}
.top-strip .top-date{opacity:.9;font-weight:600}
.top-strip .top-social a{display:inline-flex;align-items:center;gap:6px}
.top-strip .top-social svg{width:16px;height:16px;fill:currentColor}
@media (max-width:720px){.top-strip .top-strip-inner{justify-content:center;text-align:center}.top-strip .top-links,.top-strip .top-social{justify-content:center}}
@media (max-width:720px){.top-strip .top-address{display:none}}
.nav{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand{display:flex;align-items:center}
.brand-link{display:inline-flex;align-items:center;text-decoration:none}
.brand-logo{height:44px;width:auto;display:block}
.menu{display:flex;gap:22px;align-items:center}
.menu a{font-weight:400;color:#334155}
.menu .btn{padding:10px 14px;border-radius:10px;background:#c30b07;color:#fff}
.hamburger{display:none}
#mobile{position:fixed;inset:0;display:none;z-index:1000;background:linear-gradient(150deg,#0b3558,#0f172a);padding:18px}
#mobile.open{display:block}
#mobile .mobile-shell{height:100%;display:flex;flex-direction:column;gap:18px;background:#ffffff;border-radius:22px;padding:18px 18px 22px;box-shadow:0 24px 50px rgba(15,23,42,.25)}
#mobile .mobile-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
#mobile .mobile-logo{height:38px;width:auto}
#mobile .mobile-close{width:40px;height:40px;border-radius:999px;border:0;background:#e2e8f0;color:#0f172a;font-size:24px;line-height:1;cursor:pointer}
#mobile nav.mobile-links{display:block;overflow:auto;flex:1;min-height:0;padding-right:6px}
#mobile nav.mobile-links a{display:block;width:100%;padding:12px 16px;border-radius:12px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);color:#0f172a;font-weight:600;font-size:16px;line-height:1.25;box-shadow:0 6px 14px rgba(15,23,42,.08)}
#mobile .dropdown-menu{background:transparent;border:none;box-shadow:none;padding:8px 0 8px 16px}
#mobile nav.mobile-links .dropdown-menu a{background:transparent;padding:8px 12px;font-weight:500;font-size:14px;line-height:1.25}
#mobile .mobile-cta{margin-top:auto;display:grid;gap:10px}
#mobile .mobile-cta .btn{width:100%;padding:10px 14px}
@media (min-width:881px){#mobile{display:none!important}}
@media (max-width:880px){
  .menu{display:none}
  .hamburger{display:block;background:none;border:0;font-size:26px}
}
.hero{
  position:relative;isolation:isolate;min-height:72vh;display:grid;place-items:center;text-align:center;color:#fff;
  padding:80px 0;overflow:hidden;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(255,255,255,.16), transparent 60%),
    radial-gradient(900px 500px at 10% 100%, rgba(255,255,255,.1), transparent 60%),
    linear-gradient(135deg, rgba(45,125,175,.32), rgba(14,165,233,.32) 56%, rgba(37,99,235,.32)),
    /* Previous hero image: /images/hhs/staffing-home.png */
    url('/images/hhs/home04-wider-dark.jpg') center/cover no-repeat;
  background-blend-mode:overlay, overlay, normal, normal;
}
.hero::after{
  content:"";position:absolute;inset:-40% -20%;z-index:-1;filter:blur(60px) saturate(1.2);
  background:conic-gradient(from 200deg at 50% 50%, rgba(255,255,255,.18), transparent 40%, rgba(255,255,255,.08));
  opacity:.35
}
.hero h1{font-size:clamp(28px,4.5vw,48px);line-height:1.08;margin:0 0 16px}
.hero p{max-width:780px;margin:0 auto 28px;color:#e6f7f5;font-size:clamp(16px,2.4vw,19px)}
.badges{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:12px}
.badge{background:rgba(255,255,255,.14);backdrop-filter:blur(6px);padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.25);font-weight:600;font-size:13px}
.badge-secondary{background:rgba(45,125,175,.12);border:1px solid rgba(45,125,175,.3);color:#3b99dd;backdrop-filter:none}
@media (max-width:640px){
  .badge{font-size:12px}
  .hero .badge{font-weight:400}
  .feature h3{font-size:24px}
  .feature p{font-size:14px}
  .sub{font-size:14px}
  .what-text{font-size:14px}
  .what-text li{font-size:14px}
}
.brochure-callout{margin:32px auto 0;max-width:820px;background:linear-gradient(135deg,rgba(45,125,175,.12),rgba(14,165,233,.18));border:1px solid rgba(45,125,175,.24);border-radius:18px;padding:24px 28px;display:flex;align-items:center;gap:20px;box-shadow:0 12px 30px rgba(45,125,175,.12)}
.brochure-icon{flex:0 0 auto;width:60px;height:60px;border-radius:14px;background:rgba(45,125,175,.18);display:flex;align-items:center;justify-content:center;color:#1f5a81}
.brochure-body{display:flex;flex-direction:column;gap:6px;color:#1f3b4f}
.brochure-body strong{font-size:20px}
@media (max-width:640px){
  .brochure-callout{flex-direction:column;text-align:center;padding:20px}
  .brochure-icon{width:52px;height:52px}
  .brochure-callout .btn-lg{width:100%}
}
#process .partner-panel{background:linear-gradient(135deg,rgba(45,125,175,.08),rgba(14,165,233,.12));border:1px solid rgba(45,125,175,.24);border-radius:22px;padding:40px;box-shadow:0 16px 38px rgba(31,90,129,.18);color:#1f3b4f}
#process .partner-panel h2{text-align:left;color:#12395d;margin-bottom:6px}
#process .partner-panel .sub{color:#46657a;text-align:left;margin-bottom:10px}
#process .partner-grid{margin-top:18px}
#process .feature.partner-item{background:rgba(255,255,255,.85)!important;border:1px solid rgba(45,125,175,.24);box-shadow:0 12px 28px rgba(31,90,129,.14);color:#1f3b4f}
#process .partner-item h3{color:#1f3b4f!important}
#process .partner-item p{color:#1f3b4f!important}
#process .partner-cta{margin-top:30px;justify-content:flex-start}
#process .partner-cta .btn-lg.btn-ghost{border:2px solid rgba(45,125,175,.36);color:#1f5a81;background:rgba(255,255,255,.6)}
#process .partner-cta .btn-lg.btn-ghost:hover{background:#1f5a81;color:#fff;border-color:#1f5a81}
#process .partner-cta .btn-lg.btn-pop{box-shadow:0 12px 26px rgba(45,125,175,.2)}
@media (max-width:640px){
  #process .partner-panel{padding:28px 22px}
}
.policy-callout{margin:0 auto;padding:24px 26px;border:2px dashed rgba(45,125,175,.4);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(31,90,129,.14);color:#1f3b4f;line-height:1.6}
.policy-callout strong{color:#11486d}
section{padding:64px 0}
section.service-section{padding:10px 0}
h2{font-size:28px;margin:0 0 6px;font-weight:800;line-height:1.2}
h3{font-weight:700;font-size:22px;margin:0}
.sub{color:var(--muted);margin-bottom:26px}
#why .sub{line-height:1.75}
.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.stat{background:var(--brand-dark);border-radius:var(--radius);box-shadow:0 14px 34px rgba(31,90,129,.28);padding:18px 18px 22px;text-align:center;color:#f5faff}
.stat strong{display:block;font-size:22px;color:#ffffff;margin-bottom:10px}
.stat span{color:rgba(255,255,255,.8);font-size:14px;line-height:1.5}
@media (max-width:800px){.stats{grid-template-columns:1fr}}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:980px){.grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.grid{grid-template-columns:1fr}}
.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;display:flex;flex-direction:column;gap:10px}
.what-text{display:flex;flex-direction:column;gap:18px;color:#1f3b4f;padding:0;font-size:16px;line-height:1.65}
.what-text p{margin:0}
.what-text ul{padding-left:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.what-text li{position:relative;padding-left:30px;color:#475569;margin-top:2px;font-size:14px}
.what-text li::before{content:"✔";position:absolute;left:0;top:2px;color:var(--brand);font-weight:700;font-size:18px}
#services .split{gap:36px;align-items:center;margin-top:26px}
#services .split + .split{margin-top:52px;}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:960px){.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.feature-grid{grid-template-columns:1fr}}
.feature{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;display:flex;flex-direction:column;gap:12px}
.feature h3{margin:0;font-size:20px;font-weight:700}
.feature p{margin:0;color:#475569;font-size:15px}
.feature-icon{width:48px;height:48px;border-radius:14px;background:rgba(45,125,175,.12);display:flex;align-items:center;justify-content:center;color:#1984dc}
.feature-icon svg{width:24px;height:24px}
#fit .brochure-icon{width:48px;height:48px;background:rgba(45,125,175,.12);color:#1f4d73;margin-bottom:12px;box-shadow:inset 0 0 0 1px rgba(45,125,175,.2)}
#fit .brochure-icon svg{width:24px;height:24px}
.pill{display:inline-flex;align-items:center;gap:6px;background:#ecfeff;color:#0f172a;font-weight:600;border-radius:999px;padding:6px 12px;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
#services{background:linear-gradient(180deg,#f6fbfa, #ffffff)}
.split{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:center}
@media (max-width:900px){.split{grid-template-columns:1fr;gap:16px}}
.imgph{position:relative;border-radius:var(--radius);height:280px;box-shadow:var(--shadow);overflow:hidden;background:url('https://picsum.photos/800/500') center/cover no-repeat}
.imgph img{width:100%;height:100%;object-fit:cover;display:block}
.imgph::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.12),rgba(15,16,28,.35));opacity:.6}
.imgph::before{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.imgph.tall{height:340px}
.imgph.imgph-plain{background:none;box-shadow:none}
.imgph.imgph-plain::after,.imgph.imgph-plain::before{display:none}

.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-weight:700}
.anchor-hook{position:relative;top:-80px;display:block;height:0;visibility:hidden}
.cta{display:flex;gap:12px;justify-content:center;margin-top:22px;flex-wrap:wrap}
.btn-lg,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border:none;border-radius:12px;font-weight:700;font-size:16px;cursor:pointer;text-decoration:none;color:#fff;transition:transform .15s ease, box-shadow .15s ease, background .2s ease, color .2s ease}
.btn-lg:visited,.btn:visited{color:#fff;text-decoration:none}
.btn-primary{background:#fff;color:var(--brand-dark)}
.btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}
.btn-pop{background:linear-gradient(135deg,var(--brand),#0ea5e9);color:#fff;border:0;box-shadow:0 10px 20px rgba(45,125,175,.18), inset 0 0 0 1px rgba(255,255,255,.2)}
.btn-pop:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(45,125,175,.26)}
.btn-pop:active{transform:translateY(0)}
.btn-warm{background:linear-gradient(135deg,#f59e0b,#f97316,#fb923c);color:#fff;border:0;box-shadow:0 10px 20px rgba(249,115,22,.25), inset 0 0 0 1px rgba(255,255,255,.3)}
.btn-warm:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(249,115,22,.35)}
form{display:grid;gap:12px}
input,select,textarea{padding:12px 12px;border:1px solid #e2e8f0;border-radius:10px;font:inherit;background:#fff}
textarea{min-height:120px;resize:vertical}
.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:700px){.row{grid-template-columns:1fr}}
footer{background:#16689c;color:#cbd5e1;padding:64px 0 36px;margin-top:40px}
body.service-page footer{margin-top:0}
footer a{color:#e2e8f0}
.foot{display:grid;grid-template-columns:2fr 1fr 2fr;gap:18px}
.footer-top{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.footer-heading{font-size:15px;font-weight:700;color:#fff}
.footer-text{font-size:14px;color:#e8f1f8}
.footer-links{list-style:none;padding-left:0;margin:6px 0 0;display:grid;gap:6px}
.footer-links a{font-size:14px;font-weight:400;color:#e8f1f8}
.footer-links a:hover{color:#fff}
.footer-rule{height:1px;background:rgba(226,232,240,.2);margin:18px auto}
.footer-services{padding-top:0}
.footer-services-head{margin:0 0 12px}
.footer-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.footer-copy{padding-top:10px}
@media (max-width:900px){.foot{grid-template-columns:1fr}}
@media (max-width:900px){.footer-top{grid-template-columns:1fr}}
@media (max-width:900px){.footer-services-grid{grid-template-columns:1fr}}
.mini{font-size:13px;color:#94a3b8}
.footer-logo{max-width:160px;margin-bottom:14px;display:block}
.footer-logo img{display:block}
.dropdown{position:relative}
.dropdown-toggle{display:inline-flex;align-items:center;gap:6px}
.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:var(--shadow);min-width:280px;z-index:20;padding:12px;display:none;max-height:60vh;overflow:auto}
.dropdown-menu a{display:block;padding:8px 10px;border-radius:8px;color:#0f172a}
.dropdown-menu a:hover{background:#f1f5f9}
.dropdown.open .dropdown-menu{display:block}
@media (max-width:900px){.dropdown-menu{position:static;box-shadow:none;border:none;padding:0;max-height:none}}
.foot-services{columns:2;column-gap:16px}
.foot-services a{display:inline-block;margin:0 0 6px}
.service-page .hero{display:none}
.service-header{padding:64px 0 28px;background:linear-gradient(180deg,#f8fafc,#ffffff);color:#0f172a;text-align:left;border-bottom:1px solid #e5e7eb}
.service-header .container{max-width:880px}
.service-header .service-eyebrow{margin:0 0 8px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#64748b;font-weight:700}
.service-header h1{margin:0;font-size:clamp(36px,4.6vw,60px);line-height:1.08;font-weight:800;letter-spacing:-.02em}
.service-content{padding:60px 0 80px;background:#ffffff}
.service-content .container{max-width:880px}
.service-article{background:#fff;border-radius:18px;padding:34px;border:1px solid #e2e8f0;box-shadow:0 6px 18px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:24px;line-height:1.78;color:#1f3b4f}
@media (max-width:640px){.service-article{padding:26px}}
.service-article h1,.service-article h2,.service-article h3{color:#0f172a;margin:18px 0 8px}
.service-article h3{font-size:26px;line-height:1.25}
.service-article h2:first-child,.service-article h3:first-child{margin-top:0}
.service-article p{margin:0}
.service-article p + p{margin-top:14px}
.service-article ul,.service-article ol{margin:0;padding-left:20px;display:grid;gap:10px;color:#475569}
.service-article img{width:100%;border-radius:18px;box-shadow:0 12px 30px rgba(15,31,52,.08);margin:16px 0}
.service-article .service-intro{display:flex;flex-direction:column;gap:16px}
.service-article .service-lead{font-size:20px;font-weight:600;color:#0f172a}
.service-article .service-section{display:flex;flex-direction:column;gap:18px}
.service-article .service-section + .service-section{margin-top:12px}
.service-article .service-subsection{display:flex;flex-direction:column;gap:14px}
.service-article .service-subsection + .service-subsection{margin-top:12px}
.service-article .service-checklist{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.service-article .service-checklist li{position:relative;padding-left:28px;line-height:1.6;color:#475569}
.service-article .service-checklist li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--brand);font-weight:700}
.service-article .service-note{font-style:italic;color:#475569}
.service-article .row{display:block;margin-top:26px}
.service-article .row:first-child{margin-top:0}
.service-article .lead-row{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,0.92fr);gap:36px;align-items:start;margin-bottom:18px}
@media (max-width:900px){.service-article .lead-row{grid-template-columns:1fr;gap:18px}}
.service-article [class*='col-']{padding:0 !important;margin:0 !important}
.service-article .lead-row [class*='col-']{width:auto}
.service-article .row img{margin:12px 0}
.service-article blockquote{border-left:4px solid var(--brand);background:#f1f5f9;padding:14px 18px;border-radius:14px;color:#0f172a;margin:18px 0}
.service-article table{width:100%;border-collapse:collapse;margin:18px 0;background:#fdfdfd;box-shadow:0 0 0 1px rgba(15,31,52,.08)}
.service-article th,.service-article td{padding:12px 14px;border-bottom:1px solid rgba(15,31,52,.08);text-align:left}
.service-article th{background:rgba(14,165,233,.12);color:#0b3c5d}
.service-article a{color:var(--brand);text-decoration:underline}
.service-article .btn,.service-article .btn-lg{align-self:flex-start}
.service-article iframe{width:100%;border:0;border-radius:18px;min-height:260px}
.service-article .section-content,.service-article .container,.service-article .container-fluid{max-width:none;padding:0}
.cta-panel{background:linear-gradient(135deg,rgba(45,125,175,.12),rgba(14,165,233,.18));border:1px solid rgba(45,125,175,.18);border-radius:20px;padding:32px;box-shadow:0 18px 40px rgba(14,44,68,.12);display:grid;gap:16px}
@media (max-width:640px){.cta-panel{padding:24px}}
.cta-panel h2{margin:0}
.cta-panel ul{margin:0;padding-left:18px;color:#475569;display:grid;gap:6px}
.cta-panel .btn-ghost{border:2px solid rgba(45,125,175,.4);color:var(--brand-dark);background:transparent}
.cta-panel .btn-ghost:hover{border-color:var(--brand);color:var(--brand)}
.card-panel{background:#fff;border:1px solid rgba(15,23,42,.08);padding:26px;display:flex;flex-direction:column;gap:14px}
.card-panel .card-meta{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,0.8fr);gap:16px;align-items:start}
.card-panel .card-meta .sub{margin:0}
.card-panel .card-license{font-weight:600;color:#475569}
.card-panel .card-cta{justify-content:flex-start;margin-top:4px}
.card-panel .card-media{min-height:200px;border-radius:16px;box-shadow:var(--shadow);background-size:cover;background-position:center}
@media (max-width:720px){.card-panel .card-meta{grid-template-columns:1fr}}
.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.6);backdrop-filter:blur(14px);opacity:0;pointer-events:none;transition:opacity .25s ease;padding:20px;z-index:1000}
.modal-backdrop.active{opacity:1;pointer-events:auto}
.modal{position:relative;background:#fff;color:#1f3b4f;border-radius:22px;padding:28px 30px 26px;width:min(640px,100%);box-shadow:0 30px 60px rgba(15,31,52,.3);transform:translateY(24px);transition:transform .25s ease}
.modal-backdrop.active .modal{transform:translateY(0)}
.modal-close{position:absolute;right:20px;top:16px;border:0;background:transparent;font-size:28px;color:#475569;cursor:pointer;line-height:1}
.modal-header{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.modal-header p{margin:0;color:#475569}
.modal-form{display:grid;gap:12px}
.modal-form .row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media (max-width:640px){.modal{padding:24px 22px}.modal-form .row{grid-template-columns:1fr}}
body.modal-open{overflow:hidden}
@media (max-width:640px){.foot-services{columns:1}}
.service-cta{padding:52px 0;background:linear-gradient(135deg,#f8fafc,#eef6fb);color:#0f172a;margin-top:0;border-top:1px solid #e5e7eb}
.service-cta .container{display:grid;gap:18px;max-width:880px}
.service-cta h2{margin:0;font-size:clamp(28px,3vw,42px);color:#0f172a}
.service-cta p{margin:0;color:#475569;font-size:18px}
.service-cta .cta{justify-content:flex-start;margin-top:18px}
.service-cta .btn-lg.btn-ghost{border:2px solid rgba(45,125,175,.35);color:var(--brand-dark);background:#fff}
.service-cta .btn-lg.btn-ghost:hover{border-color:var(--brand);color:var(--brand);background:#f8fafc}

.about-hero{padding:88px 0 70px;background:transparent;color:#0f172a;position:relative;overflow:hidden;text-align:center}
.about-hero::after{content:"";position:absolute;inset:0;background:transparent;opacity:0;pointer-events:none}
.about-hero .container{position:relative;z-index:1}
.about-hero-grid{display:flex;flex-direction:column;gap:20px;max-width:780px;margin:0 auto;text-align:left}
.about-hero-headline{display:flex;flex-direction:column;gap:18px}
.about-eyebrow{display:inline-flex;align-items:center;gap:8px;align-self:center;padding:6px 12px;border-radius:999px;background:transparent;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:600;color:#0f172a}
.about-hero h1{margin:0;font-size:clamp(34px,4vw,56px);line-height:1.05;font-weight:800;color:var(--brand-dark);text-align:center}
.about-hero p{margin:0;color:#0f172a;font-size:clamp(16px,2vw,19px)}
.about-section{padding:70px 0;background:#f6f9fc}
.about-section:nth-of-type(even){background:#ffffff}
.about-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:36px;align-items:center}
@media (max-width:960px){.about-grid{grid-template-columns:1fr;gap:24px}}
.about-card{background:#fff;border-radius:26px;box-shadow:0 18px 40px rgba(15,31,52,.1);padding:36px;display:flex;flex-direction:column;gap:18px;color:#1f3b4f}
.about-card h2{margin:0;font-size:30px;color:#12395d}
.about-card p{margin:0;font-size:17px;line-height:1.7;color:#475569}
.about-card p + p{margin-top:12px}
.about-text{display:flex;flex-direction:column;gap:18px;color:#1f3b4f}
.about-text h2{margin:0;font-size:30px;color:#12395d}
.about-text p{margin:0;font-size:17px;line-height:1.7;color:#475569}
.about-text p + p{margin-top:12px}
.about-media img{width:100%;border-radius:26px;box-shadow:0 18px 38px rgba(15,31,52,.12)}
.about-section.story .about-card{max-width:860px;margin:0 auto}
.about-section.values{padding-bottom:90px}
.about-section.values h2{margin:0 0 28px;color:#12395d;font-size:30px;text-align:center}
.about-section.values .feature-grid{gap:22px}
.about-section.policy{background:linear-gradient(135deg,rgba(17,93,133,.1),rgba(13,148,196,.12));padding:64px 0}
.about-callout{background:#fff;border-radius:24px;box-shadow:0 18px 44px rgba(15,31,52,.12);padding:32px;display:grid;gap:12px;color:#1f3b4f;font-size:17px;line-height:1.7}
.about-callout strong{font-size:18px;color:#12395d}

.info-page{background:var(--bg);color:var(--ink)}
.info-header{padding:72px 0 36px;background:transparent;color:#0f172a}
.employment-page .info-header h1{color:var(--brand-dark)}
.employment-page .info-header .info-eyebrow,
.employment-page .info-header .info-lead{color:#0f172a}
.info-header .container{max-width:1120px}
.info-eyebrow{margin:0 0 10px;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:rgba(226,241,255,.75);font-weight:600}
.info-header h1{margin:0;font-size:clamp(34px,4vw,52px);font-weight:800}
.info-lead{margin:18px 0 0;font-size:18px;max-width:740px;color:rgba(226,241,255,.85)}
.info-content{padding:64px 0;background:#f6f9fc}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.info-card{background:#fff;border-radius:22px;box-shadow:0 14px 34px rgba(15,31,52,.1);padding:24px;display:grid;gap:12px;align-content:start}
.info-card h2{margin:0;font-size:22px;color:#113555}
.info-card p{margin:0;color:#475569}
.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgba(14,165,233,.12);color:#0369a1;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.jobs-section{padding:72px 0;background:#f1f5f9}
.jobs-board{display:grid;gap:24px}
.jobs-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}
.jobs-header h2{margin:0;font-size:28px;color:#113555}
.jobs-header p{margin:0;color:#4a6075;max-width:560px}
.jobs-filters{display:flex;flex-wrap:wrap;gap:10px}
.job-filter{padding:6px 14px;border-radius:999px;border:1px solid rgba(45,125,175,.24);background:#fff;color:#1f4d73;font-weight:600;font-size:13px;cursor:pointer;transition:all .15s ease;text-decoration:none}
.job-filter:hover{border-color:var(--brand);color:var(--brand)}
.jobs-list{display:grid;gap:18px}
.job-card{background:#fff;border-radius:18px;border:1px solid rgba(45,125,175,.16);box-shadow:0 14px 30px rgba(15,37,64,.08);padding:22px;display:grid;gap:14px;position:relative;overflow:hidden}
.job-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--brand),#0ea5e9);opacity:.9}
.job-card h3{margin:0;font-size:22px;color:#0f2f4a}
.job-card p{margin:0;color:#485968}
.job-card .job-meta{display:flex;flex-wrap:wrap;gap:10px 16px;font-size:13px;color:#567089;font-weight:600}
.job-card .job-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:rgba(14,165,233,.12);color:#0369a1;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.job-card .job-highlights{margin:0;padding:0;display:grid;gap:12px;color:#4a6075;font-size:15px;list-style:none}
.job-card .job-highlights li{position:relative;padding-left:26px;line-height:1.6}
.job-card .job-highlights li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--brand);font-weight:700}
.job-card .job-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}
.job-card .job-cta a{align-self:flex-start}
@media (max-width:720px){
  .jobs-section{padding:56px 0}
  .job-card{padding:20px}
  .job-card::before{width:4px}
}
.info-section.highlight{padding:64px 0;background:linear-gradient(135deg,rgba(45,125,175,.08),rgba(14,165,233,.16))}
.info-content-grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);gap:26px;align-items:start}
.info-copy{display:grid;gap:12px;color:#12395d}
.info-copy h2{margin:0;font-size:28px}
.info-copy p{margin:0;color:#475569;font-size:17px}
.info-form{background:#fff;border-radius:22px;box-shadow:0 18px 40px rgba(15,31,52,.1);padding:26px;display:grid;gap:14px}
.info-form .row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.info-form input,.info-form select,.info-form textarea{padding:12px 14px;border:1px solid #d1d8e0;border-radius:12px;font:inherit;background:#fff;color:#0f172a}
.info-form textarea{min-height:120px;resize:vertical}
.info-form input:focus,.info-form select:focus,.info-form textarea:focus{outline:2px solid rgba(14,165,233,.35);border-color:rgba(14,165,233,.45)}
.info-form button{justify-self:start}
.resource-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,0.8fr);gap:26px;align-items:start}
.resource-table{background:#fff;border-radius:24px;box-shadow:0 18px 40px rgba(15,31,52,.1);padding:24px}
.resource-table table{width:100%;border-collapse:separate;border-spacing:0 10px}
.resource-table td{background:#f8fbfd;border-radius:14px;padding:14px 18px;font-weight:600;border:1px solid rgba(15,31,52,.06)}
.resource-table td a{display:flex;justify-content:space-between;align-items:center;color:#0f2942}
.resource-table .dl{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;background:rgba(14,165,233,.14);color:#0369a1;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
.resource-note{margin:16px 0 0;color:#65758b;font-size:13px;line-height:1.6}
.resource-visual{position:relative;border-radius:26px;overflow:hidden;box-shadow:0 24px 46px rgba(11,52,84,.2);background:linear-gradient(135deg,#0f172a,#0b7a75);min-height:320px;display:flex;align-items:center;justify-content:center}
.resource-visual img{width:100%;height:100%;object-fit:cover}

@media (max-width:960px){
  .info-content-grid{grid-template-columns:1fr}
  .info-copy{text-align:center}
  .info-form{justify-items:stretch}
  .info-form button{justify-self:stretch}
  .resource-grid{grid-template-columns:1fr;gap:20px}
  .resource-visual{min-height:260px}
}

@media (max-width:640px){
  .info-header{padding:60px 0 32px}
  .info-form .row{grid-template-columns:1fr}
  .info-card{padding:20px}
  .resource-table{padding:20px}
}
