@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap');

:root{
  --deep-teal:#044B57;
  --calm-teal:#0B7B88;
  --aqua:#17A8B4;
  --terracotta:#D86C2F;
  --soft-coral:#E5A48E;
  --blush:#F0CFC1;
  --sand:#C9A48F;
  --warm-white:#F7F4F0;
  --white:#FFFFFF;
  --ink:#18353B;
  --muted:#60767B;
  --line:#DCE6E5;
  --shadow:0 18px 45px rgba(4,75,87,.10);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--terracotta)}
h1,h2,h3{font-family:Poppins,Arial,sans-serif;line-height:1.15;margin:0 0 16px;color:var(--deep-teal)}
h1{font-size:clamp(2.5rem,6vw,5.2rem);letter-spacing:-.04em}
h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.03em}
h3{font-size:1.2rem}
p{margin:0 0 18px}.lead{font-size:1.15rem;color:#49656A;max-width:760px}.small{font-size:.9rem;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.2s;cursor:pointer}
.btn-primary{background:var(--deep-teal);color:white}.btn-primary:hover{background:#033B44;transform:translateY(-1px)}
.btn-secondary{border-color:var(--deep-teal);color:var(--deep-teal);background:white}.btn-secondary:hover{background:var(--warm-white)}
.btn-accent{background:var(--terracotta);color:white}.btn-accent:hover{background:#BE5923}
.topbar{background:var(--deep-teal);color:white;font-size:.9rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0;flex-wrap:wrap}.topbar a{font-weight:700}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(4,75,87,.08)}
.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo img{width:190px}.nav-links{display:flex;align-items:center;gap:24px;font-weight:600;font-size:.95rem}.nav-links a:hover{color:var(--calm-teal)}
.menu-btn{display:none;background:none;border:0;font-size:1.6rem;color:var(--deep-teal)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#F9F6F1 0%,#EEF8F7 58%,#F7E9E1 100%);padding:88px 0 76px}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:60px;align-items:center}.hero-copy .lead{margin:24px 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-inline{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;font-size:.92rem;color:#456267}.trust-inline span:before{content:'✓';color:var(--calm-teal);font-weight:800;margin-right:7px}
.hero-art{min-height:520px;position:relative}.hero-photo-card{position:absolute;inset:0;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#dcebea}.hero-photo-card img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(3,62,71,.6) 100%)}.hero-photo-note{position:absolute;left:24px;bottom:24px;z-index:2;background:rgba(255,255,255,.94);border-radius:16px;padding:13px 16px;max-width:310px;box-shadow:0 8px 25px rgba(0,0,0,.12)}.hero-photo-note strong{display:block;color:var(--deep-teal);font-family:Poppins}.hero-photo-note span{font-size:.88rem;color:#526a6f}.photo-frame{border-radius:26px;overflow:hidden;box-shadow:var(--shadow);background:#e6efee}.photo-frame img{width:100%;height:100%;object-fit:cover}.photo-frame.tall{min-height:520px}.photo-frame.tall img{height:520px}.photo-frame.medium img{height:390px}.photo-strip{display:grid;grid-template-columns:1.25fr .75fr;gap:20px;align-items:stretch}.photo-strip .photo-frame:first-child img{height:470px}.photo-strip .photo-frame:last-child img{height:470px}.photo-credit{font-size:.72rem;color:#73868a;margin-top:8px}.care-team-band{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:center}.care-team-copy{padding:8px 0}.uniform-chip{display:inline-flex;align-items:center;gap:9px;border-radius:999px;background:#e9f5f4;color:var(--deep-teal);font-weight:700;font-size:.9rem;padding:8px 12px;margin-bottom:16px}.uniform-dot{width:12px;height:12px;border-radius:50%;background:var(--calm-teal);box-shadow:inset 0 0 0 2px rgba(255,255,255,.7)}
.section{padding:86px 0}.section-soft{background:var(--warm-white)}.section-teal{background:var(--deep-teal);color:white}.section-teal h2,.section-teal h3{color:white}.section-teal .lead,.section-teal p{color:#DDECEF}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head .lead{max-width:650px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 28px rgba(4,75,87,.05)}.card .icon{width:52px;height:52px;border-radius:16px;background:#FBE7DE;color:var(--terracotta);display:grid;place-items:center;font-size:1.45rem;margin-bottom:18px}.card p{color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:white}.stat{padding:28px;text-align:center}.stat+.stat{border-left:1px solid var(--line)}.stat strong{display:block;font:700 1.8rem Poppins;color:var(--deep-teal)}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:steps}.step{position:relative;padding:30px;border-radius:22px;background:#0A5965}.step:before{counter-increment:steps;content:'0' counter(steps);font:700 2rem Poppins;color:var(--soft-coral);display:block;margin-bottom:28px}.step p{margin:0}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:18px}.service-list span{background:#F5FAF9;border:1px solid #DCEAE8;padding:11px 14px;border-radius:12px}
.counties{display:flex;flex-wrap:wrap;gap:10px}.county{padding:11px 15px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--deep-teal);font-weight:700}
.quote{background:linear-gradient(135deg,#F8E9E2,#F6F2EE);border-radius:26px;padding:34px;font-size:1.08rem}.quote strong{display:block;color:var(--deep-teal);margin-top:16px}
.cta-band{background:linear-gradient(135deg,var(--deep-teal),#0A6572);border-radius:30px;padding:46px;color:white;display:flex;justify-content:space-between;align-items:center;gap:35px}.cta-band h2{color:white;margin-bottom:8px}.cta-band p{color:#D7E8EB;margin:0;max-width:680px}
.page-hero{padding:72px 0;background:linear-gradient(135deg,#F8F5F1,#EEF8F7)}.page-hero h1{font-size:clamp(2.4rem,5vw,4.3rem);max-width:900px}.page-hero .lead{margin-top:18px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}.sidebar-box{background:var(--warm-white);padding:28px;border-radius:22px}.check-list{padding:0;margin:16px 0 0;list-style:none}.check-list li{padding:8px 0 8px 28px;position:relative}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--calm-teal);font-weight:800}
.form-shell{background:white;border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-weight:700;color:var(--deep-teal);font-size:.92rem}.field input,.field select,.field textarea{width:100%;padding:14px 15px;border:1px solid #C9D9D7;border-radius:13px;background:#FCFEFE;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--calm-teal);box-shadow:0 0 0 3px rgba(11,123,136,.12)}.field textarea{min-height:140px;resize:vertical}.form-note{padding:14px 16px;background:#FFF7F1;border:1px solid #F1D5C6;border-radius:12px;color:#7B513B;font-size:.9rem}.status{margin-top:14px;font-weight:700}.status.ok{color:#23724D}.status.error{color:#B04433}.hp{position:absolute!important;left:-9999px!important}
.footer{background:#033E47;color:#D9EAEC;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:34px}.footer-logo{width:180px;margin-bottom:18px}.footer h3{color:white;font-size:1rem}.footer a{display:block;margin:8px 0;color:#D9EAEC}.footer small{color:#AFC9CD}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.notice{padding:18px 20px;border-left:4px solid var(--terracotta);background:#FFF7F2;border-radius:12px;color:#674D3F}
.resource-card h3{margin-bottom:10px}.resource-card a{color:var(--calm-teal);font-weight:700}
@media(max-width:980px){.nav-links{position:fixed;inset:118px 20px auto 20px;background:white;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:block}.hero-grid,.two-col{grid-template-columns:1fr}.hero-art{min-height:420px}.hero-card{inset:10px}.grid-4,.process{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}.stat:nth-child(3){border-left:0;border-top:1px solid var(--line)}.stat:nth-child(4){border-top:1px solid var(--line)} }
@media(max-width:640px){.container{width:min(100% - 26px,var(--max))}.topbar .container{justify-content:center;text-align:center}.nav{min-height:74px}.logo img{width:160px}.hero{padding:62px 0 54px}.hero-art{min-height:330px}.hero-card{padding:18px}.care-scene{min-height:285px}.care-scene .mark{width:135px}.section{padding:66px 0}.section-head{display:block}.grid-3,.grid-4,.process,.form-grid,.footer-grid,.stats{grid-template-columns:1fr}.stat+.stat{border-left:0;border-top:1px solid var(--line)}.service-list{grid-template-columns:1fr}.cta-band{padding:32px;display:block}.cta-band .btn{margin-top:22px;width:100%}.form-shell{padding:22px}.footer-bottom{display:block}.page-hero{padding:55px 0}.hero-actions .btn{width:100%}}

.real-photo-card{padding:0;overflow:hidden}.real-photo-card img{width:100%;height:240px;object-fit:cover}.real-photo-card .card-body{padding:24px 26px 28px}.service-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-photo-grid .real-photo-card{height:100%}.page-hero.with-photo{padding:0;background:#f6f3ef}.page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:440px;align-items:stretch}.page-hero-copy{padding:72px 60px 72px max(20px,calc((100vw - var(--max))/2))}.page-hero-image{min-height:440px}.page-hero-image img{width:100%;height:100%;object-fit:cover}.brand-note{display:flex;gap:14px;align-items:flex-start;background:#eff8f7;border:1px solid #d7ebe8;border-radius:18px;padding:18px 20px}.brand-note strong{color:var(--deep-teal)}.brand-note p{margin:0}.photo-source-link{font-size:.78rem;color:var(--muted)}
@media(max-width:980px){.care-team-band,.photo-strip,.page-hero-grid{grid-template-columns:1fr}.page-hero-copy{padding:58px 26px}.page-hero-image{min-height:360px}.service-photo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.hero-art{min-height:390px}.hero-photo-note{left:14px;right:14px;bottom:14px;max-width:none}.service-photo-grid{grid-template-columns:1fr}.photo-frame.tall img,.photo-strip .photo-frame:first-child img,.photo-strip .photo-frame:last-child img{height:340px}}

/* v3: people-first image framing */
.hero-photo-card img,
.page-hero-image img,
.real-photo-card img,
.photo-frame img{
  object-position:50% 18%;
}
.page-hero-image img{object-position:50% 15%}
.real-photo-card img{object-position:50% 14%}
.photo-frame.tall img{object-position:50% 12%}
.hero-photo-card img{object-position:50% 16%}
@media(max-width:640px){
  .page-hero-image img,.hero-photo-card img,.real-photo-card img,.photo-frame img{object-position:50% 10%}
}

/* Accessibility + navigation refinements */
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;color:var(--deep-teal);padding:12px 16px;border-radius:10px;box-shadow:var(--shadow)}
.breadcrumbs{font-size:.88rem;color:#62787d;margin-bottom:18px}
.breadcrumbs a{color:var(--calm-teal);font-weight:700}
.breadcrumbs span{margin:0 7px;color:#8aa0a4}
.logo img{height:auto}

/* Careers openings search */
.jobs-search{
  background:linear-gradient(135deg,#F7F4F0,#EEF8F7);
  border:1px solid var(--line);
  border-radius:28px;
  padding:32px;
}
.jobs-searchbar{display:grid;grid-template-columns:1.5fr .8fr auto;gap:14px;align-items:end;margin:22px 0 10px}
.jobs-searchbar label{display:block;font-weight:700;color:var(--deep-teal);font-size:.9rem;margin-bottom:7px}
.jobs-searchbar input,.jobs-searchbar select{
  width:100%;padding:14px 15px;border:1px solid #C9D9D7;border-radius:13px;background:white;color:var(--ink)
}
.jobs-results{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px}
.job-card{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 8px 24px rgba(4,75,87,.05)}
.job-card h3{margin-bottom:8px}.job-meta{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 18px}
.job-tag{font-size:.8rem;font-weight:700;color:var(--deep-teal);background:#EAF5F4;border-radius:999px;padding:7px 10px}
.job-card[hidden]{display:none}
.jobs-empty{display:none;margin-top:20px;padding:18px;border-radius:14px;background:white;border:1px dashed #BFD0CE;color:var(--muted)}
.jobs-empty.show{display:block}
.search-count{font-size:.9rem;color:var(--muted);margin-top:12px}

/* Fraud notice */
.fraud-alert{
  border:1px solid #E6C6B8;
  border-left:5px solid var(--terracotta);
  border-radius:18px;
  padding:24px 26px;
  background:#FFF7F2;
}
.fraud-alert h2,.fraud-alert h3{color:#7A4428}
.fraud-alert ul{margin:12px 0 0;padding-left:22px}
.fraud-alert li{margin:8px 0}
.fraud-alert strong{color:#6B3821}

/* Local SEO location cards */
.area-card a{color:var(--calm-teal);font-weight:800}
.area-card .small{margin-top:12px}
.local-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.local-proof .card{padding:22px}
.local-proof strong{display:block;color:var(--deep-teal);font-family:Poppins;margin-bottom:5px}

@media(max-width:820px){
  .jobs-searchbar{grid-template-columns:1fr}
  .jobs-results,.local-proof{grid-template-columns:1fr}
}
