:root {
  --ink: #29383d;
  --navy: #29383d;
  --navy-deep: #1e2d32;
  --teal: #c83f45;
  --teal-light: #f8ddda;
  --gold: #ffb3a8;
  --cream: #fff8f2;
  --paper: #fff;
  --muted: #647175;
  --line: #e8ddd7;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 60px rgb(36 43 46 / .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f6c96e; outline-offset: 4px; }

.utility-bar { color: #f7e6e2; background: var(--navy-deep); font-size: .82rem; letter-spacing: .015em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-inner a { text-decoration: underline; text-underline-offset: 3px; }
.nurse-line span { color: var(--gold); font-weight: 800; text-decoration: none; }
.site-header { position: relative; z-index: 20; background: white; border-bottom: 1px solid rgb(16 45 50 / .1); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 50px; height: 50px; display: grid; place-items: center; color: white; background: #fff9f4; border: 1px solid #f0ddd6; border-radius: 50%; overflow: hidden; }
.brand-mark svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: rotate(3deg); }
.brand-logo img { width: 68px; height: 68px; max-width: none; display: block; object-fit: cover; transform: scale(1.22); }
.brand strong { display: block; font: 700 1.25rem/1 var(--serif); letter-spacing: .12em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 600; }
.primary-nav a { position: relative; padding: 12px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--teal); transition: right .2s; }
.primary-nav a:hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; color: white; background: var(--navy); padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; border-radius: 1px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--navy); border-radius: 2px; color: white; background: var(--navy); font-weight: 750; letter-spacing: .01em; box-shadow: 0 8px 20px rgb(5 39 46 / .12); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--teal); transform: translateY(-2px); box-shadow: 0 12px 28px rgb(5 39 46 / .2); }
.button-small { min-height: 44px; padding: 0 20px; font-size: .9rem; }
.button-gold { border-color: #fff1ed; color: var(--navy-deep); background: #fff1ed; }
.button-gold:hover { color: white; background: var(--navy); border-color: var(--navy); }

.hero { min-height: 690px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy-deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgb(27 39 43 / .97) 0%, rgb(27 39 43 / .84) 35%, rgb(45 38 38 / .23) 64%, rgb(45 38 38 / .05) 100%); }
.hero-content { position: relative; padding-block: 84px 78px; }
.eyebrow, .kicker { margin: 0 0 20px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #f7d6d2; }
.eyebrow span { width: 32px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .difference h2, .process h2, .faq h2, .final-cta h2 { margin: 0; font: 400 clamp(2.8rem, 5.5vw, 5.25rem)/.99 var(--serif); letter-spacing: -.045em; }
em { color: var(--teal); font-weight: 400; }
.hero h1 em { color: var(--gold); }
.hero-content > p { max-width: 610px; margin: 28px 0 30px; color: #f3e8e5; font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero .button { border-color: #f15a5e; color: white; background: #c83f45; }
.hero .button:hover { color: white; background: var(--teal); border-color: var(--teal); }
.text-link { color: white; font-weight: 750; text-decoration: underline; text-decoration-color: rgb(255 255 255 / .45); text-underline-offset: 6px; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }
.trust-row { display: flex; gap: 28px; margin-top: 48px; color: #f0deda; font-size: .9rem; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row svg { width: 20px; height: 20px; padding: 3px; border: 1px solid #6e9ea2; border-radius: 50%; fill: none; stroke: var(--gold); stroke-width: 2.5; }
.mobile-call { display: none; }

.quick-paths { position: relative; z-index: 3; margin-top: -1px; background: var(--cream); border-bottom: 1px solid #e8e3d8; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid article { min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 30px 30px; border-right: 1px solid #ddd8cc; }
.quick-grid article:last-child { border-right: 0; }
.path-number { align-self: start; color: var(--teal); font: italic 1rem/1 var(--serif); }
.quick-grid h2 { margin: 0 0 6px; font: 700 1.2rem/1.3 var(--serif); }
.quick-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.circle-link { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #b9c5c3; border-radius: 50%; color: var(--navy); background: transparent; font-size: 1.2rem; transition: .2s; }
.quick-grid article:hover .circle-link { color: white; background: var(--teal); border-color: var(--teal); transform: translateX(3px); }

.credentials { color: white; background: #b9363c; }
.credentials-grid { min-height: 124px; display: grid; grid-template-columns: .32fr 1fr auto auto; align-items: center; }
.since { height: 100%; display: flex; align-items: center; gap: 14px; padding-right: 34px; border-right: 1px solid rgb(255 255 255 / .25); }
.since strong { color: #ffd7d0; font: 400 3.6rem/1 var(--serif); }
.since span { font-size: .78rem; font-weight: 750; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.coverage { padding-left: 42px; }
.coverage p { margin: 0 0 8px; color: #f9d9d5; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.coverage > div { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 32px; }
.coverage strong { font: 600 1.08rem var(--serif); letter-spacing: .01em; }
.cms-rating { min-width: 250px; display: grid; gap: 3px; padding: 18px 26px; color: white; border-left: 1px solid rgb(255 255 255 / .25); }
.rating-stars { color: #ffd7d0; font-size: 1.2rem; letter-spacing: .08em; line-height: 1; }
.rating-stars > span { color: rgb(255 255 255 / .35); }
.cms-rating strong { display: block; margin-top: 4px; font: 700 1rem var(--serif); }
.cms-rating small { display: block; color: #ffe7e2; font-size: .68rem; line-height: 1.4; }
.cms-rating em { display: block; max-width: 245px; margin-top: 4px; color: white; font: normal .72rem/1.4 var(--sans); }
.cms-rating .rating-date { margin-top: 2px; color: #f5c7c1; font-size: .62rem; }
.jc-seal { min-width: 150px; display: flex; align-items: center; gap: 11px; padding-left: 28px; border-left: 1px solid rgb(255 255 255 / .25); }
.jc-seal img { width: 82px; height: 82px; display: block; object-fit: contain; filter: drop-shadow(0 4px 7px rgb(55 33 4 / .22)); transition: transform .2s ease; }
.jc-seal span { max-width: 64px; color: white; font-size: .7rem; font-weight: 800; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; }
.jc-seal:hover img { transform: scale(1.06); }

.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2, .difference h2, .faq h2 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
.section-heading > p { max-width: 530px; margin: 0 0 5px; color: var(--muted); font-size: 1.08rem; }
.service-tabs { display: flex; gap: 8px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.service-tabs button { padding: 16px 20px 14px; border: 0; border-bottom: 3px solid transparent; color: #5f7477; background: transparent; font-weight: 750; }
.service-tabs button[aria-selected="true"] { color: var(--navy); border-bottom-color: var(--teal); }
.service-panel { min-height: 390px; display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.service-art { min-height: 100%; position: relative; overflow: hidden; color: #ffd2cc; background: radial-gradient(circle at 30% 30%, #e46063, #b9343b 62%, #80242c); }
.service-art img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center; }
.service-art svg { width: min(65%, 260px); fill: none; stroke: currentColor; stroke-width: 1.3; opacity: .7; }
.service-copy { padding: 54px 62px; color: white; }
.service-label { margin: 0 0 8px; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-copy h3 { max-width: 600px; margin: 0 0 18px; font: 400 clamp(2rem, 3.5vw, 3.1rem)/1.1 var(--serif); }
.service-copy > p:not(.service-label) { max-width: 650px; color: #e7dbd7; }
.service-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid rgb(255 255 255 / .18); list-style: none; }
.service-copy li { position: relative; padding-left: 22px; font-size: .92rem; }
.service-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.service-learn { min-height: 44px; display: inline-flex; align-items: center; margin-top: 20px; color: var(--gold); font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }

.programs { background: #fff4ef; }
.programs-head { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.programs-head h2, .portal h2 { margin: 0; font: 400 clamp(2.5rem, 4.5vw, 4.4rem)/.99 var(--serif); letter-spacing: -.045em; }
.programs-head > p { margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #cfdedc; background: white; box-shadow: 0 18px 50px rgb(5 39 46 / .08); }
.program-grid article { min-height: 450px; display: flex; align-items: flex-start; flex-direction: column; padding: 35px 28px 30px; border-right: 1px solid #d7e2e0; transition: color .25s, background .25s, transform .25s; }
.program-grid article:last-child { border-right: 0; }
.program-grid article:hover { color: white; background: var(--navy); transform: translateY(-7px); }
.program-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 32px; color: var(--teal); border: 1px solid #afd0d0; border-radius: 50%; }
.program-icon svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.program-grid article > p:first-of-type { margin: 0 0 12px; color: var(--teal); font: italic 1rem var(--serif); }
.program-grid h3 { margin: 0 0 17px; font: 700 1.42rem/1.25 var(--serif); }
.program-grid article > p:last-of-type { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.program-link { min-height: 44px; display: flex; align-items: flex-end; margin-top: auto; padding: 14px 0 0; border: 0; color: var(--teal); background: transparent; font-size: .84rem; font-weight: 750; text-align: left; }
.program-link span { margin-left: 6px; }
.program-grid article:hover .program-icon, .program-grid article:hover .program-link, .program-grid article:hover > p:first-of-type { color: var(--gold); }
.program-grid article:hover .program-icon { border-color: #5f7f83; }
.program-grid article:hover > p:last-of-type { color: #cadbdb; }
.palliative-certification { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--navy); }
.palliative-certification img { width: 48px; height: 48px; object-fit: contain; }
.palliative-certification span { display: flex; flex-direction: column; line-height: 1.2; }
.palliative-certification strong { font-size: .78rem; }
.palliative-certification small { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.program-grid article:hover .palliative-certification { color: white; }
.program-grid article:hover .palliative-certification small { color: #cadbdb; }
.hospice-feature { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; margin-top: 24px; padding: 34px 38px; color: white; background: var(--navy-deep); box-shadow: var(--shadow); }
.hospice-icon { width: 88px; height: 88px; display: grid; place-items: center; color: var(--gold); border: 1px solid #58767a; border-radius: 50%; }
.hospice-icon svg { width: 52px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hospice-feature .service-label { margin-bottom: 7px; }
.hospice-feature h3 { margin: 0 0 8px; font: 700 clamp(1.55rem, 2.6vw, 2.25rem)/1.15 var(--serif); }
.hospice-feature div > p:last-child { max-width: 710px; margin: 0; color: #d9ceca; font-size: .94rem; }
.hospice-feature .button { white-space: nowrap; }

.service-areas-preview { background: white; }
.areas-intro { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 78px; margin-bottom: 48px; }
.areas-intro h2 { margin: 0; font: 400 clamp(2.5rem, 4.5vw, 4.4rem)/.99 var(--serif); letter-spacing: -.045em; }
.areas-intro > p { margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.area-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--cream); }
.area-preview-grid article { min-height: 285px; display: flex; flex-direction: column; padding: 30px 27px; border-right: 1px solid var(--line); }
.area-preview-grid article:last-child { border-right: 0; }
.area-preview-grid span, .area-number { color: var(--teal); font: italic 1rem var(--serif); }
.area-preview-grid h3 { margin: 38px 0 15px; font: 700 1.4rem/1.25 var(--serif); }
.area-preview-grid p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }
.areas-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.areas-call { color: var(--muted); font-size: .92rem; }
.areas-call strong { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }

.difference { background: var(--cream); }
.difference-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; }
.feedback-panel { display: grid; gap: 14px; }
.feedback-heading { margin-bottom: 8px; }
.feedback-heading .kicker { margin-bottom: 10px; }
.feedback-heading h2 { max-width: 560px; margin: 0; color: var(--ink); font: 400 clamp(2rem, 3.6vw, 3.5rem)/1.04 var(--serif); letter-spacing: -.035em; }
.feedback-card { position: relative; min-height: 190px; display: flex; align-items: flex-end; padding: 38px 30px 28px; overflow: hidden; color: white; background: var(--teal); }
.feedback-card-featured { min-height: 280px; padding: 56px 42px 34px; background: var(--navy); box-shadow: var(--shadow); }
.feedback-card::before { content: ""; position: absolute; width: 180px; height: 180px; top: -110px; right: -90px; border: 1px solid rgb(255 255 255 / .18); border-radius: 50%; box-shadow: 0 0 0 28px rgb(255 255 255 / .035); }
.feedback-pair { display: grid; grid-template-columns: 1.35fr .9fr; gap: 14px; }
.quote-mark { position: absolute; top: 13px; left: 25px; color: var(--gold); font: 4.5rem/1 var(--serif); }
.feedback-card-featured .quote-mark { top: 20px; left: 36px; font-size: 6rem; }
.feedback-card blockquote { position: relative; margin: 0; font: 400 1.05rem/1.5 var(--serif); }
.feedback-card-featured blockquote { font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.4; }
.difference-copy > p:not(.kicker) { max-width: 620px; color: var(--muted); font-size: 1.04rem; }
.feature-list { margin-top: 34px; border-top: 1px solid #d8d6cf; }
.feature-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid #d8d6cf; }
.feature-list span { color: var(--teal); font: italic 1rem var(--serif); }
.feature-list p { margin: 0; color: var(--muted); font-size: .92rem; }
.feature-list strong { display: block; margin-bottom: 4px; color: var(--ink); font: 700 1.1rem var(--serif); }

.process { color: white; background: var(--navy-deep); }
.process-head { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }
.process h2 { font-size: clamp(2.5rem, 4.7vw, 4.6rem); }
.process h2 em { color: var(--gold); }
.kicker-light { color: #f3b7ae; }
.process-head > p { margin: 0 0 5px; color: #eadfdb; font-size: 1.03rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 64px 0 48px; padding: 0; border-top: 1px solid rgb(255 255 255 / .18); list-style: none; }
.steps li { position: relative; padding: 34px 28px 12px 0; border-right: 1px solid rgb(255 255 255 / .18); }
.steps li + li { padding-left: 28px; }
.steps li:last-child { border-right: 0; }
.steps span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 26px; color: var(--gold); border: 1px solid #55757a; border-radius: 50%; font: italic 1rem var(--serif); }
.steps h3 { margin: 0 0 10px; color: white; font: 700 1.22rem var(--serif); }
.steps p { margin: 0; color: #dfd3cf; font-size: .92rem; line-height: 1.6; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.faq-intro { max-width: 360px; margin: 28px 0 22px; color: var(--muted); }
.dark-link { color: var(--teal); text-decoration-color: #91b9bb; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 25px 0; cursor: pointer; color: var(--ink); font: 700 1.1rem/1.4 var(--serif); list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--teal); font: 400 1.7rem/1 var(--sans); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 700px; margin: -8px 45px 24px 0; color: var(--muted); }

.portal { color: white; background: var(--navy); overflow: hidden; }
.portal-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 9vw; }
.portal-card { width: min(100%, 420px); min-height: 455px; position: relative; padding: 70px 38px 38px; color: var(--ink); background: #fffaf6; border: 10px solid #f1e2dc; border-radius: 20px; box-shadow: 20px 30px 0 #a83239, 0 30px 80px rgb(0 0 0 / .25); transform: rotate(-2deg); }
.portal-top { position: absolute; top: 23px; left: 30px; right: 30px; display: flex; justify-content: flex-end; gap: 5px; }
.portal-top span { width: 7px; height: 7px; border-radius: 50%; background: #a7bdbb; }
.portal-avatar { width: 76px; height: 76px; display: grid; place-items: center; margin: 18px 0 25px; border-radius: 50%; color: white; background: var(--teal); font: 700 1.5rem var(--serif); }
.portal-card > p { margin: 0; color: var(--muted); font-size: .9rem; }
.portal-card > strong { display: block; margin-top: 5px; font: 700 1.8rem var(--serif); }
.referral-card { min-height: 390px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; transform: none; }
.referral-card .service-label { color: var(--teal); }
.referral-card-label { margin-top: 17px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.referral-card > strong, .referral-card > a { color: var(--navy-deep); font: 700 clamp(1.7rem, 4vw, 2.4rem)/1.15 var(--serif); }
.referral-card > a { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.referral-card > small { margin-top: 24px; color: var(--muted); font-size: .83rem; line-height: 1.5; }
.portal-lines { display: grid; gap: 17px; margin-top: 45px; }
.portal-lines span { height: 42px; border-radius: 5px; background: #f4e8e3; box-shadow: inset 6px 0 var(--teal); }
.portal-lines span:nth-child(2) { width: 82%; }
.portal-lines span:nth-child(3) { width: 68%; }
.portal-copy > p:not(.kicker) { max-width: 620px; color: #e1d7d3; font-size: 1.04rem; }
.portal h2 em { color: var(--gold); }
.portal-copy ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.portal-copy li { position: relative; margin: 11px 0; padding-left: 27px; color: #f0e5e2; }
.portal-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.final-cta { padding: 82px 0; color: white; background: #b9363c; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { font-size: clamp(2.4rem, 4.4vw, 4.2rem); }
.final-cta h2 em { color: #ffd8d1; }
.cta-actions { display: flex; align-items: center; gap: 22px; }
.cta-actions > a { color: white; font-size: .82rem; line-height: 1.45; text-decoration: none; }
.cta-actions strong { color: #ffd8d1; font-size: 1.08rem; letter-spacing: .02em; }

footer { padding: 70px 0 24px; color: #eadfdb; background: #19272b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 70px; padding-bottom: 55px; }
.brand-footer { color: white; }
.brand-footer small { color: #99b4b6; }
.footer-grid > div:first-child > p { max-width: 320px; margin: 24px 0 0; color: #9fb6b7; }
.footer-grid h2 { margin: 4px 0 18px; color: #8ba4a6; font: 800 .75rem var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid p { margin: 0; }
.footer-grid address { color: #9fb6b7; font-style: normal; line-height: 1.55; }
.footer-grid .office-hours { color: #9fb6b7; line-height: 1.55; }
.footer-grid .office-hours strong { color: #eadfdb; }
.footer-phone { display: flex; flex-direction: column; gap: 1px; }
.footer-phone strong { color: #ffb3a8; font-size: 1.14rem; }
.footer-phone span { color: #9fb6b7; font-size: .78rem; }
.footer-fax { color: #9fb6b7; }
.footer-fax strong { color: #eadfdb; }
.staff-login { display: flex; flex-direction: column; gap: 1px; margin-top: 3px; padding-top: 11px; border-top: 1px solid rgb(255 255 255 / .13); }
.staff-login strong { color: #eadfdb; }
.staff-login span { color: #9fb6b7; font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / .13); color: #829c9e; font-size: .82rem; }
.footer-bottom p { margin: 0; }

.areas-hero { padding: 90px 0 100px; color: white; background: var(--navy-deep); }
.breadcrumb { display: inline-block; margin-bottom: 48px; color: #f0c4bd; font-size: .9rem; text-decoration: underline; text-underline-offset: 5px; }
.areas-hero h1 { max-width: 850px; margin: 0; font: 400 clamp(3rem, 6vw, 5.6rem)/.98 var(--serif); letter-spacing: -.045em; }
.areas-hero h1 em { color: var(--gold); }
.areas-hero > .shell > p:last-child { max-width: 750px; margin: 30px 0 0; color: #eadfdb; font-size: 1.12rem; }
.area-directory { background: #fff8f2; }
.directory-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.directory-heading h2 { margin: 0; font: 400 clamp(2.5rem, 4.5vw, 4.2rem)/1 var(--serif); letter-spacing: -.04em; }
.directory-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1rem; }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.directory-grid article { padding: 38px 40px 42px; background: white; border: 1px solid var(--line); box-shadow: 0 14px 36px rgb(36 43 46 / .06); }
.directory-grid h3 { margin: 20px 0 25px; font: 700 1.75rem/1.2 var(--serif); }
.directory-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.directory-grid li { position: relative; padding-left: 18px; color: #536368; font-size: .96rem; }
.directory-grid li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.area-contact { padding: 74px 0; color: white; background: #b9363c; }
.area-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.area-contact h2 { margin: 0 0 10px; font: 400 clamp(2.3rem, 4vw, 3.6rem)/1 var(--serif); }
.area-contact p:last-child { max-width: 650px; margin: 0; color: #ffe0db; }
.primary-nav [aria-current="page"]::after { right: 0; }
.legal-hero { padding-bottom: 86px; }
.legal-content { background: var(--cream); }
.legal-grid { display: grid; grid-template-columns: .35fr 1fr; align-items: start; gap: 8vw; }
.legal-grid aside { position: sticky; top: 26px; display: flex; flex-direction: column; gap: 12px; padding: 28px; background: white; border: 1px solid var(--line); }
.legal-grid aside .kicker { margin-bottom: 7px; }
.legal-grid aside a { color: var(--muted); text-decoration: underline; text-underline-offset: 4px; }
.legal-copy { background: white; border: 1px solid var(--line); padding: 8px 52px; }
.legal-copy section { padding: 42px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin: 0 0 18px; font: 700 clamp(1.7rem, 3vw, 2.35rem)/1.15 var(--serif); }
.legal-copy p { color: var(--muted); }
.legal-actions { display: flex; align-items: center; gap: 26px; margin-top: 28px; }

@media (max-width: 960px) {
  .shell { width: min(100% - 36px, 760px); }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; inset: calc(100% - 1px) 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 24px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgb(5 39 46 / .12); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .primary-nav .button { margin-top: 14px; }
  .hero { min-height: 680px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(27 39 43 / .95), rgb(27 39 43 / .74) 64%, rgb(45 38 38 / .2)); }
  .hero-content > p { max-width: 540px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid article { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid #ddd8cc; }
  .quick-grid article:last-child { border-bottom: 0; }
  .section-heading, .process-head { grid-template-columns: 1fr; gap: 28px; }
  .credentials-grid { grid-template-columns: 1fr; padding: 22px 0; }
  .since { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / .25); }
  .coverage { padding: 18px 0 0; }
  .cms-rating { margin-top: 20px; padding: 20px 0 0; border-top: 1px solid rgb(255 255 255 / .25); border-left: 0; }
  .jc-seal { margin-top: 22px; padding: 20px 0 0; border-top: 1px solid rgb(255 255 255 / .25); border-left: 0; }
  .jc-seal img { width: 76px; height: 76px; }
  .jc-seal span { max-width: none; }
  .programs-head { grid-template-columns: 1fr; gap: 24px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-grid article:nth-child(2) { border-right: 0; }
  .program-grid article { border-bottom: 1px solid #d7e2e0; }
  .program-grid article:nth-child(3), .program-grid article:nth-child(4) { border-bottom: 0; }
  .hospice-feature { grid-template-columns: auto 1fr; }
  .hospice-feature .button { grid-column: 2; justify-self: start; }
  .areas-intro, .directory-heading { grid-template-columns: 1fr; gap: 24px; }
  .area-preview-grid { grid-template-columns: 1fr 1fr; }
  .area-preview-grid article:nth-child(2) { border-right: 0; }
  .area-preview-grid article { border-bottom: 1px solid var(--line); }
  .area-preview-grid article:nth-child(3), .area-preview-grid article:nth-child(4) { border-bottom: 0; }
  .service-panel { grid-template-columns: 1fr; }
  .service-art { min-height: 300px; }
  .service-art svg { width: 170px; }
  .difference-grid { grid-template-columns: 1fr; gap: 64px; }
  .feedback-panel { max-width: 720px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li:nth-child(3) { padding-left: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .portal-grid { grid-template-columns: 1fr; gap: 75px; }
  .portal-card { margin-inline: auto; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .areas-hero { padding: 72px 0 82px; }
  .legal-grid { grid-template-columns: 1fr; gap: 28px; }
  .legal-grid aside { position: static; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 560px); }
  .utility-inner { justify-content: center; }
  .utility-inner p { display: none; }
  .nurse-line span { display: inline; }
  .mobile-call { position: fixed; z-index: 18; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 8px 15px 8px 10px; color: white; background: var(--navy-deep); border: 1px solid rgb(255 255 255 / .2); border-radius: 32px; box-shadow: 0 8px 28px rgb(0 0 0 / .3); }
  .mobile-call svg { width: 36px; height: 36px; padding: 8px; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; border: 1px solid #5a7c80; border-radius: 50%; }
  .mobile-call span { display: flex; flex-direction: column; font-size: .92rem; font-weight: 800; line-height: 1.2; }
  .mobile-call small { color: #bdd2d3; font-size: .64rem; font-weight: 600; }
  .nav-wrap { min-height: 76px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .52rem; }
  .brand-mark { width: 44px; height: 44px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgb(27 39 43 / .98) 8%, rgb(27 39 43 / .78) 58%, rgb(45 38 38 / .2) 100%); }
  .hero-content { padding: 180px 0 46px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-content > p { margin: 20px 0 25px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-row { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 32px; }
  .quick-grid article { grid-template-columns: auto 1fr; }
  .coverage > div { gap: 8px 18px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid article, .program-grid article:nth-child(2), .program-grid article:nth-child(3) { min-height: 380px; border-right: 0; border-bottom: 1px solid #d7e2e0; }
  .program-grid article:last-child { border-bottom: 0; }
  .hospice-feature { grid-template-columns: 1fr; padding: 30px 24px; }
  .hospice-feature .button { grid-column: auto; }
  .hospice-icon { width: 72px; height: 72px; }
  .area-preview-grid, .directory-grid { grid-template-columns: 1fr; }
  .area-preview-grid article, .area-preview-grid article:nth-child(2), .area-preview-grid article:nth-child(3) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .area-preview-grid article:last-child { border-bottom: 0; }
  .area-preview-grid h3 { margin-top: 24px; }
  .areas-actions, .area-contact-inner { align-items: flex-start; flex-direction: column; }
  .directory-grid article { padding: 30px 24px 34px; }
  .directory-grid ul { grid-template-columns: 1fr; }
  .legal-copy { padding: 4px 24px; }
  .legal-actions { align-items: flex-start; flex-direction: column; }
  .quick-grid .circle-link { display: none; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 40px; }
  .service-tabs { overflow-x: auto; }
  .service-tabs button { flex: 0 0 auto; padding-inline: 13px; }
  .service-copy { padding: 36px 24px; }
  .service-art { min-height: 250px; }
  .service-copy ul { grid-template-columns: 1fr; }
  .feedback-pair { grid-template-columns: 1fr; }
  .feedback-card, .feedback-card-featured { min-height: auto; padding: 54px 26px 28px; }
  .portal-card { min-height: 400px; padding-inline: 25px; transform: none; box-shadow: 10px 14px 0 #a83239; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li, .steps li:nth-child(3) { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / .18); }
  .steps span { margin: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cta-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .brand { gap: 8px; }
  .brand strong { font-size: .94rem; letter-spacing: .09em; }
  .brand small { font-size: .46rem; letter-spacing: .12em; }
  .mobile-call { max-width: calc(100% - 28px); }
}

@media (forced-colors: active) {
  :focus-visible { outline: 3px solid Highlight; }
  .button, .circle-link, .service-tabs button { border: 2px solid ButtonText; }
}

/* Program, service, about, and inquiry pages */
.detail-hero { padding: 78px 0 88px; color: white; background: linear-gradient(125deg, var(--navy-deep), #394a4f); }
.detail-hero .breadcrumb { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 30px; color: #f4cbc5; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.detail-hero h1 { max-width: 900px; margin: 0; font: 400 clamp(2.8rem, 6vw, 5.5rem)/1 var(--serif); letter-spacing: -.045em; }
.detail-hero h1 em { color: var(--gold); }
.detail-hero > .shell > p:not(.kicker) { max-width: 740px; margin: 26px 0 30px; color: #efe4e1; font-size: 1.12rem; }
.detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.detail-actions .phone-link { min-height: 44px; display: inline-flex; align-items: center; color: white; font-weight: 750; text-decoration: underline; text-underline-offset: 5px; }
.detail-main { background: white; }
.detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: start; }
.detail-copy h2, .detail-list h2, .about-section h2, .inquiry-section h2 { margin: 0 0 20px; font: 400 clamp(2rem, 3.5vw, 3.4rem)/1.08 var(--serif); letter-spacing: -.035em; }
.detail-copy h3 { margin: 34px 0 10px; font: 700 1.3rem var(--serif); }
.detail-copy p, .detail-copy li, .about-section p { color: var(--muted); font-size: 1.03rem; }
.detail-list { padding: 34px; background: var(--cream); border-top: 5px solid var(--teal); box-shadow: 0 16px 42px rgb(41 56 61 / .1); }
.detail-list h2 { font-size: 1.9rem; }
.detail-list ul { margin: 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); }
.detail-list li:last-child { border-bottom: 0; }
.detail-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.palliative-credential { padding: 64px 0; background: #fff4ef; }
.palliative-credential-card { display: grid; grid-template-columns: 180px 1fr; gap: 42px; align-items: center; max-width: 920px; margin-inline: auto; padding: 34px 44px; background: white; border: 1px solid var(--line); box-shadow: 0 16px 42px rgb(41 56 61 / .09); }
.palliative-credential-card img { display: block; width: 180px; height: 180px; object-fit: contain; }
.palliative-credential-card h2 { margin: 5px 0 14px; font: 700 clamp(2rem, 4vw, 3rem)/1.08 var(--serif); letter-spacing: -.03em; }
.palliative-credential-card p:not(.kicker) { max-width: 620px; color: var(--muted); }
.expect-section { background: var(--cream); }
.expect-section h2 { margin: 0 0 40px; font: 400 clamp(2.2rem, 4vw, 3.8rem)/1.06 var(--serif); }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: white; }
.expect-grid article { padding: 34px 30px; border-right: 1px solid var(--line); }
.expect-grid article:last-child { border-right: 0; }
.expect-grid span { color: var(--teal); font: italic 1.1rem var(--serif); }
.expect-grid h3 { margin: 22px 0 10px; font: 700 1.3rem var(--serif); }
.expect-grid p { margin: 0; color: var(--muted); }
.research-article { background: white; }
.research-shell { max-width: 980px; }
.research-header { max-width: 850px; margin-bottom: 52px; }
.research-header h2 { margin: 0; font: 400 clamp(2.35rem, 4.8vw, 4.35rem)/1.02 var(--serif); letter-spacing: -.04em; }
.research-deck { max-width: 790px; margin: 24px 0 14px; color: var(--muted); font-size: 1.12rem; }
.research-meta { margin: 0; color: var(--teal); font-size: .82rem; font-weight: 750; letter-spacing: .03em; }
.research-body { color: var(--ink); }
.research-summary { margin-bottom: 48px; padding: 28px 32px; background: var(--navy-deep); color: white; border-left: 5px solid var(--gold); }
.research-summary strong { color: var(--gold); font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.research-summary p { margin: 10px 0 0; color: #eee2de; font-size: 1.08rem; }
.research-body > section:not(.references) { padding: 36px 0; border-top: 1px solid var(--line); }
.research-body h3 { margin: 0 0 16px; font: 700 clamp(1.45rem, 2.5vw, 2rem)/1.22 var(--serif); }
.research-body p { color: var(--muted); }
.research-body sup a { color: var(--teal); font-weight: 800; text-decoration: underline; }
.evidence-label { margin: 0 0 10px; color: var(--teal) !important; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.practice-points { margin-top: 10px; }
.practice-points ul { margin: 0; padding: 0; list-style: none; }
.practice-points li { position: relative; padding: 13px 0 13px 30px; color: var(--muted); border-bottom: 1px solid var(--line); }
.practice-points li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.practice-points strong { color: var(--ink); }
.research-note { margin: 38px 0 48px; padding: 22px 26px; color: #5f5552; background: #fff4ef; border-left: 4px solid var(--teal); }
.references { padding: 38px 34px; background: var(--cream); }
.references h3 { font-size: 1.55rem; }
.references ol { margin: 0; padding-left: 24px; }
.references li { padding: 9px 0; color: var(--muted); font-size: .9rem; }
.references a { color: var(--teal); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.care-comparison { background: white; }
.comparison-heading { display: grid; grid-template-columns: .35fr 1fr; align-items: end; gap: 60px; margin-bottom: 38px; }
.comparison-heading h2 { max-width: 760px; margin: 0; font: 400 clamp(2.3rem, 4vw, 3.8rem)/1.06 var(--serif); letter-spacing: -.035em; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--cream); }
.comparison-grid article { padding: 38px 40px; }
.comparison-grid article + article { border-left: 1px solid var(--line); background: #fff4ef; }
.comparison-grid h3 { margin: 0 0 14px; font: 700 1.65rem/1.2 var(--serif); }
.comparison-grid p { margin: 0 0 22px; color: var(--muted); }
.detail-cta { padding: 64px 0; color: white; background: var(--teal); }
.detail-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.detail-cta h2 { margin: 0 0 8px; font: 400 clamp(2rem, 4vw, 3.5rem)/1.05 var(--serif); }
.detail-cta p { margin: 0; color: #fff0ed; }
.about-credentials { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 40px; border: 1px solid var(--line); }
.about-credentials article { padding: 28px; border-right: 1px solid var(--line); }
.about-credentials article:last-child { border-right: 0; }
.about-credentials strong { display: block; color: var(--teal); font: 700 1.45rem var(--serif); }
.about-credentials span { color: var(--muted); font-size: .9rem; }
.inquiry-intro { max-width: 760px; margin-bottom: 34px; color: var(--muted); }
.referral-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 34px; }
.referral-paths article { padding: 30px; background: white; border: 1px solid var(--line); }
.referral-paths article:last-child { color: white; background: var(--navy); border-color: var(--navy); }
.referral-paths h3, .inquiry-card > h3 { margin: 0 0 12px; font: 700 1.6rem/1.2 var(--serif); }
.referral-paths p:not(.kicker) { color: var(--muted); }
.referral-paths article:last-child p:not(.kicker) { color: #e3d8d4; }
.referral-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 22px; }
.referral-actions span { color: white; }
.inquiry-card > .privacy-note { margin: -4px 0 24px; }
.inquiry-switch { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.inquiry-switch a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid #c8d2d0; font-weight: 750; }
.inquiry-card { max-width: 860px; padding: 38px; background: var(--cream); border-top: 5px solid var(--teal); box-shadow: var(--shadow); }
.inquiry-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.inquiry-card label { display: grid; gap: 7px; font-weight: 750; }
.inquiry-card label.full, .inquiry-card .form-actions { grid-column: 1 / -1; }
.inquiry-card input, .inquiry-card select { width: 100%; min-height: 52px; padding: 10px 12px; color: var(--ink); background: white; border: 1px solid #9caeac; border-radius: 2px; }
.inquiry-card input:focus, .inquiry-card select:focus { border-color: var(--teal); }
.field-help, .form-status, .privacy-note { margin: 0; color: var(--muted); font-size: .88rem; font-weight: 400; }
.form-status { min-height: 26px; margin-top: 14px; color: var(--navy); font-weight: 750; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.language-note { padding: 18px 22px; background: #fff1ed; border-left: 4px solid var(--teal); }
.detail-footer { padding: 40px 0; color: #eadedb; background: var(--navy-deep); }
.detail-footer .shell { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.detail-footer a { text-decoration: underline; text-underline-offset: 4px; }

.careers-hero { padding: 88px 0 94px; color: white; background: linear-gradient(120deg, #1e2d32 0%, #29383d 68%, #8f2d33 100%); }
.careers-hero-grid { display: grid; grid-template-columns: 1fr .42fr; align-items: end; gap: 8vw; }
.careers-hero h1 { max-width: 800px; margin: 0; font: 400 clamp(3rem, 6vw, 5.5rem)/.98 var(--serif); letter-spacing: -.045em; }
.careers-hero h1 em { color: var(--gold); }
.careers-hero-grid > div > p:not(.kicker) { max-width: 690px; margin: 28px 0 32px; color: #eadfdb; font-size: 1.12rem; }
.career-callout { padding: 36px; color: var(--ink); background: #fff8f2; border-top: 7px solid var(--teal); box-shadow: var(--shadow); }
.career-callout span { color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.career-callout strong { display: block; margin: 8px 0 17px; color: var(--teal); font: 400 4.2rem/1 var(--serif); }
.career-callout p { margin: 0; color: var(--muted); }
.career-values { background: var(--cream); }
.career-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border: 1px solid var(--line); }
.career-value-grid article { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); }
.career-value-grid article:last-child { border-right: 0; }
.career-value-grid span { color: var(--teal); font: italic 1rem var(--serif); }
.career-value-grid h3 { margin: 42px 0 12px; font: 700 1.45rem/1.2 var(--serif); }
.career-value-grid p { margin: 0; color: var(--muted); }
.career-openings { background: white; }
.openings-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.openings-heading h2 { margin: 0; font: 400 clamp(2.6rem, 4.8vw, 4.5rem)/1 var(--serif); letter-spacing: -.045em; }
.openings-heading > p { margin: 0 0 6px; color: var(--muted); }
.job-group + .job-group { margin-top: 68px; }
.job-group-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--ink); }
.job-group-heading span { color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.job-group-heading h3 { margin: 0; font: 700 1.2rem var(--serif); }
.job-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.job-list-single { grid-template-columns: minmax(0, 1fr); max-width: 760px; }
.job-card { display: flex; flex-direction: column; padding: 34px; background: var(--cream); border: 1px solid var(--line); box-shadow: 0 14px 34px rgb(36 43 46 / .06); }
.job-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.job-title p { margin: 0 0 7px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.job-title h4 { margin: 0; font: 700 clamp(1.45rem, 2.5vw, 2rem)/1.15 var(--serif); }
.job-title > span { min-width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: .78rem; font-weight: 850; letter-spacing: .04em; }
.job-card > p { color: var(--muted); }
.job-card ul { margin: 8px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.job-card li { position: relative; margin: 9px 0; padding-left: 22px; }
.job-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.job-card .button { align-self: flex-start; margin-top: auto; }
.hospice-jobs .job-group-heading { border-bottom-color: var(--teal); }
.application-section { background: #fff4ef; }
.application-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: start; gap: 8vw; }
.application-grid h2 { margin: 0 0 18px; font: 400 clamp(2.5rem, 4.2vw, 4rem)/1 var(--serif); }
.application-grid > div > p:not(.kicker) { max-width: 650px; color: var(--muted); }
.application-grid .button { margin-top: 16px; }
.application-grid aside { padding: 34px; color: white; background: var(--navy); }
.application-grid aside h3 { margin: 0 0 14px; color: var(--gold); font: 700 1.5rem var(--serif); }
.application-grid aside p { color: #eadfdb; }
.application-grid aside a { color: var(--gold); text-decoration: underline; text-underline-offset: 4px; }
.equal-opportunity { padding: 42px 0; color: #c8d3d4; background: var(--navy-deep); }
.equal-opportunity .shell { display: grid; grid-template-columns: .3fr 1fr; gap: 55px; align-items: start; }
.equal-opportunity h2 { margin: 0; color: white; font: 700 1.25rem var(--serif); }
.equal-opportunity p { max-width: 850px; margin: 0; font-size: .9rem; }

@media (max-width: 800px) {
  .detail-grid { grid-template-columns: 1fr; gap: 48px; }
  .palliative-credential-card { grid-template-columns: 130px 1fr; gap: 28px; padding: 30px; }
  .palliative-credential-card img { width: 130px; height: 130px; }
  .comparison-heading { grid-template-columns: 1fr; gap: 16px; }
  .expect-grid, .about-credentials { grid-template-columns: 1fr 1fr; }
  .expect-grid article:nth-child(2), .about-credentials article:nth-child(2) { border-right: 0; }
  .expect-grid article, .about-credentials article { border-bottom: 1px solid var(--line); }
  .expect-grid article:nth-last-child(-n+1), .about-credentials article:nth-last-child(-n+2) { border-bottom: 0; }
  .detail-cta .shell { align-items: flex-start; flex-direction: column; }
  .referral-paths { grid-template-columns: 1fr; }
  .careers-hero-grid, .openings-heading, .application-grid { grid-template-columns: 1fr; gap: 38px; }
  .career-callout { max-width: 520px; }
  .career-value-grid { grid-template-columns: 1fr; }
  .career-value-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .career-value-grid article:last-child { border-bottom: 0; }
  .job-list { grid-template-columns: 1fr; }
  .equal-opportunity .shell { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 560px) {
  .detail-hero { padding: 54px 0 64px; }
  .expect-grid, .about-credentials, .inquiry-card form { grid-template-columns: 1fr; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .expect-grid article, .expect-grid article:nth-child(2), .about-credentials article, .about-credentials article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .expect-grid article:last-child, .about-credentials article:last-child { border-bottom: 0; }
  .inquiry-card { padding: 28px 20px; }
  .inquiry-card label.full, .inquiry-card .form-actions { grid-column: auto; }
  .research-summary, .references { padding: 24px 20px; }
  .research-body > section:not(.references) { padding: 30px 0; }
  .careers-hero { padding: 54px 0 64px; }
  .career-callout, .job-card, .application-grid aside { padding: 26px 22px; }
  .job-group-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .job-title > span { min-width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
