/* Y's works production top */
.ys-top .ys-header:not(.ys-header--scrolled):not(:has(.ys-nav[data-open="true"])) .ys-header__name,
.ys-top .ys-header:not(.ys-header--scrolled):not(:has(.ys-nav[data-open="true"])) .ys-nav__link {
  color: #fff
}

.ys-top .ys-header:not(.ys-header--scrolled):not(:has(.ys-nav[data-open="true"])) .ys-header__tagline {
  color: rgba(255, 255, 255, .74)
}

.ys-top-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--ys-charcoal)
}

.ys-top-hero__media,
.ys-top-hero__slide,
.ys-top-hero__slide img,
.ys-top-hero__tint {
  position: absolute;
  inset: 0
}

.ys-top-hero__slide {
  opacity: 0;
  transition: opacity 1.2s ease;
  margin: 0
}

.ys-top-hero__slide--active {
  opacity: 1
}

.ys-top-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--ys-slide-scale, 1));
  filter: saturate(.92)
}

.ys-top-hero__tint {
  background: linear-gradient(90deg, rgba(36, 89, 79, .84), rgba(76, 73, 72, .42) 48%, rgba(76, 73, 72, .22))
}

.ys-top-hero__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - var(--ys-gutter)*2), var(--ys-wide));
  margin-inline: auto;
  padding: calc(var(--ys-header-height) + 60px) 0 82px
}

.ys-top-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.25
}

.ys-top-hero__lead {
  max-width: 42em;
  margin-top: 24px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.4vw, 18px)
}

.ys-top-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px
}

.ys-top-hero__pause {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: rgba(0, 0, 0, .18);
  opacity: 0;
  transition: opacity .2s ease
}

.ys-top-hero:hover .ys-top-hero__pause,
.ys-top-hero__pause:focus-visible {
  opacity: 1
}

.ys-top-hero__pause span {
  display: block;
  width: 12px;
  height: 14px;
  margin: auto;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff
}

.ys-top-hero__pause--paused span {
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0
}

.ys-top-concept {
  background: var(--ys-bg-ivory)
}

.ys-top-concept__grid {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: center
}

.ys-top-concept__media {
  position: relative;
  min-height: 520px
}

.ys-top-concept__image--main {
  position: absolute;
  inset: 0 auto auto 0;
  width: 72%;
  aspect-ratio: 4/5;
  border-radius: 0 0 80px 0
}

.ys-top-concept__image--sub {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  aspect-ratio: 4/3;
  border: 8px solid var(--ys-bg-ivory);
  border-radius: 80px 0 0 0
}

.ys-top-reasons {
  background: var(--ys-bg-soft)
}

.ys-top-reasons__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ys-border)
}

.ys-top-reason {
  display: grid;
  grid-template-rows: 240px 1fr;
  background: var(--ys-bg-soft)
}

.ys-top-reason__media {
  overflow: hidden
}

.ys-top-reason__image {
  width: 100%;
  height: 100%
}

.ys-top-reason__body {
  padding: 28px;
  background: rgba(255, 255, 255, .56)
}

.ys-top-reason__number {
  display: block;
  color: var(--ys-brand-deep);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 18px
}

.ys-top-reason__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2vw, 28px)
}

.ys-top-services {
  background: #fff
}

.ys-top-main-service {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  align-items: center;
  margin-bottom: 80px
}

.ys-top-main-service__media {
  min-height: 520px;
  overflow: hidden
}

.ys-top-main-service__image {
  width: 100%;
  height: 100%
}

.ys-top-main-service__panel {
  margin-left: -86px;
  padding: clamp(34px, 5vw, 58px);
  background: #fff;
  box-shadow: 0 18px 50px rgba(76, 73, 72, .1)
}

.ys-top-main-service__panel h3 {
  margin: 0 0 18px
}

.ys-top-main-service__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}

.ys-top-support-services {
  display: grid;
  gap: 34px
}

.ys-top-support {
  display: grid;
  grid-template-columns: .52fr .48fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--ys-border)
}

.ys-top-support:last-child {
  border-bottom: 1px solid var(--ys-border)
}

.ys-top-support--reverse .ys-top-support__media {
  order: 2
}

.ys-top-support__media {
  min-height: 240px;
  overflow: hidden
}

.ys-top-support__image {
  width: 100%;
  height: 100%
}

.ys-top-support__body h3 {
  margin: 0 0 14px
}

.ys-top-interlude {
  padding: clamp(82px, 10vw, 142px) 0;
  color: #fff;
  background: var(--ys-brand-deep)
}

.ys-top-interlude__inner {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: clamp(28px, 7vw, 88px);
  align-items: center
}

.ys-top-interlude h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1.32
}

.ys-top-interlude__text {
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.4vw, 18px)
}

.ys-top-company {
  background: var(--ys-bg-ivory)
}

.ys-top-company__grid {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(36px, 7vw, 96px);
  align-items: center
}

.ys-top-company__media {
  min-height: 540px;
  overflow: hidden;
  border-radius: 0 90px 0 0
}

.ys-top-company__image {
  width: 100%;
  height: 100%
}

.ys-top-faq {
  background: var(--ys-bg-soft)
}

.ys-top-flow {
  background: #fff
}

.ys-top-flow__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid var(--ys-border)
}

.ys-top-flow__list li {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border-right: 1px solid var(--ys-border);
  color: var(--ys-charcoal);
  font-weight: 700
}

.ys-top-flow__list li:last-child {
  border-right: 0
}

.ys-top-flow__list span {
  color: var(--ys-brand-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em
}

@media(max-width:1024px) {

  .ys-top-concept__grid,
  .ys-top-company__grid,
  .ys-top-interlude__inner,
  .ys-top-main-service,
  .ys-top-support {
    grid-template-columns: 1fr
  }

  .ys-top-main-service__panel {
    margin: -70px var(--ys-gutter) 0;
    position: relative
  }

  .ys-top-reasons__list {
    grid-template-columns: 1fr
  }

  .ys-top-reason {
    grid-template-columns: .42fr .58fr;
    grid-template-rows: auto
  }

  .ys-top-support--reverse .ys-top-support__media {
    order: initial
  }

  .ys-top-flow__list {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:767px) {
  .ys-top-hero {
    min-height: 720px
  }

  .ys-top-hero__tint {
    background: linear-gradient(180deg, rgba(36, 89, 79, .88), rgba(76, 73, 72, .5))
  }

  .ys-top-hero__inner {
    padding-top: 160px
  }

  .ys-top-hero__actions {
    flex-direction: column
  }

  .ys-top-hero__pause {
    display: none
  }

  .ys-top-concept__media {
    min-height: 420px
  }

  .ys-top-concept__image--main {
    width: 78%
  }

  .ys-top-concept__image--sub {
    width: 56%
  }

  .ys-top-reason {
    grid-template-columns: 1fr
  }

  .ys-top-reason__media {
    height: 220px
  }

  .ys-top-main-service__media {
    min-height: 340px
  }

  .ys-top-main-service__panel {
    margin: -40px 16px 0
  }

  .ys-top-support__media {
    min-height: 210px
  }

  .ys-top-company__media {
    min-height: 340px
  }

  .ys-top-flow__list {
    grid-template-columns: 1fr
  }

  .ys-top-flow__list li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--ys-border)
  }
}


/* Layout stabilization production: Top */
.ys-top .ys-header:not(.ys-header--scrolled):not(:has(.ys-nav[data-open="true"])) .ys-header__name,
.ys-top .ys-header:not(.ys-header--scrolled):not(:has(.ys-nav[data-open="true"])) .ys-nav__link {
  color: #fff
}

.ys-top .ys-header:not(.ys-header--scrolled):not(:has(.ys-nav[data-open="true"])) .ys-header__tagline {
  color: rgba(255, 255, 255, .74)
}

.ys-top-hero {
  min-height: clamp(640px, 100svh, 860px)
}

.ys-top-hero__media,
.ys-top-hero__tint {
  z-index: var(--ys-z-bg)
}

.ys-top-hero__tint {
  background: linear-gradient(90deg, rgba(28, 82, 71, .88) 0%, rgba(28, 82, 71, .72) 34%, rgba(28, 82, 71, .26) 66%, rgba(28, 82, 71, .02) 100%)
}

.ys-top-hero__inner {
  position: relative;
  z-index: var(--ys-z-content);
  width: min(calc(100% - var(--ys-gutter)*2), 760px);
  margin-left: max(var(--ys-gutter), calc((100vw - var(--ys-wide))/2));
  margin-right: auto
}

.ys-top-hero .ys-kicker--light {
  color: #D8EEE8
}

.ys .ys-top-hero__title {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .14)
}

.ys-top-hero__lead {
  color: rgba(255, 255, 255, .88)
}

.ys-top-hero__actions .ys-button {
  min-height: 52px;
  padding-inline: 26px
}

.ys-top-hero__actions .ys-button--ghost-light,
.ys-top-hero__actions .ys-button--ghost-light:link,
.ys-top-hero__actions .ys-button--ghost-light:visited {
  color: #2E6F63;
  background: #fff;
  border-color: rgba(255, 255, 255, .72)
}

.ys-top-hero__actions .ys-button--ghost-light:hover,
.ys-top-hero__actions .ys-button--ghost-light:focus,
.ys-top-hero__actions .ys-button--ghost-light:focus-visible,
.ys-top-hero__actions .ys-button--ghost-light:active {
  color: #24594F;
  background: #F8F6F0;
  border-color: #fff
}

.ys-top-hero__pause {
  display: none
}

.ys-top-concept {
  padding-bottom: var(--ys-stage-space-lg)
}

.ys-top-concept__media {
  min-height: 560px
}

.ys-top-concept__image--main,
.ys-top-concept__image--sub,
.ys-top-main-service__media,
.ys-top-support__media,
.ys-top-company__media {
  box-shadow: 0 22px 54px rgba(76, 73, 72, .13)
}

.ys-top-reasons__list {
  align-items: stretch
}

.ys-top-reason {
  height: 100%;
  box-shadow: none
}

.ys-top-reason__body {
  background: rgba(255, 255, 255, .72)
}

.ys-top-reason__number {
  color: #2E6F63
}

.ys-top-main-service {
  position: relative;
  z-index: var(--ys-z-content);
  isolation: isolate;
  margin-bottom: var(--ys-stage-space-sm)
}

.ys-top-main-service__media {
  position: relative;
  z-index: var(--ys-z-media)
}

.ys-top-main-service__panel {
  position: relative;
  z-index: var(--ys-z-content);
  margin-left: -56px;
  padding: clamp(36px, 4vw, 64px);
  background: rgba(255, 255, 255, .98)
}

.ys-top-main-service__list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid var(--ys-border)
}

.ys-top-main-service__list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--ys-border)
}

.ys-top-support--large {
  grid-template-columns: .62fr .38fr
}

.ys-top-support--reverse .ys-top-support__media {
  order: 2
}

.ys-top-support--wide {
  grid-template-columns: 1fr;
  background: #EAF7F4;
  padding: 34px
}

.ys-top-support--wide .ys-top-support__media {
  min-height: 340px
}

.ys-top-interlude {
  isolation: isolate
}

.ys-top-interlude h2 {
  color: #fff
}

.ys-top-interlude__text {
  color: rgba(255, 255, 255, .84)
}

.ys-top-company__grid {
  align-items: center
}

.ys-top-company__content {
  position: relative;
  z-index: var(--ys-z-content);
  margin-left: calc(var(--ys-overlap-md) * -1);
  padding: clamp(28px, 4vw, 46px);
  background: rgba(250, 248, 243, .92);
  box-shadow: 0 18px 48px rgba(76, 73, 72, .08)
}

.ys-top-faq,
.ys-top-flow {
  overflow: clip
}

@media(max-width:1024px) {
  .ys-top-hero__inner {
    margin-inline: auto
  }

  .ys-top-concept {
    padding-bottom: 72px
  }

  .ys-top-concept__grid,
  .ys-top-main-service,
  .ys-top-support--large,
  .ys-top-support--reverse,
  .ys-top-support--wide,
  .ys-top-company__grid {
    grid-template-columns: 1fr
  }

  .ys-top-main-service__panel {
    margin: -32px var(--ys-gutter) 0;
    padding: clamp(32px, 5vw, 46px)
  }

  .ys-top-company__content {
    margin-left: 0
  }

  .ys-top-support--reverse .ys-top-support__media {
    order: 0
  }
}

@media(max-width:767px) {
  .ys-top-hero {
    min-height: 660px
  }

  .ys-top-hero__tint {
    background: linear-gradient(180deg, rgba(28, 82, 71, .9) 0%, rgba(28, 82, 71, .72) 58%, rgba(28, 82, 71, .42) 100%)
  }

  .ys-top-hero__actions {
    display: grid
  }

  .ys-top-hero__actions .ys-button {
    width: 100%;
    max-width: 320px
  }

  .ys-top-concept__media {
    min-height: auto;
    display: grid;
    gap: 18px
  }

  .ys-top-concept__image--main,
  .ys-top-concept__image--sub {
    position: static;
    width: 100%;
    aspect-ratio: 4/3;
    border: 0;
    border-radius: 0
  }

  .ys-top-reasons__list {
    grid-template-columns: 1fr
  }

  .ys-top-main-service__panel {
    margin: 0;
    padding: 28px 24px
  }

  .ys-top-support {
    grid-template-columns: 1fr
  }

  .ys-top-support--wide {
    padding: 24px
  }

  .ys-top-company__content {
    padding: 26px 0;
    background: transparent;
    box-shadow: none
  }
}

/* Image art direction production: responsive crop positions */
@media(max-width:1024px) {
  .ys-top-hero__slide:nth-child(1) img {
    object-position: 58% 50% !important
  }

  .ys-top-hero__slide:nth-child(2) img {
    object-position: 60% 48% !important
  }

  .ys-top-hero__slide:nth-child(3) img {
    object-position: 62% 50% !important
  }

  .ys-top-concept__image--main {
    --ys-object-position: 56% 48% !important
  }

  .ys-top-reason__image {
    --ys-object-position: 52% 48% !important
  }

  .ys-top-main-service__image {
    --ys-object-position: 48% 50% !important
  }

  .ys-top-support__image {
    --ys-object-position: 52% 50% !important
  }

  .ys-top-company__image {
    --ys-object-position: 50% 48% !important
  }
}

@media(max-width:767px) {
  .ys-top-hero__slide:nth-child(1) img {
    object-position: 60% 50% !important
  }

  .ys-top-hero__slide:nth-child(2) img {
    object-position: 62% 50% !important
  }

  .ys-top-hero__slide:nth-child(3) img {
    object-position: 64% 50% !important
  }

  .ys-top-concept__image--main,
  .ys-top-concept__image--sub {
    --ys-object-position: 50% 50% !important
  }

  .ys-top-main-service__image {
    --ys-object-position: 46% 50% !important
  }

  .ys-top-support--large .ys-top-support__image {
    --ys-object-position: 50% 50% !important
  }

  .ys-top-support--reverse .ys-top-support__image {
    --ys-object-position: 54% 50% !important
  }

  .ys-top-support--wide .ys-top-support__image {
    --ys-object-position: 56% 50% !important
  }

  .ys-top-company__image {
    --ys-object-position: 50% 50% !important
  }
}


/* Mobile header contrast on Top hero */
@media(max-width:1023px) {
  .ys-top .ys-header:not(.ys-header--scrolled):not(.is-drawer-open) .ys-header__name {
    color: #fff
  }

  .ys-top .ys-header:not(.ys-header--scrolled):not(.is-drawer-open) .ys-header__tagline {
    color: rgba(255, 255, 255, .78)
  }

  .ys-top .ys-header:not(.ys-header--scrolled):not(.is-drawer-open) .ys-header__toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, .46);
    background: rgba(36, 89, 79, .24)
  }
}

.ys .ys-top-reason__title {
  font-size: clamp(21px, 1.9vw, 28px)
}

.ys .ys-top-main-service__panel h3 {
  font-size: clamp(23px, 2.25vw, 32px)
}

.ys .ys-top-support__body h3 {
  font-size: clamp(21px, 1.95vw, 28px)
}

@media(max-width:389px) {
  .ys .ys-top-faq .ys-section-title {
    font-size: 28px
  }
}

.ys-top-company__media {
  position: relative;
  background: #fff
}

.ys-top-company__photo-label {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  margin: 0;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .88);
  color: #24594F;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em
}

.ys-top-company__representative {
  margin-top: 24px
}

.ys-top-company__role {
  margin: 0 0 12px;
  color: #4C4948;
  font-weight: 800;
  line-height: 1.7
}

.ys-top-company__credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none
}

.ys-top-company__credentials li {
  padding: 7px 10px;
  border: 1px solid rgba(159, 216, 205, .72);
  background: #EAF7F4;
  color: #24594F;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45
}

.ys-top-company__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  background: var(--ys-border);
  border: 1px solid var(--ys-border)
}

.ys-top-company__stats p {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 12px;
  background: #fff;
  font-size: 12px;
  line-height: 1.5
}

.ys-top-company__stats span {
  display: block;
  color: #24594F;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap
}

@media(max-width:767px) {
  .ys-top-company__photo-label {
    left: 14px;
    top: 14px
  }

  .ys-top-company__stats {
    grid-template-columns: 1fr
  }

  .ys-top-company__stats p {
    grid-template-columns: 7.5em 1fr;
    align-items: center
  }

  .ys-top-company__stats span {
    font-size: 18px
  }

  .ys-top-company__credentials li {
    min-height: 36px
  }
}

/* Representative profile simplification */
.ys-top-company__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.ys-top-company__representative {
  width: 100%;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--ys-border)
}

.ys-top-company__summary {
  max-width: 35em;
  margin: 0;
  color: #5F5B59;
  font-size: 15px;
  line-height: 1.95
}

.ys-top-company__credentials {
  max-width: 42em
}

.ys-top-company__credentials li {
  border-radius: 999px;
  background: #F2FAF7
}

.ys-top-company__stats {
  width: 100%;
  max-width: 620px;
  margin: 26px 0 28px;
  border: 0;
  background: transparent;
  gap: 10px
}

.ys-top-company__stats p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 16px;
  border-left: 3px solid rgba(46, 111, 99, .55);
  background: transparent;
  color: #6C6C6C
}

.ys .ys-top-company__stats p + p {
  margin-top: 0
}

.ys-top-company__stats span {
  font-size: 18px;
  color: #2E6F63
}

@media(max-width:767px) {
  .ys-top-company__representative {
    margin-top: 20px;
    padding-top: 20px
  }

  .ys-top-company__summary {
    font-size: 14px;
    line-height: 1.85
  }

  .ys-top-company__stats {
    gap: 14px;
    margin: 24px 0
  }

  .ys-top-company__stats p {
    grid-template-columns: 7.8em 1fr;
    padding-left: 14px
  }

  .ys-top-company__credentials {
    gap: 7px
  }

  .ys-top-company__credentials li {
    font-size: 11px
  }
}

/* Hero headline line-break pass */
.ys .ys-top-hero__title {
  font-size: 64px;
  line-height: 1.26
}

.ys .ys-top-hero__title .ys-heading-line {
  white-space: nowrap
}

@media(max-width:1200px) {
  .ys .ys-top-hero__title {
    font-size: 58px
  }
}

@media(max-width:767px) {
  .ys .ys-top-hero__title {
    font-size: 30px;
    line-height: 1.42
  }
}

@media(max-width:360px) {
  .ys .ys-top-hero__title {
    font-size: 28px
  }
}



/* Top refinement: concept, value discovery, FAQ and flow headings */
.ys .ys-top-concept__grid {
  grid-template-columns: minmax(620px, .95fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 82px)
}

.ys .ys-top-concept__copy .ys-section-title {
  font-size: 42px;
  line-height: 1.42
}

.ys .ys-top-concept__copy .ys-section-title .ys-heading-line {
  white-space: nowrap
}

.ys .ys-top-concept__copy .ys-rich-text {
  margin-top: 24px
}

.ys .ys-top-interlude {
  position: relative;
  padding: clamp(88px, 9vw, 136px) 0;
  background: linear-gradient(135deg, #24594F 0%, #2E6F63 100%);
  overflow: hidden
}

.ys .ys-top-interlude:before {
  content: "VALUE";
  position: absolute;
  left: max(20px, calc((100vw - var(--ys-wide))/2));
  top: clamp(24px, 4vw, 52px);
  color: rgba(255, 255, 255, .06);
  font-size: clamp(70px, 13vw, 180px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  pointer-events: none
}

.ys .ys-top-interlude__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center
}

.ys .ys-top-interlude__copy {
  max-width: 680px
}

.ys .ys-top-interlude h2 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.38
}

.ys .ys-top-interlude h2 .ys-heading-line {
  white-space: nowrap
}

.ys .ys-top-interlude__text {
  max-width: 44em;
  margin-top: 28px;
  color: rgba(255, 255, 255, .88);
  font-size: 17px;
  line-height: 2
}

.ys .ys-top-interlude__media {
  position: relative;
  min-height: 360px
}

.ys .ys-top-interlude__image {
  width: 100%;
  height: auto;
  min-height: 360px;
  aspect-ratio: 5/3;
  border-radius: 0 72px 0 0;
  box-shadow: 0 28px 70px rgba(13, 47, 40, .28)
}

.ys .ys-top-interlude__image img {
  height: 100%;
  min-height: 360px;
  object-fit: cover
}

.ys .ys-top-interlude__points {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 30px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(250, 248, 243, .94);
  box-shadow: 0 18px 48px rgba(13, 47, 40, .18)
}

.ys .ys-top-interlude__points li {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-right: 1px solid rgba(46, 111, 99, .22);
  color: #24594F;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center
}

.ys .ys-top-interlude__points li:last-child {
  border-right: 0
}

.ys .ys-top-faq .ys-section-title .ys-heading-line,
.ys .ys-top-flow .ys-section-title .ys-heading-line {
  white-space: nowrap
}

.ys .ys-top-flow .ys-section-head {
  margin-bottom: clamp(44px, 6vw, 74px)
}

@media(max-width:1200px) {
  .ys .ys-top-concept__grid {
    grid-template-columns: minmax(560px, .95fr) minmax(0, 1fr)
  }

  .ys .ys-top-concept__copy .ys-section-title {
    font-size: 38px
  }

  .ys .ys-top-interlude h2 {
    font-size: 44px
  }
}

@media(max-width:1024px) {

  .ys .ys-top-concept__grid,
  .ys .ys-top-interlude__inner {
    grid-template-columns: 1fr
  }

  .ys .ys-top-concept__copy .ys-section-title {
    font-size: 38px
  }

  .ys .ys-top-interlude__copy {
    max-width: none
  }

  .ys .ys-top-interlude__media {
    max-width: 720px
  }

  .ys .ys-top-interlude h2 {
    font-size: 42px
  }
}

@media(max-width:767px) {
  .ys .ys-top-concept__copy .ys-section-title {
    font-size: 25px;
    line-height: 1.5
  }

  .ys .ys-top-interlude {
    padding: 76px 0
  }

  .ys .ys-top-interlude:before {
    font-size: 68px
  }

  .ys .ys-top-interlude h2 {
    font-size: 28px;
    line-height: 1.48
  }

  .ys .ys-top-interlude__text {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.9
  }

  .ys .ys-top-interlude__media {
    min-height: auto
  }

  .ys .ys-top-interlude__image {
    width: 100%;
    height: 260px;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 0 48px 0 0
  }

  .ys .ys-top-interlude__image img {
    height: 100%;
    min-height: 0
  }

  .ys .ys-top-interlude__points {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 0
  }

  .ys .ys-top-interlude__points li {
    justify-content: flex-start;
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(46, 111, 99, .18);
    text-align: left
  }

  .ys .ys-top-interlude__points li:last-child {
    border-bottom: 0
  }
}

@media(max-width:374px) {
  .ys .ys-top-concept__copy .ys-section-title {
    font-size: 23px
  }

  .ys .ys-top-interlude h2 {
    font-size: 26px
  }

  .ys .ys-top-flow .ys-section-title {
    font-size: 29px
  }
}

/* Keep section headings clear of oversized background labels. */
.ys .ys-top-reasons > .ys-container,
.ys .ys-top-services > .ys-container,
.ys .ys-top-faq > .ys-container {
  padding-top: clamp(54px, 6vw, 84px)
}

.ys .ys-top-reasons .ys-section-head,
.ys .ys-top-services .ys-section-head,
.ys .ys-top-faq .ys-faq-layout__head {
  text-align: left
}

.ys .ys-top-reasons .ys-section-head {
  max-width: 760px
}

@media(max-width:767px) {
  .ys .ys-top-reasons > .ys-container,
  .ys .ys-top-services > .ys-container,
  .ys .ys-top-faq > .ys-container {
    padding-top: 58px
  }
}


/* Separate the VALUE heading from its oversized background label. */
.ys .ys-top-interlude {
  padding-top: clamp(148px, 13vw, 196px)
}

.ys .ys-top-interlude:before {
  top: clamp(18px, 3vw, 32px);
  font-size: clamp(64px, 10vw, 148px);
  line-height: .9
}

@media(max-width:767px) {
  .ys .ys-top-interlude {
    padding-top: 132px
  }

  .ys .ys-top-interlude:before {
    top: 24px;
    font-size: 68px
  }
}


/* FLOW timeline with responsive directional cues. */
.ys .ys-top-flow > .ys-container {
  padding-top: clamp(64px, 7vw, 96px)
}

.ys .ys-top-flow .ys-section-head {
  max-width: 760px;
  margin-inline: 0;
  text-align: left
}

.ys .ys-top-flow__list {
  --ys-flow-gap: clamp(16px, 1.6vw, 24px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--ys-flow-gap);
  border: 0;
  overflow: visible
}

.ys .ys-top-flow__list li,
.ys .ys-top-flow__list li:last-child {
  position: relative;
  min-width: 0;
  min-height: 210px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
  padding: 24px 20px;
  border: 1px solid var(--ys-border);
  background: #fff;
  box-shadow: 0 14px 34px rgba(76, 73, 72, .06)
}

.ys .ys-top-flow__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: var(--ys-brand-deep);
  background: var(--ys-brand-pale);
  border-radius: 4px
}

.ys .ys-top-flow__number {
  display: block;
  margin-top: 3px;
  color: var(--ys-brand-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1
}

.ys .ys-top-flow__title {
  color: var(--ys-charcoal);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65
}

.ys .ys-top-flow__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: calc(var(--ys-flow-gap) * -1);
  width: var(--ys-flow-gap);
  height: 1px;
  background: var(--ys-brand-muted);
  transform: translateY(-50%);
  pointer-events: none
}

.ys .ys-top-flow__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--ys-brand-deep);
  border-right: 1px solid var(--ys-brand-deep);
  transform: translateY(-50%) rotate(45deg)
}

@media(min-width:768px) and (max-width:1100px) {
  .ys .ys-top-flow__list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x proximity;
    scrollbar-color: var(--ys-brand-muted) var(--ys-bg-soft)
  }

  .ys .ys-top-flow__list li,
  .ys .ys-top-flow__list li:last-child {
    flex: 0 0 210px;
    scroll-snap-align: start
  }
}

@media(max-width:767px) {
  .ys .ys-top-flow > .ys-container {
    padding-top: 64px
  }

  .ys .ys-top-flow__list {
    --ys-flow-gap: 38px;
    grid-template-columns: 1fr
  }

  .ys .ys-top-flow__list li,
  .ys .ys-top-flow__list li:last-child {
    min-height: 154px;
    padding: 22px
  }

  .ys .ys-top-flow__arrow {
    top: auto;
    right: auto;
    bottom: calc(var(--ys-flow-gap) * -1);
    left: 50%;
    width: 1px;
    height: var(--ys-flow-gap);
    transform: translateX(-50%)
  }

  .ys .ys-top-flow__arrow:after {
    top: auto;
    right: auto;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg)
  }
}


/* FLOW icon rendering and connector spacing fix. */
.ys .ys-top-flow__list {
  --ys-flow-gap: clamp(36px, 2.5vw, 46px)
}

.ys .ys-top-flow__icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain
}

.ys .ys-top-flow__arrow {
  right: calc(9px - var(--ys-flow-gap));
  width: calc(var(--ys-flow-gap) - 18px)
}

@media(max-width:767px) {
  .ys .ys-top-flow__list {
    --ys-flow-gap: 46px
  }

  .ys .ys-top-flow__arrow {
    right: auto;
    bottom: calc(9px - var(--ys-flow-gap));
    width: 1px;
    height: calc(var(--ys-flow-gap) - 18px)
  }
}


/* Representative name treatment shared with the About page */
.ys .ys-top-company__media {
  position: relative;
  overflow: visible;
  isolation: isolate
}

.ys .ys-top-company__image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0 90px 0 0
}

.ys .ys-top-company__name {
  --ys-name-first-shift: -56px;
  --ys-name-second-shift: 12px;
  position: absolute;
  right: -16px;
  bottom: -30px;
  z-index: 2;
  display: grid;
  gap: 18px;
  margin: 0;
  color: #55BCAA;
  font-family: Didot, "Bodoni 72", "Bodoni MT", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 70px;
  font-weight: 400;
  font-kerning: normal;
  line-height: .78;
  letter-spacing: 0;
  text-align: right;
  pointer-events: none
}

.ys .ys-top-company__name span {
  display: block
}

.ys .ys-top-company__name span:first-child {
  transform: translateX(var(--ys-name-first-shift))
}

.ys .ys-top-company__name span:last-child {
  transform: translateX(var(--ys-name-second-shift))
}

@media(max-width:1024px) {
  .ys .ys-top-company__name {
    --ys-name-first-shift: -46px;
    --ys-name-second-shift: 10px;
    right: -28px;
    bottom: -24px;
    gap: 14px;
    font-size: 58px
  }
}

@media(max-width:767px) {
  .ys .ys-top-company__media {
    width: min(74vw, 300px);
    min-height: 0;
    margin: 38px auto 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none
  }

  .ys .ys-top-company__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 16px 38px rgba(76, 73, 72, .12)
  }

  .ys .ys-top-company__name {
    position: static;
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 22px -24px 0;
    font-size: 34px;
    line-height: 1;
    text-align: center
  }

  .ys .ys-top-company__name span:first-child,
  .ys .ys-top-company__name span:last-child {
    transform: none
  }
}


/* Top mobile balance: concept spacing, representative label and flow cards. */
@media(max-width:767px) {
  .ys .ys-top-concept__copy {
    padding-top: 72px
  }

  .ys .ys-top-company__photo-label {
    display: none
  }

  .ys .ys-top-flow__list li,
  .ys .ys-top-flow__list li:last-child {
    min-height: 142px;
    justify-content: center;
    gap: 12px;
    padding: 24px 104px 24px 24px
  }

  .ys .ys-top-flow__icon {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    transform: translateY(-50%)
  }

  .ys .ys-top-flow__icon img {
    width: 34px;
    height: 34px
  }

  .ys .ys-top-flow__number {
    margin-top: 0;
    font-size: 14px
  }

  .ys .ys-top-flow__title {
    font-size: 17px;
    line-height: 1.55
  }
}
