/*
 * Local homepage acquisition prototype — 2026-08-08.
 * Scoped to the homepage so shared public pages and the canonical footer stay
 * unchanged while this direction is tested.
 */

body.hc-homepage {
  --hc-page-max: 1340px;
  --hc-copy-max: 620px;
  --hc-paper-warm: #f7f5ef;
  --hc-paper-cool: #f3f5f3;
  --hc-paper-deep: #e9ede8;
  --hc-ink: #14223b;
  --hc-ink-soft: #314057;
  --hc-green: #6a8b5b;
  --hc-green-dark: #4f7043;
  --hc-line: rgba(20, 34, 59, 0.14);
  --hc-line-strong: rgba(20, 34, 59, 0.22);
  --hc-shadow-soft: 0 18px 50px rgba(20, 34, 59, 0.08);
  --hc-shadow-photo: 0 30px 80px rgba(20, 34, 59, 0.16);
  background:
    radial-gradient(circle at 8% 4%, rgba(106, 139, 91, 0.07), transparent 24rem),
    linear-gradient(180deg, var(--hc-paper-warm) 0, var(--hc-paper-cool) 32rem);
  padding-bottom: 0;
}

body.hc-homepage main.site-shell {
  padding-bottom: 0;
}

body.hc-homepage .hc-home-header {
  width: min(calc(100% - 48px), var(--hc-page-max));
  min-height: 92px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(20, 34, 59, 0.1);
}

body.hc-homepage .hc-home-header .site-nav {
  gap: clamp(14px, 1.7vw, 25px);
}

body.hc-homepage .hc-home-header .site-nav a {
  min-height: 44px;
  font-size: 0.78rem;
  white-space: nowrap;
}

body.hc-homepage .hc-home-header .nav-cta {
  min-height: 46px;
  padding-inline: 19px;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.045em;
  background: var(--hc-green-dark);
  border: 1px solid var(--hc-green-dark);
  box-shadow: 0 12px 30px rgba(79, 112, 67, 0.2);
}

body.hc-homepage .button::before,
body.hc-homepage .button::after {
  display: none;
  content: none;
}

body.hc-homepage .hc-arrow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

body.hc-homepage .hc-arrow-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

body.hc-homepage .hc-arrow-button:hover svg,
body.hc-homepage .hc-arrow-button:focus-visible svg {
  transform: translateX(3px);
}

.hc-homepage [id] {
  scroll-margin-top: 24px;
}

.hc-home-hero {
  position: relative;
  min-height: 650px;
  padding: clamp(34px, 3.5vw, 50px) 0 clamp(38px, 4vw, 58px);
  overflow: clip;
  isolation: isolate;
}

.hc-home-hero::before {
  position: absolute;
  top: 40px;
  left: -240px;
  z-index: -1;
  width: min(58vw, 780px);
  aspect-ratio: 16 / 9;
  content: "";
  background: url("assets/tidal-parcel-lines.svg") center / contain no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.hc-home-hero__grid,
.hc-home-section > .hc-home-heading,
.hc-home-paths__intro,
.hc-care-grid,
.hc-home-paths__note,
.hc-service-list,
.hc-home-record__grid,
.hc-how-list,
.hc-home-relationship,
.hc-home-whole__grid,
.hc-home-local__grid,
.hc-home-faq__list,
.hc-home-final__inner,
.hc-home-request__grid {
  width: min(calc(100% - 48px), var(--hc-page-max));
  margin-inline: auto;
}

.hc-home-hero__grid {
  --hc-hero-bleed: max(24px, calc((100vw - 1400px) / 2));
  width: min(calc(100% - 48px), 1400px);
  min-height: 610px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  margin-inline: auto;
}

.hc-home-hero__copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / 7;
  grid-row: 1;
  align-self: center;
  padding: 34px 62px 34px 0;
  animation: hcHeroCopyIn 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hc-home-hero__copy::after {
  position: absolute;
  top: 0;
  right: -96px;
  bottom: 0;
  z-index: -1;
  width: 160px;
  content: "";
  background: linear-gradient(90deg, rgba(247, 245, 239, 0.98) 10%, rgba(247, 245, 239, 0));
  pointer-events: none;
}

body.hc-homepage .hc-home-hero__copy h1 {
  max-width: 15ch;
  margin: 16px 0 23px;
  color: var(--hc-ink);
  font-size: clamp(3.5rem, 4.7vw, 4.45rem);
  line-height: 0.93;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

body.hc-homepage .hc-home-hero__copy h1 span {
  display: block;
}

body.hc-homepage .hc-home-hero__copy h1 span + span {
  margin-top: 0.12em;
}

body.hc-homepage .hc-home-hero__copy h1 em {
  color: var(--hc-green-dark);
  font-weight: 400;
}

.hc-home-hero__intro {
  max-width: 565px;
  margin: 0;
  color: var(--hc-ink-soft);
  font-size: clamp(1.04rem, 1.35vw, 1.14rem);
  line-height: 1.62;
}

.hc-home-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 27px;
}

body.hc-homepage .hc-home-hero__actions .button {
  min-height: 54px;
  padding-inline: 25px;
  font-size: 0.86rem;
  letter-spacing: 0.055em;
  background: var(--hc-green-dark);
  border-color: var(--hc-green-dark);
  box-shadow: 0 16px 36px rgba(79, 112, 67, 0.22);
}

.hc-home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--hc-ink);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 34, 59, 0.34);
  transition: color 180ms ease, border-color 180ms ease;
}

.hc-home-text-link svg {
  width: 18px;
  height: 18px;
  color: var(--hc-green-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.hc-home-text-link:hover,
.hc-home-text-link:focus-visible {
  color: var(--hc-green-dark);
  border-bottom-color: var(--hc-green-dark);
}

.hc-home-text-link:hover svg,
.hc-home-text-link:focus-visible svg {
  transform: translateY(2px);
}

.hc-home-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 0;
  padding: 13px 0;
  color: #48576b;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
  border-block: 1px solid var(--hc-line);
}

.hc-home-hero__proof li {
  position: relative;
  min-height: 42px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 0 14px 0 0;
}

.hc-home-hero__proof li + li {
  padding-left: 13px;
  border-left: 1px solid var(--hc-line);
}

.hc-home-hero__proof svg {
  width: 27px;
  height: 27px;
  color: var(--hc-green-dark);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hc-home-hero__boundary {
  max-width: 560px;
  margin: 12px 0 0;
  color: #637083;
  font-size: 0.82rem;
  line-height: 1.45;
}

.hc-home-hero__visual {
  position: relative;
  width: calc(100% + var(--hc-hero-bleed));
  min-height: 610px;
  grid-column: 6 / -1;
  grid-row: 1;
  margin: 0 calc(-1 * var(--hc-hero-bleed)) 0 0;
  overflow: hidden;
  filter: drop-shadow(-22px 28px 42px rgba(20, 34, 59, 0.14));
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 4% 100%, 1.5% 86%, 5% 67%, 1% 48%, 5.5% 29%, 2% 11%);
  animation: hcHeroImageIn 820ms cubic-bezier(0.22, 1, 0.36, 1) 70ms both;
  isolation: isolate;
}

.hc-home-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  display: block;
  object-fit: cover;
  object-position: 56% center;
  transform: scale(1.012);
}

.hc-home-hero__visual picture {
  height: 100%;
  display: block;
}

.hc-home-hero__care-route {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hc-care-route__shadow,
.hc-care-route__path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.hc-care-route__shadow {
  stroke: rgba(20, 34, 59, 0.24);
  stroke-width: 4;
}

.hc-care-route__path {
  stroke: rgba(247, 245, 239, 0.93);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: hcCareRouteDraw 960ms cubic-bezier(0.22, 1, 0.36, 1) 480ms forwards;
}

.hc-care-route__node {
  fill: var(--hc-green-dark);
  stroke: #f7f5ef;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  transform-box: fill-box;
  transform-origin: center;
  animation: hcCareRouteNode 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hc-care-route__node--1 {
  animation-delay: 500ms;
}

.hc-care-route__node--2 {
  animation-delay: 800ms;
}

.hc-care-route__node--3 {
  animation-delay: 1100ms;
}

.hc-home-hero__visual figcaption {
  position: absolute;
  right: max(26px, var(--hc-hero-bleed));
  bottom: 25px;
  z-index: 3;
  min-width: 218px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 13px 16px 12px;
  color: #fff;
  background: rgba(20, 34, 59, 0.9);
  border-left: 3px solid #8ea882;
  box-shadow: 0 14px 34px rgba(20, 34, 59, 0.2);
  animation: hcHeroCaptionIn 520ms cubic-bezier(0.22, 1, 0.36, 1) 760ms both;
}

.hc-home-hero__visual figcaption > span,
.hc-home-hero__visual figcaption small {
  display: block;
}

.hc-home-hero__visual figcaption svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #dfe7da;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hc-home-hero__visual figcaption strong {
  display: block;
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  font-size: 1.14rem;
}

.hc-home-hero__visual figcaption small {
  margin-top: 2px;
  color: #dfe7da;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes hcHeroCopyIn {
  from {
    opacity: 0;
    transform: translateY(11px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hcHeroImageIn {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes hcCareRouteDraw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes hcCareRouteNode {
  from {
    opacity: 0;
    transform: scale(0.45);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hcHeroCaptionIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hc-home-section {
  padding: clamp(60px, 6vw, 88px) 0;
}

.hc-home-heading {
  margin-bottom: 42px;
}

.hc-home-heading h2,
.hc-home-record__copy h2,
.hc-home-local h2,
.hc-home-request h2 {
  margin: 13px 0 0;
  color: var(--hc-ink);
  font-size: clamp(3rem, 4.5vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.hc-home-heading > p:last-child,
.hc-home-heading--split > p,
.hc-home-record__copy > p,
.hc-home-local__grid > div:first-child > p,
.hc-home-request__copy > p {
  color: #58667a;
  font-size: 1rem;
  line-height: 1.72;
}

.hc-home-heading--centered {
  max-width: 880px;
  text-align: center;
}

.hc-home-heading--centered h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.hc-home-heading--centered > p:last-child {
  max-width: 660px;
  margin: 18px auto 0;
}

.hc-home-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 70px;
}

.hc-home-heading--split h2 {
  max-width: 13ch;
}

.hc-home-heading--split > p {
  max-width: 470px;
  margin: 0 0 5px;
}

.hc-home-paths {
  position: relative;
  padding-top: 42px;
  padding-bottom: 48px;
  overflow: hidden;
  isolation: isolate;
}

.hc-home-paths::before,
.hc-home-local::before {
  position: absolute;
  z-index: -1;
  width: min(54vw, 760px);
  aspect-ratio: 16 / 9;
  content: "";
  background: url("assets/tidal-parcel-lines.svg") center / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.hc-home-paths::before {
  top: -10px;
  right: -150px;
}

.hc-home-paths__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: clamp(44px, 7vw, 110px);
  margin-bottom: 27px;
  padding-top: 30px;
  border-top: 1px solid var(--hc-line-strong);
}

.hc-home-paths__intro h2 {
  max-width: 15ch;
  margin: 11px 0 0;
  color: var(--hc-ink);
  font-size: clamp(2.9rem, 4vw, 3.85rem);
  line-height: 0.98;
  letter-spacing: -0.042em;
  text-wrap: balance;
}

.hc-home-paths__intro > p {
  max-width: 490px;
  margin: 0 0 4px;
  color: #58667a;
  font-size: 1.06rem;
  line-height: 1.65;
}

.hc-care-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.92fr) minmax(0, 1.16fr);
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--hc-line-strong);
  box-shadow: 0 22px 52px rgba(20, 34, 59, 0.08);
}

.hc-care-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 27px 29px 25px;
  overflow: hidden;
  color: var(--hc-ink);
  background: rgba(255, 255, 255, 0.46);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.hc-care-card::before {
  position: absolute;
  top: -110px;
  right: -100px;
  width: 240px;
  height: 240px;
  content: "";
  background: radial-gradient(circle, rgba(106, 139, 91, 0.09), transparent 68%);
  pointer-events: none;
}

.hc-care-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--hc-green-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hc-care-card + .hc-care-card {
  border-left: 1px solid var(--hc-line-strong);
}

.hc-care-card__identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 2px;
}

.hc-care-card__folio {
  color: var(--hc-green-dark);
  font-family: Newsreader, Georgia, serif;
  font-size: 2.45rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hc-care-card__glyph {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--hc-green-dark);
  background: rgba(247, 245, 239, 0.76);
  background: color-mix(in srgb, var(--hc-paper-warm) 76%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 25%, transparent);
  border-radius: 50%;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hc-care-card__glyph svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hc-care-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.hc-care-card__kicker {
  margin: 17px 0 0;
  color: var(--hc-green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hc-care-card h3 {
  max-width: 13ch;
  margin: 8px 0 7px;
  color: inherit;
  font-family: Newsreader, Georgia, serif;
  font-weight: 500;
  font-size: clamp(2rem, 2.45vw, 2.45rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hc-care-card__descriptor {
  margin: 0 0 13px;
  color: var(--hc-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.hc-care-card__content > p:not(.hc-care-card__kicker):not(.hc-care-card__descriptor):not(.hc-care-card__examples) {
  margin: 0;
  color: #5b687a;
  font-size: 1rem;
  line-height: 1.58;
}

.hc-care-card__examples {
  margin: 15px 0 0;
  color: #6a7585;
  font-size: 0.88rem;
  line-height: 1.5;
}

.hc-care-card__link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 15px;
  color: var(--hc-ink);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-top: 1px solid var(--hc-line);
}

.hc-care-card__link svg {
  width: 20px;
  height: 20px;
  color: var(--hc-green-dark);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.hc-care-card--featured {
  color: #fff;
  background: var(--acq-navy-texture);
  box-shadow: none;
}

.hc-care-card--featured::before {
  background: radial-gradient(circle, rgba(226, 235, 218, 0.1), transparent 68%);
}

.hc-care-card--featured::after {
  background: #b6c9aa;
}

.hc-care-card--featured .hc-care-card__identity {
  padding-right: 164px;
}

.hc-care-card--featured .hc-care-card__folio,
.hc-care-card--featured .hc-care-card__glyph,
.hc-care-card--featured .hc-care-card__kicker,
.hc-care-card--featured .hc-care-card__descriptor,
.hc-care-card--featured .hc-care-card__content > p,
.hc-care-card--featured .hc-care-card__link {
  color: #eef1ec;
}

.hc-care-card--featured .hc-care-card__glyph {
  background: rgba(247, 245, 239, 0.08);
  border-color: rgba(247, 245, 239, 0.32);
}

.hc-care-card--featured .hc-care-card__content > p:not(.hc-care-card__kicker):not(.hc-care-card__descriptor) {
  color: #daddd6;
}

.hc-care-card--featured .hc-care-card__link {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.hc-care-card--featured .hc-care-card__link svg {
  color: #b9cdae;
}

.hc-care-card__flag {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 7px 10px 6px;
  color: #14223b;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: #e6ecdf;
  border-radius: 999px;
}

.hc-care-card:hover,
.hc-care-card:focus-within {
  background-color: rgba(255, 255, 255, 0.72);
}

.hc-care-card--featured:hover,
.hc-care-card--featured:focus-within {
  background-color: var(--hc-ink);
}

.hc-care-card__link:hover,
.hc-care-card__link:focus-visible {
  color: var(--hc-green-dark);
}

.hc-care-card__link:hover svg,
.hc-care-card__link:focus-visible svg {
  transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
  .hc-care-card:hover::after,
  .hc-care-card:focus-within::after {
    transform: scaleX(1);
  }

  .hc-care-card:hover .hc-care-card__glyph,
  .hc-care-card:focus-within .hc-care-card__glyph {
    transform: translateY(-3px) rotate(-2deg);
  }
}

.hc-home-paths__note {
  max-width: 1040px;
  margin-top: 23px;
  color: #596679;
  font-size: 0.94rem;
  line-height: 1.6;
  text-align: center;
}

.hc-home-services {
  background: rgba(255, 255, 255, 0.46);
  border-block: 1px solid rgba(20, 34, 59, 0.08);
}

.hc-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-block: 0;
  padding: 0;
  list-style: none;
}

.hc-service-list li {
  min-height: 108px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 14px;
  padding: 20px 22px;
  color: var(--hc-ink);
  background: rgba(247, 248, 245, 0.82);
  border: 1px solid var(--hc-line);
  border-radius: 9px;
}

.hc-service-list li > span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--hc-green-dark);
  font-family: Newsreader, Georgia, serif;
  font-size: 1.2rem;
}

.hc-service-list strong {
  color: var(--hc-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.15;
}

.hc-service-list small {
  margin-top: 5px;
  color: #637083;
  font-size: 0.88rem;
  line-height: 1.4;
}

.hc-home-record {
  background: var(--hc-paper-warm);
}

.hc-home-record__grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(46px, 7vw, 100px);
}

.hc-home-record__copy h2 {
  max-width: 11ch;
}

.hc-home-record__copy > p {
  max-width: 530px;
  margin: 24px 0 0;
}

.hc-home-record__copy .hc-home-text-link {
  margin-top: 24px;
}

.hc-record-panel {
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--hc-line);
  border-radius: 14px;
  box-shadow: 0 30px 75px rgba(20, 34, 59, 0.11);
}

.hc-record-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--hc-line);
}

.hc-record-panel__header p {
  margin: 0 0 6px;
  color: var(--hc-green-dark);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hc-record-panel__header h3 {
  margin: 0;
  color: var(--hc-ink);
  font-size: 1.75rem;
}

.hc-record-panel__header > span {
  padding: 7px 11px;
  color: #536176;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--hc-paper-deep);
  border-radius: 999px;
}

.hc-record-panel__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 20px 0;
}

.hc-record-panel__summary > div {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  background: var(--hc-paper-cool);
  border-radius: 8px;
}

.hc-record-panel__summary small,
.hc-record-panel__summary strong {
  display: block;
}

.hc-record-panel__summary small {
  color: #697688;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hc-record-panel__summary strong {
  margin-top: 7px;
  color: var(--hc-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.15;
}

.hc-record-panel__rows {
  border-top: 1px solid var(--hc-line);
}

.hc-record-panel__rows > div {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 65px;
  border-bottom: 1px solid var(--hc-line);
}

.hc-record-panel__rows i {
  width: 8px;
  height: 8px;
  background: var(--hc-green);
  border-radius: 50%;
}

.hc-record-panel__rows p {
  margin: 0;
}

.hc-record-panel__rows strong,
.hc-record-panel__rows small {
  display: block;
}

.hc-record-panel__rows strong {
  color: var(--hc-ink);
  font-size: 0.9rem;
}

.hc-record-panel__rows small {
  margin-top: 3px;
  color: #697587;
  font-size: 0.78rem;
}

.hc-record-panel__rows > div > span {
  color: #596779;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hc-record-panel__evidence {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  padding: 14px;
  color: var(--hc-ink);
  background: rgba(106, 139, 91, 0.09);
  border: 1px solid rgba(106, 139, 91, 0.18);
  border-radius: 8px;
}

.hc-record-panel__evidence svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--hc-green-dark);
  stroke-width: 1.7;
}

.hc-record-panel__evidence p {
  margin: 0;
}

.hc-record-panel__evidence strong,
.hc-record-panel__evidence small {
  display: block;
}

.hc-record-panel__evidence strong {
  font-size: 0.87rem;
}

.hc-record-panel__evidence small {
  margin-top: 3px;
  color: #657184;
  font-size: 0.76rem;
  line-height: 1.45;
}

.hc-record-panel__disclosure {
  margin: 18px 0 0;
  color: #717c8c;
  font-size: 0.76rem;
  line-height: 1.5;
}

.hc-home-how {
  background: rgba(255, 255, 255, 0.42);
}

.hc-how-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 0;
  list-style: none;
}

.hc-how-list::before {
  position: absolute;
  top: 25px;
  right: 11%;
  left: 11%;
  height: 1px;
  content: "";
  background: rgba(79, 112, 67, 0.38);
}

.hc-how-list li {
  position: relative;
  text-align: center;
}

.hc-how-list li > span {
  position: relative;
  z-index: 1;
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  color: #fff;
  font-family: Newsreader, Georgia, serif;
  font-size: 1.25rem;
  background: var(--hc-green-dark);
  border: 7px solid #f7f8f5;
  border-radius: 50%;
  box-sizing: content-box;
}

.hc-how-list h3 {
  max-width: 14ch;
  margin: 0 auto 9px;
  color: var(--hc-ink);
  font-size: 1.42rem;
  line-height: 1.14;
}

.hc-how-list p {
  max-width: 250px;
  margin: 0 auto;
  color: #647184;
  font-size: 0.81rem;
  line-height: 1.55;
}

.hc-home-relationship {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 38px;
  margin-top: 48px;
  padding: 28px;
  background: var(--hc-paper-deep);
  border: 1px solid rgba(20, 34, 59, 0.08);
  border-top: 4px solid var(--hc-green);
  border-radius: 8px;
}

.hc-home-relationship__heading .eyebrow {
  margin: 0 0 9px;
  color: var(--hc-green-dark);
}

.hc-home-relationship__heading h3 {
  max-width: 16ch;
  margin: 0;
  color: var(--hc-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
  font-weight: 500;
  line-height: 1.04;
}

.hc-home-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(20, 34, 59, 0.12);
  border: 1px solid rgba(20, 34, 59, 0.08);
  border-radius: 7px;
}

.hc-home-role-grid article {
  min-height: 166px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.76);
}

.hc-home-role-grid span {
  color: var(--hc-green-dark);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hc-home-role-grid h4 {
  margin: 8px 0 8px;
  color: var(--hc-ink);
  font-size: 1.23rem;
}

.hc-home-role-grid p {
  margin: 0;
  color: #566477;
  font-size: 0.78rem;
  line-height: 1.55;
}

.hc-home-whole {
  padding: clamp(58px, 6vw, 82px) 0;
  color: #fff;
  background: var(--acq-navy-texture);
}

.hc-home-whole__grid {
  display: grid;
  grid-template-columns: 118px minmax(360px, 1.25fr) minmax(270px, 0.8fr) auto;
  align-items: center;
  gap: clamp(26px, 3.5vw, 54px);
}

.hc-home-whole__mark svg {
  width: 96px;
  height: 96px;
  fill: none;
  stroke: #e4ecdf;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hc-home-whole__copy .eyebrow {
  color: #b9cdae;
}

.hc-home-whole__copy h2 {
  margin: 11px 0 14px;
  color: #fff;
  font-size: clamp(2.45rem, 3.4vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.hc-home-whole__copy > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #daddd6;
  font-size: 0.91rem;
  line-height: 1.62;
}

.hc-home-whole__list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-home-whole__list li {
  position: relative;
  padding-left: 23px;
  color: #eef1ec;
  font-size: 0.82rem;
  line-height: 1.35;
}

.hc-home-whole__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #b9cdae;
  content: "✓";
  font-weight: 900;
}

body.hc-homepage .hc-home-whole__button {
  min-height: 51px;
  padding-inline: 22px;
  color: var(--hc-ink);
  white-space: nowrap;
  background: #edf2e9;
  border-color: #edf2e9;
}

.hc-home-local {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--hc-paper-warm);
}

.hc-home-local::before {
  right: -110px;
  bottom: -80px;
  transform: rotate(180deg);
}

.hc-home-local__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.hc-home-local h2 {
  max-width: 11ch;
}

.hc-home-local__grid > div:first-child > p:last-child {
  max-width: 585px;
  margin: 23px 0 0;
}

.hc-home-local__review {
  padding: 31px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--hc-line);
  border-radius: 12px;
  box-shadow: var(--hc-shadow-soft);
}

.hc-home-local__label {
  margin: 0 0 8px;
  color: var(--hc-green-dark);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hc-home-local__review ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--hc-line);
}

.hc-home-local__review li {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 59px;
  color: var(--hc-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: 1.16rem;
  border-bottom: 1px solid var(--hc-line);
}

.hc-home-local__review li span {
  color: var(--hc-green-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.hc-home-local__review > p:last-child {
  margin: 19px 0 0;
  color: #657184;
  font-size: 0.79rem;
  line-height: 1.5;
}

.hc-home-local__review a {
  color: var(--hc-ink);
  font-weight: 800;
  text-underline-offset: 3px;
}

.hc-home-faq {
  background: rgba(255, 255, 255, 0.43);
}

.hc-home-faq__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 12px;
}

.hc-home-faq__list details {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--hc-line);
  border-radius: 9px;
}

.hc-home-faq__list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  color: var(--hc-ink);
  font-family: Newsreader, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.hc-home-faq__list summary::-webkit-details-marker {
  display: none;
}

.hc-home-faq__list summary span {
  color: var(--hc-green-dark);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.2rem;
  transition: transform 150ms ease;
}

.hc-home-faq__list details[open] summary span {
  transform: rotate(45deg);
}

.hc-home-faq__list details p {
  margin: 0;
  padding: 12px 20px 20px;
  color: #5e6b7d;
  font-size: 0.86rem;
  line-height: 1.62;
}

.hc-home-final {
  padding: clamp(45px, 5vw, 66px) 0;
  background: #fff;
  border-top: 1px solid rgba(20, 34, 59, 0.08);
}

.hc-home-final__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.hc-home-final__inner h2 {
  max-width: 23ch;
  margin: 9px 0 0;
  color: var(--hc-ink);
  font-size: clamp(2.2rem, 3.7vw, 3.45rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

body.hc-homepage .hc-home-final__inner .button {
  min-height: 54px;
  flex: 0 0 auto;
  font-size: 0.86rem;
  letter-spacing: 0.055em;
  background: var(--hc-green-dark);
  border-color: var(--hc-green-dark);
}

body.hc-homepage .site-footer.haven-footer .haven-footer__cta {
  font-size: 0.8rem;
  background-color: var(--hc-green-dark);
  border-color: var(--hc-green-dark);
}

.hc-home-request {
  padding: clamp(62px, 6vw, 86px) 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(106, 139, 91, 0.13), transparent 28rem),
    var(--hc-paper-deep);
  border-top: 1px solid rgba(20, 34, 59, 0.1);
}

.hc-home-request__grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.hc-home-request__copy .eyebrow {
  color: var(--hc-green-dark);
}

.hc-home-request h2 {
  max-width: 10ch;
}

.hc-home-request__copy > p {
  max-width: 520px;
  margin: 23px 0 0;
}

.hc-home-request__assurance {
  display: grid;
  gap: 5px;
  margin-top: 27px;
  padding: 17px 19px;
  color: var(--hc-ink);
  background: rgba(255, 255, 255, 0.6);
  border-left: 3px solid var(--hc-green);
}

.hc-home-request__assurance strong {
  font-family: Newsreader, Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.hc-home-request__assurance span {
  color: #5e6b7e;
  font-size: 0.78rem;
  line-height: 1.45;
}

body.hc-homepage .hc-home-request__form {
  position: relative;
  isolation: isolate;
  overflow: clip;
  gap: 0;
  padding: clamp(24px, 3.3vw, 38px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(20, 34, 59, 0.16);
  box-shadow: 0 28px 70px rgba(20, 34, 59, 0.1);
  transition:
    border-color 220ms ease,
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 220ms ease;
}

body.hc-homepage .hc-home-request__form::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, var(--hc-green-dark), var(--hc-green), transparent);
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left;
}

body.hc-homepage .hc-home-request__form[data-submit-state="submitting"]::before {
  opacity: 1;
  animation: hcRequestSendingLine 1.2s ease-in-out infinite;
}

body.hc-homepage .hc-home-request__form[data-submit-state="success"] {
  background: #f5f7f4;
  background: color-mix(in srgb, var(--hc-paper-cool) 88%, white);
  border-color: rgba(79, 110, 67, 0.42);
  border-color: color-mix(in srgb, var(--hc-green-dark) 42%, transparent);
  box-shadow: 0 30px 76px rgba(20, 34, 59, 0.13);
}

body.hc-homepage .hc-home-request__form[data-submit-state="success"]::before {
  background: var(--hc-green-dark);
  opacity: 0.72;
  transform: scaleX(1);
  transition:
    opacity 240ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.hc-homepage .hc-home-request__form[data-submit-state="error"] {
  border-color: rgba(138, 44, 44, 0.36);
  box-shadow: 0 26px 64px rgba(138, 44, 44, 0.08);
}

.hc-home-request__form-fields-shell,
.hc-home-request__success-shell {
  display: grid;
  min-width: 0;
  grid-template-rows: 1fr;
  transition: grid-template-rows 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hc-home-request__success-shell {
  grid-template-rows: 0fr;
}

.hc-home-request__form-fields,
.hc-home-request__success {
  min-width: 0;
  min-height: 0;
  overflow: clip;
}

.hc-home-request__form-fields {
  display: grid;
  gap: 14px;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 220ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear;
}

.hc-home-request__form[data-submit-state="submitting"] .hc-home-request__form-fields {
  opacity: 0.84;
}

.hc-home-request__form[data-submit-state="submitting"] .hc-arrow-button svg {
  animation: hcRequestArrowSending 820ms ease-in-out infinite;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__form-fields-shell {
  grid-template-rows: 0fr;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-shell {
  grid-template-rows: 1fr;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__form-fields {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 260ms ease,
    visibility 0s linear 260ms;
}

.hc-home-request__form .quick-form-header h2,
.hc-home-request__form .quick-form-header h3 {
  max-width: none;
  margin: 6px 0 0;
  font-size: 2rem;
  letter-spacing: -0.025em;
}

.hc-home-request__required {
  margin: 8px 0 0;
  color: #526174;
  font-size: 0.86rem;
  line-height: 1.45;
}

.hc-home-request__form .role-toggle {
  margin: 2px 0;
}

.hc-home-care-choice {
  margin: 3px 0 5px;
  padding: 0;
  border: 0;
}

.hc-home-care-choice legend {
  padding: 0;
  color: var(--hc-ink);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.hc-home-care-choice > p {
  margin: 5px 0 11px;
  color: #526174;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.hc-home-care-choice__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.hc-home-care-choice__options label {
  position: relative;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  background: var(--hc-paper-cool);
  border: 1px solid rgba(20, 34, 59, 0.14);
  border-radius: 8px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.hc-home-care-choice__options label:has(input:checked) {
  background: rgba(106, 139, 91, 0.12);
  border-color: var(--hc-green-dark);
  box-shadow: inset 0 0 0 1px var(--hc-green-dark);
}

.hc-home-care-choice__options input {
  width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  margin: 0;
  accent-color: var(--hc-green-dark);
}

.hc-home-care-choice__options span,
.hc-home-care-choice__options strong,
.hc-home-care-choice__options small {
  display: block;
}

.hc-home-care-choice__options strong {
  color: var(--hc-ink);
  font-size: 0.94rem;
  letter-spacing: 0;
  text-transform: none;
}

.hc-home-care-choice__options small {
  margin-top: 3px;
  color: #526174;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.38;
  text-transform: none;
}

.hc-home-request__form .quick-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hc-home-request__form .quick-form-grid > label {
  color: var(--hc-ink);
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-transform: none;
}

.hc-home-request__form .hc-field--full {
  grid-column: 1 / -1;
}

.hc-home-request__form input:not([type="radio"]),
.hc-home-request__form textarea {
  width: 100%;
  min-height: 50px;
  font-size: 1rem;
}

.hc-home-request__form textarea {
  min-height: 92px;
  padding: 13px 14px;
  resize: vertical;
}

.hc-field-hint {
  display: block;
  margin-top: 5px;
  color: #526174;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.38;
  text-transform: none;
}

.optional-label {
  color: #526174;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.hc-homepage .hc-home-request__form-fields > .button {
  width: 100%;
  min-height: 52px;
  font-size: 0.94rem;
  letter-spacing: 0.065em;
  background: var(--hc-green-dark);
  border-color: var(--hc-green-dark);
}

.hc-home-request__form .form-status {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.hc-home-request__form .form-status:empty {
  display: none;
}

.hc-home-request__form .form-legal-notice {
  margin-top: 0;
  font-size: 0.82rem;
  line-height: 1.55;
}

.hc-home-request__boundary {
  margin: -2px 0 0;
  padding: 13px 15px;
  color: #4f5e72;
  font-size: 0.84rem;
  line-height: 1.5;
  background: var(--hc-paper-cool);
  border-left: 3px solid var(--hc-green);
}

@property --hc-request-seal-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.hc-home-request__success {
  visibility: hidden;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 360ms ease 130ms,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1) 90ms,
    visibility 0s linear 560ms;
}

.hc-home-request__success[hidden] {
  display: none;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 360ms ease 130ms,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1) 90ms,
    visibility 0s linear;
}

.hc-home-request__success-inner {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: start;
  padding: clamp(10px, 1.8vw, 18px) 2px 4px;
}

.hc-home-request__success-art {
  position: relative;
  min-height: 122px;
  display: grid;
  place-items: start center;
}

.hc-home-request__success-contours {
  position: absolute;
  inset: -24px -34px auto;
  height: 142px;
  pointer-events: none;
  background: repeating-radial-gradient(
    ellipse at center,
    transparent 0 13px,
    rgba(106, 139, 91, 0.16) 14px 15px,
    transparent 16px 25px
  );
  mask-image: radial-gradient(ellipse at center, #000 10%, rgba(0, 0, 0, 0.8) 46%, transparent 74%);
  opacity: 0;
  transform: scale(0.78);
}

.hc-home-request__success-seal {
  --hc-request-seal-progress: 0deg;
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  padding: 4px;
  background: conic-gradient(
    from -90deg,
    var(--hc-green-dark) var(--hc-request-seal-progress),
    rgba(106, 139, 91, 0.14) 0
  );
  border: 1px solid rgba(79, 110, 67, 0.2);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(20, 34, 59, 0.12);
}

.hc-home-request__success-seal::before {
  position: absolute;
  inset: 5px;
  content: "";
  background: color-mix(in srgb, var(--hc-paper-cool) 90%, white);
  border-radius: inherit;
}

.hc-home-request__success-seal svg {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  overflow: visible;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hc-home-request__success-ring {
  stroke: rgba(79, 110, 67, 0.22);
  stroke-width: 1.5;
}

.hc-home-request__success-wave {
  stroke: rgba(20, 34, 59, 0.46);
  stroke-width: 2;
  stroke-dasharray: 42;
  stroke-dashoffset: 42;
}

.hc-home-request__success-check {
  stroke: var(--hc-green-dark);
  stroke-width: 4;
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-contours {
  animation: hcRequestContoursIn 920ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-seal {
  animation: hcRequestSealIn 720ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-wave {
  animation: hcRequestPathDraw 520ms ease-out 330ms both;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-check {
  animation: hcRequestPathDraw 480ms cubic-bezier(0.22, 1, 0.36, 1) 430ms both;
}

.hc-home-request__success-copy > .eyebrow {
  margin: 1px 0 7px;
  color: var(--hc-green-dark);
}

.hc-home-request__success-copy h3 {
  max-width: 570px;
  margin: 0;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2rem, 3.1vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.hc-home-request__success-copy h3:focus {
  outline: none;
}

.hc-home-request__success-copy h3:focus-visible {
  outline: 3px solid var(--hc-green-dark);
  outline: 3px solid color-mix(in srgb, var(--hc-green-dark) 58%, white);
  outline-offset: 5px;
}

.hc-home-request__success-copy > p:not(.eyebrow, .hc-home-request__success-boundary) {
  max-width: 600px;
  margin: 14px 0 0;
  color: #445468;
  font-size: 1rem;
  line-height: 1.65;
}

.hc-home-request__success-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 22px 0 0;
  overflow: hidden;
  background: rgba(20, 34, 59, 0.1);
  border: 1px solid rgba(20, 34, 59, 0.1);
  border-radius: 8px;
}

.hc-home-request__success-summary > div {
  min-width: 0;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.62);
}

.hc-home-request__success-summary dt {
  color: #59677a;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hc-home-request__success-summary dd {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: var(--hc-ink);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.35;
}

.hc-home-request__success-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hc-home-request__success-steps li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  opacity: 0;
  transform: translateY(8px);
}

.hc-home-request__success-steps li:not(:last-child)::after {
  position: absolute;
  z-index: -1;
  top: 16px;
  right: -15px;
  left: 33px;
  height: 1px;
  content: "";
  background: rgba(20, 34, 59, 0.14);
}

.hc-home-request__success-steps li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--hc-green-dark);
  background: var(--hc-paper-cool);
  border: 1px solid rgba(79, 110, 67, 0.3);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 850;
}

.hc-home-request__success-steps .is-current > span {
  color: white;
  background: var(--hc-green-dark);
  border-color: var(--hc-green-dark);
  box-shadow: 0 0 0 5px rgba(106, 139, 91, 0.12);
}

.hc-home-request__success-steps strong,
.hc-home-request__success-steps small {
  display: block;
}

.hc-home-request__success-steps strong {
  color: var(--hc-ink);
  font-size: 0.88rem;
  line-height: 1.3;
}

.hc-home-request__success-steps small {
  margin-top: 4px;
  color: #5b6879;
  font-size: 0.78rem;
  line-height: 1.45;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-steps li {
  animation: hcRequestStepIn 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-steps li:nth-child(1) {
  animation-delay: 410ms;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-steps li:nth-child(2) {
  animation-delay: 510ms;
}

.hc-home-request__form[data-submit-state="success"] .hc-home-request__success-steps li:nth-child(3) {
  animation-delay: 610ms;
}

.hc-home-request__success-boundary {
  margin: 22px 0 0;
  padding: 12px 14px;
  color: #4d5b6e;
  font-size: 0.84rem;
  line-height: 1.55;
  background: rgba(255, 255, 255, 0.58);
  border-left: 3px solid var(--hc-green);
}

.hc-home-request__success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 22px;
}

.hc-home-request__success-actions .button {
  min-height: 48px;
}

.hc-home-request__again {
  min-height: 44px;
  padding: 8px 2px;
  color: var(--hc-navy);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(20, 34, 59, 0.34);
  border-radius: 0;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.hc-home-request__again:hover {
  color: var(--hc-green-dark);
  border-bottom-color: currentColor;
}

.hc-home-request__again:focus-visible {
  outline: 3px solid var(--hc-green-dark);
  outline: 3px solid color-mix(in srgb, var(--hc-green-dark) 50%, white);
  outline-offset: 4px;
}

@keyframes hcRequestSendingLine {
  0% {
    opacity: 0.28;
    transform: translateX(-65%) scaleX(0.22);
  }
  50% {
    opacity: 1;
    transform: translateX(6%) scaleX(0.52);
  }
  100% {
    opacity: 0.28;
    transform: translateX(70%) scaleX(0.18);
  }
}

@keyframes hcRequestArrowSending {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-2px);
  }
  50% {
    opacity: 1;
    transform: translateX(4px);
  }
}

@keyframes hcRequestContoursIn {
  from {
    opacity: 0;
    transform: scale(0.78);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hcRequestSealIn {
  from {
    --hc-request-seal-progress: 0deg;
    opacity: 0;
    transform: scale(0.84) rotate(-4deg);
  }
  to {
    --hc-request-seal-progress: 360deg;
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes hcRequestPathDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes hcRequestStepIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 680px) {
  .hc-home-request__success-inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hc-home-request__success-art {
    min-height: 92px;
    justify-items: start;
  }

  .hc-home-request__success-contours {
    inset: -26px auto auto -42px;
    width: 170px;
  }

  .hc-home-request__success-summary,
  .hc-home-request__success-steps {
    grid-template-columns: 1fr;
  }

  .hc-home-request__success-steps {
    gap: 13px;
  }

  .hc-home-request__success-steps li:not(:last-child)::after {
    top: 33px;
    right: auto;
    bottom: -14px;
    left: 16px;
    width: 1px;
    height: auto;
  }

  .hc-home-request__success-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hc-home-request__success-actions .button,
  .hc-home-request__again {
    width: 100%;
  }

  .hc-home-request__again {
    border: 1px solid rgba(20, 34, 59, 0.2);
    border-radius: 6px;
  }
}

@media (max-width: 1180px) {
  body.hc-homepage .hc-home-header .site-nav {
    gap: 13px;
  }

  body.hc-homepage .hc-home-header .site-nav a {
    font-size: 0.74rem;
  }

  .hc-home-hero__grid {
    grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
    gap: 38px;
  }

  .hc-home-hero__visual,
  .hc-home-hero__visual img {
    min-height: 520px;
  }

  .hc-home-whole__grid {
    grid-template-columns: 96px minmax(330px, 1.25fr) minmax(250px, 0.75fr);
  }

  .hc-home-whole__button {
    grid-column: 2 / 4;
    width: fit-content;
  }
}

@media (max-width: 980px) {
  body.hc-homepage .hc-home-header .site-nav a[href="#local-coverage"],
  body.hc-homepage .hc-home-header .site-nav a[href="/contact"],
  body.hc-homepage .hc-home-header .site-nav a[href="/vendors"] {
    display: none;
  }

  body.hc-homepage .hc-home-header .header-logo {
    width: 174px;
  }

  .hc-home-hero__grid,
  .hc-home-section > .hc-home-heading,
  .hc-care-grid,
  .hc-home-paths__note,
  .hc-service-list,
  .hc-home-record__grid,
  .hc-how-list,
  .hc-home-relationship,
  .hc-home-whole__grid,
  .hc-home-local__grid,
  .hc-home-faq__list,
  .hc-home-final__inner,
  .hc-home-request__grid {
    width: min(calc(100% - 32px), 920px);
  }

  .hc-home-hero__grid {
    grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
    gap: 28px;
  }

  body.hc-homepage .hc-home-hero__copy h1 {
    font-size: clamp(3.15rem, 6.3vw, 4.1rem);
  }

  .hc-home-hero__intro {
    font-size: 0.98rem;
  }

  .hc-home-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hc-home-hero__visual,
  .hc-home-hero__visual img {
    min-height: 470px;
  }

  .hc-care-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hc-care-card--featured {
    min-height: 310px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 70px minmax(0, 1fr) minmax(190px, auto);
    align-items: center;
    gap: 26px;
  }

  .hc-care-card--featured .hc-care-card__content {
    align-self: center;
  }

  .hc-care-card--featured .hc-care-card__kicker {
    margin-top: 0;
  }

  .hc-care-card--featured .hc-care-card__link {
    align-self: end;
  }

  .hc-service-list {
    grid-template-columns: 1fr 1fr;
  }

  .hc-home-record__grid,
  .hc-home-request__grid {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 36px;
  }

  .hc-record-panel__summary {
    grid-template-columns: 1fr;
  }

  .hc-record-panel__summary > div {
    min-height: 65px;
  }

  .hc-how-list {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .hc-how-list::before {
    display: none;
  }

  .hc-home-relationship {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hc-home-whole__grid {
    grid-template-columns: 90px minmax(0, 1fr) minmax(230px, 0.7fr);
  }

  .hc-home-local__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (min-width: 761px) and (max-width: 840px) {
  body.hc-homepage .hc-home-header .site-nav a[href="#how-it-works"] {
    display: none;
  }

  .hc-home-hero {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .hc-home-hero__grid {
    width: min(calc(100% - 48px), 720px);
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hc-home-hero__copy {
    max-width: 680px;
    padding: 0;
  }

  body.hc-homepage .hc-home-hero__copy h1 {
    max-width: 12ch;
    font-size: clamp(3.75rem, 8vw, 4.35rem);
  }

  .hc-home-hero__actions {
    align-items: center;
    flex-direction: row;
  }

  .hc-home-hero__visual,
  .hc-home-hero__visual img {
    min-height: 0;
  }

  .hc-home-hero__visual {
    height: 300px;
    aspect-ratio: auto;
  }

  .hc-home-hero__visual img {
    position: absolute;
    inset: 0;
  }

  .hc-home-record__grid,
  .hc-home-request__grid,
  .hc-home-local__grid {
    grid-template-columns: 1fr;
  }

  .hc-record-panel__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hc-home-request__grid {
    gap: 34px;
  }

  .hc-home-paths {
    padding-top: 38px;
  }
}

@media (max-width: 760px) {
  body.hc-homepage .hc-home-header {
    width: min(calc(100% - 32px), 620px);
  }

  .hc-home-hero {
    padding-top: 34px;
  }

  .hc-home-hero__grid,
  .hc-home-record__grid,
  .hc-home-local__grid,
  .hc-home-request__grid {
    grid-template-columns: 1fr;
  }

  .hc-home-hero__grid {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .hc-home-hero__copy {
    max-width: 630px;
    display: contents;
  }

  .hc-home-hero__copy > .eyebrow {
    order: 1;
  }

  body.hc-homepage .hc-home-hero__copy h1 {
    max-width: 11ch;
    order: 2;
    font-size: clamp(3.05rem, 12.5vw, 4rem);
  }

  .hc-home-hero__intro {
    order: 3;
    margin-top: 15px;
  }

  .hc-home-hero__actions {
    order: 4;
  }

  .hc-home-hero__visual {
    order: 5;
  }

  .hc-home-hero__actions {
    align-items: stretch;
  }

  body.hc-homepage .hc-home-hero__actions .button,
  .hc-home-hero__actions .hc-home-text-link {
    width: 100%;
  }

  .hc-home-hero__actions .hc-home-text-link {
    display: none;
  }

  .hc-home-hero__visual,
  .hc-home-hero__visual img {
    min-height: 0;
  }

  .hc-home-hero__visual {
    width: 100%;
    margin-top: 26px;
    aspect-ratio: 3 / 2;
  }

  .hc-home-hero__visual img {
    position: absolute;
    inset: 0;
    object-position: 57% center;
  }

  .hc-home-hero__visual::before {
    inset: 16px -16px -16px 20%;
  }

  .hc-home-heading--split {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 19px;
  }

  .hc-home-heading--split > p {
    margin: 0;
  }

  .hc-care-grid {
    grid-template-columns: 1fr;
  }

  .hc-care-card,
  .hc-care-card--featured {
    min-height: 0;
    display: grid;
    grid-column: auto;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 0 18px;
    padding: 24px;
  }

  .hc-care-card__content {
    grid-column: 2;
    grid-row: 1;
  }

  .hc-care-card__kicker,
  .hc-care-card--featured .hc-care-card__kicker {
    margin-top: 1px;
  }

  .hc-care-card h3 {
    max-width: none;
    margin-top: 8px;
    font-size: 2rem;
  }

  .hc-care-card__examples {
    display: none;
  }

  .hc-care-card__link,
  .hc-care-card--featured .hc-care-card__link {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin-top: 19px;
  }

  .hc-care-card__flag {
    top: 19px;
    right: 19px;
  }

  .hc-service-list {
    grid-template-columns: 1fr;
  }

  .hc-home-record__copy h2,
  .hc-home-local h2,
  .hc-home-request h2 {
    max-width: 13ch;
  }

  .hc-record-panel__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hc-record-panel__summary > div {
    min-height: 82px;
  }

  .hc-home-relationship {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hc-home-role-grid {
    grid-template-columns: 1fr;
  }

  .hc-home-role-grid article {
    min-height: 0;
  }

  .hc-home-whole__grid {
    grid-template-columns: 76px 1fr;
  }

  .hc-home-whole__mark svg {
    width: 72px;
    height: 72px;
  }

  .hc-home-whole__copy {
    grid-column: 2;
  }

  .hc-home-whole__list,
  .hc-home-whole__button {
    grid-column: 1 / -1;
    margin-left: 98px;
  }

  .hc-home-faq__list {
    grid-template-columns: 1fr;
  }

  .hc-home-final__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  body.hc-homepage .hc-home-final__inner .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  body.hc-homepage .hc-home-header {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 13px;
  }

  body.hc-homepage .hc-home-header .site-nav {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 8px;
    margin-left: 0;
  }

  body.hc-homepage .hc-home-header .site-nav .nav-account {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
    font-size: 0.68rem;
  }

  body.hc-homepage .hc-home-header .site-nav .nav-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .hc-home-hero__grid,
  .hc-home-section > .hc-home-heading,
  .hc-care-grid,
  .hc-home-paths__note,
  .hc-service-list,
  .hc-home-record__grid,
  .hc-how-list,
  .hc-home-relationship,
  .hc-home-whole__grid,
  .hc-home-local__grid,
  .hc-home-faq__list,
  .hc-home-final__inner,
  .hc-home-request__grid {
    width: min(calc(100% - 32px), 430px);
  }

  .hc-home-section {
    padding: 56px 0;
  }

  .hc-home-hero {
    padding-bottom: 25px;
  }

  body.hc-homepage .hc-home-hero__copy h1 {
    margin-top: 13px;
    font-size: clamp(2.72rem, 13.5vw, 3.25rem);
    line-height: 0.97;
  }

  .hc-home-hero__intro {
    font-size: 1rem;
    line-height: 1.62;
  }

  .hc-home-hero__visual {
    margin: 24px 0 6px;
    aspect-ratio: 3 / 2;
  }

  .hc-home-heading h2,
  .hc-home-record__copy h2,
  .hc-home-local h2,
  .hc-home-request h2 {
    font-size: 2.75rem;
  }

  .hc-home-paths {
    padding-top: 58px;
    padding-bottom: 28px;
  }

  .hc-care-card,
  .hc-care-card--featured {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0 15px;
    padding: 20px;
  }

  .hc-care-card h3 {
    padding-right: 0;
    font-size: 1.78rem;
  }

  .hc-care-card--featured h3 {
    padding-right: 54px;
  }

  .hc-care-card--featured .hc-care-card__kicker {
    padding-right: 124px;
  }

  .hc-care-card__descriptor {
    font-size: 0.88rem;
  }

  .hc-care-card__content > p:not(.hc-care-card__kicker):not(.hc-care-card__descriptor):not(.hc-care-card__examples) {
    font-size: 0.92rem;
  }

  .hc-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hc-service-list li {
    min-height: 88px;
    grid-template-columns: 25px minmax(0, 1fr);
    column-gap: 8px;
    padding: 14px 12px;
  }

  .hc-service-list li > span {
    font-size: 0.95rem;
  }

  .hc-service-list strong {
    font-size: 1.05rem;
  }

  .hc-service-list small {
    display: none;
  }

  .hc-record-panel {
    padding: 20px;
  }

  .hc-record-panel__header {
    align-items: flex-start;
  }

  .hc-record-panel__header h3 {
    font-size: 1.55rem;
  }

  .hc-record-panel__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .hc-record-panel__summary > div {
    min-height: 78px;
    padding: 9px;
  }

  .hc-record-panel__summary small {
    font-size: 0.58rem;
  }

  .hc-record-panel__summary strong {
    font-size: 0.88rem;
  }

  .hc-record-panel__rows > div {
    grid-template-columns: 9px minmax(0, 1fr);
    padding: 10px 0;
  }

  .hc-record-panel__rows > div > span {
    grid-column: 2;
  }

  .hc-how-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hc-how-list li {
    display: grid;
    grid-template-columns: 51px 1fr;
    grid-template-rows: auto auto;
    column-gap: 18px;
    padding: 18px 0;
    text-align: left;
    border-bottom: 1px solid var(--hc-line);
  }

  .hc-how-list li > span {
    grid-row: 1 / 3;
    margin: 0;
    border-width: 0;
    box-sizing: border-box;
  }

  .hc-how-list h3,
  .hc-how-list p {
    max-width: none;
    margin-inline: 0;
  }

  .hc-how-list h3 {
    font-size: 1.3rem;
  }

  .hc-home-whole__grid {
    grid-template-columns: 1fr;
  }

  .hc-home-whole__mark,
  .hc-home-whole__copy,
  .hc-home-whole__list,
  .hc-home-whole__button {
    grid-column: 1;
    margin-left: 0;
  }

  .hc-home-whole__copy h2 {
    font-size: 2.55rem;
  }

  body.hc-homepage .hc-home-whole__button {
    width: 100%;
  }

  .hc-home-local__review {
    padding: 23px;
  }

  .hc-home-faq__list summary {
    min-height: 62px;
    font-size: 1.13rem;
  }

  body.hc-homepage .hc-home-request__form {
    padding: 21px;
  }

  .hc-home-request__grid {
    gap: 28px;
  }

  .hc-home-care-choice__options {
    grid-template-columns: 1fr;
  }

  .hc-home-request__form .quick-form-grid {
    grid-template-columns: 1fr;
  }

  .hc-home-request__form .hc-field--full {
    grid-column: auto;
  }

  .hc-home-request__form .quick-form-header h2,
  .hc-home-request__form .quick-form-header h3 {
    font-size: 1.75rem;
  }

  .hc-home-final__inner h2 {
    font-size: 2.55rem;
  }

  body.hc-homepage .site-footer.haven-footer {
    margin-top: 0;
  }

  body.hc-homepage .haven-footer__canvas {
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 24px;
  }

  body.hc-homepage .haven-footer__brand img {
    width: 190px;
  }

  body.hc-homepage .haven-footer__eyebrow {
    margin-top: 22px;
  }

  body.hc-homepage .haven-footer__intro h2 {
    font-size: 2.7rem;
  }

  body.hc-homepage .haven-footer__map {
    min-height: 270px;
  }

  body.hc-homepage .haven-footer__map img {
    max-width: 68%;
    max-height: 220px;
  }

  body.hc-homepage .haven-footer__coverage {
    padding: 16px 0;
  }

  body.hc-homepage .haven-footer__towns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  body.hc-homepage .haven-footer__towns li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  body.hc-homepage .haven-footer__links {
    align-items: center;
    flex-flow: row wrap;
    gap: 2px 15px;
  }

  body.hc-homepage .haven-footer__meta {
    gap: 2px;
    padding-top: 16px;
  }
}

/* Tidal Threshold responsive composition. */
@media (max-width: 1180px) {
  .hc-home-hero__grid {
    min-height: 570px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0;
  }

  .hc-home-hero__copy {
    grid-column: 1 / 7;
    padding: 28px 44px 28px 0;
  }

  body.hc-homepage .hc-home-hero__copy h1 {
    font-size: clamp(3.45rem, 5.5vw, 4.25rem);
  }

  .hc-home-hero__visual,
  .hc-home-hero__visual img {
    min-height: 570px;
  }

  .hc-home-hero__visual {
    grid-column: 6 / -1;
  }

  .hc-care-card {
    padding-inline: 24px;
  }

  .hc-care-card h3 {
    font-size: clamp(1.85rem, 2.35vw, 2.2rem);
  }
}

@media (max-width: 980px) {
  .hc-home-hero {
    min-height: 0;
    padding: 20px 0 24px;
  }

  .hc-home-hero__grid {
    --hc-hero-bleed: 16px;
    width: min(calc(100% - 32px), 920px);
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hc-home-hero__copy {
    max-width: 760px;
    grid-column: 1;
    grid-row: 1;
    padding: 6px 0 20px;
  }

  .hc-home-hero__copy::after {
    display: none;
  }

  body.hc-homepage .hc-home-hero__copy h1 {
    max-width: 15ch;
    font-size: clamp(3.25rem, 6.8vw, 4rem);
  }

  .hc-home-hero__intro {
    max-width: 720px;
    font-size: 1.08rem;
  }

  .hc-home-hero__actions {
    align-items: center;
    flex-direction: row;
    margin-top: 22px;
  }

  .hc-home-hero__proof {
    max-width: 720px;
    margin-top: 18px;
    padding-block: 11px;
  }

  .hc-home-hero__visual {
    width: calc(100% + var(--hc-hero-bleed));
    height: 280px;
    min-height: 0;
    grid-column: 1;
    grid-row: 2;
    margin-right: calc(-1 * var(--hc-hero-bleed));
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 3% 100%, 1% 82%, 4% 62%, 1% 40%, 4% 19%);
  }

  .hc-home-hero__visual img {
    min-height: 0;
    object-position: 56% center;
  }

  .hc-home-hero__visual figcaption {
    right: 30px;
  }

  .hc-home-paths__intro {
    width: min(calc(100% - 32px), 920px);
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 38px;
  }

  .hc-care-grid {
    width: min(calc(100% - 32px), 920px);
    grid-template-columns: 1fr;
  }

  .hc-care-card,
  .hc-care-card--featured {
    min-height: 0;
    display: grid;
    grid-column: auto;
    grid-template-columns: 70px minmax(0, 1fr) minmax(185px, 0.42fr);
    align-items: center;
    gap: 0 24px;
    padding: 24px 26px;
  }

  .hc-care-card + .hc-care-card {
    border-top: 1px solid var(--hc-line-strong);
    border-left: 0;
  }

  .hc-care-card__folio {
    grid-column: 1;
    grid-row: 1;
  }

  .hc-care-card__content {
    grid-column: 2;
    grid-row: 1;
  }

  .hc-care-card__kicker,
  .hc-care-card--featured .hc-care-card__kicker {
    margin-top: 0;
  }

  .hc-care-card h3 {
    max-width: none;
    font-size: 2.05rem;
  }

  .hc-care-card__examples {
    display: none;
  }

  .hc-care-card__link,
  .hc-care-card--featured .hc-care-card__link {
    min-height: 78px;
    grid-column: 3;
    grid-row: 1;
    align-self: stretch;
    margin: 0;
    padding: 0 0 0 24px;
    border-top: 0;
    border-left: 1px solid var(--hc-line);
  }

  .hc-care-card__flag {
    display: none;
  }
}

@media (max-width: 760px) {
  body.hc-homepage .hc-home-header {
    min-height: 78px;
    padding-block: 11px;
  }

  body.hc-homepage .hc-home-header .header-logo {
    width: 154px;
  }

  body.hc-homepage .hc-home-header .nav-cta {
    min-height: 44px;
    padding-inline: 13px;
    font-size: 0.7rem;
  }

  .hc-home-hero {
    padding: 24px 0 24px;
  }

  .hc-home-hero::before {
    top: 12px;
    left: -190px;
    width: 560px;
    opacity: 0.14;
  }

  .hc-home-hero__grid {
    display: grid;
    gap: 0;
  }

  .hc-home-hero__copy {
    max-width: none;
    display: block;
    padding: 0 0 22px;
  }

  body.hc-homepage .hc-home-hero__copy h1 {
    max-width: 15ch;
    margin: 12px 0 19px;
    font-size: clamp(2.85rem, 12.8vw, 3.55rem);
    line-height: 0.94;
  }

  .hc-home-hero__intro {
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.56;
  }

  .hc-home-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    margin-top: 23px;
  }

  body.hc-homepage .hc-home-hero__actions .button,
  .hc-home-hero__actions .hc-home-text-link {
    width: 100%;
  }

  .hc-home-hero__actions .hc-home-text-link {
    justify-content: center;
  }

  .hc-home-hero__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
    padding-block: 11px;
    font-size: 0.84rem;
  }

  .hc-home-hero__proof li {
    padding-right: 9px;
  }

  .hc-home-hero__visual {
    width: calc(100% + var(--hc-hero-bleed));
    height: auto;
    margin: 0 calc(-1 * var(--hc-hero-bleed)) 0 0;
    aspect-ratio: 4 / 3;
    clip-path: polygon(3.5% 0, 100% 0, 100% 100%, 2.5% 100%, 0.5% 80%, 3% 60%, 0.5% 37%, 3.5% 16%);
  }

  .hc-home-hero__visual img {
    position: static;
    object-position: 60% center;
  }

  .hc-home-hero__visual figcaption {
    right: 16px;
    bottom: 14px;
    min-width: 168px;
    padding: 10px 13px 9px;
  }

  .hc-home-paths {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .hc-home-paths__intro {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 22px;
    padding-top: 24px;
  }

  .hc-home-paths__intro h2 {
    max-width: 14ch;
    font-size: clamp(2.65rem, 11vw, 3.15rem);
  }

  .hc-home-paths__intro > p {
    max-width: 600px;
    margin: 0;
    font-size: 1.03rem;
  }

  .hc-care-card,
  .hc-care-card--featured {
    display: block;
    padding: 18px 20px 16px;
  }

  .hc-care-card__folio {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 2.1rem;
  }

  .hc-care-card__content {
    display: block;
  }

  .hc-care-card h3 {
    max-width: calc(100% - 52px);
    margin-top: 7px;
    padding-right: 0;
    font-size: 1.95rem;
  }

  .hc-care-card--featured h3,
  .hc-care-card--featured .hc-care-card__kicker {
    padding-right: 0;
  }

  .hc-care-card__descriptor {
    display: none;
  }

  .hc-care-card__content > p:not(.hc-care-card__kicker):not(.hc-care-card__descriptor):not(.hc-care-card__examples) {
    font-size: 1rem;
  }

  .hc-care-card__examples {
    display: none;
  }

  .hc-care-card__link,
  .hc-care-card--featured .hc-care-card__link {
    min-height: 44px;
    margin-top: 14px;
    padding: 10px 0 0;
    border-top: 1px solid var(--hc-line);
    border-left: 0;
  }

  .hc-home-paths__note {
    font-size: 0.9rem;
    text-align: left;
  }
}

@media (max-width: 560px) {
  body.hc-homepage .hc-home-hero__copy h1 {
    margin-top: 11px;
    font-size: clamp(2.6rem, 10.7vw, 3rem);
    letter-spacing: -0.055em;
  }

  .hc-home-hero__visual {
    margin-top: 0;
    aspect-ratio: 5 / 4;
  }

  .hc-home-hero__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 6px;
    font-size: 0.8rem;
  }

  .hc-home-paths__intro h2 {
    font-size: 2.45rem;
  }

  .hc-care-card,
  .hc-care-card--featured {
    padding-inline: 18px;
  }

  .hc-care-card h3 {
    font-size: 1.82rem;
  }
}

/* Tidal Careline v2 — purposeful motion, custom glyphs, and final responsive authority. */
.hc-motion-ready [data-hc-reveal] {
  --hc-reveal-distance: 18px;
}

.hc-service-list li,
.hc-record-panel,
.hc-home-local__review,
.hc-home-relationship {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 260ms ease;
}

.hc-service-list li {
  position: relative;
  overflow: hidden;
}

.hc-service-list li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--hc-green-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hc-home-request__form input:not([type="radio"]),
.hc-home-request__form textarea {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.hc-home-request__form input:not([type="radio"]):focus,
.hc-home-request__form textarea:focus {
  border-color: var(--hc-green-dark);
  box-shadow: 0 0 0 4px rgba(106, 139, 91, 0.13);
  outline: 0;
}

@media (hover: hover) and (pointer: fine) {
  .hc-service-list li:hover {
    border-color: rgba(79, 112, 67, 0.38);
    box-shadow: 0 14px 28px rgba(20, 34, 59, 0.07);
    transform: translateY(-3px);
  }

  .hc-service-list li:hover::after {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hc-motion-ready [data-hc-reveal] {
    opacity: 0;
    transform: translateY(var(--hc-reveal-distance));
    transition:
      opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .hc-motion-ready [data-hc-reveal].is-visible {
    opacity: 1;
    transform: none;
  }

  .hc-motion-ready .hc-home-whole__grid.is-visible .hc-home-whole__mark {
    animation: hcWholeMarkIn 620ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
  }
}

@keyframes hcWholeMarkIn {
  from {
    opacity: 0;
    transform: scale(0.9) rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@media (max-width: 980px) {
  .hc-home-hero__visual {
    height: 360px;
  }

  .hc-care-card,
  .hc-care-card--featured {
    grid-template-columns: 84px minmax(0, 1fr) minmax(180px, 0.38fr);
  }

  .hc-care-card__identity {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding-right: 0;
  }

  .hc-care-card__folio {
    font-size: 1.65rem;
  }

  .hc-care-card__glyph {
    width: 46px;
    height: 46px;
  }

  .hc-care-card__glyph svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 760px) {
  .hc-home-hero__visual {
    height: auto;
  }

  .hc-home-hero__care-route {
    clip-path: inset(0 38% 0 0);
    opacity: 0.86;
  }

  .hc-care-route__shadow {
    stroke-width: 3;
  }

  .hc-home-hero__proof {
    font-size: 0.88rem;
    padding-block: 8px;
  }

  .hc-home-hero__proof li {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 7px;
  }

  .hc-home-hero__proof svg {
    width: 25px;
    height: 25px;
  }

  .hc-home-hero__boundary {
    margin-top: 10px;
    font-size: 0.85rem;
  }

  .hc-care-card,
  .hc-care-card--featured {
    display: block;
  }

  .hc-care-card__identity {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 13px;
  }

  .hc-care-card__folio {
    top: 18px;
    right: 20px;
  }

  .hc-care-card__glyph {
    width: 44px;
    height: 44px;
  }

  .hc-care-card__glyph svg {
    width: 27px;
    height: 27px;
  }

  .hc-care-card__kicker {
    margin-top: 0;
  }

  .hc-care-card h3 {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 560px) {
  .hc-home-hero__proof li {
    min-height: 62px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 5px;
    padding-inline: 5px;
    text-align: center;
  }

  .hc-home-hero__proof li + li {
    padding-left: 5px;
  }

  .hc-home-hero__proof svg {
    width: 24px;
    height: 24px;
  }

  .hc-home-hero__visual figcaption {
    right: 12px;
    bottom: 12px;
    min-width: 190px;
  }

  .hc-care-card__flag {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-home-hero__copy,
  .hc-home-hero__visual,
  .hc-home-hero__visual figcaption,
  .hc-care-route__path,
  .hc-care-route__node,
  .hc-home-whole__mark,
  .hc-home-request__form::before,
  .hc-home-request__form[data-submit-state="submitting"] .hc-arrow-button svg,
  .hc-home-request__success-contours,
  .hc-home-request__success-seal,
  .hc-home-request__success-wave,
  .hc-home-request__success-check,
  .hc-home-request__success-steps li {
    animation: none !important;
  }

  .hc-care-route__path {
    stroke-dashoffset: 0;
  }

  .hc-care-route__node,
  .hc-home-hero__visual figcaption,
  .hc-motion-ready [data-hc-reveal] {
    opacity: 1;
    transform: none;
  }

  .hc-care-card,
  .hc-care-card::after,
  .hc-care-card__glyph,
  .hc-care-card__link svg,
  .hc-arrow-button svg,
  .hc-home-text-link svg,
  .hc-service-list li,
  .hc-service-list li::after,
  .hc-home-faq__list summary span,
  .hc-home-request__form,
  .hc-home-request__form::before,
  .hc-home-request__form-fields-shell,
  .hc-home-request__success-shell,
  .hc-home-request__form-fields,
  .hc-home-request__success {
    transition: none !important;
  }

  .hc-home-request__form[data-submit-state="submitting"]::before {
    opacity: 0.72;
    transform: scaleX(1);
  }

  .hc-home-request__form[data-submit-state="success"] .hc-home-request__success-contours,
  .hc-home-request__form[data-submit-state="success"] .hc-home-request__success-seal,
  .hc-home-request__form[data-submit-state="success"] .hc-home-request__success-steps li {
    opacity: 1;
    transform: none;
  }

  .hc-home-request__form[data-submit-state="success"] .hc-home-request__success-seal {
    --hc-request-seal-progress: 360deg;
  }

  .hc-home-request__form[data-submit-state="success"] .hc-home-request__success-wave,
  .hc-home-request__form[data-submit-state="success"] .hc-home-request__success-check {
    stroke-dashoffset: 0;
  }
}

@media (forced-colors: active) {
  .hc-home-hero__care-route,
  .hc-care-card::before,
  .hc-service-list li::after,
  .hc-home-request__success-contours {
    display: none;
  }

  .hc-care-card__glyph,
  .hc-home-hero__visual figcaption,
  .hc-home-request__boundary,
  .hc-home-request__form[data-submit-state="success"],
  .hc-home-request__success-seal,
  .hc-home-request__success-boundary {
    border: 1px solid CanvasText;
  }

  .hc-home-request__success-seal {
    background: Canvas;
  }

  .hc-home-request__success-ring,
  .hc-home-request__success-wave,
  .hc-home-request__success-check {
    stroke: CanvasText;
  }
}
