@media (max-width: 1699.98px) {
  .site-header .navbar { padding-left: 32px; padding-right: 32px; }
  .navbar-brand img { width: 224px; }
  .navbar-nav { gap: 34px; }
  .nav-link {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.35px;
  }
  .site-header .btn {
    min-height: 58px;
    gap: 14px;
    padding: 13px 22px;
    font-size: 16px;
  }
  .site-header .btn span {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}

@media (max-width: 1599.98px) {
  :root { --container: 1320px; }
  h1 { font-size: var(--font-size-9); line-height: var(--line-height-9); }
  .text-nowrap-lg { white-space: normal; }
  .navbar-nav { gap: 28px; }
  .service-content { grid-template-columns: 1fr 1fr; }
  .case-grid {
    --case-card-height: 610px;
    --case-inactive-width: 150px;
    --case-active-width: 820px;
  }
  .case-accordion-card.active .case-card {
    padding: 58px 38px;
  }
  .industry-card {
    height: var(--industry-card-height);
    min-height: var(--industry-card-height);
  }
  .industry-content { padding: 28px; }
}

@media (max-width: 1499.98px) {
  .hero-section {
    min-height: 800px;
  }
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    min-height: 800px;
  }
  .site-header .navbar { padding-left: 28px; padding-right: 28px; }
  .navbar-brand img { width: 218px; }
  .navbar-nav { gap: 18px; }
  .nav-link {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
  .site-header .btn {
    min-height: 54px;
    gap: 12px;
    padding: 12px 18px;
    font-size: 15px;
  }
  .site-header .btn span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

@media (max-width: 1399.98px) {
  .site-header .navbar { padding-left: 28px; padding-right: 28px; }
  .navbar-brand img { width: 210px; }
  .navbar-nav { gap: 18px; }
  .nav-link {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
  .site-header .btn {
    min-height: 54px;
    gap: 12px;
    padding: 12px 18px;
    font-size: 15px;
  }
  .site-header .btn span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

@media (max-width: 1280.98px) {
  .watermark {
    font-size: 150px;
    font-weight: var(--font-weight-35);
    line-height: 150px;
  }
  h2 {
    font-size: 34px;
    line-height: 45px;
  }
  .accordion-stack article {
    padding: 25px;
  }
  .industry-card {
    height: var(--industry-card-height);
    min-height: var(--industry-card-height);
  }
  .tech-tab-swiper,
  .tech-slider-row {
    gap: 22px;
    padding: 45px 20px 30px;
  }
  .service-tab-swiper .swiper-slide span {
    font-size: 19px;
    font-weight: 500;
  }
  .service-tab-icon {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;
    background-size: contain;
  }
  .service-panel {
    padding: 105px 22px 165px;
  }
  .site-footer {
    padding: 105px 20px 41px;
  }
  body.menu-open {
    overflow: hidden;
  }
  .site-header .container-fluid {
    position: static;
  }
  .navbar-expand-lg .navbar-toggler,
  .navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-color: rgba(12, 21, 32, .12);
    background: rgba(255, 255, 255, .94);
  }
  .navbar-toggler-icon {
    filter: none;
  }
  .navbar-expand-lg .navbar-collapse,
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    display: block !important;
    width: min(420px, calc(100vw - 28px));
    height: 100vh !important;
    max-height: none;
    padding: 92px 24px 28px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 24px 0 0 24px;
    background: rgba(5, 9, 18, .96);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    opacity: 0;
    transform: translateX(105%);
    pointer-events: none;
    transition: opacity .28s ease, transform .36s ease, border-color .32s ease, box-shadow .32s ease;
  }
  .mobile-menu-close {
    position: absolute;
    top: 26px;
    right: 24px;
    z-index: 2;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(98, 202, 194, .55);
    border-radius: 50%;
    background: rgba(98, 202, 194, .08);
    color: var(--color-5);
    transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  }
  .mobile-menu-close span,
  .mobile-menu-close::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
  }
  .mobile-menu-close span {
    transform: rotate(45deg);
  }
  .mobile-menu-close::before {
    transform: rotate(-45deg);
  }
  .mobile-menu-close:hover,
  .mobile-menu-close:focus-visible {
    border-color: var(--color-1);
    background: var(--color-1);
    color: var(--color-5);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(240, 96, 21, .22);
  }
  .navbar-expand-lg .navbar-collapse.show,
  .navbar-collapse.show {
    display: block !important;
    height: 100vh !important;
    max-height: none;
    overflow-y: auto;
    border-color: rgba(255,255,255,.14);
    box-shadow: var(--shadow-12);
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  .navbar-collapse.show .navbar-nav {
    display: grid;
    gap: 14px;
    margin: 0 0 22px;
    padding: 0;
  }
  .navbar-collapse .nav-item.dropdown {
    margin: 0;
    padding: 0;
  }
  .navbar-collapse .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
  }
  .navbar-collapse .nav-item.dropdown {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    column-gap: 8px;
  }
  .navbar-collapse .nav-item.dropdown > .nav-link {
    justify-content: flex-start;
  }
  .navbar-collapse .nav-item.dropdown > .nav-link::after {
    display: none;
  }
  .navbar-collapse .submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
  }
  .navbar-collapse .submenu-toggle::after {
    margin-left: 0;
  }
  .navbar-collapse .dropdown-toggle.show,
  .navbar-collapse .show > .dropdown-toggle {
    padding: 0;
    margin-bottom: 10px;
    border-radius: 12px;
    background: var(--color-1);
    color: var(--color-5) !important;
  }
  .navbar-collapse .dropdown-toggle::after {
    flex: 0 0 11px;
    transition: transform .28s ease;
  }
  .navbar-collapse .dropdown-toggle.show::after,
  .navbar-collapse .show > .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .navbar-collapse .dropdown-menu {
    grid-column: 1 / -1;
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: 100%;
    min-width: 0;
    margin: 0 0 14px;
    padding: 10px;
    border-color: rgba(98, 202, 194, .18);
    border-radius: 14px;
    background: rgba(13, 25, 40, .92);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  }
  .navbar-collapse .dropdown-item {
    padding: 11px 12px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 22px;
    white-space: normal;
  }
  .navbar-collapse.show .btn {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1280.98px) {
  body.menu-open {
    overflow: auto;
  }

  .site-header .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .navbar-expand-lg .navbar-toggler,
  .navbar-toggler {
    display: none !important;
  }

  .navbar-expand-lg .navbar-collapse,
  .navbar-collapse,
  .navbar-expand-lg .navbar-collapse.show,
  .navbar-collapse.show {
    position: static;
    display: flex !important;
    align-items: center;
    width: auto;
    height: auto !important;
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: none;
  }

  .mobile-menu-close {
    display: none;
  }

  .navbar-collapse .navbar-nav,
  .navbar-collapse.show .navbar-nav {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 auto;
    padding: 0;
  }

  .navbar-collapse .nav-item.dropdown {
    display: block;
    margin-bottom: calc(var(--space-6) * -1);
    padding-bottom: var(--space-6);
  }

  .navbar-collapse .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .65px;
    white-space: nowrap;
  }

  .navbar-collapse .nav-item.dropdown > .nav-link::after {
    display: inline-block;
  }

  .navbar-collapse .submenu-toggle {
    display: none;
  }

  .navbar-collapse .dropdown-menu {
    position: absolute !important;
    inset: auto auto auto 0 !important;
    transform: none !important;
    width: auto;
    min-width: 230px;
    margin-top: 0;
    padding: var(--space-4);
    border-color: var(--line);
    border-radius: var(--radius-6);
    background: rgba(9, 14, 24, .94);
    box-shadow: var(--shadow-12);
  }

  .navbar-collapse .dropdown-item {
    padding: var(--space-4) var(--space-5);
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
  }

  .navbar-collapse.show .btn,
  .site-header .btn {
    width: auto;
    min-height: 42px;
    gap: 7px;
    padding: 7px 8px 7px 12px;
    font-size: 11px;
    white-space: nowrap;
  }

  .site-header .btn span {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .site-header .btn svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1199.98px) {
  :root { --container: 1140px; }
  h1 { font-size: var(--font-size-9); line-height: var(--line-height-9); }
  h2 { font-size: var(--font-size-38); line-height: var(--line-height-38); }
  .site-header .navbar { padding: 30px 20px 12px; }
  .error-section {
    padding: 160px 30px 90px;
  }
  .error-section-clean {
    padding: 72px 24px;
  }
  .error-section-clean .design-container {
    min-height: calc(100svh - 144px);
  }
  .error-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .error-content {
    max-width: 900px;
  }
  .error-visual {
    min-height: 420px;
  }
  .watermark, .panel-watermark { display: none; }
  .service-tabs { grid-template-columns: 1fr; }
  .service-tabs button { display: none; }
  .case-grid {
    --case-card-height: 540px;
    --case-inactive-width: 108px;
    --case-active-width: 100%;
  }
  .case-accordion-card {
    height: 100%;
  }
  .case-accordion-card.active {
    flex: 1 1 auto;
    max-width: none;
  }
  .case-accordion-card.active .case-card {
    padding: 42px 30px;
  }
  .case-actions {
    gap: 16px;
  }
  .case-study-link {
    min-width: 160px;
  }
  .case-vertical-title {
    inset: 20px;
    font-size: var(--font-size-1);
  }
  .hero-section { min-height: 850px; }
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    min-height: 850px;
  }
  .case-accordion-card.active .case-vertical-title {
    transform: rotate(180deg) translateY(12px);
  }
  .vertical-card-panel,
  .vertical-card-img { min-height: 220px; height: 220px; }
  .vertical-card-panel h3 { writing-mode: initial; transform: none; }
  .vertical-card { min-height: 220px; writing-mode: initial; transform: none; }
  .industry-card {
    height: var(--industry-card-height);
    min-height: var(--industry-card-height);
  }
  .industry-card.swiper-slide-active { transform: none; }
  .tech-tab-swiper { padding-left: 42px; padding-right: 42px; }
  .footer-card { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1080.98px) {
  .design-container {
    max-width: var(--container);
    padding-left: 0;
    padding-right: 0;
  }

  section#services.section-dark .eyebrow,
  section#services.section-dark h2 {
    padding-left: 0;
  }

  .service-tabs .swiper-backface-hidden .swiper-slide {
    width: 221px !important;
  }

  .eyebrow span {
    width: 35px;
    height: 1px;
    background: currentColor;
    opacity: .8;
  }

  .stat-row {
    left: 29px;
  }

  .achievement-panel {
    padding: 78px 30px 175px;
  }

  .partners-section {
    padding: 110px 30px 120px;
  }
}

@media (min-width: 992px) {
  .contact-section .offset-lg-1 {
    margin-left: 0;
  }
}

@media (max-width: 1024.98px) {
  .site-header .navbar {
    padding: 18px 20px 12px;
  }

  .about-section {
    padding: 50px 40px 120px;
    background: url("../images/about-us-background-1.png") bottom right / cover no-repeat;
    background: #061424;
  }

  .btn {
    font-size: 15px;
    line-height: 24px;
  }

  .service-tabs .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-bottom: 14px;
    width: 100% !important;
  }

  .mission-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: unset;
    pointer-events: none;
  }

  .contact-section .row.g-5 {
    --bs-gutter-x: 24px;
  }

  .contact-section .offset-lg-1 {
    margin-left: 0;
  }

  .case-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    height: auto;
    overflow: visible;
  }
  .case-accordion-card,
  .case-accordion-card.active {
    display: flex;
    flex: none;
    flex-direction: column;
    max-width: none;
    width: 100%;
    height: auto;
    min-height: 0;
    cursor: default;
    transform: none;
  }
  .case-accordion-card:hover,
  .case-accordion-card:focus-visible {
    filter: none;
    transform: none;
  }
  .case-accordion-card .case-visual-wrap,
  .case-accordion-card.active .case-visual-wrap {
    flex: none;
    width: 100%;
    height: clamp(260px, 42vw, 360px);
    min-height: 0;
    border-radius: var(--radius-6) var(--radius-6) 0 0;
  }
  .case-accordion-card .case-visual,
  .case-accordion-card.active .case-visual {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: var(--radius-6) var(--radius-6) 0 0;
    object-fit: cover;
  }
  .case-vertical-title {
    display: none;
  }
  .case-accordion-card .case-card,
  .case-accordion-card.active .case-card {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 36px;
    border-radius: 0 0 var(--radius-6) var(--radius-6);
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    transform: none;
  }
  .case-accordion-card .case-card > * {
    visibility: visible;
  }
  .case-card h3,
  .case-card p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }
  .case-actions {
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 28px;
  }
}

@media (max-width: 991.98px) {
  h1 { font-size: var(--font-size-38); line-height: var(--line-height-38); letter-spacing: 0; }
  h2 { font-size: var(--font-size-38); line-height: var(--line-height-38); }
  .site-header { position: fixed; top: 0; }
  .site-breadcrumbs {
    top: 108px;
    padding: 0 22px;
  }
  .site-breadcrumbs__list {
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .site-breadcrumbs__item:not(:last-child)::after {
    margin-left: 8px;
  }
  main > section > .container:first-child,
  main > section > .design-container:first-child {
    padding-top: 24px;
  }
  .error-section {
    padding: 130px 22px 76px;
  }
  .error-section-clean {
    padding: 64px 20px;
  }
  .error-section-clean .design-container {
    min-height: calc(100svh - 128px);
  }
  .error-search {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 24px;
  }
  .error-search input {
    min-height: 54px;
    padding: 0 18px;
    border-radius: 16px;
    background: rgba(255,255,255,.04);
  }
  .error-search .btn {
    width: 100%;
  }
  .error-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .error-actions .btn {
    width: 100%;
  }
  .error-secondary-link {
    align-self: flex-start;
  }
  .error-visual {
    min-height: 340px;
  }
  .error-visual::before {
    inset: 18px;
    background-size: 38px 38px;
  }
  .error-signal {
    right: 32px;
    bottom: 32px;
  }
  .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .navbar-collapse:not(.show) { display: block !important; }
  .navbar-collapse.show {
    display: block !important;
  }
  .navbar-nav {
    display: grid;
    gap: 18px;
    margin: 0 0 22px;
    padding: 0;
  }
  .hero-section { min-height: 680px; padding-top: 80px; }
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    min-height: 680px;
  }
  .about-section, .services-section, .case-section, .mission-section, .industries-section, .achievement-section, .technology-section, .insights-section, .partners-section, .contact-section { padding: 80px 0; }
  .watermark, .panel-watermark { display: none; }
  .service-panel { padding: 50px 28px 105px; }
  .service-tabs {
    gap: 0;
    margin: 36px 0 34px;
    padding-bottom: 22px;
  }
  .service-tab-swiper {
    width: 100%;
    min-width: 0;
  }
  .service-tab-swiper .swiper-wrapper {
    transform: none !important;
  }
  .service-content {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .service-visual {
    height: clamp(300px, 42vw, 430px);
    min-height: 0;
  }
  .service-bottom-wordmark {
    bottom: 20px;
    width: calc(100% - 36px);
    max-width: none;
    opacity: .3;
  }
  .blog-grid { grid-template-columns: 1fr; }
  .case-actions {
    gap: 14px;
  }
  .industry-slider-wrap { padding-bottom: 88px; }
  .industry-card,
  .industry-card.swiper-slide-active { transform: none; }
  .industry-content { left: 22px; right: 22px; bottom: 24px; padding: 28px; }
  .achievement-grid { grid-template-columns: repeat(2, 1fr); }
  .achievement-grid div:nth-child(2) { border-right: 0; }
  .stat-row { position: static; margin-top: 18px; }
  .footer-brand-row, .footer-legal { align-items: flex-start; flex-direction: column; }
  .footer-policy { justify-content: flex-start; }
}

@media (min-width: 768px) and (max-width: 1024.98px) {
  .about-section .row.g-5 {
    gap: 20px;
    flex-wrap: wrap;
  }

  .about-section,
  .services-section,
  .case-section,
  .mission-section,
  .industries-section,
  .achievement-section,
  .technology-section,
  .insights-section,
  .partners-section,
  .contact-section {
    padding: 72px 30px;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .row.g-5 {
    --bs-gutter-y: 2.5rem;
  }
  .about-section .col-lg-6,
  .mission-section .col-lg-6,
  .contact-section .col-lg-5,
  .contact-section .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-img {
    height: 860px;
    max-width: 100%;
  }
  .about-section .copy {
    width: 100%;
    max-width: 100%;
  }
  .feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 30px 0;
  }
  .feature-list li {
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: center;
    gap: 14px;
    padding: 24px 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(20, 35, 52, .38);
    text-align: center;
  }
  .feature-list li > span:not(.feature-icon) {
    display: block;
  }
  .service-panel {
    padding: 46px 28px 68px;
    border-radius: 24px;
  }
  .service-tabs {
    margin: 34px 0 32px;
    padding-bottom: 22px;
  }
  .service-tabs button {
    display: none;
  }
  .service-tab-swiper {
    overflow: visible;
  }
  .service-tab-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100% !important;
    transform: none !important;
  }
  .service-tab-swiper .swiper-slide {
    width: auto !important;
  }
  .tab {
    flex-direction: row;
    justify-content: flex-start;
    min-height: 72px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    background: rgba(255,255,255,.03);
  }
  .tab.swiper-slide-thumb-active,
  .tab.selected {
    border-color: var(--cyan);
    border-bottom-width: 1px;
    background: rgba(98, 202, 194, .08);
  }
  .service-content {
    grid-template-columns: 1fr;
    width: 100% !important;
    max-width: 100%;
    min-height: 0;
    flex: 0 0 100%;
  }
  .service-content-swiper {
    overflow: hidden;
  }
  .service-visual {
    width: 100%;
    height: 360px;
    min-height: 0;
    border-radius: 20px 20px 0 0;
  }
  .service-content article {
    width: 100%;
    min-height: 0;
    padding: 34px 32px 38px;
    border-radius: 0 0 20px 20px;
  }
  .case-grid {
    gap: 28px;
  }
  .accordion-stack {
    gap: 20px;
    margin-top: 34px;
  }
  .accordion-stack article {
    min-height: 0;
    padding: 30px 28px;
  }
  .accordion-stack .open {
    min-height: 0;
  }
  .mission-toggle {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .mission-arrow {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .mission-panel {
    padding-left: 0;
  }
  .mission-image,
  .mission-visual {
    height: 100%;
  }
  .industry-slider-wrap {
    padding: 18px 24px 76px;
    overflow: hidden;
    clip-path: none;
  }
  .industry-swiper {
    --industry-card-height: 560px;
    overflow: hidden;
    padding: 18px 0 24px;
  }
  .industry-card,
  .industry-card.swiper-slide-active {
    height: var(--industry-card-height);
    min-height: var(--industry-card-height);
    overflow: hidden;
    transform: none !important;
    border-radius: 22px;
  }
  .industry-visual,
  .industry-card:hover .industry-visual,
  .industry-card.swiper-slide-active .industry-visual {
    width: 100%;
    height: 100%;
    transform: none;
    filter: none;
    object-fit: cover;
  }
  .industry-content,
  .industry-card.swiper-slide-active .industry-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 24px;
    width: auto;
    max-height: calc(100% - 48px);
    padding: 28px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    background: rgba(151, 151, 151, 0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 24px 80px rgba(0,0,0,.32);
    backdrop-filter: blur(25px);
  }
  .industry-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .achievement-panel {
    padding: 54px 34px 64px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(7, 15, 28, .88) 0%, rgba(7, 15, 28, .68) 52%, rgba(7, 15, 28, .88) 100%),
      url("../images/what-we-achieve-bottom-back.png") center bottom / 150% auto no-repeat,
      radial-gradient(circle at 88% 12%, rgba(34, 118, 205, .32), transparent 34%),
      linear-gradient(180deg, #08101d 0%, #0b1e36 100%);
  }
  .achievement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 36px;
  }
  .achievement-grid div,
  .achievement-grid div:last-child {
    min-height: 0;
    padding: 28px 20px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(20, 35, 52, .68);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }
  .technology-section .eyebrow {
    justify-content: flex-start;
    text-align: left;
  }
  .tech-panel {
    margin-top: 30px;
    border-radius: 24px;
  }
  .tech-tab-swiper {
    padding: 26px 24px 20px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .tech-tab-swiper .swiper-wrapper,
  .tech-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content !important;
    min-width: 100%;
  }
  .tech-tabs button,
  .tech-tab-swiper .swiper-slide {
    width: 190px !important;
    flex: 0 0 190px;
    scroll-snap-align: start;
  }
  .tech-tabs button {
    justify-content: flex-start;
    height: 76px;
    min-height: 76px;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    white-space: normal;
    text-align: left;
  }
  .tech-tabs button::after {
    display: none;
  }
  .tech-tabs button.active,
  .tech-tabs button.swiper-slide-active {
    border-color: var(--cyan);
    background: rgba(98, 202, 194, .09);
    transform: none;
  }
  .tech-slider-row {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .tech-slider-row button {
    display: none;
  }
  .tech-swiper {
    width: 100%;
    margin: 0;
    padding: 6px 1px;
    overflow: hidden;
  }
  .tech-card:hover,
  .tech-card.active,
  .tech-card.swiper-slide-active {
    transform: none;
  }
  .tech-panel > .btn {
    width: min(276px, calc(100% - 48px));
    margin: 12px auto 38px;
  }
  .partner-logo {
    height: 112px;
    min-height: 112px;
    padding: 18px 24px;
  }
  .partner-logo img {
    width: auto;
    max-width: 150px;
    max-height: 64px;
  }
  .blog-grid {
    gap: 22px;
  }
  .blog-grid article {
    min-height: 280px;
    padding: 34px 28px;
  }

  section#contact {
    padding-top: 0;
  }

  section#contact .col-lg-6.offset-lg-1 {
    width: 100%;
    margin: 70px 0 0 0;
  }

  .site-footer {
    padding: 35px 20px 41px !important;
  }
  .site-footer .design-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .text-nowrap-lg { white-space: normal; }
  h1 { font-size: 30px; line-height: 40px; }
  h2 { font-size: 26px; line-height: var(--line-height-27); }
  h3 { font-size: var(--font-size-10); line-height: var(--line-height-10); }
  .error-section {
    padding: 118px 18px 60px;
  }
  .error-section-clean {
    padding: 56px 18px;
  }
  .error-section-clean .design-container {
    min-height: calc(100svh - 112px);
  }
  .error-clean-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .error-clean-content .error-actions {
    align-items: center;
  }
  .error-clean-content .error-actions .btn {
    width: auto !important;
    min-width: 210px;
  }
  .error-layout {
    gap: 38px;
  }
  .error-content h1 {
    margin-bottom: 20px;
  }
  .error-content .copy {
    margin-bottom: 28px;
  }
  .error-search .btn,
  .error-actions .btn {
    width: 100% !important;
  }
  .error-suggestions ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .error-suggestions a {
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    text-align: center;
  }
  .error-visual {
    min-height: 280px;
  }
  .error-code {
    font-size: clamp(86px, 28vw, 132px);
  }
  .about-section,
  .services-section,
  .case-section,
  .mission-section,
  .industries-section,
  .achievement-section,
  .technology-section,
  .insights-section,
  .partners-section,
  .contact-section {
    padding: 40px 20px;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .row.g-5 {
    --bs-gutter-y: 2rem;
  }
  .about-section .row.g-5 {
    flex-direction: column;
    gap: 30px;
  }
  .site-header .navbar { padding: 13px 12px 10px; }
  .navbar-brand img { width: 205px; }
  .eyebrow {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: left;
  }
  .eyebrow.center,
  .hero-content .eyebrow {
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }
  .eyebrow span { width: 14px; }
  .btn {
    width: fit-content !important;
    min-width: 0;
    min-height: var(--space-13);
    gap: 12px;
    padding: 8px 8px 8px 16px;
    font-size: 15px;
    white-space: normal;
  }
  .btn span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }
  .newsletter .btn {
    width: 100% !important;
    box-sizing: border-box;
    min-height: var(--space-13) !important;
    justify-content: center !important;
    padding: 8px 8px 8px 16px !important;
    text-align: center;
  }
  .hero-section { min-height: 620px; padding-top: 0; }
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 620px;
  }
  .hero-swiper .swiper-wrapper {
    transform: none !important;
  }
  .hero-swiper .swiper-slide .container {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-content {
    position: absolute;
    left: 50%;
    top: 150px;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-left: 0;
    margin-right: 0;
    padding: 0 12px;
    transform: translateX(-50%);
  }
  .hero-content .eyebrow {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }
  .hero-content .eyebrow span { display: none; }
  .desktop-title { display: none; }
  .mobile-title { display: inline; }
  .hero-title-divider {
    width: min(260px, 100%);
    margin-top: 16px;
  }
  .hero-content p:not(.eyebrow) {
    max-width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin: 20px auto 24px;
  }
  .hero-btn {
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 8px 8px 8px 17px;
    gap: 12px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .hero-swiper .swiper-pagination.hero-pagination {
    bottom: 28px !important;
  }
  .hero-swiper .hero-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
    background: rgba(255,255,255,.55);
    opacity: 1;
  }
  .about-img {
    height: 360px;
    max-width: 100%;
  }
  .about-section .copy {
    width: 100%;
    max-width: 100%;
  }
  #about a.btn.btn-outline-cyan {
    display: flex;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-list {
    gap: 20px;
    padding: 26px 0;
  }
  .feature-list li {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 0;
    text-align: center;
    justify-items: center;
  }
  .feature-list li > span:not(.feature-icon) {
    display: block;
  }
  .service-content article, .case-card, .contact-form { padding: 28px; }
  .service-content article { min-height: 0; }
  .case-accordion-card.active .case-card { padding: 28px; }
  .case-actions {
    align-items: center;
    flex-wrap: wrap;
  }
  .case-study-link {
    width: auto;
    min-width: 174px;
    flex: 0 0 auto;
  }
  .case-grid { gap: 24px; }
  .case-accordion-card .case-visual-wrap,
  .case-accordion-card.active .case-visual-wrap {
    height: 260px;
  }
  .case-accordion-card .case-card,
  .case-accordion-card.active .case-card {
    padding: 28px;
  }
  .partner-logo {
    height: 96px;
    min-height: 96px;
    padding: 16px 20px;
  }
  .partner-logo img {
    width: auto;
    max-width: 130px;
    max-height: 56px;
  }
  .service-panel {
    padding: 36px 18px 58px;
    border-radius: 20px;
  }
  .services-section .design-container,
  .service-panel,
  .service-content-swiper,
  .service-content-swiper .swiper-wrapper,
  .service-content {
    min-width: 0;
  }
  .service-content-swiper {
    width: 100%;
    overflow: hidden;
  }
  .service-tabs {
    margin: 28px 0 28px;
    padding-bottom: 18px;
  }
  .service-tab-swiper {
    overflow: visible;
  }
  .service-tab-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100% !important;
  }
  .service-tab-swiper .swiper-slide {
    width: auto !important;
  }
  .service-tab-swiper .swiper-slide span {
    font-size: 15px;
    font-weight: 500;
  }
  .tab {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 58px;
    gap: 12px;
    padding: 14px 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.03);
    font-size: 16px;
    line-height: 22px;
  }
  .tab.swiper-slide-thumb-active,
  .tab.selected {
    border-color: var(--cyan);
    border-bottom-width: 1px;
    background: rgba(98, 202, 194, .08);
  }
  .service-tab-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .service-tab-icon img {
    max-width: 30px;
    max-height: 30px;
  }
  .service-content {
    display: grid;
    gap: 0;
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .service-visual {
    width: 100%;
    height: 280px;
    min-height: 0;
    border-radius: 18px 18px 0 0;
  }
  .service-content article {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 26px 22px 28px;
    border-radius: 0 0 18px 18px;
  }
  .services-section h2,
  .service-content article h3,
  .service-content article p,
  .service-content li {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .service-content article .eyebrow {
    margin-bottom: 14px;
  }
  .service-content article h3 {
    font-size: 23px;
    line-height: 31px;
  }
  .service-content article p {
    margin-top: 14px;
  }
  .service-content ul {
    gap: 12px;
    padding: 22px 0 26px;
  }
  .service-content li {
    font-size: 15px;
    line-height: 23px;
  }
  .service-content .btn {
    max-width: fit-content;
    padding: 8px 8px 8px 15px;
  }
  .accordion-stack {
    gap: 18px;
    margin-top: 26px;
  }
  .accordion-stack article {
    min-height: 0;
    padding: 22px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(20, 35, 52, .74);
  }
  .accordion-stack .open {
    min-height: 0;
  }
  .mission-toggle {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    font-size: 20px;
    line-height: 28px;
    cursor: default;
    pointer-events: none;
  }
  .mission-arrow {
    display: none;
  }
  .mission-panel {
    padding-left: 0;
    display: block !important;
  }
  .mission-image {
    height: 100%;
  }
  .mission-visual {
    height: 100%;
  }
  .accordion-stack p {
    margin: 16px 0 18px;
  }
  .industry-slider-wrap {
    padding: 30px 0;
    overflow: hidden;
    clip-path: none;
  }
  .industry-swiper {
    --industry-card-height: 640px;
    overflow: hidden;
    padding: 18px 0 24px;
  }
  .industry-card,
  .industry-card.swiper-slide-active {
    height: var(--industry-card-height);
    min-height: var(--industry-card-height);
    overflow: hidden;
    transform: none !important;
    border-radius: 20px;
  }
  .industry-visual,
  .industry-card:hover .industry-visual,
  .industry-card.swiper-slide-active .industry-visual {
    width: 100%;
    height: 100%;
    transform: none;
    filter: none;
    object-fit: cover;
  }
  .industry-content,
  .industry-card.swiper-slide-active .industry-content {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 20px;
    z-index: 4;
    width: auto;
    max-height: calc(100% - 40px);
    padding: 24px 20px 26px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: rgba(151, 151, 151, 0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 24px 80px rgba(0,0,0,.32);
    backdrop-filter: blur(25px);
  }
  .industry-content h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 31px;
  }
  .industry-content p {
    margin-bottom: 16px;
  }
  .industry-feature {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .industry-feature span {
    font-size: 14px;
    line-height: 22px;
  }
  .industry-feature-inline span {
    display: grid;
    gap: 3px;
  }
  .industry-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px;
  }
  .industry-content .btn {
    max-width: 276px;
  }
  .industry-nav button { width: 44px; height: 44px; }
  .achievement-grid, .stat-row, .footer-card { grid-template-columns: 1fr; }
  .achievement-panel {
    padding: 42px 18px 56px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(7, 15, 28, .88) 0%, rgba(7, 15, 28, .68) 52%, rgba(7, 15, 28, .88) 100%),
      url("../images/what-we-achieve-bottom-back.png") center bottom / 190% auto no-repeat,
      radial-gradient(circle at 88% 12%, rgba(34, 118, 205, .32), transparent 34%),
      linear-gradient(180deg, #08101d 0%, #0b1e36 100%);
  }
  .achievement-panel .eyebrow {
    justify-content: center;
    text-align: center;
  }
  .achievement-panel h2 {
    margin-bottom: 0;
  }
  .achievement-grid {
    gap: 16px;
    margin-top: 28px;
  }
  .achievement-grid div {
    min-height: 0;
    padding: 24px 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(20, 35, 52, .68);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }
  .achievement-grid div:last-child {
    border: 1px solid rgba(255,255,255,.12);
  }
  .achievement-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 4px;
  }
  .achievement-icon img {
    max-width: 38px;
    max-height: 38px;
  }
  .achievement-grid b {
    font-size: 40px;
    line-height: 46px;
  }
  .achievement-grid span {
    font-size: 15px;
    line-height: 22px;
  }
  .footer-card {
    gap: 26px;
    padding: 42px 24px;
  }
  .footer-card h3 {
    margin-bottom: var(--space-8);
    font-size: var(--font-size-10);
    line-height: var(--line-height-10);
    font-weight: 500;
  }
  .footer-card a,
  .footer-card p { margin-bottom: 8px; }
  .newsletter input {
    height: 50px;
    margin: 12px 0;
  }
  .footer-bottom {
    gap: 22px;
    margin-top: 34px;
  }
  .technology-section .eyebrow {
    justify-content: flex-start;
    text-align: left;
  }
  .tech-panel {
    margin-top: 24px;
    border-radius: 20px;
  }
  .tech-title {
    padding: 18px 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .tech-tab-swiper {
    padding: 22px 18px 18px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .tech-tab-swiper .swiper-wrapper,
  .tech-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: max-content !important;
    min-width: 100%;
  }
  .tech-tabs button,
  .tech-tab-swiper .swiper-slide {
    width: 168px !important;
    flex: 0 0 168px;
    scroll-snap-align: start;
  }
  .tech-tabs button {
    justify-content: flex-start;
    height: 72px;
    min-height: 72px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    white-space: normal;
    text-align: left;
  }
  .tech-tabs button::after {
    display: none;
  }
  .tech-tabs button.active,
  .tech-tabs button.swiper-slide-active {
    border-color: var(--cyan);
    background: rgba(98, 202, 194, .09);
    transform: none;
  }
  .tech-slider-row {
    grid-template-columns: 1fr;
    padding: 22px 18px 20px;
  }
  .tech-slider-row button { display: none; }
  .tech-swiper {
    width: 100%;
    margin: 0;
    padding: 6px 1px;
    overflow: hidden;
  }
  .tech-card {
    min-height: 132px;
    padding: 22px 14px;
    border-radius: 16px;
  }
  .tech-card:hover,
  .tech-card.active,
  .tech-card.swiper-slide-active {
    transform: none;
  }
  .tech-card-icon {
    width: 56px;
    height: 56px;
  }
  .tech-panel > .btn {
    width: min(276px, calc(100% - 36px));
    margin: 8px auto 34px;
  }
  .blog-grid {
    gap: 20px;
  }
  .blog-grid article {
    min-height: 260px;
    padding: 30px 22px;
  }
}

@media (max-width: 575.98px) {
  .error-suggestions ul {
    grid-template-columns: 1fr;
  }

  .industry-content p {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .site-footer {
    padding: 35px 10px;
  }

  .industry-swiper {
    --industry-card-height: 700px;
  }
}

@media (max-width: 375px) {
  h1 { font-size: 20px; line-height: 28px; }
  .error-section {
    padding: 108px 14px 52px;
  }
  .error-section-clean {
    padding: 48px 14px;
  }
  .error-section-clean .design-container {
    min-height: calc(100svh - 96px);
  }
  .error-clean-code {
    font-size: clamp(92px, 32vw, 124px);
  }
  .error-clean-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .error-clean-content .error-actions .btn {
    width: 100% !important;
    min-width: 0;
  }
  .error-search {
    margin-bottom: 22px;
  }
  .error-visual {
    min-height: 230px;
  }
  .error-signal {
    right: 24px;
    bottom: 24px;
    grid-template-columns: repeat(3, 14px);
    gap: 8px;
  }
  .error-signal span {
    width: 14px;
    height: 14px;
  }
  .about-section,
  .services-section,
  .case-section,
  .mission-section,
  .industries-section,
  .achievement-section,
  .technology-section,
  .insights-section,
  .partners-section,
  .contact-section {
    padding: 34px 20px;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .row.g-5 {
    --bs-gutter-y: 1.5rem;
  }
  .navbar-brand img { width: 185px; }
  .eyebrow { font-size: 12px; letter-spacing: 2.2px; }
  .hero-content {
    top: 180px;
    transform: translateX(-50%);
  }
  .hero-content p:not(.eyebrow) {
    max-width: 240px;
    font-size: 14px;
    line-height: 23px;
    margin: 18px auto 22px;
  }
  .hero-btn {
    width: auto;
    min-height: 44px;
    padding: 8px 8px 8px 17px;
  }
  .about-img { height: 300px; }
  .btn { font-size: 13px; }
  .hero-section { min-height: 600px; }
  .hero-swiper,
  .hero-swiper .swiper-wrapper,
  .hero-swiper .swiper-slide {
    min-height: 600px;
  }
  .hero-swiper .swiper-pagination.hero-pagination {
    display: none;
  }
  .service-panel { padding: 30px 16px 50px; }
  .service-tabs {
    margin: 24px 0 24px;
  }
  .service-tab-swiper .swiper-wrapper {
    gap: 10px;
  }
  .tab {
    min-height: 54px;
    padding: 12px 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .service-tab-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .service-tab-icon img {
    max-width: 27px;
    max-height: 27px;
  }
  .service-visual {
    height: 230px;
  }
  .service-content article {
    padding: 22px 18px 24px;
  }
  .service-content article h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .service-content .btn {
    max-width: fit-content;
    padding: 8px 8px 8px 15px;
  }
  .accordion-stack article {
    padding: 22px 16px;
  }
  .mission-toggle {
    font-size: 18px;
    line-height: 26px;
  }
  .mission-icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .mission-icon img {
    max-width: 32px;
    max-height: 32px;
  }
  .industry-slider-wrap {
    padding-bottom: 64px;
  }
  .industry-visual,
  .industry-card:hover .industry-visual,
  .industry-card.swiper-slide-active .industry-visual {
    height: 100%;
  }
  .industry-content,
  .industry-card.swiper-slide-active .industry-content {
    padding: 22px 16px 24px;
  }
  .industry-content h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .industry-content .btn {
    max-width: 100%;
  }
  .industry-nav button {
    width: 48px;
    height: 48px;
  }
  .achievement-panel {
    padding: 32px 14px 44px;
    border-radius: 18px;
  }
  .achievement-grid {
    gap: 14px;
    margin-top: 26px;
  }
  .achievement-grid div {
    padding: 22px 14px;
  }
  .achievement-icon {
    width: 58px;
    height: 58px;
  }
  .achievement-icon img {
    max-width: 34px;
    max-height: 34px;
  }
  .achievement-grid b {
    font-size: 34px;
    line-height: 40px;
  }
  .achievement-grid span {
    font-size: 14px;
    line-height: 21px;
  }
  .tech-panel {
    border-radius: 18px;
  }
  .tech-title {
    padding: 16px 14px;
    font-size: 16px;
    line-height: 22px;
  }
  .tech-tab-swiper {
    padding: 18px 14px 14px;
  }
  .tech-tabs button {
    min-height: 50px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .tech-slider-row {
    padding: 18px 14px;
  }
  .tech-card {
    min-height: 122px;
    padding: 20px 12px;
  }
  .tech-card-icon {
    width: 52px;
    height: 52px;
  }
  .tech-panel > .btn {
    width: calc(100% - 28px);
    margin-bottom: 28px;
  }
  .partner-logo {
    height: 88px;
    min-height: 88px;
    padding: 14px 18px;
  }
  .partner-logo img {
    max-width: 112px;
    max-height: 48px;
  }
  .case-grid { gap: 20px; }
  .case-accordion-card .case-visual-wrap,
  .case-accordion-card.active .case-visual-wrap {
    height: 220px;
  }
  .case-accordion-card .case-card,
  .case-accordion-card.active .case-card {
    padding: 22px;
  }
  .case-actions {
    gap: 12px;
  }
  .case-study-link {
    min-width: 0;
    width: min(230px, 100%);
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1599px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}
