/* Tablet and mobile overrides only. Desktop starts at 1280px. */
@media (max-width: 1279px) {
  :root {
    --responsive-section-top: 56px;
    --responsive-section-bottom: 60px;
    --responsive-heading-size: 32px;
    --responsive-heading-copy-size: 14px;
    --responsive-heading-copy-gap: 12px;
  }
  .site-container {
    width: min(100% - 48px, 1440px);
  }
  .site-header,
  .header-inner {
    height: 72px;
  }
  .brand,
  .brand img {
    width: 92px;
    height: auto;
  }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    border: 1px solid #dbe8f8;
    border-radius: 4px;
    background: #ffffff;
    padding: 0;
  }
  .nav-toggle span {
    width: 19px;
    height: 2px;
    background: #222222;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .site-nav {
    position: fixed;
    z-index: 50;
    inset: 72px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 72px);
    margin: 0;
    overflow-y: auto;
    border-bottom: 1px solid #e7edf5;
    background: #ffffff;
    padding: 12px 24px 22px;
    box-shadow: 0 18px 42px rgba(35, 75, 132, 0.12);
  }
  .nav-open .site-nav {
    display: flex;
  }
  .nav-backdrop {
    position: fixed;
    z-index: 40;
    inset: 72px 0 0;
    display: none;
    width: 100%;
    border: 0;
    background: rgba(24, 38, 58, 0.34);
    padding: 0;
    backdrop-filter: blur(2px);
  }
  .nav-open .nav-backdrop {
    display: block;
  }
  .nav-backdrop[hidden] {
    display: none !important;
  }
  .nav-link {
    position: relative;
    align-self: stretch;
    justify-content: flex-start;
    height: 46px;
    border-radius: 4px;
    padding: 0 14px;
    font-size: 15px;
  }
  .nav-link.is-active {
    background: #f3f8ff;
    color: #1677ff;
    font-weight: 600;
  }
  .nav-link.is-active::after {
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 3px;
    height: 22px;
    border-radius: 0 2px 2px 0;
    transform: translateY(-50%);
  }
  .nav-search {
    display: none;
  }
  .nav-login {
    width: 100%;
    height: 42px;
    margin-top: 10px;
  }
  :is(.home-hero, .news-hero, .products-hero, .solutions-hero, .solution-detail-hero) {
    height: auto;
    min-height: 0;
    padding: 44px 0 40px;
    background-position: center top;
    background-size: auto 720px;
  }
  .home-hero {
    background: #f4f9ff url("../images/home/hero-bg.png") center top/auto 720px no-repeat;
  }
  .home-hero.customer-hero,
  .home-hero.case-detail-hero {
    background: #f1f6ff url("../images/cases/hero-bg.png") center top/auto 720px no-repeat;
  }
  .home-hero.about-page-hero {
    background: #f4f9ff url("../images/about/hero-bg.png") center top/auto 720px no-repeat;
  }
  .home-hero.jobs-page-hero {
    background: #f4f9ff url("../images/jobs/hero-bg.png") center top/auto 720px no-repeat;
  }
  .home-hero.contact-page-hero {
    background: #f4f9ff url("../images/contact/hero-bg.png") center top/auto 720px no-repeat;
  }
  .news-hero {
    background: #f3f8ff url("../images/news/hero-bg.png") center top/auto 720px no-repeat;
  }
  .products-hero {
    background: #f3f9ff url("../images/products/hero-bg.png") center top/auto 720px no-repeat;
  }
  .solutions-hero {
    background: #f4f9ff url("../images/solutions/hero-bg.png") center top/auto 720px no-repeat;
  }
  .solution-detail-hero {
    background: #f4f9ff url("../images/solution-detail/hero-bg.png") center top/auto 720px no-repeat;
  }
  :is(.hero-layout, .news-hero-layout, .products-hero-layout, .solutions-hero-layout, .solution-detail-hero-layout) {
    height: auto;
  }
  :is(.hero-copy, .news-hero-copy, .products-hero-copy, .solutions-hero-copy, .solution-detail-hero-copy) {
    display: block;
    width: min(66%, 700px);
    height: auto;
    padding: 0;
  }
  :is(.hero-kicker, .news-hero-kicker, .products-hero-kicker, .solutions-hero-kicker, .solution-detail-hero-kicker) {
    margin: 34px 0 10px;
    font-size: 22px;
  }
  :is(.hero-copy, .news-hero-copy, .products-hero-copy, .solutions-hero-copy, .solution-detail-hero-copy) h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    white-space: normal;
  }
  :is(.hero-summary, .news-hero-summary, .products-hero-summary, .solutions-hero-summary, .solution-detail-hero-summary) {
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }
  .products-hero-points {
    gap: 8px;
    margin-top: 18px;
  }
  .products-hero-points li {
    font-size: 14px;
  }
  :is(.hero-actions, .products-hero .hero-actions, .solutions-hero .hero-actions, .solution-detail-hero .hero-actions) {
    margin-top: 24px;
  }
  .hero-actions .btn,
  .products-hero .btn {
    height: 48px;
    padding-inline: 26px;
    font-size: 15px;
  }
  :is(.hero-visual, .news-hero-visual, .products-hero-visual, .solutions-hero-visual, .solution-detail-hero-visual) {
    display: none;
  }
  :is(.hero-feature-wrap, .news-hero-feature-wrap, .products-hero-feature-wrap, .solutions-hero-feature-wrap, .solution-detail-feature-wrap) {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100% - 48px, 1440px);
    margin-top: 40px;
    transform: none;
  }
  :is(.hero-features, .products-hero-features, .solutions-hero-features, .solution-detail-features) {
    height: auto;
    min-height: 0;
    gap: 16px;
    padding: 20px 24px;
  }
  .hero-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .products-hero-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .solutions-hero-features {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .solution-detail-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :is(.hero-feature, .products-hero-feature, .solutions-hero-feature, .solution-detail-feature) {
    min-width: 0;
    min-height: 70px;
    padding: 0;
  }
  :is(.hero-feature, .products-hero-feature, .solutions-hero-feature, .solution-detail-feature) :is(strong, p) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  :is(.stats-section, .products-section, .solution-section, .cases-section, .about-section, .news-section,
  .products-capability-section, .product-service-section, .product-process-section,
  .solutions-brand-section, .solutions-card-section, .solutions-digital-section,
  .solutions-ai-section, .solutions-media-section, .solutions-process-section,
  .solution-detail-strengths, .detail-scenes-section, .detail-problem-section,
  .detail-method-section, .detail-structure-section, .detail-value-section,
  .detail-process-section, .detail-related-section, .customer-overview-section,
  .customer-focus-section, .customer-stats-section, .case-detail-snapshot,
  .case-detail-section, .case-detail-process-section, .case-detail-solution-section,
  .case-detail-result-section, .case-detail-related-section, .about-company-section,
  .about-identity-section, .about-capability-section, .about-values-section,
  .about-results-section, .jobs-why-section, .jobs-list-section,
  .jobs-culture-section, .jobs-opportunity-section) {
    height: auto;
    padding-top: var(--responsive-section-top);
    padding-bottom: var(--responsive-section-bottom);
  }
  :is(.section-heading, .product-service-heading, .solutions-section-heading,
  .detail-section-heading, .customer-section-heading, .case-detail-heading,
  .about-page-section-heading, .jobs-page-section-heading,
  .contact-page-section-heading, .job-detail-heading) h2 {
    font-size: var(--responsive-heading-size);
    line-height: 1.3;
  }
  :is(.section-heading, .product-service-heading, .solutions-section-heading,
  .detail-section-heading, .customer-section-heading, .case-detail-heading,
  .about-page-section-heading, .jobs-page-section-heading,
  .contact-page-section-heading, .job-detail-heading) > p {
    margin-top: var(--responsive-heading-copy-gap);
    font-size: var(--responsive-heading-copy-size);
    line-height: 1.7;
  }
  :is(.products-capability-grid, .solutions-card-grid, .solutions-ai-grid,
  .customer-overview-grid, .about-identity-cards, .about-capability-grid,
  .jobs-why-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :is(.products-capability-grid, .solutions-card-grid, .solutions-ai-grid,
  .customer-overview-grid, .solution-detail-strength-grid,
  .case-detail-snapshot-grid, .detail-related-grid, .case-detail-related-grid,
  .about-identity-cards, .about-capability-grid, .about-values-grid,
  .jobs-why-grid, .jobs-culture-grid) > :only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: min(100%, 520px);
  }
  :is(.solution-tabs, .case-tabs, .product-service-tabs, .detail-tabs, .detail-value-tabs, .customer-tabs, .news-category-tabs-inner) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  :is(.solution-tabs, .case-tabs, .product-service-tabs, .detail-tabs, .detail-value-tabs, .customer-tabs, .news-category-tabs-inner)::-webkit-scrollbar {
    display: none;
  }
  :is(.solution-tabs button, .case-tabs a, .product-service-tabs button, .detail-tabs button, .detail-value-tabs button, .customer-tabs a, .news-category-tabs-inner a) {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .product-service-panel,
  .product-service-panel.is-reverse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
  .product-service-visual {
    height: auto;
    min-height: 0;
    aspect-ratio: 758/510;
  }
  :is(.solutions-digital-layout, .solutions-media-panel, .customer-focus-panel,
  .about-company-layout, .contact-direct-layout, .contact-map-panel) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }
  .solutions-media-panel,
  .contact-map-panel {
    padding: 32px;
  }
  .solutions-media-visual,
  .contact-map-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 758/510;
  }
  :is(.solution-detail-strength-grid, .detail-method-steps, .detail-process-line,
  .case-detail-snapshot-grid, .case-detail-result-grid, .customer-stats-grid,
  .about-results-grid, .jobs-opportunity-grid) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  .detail-structure-map,
  .case-detail-solution-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    min-height: 0;
  }
  :is(.structure-core, .structure-node, .case-detail-solution-core, .case-detail-solution-node) {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }
  .detail-structure-map .structure-core,
  .case-detail-solution-map .case-detail-solution-core {
    grid-column: 1/-1;
    justify-self: center;
    width: 220px;
    height: 300px;
    margin: 0 auto;
    transform: none;
  }
  .structure-node::after,
  .case-detail-solution-node::after {
    content: none;
  }
  .detail-related-grid,
  .case-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-related-card-large,
  .case-detail-related-card:first-child {
    grid-column: 1/-1;
  }
  .about-choice-section {
    width: 100%;
  }
  .about-choice-layout {
    grid-template-columns: 58% 42%;
  }
  .about-choice-copy {
    padding: 54px 38px 54px 24px;
  }
  .jobs-why-grid {
    width: calc(100% - 40px);
    margin-top: -74px;
  }
  .jobs-card::after {
    right: 190px;
  }
  .job-detail-layout,
  .news-detail-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
  }
  .contact-page-form {
    padding: 44px;
  }
  .contact-form-actions .btn {
    width: min(44%, 360px);
  }
  .cta-section {
    height: auto;
    min-height: 300px;
    padding: 58px 0;
    background-size: cover;
  }
  .footer-grid {
    height: auto;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.75fr) minmax(280px, 1fr);
    gap: 42px;
    padding: 42px 0 36px;
  }
  .footer-links,
  .footer-contact {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .site-container {
    width: min(100% - 40px, 760px);
  }
  :is(.hero-copy, .news-hero-copy, .products-hero-copy, .solutions-hero-copy, .solution-detail-hero-copy) {
    width: min(78%, 620px);
  }
  :is(.hero-feature-wrap, .news-hero-feature-wrap, .products-hero-feature-wrap,
  .solutions-hero-feature-wrap, .solution-detail-feature-wrap) {
    width: min(100% - 40px, 760px);
  }
  :is(.hero-features, .products-hero-features, .solutions-hero-features, .solution-detail-features) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :is(.product-service-panel, .product-service-panel.is-reverse,
  .solutions-digital-layout, .solutions-media-panel, .customer-focus-panel,
  .about-company-layout, .about-choice-layout, .contact-direct-layout,
  .contact-map-panel, .job-detail-layout, .news-detail-layout, .detail-value-layout) {
    grid-template-columns: 1fr;
  }
  .product-service-panel.is-reverse .product-service-copy {
    order: 2;
  }
  :is(.solutions-brand-path, .solutions-card-grid, .solutions-ai-grid,
  .solution-detail-strength-grid, .detail-method-steps, .detail-process-line,
  .case-detail-snapshot-grid, .case-detail-result-grid, .customer-stats-grid,
  .about-results-grid, .jobs-opportunity-grid, .jobs-culture-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-problem-grid,
  .case-detail-two-grid {
    grid-template-columns: 1fr;
  }
  :is(.case-detail-background-copy, .detail-scene-copy, .about-identity-copy) {
    width: 100%;
  }
  .about-choice-visual {
    min-height: 360px;
  }
  .jobs-card {
    grid-template-columns: 1fr auto;
  }
  .jobs-card::after {
    content: none;
  }
  .job-apply-panel {
    position: relative;
    top: auto;
    order: -1;
  }
  .news-featured-card {
    grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  :root {
    --responsive-section-top: 34px;
    --responsive-section-bottom: 38px;
    --responsive-heading-size: 26px;
    --responsive-heading-copy-size: 13px;
    --responsive-heading-copy-gap: 8px;
  }
  .site-container {
    width: calc(100% - 28px);
  }
  .site-header,
  .header-inner {
    height: 60px;
  }
  .site-nav {
    inset: 60px 0 auto;
    max-height: calc(100vh - 60px);
    padding-inline: 14px;
  }
  .nav-backdrop {
    inset: 60px 0 0;
  }
  :is(.home-hero, .news-hero, .products-hero, .solutions-hero, .solution-detail-hero) {
    padding: 28px 0 30px;
    background-position: 60% top;
    background-size: auto 620px;
  }
  :is(.hero-copy, .news-hero-copy, .products-hero-copy, .solutions-hero-copy, .solution-detail-hero-copy) {
    width: 100%;
  }
  .hero-notice {
    max-width: 100%;
    font-size: 11px;
  }
  :is(.hero-kicker, .news-hero-kicker, .products-hero-kicker, .solutions-hero-kicker, .solution-detail-hero-kicker) {
    margin-top: 20px;
    font-size: 16px;
  }
  :is(.hero-copy, .news-hero-copy, .products-hero-copy, .solutions-hero-copy, .solution-detail-hero-copy) h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  :is(.hero-summary, .news-hero-summary, .products-hero-summary, .solutions-hero-summary, .solution-detail-hero-summary) {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }
  .products-hero-points {
    margin-top: 14px;
  }
  .products-hero-points li {
    font-size: 13px;
    padding-left: 22px;
  }
  .hero-actions {
    gap: 10px;
    margin-top: 20px;
  }
  .hero-actions .btn,
  .products-hero .btn {
    height: 44px;
    padding-inline: 18px;
    font-size: 13px;
  }
  .btn {
    min-height: 44px;
    max-width: 100%;
    padding-inline: 18px;
    font-size: 14px;
  }
  :is(.inline-actions, .cta-actions, .contact-form-actions) {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  :is(.inline-actions, .cta-actions) .btn {
    flex: 1 1 132px;
  }
  :is(.hero-feature-wrap, .news-hero-feature-wrap, .products-hero-feature-wrap,
  .solutions-hero-feature-wrap, .solution-detail-feature-wrap) {
    width: calc(100% - 28px);
    margin-top: 28px;
  }
  :is(.hero-features, .products-hero-features, .solutions-hero-features, .solution-detail-features) {
    gap: 10px;
    padding: 12px;
  }
  .products-hero-features {
    grid-template-columns: 1fr;
  }
  :is(.hero-feature, .products-hero-feature, .solutions-hero-feature, .solution-detail-feature) {
    min-height: 58px;
  }
  :is(.hero-feature, .products-hero-feature, .solutions-hero-feature, .solution-detail-feature) strong {
    font-size: 13px;
  }
  :is(.hero-feature, .products-hero-feature, .solutions-hero-feature, .solution-detail-feature) p {
    font-size: 10px;
  }
  :is(.solution-tabs, .case-tabs, .product-service-tabs, .detail-tabs,
  .detail-value-tabs, .customer-tabs, .news-category-tabs-inner) {
    gap: 10px;
    margin-inline: 0;
    padding: 2px 4px 12px;
    scroll-padding-inline: 4px;
  }
  .solution-tabs {
    gap: 24px;
  }
  .case-tabs {
    gap: 28px;
  }
  .solution-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }
  .solution-visual {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 766/505;
  }
  .case-showcase-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
  }
  .case-visual {
    display: none;
  }
  .product-service-panel,
  .product-service-panel.is-reverse,
  .customer-focus-panel,
  .detail-value-layout {
    min-height: 0;
  }
  .product-service-visual,
  .customer-focus-visual,
  .detail-value-visual {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 758/510;
  }
  :is(.product-grid, .products-capability-grid, .solutions-card-grid,
  .solutions-ai-grid, .solutions-digital-cards, .customer-overview-grid,
  .solution-detail-strength-grid, .detail-method-steps, .detail-structure-map,
  .detail-process-line, .detail-related-grid, .case-detail-snapshot-grid,
  .case-detail-solution-map, .case-detail-related-grid, .about-identity-cards,
  .about-capability-grid, .about-values-grid, .jobs-why-grid, .jobs-culture-grid) {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  :is(.product-card, .products-capability-card, .solutions-card,
  .solutions-ai-card, .detail-list-card, .detail-related-card,
  .customer-overview-card, .customer-overview-panel,
  .about-identity-cards article, .about-capability-grid article,
  .about-values-grid article, .jobs-why-grid article,
  .jobs-card, .jobs-culture-grid article, .news-card,
  .news-list-item, .news-more-item) :is(h2, h3, h4, p) {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  :is(.product-card h3, .products-capability-card h2, .solutions-card h4,
  .solutions-ai-card h4, .detail-related-card h3,
  .customer-overview-card h3, .customer-overview-panel h3,
  .about-identity-cards h3, .about-capability-grid h3,
  .about-values-grid h3, .jobs-why-grid h3, .jobs-card h3,
  .jobs-culture-grid h3, .news-card h3, .news-list-item h3,
  .news-more-item h3) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  :is(.empty-state, .news-empty-panel) {
    min-height: 0;
    padding: 30px 16px;
  }
  .news-empty-panel h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .news-empty-panel p {
    font-size: 13px;
    line-height: 1.7;
  }
  :is(.product-grid, .products-capability-grid, .solutions-card-grid,
  .solutions-ai-grid, .customer-overview-grid,
  .solution-detail-strength-grid, .case-detail-snapshot-grid,
  .detail-related-grid, .case-detail-related-grid,
  .about-identity-cards, .about-capability-grid, .about-values-grid,
  .jobs-why-grid, .jobs-culture-grid) > :only-child {
    grid-column: 1;
    width: 100%;
  }
  :is(.stats-grid, .solutions-brand-path, .case-detail-result-grid,
  .customer-stats-grid, .about-results-grid, .jobs-opportunity-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }
  :is(.stats-grid, .case-detail-result-grid, .customer-stats-grid,
  .about-results-grid, .jobs-opportunity-grid) > :only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: min(100%, 260px);
  }
  .solutions-brand-path {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 26px;
  }
  .solutions-brand-path article {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 5px 14px;
    min-height: 92px;
    border-bottom: 1px solid rgba(22, 119, 255, 0.12);
    padding: 16px 4px;
    text-align: left;
  }
  .solutions-brand-path article:first-child {
    padding-top: 8px;
  }
  .solutions-brand-path article:last-child {
    border-bottom: 0;
    padding-bottom: 8px;
  }
  .solutions-path-icon {
    grid-row: 1/3;
    align-self: center;
    width: 52px;
    height: 42px;
    margin: 0;
  }
  .solutions-brand-path h4 {
    align-self: end;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .solutions-brand-path p {
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
  }
  .solutions-card-section {
    padding-top: var(--responsive-section-top);
    padding-bottom: var(--responsive-section-bottom);
  }
  .solutions-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }
  .solutions-card {
    min-height: 176px;
    aspect-ratio: auto;
    padding: 16px 14px;
  }
  .solutions-card h4 {
    font-size: 15px;
    line-height: 1.4;
  }
  .solutions-card p {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .solutions-card-section .solutions-actions {
    margin-top: 24px;
  }
  .solutions-ai-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }
  .solutions-ai-card {
    min-height: 222px;
    padding: 8px 12px 16px;
    text-align: center;
  }
  .solutions-ai-icon {
    position: static;
    display: block;
    width: 112px;
    height: 124px;
    margin: 0 auto 4px;
    border-radius: 0;
    clip-path: none;
    transform: none;
  }
  .solutions-ai-card h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .solutions-ai-card p {
    display: -webkit-box;
    max-width: none;
    margin: 7px 0 0;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .solution-detail-strength-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .solution-detail-strength-grid article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 5px 14px;
    min-width: 0;
    min-height: 98px;
    border-bottom: 1px solid #e7edf5;
    padding: 16px 4px;
    text-align: left;
  }
  .solution-detail-strength-grid article:first-child {
    padding-top: 6px;
  }
  .solution-detail-strength-grid article:last-child {
    border-bottom: 0;
    padding-bottom: 6px;
  }
  .detail-strength-icon {
    position: static;
    display: block;
    grid-row: 1/3;
    align-self: center;
    width: 68px;
    height: 64px;
    margin: 0;
    transform: none;
  }
  .solution-detail-strength-grid h3 {
    align-self: end;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .solution-detail-strength-grid p {
    display: -webkit-box;
    max-width: none;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .detail-scene-panel {
    min-height: 0;
    background-position: 68% center;
  }
  .detail-scene-copy {
    padding: 20px 16px;
    background: linear-gradient(90deg, rgba(242, 246, 255, 0.98) 0%, rgba(242, 246, 255, 0.9) 72%, rgba(242, 246, 255, 0.36) 100%);
  }
  .detail-list-card {
    min-height: 0;
    padding: 20px 78px 20px 16px;
  }
  .detail-list-card h2 {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .detail-card-mark {
    top: 24px;
    right: 8px;
    width: 68px;
    height: 70px;
  }
  .detail-method-head {
    padding: 26px 18px 62px;
  }
  .detail-method-steps {
    margin: -38px 8px 0;
  }
  .detail-structure-map .structure-core {
    position: relative;
    order: -1;
    width: 160px;
    height: 220px;
    margin: 0 auto;
  }
  .structure-node {
    min-height: 118px;
    padding: 20px 72px 18px 18px;
  }
  .structure-node span {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 56px;
    height: 56px;
  }
  .detail-value-visual {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 758/527;
    background-position: center;
    background-size: cover;
    transform: none;
  }
  .detail-process-step {
    min-height: 104px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
  }
  .detail-process-icon,
  .detail-process-step:nth-child(even) .detail-process-icon {
    position: static;
    width: 52px;
    height: 52px;
    margin: 0;
    transform: none;
  }
  .detail-process-copy,
  .detail-process-step:nth-child(even) .detail-process-copy {
    position: static;
  }
  .detail-related-card,
  .detail-related-card-large {
    min-height: 260px;
    padding: 20px 18px;
  }
  .detail-related-card span {
    left: 20px;
    top: 20px;
    width: 52px;
    height: 52px;
  }
  .solution-detail-strengths:not(.case-detail-snapshot),
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-scenes-section,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-problem-section,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-method-section,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-value-section,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-process-section,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-related-section {
    padding-top: 30px;
    padding-bottom: 34px;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-scenes-section .detail-tabs {
    margin-top: 22px;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-scenes-section .detail-scene-panel {
    margin-top: 22px;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-method-section .detail-method-steps {
    margin-bottom: 0;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .detail-structure-map,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-value-section .detail-value-layout,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-process-section .detail-process-line,
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-related-section .detail-related-grid {
    margin-top: 24px;
  }
  .product-service-tabs {
    gap: 10px;
    margin-top: 24px;
  }
  .product-service-tabs button {
    flex-basis: 156px;
    width: 156px;
    min-width: 156px;
    height: 52px;
    padding-inline: 12px;
    font-size: 13px;
  }
  .product-service-tabs button span {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    background-size: contain;
  }
  :is(.product-service-panel, .product-service-panel.is-reverse,
  .solutions-digital-layout, .solutions-media-panel, .customer-focus-panel,
  .about-company-layout, .about-choice-layout, .contact-direct-layout,
  .contact-map-panel, .job-detail-layout, .news-detail-layout, .detail-value-layout) {
    gap: 24px;
  }
  .product-service-copy h3 {
    font-size: 22px;
  }
  .solutions-media-panel,
  .contact-map-panel {
    padding: 18px;
  }
  .detail-structure-map .structure-core {
    width: 160px;
    height: 220px;
  }
  .case-detail-solution-map .case-detail-solution-core {
    width: 184px;
    height: 252px;
  }
  .detail-related-card {
    grid-column: auto;
    min-height: 260px;
  }
  .case-detail-related-card,
  .case-detail-related-card:first-child {
    grid-column: auto;
    min-height: 292px;
  }
  .about-company-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .about-identity-panel {
    min-height: 0;
    padding: 28px 20px 240px;
    background-position: 70% center;
  }
  .about-choice-copy {
    padding: 40px 20px;
  }
  .about-choice-visual {
    min-height: 280px;
  }
  .jobs-why-grid {
    width: calc(100% - 16px);
    margin-top: -34px;
  }
  .jobs-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 18px;
  }
  .jobs-card .btn {
    justify-self: start;
  }
  .job-detail-hero {
    min-height: 0;
    padding: 28px 0 32px;
    background-size: auto 280px;
  }
  .job-detail-meta {
    gap: 10px 16px;
  }
  .job-detail-meta span::after {
    content: none !important;
  }
  .job-detail-panel-body {
    padding: 18px 16px 22px;
  }
  .news-featured-card {
    grid-template-columns: 1fr;
  }
  .news-featured-media {
    min-height: 210px;
  }
  .news-list-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
  }
  .news-list-date::after {
    right: -12px;
  }
  .news-detail-main,
  .news-more-panel {
    min-width: 0;
    padding: 18px 16px;
  }
  .news-detail-header h2 {
    font-size: 25px;
  }
  .news-detail-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid #e7edf5;
  }
  .news-detail-nav a,
  .news-detail-nav > span {
    min-height: 68px;
    align-items: flex-start;
    border: 0;
    border-bottom: 1px solid #e7edf5;
    border-radius: 0;
    background: transparent;
    padding: 12px 34px;
    text-align: left;
  }
  .news-detail-nav > span:empty {
    display: none;
  }
  .news-detail-nav small {
    color: #8a96a9;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
  }
  .news-detail-nav strong {
    width: 100%;
    margin-top: 5px;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-detail-nav .news-prev {
    padding-left: 34px;
  }
  .news-detail-nav .news-next {
    align-items: flex-start;
    padding-right: 34px;
    padding-left: 0;
    text-align: left;
  }
  .news-detail-nav .news-prev::before,
  .news-detail-nav .news-next::after {
    top: 50%;
    color: #1677ff;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
  }
  .news-detail-nav .news-prev::before {
    left: 0;
  }
  .news-detail-nav .news-next::after {
    right: 0;
    left: auto;
  }
  .contact-page-form {
    padding: 24px 16px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-form-grid input {
    height: 54px;
    font-size: 16px;
  }
  .contact-form-grid textarea {
    min-height: 140px;
    font-size: 16px;
  }
  .contact-form-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact-form-actions .btn {
    width: 100%;
    height: 50px;
  }
  :is(.auth-field input, .auth-send, .auth-submit) {
    min-height: 48px;
    font-size: 16px;
  }
  .cta-section {
    min-height: 260px;
    padding: 46px 0;
  }
  .cta-section h2 {
    font-size: 26px;
  }
  .site-footer .site-container {
    width: calc(100% - 40px);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 28px 0 24px;
  }
  .footer-brand {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 0 16px;
    grid-column: auto;
  }
  .footer-logo {
    grid-column: 1;
    grid-row: 1;
    width: 92px;
    margin: 0;
  }
  .footer-logo img {
    width: 92px;
  }
  .footer-brand h3 {
    grid-column: 2;
    grid-row: 1;
    gap: 8px;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .footer-brand h3::before {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }
  .footer-brand p {
    display: -webkit-box;
    grid-column: 1/-1;
    margin-top: 18px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .qr-box {
    grid-column: 1;
    width: 72px;
    height: 72px;
    margin: 18px 0 0;
  }
  .footer-brand > span {
    grid-column: 2;
    align-self: center;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-links,
  .footer-contact {
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 6px;
    margin-top: 20px;
    border-top-color: rgba(255, 255, 255, 0.07);
    padding-top: 18px;
  }
  .footer-links h4,
  .footer-contact h4 {
    margin: 0 0 6px;
    font-size: 17px;
  }
  .footer-links h4 {
    display: none;
  }
  .footer-links a {
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  }
  .footer-contact {
    display: grid;
    gap: 12px;
    margin-top: 20px;
  }
  .footer-contact p {
    min-height: 22px;
    margin: 0;
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  .footer-contact p::before {
    width: 20px;
    height: 20px;
  }
  .socials {
    gap: 10px;
    margin-top: 4px;
  }
  .socials span {
    width: 32px;
    height: 32px;
  }
  .footer-bottom {
    border-top-color: rgba(255, 255, 255, 0.1);
    padding: 14px 0 16px;
    font-size: 11px;
    line-height: 1.65;
    text-align: center;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .detail-structure-map {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .structure-core {
    position: relative;
    inset: auto;
    order: -1;
    width: 132px;
    height: 180px;
    margin: 0 auto 8px;
    background-position: center;
    background-size: contain;
    transform: none;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .structure-node {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
    width: 100%;
    min-height: 92px;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.82);
    padding: 14px;
    box-shadow: none;
    transform: none;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .structure-node::after {
    content: none;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .structure-node span {
    position: static;
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
    width: 52px;
    height: 52px;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .structure-node h3 {
    grid-column: 2;
    align-self: end;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .solution-detail-strengths:not(.case-detail-snapshot) ~ .detail-structure-section .structure-node p {
    display: -webkit-box;
    grid-column: 2;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  /* About page: rebuild the content flow for narrow screens. */
  .about-company-section,
  .about-identity-section,
  .about-capability-section,
  .about-values-section,
  .about-results-section {
    overflow: hidden;
  }
  .about-identity-section,
  .about-values-section {
    background: #f8faff;
  }
  .about-company-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 22px;
  }
  .about-company-visual {
    order: -1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16/10;
    border-radius: 5px;
    background-position: center;
  }
  .about-company-copy h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .about-company-copy p {
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .about-company-stats {
    gap: 8px;
    margin-top: 20px;
  }
  .about-company-stats article {
    min-width: 0;
    border-radius: 4px;
    background: #f3f7fd;
    padding: 13px 5px 11px;
    text-align: center;
  }
  .about-company-stats strong {
    font-size: 26px;
  }
  .about-company-stats span {
    margin-left: 2px;
  }
  .about-company-stats p {
    margin: 5px 0 0;
    line-height: 1.4;
  }
  .about-identity-panel {
    position: relative;
    display: block;
    min-height: 0;
    margin-top: 22px;
    border: 0;
    border-radius: 5px;
    background: #eef6ff;
    padding: 20px 16px 168px;
  }
  .about-identity-panel::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 152px;
    background: url("../images/about/identity-bg.png") 70% center/auto 152px no-repeat;
    pointer-events: none;
  }
  .about-identity-copy {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .about-identity-copy h3 {
    font-size: 19px;
  }
  .about-identity-copy > p {
    margin-top: 10px;
    line-height: 1.65;
  }
  .about-identity-copy ul {
    gap: 10px;
    margin-top: 16px;
  }
  .about-identity-copy li {
    gap: 2px;
    line-height: 1.55;
    padding-left: 24px;
  }
  .about-identity-cards {
    gap: 10px;
    margin-top: 10px;
  }
  .about-identity-cards article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 10px;
    min-height: 0;
    border: 0;
    padding: 14px;
    box-shadow: none;
  }
  .about-page-card-icon {
    width: 30px;
    height: 30px;
  }
  .about-identity-cards h3 {
    align-self: end;
    font-size: 16px;
  }
  .about-identity-cards p {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.55;
  }
  .about-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }
  .about-capability-grid article {
    position: relative;
    min-height: 220px;
    border: 0;
    padding: 8px 11px 14px;
    text-align: center;
    box-shadow: none;
  }
  .about-capability-icon {
    position: static;
    display: block;
    width: 90px;
    height: 98px;
    margin: 0 auto 2px;
  }
  .about-capability-grid h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  .about-capability-grid p {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .about-values-grid {
    gap: 10px;
    margin-top: 20px;
  }
  .about-values-grid article {
    min-height: 0;
    border: 0;
    padding: 16px 68px 16px 16px;
    box-shadow: none;
  }
  .about-values-grid h3 {
    font-size: 16px;
  }
  .about-values-grid p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
  .about-values-grid span {
    top: 50%;
    right: 12px;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
  }
  .about-choice-section {
    width: calc(100% - 28px);
    margin-inline: auto;
    border-radius: 5px;
  }
  .about-choice-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .about-choice-copy {
    padding: 24px 16px 26px;
  }
  .about-choice-copy h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .about-choice-copy ul {
    gap: 14px;
    margin-top: 0;
  }
  .about-choice-copy li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }
  .about-choice-icon {
    width: 32px;
    height: 30px;
  }
  .about-choice-copy strong {
    font-size: 16px;
  }
  .about-choice-copy p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
  }
  .about-choice-visual {
    min-height: 180px;
    background-position: center 58%;
  }
  .about-results-grid {
    gap: 8px;
    margin-top: 20px;
  }
  .about-results-grid article {
    border-radius: 4px;
    background: #f3f7fd;
    padding: 16px 10px 14px;
    text-align: center;
  }
  .about-results-grid strong {
    font-size: 30px;
  }
  .about-results-grid strong span {
    font-size: 15px;
  }
  .about-results-grid p {
    max-width: none;
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.5;
  }
  .auth-card {
    width: calc(100% - 28px);
    padding: 24px 18px;
  }
}
