
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root{
  --ink:#153239;
  --ink-2:#1f4750;
  --teal:#176f76;
  --teal-2:#d8eeee;
  --orange:#d9743f;
  --cream:#f6f2ea;
  --sand:#ece4d8;
  --white:#fff;
  --text:#294148;
  --muted:#6c7d81;
  --line:#d9e1e0;
  --shadow:0 18px 50px rgba(24,55,61,.10);
  --radius:22px;
  --radius-sm:14px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#fbfcfa;
  line-height:1.55;
}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
button,input,select{font:inherit}
button{cursor:pointer}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font:700 12px/1 "Manrope",sans-serif;
  letter-spacing:.13em;text-transform:uppercase;color:var(--teal);
}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor;border-radius:9px}
h1,h2,h3{font-family:"Manrope",sans-serif;color:var(--ink);letter-spacing:-.035em;margin:0}
h1{font-size:clamp(46px,6.2vw,82px);line-height:.99}
h2{font-size:clamp(36px,4.4vw,58px);line-height:1.04}
h3{font-size:22px;line-height:1.15}
p{margin:0}
.lead{font-size:clamp(18px,2vw,21px);line-height:1.55;color:#496166;max-width:690px}
.kicker{font-size:15px;color:var(--muted)}
.btn{
  min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:999px;padding:0 22px;border:1px solid transparent;
  font-weight:700;transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 24px rgba(217,116,63,.22)}
.btn-primary:hover{background:#c96431}
.btn-dark{background:var(--ink);color:#fff}
.btn-outline{border-color:#aec0c2;color:var(--ink);background:#fff}
.btn-ghost{padding:0;border:0;min-height:auto;border-radius:0;color:var(--ink)}
.btn-ghost svg{transition:.2s}
.btn-ghost:hover svg{transform:translateX(4px)}
.topbar{background:var(--ink);color:#d9e5e5;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:34px}
.topbar a{font-weight:700;color:#fff}
.header{
  position:sticky;top:0;z-index:50;background:rgba(251,252,250,.93);
  backdrop-filter:blur(16px);border-bottom:1px solid rgba(217,225,224,.82)
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.logo{display:flex;align-items:center;gap:12px;min-width:max-content}
.logo-mark{display:grid;place-items:center;width:40px;height:40px;border:2px solid var(--ink);border-radius:12px;transform:rotate(45deg)}
.logo-mark span{display:block;width:17px;height:8px;border:2px solid var(--orange);border-radius:10px;transform:rotate(-45deg)}
.logo-copy strong{display:block;font:800 14px/1.05 "Manrope";letter-spacing:.02em;color:var(--ink)}
.logo-copy small{display:block;font-size:10px;color:var(--muted);margin-top:4px;letter-spacing:.03em}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav-links a{position:relative}
.nav-links a:not(.btn):after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--orange);transition:.2s}
.nav-links a:hover:after,.nav-links a.active:after{width:100%}
.nav-actions{display:flex;align-items:center;gap:10px}
.mobile-toggle{display:none;width:44px;height:44px;border:0;background:transparent}
.mobile-toggle span{display:block;width:22px;height:2px;background:var(--ink);margin:5px auto}
.mobile-menu{display:none}

.hero{
  position:relative;overflow:hidden;padding:58px 0 44px;
  background:
    radial-gradient(circle at 10% 20%, rgba(23,111,118,.13), transparent 35%),
    linear-gradient(180deg,#fbfcfa 0%,#f6f2ea 100%);
}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:54px;align-items:center}
.hero-copy{padding:42px 0 46px}
.hero-copy h1{max-width:780px;margin:18px 0 24px}
.hero-copy .lead{max-width:650px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.hero-media{position:relative;min-height:550px}
.hero-photo{
  position:absolute;inset:0;border-radius:26px;overflow:hidden;box-shadow:0 14px 36px rgba(24,55,61,.07);
}
.hero-photo img{height:100%;object-fit:cover}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 78%,rgba(9,37,42,.08))}


.quick-paths{padding:28px 0 78px;background:var(--cream)}
.paths{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.path-card{
  background:#fff;border:1px solid #e0e5e2;border-radius:20px;padding:26px;min-height:210px;
  display:flex;flex-direction:column;justify-content:space-between;transition:.25s
}
.path-card:hover{border-color:#b8ccca;background:#fcfdfc}
.path-card .num{font:700 12px "Manrope";color:var(--orange);letter-spacing:.08em}
.path-card h3{margin:26px 0 9px;font-size:24px}
.path-card p{font-size:14px;color:var(--muted)}
.path-card .link{margin-top:24px;font-size:14px;font-weight:700;color:var(--teal)}

.section{padding:92px 0}
.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:start;margin-bottom:44px}
.section-head h2{max-width:590px}
.section-head .lead{justify-self:end}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.image-panel{position:relative;border-radius:26px;overflow:hidden;min-height:520px;background:#d8e1df}
.image-panel img{position:absolute;inset:0;height:100%;object-fit:cover}
.copy-stack h2{margin:15px 0 20px}
.copy-stack .lead{margin-bottom:28px}
.feature-list{display:grid;gap:14px}
.feature{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}
.feature:first-child{border-top:0}
.feature-icon{width:44px;height:44px;border-radius:14px;background:var(--teal-2);display:grid;place-items:center;color:var(--teal);font-weight:800}
.feature h3{font-size:18px;margin-bottom:4px}
.feature p{font-size:14px;color:var(--muted)}

.continuity{background:var(--ink);color:#dce6e6;overflow:hidden}
.continuity h2,.continuity h3{color:#fff}
.continuity .eyebrow{color:#84c9c6}
.continuity .section-head .lead{color:#bed0d2}
.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.step{padding:34px 30px 38px;border-right:1px solid rgba(255,255,255,.16)}
.step:last-child{border-right:0}
.step-no{font:700 12px "Manrope";color:#87d1cd;margin-bottom:46px}
.step h3{font-size:22px;margin-bottom:12px}
.step p{font-size:14px;color:#abc1c3}

.stats-band{padding:26px 0;background:var(--orange);color:white}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:16px 28px;border-right:1px solid rgba(255,255,255,.25)}
.stat:last-child{border-right:0}
.stat strong{display:block;font:800 clamp(30px,4vw,48px)/1 "Manrope"}
.stat span{font-size:13px;opacity:.93}

.serve-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.serve-card{position:relative;min-height:245px;border-radius:20px;overflow:hidden;background:#1c3b43}
.serve-card img{position:absolute;inset:0;height:100%;object-fit:cover;filter:saturate(.7)}
.serve-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,28,33,.05),rgba(10,28,33,.82))}
.serve-card span{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;color:white;font:700 16px/1.2 "Manrope"}

.testimonial{background:var(--teal-2);border-radius:30px;padding:54px;display:grid;grid-template-columns:.7fr 1.3fr;gap:50px}
.quote-mark{font:800 90px/1 "Manrope";color:var(--teal);opacity:.22;height:58px}
.quote{font:600 clamp(24px,3vw,36px)/1.28 "Manrope";letter-spacing:-.025em;color:var(--ink)}
.quote-meta{margin-top:24px;font-size:14px;color:var(--muted)}
.quote-meta b{color:var(--ink)}

.insights{background:#f2f5f2}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #e2e7e4;display:flex;flex-direction:column}
.article-card img{height:210px;object-fit:cover}
.article-body{padding:22px;display:flex;flex-direction:column;flex:1}
.article-meta{font-size:11px;color:var(--teal);font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.article-card h3{font-size:21px;margin:10px 0}
.article-card p{font-size:14px;color:var(--muted);margin-bottom:22px}
.article-card .link{margin-top:auto;color:var(--ink);font-weight:700;font-size:14px}

.cta{padding:80px 0;background:var(--cream)}
.cta-box{
  background:var(--ink);color:#dce7e7;border-radius:28px;padding:54px;
  display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;
  background-image:radial-gradient(circle at 85% 15%,rgba(42,143,149,.45),transparent 28%)
}
.cta-box h2{color:#fff;max-width:760px}
.cta-box p{margin-top:14px;max-width:660px;color:#bdd0d1}
.cta-actions{display:flex;flex-direction:column;gap:10px}

.footer{background:#10282f;color:#b8c9cb;padding:54px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr .75fr;gap:40px}
.footer .logo-copy strong{color:#fff}
.footer .logo-mark{border-color:#fff}
.footer p{font-size:13px;max-width:340px;margin-top:18px}
.footer h4{font:700 13px "Manrope";text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0 0 16px}
.footer-links{display:grid;gap:10px;font-size:13px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:36px;border-top:1px solid rgba(255,255,255,.12);font-size:12px}

/* Careers */
.career-hero{padding:66px 0 72px;background:linear-gradient(180deg,#f7f4ee,#eef4f2)}
.career-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center}
.career-hero h1{margin:18px 0 24px;max-width:760px}
.career-image{border-radius:28px;overflow:hidden;min-height:520px;position:relative;box-shadow:var(--shadow)}
.career-image img{position:absolute;inset:0;height:100%;object-fit:cover}
.career-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(16,40,47,.46))}

.job-search{margin-top:-30px;position:relative;z-index:5}
.search-panel{
  background:#fff;border:1px solid #e0e5e2;box-shadow:var(--shadow);border-radius:22px;
  padding:16px;display:grid;grid-template-columns:1.2fr .8fr auto;gap:10px
}
.field{display:flex;align-items:center;gap:10px;min-height:54px;padding:0 15px;border:1px solid var(--line);border-radius:14px;background:#fbfcfb}
.field svg{width:18px;color:var(--teal)}
.field input,.field select{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}

.job-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.job-card{
  padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;grid-template-columns:1fr auto;gap:20px
}
.job-card:hover{border-color:#abc7c8;box-shadow:0 12px 32px rgba(27,63,69,.07)}
.job-card h3{font-size:21px;margin:8px 0}
.job-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--muted)}
.job-tag{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:var(--teal)}
.job-arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink);align-self:center}
.empty-state{display:none;padding:34px;border:1px dashed #b9c8c8;border-radius:20px;text-align:center;color:var(--muted);margin-top:24px}
.candidate-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:36px}
.candidate-step{padding:20px;border-radius:18px;background:#fff;border:1px solid var(--line)}
.candidate-step b{display:block;color:var(--orange);font:800 12px "Manrope";margin-bottom:28px}
.candidate-step h3{font-size:18px;margin-bottom:7px}
.candidate-step p{font-size:13px;color:var(--muted)}

.resume-card{
  border-radius:28px;background:var(--ink);padding:48px;color:#dce7e7;display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center;
  background-image:radial-gradient(circle at 85% 20%,rgba(23,111,118,.6),transparent 30%)
}
.resume-card h2{color:#fff}
.resume-card p{margin-top:12px;max-width:670px;color:#bed0d1}

.modal{
  position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:20px;background:rgba(10,29,34,.58);backdrop-filter:blur(6px)
}
.modal.open{display:grid}
.modal-card{width:min(560px,100%);background:#fff;border-radius:24px;padding:30px;box-shadow:0 30px 90px rgba(0,0,0,.25)}
.modal-head{display:flex;justify-content:space-between;gap:20px;align-items:start}
.modal-close{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:22px;color:var(--ink)}
.modal form{display:grid;gap:12px;margin-top:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.input{display:grid;gap:7px}
.input label{font-size:12px;font-weight:700;color:var(--ink)}
.input input,.input select{height:50px;border:1px solid var(--line);border-radius:12px;padding:0 13px;outline:none}
.input input:focus,.input select:focus{border-color:var(--teal)}
.form-note{font-size:11px;color:var(--muted)}
.success{display:none;padding:14px;border-radius:12px;background:#e7f5ee;color:#235b43;font-size:13px}

@media (max-width:980px){
  .nav-links,.nav-actions .btn-outline{display:none}
  .mobile-toggle{display:block}
  .mobile-menu{
    position:fixed;top:116px;left:0;right:0;background:#fbfcfa;border-bottom:1px solid var(--line);
    padding:22px;z-index:40;box-shadow:0 20px 50px rgba(14,44,50,.12)
  }
  .mobile-menu.open{display:grid;gap:18px}
  .mobile-menu a{font-weight:700;color:var(--ink)}
  .hero-grid,.career-hero-grid,.split{grid-template-columns:1fr}
  .hero-media{min-height:500px}
  .section-head{grid-template-columns:1fr}
  .section-head .lead{justify-self:start}
  .steps{grid-template-columns:1fr 1fr}
  .step:nth-child(2){border-right:0}
  .step:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}
  .serve-grid{grid-template-columns:repeat(3,1fr)}
  .testimonial{grid-template-columns:1fr}
  .article-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-grid > div:last-child{display:none}
  .candidate-steps{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:720px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .topbar .wrap{min-height:31px}
  .topbar span:first-child{display:none}
  .topbar .wrap{justify-content:center}
  .nav{height:72px}
  .logo-copy small{display:none}
  .header .nav-actions{display:none}
  .hero{padding-top:24px}
  .hero-copy{padding:26px 0 22px}
  .hero-media{min-height:390px}
  .paths{grid-template-columns:1fr}
  .section{padding:70px 0}
  .section-head{margin-bottom:30px}
  .image-panel{min-height:390px}
  .steps{grid-template-columns:1fr}
  .step{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}
  .step:last-child{border-bottom:0}
  .stats{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.25)}
  .serve-grid{grid-template-columns:1fr 1fr}
  .serve-card{min-height:210px}
  .testimonial{padding:34px 26px}
  .article-grid{grid-template-columns:1fr}
  .cta-box,.resume-card{grid-template-columns:1fr;padding:34px 26px}
  .cta-actions{align-items:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid > div:first-child{grid-column:1/-1}
  .footer-bottom{flex-direction:column}
  .career-hero{padding-top:34px}
  .career-image{min-height:390px}
  .search-panel{grid-template-columns:1fr}
  .job-grid{grid-template-columns:1fr}
  .candidate-steps{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
}
@media (max-width:460px){
  h1{font-size:44px}
  h2{font-size:36px}
  .hero-media{min-height:340px}
  .serve-grid,.candidate-steps{grid-template-columns:1fr}
  .stat{padding:16px}
  .stat strong{font-size:32px}
}
