:root {
  --ink: #172332;
  --text: #334256;
  --muted: #6b7686;
  --line: rgba(23, 35, 50, .13);
  --paper: #fff;
  --mist: #f5f7f8;
  --warm: #f4efe7;
  --green: #087d6b;
  --green-dark: #056454;
  --clay: #b57452;
  --blue: #385d7c;
  --gold: #be8b3d;
  --shadow: 0 22px 64px rgba(23, 35, 50, .12);
  --font: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* 아파트 홈케어 공개 비용 계산 */
.hc-cost-tool {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  margin-top: 38px;
}

.hc-cost-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hc-cost-control,
.hc-cost-choice {
  min-width: 0;
  min-height: 128px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.hc-cost-control label {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-weight: 800;
}

.hc-cost-control input,
.hc-cost-control select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(23, 35, 50, .2);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 700;
}

.hc-cost-control input:focus-visible,
.hc-cost-control select:focus-visible,
.hc-cost-choice input:focus-visible {
  outline: 3px solid rgba(8, 125, 107, .2);
  outline-offset: 2px;
  border-color: var(--green);
}

.hc-cost-control small,
.hc-cost-choice small {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.hc-cost-number {
  position: relative;
}

.hc-cost-number input {
  padding-right: 48px;
}

.hc-cost-number span {
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--muted);
  font-weight: 700;
  transform: translateY(-50%);
  pointer-events: none;
}

.hc-cost-choice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}

.hc-cost-choice input {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.hc-cost-choice span {
  min-width: 0;
}

.hc-cost-choice strong {
  display: block;
  color: var(--ink);
  line-height: 1.45;
}

.hc-cost-result {
  position: sticky;
  top: 106px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 255, 255, .13), transparent 34%),
    #0d3f3a;
  box-shadow: 0 24px 70px rgba(13, 63, 58, .2);
}

.hc-cost-result-label {
  display: block;
  margin-bottom: 10px;
  color: #a9ded5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hc-cost-result > strong {
  display: block;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  letter-spacing: -.05em;
}

.hc-cost-result > p {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.65;
}

.hc-cost-breakdown {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hc-cost-breakdown li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
}

.hc-cost-breakdown span {
  color: rgba(255, 255, 255, .7);
}

.hc-cost-note {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
}

.hc-cost-note.is-highlighted {
  border-color: rgba(255, 220, 133, .48);
  background: rgba(255, 220, 133, .1);
}

.hc-cost-note strong {
  color: #fff;
  font-size: 14px;
}

.hc-cost-note p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.7;
}

.hc-cost-result > a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 18px;
  border-radius: 999px;
  color: #10231f;
  background: #fee500;
  font-weight: 800;
  text-decoration: none;
}

.hc-cost-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.hc-cost-scenario {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(181, 116, 82, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
}

.hc-cost-scenario > span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

.hc-cost-scenario h3 {
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: 22px;
}

.hc-cost-scenario > strong {
  display: block;
  margin-bottom: 16px;
  color: var(--green-dark);
  font-size: 28px;
  letter-spacing: -.04em;
}

.hc-cost-scenario p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.hc-cost-formula {
  margin-top: 24px;
  padding: 24px;
  border-left: 4px solid var(--green);
  background: var(--mist);
}

.hc-cost-formula strong {
  color: var(--green-dark);
}

.hc-cost-formula p {
  margin: 8px 0 0;
  line-height: 1.8;
}

/* 브라우저 안에서만 작동하는 사진 견적 준비 도구 */
.hc-quote-tool {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  margin-top: 38px;
}

.hc-quote-form {
  display: grid;
  gap: 18px;
}

.hc-quote-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.hc-quote-form legend {
  padding: 0 8px;
  color: var(--ink);
  font-weight: 800;
}

.hc-quote-fields {
  display: grid;
  grid-template-columns: 1.2fr .7fr 1.1fr;
  gap: 12px;
}

.hc-quote-fields label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hc-quote-fields input {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid rgba(23, 35, 50, .2);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.hc-quote-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.hc-quote-options-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-quote-options label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.hc-quote-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hc-quote-options span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: var(--mist);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.hc-quote-options input:checked + span {
  border-color: var(--green);
  color: var(--green-dark);
  background: rgba(8, 125, 107, .1);
}

.hc-quote-fields input:focus-visible,
.hc-quote-options input:focus-visible + span,
.hc-quote-actions button:focus-visible,
.hc-quote-result textarea:focus-visible {
  outline: 3px solid rgba(8, 125, 107, .2);
  outline-offset: 2px;
  border-color: var(--green);
}

.hc-quote-help {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.hc-quote-actions {
  display: flex;
  gap: 10px;
}

.hc-quote-actions button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.hc-quote-actions button.is-secondary {
  color: var(--green-dark);
  background: #fff;
}

.hc-quote-result {
  position: sticky;
  top: 106px;
  padding: clamp(26px, 4vw, 38px);
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 0, rgba(255, 255, 255, .12), transparent 32%),
    #172f3d;
  box-shadow: 0 24px 70px rgba(23, 47, 61, .18);
}

.hc-quote-result > span {
  display: block;
  margin-bottom: 12px;
  color: #afd9d1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hc-quote-result textarea {
  width: 100%;
  min-height: 330px;
  resize: vertical;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  font: 500 14px/1.75 var(--font);
}

.hc-quote-result p {
  min-height: 42px;
  margin: 14px 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.6;
}

.hc-quote-result > a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #10231f;
  background: #fee500;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.hc-quote-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.hc-quote-steps article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--mist);
}

.hc-quote-steps span {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.hc-quote-steps h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 18px;
}

.hc-quote-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* 수원 입주 홈케어 진행·보류 판단 */
.hc-readiness-tool {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.hc-readiness-form {
  display: grid;
  gap: 18px;
}

.hc-readiness-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(181, 116, 82, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
}

.hc-readiness-form legend {
  padding: 0 8px;
  color: var(--ink);
  font-weight: 800;
}

.hc-readiness-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hc-readiness-fields label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hc-readiness-fields input,
.hc-readiness-fields select {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid rgba(23, 35, 50, .2);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 700;
}

.hc-readiness-fields small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.hc-readiness-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.hc-readiness-options label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.hc-readiness-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hc-readiness-options span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.hc-readiness-options input:checked + span {
  border-color: var(--green);
  color: var(--green-dark);
  background: rgba(8, 125, 107, .1);
}

.hc-readiness-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hc-readiness-checks label {
  min-width: 0;
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.hc-readiness-checks input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.hc-readiness-checks span,
.hc-readiness-checks strong,
.hc-readiness-checks small {
  display: block;
}

.hc-readiness-checks strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

.hc-readiness-checks small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.hc-readiness-fields input:focus-visible,
.hc-readiness-fields select:focus-visible,
.hc-readiness-options input:focus-visible + span,
.hc-readiness-checks input:focus-visible,
.hc-readiness-actions button:focus-visible {
  outline: 3px solid rgba(8, 125, 107, .2);
  outline-offset: 2px;
  border-color: var(--green);
}

.hc-readiness-actions {
  display: flex;
  gap: 10px;
}

.hc-readiness-actions button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.hc-readiness-actions button.is-secondary {
  color: var(--green-dark);
  background: #fff;
}

.hc-readiness-privacy {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.hc-readiness-result {
  position: sticky;
  top: 106px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 4%, rgba(255, 255, 255, .12), transparent 34%),
    #17383c;
  box-shadow: 0 24px 70px rgba(23, 56, 60, .2);
}

.hc-readiness-result > span {
  display: block;
  margin-bottom: 11px;
  color: #a9ded5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hc-readiness-result > strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.hc-readiness-result > p {
  margin: 14px 0 24px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.7;
}

.hc-readiness-result-group {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.hc-readiness-result-group h3 {
  margin: 0 0 10px;
  color: #a9ded5;
  font-size: 14px;
}

.hc-readiness-result-group.is-hold h3 {
  color: #ffdb8a;
}

.hc-readiness-result-group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 0 0 18px;
}

.hc-readiness-result-group li {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.65;
}

.hc-readiness-result-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.hc-readiness-result-links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hc-cost-tool {
    grid-template-columns: 1fr;
  }

  .hc-cost-result {
    position: static;
  }

  .hc-cost-scenarios {
    grid-template-columns: 1fr;
  }

  .hc-quote-tool {
    grid-template-columns: 1fr;
  }

  .hc-quote-result {
    position: static;
  }

  .hc-readiness-tool {
    grid-template-columns: 1fr;
  }

  .hc-readiness-result {
    position: static;
  }

  .hc-quote-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-quote-steps article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .hc-cost-form {
    grid-template-columns: 1fr;
  }

  .hc-cost-control,
  .hc-cost-choice {
    min-height: 0;
    padding: 18px;
  }

  .hc-cost-result {
    padding: 26px 20px;
  }

  .hc-cost-result > strong {
    font-size: 34px;
  }

  .hc-quote-form fieldset {
    padding: 18px;
  }

  .hc-quote-fields,
  .hc-quote-options,
  .hc-quote-options-wide,
  .hc-quote-steps {
    grid-template-columns: 1fr;
  }

  .hc-quote-steps article:last-child {
    grid-column: auto;
  }

  .hc-quote-actions {
    flex-direction: column;
  }

  .hc-quote-result {
    padding: 24px 18px;
  }

  .hc-quote-result textarea {
    min-height: 360px;
  }

  .hc-readiness-form fieldset {
    padding: 18px;
  }

  .hc-readiness-fields,
  .hc-readiness-options,
  .hc-readiness-checks,
  .hc-readiness-result-links {
    grid-template-columns: 1fr;
  }

  .hc-readiness-actions {
    flex-direction: column;
  }

  .hc-readiness-result {
    padding: 24px 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 82px;
}

body.homecare-detail {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font);
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

body.homecare-menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hd-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.hd-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hd-logo img {
  width: 108px;
  height: auto;
}

.hd-logo span {
  padding-left: 12px;
  border-left: 1px solid var(--line);
}

.hd-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.hd-menu a {
  color: #46566a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.hd-menu a:hover,
.hd-menu a[aria-current="page"] {
  color: var(--green);
}

.hd-menu .hd-menu-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
}

.hd-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}

.hd-menu-toggle span,
.hd-menu-toggle::before,
.hd-menu-toggle::after {
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  margin: 4px auto;
  border-radius: 2px;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}

.hd-menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.hd-menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.hd-menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hd-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background: #101923;
}

.hd-hero img,
.hd-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hd-hero img {
  object-fit: cover;
  object-position: center;
}

.hd-hero::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 21, 31, .92), rgba(18, 34, 47, .70) 48%, rgba(18, 34, 47, .20)),
    linear-gradient(180deg, rgba(12, 21, 31, .05) 58%, rgba(12, 21, 31, .56));
}

.hd-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 44px));
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(300px, 370px);
  align-items: center;
  gap: clamp(34px, 7vw, 84px);
  margin: 0 auto;
  padding: 84px 0 92px;
}

.hd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  font-weight: 700;
}

.hd-breadcrumb a {
  text-decoration: none;
}

.hd-breadcrumb span:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: rgba(255, 255, 255, .42);
}

.hd-eyebrow {
  margin-bottom: 16px;
  color: #9bd9cf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.hd-hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 800;
  line-height: 1.14;
}

.hd-hero-lead {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .80);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.75;
}

.hd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hd-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.hd-btn-primary {
  color: #132015;
  background: #ffe45f;
}

.hd-btn-secondary {
  color: #fff;
  background: var(--green);
}

.hd-btn-outline {
  border: 1px solid rgba(255, 255, 255, .32);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.hd-company-information .hd-btn-outline {
  border-color: rgba(15, 50, 43, .18);
  color: var(--ink);
  background: #fff;
}

.hd-quality-link {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 28px;
}

.hd-quality-link .hd-btn {
  min-width: 220px;
}

.hd-hero-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .11);
  backdrop-filter: blur(18px);
}

.hd-hero-panel strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 22px;
}

.hd-hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hd-hero-panel li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.hd-hero-panel li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: #9bd9cf;
  box-shadow: 0 0 0 8px rgba(155, 217, 207, .13);
}

.hd-editorial-note {
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(360px, 1.28fr) auto;
  gap: 28px;
  align-items: center;
  margin: 0 auto;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.hd-editorial-note div {
  display: grid;
  gap: 7px;
}

.hd-editorial-note div > span {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.hd-editorial-note strong {
  color: var(--ink);
  font-size: 15px;
}

.hd-editorial-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.hd-editorial-note a {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hd-section {
  padding: clamp(72px, 9vw, 116px) clamp(20px, 5vw, 72px);
}

.hd-section.alt {
  background: var(--mist);
}

.hd-section.warm {
  background: var(--warm);
}

.hd-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.hd-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.hd-label {
  display: block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .10em;
}

.hd-heading h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.22;
}

.hd-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hd-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hd-card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hd-definition-terms {
  margin-top: 18px;
}

.hd-card,
.hd-check-card,
.hd-faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(23, 35, 50, .06);
}

.hd-card {
  padding: 26px;
}

#services .hd-card[id] {
  scroll-margin-top: 96px;
}

.hd-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
}

.hd-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
}

.hd-card p,
.hd-card li {
  color: var(--muted);
  line-height: 1.7;
}

.hd-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hd-gallery {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 16px;
}

.hd-gallery figure {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #dfe5e7;
}

.hd-gallery figure:first-child {
  min-height: 430px;
  grid-row: span 2;
}

.hd-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hd-gallery figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #fff;
  background: rgba(12, 21, 31, .72);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hd-image-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.hd-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(23, 35, 50, .06);
}

.hd-guide-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  text-align: left;
}

.hd-guide-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hd-guide-table th,
.hd-guide-table td {
  padding: 22px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.hd-guide-table thead th {
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.hd-guide-table tbody th {
  width: 150px;
  color: var(--ink);
  background: rgba(8, 125, 107, .035);
}

.hd-guide-table tbody tr:last-child th,
.hd-guide-table tbody tr:last-child td {
  border-bottom: 0;
}

.hd-guide-table a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.hd-company-compare-table {
  min-width: 1120px;
}

.hd-comparison-section {
  scroll-margin-top: 90px;
}

.hd-table-hint {
  display: none;
}

.hd-company-compare-table th:first-child {
  width: 140px;
}

.hd-company-compare-table th:nth-child(2) {
  width: 420px;
}

.hd-company-compare-table .hd-write-cell {
  min-width: 150px;
  color: #9aa3ad;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 31px,
      rgba(23, 35, 50, .10) 32px
    );
  font-size: 12px;
}

.hd-flow {
  display: grid;
  gap: 14px;
}

.hd-flow-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.hd-flow-item strong {
  color: var(--green);
  font-size: 15px;
}

.hd-flow-item h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 22px;
}

.hd-flow-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hd-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hd-check-card {
  padding: 24px;
}

.hd-check-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 20px;
}

.hd-check-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hd-faq {
  display: grid;
  gap: 12px;
}

.hd-faq details {
  padding: 0 24px;
}

.hd-faq summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.hd-faq p {
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.75;
}

.hd-siblings {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hd-siblings a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.hd-siblings a:hover {
  border-color: rgba(8, 125, 107, .36);
  color: var(--green);
}

.hd-source-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hd-source-links a {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(23, 35, 50, .05);
}

.hd-source-links strong {
  font-size: 18px;
}

.hd-source-links span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.hd-source-links a:hover,
.hd-source-links a:focus-visible {
  border-color: rgba(8, 125, 107, .42);
}

@media print {
  body.print-homecare-comparison > * {
    display: none !important;
  }

  body.print-homecare-comparison > main {
    display: block !important;
  }

  body.print-homecare-comparison > main > * {
    display: none !important;
  }

  body.print-homecare-comparison > main > .hd-comparison-section {
    display: block !important;
    padding: 0;
    background: #fff;
  }

  body.print-homecare-comparison .hd-wrap {
    width: 100%;
  }

  body.print-homecare-comparison .hd-heading {
    margin-bottom: 18px;
  }

  body.print-homecare-comparison .hd-heading h2 {
    font-size: 27px;
  }

  body.print-homecare-comparison .hd-heading p {
    font-size: 13px;
  }

  body.print-homecare-comparison .hd-table-wrap {
    overflow: visible;
    border-color: #87909a;
    box-shadow: none;
  }

  body.print-homecare-comparison .hd-company-compare-table {
    min-width: 0;
    table-layout: fixed;
  }

  body.print-homecare-comparison .hd-guide-table th,
  body.print-homecare-comparison .hd-guide-table td {
    padding: 9px 8px;
    font-size: 10px;
    line-height: 1.35;
  }

  body.print-homecare-comparison .hd-company-compare-table th:first-child {
    width: 11%;
  }

  body.print-homecare-comparison .hd-company-compare-table th:nth-child(2) {
    width: 35%;
  }

  body.print-homecare-comparison .hd-quality-link,
  body.print-homecare-comparison .hd-image-note {
    display: none !important;
  }

  @page {
    size: A4 landscape;
    margin: 12mm;
  }
}

.hd-final {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 125, 107, .92), rgba(56, 93, 124, .92)),
    #123047;
}

.hd-final .hd-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.hd-final h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.hd-final p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.75;
}

.hd-floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hd-floating-cta a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  box-shadow: var(--shadow);
  font-weight: 900;
  text-decoration: none;
}

.hd-floating-cta a:first-child {
  color: #1f1c00;
  background: #ffe45f;
}

.hd-footer {
  padding: 34px 20px 104px;
  color: #718094;
  background: #111b27;
  text-align: center;
}

.hd-about-hero::after {
  background:
    linear-gradient(90deg, rgba(12, 21, 31, .90), rgba(18, 34, 47, .66) 50%, rgba(18, 34, 47, .18)),
    linear-gradient(180deg, rgba(12, 21, 31, .02) 58%, rgba(12, 21, 31, .58));
}

.hd-about-quick {
  padding: 28px;
}

.hd-about-quick-label {
  margin-bottom: 10px;
  color: #93e0d2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hd-about-quick ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hd-about-quick li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.hd-about-quick li::before {
  display: none;
}

.hd-about-quick li > span {
  color: #93e0d2;
  font-size: 11px;
  font-weight: 800;
}

.hd-about-quick b,
.hd-about-quick small {
  display: block;
}

.hd-about-quick b {
  margin-bottom: 3px;
  color: #fff;
  font-size: 16px;
}

.hd-about-quick small {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  line-height: 1.45;
}

.hd-about-quick-note {
  margin: 14px 0 0;
  padding: 15px 16px;
  border-radius: 6px;
  color: rgba(255, 255, 255, .74);
  background: rgba(10, 18, 28, .38);
  font-size: 13px;
  line-height: 1.65;
}

.hd-about-trust-strip {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -42px auto 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(23, 35, 50, .12);
}

.hd-about-trust-strip > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 14px;
  align-items: center;
  padding: 24px 28px;
}

.hd-about-trust-strip > div + div {
  border-left: 1px solid var(--line);
}

.hd-about-trust-strip span {
  grid-row: 1 / 3;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.hd-about-trust-strip strong,
.hd-about-trust-strip small {
  display: block;
}

.hd-about-trust-strip strong {
  color: var(--ink);
  font-size: 16px;
}

.hd-about-trust-strip small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.hd-ceo-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 116, 82, .13), transparent 28%),
    linear-gradient(135deg, #f7f1e8 0%, #fff 58%, #f2f7f5 100%);
}

.hd-ceo-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.hd-ceo-heading {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 52px);
  border-radius: 12px;
  color: rgba(255, 255, 255, .72);
  background:
    linear-gradient(145deg, rgba(9, 37, 49, .98), rgba(10, 75, 70, .94)),
    #102b35;
  box-shadow: 0 26px 70px rgba(13, 48, 56, .20);
}

.hd-ceo-heading::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -76px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(255, 255, 255, .025),
    0 0 0 58px rgba(255, 255, 255, .018);
}

.hd-ceo-heading .hd-label {
  color: #9de1d5;
}

.hd-ceo-quote {
  height: 58px;
  margin: 22px 0 0;
  color: rgba(157, 225, 213, .72);
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 1;
}

.hd-ceo-heading h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.28;
}

.hd-ceo-heading > p:last-child {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

.hd-ceo-letter {
  padding: 14px 0;
}

.hd-ceo-letter > p {
  margin-bottom: 22px;
  color: #4a596a;
  font-size: 18px;
  line-height: 2;
}

.hd-ceo-signature {
  display: grid;
  justify-items: end;
  gap: 4px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hd-ceo-signature span {
  color: var(--muted);
  font-size: 14px;
}

.hd-ceo-signature strong {
  color: var(--ink);
  font-size: 19px;
}

.hd-organization-section {
  background:
    linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .88)),
    radial-gradient(circle at center, rgba(8, 125, 107, .18), transparent 55%),
    #f5f8f7;
}

.hd-organization-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hd-org-chart {
  margin-top: 52px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(23, 35, 50, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 62px rgba(23, 35, 50, .08);
}

.hd-org-root {
  position: relative;
  z-index: 2;
  width: min(360px, 100%);
  margin: 0 auto;
}

.hd-org-root::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 54px;
  background: rgba(8, 125, 107, .34);
}

.hd-org-root article,
.hd-org-division-head,
.hd-org-team-group article {
  border-radius: 10px;
  text-align: center;
}

.hd-org-root article {
  padding: 28px;
  color: rgba(255, 255, 255, .78);
  background: linear-gradient(145deg, #0d3542, #087d6b);
  box-shadow: 0 18px 42px rgba(8, 91, 80, .20);
}

.hd-org-root span,
.hd-org-division-head span,
.hd-org-team-group span {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.hd-org-root span {
  color: #ace8df;
}

.hd-org-root h3,
.hd-org-division-head h3,
.hd-org-team-group h3 {
  margin-bottom: 8px;
}

.hd-org-root h3 {
  color: #fff;
  font-size: 26px;
}

.hd-org-root p,
.hd-org-division-head p,
.hd-org-team-group p {
  margin-bottom: 0;
  line-height: 1.65;
}

.hd-org-branches-three {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 54px;
}

.hd-org-branches-three::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 16.667%;
  left: 16.667%;
  height: 1px;
  background: rgba(8, 125, 107, .34);
}

.hd-org-division {
  position: relative;
  min-width: 0;
}

.hd-org-division::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 27px;
  background: rgba(8, 125, 107, .34);
}

.hd-org-division-head {
  position: relative;
  min-height: 148px;
  padding: 24px 20px;
  border: 1px solid rgba(8, 125, 107, .16);
  background: linear-gradient(180deg, #f5fbf9, #fff);
  box-shadow: 0 12px 32px rgba(23, 35, 50, .06);
}

.hd-org-division-head::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 22px;
  background: rgba(8, 125, 107, .34);
}

.hd-org-division-head span,
.hd-org-team-group span {
  color: var(--clay);
}

.hd-org-division-head h3 {
  color: var(--ink);
  font-size: 22px;
}

.hd-org-division-head p {
  color: var(--muted);
  font-size: 14px;
}

.hd-org-team-group {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 44px;
}

.hd-org-team-group::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 25%;
  left: 25%;
  height: 1px;
  background: rgba(8, 125, 107, .34);
}

.hd-org-team-group article {
  position: relative;
  min-height: 142px;
  padding: 21px 14px;
  border: 1px solid rgba(23, 35, 50, .11);
  background: #fff;
}

.hd-org-team-group article::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 23px;
  background: rgba(8, 125, 107, .34);
}

.hd-org-team-group h3 {
  color: var(--ink);
  font-size: 17px;
}

.hd-org-team-group p {
  color: var(--muted);
  font-size: 12px;
}

.hd-about-facts article,
.hd-about-service-grid a,
.hd-about-disclosure {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(23, 35, 50, .06);
}

.hd-about-service-grid strong,
.hd-about-footer a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}

.hd-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hd-about-facts article {
  padding: 26px;
}

.hd-about-facts span,
.hd-about-service-grid span,
.hd-about-principles span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hd-about-facts strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

.hd-about-facts p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hd-about-facts a {
  color: inherit;
}

.hd-brand-assets {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.65fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(8, 125, 107, .18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 8%, rgba(114, 213, 194, .18), transparent 34%),
    linear-gradient(145deg, #0d2838, #0b3e44);
  box-shadow: 0 24px 64px rgba(16, 43, 54, .16);
}

.hd-brand-assets-mark {
  margin: 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  text-align: center;
}

.hd-brand-assets-mark img {
  width: min(100%, 240px);
  height: auto;
  object-fit: contain;
}

.hd-brand-assets-mark figcaption {
  margin-top: 18px;
  color: #607083;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.hd-brand-assets-copy > .hd-label {
  margin-bottom: 12px;
  color: #79ddcd;
}

.hd-brand-assets-copy h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -.04em;
}

.hd-brand-assets-copy > p:not(.hd-brand-assets-note) {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.8;
}

.hd-brand-assets-copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .14);
}

.hd-brand-assets-copy dl div {
  padding: 18px;
  background: rgba(7, 26, 36, .76);
}

.hd-brand-assets-copy dt {
  margin-bottom: 7px;
  color: #79ddcd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hd-brand-assets-copy dd {
  margin: 0;
  color: rgba(255, 255, 255, .90);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.hd-brand-assets-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.hd-brand-assets-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.hd-brand-assets-actions a:hover {
  border-color: #79ddcd;
  background: rgba(121, 221, 205, .12);
}

.hd-brand-assets-note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  line-height: 1.7;
}

.hd-about-service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.hd-about-service-grid a {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}

.hd-about-service-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 125, 107, .34);
  transition: transform .18s ease, border-color .18s ease;
}

.hd-about-service-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 22px;
}

.hd-about-service-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.hd-about-service-grid strong {
  margin-top: auto;
}

.hd-about-principles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hd-about-principles li {
  padding: 24px;
  border: 1px solid rgba(23, 35, 50, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

.hd-about-principles strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.45;
}

.hd-about-principles p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hd-about-disclosure {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 60px);
  align-items: center;
  padding: clamp(28px, 5vw, 46px);
}

.hd-about-disclosure h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.25;
}

.hd-about-disclosure p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.hd-about-footer {
  text-align: left;
}

.hd-about-footer-inner {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 28px;
  margin: 0 auto;
}

.hd-about-footer strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.hd-about-footer p {
  margin: 0;
  line-height: 1.7;
}

.hd-about-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.hd-about-footer a {
  color: rgba(255, 255, 255, .82);
}

.hd-about-footer-note {
  width: min(1180px, 100%);
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

@media (max-width: 1020px) {
  .hd-editorial-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hd-menu-toggle {
    display: block;
  }

  .hd-menu {
    position: fixed;
    inset: 78px 0 0;
    display: none;
    height: calc(100dvh - 78px);
    overflow: auto;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .hd-menu.is-open {
    display: grid;
    align-content: start;
    gap: 2px;
  }

  body.homecare-menu-open {
    overflow: hidden;
  }

  .hd-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(23, 35, 50, .08);
  }

  .hd-menu .hd-menu-cta {
    justify-content: center;
    margin-top: 10px;
    border-bottom: 0;
  }

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

  .hd-hero-panel {
    max-width: 540px;
  }

  .hd-card-grid,
  .hd-gallery,
  .hd-checklist,
  .hd-source-links,
  .hd-final .hd-wrap {
    grid-template-columns: 1fr;
  }

  .hd-ceo-layout,
  .hd-about-facts,
  .hd-brand-assets,
  .hd-about-service-grid,
  .hd-about-principles,
  .hd-about-disclosure,
  .hd-about-footer-inner {
    grid-template-columns: 1fr;
  }

  .hd-org-branches-three {
    gap: 12px;
  }

  .hd-org-team-group {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .hd-org-team-group::before,
  .hd-org-team-group article::before {
    display: none;
  }

  .hd-org-division-head::after {
    height: 28px;
  }

  .hd-org-team-group article {
    min-height: 0;
    border-top: 2px solid rgba(8, 125, 107, .30);
  }

  .hd-about-trust-strip {
    width: min(100% - 36px, 720px);
  }

  .hd-gallery figure,
  .hd-gallery figure:first-child {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .hd-nav {
    min-height: 68px;
    padding: 0 16px;
  }

  .hd-logo img {
    width: 92px;
  }

  .hd-logo span {
    font-size: 15px;
  }

  .hd-menu {
    top: 68px;
  }

  .hd-hero,
  .hd-hero-inner {
    min-height: 640px;
  }

  .hd-hero-inner {
    width: min(100% - 32px, 1180px);
    padding: 58px 0 72px;
  }

  .hd-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .hd-about-hero,
  .hd-about-hero .hd-hero-inner {
    min-height: 650px;
  }

  .hd-about-hero img {
    object-position: 66% center;
  }

  .hd-about-hero .hd-hero-panel,
  .hd-about-trust-strip {
    display: none;
  }

  .hd-actions,
  .hd-floating-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hd-btn,
  .hd-floating-cta a {
    min-width: 0;
    width: 100%;
    padding: 0 14px;
    font-size: 14px;
  }

  .hd-about-hero .hd-actions .hd-btn:last-child {
    grid-column: 1 / -1;
  }

  .hd-hero-inner > *,
  .hd-ceo-layout > *,
  .hd-org-chart,
  .hd-org-root,
  .hd-org-branches-three,
  .hd-org-division,
  .hd-org-team-group {
    min-width: 0;
    max-width: 100%;
  }

  .hd-flow-item {
    grid-template-columns: 1fr;
  }

  .hd-table-hint {
    display: block;
    margin: -12px 0 14px;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 800;
  }

  .hd-about-service-grid a {
    min-height: 0;
  }

  .hd-ceo-heading {
    padding: 30px 26px;
  }

  .hd-ceo-letter > p {
    font-size: 16px;
    line-height: 1.9;
  }

  .hd-org-chart {
    margin-top: 34px;
    padding: 22px 18px;
  }

  .hd-org-root::after {
    height: 34px;
  }

  .hd-org-branches-three {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 34px;
  }

  .hd-org-branches-three::before,
  .hd-org-division::before,
  .hd-org-division-head::after {
    display: none;
  }

  .hd-org-team-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
  }

  .hd-org-team-group article {
    min-height: 132px;
    padding: 18px 10px;
  }

  .hd-org-team-group h3 {
    font-size: 16px;
  }

  .hd-org-team-group p {
    font-size: 11px;
  }

  .hd-brand-assets-copy dl {
    grid-template-columns: 1fr;
  }

  .hd-brand-assets-actions {
    display: grid;
  }

  .hd-brand-assets-actions a {
    width: 100%;
  }

  .hd-about-footer {
    text-align: center;
  }

  .hd-about-footer nav {
    justify-content: center;
  }

  .hd-floating-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .homecare-guide .hd-floating-cta,
  .homecare-new-house-syndrome .hd-floating-cta,
  .homecare-surface-coating .hd-floating-cta,
  .homecare-elastic-coat .hd-floating-cta,
  .homecare-grout .hd-floating-cta,
  .homecare-move-in-cleaning .hd-floating-cta {
    display: none;
  }
}
