.aoyea-component-solutions-page {
  min-height: 3480px;
  overflow: hidden;
  background: #121212;
  color: #fff;
}

.aoyea-component-solutions-page .aoyea-solutions-hero {
  position: relative;
  height: 697px;
  overflow: hidden;
}

.aoyea-component-solutions-page .aoyea-solutions-hero-pic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aoyea-component-solutions-page .aoyea-solutions-hero-capabilities {
  position: absolute;
  top: 186px;
  left: 50%;
  z-index: 1;
  display: flex;
  width: 779px;
  height: 64px;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0 31px;
  border: 1px solid rgb(217 221 228 / 10%);
  border-radius: 12px;
  background: rgb(33 33 33 / 50%);
  box-shadow: inset 0 2px 4px rgb(92 92 92 / 40%), inset 0 -2px 4px #3d3d3d;
  list-style: none;
  backdrop-filter: blur(6px);
  transform: translateX(-50%);
}

.aoyea-component-solutions-page .aoyea-solutions-hero-capabilities li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-family: var(--aoyea-font-ui);
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
}

.aoyea-component-solutions-page .aoyea-solutions-hero-capabilities li + li::before {
  width: 1px;
  height: 24px;
  margin: 0 24px;
  background: rgb(255 255 255 / 55%);
  content: "";
}

.aoyea-component-solutions-page .aoyea-solutions-hero-capabilities span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--aoyea-color-brand);
  color: #162013;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.aoyea-component-solutions-page .aoyea-solutions-hero h1 {
  position: absolute;
  top: 523px;
  left: 50%;
  width: 1168px;
  margin: 0;
  color: #fff;
  font-family: var(--aoyea-font-display);
  font-size: 200px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transform: translateX(-50%);
}

.aoyea-component-solutions-page .aoyea-solutions-introduction {
  position: relative;
  width: min(1300px, 100%);
  height: 608px;
  margin: 186px auto 0;
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-letter {
  position: absolute;
  top: 103px;
  left: -128px;
  width: 490px;
  height: 505px;
  background: linear-gradient(180deg, rgb(51 204 0 / 80%), rgb(51 204 0 / 41%) 25%, rgb(51 204 0 / 0%) 80%);
  background-clip: text;
  color: transparent;
  font-family: var(--aoyea-font-ui);
  font-size: 600px;
  font-weight: 900;
  line-height: 400px;
  text-align: right;
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-copy {
  position: absolute;
  top: 0;
  left: 168px;
  width: 509px;
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-copy h2 {
  display: flex;
  align-items: center;
  margin: 0 0 36px;
  font-family: var(--aoyea-font-ui);
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-copy h2 span {
  width: 12px;
  height: 22px;
  margin-right: -6px;
  background: var(--aoyea-color-brand);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-copy > p {
  width: 495px;
  margin: 0;
  font-family: var(--aoyea-font-copy);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-stats img {
  position: absolute;
  top: 3px;
  border-radius: 12px;
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-stats img:first-child {
  left: 763px;
  width: 278px;
  height: 364px;
}

.aoyea-component-solutions-page .aoyea-solutions-introduction-stats img:last-child {
  left: 1057px;
  width: 261px;
  height: 229px;
}

.aoyea-component-solutions-page .aoyea-solutions-services,
.aoyea-component-solutions-page .aoyea-solutions-projects {
  width: 1196px;
  margin-right: auto;
  margin-left: auto;
}

.aoyea-component-solutions-page .aoyea-solutions-services {
  height: 715px;
  margin-top: -112px;
}

.aoyea-component-solutions-page .aoyea-solutions-section-heading {
  position: relative;
  width: 740px;
  height: 133px;
  margin: 0 auto;
  text-align: center;
}

.aoyea-component-solutions-page .aoyea-solutions-section-ghost {
  position: absolute;
  top: 26px;
  left: 50%;
  margin: 0;
  color: #202020;
  font-family: "BBH Bartle", sans-serif;
  font-size: 72px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

.aoyea-component-solutions-page .aoyea-solutions-section-label {
  position: absolute;
  top: 3px;
  left: 50%;
  min-width: 177px;
  height: 45px;
  margin: 0;
  padding: 9px 20px;
  border: 1.5px solid #262626;
  font-family: var(--aoyea-font-ui);
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.aoyea-component-solutions-page .aoyea-solutions-section-label::before,
.aoyea-component-solutions-page .aoyea-solutions-section-label::after {
  position: absolute;
  top: -4px;
  width: 13px;
  height: 7px;
  background: var(--aoyea-color-brand);
  box-shadow: 0 45px 0 var(--aoyea-color-brand);
  content: "";
}

.aoyea-component-solutions-page .aoyea-solutions-section-label::before { left: -7px; }
.aoyea-component-solutions-page .aoyea-solutions-section-label::after { right: -7px; }

.aoyea-component-solutions-page .aoyea-solutions-section-heading h2 {
  position: absolute;
  top: 75px;
  left: 50%;
  margin: 0;
  font-family: var(--aoyea-font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.aoyea-component-solutions-page .aoyea-solutions-services-body {
  display: flex;
  height: 482px;
  align-items: stretch;
  gap: 12px;
  margin-top: 100px;
}

.aoyea-component-solutions-page .aoyea-solutions-service-item {
  position: relative;
  width: 100px;
  height: 482px;
  flex: 0 0 100px;
  overflow: hidden;
  border-radius: 12px;
  transition: flex-basis 600ms cubic-bezier(.22, 1, .36, 1), width 600ms cubic-bezier(.22, 1, .36, 1);
}

.aoyea-component-solutions-page .aoyea-solutions-service-item--active {
  width: 972px;
  flex-basis: 972px;
}

.aoyea-component-solutions-page .aoyea-solutions-service-feature {
  position: absolute;
  inset: 0 auto 0 0;
  width: 972px;
  height: 482px;
  overflow: hidden;
  border-radius: 12px;
  color: #000;
  pointer-events: none;
  visibility: hidden;
}

.aoyea-component-solutions-page .aoyea-solutions-service-item--active .aoyea-solutions-service-feature {
  pointer-events: auto;
  visibility: visible;
}

.aoyea-component-solutions-page .aoyea-solutions-service-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.aoyea-component-solutions-page .aoyea-solutions-service-copy {
  position: absolute;
  top: 41px;
  left: 39px;
  z-index: 1;
  width: 507px;
}

.aoyea-component-solutions-page .aoyea-solutions-service-step {
  display: grid;
  width: 150px;
  height: 40px;
  place-items: center;
  margin: 0 0 80px;
  border-radius: 20px;
  background: var(--aoyea-color-brand);
  color: #e1f8d9;
  font-family: var(--aoyea-font-ui);
  font-size: 24px;
  line-height: 24px;
}

.aoyea-component-solutions-page .aoyea-solutions-service-copy h3 {
  margin: 0 0 32px;
  font-family: var(--aoyea-font-ui);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.aoyea-component-solutions-page .aoyea-solutions-service-copy div > p {
  width: 423px;
  margin: 0;
  font-family: var(--aoyea-font-copy);
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.aoyea-component-solutions-page .aoyea-solutions-service-visual {
  position: absolute;
  top: 79px;
  left: 523px;
  width: 395px;
  height: 325px;
}

.aoyea-component-solutions-page .aoyea-solutions-service-visual span {
  position: absolute;
  top: 90px;
  left: 0;
  width: 395px;
  height: 235px;
  border-radius: 12px;
  background: var(--aoyea-color-brand);
}

.aoyea-component-solutions-page .aoyea-solutions-service-visual img {
  position: relative;
  width: 395px;
  height: 325px;
  object-fit: cover;
  object-position: center bottom;
}

.aoyea-component-solutions-page .aoyea-solutions-service-tab {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100px;
  height: 482px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--aoyea-color-brand);
  cursor: pointer;
  visibility: visible;
  transition: filter 280ms ease;
}

.aoyea-component-solutions-page .aoyea-solutions-service-item:not(.aoyea-solutions-service-item--active) .aoyea-solutions-service-tab:hover,
.aoyea-component-solutions-page .aoyea-solutions-service-item:not(.aoyea-solutions-service-item--active) .aoyea-solutions-service-tab:focus-visible {
  filter: brightness(1.08);
}

.aoyea-component-solutions-page .aoyea-solutions-service-item--active .aoyea-solutions-service-tab {
  pointer-events: none;
  visibility: hidden;
}

.aoyea-component-solutions-page .aoyea-solutions-service-tab-title {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 336px;
  margin: 0;
  color: #fff;
  font-family: var(--aoyea-font-ui);
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  transform: translateX(-50%) translateY(152px) rotate(-90deg);
}

.aoyea-component-solutions-page .aoyea-solutions-service-tab-number {
  position: absolute;
  bottom: 25px;
  left: 17px;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-family: var(--aoyea-font-ui);
  font-size: 24px;
}

.aoyea-component-solutions-page .aoyea-solutions-projects {
  height: 1169px;
  margin-top: 180px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-grid {
  position: relative;
  height: 964px;
  margin-top: 72px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #fff;
  isolation: isolate;
  transition: border-color 320ms ease, filter 320ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1), box-shadow 420ms ease;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  border-radius: inherit;
  background: #212121;
  content: "";
  transition: background-color 320ms ease, box-shadow 320ms ease;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--digital::before,
.aoyea-component-solutions-page .aoyea-solutions-project-card--api::before {
  background: #fff;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card:hover,
.aoyea-component-solutions-page .aoyea-solutions-project-card:focus-visible {
  z-index: 2;
  border-color: rgb(49 197 0 / 72%);
  filter: brightness(1.04);
  box-shadow: 0 22px 48px rgb(0 0 0 / 28%);
  transform: translateY(-8px) scale(1.012);
}

.aoyea-component-solutions-page .aoyea-solutions-project-card:focus-visible {
  outline: 3px solid var(--aoyea-color-brand);
  outline-offset: 4px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-media {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.aoyea-component-solutions-page .aoyea-solutions-project-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 520ms cubic-bezier(.2, .75, .25, 1), filter 320ms ease;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card:hover .aoyea-solutions-project-media img,
.aoyea-component-solutions-page .aoyea-solutions-project-card:focus-visible .aoyea-solutions-project-media img {
  filter: saturate(1.05);
  transform: scale(1.035);
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-media {
  top: 11px;
  left: 10px;
  width: 347px;
  height: 307px;
  border-radius: 10px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-media {
  top: -52px;
  left: 122px;
  width: 277px;
  height: 306px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-media {
  top: -3px;
  left: 77px;
  width: 406px;
  height: 303px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-media {
  top: 25px;
  left: 169px;
  width: 281px;
  height: 275px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-media {
  top: 0;
  right: 0;
  width: 328px;
  height: 206px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-media {
  top: 9px;
  left: 66px;
  width: 345px;
  height: 345px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-media {
  top: 116px;
  left: 0;
  width: 388px;
  height: 216px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-media {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.aoyea-component-solutions-page .aoyea-solutions-project-copy {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: auto;
  left: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  color: #fff;
}

.aoyea-component-solutions-page .aoyea-solutions-project-copy strong,
.aoyea-component-solutions-page .aoyea-solutions-project-copy small {
  display: block;
  margin: 0;
}

.aoyea-component-solutions-page .aoyea-solutions-project-copy strong {
  font-family: var(--aoyea-font-copy);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  max-width: 286px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-copy small {
  max-width: 331px;
  font-family: var(--aoyea-font-copy);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-copy {
  top: 341px;
  color: #000;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-copy small,
.aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-copy small {
  max-width: 314px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-copy small,
.aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-copy small,
.aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-copy small {
  max-width: 269px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-copy small {
  max-width: 307px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-copy,
.aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-copy {
  top: 206px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-copy {
  top: 24px;
  color: #000;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-copy small {
  margin-top: 0;
  max-width: 314px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-copy,
.aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-copy,
.aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-copy {
  top: 25px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-copy,
.aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-copy {
  top: 26px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-copy {
  top: 238px;
  color: #000;
}

.aoyea-component-solutions-page .aoyea-solutions-project-more {
  position: absolute;
  z-index: 2;
  left: 26px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid rgb(217 221 228 / 10%);
  border-radius: 50%;
  font-family: var(--aoyea-font-copy);
  font-size: 16px;
  line-height: 1;
  transition: width 260ms cubic-bezier(.2, .75, .25, 1), gap 260ms ease, border-radius 260ms ease, background-color 260ms ease, color 260ms ease, transform 250ms ease, box-shadow 250ms ease;
}

.aoyea-component-solutions-page .aoyea-solutions-project-more > span {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transform: translateX(6px);
  transition: max-width 260ms cubic-bezier(.2, .75, .25, 1), opacity 180ms ease, transform 260ms ease;
}

.aoyea-component-solutions-page .aoyea-solutions-project-more > b {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 260ms ease;
}

.aoyea-component-solutions-page .btn-more-white {
  background: #fff;
  color: #000;
}

.aoyea-component-solutions-page .btn-more-black {
  background: #000;
  color: #fff;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card:hover .aoyea-solutions-project-more,
.aoyea-component-solutions-page .aoyea-solutions-project-card:focus-visible .aoyea-solutions-project-more,
.aoyea-component-solutions-page .aoyea-solutions-project-more:hover,
.aoyea-component-solutions-page .aoyea-solutions-project-more:focus-visible {
  width: 100px;
  gap: 12px;
  border-radius: 23px;
  border-color: var(--aoyea-color-brand);
  background: var(--aoyea-color-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 8px 18px rgb(0 0 0 / 22%);
  transform: translate(2px, -2px);
}

.aoyea-component-solutions-page .aoyea-solutions-project-card:hover .aoyea-solutions-project-more > span,
.aoyea-component-solutions-page .aoyea-solutions-project-card:focus-visible .aoyea-solutions-project-more > span,
.aoyea-component-solutions-page .aoyea-solutions-project-more:hover > span,
.aoyea-component-solutions-page .aoyea-solutions-project-more:focus-visible > span {
  max-width: 40px;
  opacity: 1;
  transform: translateX(0);
}

.aoyea-component-solutions-page .aoyea-solutions-project-card:hover .aoyea-solutions-project-more > b,
.aoyea-component-solutions-page .aoyea-solutions-project-card:focus-visible .aoyea-solutions-project-more > b,
.aoyea-component-solutions-page .aoyea-solutions-project-more:hover > b,
.aoyea-component-solutions-page .aoyea-solutions-project-more:focus-visible > b {
  transform: rotate(45deg);
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-more,
.aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-more,
.aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-more {
  bottom: 26px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-more {
  bottom: 18px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-more,
.aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-more,
.aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-more {
  top: 26px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-more {
  bottom: 26px;
}

.aoyea-component-solutions-page .aoyea-solutions-project-card--digital { top: 0; left: 0; width: 367px; height: 616px; }
.aoyea-component-solutions-page .aoyea-solutions-project-card--watch { top: 0; left: 380px; width: 320px; height: 300px; }
.aoyea-component-solutions-page .aoyea-solutions-project-card--api { top: 0; left: 713px; width: 483px; height: 300px; }
.aoyea-component-solutions-page .aoyea-solutions-project-card--led { top: 316px; left: 380px; width: 477px; height: 300px; }
.aoyea-component-solutions-page .aoyea-solutions-project-card--two-way { top: 316px; left: 868px; width: 328px; height: 300px; }
.aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth { top: 632px; left: 0; width: 388px; height: 332px; }
.aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle { top: 632px; left: 404px; width: 388px; height: 332px; }
.aoyea-component-solutions-page .aoyea-solutions-project-card--laser { top: 632px; left: 808px; width: 388px; height: 332px; }

.aoyea-component-solutions-page [data-aoyea-reveal] {
  opacity: .94;
  transition: opacity 700ms ease, filter 700ms ease;
}

.aoyea-component-solutions-page [data-aoyea-reveal].aoyea-is-in-view {
  opacity: 1;
  filter: blur(0);
}

/* Keep reveal and card-hover motion in one transition so entering and leaving a card never snaps. */
.aoyea-component-solutions-page .aoyea-solutions-project-card[data-aoyea-reveal] {
  transition: opacity 700ms ease, border-color 320ms ease, filter 320ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1), box-shadow 420ms ease;
}

.aoyea-component-solutions-page [data-aoyea-parallax] {
  transform: translate3d(0, var(--aoyea-parallax-y, 0), 0);
  will-change: transform;
}

@media (max-width: 1239px) {
  .aoyea-component-solutions-page .aoyea-solutions-services,
  .aoyea-component-solutions-page .aoyea-solutions-projects {
    width: calc(100% - 48px);
  }

  .aoyea-component-solutions-page .aoyea-solutions-services-body {
    transform-origin: top left;
    transform: scale(calc((100vw - 48px) / 1196));
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-grid {
    transform-origin: top left;
    transform: scale(calc((100vw - 48px) / 1196));
  }
}

@media (max-width: 767px) {
  .aoyea-component-solutions-page {
    min-height: 0;
  }

  .aoyea-component-solutions-page .aoyea-solutions-hero {
    height: 520px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-hero-pic {
    object-fit: cover;
    object-position: 48% center;
  }

  .aoyea-component-solutions-page .aoyea-solutions-hero-capabilities {
    top: 125px;
    width: calc(100% - 32px);
    height: auto;
    min-height: 98px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 18px;
    padding: 16px 18px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-hero-capabilities li {
    width: calc(50% - 9px);
    font-size: 13px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-hero-capabilities li + li::before {
    display: none;
  }

  .aoyea-component-solutions-page .aoyea-solutions-hero h1 {
    top: auto;
    bottom: -7px;
    width: 100%;
    font-size: clamp(64px, 21vw, 80px);
    line-height: 1;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction {
    display: grid;
    width: auto;
    height: auto;
    margin: 86px 24px 0;
    gap: 38px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction-letter {
    top: 135px;
    left: -105px;
    width: 260px;
    height: 380px;
    font-size: 350px;
    line-height: 320px;
    opacity: .62;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction-copy,
  .aoyea-component-solutions-page .aoyea-solutions-introduction-stats img {
    position: relative;
    inset: auto;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction-copy {
    z-index: 1;
    width: 100%;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction-copy h2 {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction-copy > p {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction-stats {
    z-index: 1;
    display: grid;
    grid-template-columns: 1.06fr 1fr;
    align-items: start;
    gap: 12px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-introduction-stats img:first-child,
  .aoyea-component-solutions-page .aoyea-solutions-introduction-stats img:last-child {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .aoyea-component-solutions-page .aoyea-solutions-services,
  .aoyea-component-solutions-page .aoyea-solutions-projects {
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-services {
    margin-top: 60px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-section-heading {
    width: 100%;
    height: 116px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-section-ghost {
    top: 31px;
    font-size: 49px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-section-label {
    min-width: 158px;
    height: 41px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-section-heading h2 {
    top: 66px;
    font-size: 37px;
    line-height: 46px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-services-body {
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 12px;
    transform: none;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-item,
  .aoyea-component-solutions-page .aoyea-solutions-service-item--active {
    width: 100%;
    height: 60px;
    flex-basis: auto;
    transition: height 600ms cubic-bezier(.22, 1, .36, 1);
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-item--active {
    height: 660px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-feature {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 660px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-background {
    object-fit: cover;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-copy {
    top: 28px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-step {
    width: 124px;
    height: 36px;
    margin-bottom: 30px;
    font-size: 19px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-copy h3 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 36px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-copy div > p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-visual {
    top: auto;
    bottom: 22px;
    left: 5%;
    width: 90%;
    height: auto;
    aspect-ratio: 395 / 325;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-visual span {
    top: 28%;
    width: 100%;
    height: 72%;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-visual img {
    width: 100%;
    height: 100%;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-tab {
    display: flex;
    width: 100%;
    height: 60px;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-tab-title,
  .aoyea-component-solutions-page .aoyea-solutions-service-tab-number {
    position: static;
    transform: none;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-tab-title {
    width: auto;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }

  .aoyea-component-solutions-page .aoyea-solutions-service-tab-number {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    font-size: 20px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-projects {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-grid {
    display: grid;
    height: auto;
    margin-top: 58px;
    grid-template-columns: 1fr;
    gap: 14px;
    transform: none;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--watch,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--api,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--led,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--two-way,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card img {
    position: relative;
    inset: auto;
    height: auto;
    object-fit: contain;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-copy {
    position: absolute;
    right: 18px;
    bottom: 22px;
    left: 18px;
    gap: 7px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-copy strong {
    font-size: 20px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-copy small {
    font-size: 12px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-more {
    top: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aoyea-component-solutions-page [data-aoyea-parallax] { transform: none !important; }
  .aoyea-component-solutions-page [data-aoyea-reveal] { opacity: 1; filter: none; }
  .aoyea-component-solutions-page .aoyea-solutions-project-card,
  .aoyea-component-solutions-page .aoyea-solutions-project-card[data-aoyea-reveal],
  .aoyea-component-solutions-page .aoyea-solutions-project-card::before,
  .aoyea-component-solutions-page .aoyea-solutions-project-media img,
  .aoyea-component-solutions-page .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-more > span,
  .aoyea-component-solutions-page .aoyea-solutions-project-more > b,
  .aoyea-component-solutions-page .aoyea-solutions-service-item,
  .aoyea-component-solutions-page .aoyea-solutions-service-feature,
  .aoyea-component-solutions-page .aoyea-solutions-service-tab { transition: none; }
}

/* Mobile project cards keep the Figma reading order while allowing each image to scale with its card. */
@media (max-width: 767px) {
  .aoyea-component-solutions-page .aoyea-solutions-project-card,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--watch,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--api,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--led,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--two-way,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser {
    position: relative;
    inset: auto;
    width: 100%;
    height: 300px;
    transform: none;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital {
    height: 520px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser {
    height: 332px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card .aoyea-solutions-project-media img {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-media,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-media {
    max-width: 100%;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-media {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 347 / 307;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-copy {
    top: auto;
    bottom: 80px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-media {
    top: -36px;
    left: 34%;
    width: 72%;
    height: 245px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-media {
    top: 0;
    left: 30%;
    width: 70%;
    height: 225px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-media {
    top: 28px;
    left: 36%;
    width: 64%;
    height: 245px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-media {
    top: 0;
    right: 0;
    width: 100%;
    height: 190px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-media {
    top: 18px;
    left: 18%;
    width: 82%;
    height: 300px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-media {
    top: 108px;
    left: 0;
    width: 100%;
    height: 216px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-copy {
    right: 18px;
    left: 18px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-copy {
    top: auto;
    bottom: 22px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-copy {
    top: 20px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-copy,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-copy {
    top: 20px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-copy {
    top: auto;
    bottom: 20px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-copy strong {
    font-size: 20px;
    line-height: 24px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-copy small {
    font-size: 13px;
    line-height: 18px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--watch .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--api .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--two-way .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--laser .aoyea-solutions-project-more {
    top: 18px;
    left: 18px;
    bottom: auto;
    width: 44px;
    height: 44px;
  }

  .aoyea-component-solutions-page .aoyea-solutions-project-card--digital .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--led .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--bluetooth .aoyea-solutions-project-more,
  .aoyea-component-solutions-page .aoyea-solutions-project-card--motorcycle .aoyea-solutions-project-more {
    top: auto;
    bottom: 18px;
  }
}
