.sh-industries-page,
.sh-projects-page,
.sh-industries-page *,
.sh-projects-page * {
  min-width: 0;
}

.sh-industries-page img,
.sh-projects-page img {
  display: block;
  max-width: 100%;
}

.sh-industries-page .container,
.sh-projects-page .container {
  width: 100%;
  max-width: none;
  padding-right: 40px;
  padding-left: 40px;
}

.sh-industries-page .sh-story__hero-title,
.sh-projects-page .sh-story__hero-title {
  width: auto;
  max-width: 100%;
}

.sh-industries-page .sh-story__hero-title h1,
.sh-projects-page .sh-story__hero-title h1 {
  max-width: 100%;
  white-space: normal;
}


.sh-industries-intro {
  padding: 40px 0 80px;
  background: #fbfeff;
}

.sh-industries-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1057fr) minmax(0, 743fr);
  gap: 40px;
  min-height: 710px;
}

.sh-industries-intro__media,
.sh-industries-intro__content,
.sh-industries-intro__thumb,
.sh-industry-detail__media,
.sh-industries-why__media,
.sh-industries-discuss__media,
.sh-project-card__media {
  overflow: hidden;
  border-radius: 4px;
}

.sh-industries-intro__media img,
.sh-industries-intro__thumb,
.sh-industry-detail__media img,
.sh-industries-why__media img,
.sh-industries-discuss__media img,
.sh-project-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sh-industries-intro__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 4px;
}

.sh-industries-intro__thumb {
  width: 450px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 450 / 254;
  object-fit: cover;
  align-self: flex-start;
  margin: 24px 0 0 0;
  border-radius: 4px;
}

.sh-industries-intro__content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sh-industries-intro__content h2,
.sh-industries-why h2,
.sh-industries-discuss h2,
.sh-projects-listing > .container > h2 {
  margin: 0;
  color: #111927;
  font: 400 40px/56px "Russo One", sans-serif;
}

.sh-industries-intro__content p {
  margin: 20px 0 32px;
  color: #384250;
  font: 400 16px/24px "Be Vietnam Pro", sans-serif;
  white-space: pre-line;
}

.sh-industries-button {
  gap: 12px;
  padding: 0 8px 0 20px;
  border: 1px solid #667085;
  background: #24334c;
  color: #fff;
  font: 400 16px/24px "Be Vietnam Pro", sans-serif;
}

html {
  overflow-x: clip !important;
}

body {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.sh-industries-catalog {
  padding: 80px 0;
  background: linear-gradient(180deg, #121212 0%, #383842 100%);
  color: #fafafa;
}

.sh-industries-catalog__list {
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.sh-industries-catalog .container > .sh-industry-card + .sh-industry-card {
  margin-top: 88px;
}

.main-body,
.mainContent-theme,
.sh-page,
.sh-story,
.sh-industries-catalog,
.sh-industries-catalog > .container,
.sh-industries-catalog__list {
  overflow: visible !important;
  transform: none !important;
}

.sh-industry-card {
  scroll-margin-top: 128px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 60px;
  align-items: start;
  padding: 0;
  border-bottom: none;
  overflow: visible !important;
  transform: none !important;
}

.sh-industry-card__media {
  align-self: start;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.sh-industry-card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s var(--sh-ease-brand, ease);
}
.sh-industry-card:hover .sh-industry-card__media img {
  transform: scale(1.03);
}

.sh-industry-card__body {
  align-self: start;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

@media (min-width: 1200px) {
  .sh-industry-card__media,
  .sh-industry-card__body {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    align-self: start;
  }
}
.sh-industry-card__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sh-industry-card__tag {
  font: 400 15px/22px 'Be Vietnam Pro', sans-serif;
  color: #9ca3af;
  letter-spacing: 0;
}

.sh-industry-card__title {
  margin: 0;
  font: 400 31px/46px 'Russo One', sans-serif !important;
  color: #fcfcfc;
  letter-spacing: 0;
}

.sh-industry-card__desc {
  margin: 0;
  font: 400 15px/22px 'Be Vietnam Pro', sans-serif;
  color: #fcfcfc;
}

.sh-industry-card__desc:empty {
  display: none;
}

.sh-industry-card__section {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.sh-industry-card__line {
  display: block;
  width: 40px;
  height: 1.5px;
  background: rgba(250, 250, 250, 0.4);
  margin-top: 15px;
  border-radius: 1px;
}

.sh-industry-card__group-title {
  margin: 0 0 12px;
  font: 400 19px/30px 'Russo One', sans-serif;
  color: #fafafa;
  letter-spacing: 0;
}

.sh-industry-card__list {
  margin: 0;
  color: #fafafa;
  font: 400 15px/22px 'Be Vietnam Pro', sans-serif;
  white-space: pre-line;
}

.sh-industry-card__list ul,
.sh-industry-card__list ol {
  margin: 0;
  padding-left: 24px;
  list-style-type: disc;
  white-space: normal;
}

.sh-industry-card__list li {
  margin-bottom: 4px;
  line-height: 22px;
}

@media (max-width: 1199px) {
  .sh-industries-catalog__list {
    gap: 64px;
  }
  .sh-industries-catalog .container > .sh-industry-card + .sh-industry-card {
    margin-top: 64px;
  }
  .sh-industry-card {
    scroll-margin-top: 84px;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0;
    align-items: start;
  }
  .sh-industry-card__media {
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .sh-industry-card__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .sh-industry-card__title {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}

.sh-industries-why {
  padding: 90px 0;
  background: #fbfeff;
}

.sh-industries-why__header {
  text-align: center;
  margin-bottom: 50px;
}

.sh-industries-why__header h2 {
  margin: 0;
  color: #111927;
  font: 400 42px/56px 'Russo One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sh-industries-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: stretch;
}

.sh-industries-why__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.sh-why-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.sh-why-card h3 {
  margin: 0;
  color: #111927;
  font: 700 18px/26px 'Be Vietnam Pro', sans-serif;
  transition: color 0.3s ease;
}

.sh-why-card__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #111927;
  transition: all 0.3s ease;
}

.sh-why-card:hover,
.sh-why-card.is-active {
  background: #1f2a37;
  border-color: #1f2a37;
  box-shadow: 0 8px 24px rgba(31, 42, 55, 0.15);
  transform: translateY(-2px);
}

.sh-why-card:hover h3,
.sh-why-card.is-active h3 {
  color: #ffffff;
}

.sh-why-card:hover .sh-why-card__dot,
.sh-why-card.is-active .sh-why-card__dot {
  background: #00d2ff;
  box-shadow: 0 0 8px #00d2ff;
}

.sh-industries-why__media {
  position: relative;
  height: 100%;
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.sh-industries-why__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.sh-industries-discuss {
  padding: 80px 0;
  background: #fbfeff;
  color: #26272b;
}

.sh-industries-discuss__grid {
  display: grid;
  grid-template-columns: minmax(0, 943fr) minmax(0, 897fr);
  gap: 40px;
  min-height: 680px;
  align-items: stretch;
}

.sh-industries-discuss__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 60px 80px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e4e4e7;
  position: relative;
  overflow: hidden;
}

.sh-industries-discuss__title {
  margin: 0;
  font: 400 40px/56px "Russo One", sans-serif;
  color: #26272b;
}

.sh-industries-discuss__title span:first-child {
  color: #6c737f;
}

.sh-industries-discuss__text {
  color: #384250;
  font: 400 18px/30px "Be Vietnam Pro", sans-serif;
}

.sh-industries-discuss__text p {
  margin: 0 0 16px;
}

.sh-industries-discuss__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.sh-ds-button--outline {
  background: #ffffff !important;
  color: #384250 !important;
  border: 1px solid #384250 !important;
}

.sh-ds-button--outline:hover,
.sh-ds-button--outline:focus-visible {
  background: #f4f4f5 !important;
  color: #182230 !important;
  border-color: #182230 !important;
}

.sh-industries-discuss__media {
  position: relative;
  height: 680px;
  border-radius: 4px;
  overflow: hidden;
}

.sh-industries-discuss__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.sh-projects-listing {
  padding: 80px 0 96px;
  background: #fafafa;
}

.sh-projects-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 1210px;
  margin: 0 auto 48px;
  text-align: center;
}

.sh-projects-intro__subtitle {
  margin: 0;
  font: 600 18px/26px "Be Vietnam Pro", sans-serif;
  color: #51525c;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sh-projects-intro__title {
  margin: 0 0 16px;
  color: #1f2a37;
  font: 400 40px/56px "Russo One", sans-serif;
}

.sh-projects-title-dark {
  color: #1f2a37;
}

.sh-projects-title-muted {
  color: #4d5761;
}

.sh-projects-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.sh-projects-tabs button,
.sh-projects-tabs a,
.sh-projects-tabs .sh-projects-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  min-height: 44px;
  border: 1px solid #26272b;
  border-radius: 4px;
  background: transparent;
  color: #26272b;
  font: 600 16px/24px "Be Vietnam Pro", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.36s var(--sh-ease-brand), background 0.36s var(--sh-ease-brand), border-color 0.36s var(--sh-ease-brand), transform 0.36s var(--sh-ease-brand);
}

.sh-projects-tabs button[aria-selected="true"],
.sh-projects-tabs a[aria-current="page"],
.sh-projects-tabs a.is-active,
.sh-projects-tabs .sh-projects-tab-link.is-active {
  border-color: #26272b;
  background: #26272b;
  color: #ffffff;
}

.sh-projects-tabs button:hover,
.sh-projects-tabs a:hover,
.sh-projects-tabs .sh-projects-tab-link:hover {
  border-color: #26272b;
  background: rgba(38, 39, 43, 0.08);
  color: #26272b;
}

.sh-projects-tabs button[aria-selected="true"]:hover,
.sh-projects-tabs a.is-active:hover,
.sh-projects-tabs .sh-projects-tab-link.is-active:hover {
  background: #26272b;
  color: #ffffff;
}

.sh-projects-tabs button:focus-visible,
.sh-projects-tabs a:focus-visible {
  outline: 2px solid #0088ff;
  outline-offset: 3px;
}

.sh-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.sh-project-card {
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #ffffff;
  transition: border-color 0.36s var(--sh-ease-brand), box-shadow 0.36s var(--sh-ease-brand), transform 0.36s var(--sh-ease-brand);
}

.sh-project-card[hidden] {
  display: none;
}

.sh-project-card__media {
  position: relative;
  aspect-ratio: 406 / 276;
  border-radius: 12px;
  overflow: hidden;
}

.sh-project-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.sh-project-card__actions {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.36s var(--sh-ease-brand), transform 0.36s var(--sh-ease-brand);
}

.sh-project-card__actions .sh-ds-button {
  width: 100%;
  max-width: 200px;
  justify-content: space-between;
}

.sh-project-card:focus-within,
.sh-project-card:hover {
  border-color: #26272b;
  box-shadow: 0 16px 36px rgba(17, 25, 39, 0.12);
  transform: translateY(-4px);
}

.sh-project-card:focus-within .sh-project-card__actions,
.sh-project-card:hover .sh-project-card__actions {
  opacity: 1;
  transform: scale(1);
}

.sh-project-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px 8px 8px;
}

.sh-project-card__body h3 {
  margin: 0;
  color: #18181b;
  font: 400 24px/32px "Russo One", sans-serif;
  overflow-wrap: anywhere;
}

.sh-project-card__body h3 a {
  color: #18181b;
  text-decoration: none;
  transition: color 0.25s ease;
}

.sh-project-card__body h3 a:hover,
.sh-project-card__body h3 a:focus {
  color: #51525c;
  text-decoration: none;
}

.sh-project-card__body p {
  margin: 0;
  color: #a0a0ab;
  font: 500 20px/32px "Be Vietnam Pro", sans-serif;
}



@media (max-width: 991px) {
  .sh-industries-page .container,
  .sh-projects-page .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sh-industries-intro__grid,
  .sh-industry-detail__body,
  .sh-industries-why__grid,
  .sh-industries-discuss__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-industries-intro__grid {
    min-height: 0;
  }

  .sh-industries-intro__media {
    aspect-ratio: 16 / 9;
  }

  .sh-industries-discuss__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sh-industries-discuss__copy {
    padding: 48px 32px;
  }

  .sh-industries-discuss__media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .sh-projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-project-card__actions {
    position: static;
    padding: 12px;
    opacity: 1;
    transform: none;
  }

  .sh-project-card__actions a {
    background: #24334c;
  }
}

@media (max-width: 767px) {
  .sh-industries-page .container,
  .sh-projects-page .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sh-industries-intro,
  .sh-industries-catalog,
  .sh-industries-why,
  .sh-industries-discuss,
  .sh-projects-listing {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sh-industries-catalog__list {
    gap: 48px;
  }

  .sh-industries-catalog .container > .sh-industry-card + .sh-industry-card {
    margin-top: 48px;
  }

  .sh-industry-card {
    scroll-margin-top: 72px;
    gap: 20px;
  }

  .sh-industries-intro__content {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .sh-industries-intro__thumb {
    width: 60%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 16 / 9;
    align-self: flex-start;
    margin: 20px 0 0 0;
    border-radius: 4px;
  }

  .sh-why-card {
    min-height: 0;
    padding: 20px;
    gap: 16px;
  }

  .sh-why-card h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .sh-industries-why__media {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .sh-industries-intro__content h2,
  .sh-industries-why h2,
  .sh-industries-discuss h2,
  .sh-projects-intro__title,
  .sh-projects-listing > .container > h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .sh-industry-card__section {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
  }

  .sh-industry-card__line {
    width: 24px;
  }

  .sh-projects-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-industries-why__list > div {
    padding-right: 0;
    padding-left: 0;
  }

  .sh-industries-discuss__copy {
    padding: 32px 0;
  }

  .sh-projects-tabs {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .sh-project-card__body h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .sh-industries-page .sh-story__hero-title,
  .sh-projects-page .sh-story__hero-title {
    width: auto;
  }
}

@media (max-width: 479px) {
  .sh-industries-page .container,
  .sh-projects-page .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .sh-project-card__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .sh-project-card__actions a {
    justify-content: space-between;
  }
}
