.voy-front-page {
  padding-bottom: var(--voy-space-8);
  --voy-front-type-kicker: 0.84rem;
  --voy-front-type-kicker-lg: clamp(1.28rem, 1.95vw, 1.62rem);
  --voy-front-type-display: clamp(2.05rem, 4vw, 2.85rem);
  --voy-front-type-section: clamp(1.82rem, 3vw, 2.34rem);
  --voy-front-type-card: clamp(1.16rem, 1.45vw, 1.42rem);
  --voy-front-type-body-lg: clamp(1rem, 1.02vw, 1.08rem);
  --voy-front-type-body: clamp(0.98rem, 0.98vw, 1.02rem);
  --voy-front-type-body-sm: 0.94rem;
  --voy-front-therapy-gap: clamp(14px, 2vw, 22px);
}

.voy-front-articles[id],
.voy-front-specialists[id] {
  scroll-margin-top: calc(var(--voy-adminbar-h, 0px) + var(--voy-topbar-h, 0px) + var(--voy-header-h, 0px) + 24px);
}

.voy-front-page .voy-section {
  padding: clamp(44px, 7vw, 84px) 0;
}

.voy-front-hero {
  position: relative;
  padding: clamp(38px, 6vw, 76px) 0 28px;
}

.voy-front-hero::before {
  content: "";
  position: absolute;
  inset: 46px auto auto 12%;
  width: min(360px, 42vw);
  height: min(360px, 42vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    hsl(var(--voy-hue-primary) 88% 95% / 0.92) 0%,
    hsl(var(--voy-hue-primary) 88% 95% / 0) 74%
  );
  pointer-events: none;
  z-index: 0;
}

.voy-front-hero .voy-container,
.voy-front-story .voy-container,
.voy-front-services .voy-container,
.voy-front-support .voy-container,
.voy-front-articles .voy-container,
.voy-front-specialists .voy-container,
.voy-front-therapy .voy-container,
.voy-front-faq .voy-container {
  position: relative;
  z-index: 1;
}

.voy-front-hero-grid,
.voy-front-story-grid,
.voy-front-support-grid,
.voy-front-therapy-grid {
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.voy-front-hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}

.voy-front-kicker,
.voy-front-mini-kicker {
  margin: 0 0 12px;
  color: var(--voy-color-brand-700);
  font-size: var(--voy-front-type-kicker);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: var(--voy-font-weight-bold);
  text-wrap: balance;
}

.voy-front-mini-kicker {
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.voy-front-hero-copy h1,
.voy-front-section-head h2,
.voy-front-story-copy h2,
.voy-front-team-copy h2 {
  margin: 0;
  color: var(--voy-color-text-primary);
  letter-spacing: -0.03em;
}

.voy-front-hero-copy h1 {
  font-size: var(--voy-front-type-display);
  line-height: 1.05;
  font-weight: 600;
  text-wrap: balance;
}

.voy-front-hero-copy h1 span {
  display: block;
}

.voy-front-hero-copy .voy-front-kicker {
  margin-bottom: 18px;
  color: var(--voy-color-brand-500);
  font-size: var(--voy-front-type-kicker-lg);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
  font-weight: var(--voy-font-weight-semibold);
}

.voy-front-lead,
.voy-front-section-head > p:not(.voy-front-kicker),
.voy-front-story-copy > p:not(.voy-front-mini-kicker),
.voy-front-team-copy > p:not(.voy-front-kicker),
.voy-front-feature-card > p:not(.voy-front-kicker),
.voy-front-resource-card p,
.voy-front-benefits-card li,
.voy-front-faq-answer p {
  color: var(--voy-color-text-secondary);
}

.voy-front-lead {
  max-width: 40rem;
  margin: 22px 0 0;
  font-size: var(--voy-front-type-body-lg);
  line-height: 1.58;
  text-wrap: pretty;
}

.voy-front-lead strong {
  color: var(--voy-color-text-primary);
  font-weight: var(--voy-font-weight-bold);
}

.voy-front-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.voy-front-actions .voy-btn {
  --voy-btn-h: 46px;
  --voy-btn-px: 24px;
  --voy-btn-fz: 1.06rem;
}

.voy-front-highlight {
  width: fit-content;
  max-width: 100%;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid hsl(var(--voy-hue-primary) 44% 84%);
  border-radius: var(--voy-radius-pill);
  background: hsl(0 0% 100% / 0.82);
  box-shadow: var(--voy-shadow-sm);
  display: flex;
  align-items: center;
  gap: 10px;
}

.voy-front-highlight p {
  margin: 0;
  color: var(--voy-color-text-primary);
  font-size: 0.95rem;
}

.voy-front-highlight-dot,
.voy-front-story-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: hsl(148 48% 46%);
  box-shadow: 0 0 0 6px hsl(148 48% 46% / 0.12);
  flex: 0 0 10px;
}

.voy-front-hero-media {
  display: flex;
  justify-content: flex-end;
}

.voy-front-portrait-shell {
  width: min(100%, 504px);
  border-radius: 34px;
  background: var(--voy-color-bg-surface);
  border: 1px solid hsl(var(--voy-hue-primary) 40% 86%);
  box-shadow: 0 24px 42px hsl(var(--voy-hue-secondary) 26% 16% / 0.1);
  overflow: hidden;
}

.voy-front-portrait-shell img {
  display: block;
  width: 100%;
  aspect-ratio: 19 / 20;
  object-fit: cover;
  object-position: center center;
}

.voy-front-story-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 52px);
}

.voy-front-story-card.voy-content-card,
.voy-front-feature-card.voy-content-card,
.voy-front-benefits-card.voy-content-card {
  border-color: hsl(var(--voy-hue-primary) 46% 86%);
  box-shadow: 0 20px 44px hsl(var(--voy-hue-secondary) 26% 16% / 0.08);
}

.voy-front-story-card.voy-content-card {
  padding: clamp(18px, 2.2vw, 24px);
  background:
    linear-gradient(180deg, hsl(0 0% 100%), hsl(var(--voy-hue-primary) 78% 97%));
}

.voy-front-story-media {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: 14px;
}

.voy-front-story-photo {
  width: 100%;
  min-width: 0;
  aspect-ratio: 4 / 3;
  height: var(--voy-story-photo-h, auto);
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(140deg, hsl(var(--voy-hue-primary) 86% 94%), hsl(var(--voy-hue-secondary) 58% 96%));
  will-change: height;
  transition: height 0.32s ease;
}

.voy-front-story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 60%;
}

.voy-front-story-badge {
  width: 100%;
  padding: 11px 14px;
  border-radius: 16px;
  background: var(--voy-color-bg-surface);
  border: 1px solid hsl(var(--voy-hue-secondary) 26% 88%);
  box-shadow: var(--voy-shadow-sm);
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 10px;
  color: var(--voy-color-text-primary);
  font-size: 0.95rem;
}

.voy-front-story-badge span:last-child {
  flex: 1 1 auto;
  display: block;
  line-height: 1.45;
  text-wrap: balance;
}

.voy-front-story-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voy-front-story-copy .voy-front-mini-kicker {
  margin-bottom: 8px;
  color: var(--voy-color-text-primary);
  font-size: clamp(1.16rem, 1.55vw, 1.4rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: none;
  font-weight: var(--voy-font-weight-semibold);
}

.voy-front-story-copy h2,
.voy-front-section-head h2,
.voy-front-team-copy h2 {
  font-size: var(--voy-front-type-section);
  line-height: 1.02;
}

.voy-front-story-copy h2 {
  color: var(--voy-color-brand-500);
  font-size: clamp(1.95rem, 3vw, 2.46rem);
  line-height: 0.98;
  margin-bottom: 14px;
  text-wrap: balance;
}

.voy-front-story-copy > p:not(.voy-front-mini-kicker) {
  margin: 12px 0 0;
  font-size: var(--voy-front-type-body);
  line-height: 1.62;
}

.voy-front-story-summary strong {
  color: var(--voy-color-text-primary);
  font-weight: var(--voy-font-weight-bold);
}

.voy-front-story-inline-more[hidden],
.voy-front-story-period[hidden] {
  display: none !important;
}

.voy-front-story-ellipsis {
  display: inline;
}

.voy-front-story-card.is-expanded .voy-front-story-ellipsis {
  display: none;
}

.voy-front-story-card.is-collapsing .voy-front-story-ellipsis {
  display: none;
}

.voy-front-story-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  color: var(--voy-color-brand-500);
  font-size: 1rem;
  font-weight: var(--voy-font-weight-medium);
  line-height: inherit;
  text-decoration: underline;
}

.voy-front-story-toggle:hover,
.voy-front-story-toggle:focus-visible {
  color: var(--voy-color-brand-700);
}

.voy-front-story-card.is-expanded .voy-front-story-summary > .voy-front-story-toggle {
  display: none;
}

.voy-front-story-card.is-collapsing .voy-front-story-summary > .voy-front-story-toggle {
  display: none;
}

.voy-front-story-toggle--collapse {
  margin: 16px 0 0;
  display: inline-flex;
  align-self: flex-start;
}

.voy-front-story-card:not(.is-expanded) .voy-front-story-toggle--collapse {
  display: none;
}

.voy-front-story-more {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.32s ease, opacity 0.24s ease, margin-top 0.24s ease;
  margin-top: 0;
}

.voy-front-story-more-inner {
  overflow: hidden;
}

.voy-front-story-card.is-expanded .voy-front-story-more {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 12px;
}

.voy-front-story-card.is-collapsing .voy-front-story-more {
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
}

.voy-front-story-more p {
  margin: 12px 0 0;
  color: var(--voy-color-text-secondary);
  font-size: 1rem;
  line-height: 1.62;
}

@media (min-width: 992px) {
  .voy-front-story-card.is-expanded .voy-front-story-media,
  .voy-front-story-card.is-collapsing .voy-front-story-media {
    height: 100%;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
  }

  .voy-front-story-card.is-expanded .voy-front-story-photo,
  .voy-front-story-card.is-collapsing .voy-front-story-photo {
    aspect-ratio: auto;
    align-self: stretch;
  }
}

.voy-front-story-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.voy-front-story-actions .voy-btn {
  min-width: 0;
}

.voy-front-section-head {
  margin-bottom: clamp(22px, 3vw, 32px);
}

.voy-front-section-head--center {
  text-align: center;
}

.voy-front-section-head--center > * {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.voy-front-section-head--center p:last-child {
  margin-top: 14px;
}

.voy-front-section-head--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
}

.voy-front-section-head--split > div {
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(760px, 100%);
}

.voy-front-services-grid,
.voy-front-team-grid,
.voy-front-faq-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.voy-front-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voy-front-services-head {
  max-width: min(980px, 100%);
  margin-bottom: clamp(28px, 4vw, 44px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-items: center;
  text-align: center;
}

.voy-front-services-head > h2 {
  max-width: none;
  width: fit-content;
}

.voy-front-services-eyebrow {
  margin: 0;
  color: var(--voy-color-text-primary);
  font-size: clamp(1.02rem, 1.1vw, 1.16rem);
  font-weight: var(--voy-font-weight-medium);
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

.voy-front-services-head h2 {
  font-size: clamp(1.96rem, 3.3vw, 2.62rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.voy-front-services-head h2 span {
  color: var(--voy-color-brand-500);
}

.voy-front-services-intro {
  max-width: 72rem;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--voy-front-type-body-lg);
  line-height: 1.6;
  text-wrap: balance;
}

.voy-front-services-intro strong {
  color: var(--voy-color-text-primary);
  font-weight: var(--voy-font-weight-bold);
}

.voy-front-service-card,
.voy-front-resource-card,
.voy-front-specialist-card,
.voy-front-faq-item {
  border: 1px solid hsl(var(--voy-hue-primary) 42% 86%);
  border-radius: var(--voy-radius-card);
  background: var(--voy-color-bg-surface);
  box-shadow: var(--voy-shadow-card);
  background: var(--voy-color-tertiary-100);
}

.voy-front-service-card {
  padding: 14px;
  border-color: hsl(var(--voy-hue-primary) 56% 84%);
  border-radius: 28px;
  background: linear-gradient(180deg, hsl(0 0% 100%), hsl(var(--voy-hue-primary) 84% 98%));
  box-shadow: 0 18px 36px hsl(var(--voy-hue-secondary) 24% 16% / 0.08);
}

.voy-front-service-media {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid hsl(var(--voy-hue-primary) 40% 88%);
  background: hsl(0 0% 100%);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.72);
}

.voy-front-service-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center center;
}

.voy-front-service-copy {
  padding: 16px 6px 8px;
}

.voy-front-service-copy h3,
.voy-front-resource-card h3,
.voy-front-benefits-card h3,
.voy-front-specialist-card h3 {
  margin: 0;
  line-height: 1.08;
}

.voy-front-service-copy h3 {
  color: var(--voy-color-brand-500);
  font-size: var(--voy-front-type-card);
  line-height: 1.18;
}

.voy-front-service-copy p {
  margin: 12px 0 0;
  color: var(--voy-color-text-secondary);
  font-size: var(--voy-front-type-body);
  line-height: 1.62;
}

.voy-front-therapy-head {
  max-width: min(1120px, 100%);
  margin: 0 auto clamp(28px, 4vw, 42px);
  text-align: center;
}

.voy-front-therapy-head h2 {
  margin: 0;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
  color: var(--voy-color-text-primary);
  font-size: clamp(2rem, 3.5vw, 2.74rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: pretty;
}

.voy-front-therapy-head h2 span {
  color: var(--voy-color-brand-500);
}

.voy-front-therapy-head p {
  max-width: 72rem;
  margin: 18px auto 0;
  color: var(--voy-color-text-primary);
  font-size: var(--voy-front-type-body-lg);
  line-height: 1.6;
  text-wrap: pretty;
}

.voy-front-therapy-grid {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: var(--voy-front-therapy-gap);
}

.voy-front-therapy-figure {
  margin: 0;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 36px);
  border: 1px solid hsl(var(--voy-hue-primary) 40% 88%);
  background: hsl(0 0% 100%);
  box-shadow: 0 22px 44px hsl(var(--voy-hue-secondary) 24% 16% / 0.1);
}

.voy-front-therapy-figure:not(.voy-front-therapy-figure--video) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.voy-front-therapy-figure--video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(356px, 37vw, 488px);
  max-width: 100%;
  height: auto;
  justify-self: start;
  align-self: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.voy-front-therapy-figure--video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: hsl(var(--voy-hue-primary) 86% 89% / 0.68);
  z-index: 0;
}

.voy-front-therapy-video-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - clamp(36px, 4vw, 48px));
  max-width: 360px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 36px);
  border: 1px solid hsl(var(--voy-hue-primary) 40% 88%);
  background:
    linear-gradient(180deg, hsl(var(--voy-hue-primary) 86% 96%), hsl(0 0% 100%));
  box-shadow: 0 22px 44px hsl(var(--voy-hue-secondary) 24% 16% / 0.1);
  isolation: isolate;
}

.voy-front-therapy-poster,
.voy-front-therapy-video-poster,
.voy-front-therapy-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.voy-front-therapy-poster {
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.voy-front-therapy-poster:focus-visible {
  outline: 3px solid hsl(var(--voy-hue-primary) 58% 72%);
  outline-offset: -3px;
}

.voy-front-therapy-video {
  opacity: 0;
  background: hsl(var(--voy-hue-secondary) 20% 18%);
  cursor: pointer;
  transition: opacity 220ms ease;
}

.voy-front-therapy-video-poster {
  z-index: 1;
  transition: transform 240ms ease, opacity 220ms ease, visibility 220ms ease;
}

.voy-front-therapy-poster-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: hsl(0 0% 100% / 0.94);
  color: var(--voy-color-brand-500);
  box-shadow: 0 18px 32px hsl(var(--voy-hue-secondary) 20% 16% / 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, opacity 220ms ease, visibility 220ms ease;
}

.voy-front-therapy-poster-play svg {
  display: block;
  width: 28px;
  height: 28px;
}

.voy-front-therapy-figure--video.has-preview .voy-front-therapy-poster:hover .voy-front-therapy-video-poster,
.voy-front-therapy-figure--video.has-preview .voy-front-therapy-poster:focus-visible .voy-front-therapy-video-poster {
  transform: scale(1.035);
}

.voy-front-therapy-figure--video.has-preview .voy-front-therapy-poster:hover .voy-front-therapy-poster-play,
.voy-front-therapy-figure--video.has-preview .voy-front-therapy-poster:focus-visible .voy-front-therapy-poster-play {
  transform: translate(-50%, -50%) scale(1.05);
  background: hsl(0 0% 100%);
  color: var(--voy-color-brand-700);
}

.voy-front-therapy-figure--video.is-loaded .voy-front-therapy-video {
  opacity: 1;
}

.voy-front-therapy-figure--video.has-started .voy-front-therapy-poster {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.voy-front-therapy-figure--video.has-started .voy-front-therapy-video-poster,
.voy-front-therapy-figure--video.has-started .voy-front-therapy-poster-play {
  opacity: 0;
  visibility: hidden;
}

.voy-front-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--voy-front-therapy-gap);
}

.voy-front-benefit-card {
  padding: clamp(18px, 2vw, 24px);
  border-radius: 24px;
  border: 1px solid hsl(var(--voy-hue-primary) 52% 86%);
  background: hsl(0 0% 100% / 0.96);
  box-shadow: 0 16px 34px hsl(var(--voy-hue-secondary) 24% 16% / 0.08);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.voy-front-benefit-copy strong {
  display: block;
  color: var(--voy-color-text-primary);
  font-size: clamp(1.02rem, 1.08vw, 1.12rem);
  line-height: 1.25;
}

.voy-front-benefit-copy p {
  margin: 6px 0 0;
  color: var(--voy-color-text-secondary);
  font-size: var(--voy-front-type-body);
  line-height: 1.58;
}

.voy-front-check-icon,
.voy-front-benefit-icon {
  width: 28px;
  height: 28px;
  color: hsl(156 73% 54%);
  margin-top: 2px;
}

.voy-front-check-icon svg,
.voy-front-benefit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.voy-front-therapy-context {
  margin-top: clamp(28px, 4vw, 42px);
  display: grid;
  gap: clamp(22px, 3vw, 28px);
}

.voy-front-therapy-pillars {
  padding: 12px;
  border: 1px solid hsl(var(--voy-hue-primary) 52% 86%);
  border-radius: 28px;
  background: hsl(0 0% 100% / 0.96);
  box-shadow: 0 16px 34px hsl(var(--voy-hue-secondary) 24% 16% / 0.08);
  display: grid;
  grid-template-columns: auto repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.voy-front-therapy-pillars-media {
  width: clamp(84px, 8vw, 96px);
  align-self: center;
}

.voy-front-therapy-pillars-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 16%;
}

.voy-front-therapy-principle {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid hsl(var(--voy-hue-primary) 52% 84%);
  border-radius: 20px;
  background: linear-gradient(180deg, hsl(0 0% 100%), hsl(var(--voy-hue-primary) 86% 98%));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.voy-front-therapy-principle-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--voy-color-brand-500);
  color: var(--voy-color-on-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: var(--voy-font-weight-bold);
  line-height: 1;
}

.voy-front-therapy-principle p {
  margin: 0;
  color: var(--voy-color-text-primary);
  font-size: var(--voy-front-type-body-lg);
  line-height: 1.5;
  text-wrap: pretty;
}

.voy-front-therapy-deep-dive {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 22px);
}

.voy-front-therapy-panel-card {
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid hsl(var(--voy-hue-primary) 52% 86%);
  border-radius: 28px;
  background: hsl(0 0% 100% / 0.96);
  box-shadow: 0 16px 34px hsl(var(--voy-hue-secondary) 24% 16% / 0.08);
  display: grid;
  align-content: start;
  gap: 16px;
}

.voy-front-therapy-panel-card h3 {
  margin: 0;
  color: var(--voy-color-brand-500);
  font-size: clamp(1.32rem, 1.7vw, 1.58rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.voy-front-therapy-panel-card > p {
  margin: 0;
  color: var(--voy-color-text-secondary);
  font-size: var(--voy-front-type-body);
  line-height: 1.58;
  text-wrap: pretty;
}

.voy-front-therapy-tip-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.voy-front-therapy-tip {
  padding: 16px 18px;
  border: 1px solid hsl(var(--voy-hue-primary) 52% 86%);
  border-radius: 20px;
  background: linear-gradient(180deg, hsl(0 0% 100%), hsl(var(--voy-hue-primary) 86% 98%));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.voy-front-therapy-tip-copy strong {
  display: block;
  color: var(--voy-color-text-primary);
  font-size: 1.08rem;
  line-height: 1.24;
}

.voy-front-therapy-tip-copy p {
  margin: 6px 0 0;
  color: var(--voy-color-text-secondary);
  font-size: 1rem;
  line-height: 1.56;
}

.voy-front-therapy-accordion {
  display: grid;
  gap: 14px;
}

.voy-front-therapy-detail {
  border: 1px solid hsl(var(--voy-hue-primary) 52% 86%);
  border-radius: 18px;
  background: hsl(0 0% 100%);
  overflow: hidden;
}

.voy-front-therapy-detail summary {
  position: relative;
  padding: 18px 54px 18px 18px;
  list-style: none;
  cursor: pointer;
  color: var(--voy-color-text-primary);
  font-size: 1.08rem;
  font-weight: var(--voy-font-weight-semibold);
  line-height: 1.32;
}

.voy-front-therapy-detail summary::-webkit-details-marker {
  display: none;
}

.voy-front-therapy-detail summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 180ms ease;
}

.voy-front-therapy-detail.is-expanded summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.voy-front-therapy-detail-copy {
  height: auto;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  will-change: height, opacity, transform;
  transition:
    height 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 260ms ease;
}

.voy-front-therapy-detail-copy-inner {
  padding: 14px 18px 18px;
  border-top: 1px solid hsl(var(--voy-hue-primary) 46% 90%);
}

.voy-front-therapy-detail-copy p {
  margin: 0;
  color: var(--voy-color-text-secondary);
  font-size: 0.98rem;
  line-height: 1.58;
  text-wrap: pretty;
}

.voy-front-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "intro capsules"
    "resources blog";
  gap: 20px;
  align-items: stretch;
}

.voy-front-support-copy {
  grid-area: intro;
  min-height: 254px;
  padding: 12px 4px 0 0;
}

.voy-front-support-kicker {
  margin: 0;
  color: var(--voy-color-brand-500);
  font-size: clamp(1.62rem, 2.9vw, 2.18rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: none;
  font-weight: var(--voy-font-weight-semibold);
}

.voy-front-support-copy h2 {
  margin: 6px 0 0;
  color: var(--voy-color-text-primary);
  font-size: clamp(1.74rem, 2.9vw, 2.32rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.voy-front-support-copy > p:not(.voy-front-support-kicker) {
  max-width: 34rem;
  margin: 18px 0 0;
  color: var(--voy-color-text-secondary);
  font-size: var(--voy-front-type-body-lg);
  line-height: 1.56;
  text-wrap: pretty;
}

.voy-front-resource-card {
  padding: 0;
  border-color: hsl(var(--voy-hue-primary) 48% 84%);
  border-radius: 24px;
  background: linear-gradient(180deg, hsl(0 0% 100%), hsl(var(--voy-hue-primary) 84% 98%));
  box-shadow: 0 16px 32px hsl(var(--voy-hue-secondary) 22% 18% / 0.08);
  display: grid;
  grid-template-columns: minmax(225px, 43%) minmax(0, 1fr);
  min-height: 254px;
  align-items: stretch;
  overflow: hidden;
}

.voy-front-resource-card--capsules {
  grid-area: capsules;
}

.voy-front-resource-card--resources {
  grid-area: resources;
}

.voy-front-resource-card--blog {
  grid-area: blog;
}

.voy-front-resource-media {
  aspect-ratio: 1 / 1;
  min-height: 100%;
  align-self: stretch;
  overflow: hidden;
  background: hsl(var(--voy-hue-primary) 86% 96%);
}

.voy-front-resource-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.voy-front-resource-copy {
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voy-front-resource-copy h3 {
  margin: 0;
  color: var(--voy-color-brand-500);
  font-size: clamp(1.26rem, 1.65vw, 1.52rem);
  line-height: 1.16;
}

.voy-front-resource-card p {
  margin: 14px 0 0;
  font-size: var(--voy-front-type-body);
  line-height: 1.58;
}

.voy-front-resource-card a {
  color: var(--voy-color-brand-700);
  font-weight: var(--voy-font-weight-medium);
  margin-top: 12px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  align-self: flex-start;
}

.voy-front-resource-card a:hover,
.voy-front-resource-card a:focus-visible {
  text-decoration: underline;
}

.voy-front-articles {
  background:
    linear-gradient(180deg, hsl(var(--voy-hue-primary) 90% 97%), hsl(0 0% 100%));
  border-top: 1px solid hsl(var(--voy-hue-primary) 48% 90%);
  border-bottom: 1px solid hsl(var(--voy-hue-primary) 48% 92%);
}

.voy-front-articles .voy-front-section-head {
  position: relative;
  margin-bottom: clamp(22px, 3vw, 32px);
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid hsl(var(--voy-hue-primary) 46% 88%);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 100% 0%,
      hsl(var(--voy-hue-primary) 88% 95% / 0.86) 0%,
      transparent 34%
    ),
    linear-gradient(180deg, hsl(0 0% 100%), hsl(var(--voy-hue-primary) 86% 98%));
  box-shadow: 0 18px 38px hsl(var(--voy-hue-secondary) 22% 18% / 0.07);
  overflow: hidden;
}

.voy-front-articles .voy-front-section-head > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: clamp(8px, 1vw, 14px);
  row-gap: 10px;
  align-items: baseline;
}

.voy-front-articles .voy-front-kicker {
  grid-column: 1;
  margin-bottom: 0;
  color: var(--voy-color-brand-500);
  font-size: clamp(1.9rem, 2.8vw, 2.28rem);
  font-weight: var(--voy-font-weight-bold);
  letter-spacing: 0;
  text-transform: uppercase;
}

.voy-front-articles .voy-front-kicker::after {
  content: "|";
  margin-left: clamp(8px, 0.9vw, 14px);
  color: var(--voy-color-text-primary);
}

.voy-front-articles .voy-front-section-head h2 {
  grid-column: 2;
  font-size: clamp(1.9rem, 2.8vw, 2.28rem);
  line-height: 1.04;
  max-width: none;
  white-space: nowrap;
}

.voy-front-articles .voy-front-section-head > div > p:last-child {
  grid-column: 1 / -1;
  margin: 0;
  max-width: 52ch;
  color: var(--voy-color-text-primary);
  font-size: var(--voy-front-type-body-lg);
  line-height: 1.58;
}

.voy-front-articles .voy-front-section-head .voy-btn {
  --voy-btn-h: 44px;
  --voy-btn-px: 22px;
  --voy-btn-fz: 1rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  background: hsl(0 0% 100% / 0.72);
  border-color: hsl(var(--voy-hue-primary) 42% 80%);
  box-shadow: 0 10px 20px hsl(var(--voy-hue-secondary) 18% 16% / 0.06);
}

.voy-front-articles .voy-front-section-head .voy-btn:hover,
.voy-front-articles .voy-front-section-head .voy-btn:focus-visible {
  background: hsl(var(--voy-hue-primary) 84% 95%);
  border-color: hsl(var(--voy-hue-primary) 48% 74%);
}

.voy-front-team-block + .voy-front-team-block {
  margin-top: clamp(36px, 6vw, 68px);
}

.voy-front-team-block--stacked {
  display: grid;
  gap: clamp(24px, 3.5vw, 34px);
}

.voy-front-team-copy {
  align-self: start;
  max-width: none;
  width: 100%;
  padding: 78px 8px 0 4px;
}

.voy-front-team-block--stacked .voy-front-team-copy {
  grid-column: 1 / -1;
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.voy-front-team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 18px;
  align-items: start;
}

.voy-front-team-copy h2 {
  margin: 0;
  max-width: none;
  width: 100%;
  color: var(--voy-color-text-primary);
  font-size: clamp(1.68rem, 2.65vw, 2.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.voy-front-team-copy h2 span {
  display: inline;
  color: var(--voy-color-brand-500);
}

.voy-front-team-copy > p {
  max-width: none;
  width: 100%;
  margin: 18px 0 0;
  color: var(--voy-color-text-primary);
  font-size: var(--voy-front-type-body);
  line-height: 1.52;
}

.voy-front-team-block--stacked .voy-front-team-copy > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 68ch;
}

.voy-front-team-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.voy-front-team-block--stacked .voy-front-team-copy__actions {
  justify-content: center;
}

.voy-front-specialist-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: start;
  margin-top: 74px;
  height: auto;
  padding: 88px 26px 24px;
  border-color: hsl(var(--voy-hue-primary) 48% 84%);
  border-radius: 24px;
  box-shadow: 0 18px 34px hsl(var(--voy-hue-secondary) 18% 16% / 0.1);
  text-align: center;
}

.voy-front-specialist-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 146px;
  height: 146px;
  margin: 0;
  border-radius: 50%;
  transform: translate(-50%, -52%);
  border: 3px solid var(--voy-color-brand-500);
  background: hsl(0 0% 100%);
  box-shadow: 0 10px 22px hsl(var(--voy-hue-secondary) 16% 14% / 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--voy-color-brand-700);
  font-weight: var(--voy-font-weight-bold);
  font-size: 1.15rem;
}

.voy-front-specialist-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voy-front-specialist-card h3 {
  color: var(--voy-color-brand-500);
  font-size: clamp(1.24rem, 1.55vw, 1.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.voy-front-specialist-card p {
  margin: 12px 0 0;
  color: var(--voy-color-text-secondary);
  font-size: var(--voy-front-type-body);
  line-height: 1.48;
}

.voy-professional-card__availability {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

.voy-professional-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 26px;
  padding: 3px 9px;
  border: 1px solid transparent;
  border-radius: var(--voy-radius-pill);
  font-size: 0.74rem;
  font-weight: var(--voy-font-weight-bold);
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

.voy-professional-status-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.78;
  flex: 0 0 6px;
}

.voy-professional-status-badge.is-available {
  border-color: hsl(145 34% 78%);
  background: hsl(145 54% 94%);
  color: hsl(145 48% 28%);
}

.voy-professional-status-badge.is-unavailable {
  border-color: hsl(var(--voy-hue-secondary) 14% 84%);
  background: hsl(var(--voy-hue-secondary) 20% 95%);
  color: hsl(var(--voy-hue-secondary) 12% 44%);
}

.voy-professional-status-badge.is-no-agenda {
  border-color: hsl(34 52% 82%);
  background: hsl(42 100% 96%);
  color: hsl(28 48% 38%);
}

.voy-front-specialist-actions {
  margin-top: auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.voy-front-specialist-actions .voy-btn {
  min-width: 0;
  width: 100%;
  justify-content: center;
  font-size: 0.99rem;
}

.voy-front-specialist-actions .voy-btn--primary {
  box-shadow: none;
}

.voy-front-specialist-booking-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.voy-front-specialist-booking-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.voy-front-modal-open {
  overflow: hidden;
}

body.voy-front-modal-open .voy-front-specialists .voy-container {
  z-index: calc(var(--voy-z-panel) + 20);
}

.voy-front-modal {
  --voy-front-modal-side-offset: clamp(18px, 3vw, 28px);
  --voy-front-modal-top-gap: clamp(24px, 3vw, 34px);
  --voy-front-modal-stack-offset: var(
    --voy-header-stack-visible-h,
    calc(var(--voy-adminbar-h, 0px) + var(--voy-topbar-h, 0px) + var(--voy-header-h, 0px))
  );
  --voy-front-modal-top-offset: calc(var(--voy-front-modal-stack-offset) + var(--voy-front-modal-top-gap));
  --voy-front-modal-bottom-offset: var(--voy-front-modal-top-offset);
  position: fixed;
  inset: 0;
  z-index: calc(var(--voy-z-panel) + 21);
  display: grid;
  align-items: center;
  justify-items: center;
  padding:
    var(--voy-front-modal-top-offset)
    var(--voy-front-modal-side-offset)
    var(--voy-front-modal-bottom-offset);
  overflow: hidden;
}

body.voy-topbar-hidden .voy-front-modal {
  --voy-front-modal-stack-offset: var(
    --voy-header-stack-collapsed-h,
    calc(var(--voy-adminbar-h, 0px) + var(--voy-header-h, 0px))
  );
}

.voy-front-modal[hidden] {
  display: none;
}

.voy-front-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: hsl(var(--voy-hue-secondary) 26% 12% / 0.56);
  opacity: 0;
  transition: opacity 220ms ease;
}

.voy-front-modal__dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - var(--voy-front-modal-top-offset) - var(--voy-front-modal-bottom-offset)));
  max-height: min(760px, calc(100dvh - var(--voy-front-modal-top-offset) - var(--voy-front-modal-bottom-offset)));
  overflow: hidden;
  border: 1px solid hsl(var(--voy-hue-primary) 46% 86%);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, hsl(var(--voy-hue-primary) 88% 95% / 0.9), transparent 28%),
    linear-gradient(180deg, hsl(0 0% 100%), hsl(var(--voy-hue-primary) 84% 98%));
  box-shadow: 0 32px 70px hsl(var(--voy-hue-secondary) 26% 16% / 0.22);
  padding: clamp(18px, 2.2vw, 24px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  transform: translateY(16px) scale(0.985);
  opacity: 0;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.voy-front-modal.is-open .voy-front-modal__backdrop {
  opacity: 1;
}

.voy-front-modal.is-open .voy-front-modal__dialog {
  transform: none;
  opacity: 1;
}

.voy-front-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid hsl(var(--voy-hue-primary) 40% 84%);
  border-radius: 999px;
  background: hsl(0 0% 100% / 0.92);
  color: var(--voy-color-text-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.voy-front-modal__close:hover,
.voy-front-modal__close:focus-visible {
  background: hsl(var(--voy-hue-primary) 84% 96%);
  border-color: hsl(var(--voy-hue-primary) 48% 76%);
  transform: scale(1.02);
}

.voy-front-modal__header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 18px);
  align-items: center;
  padding-right: 44px;
}

.voy-front-modal__media {
  width: clamp(112px, 16vw, 148px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 3px solid var(--voy-color-brand-500);
  overflow: hidden;
  background: hsl(var(--voy-hue-primary) 82% 94%);
  box-shadow: 0 18px 34px hsl(var(--voy-hue-secondary) 20% 16% / 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  color: var(--voy-color-brand-700);
  font-weight: var(--voy-font-weight-bold);
  font-size: 2rem;
}

.voy-front-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.voy-front-modal__eyebrow {
  order: 2;
  margin: 2px 0 0;
  color: var(--voy-color-text-primary);
  font-size: 0.98rem;
  font-weight: var(--voy-font-weight-semibold);
  letter-spacing: 0;
  text-transform: none;
}

.voy-front-modal__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.voy-front-modal__intro h3 {
  order: 1;
  margin: 0;
  color: var(--voy-color-brand-500);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.voy-front-modal__body {
  margin-top: clamp(12px, 1.6vw, 16px);
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.voy-front-modal__copy {
  display: grid;
  gap: 14px;
}

.voy-front-modal__copy p {
  margin: 0;
  color: var(--voy-color-text-secondary);
  font-size: 1rem;
  line-height: 1.62;
  text-wrap: pretty;
}

.voy-front-modal__section {
  padding: 18px;
  border: 1px solid hsl(var(--voy-hue-primary) 42% 88%);
  border-radius: 18px;
  background: hsl(0 0% 100% / 0.86);
}

.voy-front-modal__section h4 {
  margin: 0 0 10px;
  color: var(--voy-color-text-primary);
  font-size: 1rem;
  line-height: 1.2;
}

.voy-front-modal__focus-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--voy-color-text-secondary);
  font-size: 0.96rem;
  line-height: 1.54;
}

.voy-front-modal__focus-list li {
  padding: 13px 14px 12px;
  border: 1px solid hsl(var(--voy-hue-primary) 42% 90%);
  border-radius: 16px;
  background: hsl(var(--voy-hue-primary) 78% 98%);
}

.voy-front-modal__focus-list strong {
  color: var(--voy-color-text-primary);
  display: inline;
}

.voy-front-modal__footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid hsl(var(--voy-hue-primary) 42% 90%);
  display: flex;
  justify-content: flex-end;
}

.voy-front-modal__footer .voy-btn {
  min-width: min(280px, 100%);
  justify-content: center;
}

@media (min-width: 721px) {
  .voy-front-modal__focus-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .voy-front-modal__focus-list li {
    height: 100%;
  }
}

.voy-front-benefits-card {
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  align-content: center;
  align-self: center;
  height: 100%;
}

.voy-front-benefits-card h3 {
  max-width: 22ch;
  font-size: clamp(1.46rem, 2vw, 1.86rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  text-wrap: pretty;
}

.voy-front-benefits-card h3 span {
  color: var(--voy-color-brand-500);
}

.voy-front-faq {
  padding-block: clamp(72px, 9vw, 116px);
}

.voy-front-faq-head {
  max-width: min(760px, 100%);
  margin: 0 auto clamp(28px, 4vw, 40px);
  text-align: center;
}

.voy-front-faq-head h2 {
  margin: 0;
  color: var(--voy-color-text-primary);
  font-size: clamp(1.9rem, 3vw, 2.36rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.voy-front-faq-head h2 span {
  color: var(--voy-color-brand-500);
}

.voy-front-faq-head p {
  margin: 12px 0 0;
  color: var(--voy-color-text-primary);
  font-size: var(--voy-front-type-body-lg);
  line-height: 1.4;
}

.voy-front-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(16px, 2vw, 24px);
  align-items: start;
}

.voy-front-faq-column {
  display: grid;
  align-content: start;
  gap: 18px;
}

.voy-front-faq-item {
  border: 1px solid hsl(var(--voy-hue-primary) 58% 84%);
  border-radius: 20px;
  background: hsl(0 0% 100% / 0.98);
  box-shadow: 0 14px 28px hsl(var(--voy-hue-secondary) 22% 16% / 0.06);
  overflow: hidden;
  background: var(--voy-color-secondary-200);
  border: 1px solid var(--voy-color-secondary-500);
}

.voy-front-faq-item summary {
  position: relative;
  min-height: 76px;
  padding: 16px 56px 16px 18px;
  list-style: none;
  cursor: pointer;
  color: hsl(var(--voy-hue-secondary) 18% 29%);
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  font-weight: var(--voy-font-weight-semibold);
  line-height: 1.38;
  transition:
    background 220ms ease,
    color 220ms ease;
    display: flex;
    align-items: center;
}

.voy-front-faq-item summary::-webkit-details-marker {
  display: none;
}

.voy-front-faq-item summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 220ms ease;
}

.voy-front-faq-item.is-expanded summary {
  background: var(--voy-color-brand-500);
  color: var(--voy-color-on-brand);
}

.voy-front-faq-item.is-expanded summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.voy-front-faq-answer {
  height: auto;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  will-change: height, opacity, transform;
  transition:
    height 280ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 280ms ease;
}

.voy-front-faq-answer-inner {
  padding: 16px 18px 18px;
  border-top: 1px solid hsl(var(--voy-hue-primary) 44% 90%);
  background: white;
}

.voy-front-faq-answer p {
  margin: 0;
  color: hsl(var(--voy-hue-secondary) 18% 37%);
  font-size: 1rem;
  line-height: 1.56;
  text-wrap: pretty;
}

@media (max-width: 1080px) {
  .voy-front-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
    gap: clamp(24px, 3.5vw, 40px);
  }

  .voy-front-hero-copy h1 {
    font-size: clamp(1.96rem, 4vw, 2.56rem);
  }

  .voy-front-hero-copy .voy-front-kicker {
    font-size: clamp(1.22rem, 2.1vw, 1.5rem);
  }

  .voy-front-story-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(24px, 3.5vw, 36px);
  }

  .voy-front-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voy-front-support-copy h2 {
    font-size: clamp(1.7rem, 2.7vw, 2.08rem);
  }

  .voy-front-support-kicker {
    font-size: clamp(1.56rem, 2.55vw, 1.96rem);
  }

  .voy-front-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voy-front-therapy-pillars {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .voy-front-therapy-pillars-media {
    grid-row: 1 / span 2;
  }

  .voy-front-resource-card {
    grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
    min-height: 236px;
  }

  .voy-front-resource-copy {
    padding: 18px 18px 16px;
  }

  .voy-front-resource-copy h3 {
    font-size: clamp(1.2rem, 1.6vw, 1.42rem);
  }

  .voy-front-team-grid {
    gap: 36px 16px;
  }

  .voy-front-team-copy {
    max-width: none;
    padding-top: 68px;
  }

  .voy-front-team-copy h2 {
    font-size: clamp(1.54rem, 2.25vw, 1.88rem);
  }

  .voy-front-specialist-card {
    margin-top: 68px;
    padding: 80px 22px 22px;
  }

  .voy-front-specialist-avatar {
    width: 132px;
    height: 132px;
  }

}

@media (max-width: 991px) {
  .voy-front-hero-grid,
  .voy-front-story-grid,
  .voy-front-support-grid,
  .voy-front-therapy-grid {
    grid-template-columns: 1fr;
  }

  .voy-front-hero {
    padding: 26px 0 12px;
  }

  .voy-front-hero-grid {
    gap: 28px;
  }

  .voy-front-hero-copy {
    max-width: 44rem;
  }

  .voy-front-hero-copy h1 {
    font-size: clamp(1.92rem, 5.4vw, 2.56rem);
  }

  .voy-front-hero-copy h1 span {
    display: inline;
  }

  .voy-front-lead {
    max-width: 100%;
  }

  .voy-front-therapy-head h2,
  .voy-front-benefits-card h3 {
    max-width: none;
  }

  .voy-front-therapy-figure {
    height: auto;
  }

  .voy-front-therapy-figure:not(.voy-front-therapy-figure--video) img {
    height: auto;
    aspect-ratio: 10 / 8.6;
  }

  .voy-front-therapy-figure--video {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .voy-front-therapy-video-shell {
    width: calc(100% - clamp(28px, 6vw, 40px));
    max-width: none;
  }

  .voy-front-therapy-pillars,
  .voy-front-therapy-deep-dive {
    grid-template-columns: 1fr;
  }

  .voy-front-faq-grid {
    grid-template-columns: 1fr;
  }

  .voy-front-faq {
    padding-block: clamp(60px, 11vw, 84px);
  }

  .voy-front-therapy-pillars-media {
    grid-row: auto;
    width: 96px;
  }

  .voy-front-hero-media {
    justify-content: center;
  }

  .voy-front-portrait-shell {
    width: min(100%, 560px);
    border-radius: 28px;
  }

  .voy-front-story-card.voy-content-card {
    padding: clamp(20px, 3.4vw, 26px);
  }

  .voy-front-story-grid {
    gap: 26px;
  }

  .voy-front-story-media {
    width: min(100%, 640px);
    margin: 0 auto;
  }

  .voy-front-story-copy {
    max-width: 44rem;
  }

  .voy-front-story-copy .voy-front-mini-kicker {
    font-size: clamp(1.18rem, 3.8vw, 1.34rem);
  }

  .voy-front-story-copy h2 {
    font-size: clamp(1.88rem, 5.2vw, 2.18rem);
  }

  .voy-front-story-copy > p:not(.voy-front-mini-kicker),
  .voy-front-story-more p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .voy-front-support-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "capsules"
      "resources"
      "blog";
    gap: 16px;
  }

  .voy-front-support-copy {
    padding: 0;
    max-width: 42rem;
    min-height: 0;
  }

  .voy-front-support-copy > p:not(.voy-front-support-kicker) {
    max-width: 100%;
  }

  .voy-front-resource-card {
    grid-template-columns: minmax(200px, 42%) minmax(0, 1fr);
    min-height: 220px;
  }

  .voy-front-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }

  .voy-front-team-copy {
    grid-column: 1 / -1;
    max-width: none;
    padding: 0;
  }

  .voy-front-team-copy h2 {
    font-size: clamp(1.54rem, 3.8vw, 1.88rem);
  }

  .voy-front-team-copy > p {
    max-width: none;
  }

  .voy-front-specialist-card {
    margin-top: 60px;
    padding-top: 72px;
  }

  .voy-front-specialist-avatar {
    width: 120px;
    height: 120px;
  }

  .voy-front-modal__header {
    grid-template-columns: 1fr;
    padding-right: 0;
    align-items: start;
  }

  .voy-front-modal__media {
    width: 140px;
    justify-self: start;
  }

  .voy-front-modal__intro h3 {
    font-size: clamp(1.72rem, 5vw, 2.2rem);
  }

  .voy-front-section-head--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .voy-front-articles .voy-front-section-head {
    padding: 24px 22px;
  }

  .voy-front-articles .voy-front-section-head h2,
  .voy-front-articles .voy-front-section-head > div > p:last-child {
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .voy-front-hero {
    padding: 30px 0 16px;
  }

  .voy-front-hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
    align-items: center;
    gap: clamp(24px, 4vw, 36px);
  }

  .voy-front-hero-copy {
    max-width: none;
  }

  .voy-front-hero-copy .voy-front-kicker {
    max-width: 26ch;
    margin-bottom: 16px;
    font-size: clamp(1.12rem, 1.9vw, 1.28rem);
    line-height: 1.12;
  }

  .voy-front-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.12rem, 4.1vw, 2.82rem);
    line-height: 1.04;
    text-wrap: balance;
  }

  .voy-front-lead {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.62;
  }

  .voy-front-actions {
    gap: 10px 12px;
  }

  .voy-front-actions .voy-btn {
    flex: 1 1 220px;
    justify-content: center;
  }

  .voy-front-hero-media {
    order: 0;
    justify-content: flex-end;
  }

  .voy-front-portrait-shell {
    width: min(100%, 430px);
    border-radius: 30px;
  }

  .voy-front-portrait-shell img {
    aspect-ratio: 5 / 5.8;
    object-position: center 34%;
  }

  .voy-front-story-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
    gap: 24px;
  }

  .voy-front-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "intro intro"
      "capsules resources"
      "blog blog";
    gap: 18px;
  }

  .voy-front-support-copy {
    max-width: none;
    min-height: 0;
    padding: 0;
  }

  .voy-front-resource-card {
    grid-template-columns: minmax(190px, 42%) minmax(0, 1fr);
    min-height: 220px;
  }

  .voy-front-therapy-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: start;
    gap: 28px;
  }

  .voy-front-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .voy-front-page .voy-section {
    padding: 40px 0;
  }

  .voy-front-hero {
    padding-top: 18px;
  }

  .voy-front-hero-grid {
    gap: 22px;
  }

  .voy-front-hero-copy .voy-front-kicker {
    margin-bottom: 14px;
  }

  .voy-front-highlight {
    align-items: flex-start;
  }

  .voy-front-services-grid {
    grid-template-columns: 1fr;
  }

  .voy-front-therapy-pillars {
    padding: 10px;
  }

  .voy-front-therapy-principle,
  .voy-front-therapy-panel-card,
  .voy-front-therapy-tip {
    padding-left: 16px;
    padding-right: 16px;
  }

  .voy-front-resource-card {
    grid-template-columns: minmax(170px, 40%) minmax(0, 1fr);
  }

  .voy-front-support-kicker {
    font-size: clamp(1.42rem, 5vw, 1.7rem);
  }

  .voy-front-support-copy h2 {
    font-size: clamp(1.62rem, 5vw, 1.94rem);
  }

  .voy-front-story-badge {
    width: 100%;
    border-radius: 16px;
  }

  .voy-front-story-copy h2 {
    margin-bottom: 12px;
  }

  .voy-front-story-more {
    transition: grid-template-rows 0.28s ease, opacity 0.22s ease, margin-top 0.22s ease;
  }

  .voy-front-story-actions {
    flex-direction: column;
  }

  .voy-front-story-actions .voy-btn {
    width: 100%;
  }

  .voy-front-specialist-actions {
    grid-template-columns: 1fr;
  }

  .voy-front-modal__dialog {
    width: min(560px, 100%);
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .voy-front-hero {
    padding-top: 12px;
  }

  .voy-front-hero-grid {
    gap: 18px;
  }

  .voy-front-hero-media {
    order: -1;
  }

  .voy-front-hero-copy {
    text-align: center;
  }

  .voy-front-hero-copy .voy-front-kicker {
    font-size: clamp(1.04rem, 5.2vw, 1.2rem);
    line-height: 1.08;
    margin-bottom: 12px;
    text-align: center;
  }

  .voy-front-hero-copy h1 {
    font-size: clamp(1.62rem, 7vw, 2.02rem);
    line-height: 1.02;
    max-width: none;
    color: var(--voy-color-text-primary);
    text-align: center;
    text-wrap: balance;
  }

  .voy-front-lead {
    margin-top: 16px;
    font-size: 0.94rem;
    line-height: 1.56;
  }

  .voy-front-actions {
    margin-top: 22px;
    flex-direction: column;
  }

  .voy-front-actions .voy-btn,
  .voy-front-section-head--split .voy-btn {
    width: 100%;
  }

  .voy-front-articles .voy-front-section-head {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .voy-front-portrait-shell {
    width: 100%;
    border-radius: 24px;
  }

  .voy-front-portrait-shell img {
    aspect-ratio: 4 / 3;
    object-position: center 30%;
  }

  .voy-front-story-card.voy-content-card,
  .voy-front-feature-card.voy-content-card,
  .voy-front-specialist-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .voy-front-story-grid {
    gap: 22px;
  }

  .voy-front-team-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .voy-front-team-copy {
    grid-column: auto;
    max-width: none;
  }

  .voy-front-team-copy h2 {
    font-size: clamp(1.58rem, 8vw, 1.9rem);
  }

  .voy-front-team-copy > p {
    max-width: none;
  }

  .voy-front-specialist-card {
    margin-top: 56px;
    padding-top: 70px;
  }

  .voy-front-specialist-avatar {
    width: 112px;
    height: 112px;
  }

  .voy-front-modal {
    --voy-front-modal-side-offset: 12px;
    --voy-front-modal-top-gap: 16px;
  }

  .voy-front-modal__dialog {
    max-height: min(680px, calc(100vh - var(--voy-front-modal-top-offset) - var(--voy-front-modal-bottom-offset)));
    max-height: min(680px, calc(100dvh - var(--voy-front-modal-top-offset) - var(--voy-front-modal-bottom-offset)));
    border-radius: 22px;
    padding: 16px;
  }

  .voy-front-modal__media {
    width: 116px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    justify-self: center;
  }

  .voy-front-modal__intro h3 {
    font-size: clamp(1.54rem, 8.6vw, 1.96rem);
  }

  .voy-front-modal__intro {
    text-align: center;
  }

  .voy-front-modal__section {
    padding: 16px;
    border-radius: 18px;
  }

  .voy-front-therapy-principle,
  .voy-front-therapy-tip,
  .voy-front-benefit-card {
    grid-template-columns: 1fr;
  }

  .voy-front-therapy-principle-badge {
    width: 42px;
    height: 42px;
  }

  .voy-front-modal__footer {
    margin-top: 16px;
    padding-top: 16px;
  }

  .voy-front-modal__footer .voy-btn {
    width: 100%;
    min-width: 0;
  }

  .voy-front-support-grid {
    gap: 14px;
  }

  .voy-front-resource-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .voy-front-resource-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .voy-front-resource-media img {
    aspect-ratio: 4 / 3;
  }

  .voy-front-resource-copy {
    padding: 18px 18px 20px;
  }

  .voy-front-support-kicker,
  .voy-front-support-copy h2,
  .voy-front-support-copy > p:not(.voy-front-support-kicker) {
    text-align: left;
  }

  .voy-front-story-media {
    width: 100%;
  }

  .voy-front-story-photo {
    border-radius: 18px;
  }

  .voy-front-story-copy .voy-front-mini-kicker {
    font-size: clamp(1.16rem, 6vw, 1.32rem);
    margin-bottom: 6px;
  }

  .voy-front-story-copy h2 {
    font-size: clamp(1.62rem, 7vw, 1.88rem);
    line-height: 1;
    white-space: nowrap;
  }

  .voy-front-story-copy > p:not(.voy-front-mini-kicker),
  .voy-front-story-more p,
  .voy-front-story-toggle {
    font-size: 0.98rem;
  }

  .voy-front-story-copy {
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voy-front-modal__backdrop,
  .voy-front-modal__dialog {
    transition: none;
  }
}
