@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "Joyful Webfont";
  src: url("https://cdn.prod.website-files.com/65b2e92aedef35d0ade46f52/65b8d92e9654c69acb4cc7ef_joyful-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --blue: #003b71;
  --plum: #4c3041;
  --teal: #44797b;
  --cream: #f1e4b2;
  --cream-50: #f8f2d9;
  --orange: #ff9e18;
  --red: #ff4438;
  --white: #ffffff;
  --paper: #fffdf8;
  --ink: #17334f;
  --muted: #5d6e7f;
  --line: rgb(0 59 113 / 18%);
  --shadow: 0 20px 60px rgb(0 59 113 / 12%);
  --headline: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  --body: "Lora", Georgia, serif;
  --callout: "Joyful Webfont", "Montserrat", ui-sans-serif, sans-serif;
  --content: 1240px;
  --content-wide: 1600px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1.0625rem/1.68 var(--body);
  text-rendering: optimizeLegibility;
}

body.lightbox-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px var(--blue);
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: -100px;
  left: 1rem;
  padding: .8rem 1rem;
  color: var(--blue);
  background: var(--orange);
  font: 700 1rem/1.2 var(--headline);
}

.skip-link:focus {
  top: 1rem;
}

.eyebrow,
.utility,
.button,
.text-link,
.site-nav,
.site-header,
.trust-strip,
.path-card,
.circle-arrow,
.care-card,
.social-meta,
.award-name,
.site-footer,
.anchor-nav,
.icon-list,
.step,
.chat-preview,
label,
input,
select,
textarea,
.field-note {
  font-family: var(--headline);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--blue);
  font-family: var(--headline);
  font-weight: 500;
  letter-spacing: -.035em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.9rem, 5vw, 5rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.65rem);
  line-height: 1.08;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.2;
}

h4 {
  font-size: 1.05rem;
  line-height: 1.35;
}

p {
  margin: 0;
}

.eyebrow {
  margin-bottom: .8rem;
  color: var(--blue);
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .095em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.on-dark {
  color: var(--white);
}

.lead {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.4vw, 1.24rem);
  line-height: 1.7;
}

.section-shell {
  width: min(calc(100% - 3rem), var(--shell-content, var(--content)));
  margin-inline: auto;
}

main > .section-shell,
main > section:not(.help-strip) > .section-shell {
  --shell-content: var(--content-wide);
}

.section-pad {
  padding-block: clamp(5.5rem, 9vw, 8rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .6fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.2rem;
}

.section-heading > div:first-child {
  max-width: 760px;
}

.section-heading .lead {
  justify-self: end;
}

.section-heading.centered {
  display: block;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .lead {
  margin: 1.2rem auto 0;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .85rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--blue);
  background: var(--orange);
}

.button.secondary {
  color: var(--blue);
  background: var(--cream);
}

.button.outline {
  color: var(--blue);
  border-color: var(--blue);
  background: transparent;
}

.button.on-dark {
  color: var(--white);
  border-color: var(--white);
  background: transparent;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 44px;
  color: var(--blue);
  font-weight: 700;
  text-decoration-thickness: .08em;
  text-underline-offset: .22em;
}

.circle-arrow {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--orange);
  font-size: 1.05rem;
  font-weight: 700;
}

/* Header and global navigation */
.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) max-content;
  gap: clamp(1rem, 1.5vw, 1.75rem);
  align-items: center;
  width: 100%;
  padding: .75rem clamp(1rem, 2vw, 2.5rem);
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 8px 24px rgb(0 24 50 / 12%);
}

.brand {
  width: 220px;
  max-width: 100%;
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-nav {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(.7rem, 1vw, 1.15rem);
}

.site-nav > a,
.nav-group > summary,
.nav-group-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.site-nav > a[aria-current="page"],
.nav-group > summary[aria-current="page"],
.nav-group-link[aria-current="page"],
.site-nav > a:hover,
.nav-group > summary:hover,
.nav-group-link:hover {
  color: var(--cream);
}

.nav-group {
  position: relative;
}

.nav-group-split {
  position: relative;
  min-width: 132px;
  min-height: 44px;
}

.nav-group-link {
  position: absolute;
  top: 0;
  right: 30px;
  left: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

.nav-group-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  min-height: 44px;
}

.nav-group-menu > summary {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  min-height: 44px;
  display: grid;
  place-items: center;
  font-size: 0;
}

.nav-group-menu .nav-popover {
  left: -102px;
}

.nav-group > summary {
  gap: .35rem;
  list-style: none;
}

.nav-group > summary::-webkit-details-marker {
  display: none;
}

.nav-group > summary::after {
  content: "";
  width: .5rem;
  height: .5rem;
  flex: 0 0 auto;
  margin-left: .15rem;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: translateY(-.12rem) rotate(45deg);
  transform-origin: center;
}

.nav-group[open] > summary::after {
  transform: translateY(.12rem) rotate(225deg);
}

.nav-group-menu > summary::after {
  margin: 0;
}

.site-nav > a > span[aria-hidden="true"] {
  flex: 0 0 auto;
  margin-left: .3rem;
}

.nav-popover {
  position: absolute;
  top: calc(100% + .5rem);
  left: -.85rem;
  min-width: 240px;
  padding: .65rem;
  border-top: 4px solid var(--orange);
  color: var(--blue);
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-popover a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: .55rem .7rem;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
}

.nav-popover a:hover {
  background: var(--cream-50);
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .8rem;
  white-space: nowrap;
}

.header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: .95rem;
  font-weight: 700;
  white-space: nowrap;
}

.header-actions .button {
  min-height: 46px;
  padding-inline: 1rem;
}

.menu-toggle {
  min-width: 52px;
  min-height: 48px;
  display: none;
  border: 1px solid rgb(255 255 255 / 55%);
  color: var(--white);
  background: transparent;
  font: 700 .9375rem/1 var(--headline);
}

/* Homepage */
.home-hero {
  min-height: 660px;
  position: relative;
  display: flex;
  overflow: hidden;
  background: var(--white);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(4.5rem, 7vw, 7rem) clamp(2rem, 6vw, 7rem);
  padding-left: max(1.5rem, calc((100vw - var(--content)) / 2));
}

.home-hero-copy h1 {
  max-width: 11ch;
}

.home-hero-copy h1 span {
  display: block;
  margin-top: .16em;
  padding: .08em .06em .12em .08em;
  color: var(--teal);
  font-family: var(--callout);
  font-size: 1.06em;
  font-feature-settings: "liga" 0, "clig" 0;
  font-kerning: none;
  font-weight: 400;
  letter-spacing: .018em;
  line-height: 1.08;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: .25px currentColor;
  white-space: nowrap;
}

.home-hero-copy .lead {
  max-width: 38ch;
  margin-top: 1.4rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}

.home-hero-media {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 60%;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.home-hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: clamp(100px, 9vw, 185px);
  background: linear-gradient(
    90deg,
    var(--white) 0%,
    rgb(255 255 255 / 94%) 18%,
    rgb(255 255 255 / 62%) 50%,
    rgb(255 255 255 / 22%) 76%,
    transparent 100%
  );
  pointer-events: none;
  content: "";
}

.home-hero-media::after {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 7px;
  background: var(--orange);
  content: "";
}

.trust-strip {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 2rem), var(--content-wide));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -38px auto 0;
  color: var(--white);
  background: var(--blue);
  box-shadow: var(--shadow);
}

.trust-strip a {
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 1.9rem;
  border-right: 1px solid rgb(255 255 255 / 22%);
  color: var(--white);
  font-size: 1.0875rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.trust-strip .circle-arrow {
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
}

.trust-strip a:last-child {
  border-right: 0;
}

.trust-strip a:hover {
  background: var(--teal);
}

.audience-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.audience-section {
  padding-top: clamp(3.5rem, 6vw, 5rem);
}

.path-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  color: var(--white);
  background: var(--blue);
  text-align: center;
  text-decoration: none;
}

.path-card:nth-child(2) {
  background: var(--teal);
}

.path-card:nth-child(3) {
  color: var(--blue);
  background: var(--cream);
}

.path-card svg {
  width: 52px;
  height: 52px;
  margin-bottom: .2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.path-card strong {
  max-width: 18ch;
  font-size: 1.25rem;
  line-height: 1.35;
}

.path-card .circle-arrow {
  margin-top: .2rem;
}

.care-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.care-card {
  min-height: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  color: var(--blue);
  background: var(--white);
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}

.care-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--teal);
  content: "";
}

.care-card:nth-child(2)::before {
  background: var(--orange);
}

.care-card:nth-child(3)::before {
  background: var(--blue);
}

.care-card svg {
  width: 58px;
  height: 58px;
  align-self: center;
  margin: 0 auto;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.care-card h3 {
  max-width: none;
  margin-bottom: 0;
  text-wrap: balance;
}

.care-preview-title {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.service-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-preview-card {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(180px, .85fr) minmax(0, 1.15fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  background: var(--white);
  text-decoration: none;
  overflow: hidden;
}

.service-preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-preview-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 3.5vw, 3.5rem);
}

.service-preview-copy strong {
  font: 500 clamp(1.75rem, 2.8vw, 3rem)/1.08 var(--headline);
  text-wrap: balance;
}

.service-preview-copy > span {
  font-family: var(--headline);
  font-size: .94rem;
  font-weight: 700;
}

.service-preview-copy b {
  margin-left: .35rem;
  color: var(--orange);
}

.service-preview-card:focus-visible,
.service-preview-card:hover {
  background: var(--cream-50);
}

.media-duo {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  min-height: 460px;
  color: var(--blue);
  background: var(--cream-50);
}

.media-duo-visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.media-duo-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-duo-visual iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  border: 0;
}

.media-duo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}

.media-duo-card .button {
  margin-top: 1.6rem;
}

.media-duo-card + .media-duo-card {
  border-left: 1px solid var(--line);
}

.specialty-preview {
  display: grid;
  grid-template-columns: .8fr 2.2fr;
  gap: 3rem;
  align-items: start;
}

.specialty-preview-intro .lead {
  margin: 1.1rem 0 1.6rem;
}

.specialty-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.specialty-list a {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font: 600 1rem/1.4 var(--headline);
  text-decoration: none;
}

.specialty-list a:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.specialty-list a:nth-child(even) {
  border-right: 0;
}

.specialty-list a:hover {
  background: var(--cream-50);
}

.social-section {
  color: var(--blue);
  background: var(--white);
}

.social-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: clamp(3.5rem, 6vw, 5rem);
  align-items: start;
}

.social-intro {
  position: sticky;
  top: 125px;
}

.social-intro .lead {
  margin: 1rem 0 1.5rem;
}

.social-feed {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 1.25rem;
  scroll-snap-type: inline mandatory;
}

.social-post {
  min-width: 0;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  background: var(--paper);
}

.social-post img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.social-post-copy {
  padding: 1.25rem;
}

.social-meta {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .8rem;
  color: var(--teal);
  font-size: .9375rem;
  font-weight: 700;
}

.facebook-mark {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #1877f2;
  font-weight: 700;
}

.social-post h3 {
  font-size: 1.2rem;
}

.social-post p:last-child {
  margin-top: .7rem;
  color: var(--muted);
  font-size: .96rem;
}

.testimonial-band {
  width: min(calc(100% - 3rem), var(--content-wide));
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  margin-inline: auto;
  color: var(--white);
  background: var(--teal);
}

.testimonial-photo {
  min-height: 460px;
  margin: 0;
  overflow: hidden;
}

.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.testimonial-copy blockquote {
  max-width: 26ch;
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.5;
}

.testimonial-copy cite {
  margin-top: 1.5rem;
  font: 600 .95rem/1.4 var(--headline);
  font-style: normal;
}

.testimonial-copy .button {
  margin-top: 2rem;
}

[data-ion-id="home-testimonial"] {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

[data-ion-id="home-testimonial"] .testimonial-copy {
  padding: clamp(2.5rem, 4vw, 4rem);
}

[data-ion-id="home-testimonial"] .testimonial-copy blockquote {
  max-width: 32ch;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.42;
}

.awards {
  background: var(--cream-50);
}

.awards .section-heading {
  display: block;
}

.awards .section-heading h2 {
  max-width: none;
}

.awards-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.award {
  min-height: 230px;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.award img {
  width: 100%;
  height: auto;
  max-height: 135px;
  object-fit: contain;
}

.award-name {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.help-strip {
  color: var(--white);
  background: var(--blue);
}

.help-strip-inner {
  min-height: 250px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.help-strip h2 {
  color: var(--white);
}

.help-strip .lead {
  margin-top: 1rem;
  color: rgb(255 255 255 / 82%);
}

.help-strip-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .8rem;
}

body[data-page-id="careers"] [data-ion-id="careers-cta"] .help-strip-inner {
  --shell-content: var(--content-wide);
  min-height: 360px;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.55fr);
  gap: clamp(3rem, 5vw, 5.5rem);
  padding-block: clamp(4rem, 7vw, 6rem);
}

body[data-page-id="careers"] [data-ion-id="careers-cta"] h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 3.6vw, 3.65rem);
  line-height: 1.06;
}

body[data-page-id="careers"] [data-ion-id="careers-cta"] .help-strip-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

body[data-page-id="careers"] [data-ion-id="careers-cta"] .button {
  min-height: 64px;
  padding-inline: 1.15rem;
  text-align: center;
}

/* Interior pages */
.inner-hero {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  color: var(--blue);
  background: var(--cream-50);
}

.inner-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 6vw, 7rem);
  padding-left: max(1.5rem, calc((100vw - var(--content)) / 2));
}

.inner-hero-copy .lead {
  margin-top: 1.25rem;
}

.inner-hero-media {
  min-height: 540px;
  margin: 0;
  overflow: hidden;
}

.inner-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero-media.building img {
  object-position: center 55%;
}

.inner-hero-fade {
  position: relative;
  display: flex;
  overflow: hidden;
  background: var(--white);
}

.inner-hero-fade .inner-hero-copy {
  position: relative;
  z-index: 2;
  width: 58%;
}

.inner-hero-fade .inner-hero-copy .lead {
  max-width: 43ch;
}

.inner-hero-fade .inner-hero-copy h1 {
  -webkit-text-stroke: 2px var(--white);
  paint-order: stroke fill;
  text-shadow: 0 0 6px rgb(255 255 255 / 78%);
}

.inner-hero-fade .inner-hero-media {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 60%;
}

.inner-hero-fade .inner-hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: clamp(100px, 9vw, 185px);
  background: linear-gradient(
    90deg,
    var(--white) 0%,
    rgb(255 255 255 / 94%) 18%,
    rgb(255 255 255 / 62%) 50%,
    rgb(255 255 255 / 22%) 76%,
    transparent 100%
  );
  pointer-events: none;
  content: "";
}

.values-ribbon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-block: 2px solid var(--blue);
  color: var(--white);
  background: var(--blue);
}

.values-viewport {
  min-width: 0;
  overflow: hidden;
}

.values-track {
  width: max-content;
  display: flex;
  animation: value-scroll 35s linear infinite;
}

.values-track.is-paused,
.values-ribbon:focus-within .values-track,
.values-track:hover {
  animation-play-state: paused;
}

.values-track ul {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.values-track li {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding-inline: 2.3rem;
  border-right: 1px solid rgb(255 255 255 / 32%);
  font: 700 1rem/1.3 var(--headline);
}

.values-toggle {
  min-width: 92px;
  border: 0;
  border-left: 2px solid rgb(255 255 255 / 42%);
  color: var(--white);
  background: var(--blue);
  font: 700 .9375rem/1 var(--headline);
  cursor: pointer;
}

@keyframes value-scroll {
  to {
    transform: translateX(-50%);
  }
}

.story-split {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.story-split.reverse {
  grid-template-columns: minmax(420px, 1.2fr) minmax(0, .8fr);
}

.story-split.reverse > figure {
  order: -1;
}

.story-split-copy .lead {
  margin-top: 1.2rem;
}

.story-split-copy h2 + p {
  margin-top: 1.2rem;
}

.story-split-copy p + p {
  margin-top: .9rem;
}

.story-split-copy .button,
.story-split-copy .text-link {
  margin-top: 1.6rem;
}

.story-split figure {
  margin: 0;
}

.story-split figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.story-split figure.framed-photo {
  padding: clamp(.65rem, 1vw, 1rem);
  background: var(--white);
  box-shadow: var(--shadow);
}

.story-split-fade {
  gap: 0;
}

.story-split-fade .story-split-copy {
  position: relative;
  z-index: 2;
  padding-right: clamp(2rem, 6vw, 6rem);
}

.story-split-fade figure {
  position: relative;
  width: calc(100% + 7rem);
  margin-left: -7rem;
}

.story-split-fade figure::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: clamp(100px, 10vw, 190px);
  background: linear-gradient(
    90deg,
    var(--white) 0%,
    rgb(255 255 255 / 92%) 20%,
    rgb(255 255 255 / 58%) 55%,
    transparent 100%
  );
  pointer-events: none;
  content: "";
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.reason {
  min-height: 220px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reason h3 {
  margin-top: .25rem;
}

.reason span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--orange);
  font: 700 .9375rem/1 var(--headline);
}

.reason p {
  margin-top: .75rem;
  color: var(--muted);
  font-size: 1rem;
}

.anchor-nav {
  position: sticky;
  z-index: 20;
  top: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgb(255 255 255 / 22%);
  color: var(--white);
  background: rgb(0 59 113 / 97%);
  backdrop-filter: blur(12px);
}

.anchor-nav a {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .75rem 1rem;
  border-right: 1px solid rgb(255 255 255 / 22%);
  color: var(--white);
  font-size: .9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.anchor-nav a:hover {
  background: var(--teal);
}

.anchor-nav .circle-arrow {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.care-module {
  scroll-margin-top: 155px;
}

.care-module:nth-of-type(even) {
  background: var(--cream-50);
}

.care-module-layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.care-module-intro {
  position: sticky;
  top: 180px;
}

.care-module-intro .lead {
  margin-top: 1rem;
}

.care-module-intro .button {
  margin-top: 1.8rem;
}

.care-module-content {
  display: grid;
  gap: 3rem;
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.icon-list > div {
  min-height: 150px;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.icon-list svg {
  width: 34px;
  height: 34px;
  margin-bottom: 1rem;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.icon-list strong {
  display: block;
  color: var(--blue);
  font-size: .98rem;
  line-height: 1.4;
}

.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.plain-list li {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.step {
  min-height: 215px;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.step > .step-label {
  display: inline-flex;
  gap: .35rem;
  align-items: baseline;
  margin-bottom: 1.65rem;
  color: var(--teal);
  font: 700 .875rem/1 var(--headline);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.step .step-number {
  font: 400 clamp(2.15rem, 2.7vw, 2.8rem)/.75 var(--callout);
  letter-spacing: 0;
  text-transform: none;
}

.step p {
  margin-top: .75rem;
  color: var(--muted);
  font-family: var(--body);
  font-size: 1.0625rem;
}

.capability-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.capability-columns h3 {
  margin-bottom: 1rem;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.support-grid > div {
  min-height: 104px;
  display: flex;
  align-items: center;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  background: var(--white);
  font-weight: 600;
}

.capability-grid {
  grid-template-columns: repeat(4, 1fr);
}

.care-module-content > div > h3:not(.steps-heading) {
  margin-bottom: 1.5rem;
}

.steps-heading {
  margin-bottom: 1.25rem;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.program-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.program-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  min-height: 220px;
}

.program-card .program-number {
  color: var(--orange);
  font: 700 .9375rem/1 var(--headline);
}

body[data-page-id="about"] [data-ion-id="about-help"] .help-strip-inner {
  min-height: 330px;
  padding-block: clamp(4.5rem, 7vw, 6rem);
}

.care-feature-media {
  width: min(calc(100% - 3rem), var(--content-wide));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  color: var(--white);
  background: var(--blue);
}

.care-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.care-feature-media figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.care-feature-media .eyebrow {
  color: var(--cream);
}

.care-feature-media strong {
  color: var(--white);
  font: 500 clamp(1.7rem, 2.5vw, 2.6rem)/1.15 var(--headline);
  letter-spacing: -.03em;
}

.program-card h3 {
  margin-top: 2.2rem;
}

.program-card p {
  margin-top: .85rem;
  color: var(--muted);
}

.program-card .text-link {
  margin-top: auto;
}

/* Community, stories and gallery */
.community-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.community-feed .social-post {
  height: 100%;
}

.community-feed .social-post img {
  height: clamp(210px, 18vw, 280px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(2, 1fr);
  gap: 1rem;
}

.section-subtitle {
  margin-top: .55rem;
  color: var(--muted);
  font-size: 1.0625rem;
}

.story-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: -1rem 0 2rem;
}

.story-filters li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .4rem .8rem;
  border: 1px solid var(--line);
  color: var(--blue);
  background: var(--white);
  font: 700 .8125rem/1.2 var(--headline);
}

.story-filters .is-active {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.story-filters {
  padding: 0;
  list-style: none;
}

.news-story {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  border: 1px solid var(--line);
  background: var(--white);
}

.news-story:first-child {
  color: var(--white);
  background: var(--blue);
}

.news-story:first-child h3,
.news-story:first-child .text-link {
  color: var(--white);
}

.news-story .utility {
  color: var(--teal);
  font-size: .9375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-story:first-child .utility {
  color: var(--cream);
}

.news-story h3 {
  margin-top: 1.2rem;
}

.news-story p {
  margin-top: .85rem;
  color: var(--muted);
}

.news-story:first-child p {
  color: rgb(255 255 255 / 82%);
}

.news-story .text-link {
  margin-top: auto;
}

.involvement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.careers-role-list {
  grid-template-columns: repeat(4, 1fr);
}

.involvement-list a {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font: 600 .95rem/1.4 var(--headline);
  text-decoration: none;
}

.facility-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .75rem;
}

.facility-gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--cream-50);
}

.facility-gallery-grid .gallery-lead {
  grid-column: 1 / -1;
  aspect-ratio: 3 / 1;
}

.facility-gallery-grid .gallery-half {
  grid-column: span 6;
  aspect-ratio: 3 / 2;
}

.facility-gallery-grid .gallery-third {
  grid-column: span 4;
  aspect-ratio: 3 / 2;
}

.facility-gallery-grid .gallery-quarter {
  grid-column: span 3;
  aspect-ratio: 3 / 2;
}

.facility-gallery-grid a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.facility-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.facility-gallery-grid a:hover img {
  transform: scale(1.025);
}

.facility-gallery-grid figcaption {
  display: none;
}

body[data-page-id="community"] main > .section-pad {
  padding-block: clamp(7rem, 10vw, 9rem);
}

body[data-page-id="community"] main > .section-pad .section-heading {
  margin-bottom: clamp(4rem, 6vw, 5.5rem);
}

body[data-page-id="community"] .help-strip-inner {
  min-height: 320px;
  padding-block: clamp(4rem, 7vw, 6rem);
}

.virtual-tour-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--blue);
}

.virtual-tour-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.gallery-lightbox {
  width: min(1120px, calc(100% - 2rem));
  max-width: none;
  padding: 0;
  border: 0;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 30px 100px rgb(0 0 0 / 45%);
}

.gallery-lightbox::backdrop {
  background: rgb(0 24 50 / 86%);
}

.gallery-lightbox-panel {
  display: grid;
}

.gallery-lightbox-close {
  min-height: 50px;
  justify-self: end;
  padding: .65rem 1rem;
  border: 0;
  color: var(--white);
  background: transparent;
  font: 700 .95rem/1 var(--headline);
  cursor: pointer;
}

.gallery-lightbox-stage {
  min-height: 0;
  display: grid;
  place-items: center;
  background: #001f3f;
}

.gallery-lightbox-stage img {
  max-height: 70vh;
  width: auto;
  object-fit: contain;
}

.gallery-lightbox-footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.gallery-lightbox-footer p,
.gallery-lightbox-count {
  font: 600 .9375rem/1.4 var(--headline);
}

.gallery-lightbox-count {
  color: var(--cream);
}

.gallery-lightbox-controls {
  display: flex;
  gap: .5rem;
}

.gallery-lightbox-controls button {
  min-height: 48px;
  padding: .7rem 1rem;
  border: 1px solid rgb(255 255 255 / 45%);
  color: var(--white);
  background: transparent;
  font: 700 .9375rem/1 var(--headline);
  cursor: pointer;
}

/* Resources */
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.resource-column {
  min-width: 0;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.resource-column h3 {
  min-height: 74px;
}

.resource-column p {
  min-height: 112px;
  margin-top: .85rem;
  color: var(--muted);
  font-size: 1.0625rem;
}

.resource-column ul {
  margin: 1.4rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.resource-column li {
  padding: .48rem 0;
}

.resource-column a {
  min-height: 44px;
  display: flex;
  align-items: center;
  font: 600 .9375rem/1.35 var(--headline);
}

.navigator-band {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  color: var(--white);
  background: var(--blue);
}

.navigator-band figure {
  min-height: 370px;
  margin: 0;
}

.navigator-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigator-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem);
}

.navigator-copy h2 {
  color: var(--white);
}

.navigator-copy .lead {
  margin-top: 1rem;
  color: rgb(255 255 255 / 82%);
}

.navigator-options {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.7rem;
}

/* Careers */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.work-reasons-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 2.25rem;
  color: var(--white);
  background: var(--blue);
}

.work-reasons-grid article {
  min-height: 150px;
  padding: 1.5rem;
  border-right: 1px solid rgb(255 255 255 / 22%);
}

.work-reasons-grid article:last-child {
  border-right: 0;
}

.work-reasons-grid strong {
  display: block;
  font: 700 1rem/1.35 var(--headline);
}

.work-reasons-grid p {
  margin-top: .65rem;
  color: rgb(255 255 255 / 82%);
  font-size: 1rem;
}

.benefits-title {
  margin-bottom: 1.25rem;
  text-align: center;
}

.benefit {
  min-height: 116px;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit strong {
  display: block;
  color: var(--blue);
  font: 600 1rem/1.4 var(--headline);
  text-align: center;
}

.benefit p {
  margin-top: .6rem;
  color: var(--muted);
  font-size: 1.0625rem;
}

.career-testimonials .testimonial-photo {
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
}

.career-testimonials .testimonial-photo img {
  border: 1px solid rgb(255 255 255 / 28%);
}

.career-testimonials .testimonial-copy h2 {
  color: var(--white);
}

[data-ion-id="careers-hero-title"] {
  font-size: clamp(2.7rem, 4vw, 4.25rem);
}

.career-testimonial-viewport {
  width: 100%;
  min-height: 230px;
  display: flex;
  align-items: center;
}

.career-testimonial-slide {
  width: 100%;
  margin: 0;
}

.career-testimonial-slide[hidden] {
  display: none;
}

.career-testimonial-slide blockquote {
  max-width: 30ch;
}

.career-testimonial-slide figcaption {
  margin-top: 1.5rem;
  font: 600 .95rem/1.4 var(--headline);
}

.career-testimonial-controls {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .8rem;
  align-items: center;
  margin-top: 1.5rem;
}

.career-testimonial-controls button {
  min-height: 48px;
  padding: .7rem 1rem;
  border: 1px solid rgb(255 255 255 / 55%);
  color: var(--white);
  background: transparent;
  font: 700 .875rem/1 var(--headline);
  cursor: pointer;
}

.career-testimonial-controls button:hover,
.career-testimonial-controls button:focus-visible {
  border-color: var(--orange);
  color: var(--blue);
  background: var(--orange);
}

.career-testimonial-controls span {
  text-align: center;
  font: 700 .8125rem/1.2 var(--headline);
}

.careers-site-cta {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(480px, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2.25rem, 5vw, 4.5rem);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgb(68 121 123 / 34%), transparent 34%),
    linear-gradient(135deg, #002f5c, var(--blue));
}

.careers-site-cta-copy {
  position: relative;
  z-index: 2;
}

.careers-site-cta-copy h3 {
  max-width: 13ch;
  color: var(--white);
  font-size: clamp(2.2rem, 3.6vw, 4rem);
}

.careers-site-cta-copy p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgb(255 255 255 / 84%);
}

.careers-site-cta-copy strong {
  color: var(--white);
  font-family: var(--headline);
}

.careers-site-cta-copy .button {
  margin-top: 1.75rem;
}

.careers-device-preview {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem 2.5rem;
  text-decoration: none;
}

.careers-device-preview:focus-visible {
  border-radius: 8px;
}

.careers-laptop {
  position: relative;
  width: min(100%, 670px);
  display: block;
  filter: drop-shadow(0 28px 30px rgb(0 0 0 / 32%));
  transform: perspective(1200px) rotateY(-3deg);
  transition: transform 180ms ease;
}

.careers-laptop-screen {
  display: block;
  padding: 10px 10px 14px;
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: 18px 18px 7px 7px;
  background: #dfe4e8;
}

.careers-laptop-screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  border-radius: 8px 8px 2px 2px;
  object-fit: cover;
  object-position: center top;
}

.careers-laptop-base {
  width: 108%;
  height: 15px;
  display: block;
  margin-left: -4%;
  border-radius: 2px 2px 60% 60%;
  background: linear-gradient(180deg, #f7f8f9, #aeb6bd);
}

.careers-phone {
  position: absolute;
  right: 8%;
  bottom: 1.5rem;
  width: clamp(108px, 21%, 150px);
  display: block;
  padding: 7px;
  border: 1px solid rgb(255 255 255 / 52%);
  border-radius: 22px;
  background: #e4e8eb;
  box-shadow: 0 22px 34px rgb(0 0 0 / 42%);
  transform: rotate(2deg);
  transition: transform 180ms ease;
}

.careers-phone::before {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  width: 34%;
  height: 8px;
  border-radius: 999px;
  background: #111b25;
  content: "";
  transform: translateX(-50%);
}

.careers-phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 18.4;
  border-radius: 16px;
  object-fit: cover;
  object-position: center top;
}

.careers-device-preview:hover .careers-laptop,
.careers-device-preview:focus-visible .careers-laptop {
  transform: perspective(1200px) rotateY(0) translateY(-5px);
}

.careers-device-preview:hover .careers-phone,
.careers-device-preview:focus-visible .careers-phone {
  transform: rotate(0) translateY(-8px);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.quote-grid blockquote {
  min-height: 230px;
  margin: 0;
  padding: 2rem;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 1.05rem;
}

.quote-grid cite {
  display: block;
  margin-top: 1.4rem;
  color: var(--teal);
  font: 700 .9375rem/1.4 var(--headline);
  font-style: normal;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.contact-aside {
  position: sticky;
  top: 130px;
}

.contact-aside h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.contact-details {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.contact-details > div {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-details a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.contact-details strong,
.contact-details span {
  display: block;
}

.contact-details strong {
  color: var(--teal);
  font: 700 .9375rem/1.4 var(--headline);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.contact-details span,
.contact-details a {
  margin-top: .35rem;
  font-size: 1.05rem;
}

.contact-form {
  padding: clamp(2rem, 4vw, 3.5rem);
  border-top: 8px solid var(--orange);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.contact-form > p {
  margin-top: .85rem;
  color: var(--muted);
}

form {
  display: grid;
  gap: 1.1rem;
  margin-top: 2rem;
}

.two-field {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: grid;
  gap: .45rem;
  color: var(--blue);
  font-size: .9375rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: .8rem .9rem;
  border: 1px solid rgb(0 59 113 / 45%);
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 1rem;
}

textarea {
  min-height: 145px;
  resize: vertical;
}

.field-note,
.form-status {
  color: var(--muted);
  font-size: .9375rem;
  line-height: 1.5;
}

.form-status {
  min-height: 1.4em;
  color: var(--teal);
  font-weight: 700;
}

/* Footer */
.site-footer {
  color: var(--white);
  background: #002a50;
}

.footer-help {
  min-height: 205px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding-block: 3rem;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-help h2 {
  color: var(--white);
  font-size: clamp(2rem, 3vw, 3rem);
}

.footer-help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .7rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, .75fr);
  gap: 3rem;
  padding-block: 4rem;
}

.footer-brand {
  width: 230px;
}

.footer-location {
  margin-top: 1.3rem;
  color: rgb(255 255 255 / 76%);
  font-family: var(--body);
  font-size: .98rem;
}

.footer-column strong {
  display: block;
  margin-bottom: .8rem;
  color: var(--cream);
  font-size: .9375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-column a {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: .9375rem;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.facebook-only {
  width: auto;
  min-width: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 700;
}

.facebook-only svg {
  width: 23px;
  height: 23px;
  display: block;
  fill: currentColor;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  padding-block: 1.3rem;
  border-top: 1px solid rgb(255 255 255 / 20%);
  color: rgb(255 255 255 / 66%);
  font-size: .9375rem;
}

.footer-legal span {
  margin-right: auto;
}

.footer-location a,
.footer-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* Static SHC Chat concept */
.chat-preview {
  position: fixed;
  z-index: 250;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  color: var(--white);
}

body.review-mode .chat-preview {
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(6rem, calc(env(safe-area-inset-bottom) + 6rem));
  left: auto;
}

.chat-launcher {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  padding: .7rem 1rem;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 40px rgb(0 34 69 / 30%);
  font-size: .9375rem;
  font-weight: 700;
  cursor: pointer;
}

.chat-launcher-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--orange);
}

.chat-panel {
  width: min(370px, calc(100vw - 2.5rem));
  margin-bottom: .7rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 80px rgb(0 24 50 / 32%);
}

.chat-panel[hidden] {
  display: none;
}

.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: var(--white);
  background: var(--blue);
}

.chat-head strong,
.chat-head small {
  display: block;
}

.chat-head strong {
  font-size: 1rem;
}

.chat-head small {
  margin-top: .2rem;
  color: var(--cream);
  font-size: .9375rem;
}

.chat-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  color: var(--white);
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
}

.chat-body {
  padding: 1.2rem;
}

.chat-body > p {
  color: var(--muted);
  font-family: var(--body);
}

.chat-options {
  display: grid;
  gap: .45rem;
  margin-top: 1rem;
}

.chat-options span {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .65rem .75rem;
  border: 1px solid var(--line);
  color: var(--blue);
  background: var(--paper);
  font-size: .9375rem;
  font-weight: 600;
}

.chat-note {
  margin: 0;
  padding: .7rem 1.2rem 1rem;
  color: var(--muted);
  font-size: .9375rem;
  line-height: 1.45;
}

/* Responsive */
@media (max-width: 1500px) {
  .site-nav {
    gap: .65rem;
  }

  .site-nav > a,
  .nav-group > summary,
  .nav-group-link {
    font-size: .9375rem;
  }

  .header-phone {
    display: none;
  }
}

@media (max-width: 1180px) {
  .site-header {
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-block: .65rem;
  }

  .site-header .brand {
    width: clamp(175px, 20vw, 205px);
  }

  .menu-toggle {
    display: inline-block;
    order: 3;
  }

  .header-actions .button {
    display: none;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    justify-content: stretch;
    justify-items: stretch;
    align-items: stretch;
    padding: 1rem 1.25rem 1.5rem;
    color: var(--blue);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav > a,
  .nav-group > summary,
  .nav-group-link {
    width: 100%;
    color: var(--blue);
    font-size: 1rem;
  }

  .site-nav > a,
  .nav-group-link {
    justify-content: flex-start;
    text-align: left;
  }

  .site-nav > .nav-group > summary {
    justify-content: space-between;
    text-align: left;
  }

  .site-nav > a[aria-current="page"],
  .nav-group > summary[aria-current="page"],
  .nav-group-link[aria-current="page"] {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-color: var(--orange);
    text-decoration-thickness: 3px;
    text-underline-offset: .4rem;
  }

  .nav-group {
    width: 100%;
  }

  .nav-group-split {
    min-width: 0;
    min-height: 44px;
  }

  .nav-group-menu {
    width: 48px;
  }

  .nav-group-menu > summary {
    width: 48px;
    justify-content: center;
  }

  .nav-group-split .nav-group-link {
    right: 48px;
  }

  .nav-group-split:has(.nav-group-menu[open]) {
    padding-bottom: 190px;
  }

  .nav-group-menu[open] {
    left: 0;
    width: 100%;
  }

  .nav-group-split .nav-popover {
    width: 100%;
    margin-top: 44px;
  }

  .nav-popover {
    position: static;
    padding: .4rem 0 .5rem 1rem;
    border-top: 0;
    box-shadow: none;
  }

  .awards-rail {
    grid-template-columns: 1fr;
  }

  .award {
    grid-template-columns: 110px minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .home-hero-copy h1 span {
    white-space: normal;
  }

  body[data-page-id="careers"] [data-ion-id="careers-cta"] .help-strip-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body[data-page-id="careers"] [data-ion-id="careers-cta"] .help-strip-actions {
    grid-template-columns: 1fr;
  }

  .careers-site-cta {
    grid-template-columns: 1fr;
  }

  .careers-site-cta-copy h3 {
    max-width: 16ch;
  }

  .careers-device-preview {
    min-height: 360px;
  }

  .home-hero,
  .inner-hero {
    grid-template-columns: 1fr;
  }

  .service-preview-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    display: grid;
    overflow: visible;
  }

  .inner-hero-fade {
    display: grid;
    overflow: visible;
  }

  .home-hero-copy,
  .inner-hero-copy {
    padding: 4.5rem 1.5rem 3.5rem;
  }

  .home-hero-copy {
    width: auto;
  }

  .inner-hero-fade .inner-hero-copy {
    width: auto;
  }

  .inner-hero-fade .inner-hero-copy h1 {
    -webkit-text-stroke: 0;
    text-shadow: none;
  }

  .home-hero-media,
  .inner-hero-media {
    min-height: 460px;
  }

  .home-hero-media {
    position: relative;
    inset: auto;
    width: auto;
  }

  .inner-hero-fade .inner-hero-media {
    position: relative;
    inset: auto;
    width: auto;
  }

  .home-hero-media::before {
    display: none;
  }

  .inner-hero-fade .inner-hero-media::before {
    display: none;
  }

  .story-split-fade .story-split-copy {
    padding-right: 0;
  }

  .story-split-fade figure {
    width: auto;
    margin-left: 0;
  }

  .story-split-fade figure::before {
    display: none;
  }

  .care-feature-media {
    grid-template-columns: 1fr;
  }

  .care-feature-media img {
    min-height: 320px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    width: 100%;
  }

  .trust-strip a:nth-child(2) {
    border-right: 0;
  }

  .trust-strip a:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }

  .audience-paths,
  .care-preview-grid,
  .reasons-grid,
  .benefits-grid,
  .quote-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-reasons-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-reasons-grid article:nth-child(even) {
    border-right: 0;
  }

  .work-reasons-grid article:last-child {
    grid-column: 1 / -1;
  }

  .audience-paths .path-card:last-child,
  .care-preview-grid .care-card:last-child,
  .reasons-grid .reason:last-child,
  .benefits-grid .benefit:last-child,
  .quote-grid blockquote:last-child {
    grid-column: 1 / -1;
  }

  .media-duo,
  .specialty-preview,
  .social-layout,
  .testimonial-band,
  .story-split,
  .story-split.reverse,
  .care-module-layout,
  .navigator-band,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .social-intro,
  .care-module-intro,
  .contact-aside {
    position: static;
  }

  .testimonial-photo {
    min-height: 360px;
  }

  [data-ion-id="home-testimonial"] .testimonial-photo {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .anchor-nav {
    top: 76px;
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }

  .steps,
  .resource-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capability-columns,
  .community-feed,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .community-feed .social-post img {
    height: clamp(220px, 58vw, 360px);
  }

  .involvement-list {
    grid-template-columns: 1fr 1fr;
  }

  .facility-gallery-grid .gallery-half,
  .facility-gallery-grid .gallery-third,
  .facility-gallery-grid .gallery-quarter {
    grid-column: span 6;
  }

  .footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-main > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 700px) and (max-width: 1180px) {
  .header-actions .button {
    display: inline-flex;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 1rem;
  }

  .careers-site-cta {
    margin-inline: -.25rem;
    padding: 2rem 1.25rem 2.5rem;
  }

  .careers-device-preview {
    min-height: 250px;
    padding: 1rem .5rem 2rem;
  }

  .careers-laptop-screen {
    padding: 6px 6px 9px;
    border-radius: 12px 12px 5px 5px;
  }

  .careers-phone {
    right: -.25rem;
    bottom: .75rem;
    width: 92px;
    padding: 5px;
    border-radius: 16px;
  }

  .careers-phone img {
    border-radius: 11px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.5rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .section-shell {
    width: min(calc(100% - 2rem), var(--shell-content, var(--content)));
  }

  .section-pad {
    padding-block: 4.5rem;
  }

  body[data-page-id="community"] main > .section-pad {
    padding-block: 5.5rem;
  }

  body[data-page-id="community"] main > .section-pad .section-heading {
    margin-bottom: 3rem;
  }

  body[data-page-id="community"] .help-strip-inner {
    min-height: 0;
    padding-block: 4rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 2.3rem;
  }

  .home-hero-copy,
  .inner-hero-copy {
    padding: 3.25rem 1.5rem 1.75rem;
  }

  .hero-actions,
  .help-strip-actions,
  .footer-help-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .help-strip-actions .button,
  .footer-help-actions .button {
    width: 100%;
  }

  .home-hero-media,
  .inner-hero-media {
    min-height: 360px;
  }

  .home-hero-media::before,
  .inner-hero-fade .inner-hero-media::before {
    inset: 0 0 auto;
    width: 100%;
    height: 72px;
    display: block;
    background: linear-gradient(
      180deg,
      var(--white) 0%,
      rgb(255 255 255 / 80%) 25%,
      rgb(255 255 255 / 30%) 68%,
      transparent 100%
    );
  }

  .care-feature-media {
    width: 100%;
  }

  .care-feature-media img {
    min-height: 260px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip a {
    min-height: 100px;
    padding: 1.35rem 1.5rem;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }

  .audience-paths,
  .care-preview-grid,
  .specialty-list,
  .reasons-grid,
  .icon-list,
  .steps,
  .program-grid,
  .resource-grid,
  .benefits-grid,
  .quote-grid,
  .involvement-list,
  .work-reasons-grid {
    grid-template-columns: 1fr;
  }

  .work-reasons-grid article,
  .work-reasons-grid article:nth-child(even) {
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }

  .work-reasons-grid article:last-child {
    grid-column: auto;
    border-bottom: 0;
  }

  .specialty-list a:last-child:nth-child(odd),
  .program-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .audience-paths .path-card:last-child,
  .care-preview-grid .care-card:last-child,
  .reasons-grid .reason:last-child,
  .benefits-grid .benefit:last-child,
  .quote-grid blockquote:last-child {
    grid-column: auto;
  }

  .media-duo {
    grid-template-columns: 1fr;
  }

  .media-duo-visual {
    min-height: 330px;
  }

  .media-duo-card + .media-duo-card {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .social-feed {
    grid-auto-columns: 86%;
  }

  .testimonial-copy {
    padding: 3rem 1.2rem;
  }

  .help-strip-inner,
  .footer-help {
    grid-template-columns: 1fr;
    padding-block: 3rem;
  }

  .help-strip-actions,
  .footer-help-actions {
    justify-content: flex-start;
  }

  .values-track li {
    padding-inline: 1.5rem;
  }

  .values-toggle {
    min-width: 76px;
  }

  .story-split figure img {
    aspect-ratio: 1 / 1;
  }

  .anchor-nav {
    grid-template-columns: repeat(4, 175px);
  }

  .care-module-layout {
    gap: 2.5rem;
  }

  .support-grid,
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-columns {
    grid-template-columns: 1fr;
  }

  .facility-gallery-grid .gallery-lead,
  .facility-gallery-grid .gallery-half,
  .facility-gallery-grid .gallery-third,
  .facility-gallery-grid .gallery-quarter {
    grid-column: span 12;
    aspect-ratio: 3 / 2;
  }

  .two-field {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-main > div:first-child {
    grid-column: auto;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal span {
    margin-right: 0;
  }

  .chat-preview {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  body.review-mode .chat-preview {
    right: 1rem;
    bottom: 6.5rem;
    left: 1rem;
  }

  .chat-launcher {
    margin-left: auto;
    display: flex;
  }

  .chat-panel {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .service-preview-card {
    grid-template-columns: 1fr;
  }

  .service-preview-card img {
    height: 240px;
  }

  .support-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .media-duo-visual iframe {
    min-height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .values-track {
    transform: none;
  }
}
