/* Responsive rules only. Breakpoints: 1440, 1200, 991, 768. */

@media (max-width: 1440px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-nav__list {
    gap: 20px;
  }

  .header-main__inner {
    gap: 26px;
  }

  .site-logo__text small {
    display: none;
  }

  .catalog-layout,
  .article-layout,
  .contact-layout {
    gap: 44px;
  }
}

@media (max-width: 1200px) {
  .service-journey__intro,
  .solution-atlas__head {
    width: 72%;
  }

  .case-record__media {
    width: 40%;
  }

  .case-record__body {
    width: 60%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .header-actions {
    justify-content: flex-end;
  }


}

@media (max-width: 991px) {
  .service-journey__intro,
  .solution-atlas__head,
  .case-ledger__head > div,
  .case-ledger__head > p {
    width: 100%;
  }

  .service-stage__media,
  .service-stage__copy {
    width: 100%;
  }

  .service-stage__media img {
    height: 440px;
  }

  .service-stage__copy {
    min-block-size: auto;
    padding-top: 28px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .solution-route,
  .case-record {
    width: 50%;
  }

  .solution-atlas__secondary,
  .case-ledger__records {
    font-size: 0;
  }

  .case-ledger__head > p {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .service-journey__intro h2,
  .solution-atlas__head h2,
  .case-ledger__head h2 {
    font-size: 38px;
  }

  .service-journey__intro,
  .solution-atlas__head {
    margin-bottom: 36px;
  }

  .service-stage__media img {
    height: 340px;
  }

  .service-stage__phase {
    display: none;
  }

  .service-stage__arrow {
    right: 10px;
    bottom: 28px;
  }

  .service-stage {
    min-block-size: auto;
  }

  .service-stage__media,
  .service-stage__copy,
  .solution-route__media,
  .case-record__media,
  .case-record__body {
    width: 100%;
  }

  .service-stage__index {
    margin-bottom: 8px;
  }

  .service-stage__copy {
    min-block-size: auto;
    padding: 24px 24px 30px;
  }

  .solution-route {
    width: 100%;
  }

  .case-record {
    width: 100%;
  }

  .solution-route__body {
    min-block-size: auto;
    padding: 24px;
  }

  .case-ledger__filters {
    padding-bottom: 0px;
  }

  .case-ledger__filters a {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .case-record__media {
    width: 100%;
  }

  .case-record__body {
    padding: 26px 24px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }
}

/* Solutions project-strip layout overrides. */
@media (max-width: 991px) {
  .solution-showcase {
    display: block;
  }

  .solution-story .img-content {
    width: 52%;
    flex-basis: 52%;
  }

  .solution-story__copy {
    width: 48%;
  }

  .solution-story:nth-child(even) .solution-story__copy {
    order: -1;
  }
}

@media (max-width: 768px) {
  .solution-story {
    display: flex;
    flex-direction: column;
  }

  .solution-story .img-content,
  .solution-story__copy {
    width: 100%;
    flex-basis: auto;
  }

  .solution-story .img_box {
    height: auto;
    padding-top: 62%;
  }

  .solution-story:nth-child(even) .solution-story__copy {
    order: 0;
  }

  .solution-story__copy {
    min-block-size: 0;
    justify-content: flex-start;
    padding: 28px 22px 32px;
  }

  .solution-story__copy strong {
    font-size: clamp(28px, 7.2vw, 38px);
  }

  .solution-story__copy > span {
    max-height: none;
    margin-top: 14px;
    opacity: 1;
    overflow: visible;
    transform: none;
  }

  .solution-story__copy i {
    margin-top: 22px;
  }
}

@media (max-width: 1200px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .header-top {
    display: none;
  }

  .header-main__inner {
    min-block-size: 86px;
  }

  .main-nav {
    display: none;
  }

  .site-logo {
    width: 60%;
  }

  .header-main .site-logo__image {
    width: 168px;
    max-height: 54px;
  }

  .header-actions {
    width: 40%;
    margin-left: auto;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero-slider,
  .hero-slide {
    min-block-size: calc(100vh - 86px);
  }

  .card {
    width: calc(50% - 32px);
  }

  .card--featured {
    width: calc(50% - 32px);
  }

  .catalog-sidebar,
  .article-sidebar {
    width: 250px;
  }

  .catalog-main,
  .article-main {
    width: calc(100% - 310px);
  }

  .faq-layout,
  .inquiry-layout,
  .product-summary {
    gap: 44px;
  }

  .product-slide-card > a {
    min-block-size: 500px;
  }

  .service-selector {
    gap: 52px;
  }

  .case-editorial {
    min-block-size: 560px;
  }

  .home-metrics__intro {
    width: 29%;
  }

  .home-metrics__list {
    width: 71%;
  }

  .footer-main {
    flex-direction: column;
    gap: 42px;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-brand .site-logo {
    width: min(240px, 100%);
  }

  .footer-columns {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .container {
    padding-right: 28px;
    padding-left: 28px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .contact-stage__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .contact-workspace {
    flex-direction: column;
  }

  .contact-hub,
  .contact-form-card {
    width: 100%;
  }

  .split-layout,
  .split-layout--reverse,
  .faq-layout,
  .inquiry-layout,
  .product-summary,
  .catalog-layout,
  .article-layout,
  .contact-layout,
  .service-selector,
  .solution-showcase,
  .case-editorial,
  .home-metrics {
    flex-direction: column;
  }

  .split-layout__media,
  .split-layout__content,
  .faq-layout__media,
  .faq-layout__content,
  .inquiry-layout__form,
  .inquiry-layout__media,
  .product-gallery,
  .product-info,
  .contact-layout__info,
  .contact-layout__form,
  .service-selector__media,
  .service-selector__content,
  .case-editorial__feature,
  .case-editorial__index,
  .home-metrics__intro,
  .home-metrics__list {
    width: 100%;
  }

  .product-slide-card > a {
    min-block-size: 490px;
  }

 

  .case-editorial__index a {
    min-block-size: 136px;
  }

  .home-metrics__intro {
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .catalog-sidebar,
  .article-sidebar {
    position: static;
    width: 100%;
  }

  .catalog-main,
  .article-main {
    width: 100% !important;
  }

  .detail-hero {
    flex-direction: column;
    min-block-size: auto;
  }

  .detail-hero__copy,
  .detail-hero__media {
    width: 100%;
  }

  .detail-hero__copy {
    padding: 70px 28px;
  }

  .detail-hero__media .img_box {
    min-block-size: 480px;
  }

  .metric-item {
    width: 50%;
  }

  .footer-columns {
    flex-wrap: wrap;
  }

  .footer-column {
    width: calc(50% - 25px);
  }
}

@media (max-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-main__inner {
    min-block-size: 76px;
  }

  .site-logo__mark {
    width: 38px;
    height: 38px;
  }

  .header-main .site-logo__image {
    width: 142px;
    max-height: 48px;
  }

  .site-logo__text strong {
    font-size: 16px;
  }

  .header-actions .btn {
    display: none;
  }

  .hero-slider,
  .hero-slide {
    min-block-size: auto;
  }

  .hero-slide {
    aspect-ratio: 750 / 820;
  }

  .hero-slide__copy {
    padding: 34px 0 48px;
  }

  .hero-slide__copy h1,
  .hero-slide__copy h2 {
    font-size: clamp(34px, 9.5vw, 50px);
  }

  .hero-slide__copy p {
    margin: 12px 0 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-slide__actions .btn:nth-child(n + 2) {
    display: none;
  }

  .hero-slider .swiper-pagination {
    bottom: 16px;
  }

  .hero-slide__media::after,
  .page-banner__media::after {
    background: linear-gradient(180deg, rgba(15, 43, 32, 0.4) 0%, rgba(15, 43, 32, 0.88) 78%, rgba(15, 43, 32, 0.96) 100%);
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .page-banner,
  .page-banner__content {
    min-block-size: auto;
  }

  .page-banner {
    aspect-ratio: 750 / 820;
  }

  .page-banner__copy {
    align-self: flex-end;
    padding: 70px 0 54px;
  }

  .page-banner__copy h1 {
    font-size: 40px;
  }

  .breadcrumbs__inner {
    min-block-size: 54px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .cards {
    margin: -10px;
  }

  .card,
  .card--featured {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .category-tabs {
    width: 100%;
    flex-wrap: nowrap;
    gap: 6px;
    overflow: visible;
  }

  .category-tabs button {
    min-width: 0;
    width: 33.333%;
    justify-content: center;
    padding-right: 4px;
    padding-left: 4px;
    white-space: nowrap;
  }

  .product-carousel__counter {
    display: none;
  }

  .product-carousel__toolbar {
    margin-bottom: 26px;
  }

  .product-slide-card > a {
    min-block-size: 480px;
  }

  .product-slide-card__body {
    padding: 22px 44px 24px 0;
  }

  .product-slide-card__body strong {
    font-size: 27px;
  }

  .product-carousel__footer {
    min-block-size: 60px;
    gap: 22px;
    margin-top: 16px;
  }

  .product-carousel__progress-label span:last-child {
    display: none;
  }

  .product-carousel__progress {
    height: 10px;
  }

  .product-carousel__nav button {
    width: 48px;
    height: 48px;
  }

  .service-selector__media {
    min-block-size: 0px;
  }

  .service-selector__media-label {
    right: 20px;
    bottom: 20px;
    left: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .service-selector__media-label strong {
    font-size: 30px;
    text-align: left;
  }

  .service-option {
    min-block-size: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 20px 46px 20px 14px;
  }

  .service-option:hover,
  .service-option:focus-visible,
  .service-option.is-active {
    padding-left: 18px;
  }

  .service-option strong {
    width: calc(100% - 48px);
  }

  .service-option > span:nth-of-type(2) {
    width: 100%;
    padding-left: 48px;
  }



  .case-editorial__feature-copy {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .case-editorial__feature-copy strong {
    font-size: 40px;
  }

  .case-editorial__index-head {
    min-block-size: 64px;
    padding: 16px 18px;
  }

  .case-editorial__index a {
    min-block-size: 130px;
    padding: 22px 48px 22px 18px;
  }

  .home-metrics {
    margin-top: 52px;
  }

  .home-metrics__list {
    flex-wrap: wrap;
  }

  .home-metric {
    width: 50%;
    min-block-size: 210px;
    border-bottom: 1px solid var(--line);
  }

  .home-metric:nth-child(2) {
    border-right: 0;
  }

  .home-metric:nth-child(n + 3) {
    border-bottom: 0;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .contact-stage__heading {
    margin-bottom: 32px;
  }

  .contact-hub,
  .contact-form-card {
    padding: 30px 22px;
  }

  .contact-channel-list {
    margin: 28px 0;
  }

  .contact-channel,
  .contact-channel--primary {
    width: 100%;
    min-block-size: 142px;
  }

  .contact-hub__footer,
  .contact-form-card__submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-form-card__submit .btn {
    width: 100%;
  }

  .faq-layout__media .img_box,
  .inquiry-layout__media .img_box {
    min-block-size: 360px;
  }

  .tabs__nav {
    overflow-x: auto;
  }

  .tabs__button {
    width: auto;
    padding: 12px 18px;
  }

  .parameter-table,
  .parameter-table tbody,
  .parameter-table tr,
  .parameter-table th,
  .parameter-table td {
    display: block;
    width: 100%;
  }

  .parameter-table th {
    border-bottom: 0;
  }

  .timeline__item {
    flex-direction: column;
    gap: 8px;
  }

  .timeline__item strong {
    width: 100%;
  }

  .metric-item {
    width: 100%;
  }

  .search-panel__inner {
    padding: 58px 22px 28px;
  }

  .search-form {
    flex-direction: column;
  }

  .search-result {
    flex-direction: column;
  }

  .search-result__media {
    width: 100%;
  }

  .post-navigation,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    padding-top: 60px;
  }

  .footer-columns {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
  }

  .footer-bottom {
    padding: 22px 0;
  }

  .footer-bottom__links {
    flex-wrap: wrap;
  }

  .marquee__item {
    width: 310px;
  }

  .map-frame {
    min-block-size: 380px;
  }
}

/* Page-specific redesigns: status pages, article rail, and About. */
@media (max-width: 1200px) {
  .status-page__layout {
    gap: 52px;
  }

  .status-page__copy {
    padding-left: 0;
  }

  .article-rail {
    width: 330px;
  }

  .article-main {
    width: calc(100% - 390px);
  }

  .article-rail__topics,
  .article-rail__related,
  .article-rail__questions {
    padding: 26px;
  }

  .article-related-card {
    align-items: flex-start;
  }

  .article-related-card__media {
    width: 96px;
  }

  .about-hero,
  .about-hero__content {
    min-block-size: 650px;
  }

  .about-overview__grid,
  .about-advantages__grid {
    gap: 64px;
  }

  .about-overview__media img {
    max-height: 500px;
  }

  .about-history-card {
    min-block-size: 290px;
  }

  .about-advantage {
    gap: 20px;
  }

  .about-advantage > span {
    width: 48px;
  }

  .about-advantage small {
    width: 124px;
  }
}

@media (max-width: 991px) {
  .status-page__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 38px;
  }

  .status-page__signal {
    min-block-size: 390px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .status-page__signal-label {
    left: 30px;
  }

  .status-page__routes a {
    gap: 12px;
    padding: 22px 16px;
  }

  .article-rail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .article-rail > section {
    width: 50%;
    min-width: 0;
  }

  .article-rail__questions {
    width: 100%;
  }

  .about-hero__content {
    gap: 36px;
  }

  .about-hero__copy {
    width: 75%;
  }

  .about-overview {
    padding: 90px 0;
  }

  .about-overview__grid {
    gap: 46px;
  }

  .about-overview__media {
    width: 36%;
  }

  .about-overview__content {
    width: 64%;
  }

  .about-overview__body {
    flex-direction: column;
    gap: 18px;
  }

  .about-data-strip {
    margin-top: -30px;
  }

  .about-data-strip__frame {
    flex-direction: column;
  }

  .about-data-strip__intro,
  .about-data-strip__metrics {
    width: 100%;
  }

  .about-data-strip__intro {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-data-strip__intro h2 {
    max-width: none;
  }

  .about-advantages,
  .about-history {
    padding: 90px 0;
  }

  .about-advantages__grid {
    flex-direction: column;
  }

  .about-advantages__intro,
  .about-advantages__list {
    width: 100%;
  }

  .about-advantages__intro {
    max-width: 720px;
  }

  .about-advantages__intro {
    position: static;
  }

  .about-history__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
  }

  .about-history-card__top {
    margin-bottom: 44px;
  }
}

@media (max-width: 768px) {
  .status-page {
    padding: 46px 0 72px;
  }

  .status-page__meta {
    padding-bottom: 14px;
  }

  .status-page__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
    padding-top: 38px;
  }

  .status-page__copy {
    padding: 0;
  }

  .status-page__copy > p {
    font-size: 16px;
  }

  .status-page__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
  }

  .status-page__signal {
    min-block-size: 290px;
    padding: 66px 24px 28px;
  }

  .status-page__signal-label {
    top: 24px;
    left: 24px;
  }

  .status-page__route {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .status-page__checks {
    margin-top: 30px;
  }

  .status-page__routes {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 42px;
  }

  .status-page__routes a + a {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .article-rail {
    flex-direction: column;
  }

  .article-rail > section,
  .article-rail__questions {
    width: 100%;
  }

  .article-rail__topics,
  .article-rail__related,
  .article-rail__questions {
    padding: 26px 22px;
  }

  .article-related-card {
    align-items: flex-start;
  }

  .article-related-card__media {
    width: 104px;
  }

  .about-hero,
  .about-hero__content {
    min-block-size: 660px;
  }

  .about-hero__media::after {
    background: linear-gradient(180deg, rgba(8, 31, 22, 0.28) 0%, rgba(8, 31, 22, 0.72) 48%, rgba(8, 31, 22, 0.96) 100%);
  }

  .about-hero__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-hero__copy h1 {
    margin-top: 0;
    font-size: 50px;
  }

  .about-hero__copy h1 br {
    display: none;
  }

  .about-hero__copy {
    width: 100%;
  }

  .about-overview,
  .about-advantages,
  .about-history {
    padding: 70px 0;
  }

  .about-overview__grid {
    flex-direction: column;
    gap: 48px;
  }

  .about-overview__media,
  .about-overview__content {
    width: 100%;
  }

  .about-overview__media img {
    max-height: none;
    aspect-ratio: 4 / 3;
    object-position: center 40%;
  }

  .about-overview__content {
    padding-top: 0;
  }

  .about-overview__content h2 {
    margin: 18px 0 34px;
    font-size: clamp(42px, 12vw, 50px);
  }

  .about-data-strip {
    margin-top: -18px;
  }

  .about-data-strip__intro {
    padding: 26px 24px;
  }

  .about-data-strip__metrics {
    flex-wrap: wrap;
  }

  .about-data-strip__item {
    width: 50%;
    padding: 26px 24px;
  }

  .about-data-strip__item:nth-child(odd) {
    border-left: 0;
  }

  .about-data-strip__item:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .about-data-strip__item strong {
    font-size: clamp(48px, 16vw, 50px);
  }

  .about-advantages__grid {
    gap: 48px;
  }

  .about-advantages__intro h2,
  .about-history__head h2 {
    font-size: clamp(40px, 11vw, 50px);
  }

  .about-advantage {
    min-block-size: auto;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 0;
  }

  .about-advantage > span {
    width: 34px;
    padding-top: 5px;
  }

  .about-advantage h3 {
    font-size: 26px;
  }

  .about-advantage small {
    width: calc(100% - 46px);
    margin-left: 46px;
    text-align: left;
  }

  .about-history__head {
    margin-bottom: 42px;
  }

  .about-history__toolbar {
    margin-bottom: 18px;
  }

  .about-history__nav button {
    width: 48px;
    height: 48px;
  }

  .about-history-card {
    min-block-size: 280px;
    padding: 28px 24px;
  }

  .about-history-card__top {
    margin-bottom: 42px;
  }

  .about-history-card > strong {
    font-size: 33px;
  }

  .marquee__group {
    gap: 12px;
    padding-right: 12px;
  }

}

@media (max-width: 1200px) {
  .inquiry-shell {
    align-items: stretch;
  }

  .inquiry-story {
    width: 45%;
  }

  .inquiry-workspace {
    width: 55%;
  }

  .inquiry-story,
  .inquiry-workspace {
    padding: 48px;
  }

  .case-record{
    display: inline-flex;
    flex-direction: column;
  }

  .case-record__media{
    width: 100%;
  }

  .case-record__body{
    width: 100%;
  }
}

@media (max-width: 991px) {
  .inquiry-shell {
    flex-direction: column;
    min-block-size: auto;
  }

  .inquiry-story,
  .inquiry-workspace {
    width: 100%;
  }

  .inquiry-story__media {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .detail-article {
    padding: 70px 0 78px;
  }

  .detail-article__media .img_box {
    padding-top: 64%;
  }

  .detail-article__body {
    margin-top: 42px;
  }

  .detail-article__body h1 {
    margin: 14px 0 22px;
    font-size: clamp(36px, 10vw, 46px);
  }

  .detail-article__body h3 {
    margin-top: 34px;
    font-size: 26px;
  }

  .detail-article__body p {
    font-size: 16px;
  }

  .detail-article__body .detail-article__lead {
    font-size: 18px;
  }

  .inquiry-section {
    padding: 70px 0;
  }

  .inquiry-story,
  .inquiry-workspace {
    padding: 30px 22px;
  }

  .inquiry-story h2 {
    font-size: 38px;
  }

  .inquiry-story__steps {
    flex-direction: column;
    gap: 18px;
    margin: 34px 0;
  }

  .inquiry-story__steps span {
    margin-bottom: 12px;
  }

  .inquiry-story__media,
  .inquiry-story__media .img_box {
    min-block-size: 210px;
  }

  .inquiry-workspace .form-intro {
    margin-bottom: 32px;
  }

  .inquiry-workspace .form-intro h3 {
    font-size: 34px;
  }

  .inquiry-workspace__submit {
    align-items: stretch;
    flex-direction: column;
  }

  .inquiry-workspace__submit .btn {
    width: 100%;
  }

  .inquiry-workspace__submit p {
    max-width: none;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .marquee__track {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 991px) {
  .article-byline {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-related-products__head,
  .product-related-news__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .related-news-layout {
    flex-direction: column;
  }

  .related-news-lead,
  .related-news-list {
    width: 100%;
  }

  .related-news-lead,
  .related-news-lead > img {
    min-block-size: 460px;
  }

  .related-service-row {
    gap: 22px;
  }

  .related-service-row__index {
    width: 58px;
  }

  .related-service-row figure {
    width: 190px;
  }

  .related-service-row > b {
    width: 26px;
  }

  .related-service-row > div {
    width: calc(100% - 340px);
  }

  .about-overview__body p{
    width: 100%;
  }

}

@media (max-width: 768px) {
  .hero-slider .hero-slide__media {
    left: -18%;
    width: 136%;
  }

  .hero-slide__copy h1,
  .hero-slide__copy h2 {
    max-width: 590px;
    font-size: clamp(32px, 8.7vw, 44px);
  }

  .article-author img {
    width: 56px;
    height: 56px;
  }

  .article-meta {
    gap: 8px 18px;
    font-size: 14px;
  }

  .product-related-products__head > p {
    max-width: none;
  }

  .related-product-card__body h3 {
    font-size: 27px;
  }

  .product-related-news__head {
    margin-bottom: 30px;
  }

  .product-related-news__head h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .related-news-layout {
    gap: 26px;
  }

  .related-news-lead,
  .related-news-lead > img {
    min-block-size: 390px;
  }

  .related-news-lead__overlay {
    padding: 26px 22px;
  }

  .related-news-lead__overlay strong {
    font-size: 34px;
  }

  .related-news-list > a {
    gap: 12px;
    padding: 26px 0;
  }

  .related-news-list > a > span {
    width: 30px;
  }

  .related-news-list b {
    width: 18px;
  }

  .related-news-list > a > div {
    width: calc(100% - 72px);
  }

  .related-news-list h3 {
    font-size: 25px;
  }

  .related-service-row {
    min-block-size: auto;
    gap: 14px;
    padding: 24px 0;
  }

  .related-service-row__index {
    width: 42px;
  }

  .related-service-row > b {
    width: 22px;
  }

  .related-service-row > div {
    width: calc(100% - 92px);
  }

  .related-service-row:hover {
    padding-right: 12px;
    padding-left: 12px;
  }

  .related-service-row h3 {
    font-size: 27px;
  }

  .related-service-row figure {
    display: none;
  }

  .site-footer{
    padding-bottom: 60px;
  }

  .article-header h1 {
    font-size: clamp(34px, 5vw, 50px);
  }

  .article-header {
    padding-bottom: 20px;
  }

  .article-content {
      padding: 30px 0 40px;
  }

  .article-byline {
    gap: 20px;
  }

  .article-content h2 {
    margin: 20px 0 14px;
    font-size: 28px;
  }

  .article-rail__related{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

/* Final mobile type scale: page title > section title > module title > body > meta. */
@media (max-width: 768px) {
  .footer-brand .site-logo {
    width: min(240px, 100%);
  }

  .hero-slide__copy h1,
  .hero-slide__copy h2,
  .page-banner__copy h1,
  .detail-hero__copy h1,
  .detail-article__body h1,
  .article-header h1,
  .product-info h1,
  .detail-hero__title {
    font-size: 38px;
    line-height: 1.1;
  }

  .about-hero__copy h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .status-page h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .section-heading h2,
  .display-title,
  .service-selector__content h2,
  .split-layout__content h2,
  .service-journey__intro h2,
  .solution-atlas__head h2,
  .case-ledger__head h2,
  .contact-stage__heading h2,
  .about-overview__content h2,
  .about-advantages__intro h2,
  .about-history__head h2,
  .inquiry-story h2,
  .product-related-news__head h2 {
    font-size: 32px;
    line-height: 1.14;
  }

  .privacy-content h2,
  .home-metrics__intro h3 {
    font-size: 28px;
    line-height: 1.18;
  }

  .article-content h2,
  .article-rail h2,
  .contact-hub__intro h3,
  .contact-form-card__head h3,
  .inquiry-workspace .form-intro h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  .catalog-sidebar h2,
  .detail-article__body h3,
  .search-result__copy h2,
  .card h3,
  .case-record__body h3,
  .solution-route__body h3 {
    font-size: 24px;
    line-height: 1.22;
  }

  .solution-story--lead .solution-story__copy strong,
  .case-editorial__feature-copy strong {
    font-size: 32px;
    line-height: 1.14;
  }

  .download-item strong,
  .related-product-card__body h3,
  .related-news-list h3,
  .related-service-row h3,
  .about-advantage h3 {
    font-size: 22px;
    line-height: 1.24;
  }

  .home-metric strong,
  .about-data-strip__item strong {
    font-size: 42px;
  }

  .about-history-card__top span {
    font-size: 36px;
  }

  .status-page__signal strong {
    font-size: 44px;
  }

  .about-data-strip__item > span,
  .about-data-strip__item dt span,
  .about-advantage > span,
  .about-advantage small,
  .about-history-card__top small,
  .about-history-card em,
  .article-author small,
  .article-topic-list small,
  .article-related-card__copy small,
  .related-product-card__body > span,
  .related-news-lead__overlay small,
  .related-news-list small,
  .related-service-row small {
    font-size: 12px;
    line-height: 1.45;
  }

  .case-editorial__feature-copy{
    position: static;
    padding: 30px 20px;
  }

  .card h3 {
    margin-bottom: 14px;
  }

  .service-stage{
    flex-direction: column;
  }

  .service-stage__copy strong {
    font-size: 24px;
  }

  .service-mores {
    font-size: 16px;
  }
}
