.path-ugc {
  overflow: hidden;
}
.path-ugc .path-image-ugc {
  object-position: center 38%;
  margin: -0.42rem -0.42rem 0;
  width: calc(100% + 0.84rem);
  max-width: none;
  filter: saturate(0.9) contrast(0.98);
}
.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 1.5rem;
}
.member-login {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.25rem 0 0.25rem 1rem;
  border-left: 1px solid var(--line);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s;
}
.member-login > span:first-child {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-rose);
  color: var(--orange);
  font-size: 0.7rem;
}
.member-login-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.member-login-copy small {
  margin-bottom: 0.25rem;
  color: rgba(50, 49, 44, 0.58);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.member-login b {
  font-size: 0.9rem;
  transition: transform 0.2s;
}
.member-login:hover {
  color: var(--orange);
}
.member-login:hover b {
  transform: translateX(3px);
}
.header-quiz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.quiz-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
  text-align: left;
}
.quiz-copy strong {
  font-size: 0.8rem;
}
.quiz-copy small {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header-quiz:hover {
  background: var(--orange);
}
.healing-note {
  grid-template-columns: 64px minmax(220px, 0.75fr) minmax(360px, 1.35fr) auto;
  column-gap: 2.2rem;
  padding: 2rem 2.4rem;
}
.healing-icon {
  display: grid !important;
  width: 3.7rem;
  height: 3.7rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-size: 1.25rem;
  letter-spacing: 0 !important;
}
.healing-note h3 {
  max-width: 290px;
}
.healing-note .text-link {
  justify-self: end;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .healing-note {
    grid-template-columns: 64px 1fr;
  }
  .healing-note p,
  .healing-note .text-link {
    grid-column: 2;
  }
  .healing-note .text-link {
    justify-self: start;
  }
}
@media (max-width: 640px) {
  .header-actions > .pill,
  .header-actions > .header-quiz {
    display: none;
  }
  .member-login {
    padding: 0.2rem 0 0.2rem 0.7rem;
    font-size: 0.72rem;
  }
  .member-login-copy small,
  .member-login b {
    display: none;
  }
  .path-ugc .path-image-ugc {
    margin: -0.28rem -0.28rem 0;
    width: calc(100% + 0.56rem);
  }
  .healing-note {
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    padding: 1.35rem;
  }
  .healing-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .healing-note h3 {
    font-size: 1.55rem;
  }
}

@media (max-width: 640px) {
  html, body { overflow-x: hidden; }
  .home-header { gap: 0.75rem; }
  .member-login { min-width: 0; }
  .home-hero, .about-section, .ugc-preview, .connect-section { overflow: hidden; }
  .path-card h3, .about-copy h2, .ugc-copy h2 { overflow-wrap: anywhere; }
}
