.site-header-bar {
    position: sticky;
    top: 0;
    z-index: 1080;
    height: 91px;
    min-height: 91px;
    background: #fff !important;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: none !important;
    backdrop-filter: none;
}

html,
body {
    font-family: 'Archivo', sans-serif !important;
}

.site-header-bar .header-shell {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 1200px) {
    .site-header-bar .header-shell {
        width: 85vw;
        column-gap: 17px !important;
    }
}

.site-header-bar .header-logo-wrap img {
    width: auto;
    max-width: 240px;
    max-height: none;
    height: 80px;
}

.site-header-bar .header-nav .menu > ul > li.header-nav-item > a {
    display: inline;
    padding: 9px;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 25.888px;
    letter-spacing: normal;
    text-transform: none;
    height: auto;
}

.site-header-bar .header-nav .menu > ul > li.header-nav-item {
    display: block;
    height: auto;
    flex: 0 0 auto;
}

.site-header-bar .nav-pc a {
    text-transform: none;
}

.site-header-bar .nav-pc .menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
}

.site-header-bar .header-nav {
    width: auto !important;
    flex: 0 1 auto !important;
}

@media (min-width: 1200px) {
    .site-header-bar .header-nav {
        margin-right: -8px;
    }
}

.site-header-bar .header-nav .menu {
    width: auto !important;
}

.site-header-bar .header-nav .menu > ul {
    width: auto !important;
    justify-content: flex-end !important;
}

.site-header-bar .nav-pc .menu > ul > li {
    padding: 0;
}

.site-header-bar .nav-pc .menu > ul > li a {
    height: auto;
}

/* 一级菜单 hover/active：与参考站主导航高亮一致（品牌橙 #e99311；见实测 a.p-2 / Register 同色） */
.site-header-bar .header-nav .menu > ul > li.header-nav-item > a:hover,
.site-header-bar .header-nav .menu > ul > li.header-nav-item > a.active {
    color: #e99311 !important;
}

.site-header-bar .header-right-tools {
    gap: 9px;
}

.site-header-bar .header-action-btn {
    height: auto;
    padding: 10px 15px;
    border-radius: 50px;
    border-color: #e99311;
    background: #e99311;
    box-shadow: none;
    font-family: 'Archivo', sans-serif;
    font-size: 12.8px;
    font-weight: 800;
    line-height: 20.7104px;
    letter-spacing: normal;
    text-transform: none;
}

.site-header-bar .header-right-tools > a:not(.header-action-btn) {
    display: none !important;
}

.site-header-bar .header-right-tools > .header-action-btn {
    display: inline-flex !important;
}

.site-header-bar .header-action-btn:hover,
.site-header-bar .header-action-btn:focus-visible {
    background: #f6a01e;
    border-color: #f6a01e;
    color: #fff;
}

.site-header-bar .header-user-name {
    color: #111827 !important;
    font-weight: 600;
}

/* 桌面下拉：对齐参考站 https://www.atomicgroup.sg/ — 每项橙底 #e99311、白字；hover/active #d1840f（见 #header-106 内联样式） */
@media (min-width: 1200px) {
    .site-header-bar .nav-pc .menu > ul > li > .sub-menu {
        background: transparent !important;
        padding: 0 !important;
        margin-left: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .site-header-bar .nav-pc .menu > ul > li > .sub-menu > .sub-menu-list {
        min-height: 0 !important;
    }

    .site-header-bar .nav-pc .menu > ul > li > .sub-menu > .sub-menu-list > .sub-menu-item {
        margin: 0 !important;
        padding: 10px 25px !important;
        background-color: #e99311 !important;
        transition: background-color 0.2s ease;
    }

    .site-header-bar .nav-pc .menu > ul > li > .sub-menu > .sub-menu-list > .sub-menu-item:hover {
        background-color: #d1840f !important;
    }

    .site-header-bar .nav-pc .menu > ul > li > .sub-menu > .sub-menu-list > .sub-menu-item a {
        color: #fff !important;
        font-weight: 700 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .site-header-bar .nav-pc .menu > ul > li > .sub-menu > .sub-menu-list > .sub-menu-item a:hover {
        color: #fff !important;
        background: transparent !important;
    }
}

.main-slider.banner-pc {
    min-height: calc(100vh - 91px);
    height: calc(100vh - 91px);
    background: #e8edf0;
}

.main-slider.banner-pc .swiper-slide {
    min-height: calc(100vh - 91px);
    height: calc(100vh - 91px);
}

.main-slider.banner-pc .swiper-silde-img,
.main-slider.banner-pc .mobile-banner-image {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 91px);
    max-height: none;
    object-fit: cover;
    object-position: 48% center;
}

.main-slider.banner-pc .image-layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 19, 30, 0.18) 0%, rgba(10, 19, 30, 0) 40%, rgba(10, 19, 30, 0.08) 100%);
}

.main-slider.banner-pc .image-layer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 19, 30, 0.1) 0%, rgba(10, 19, 30, 0.14) 100%);
}

.main-slider.banner-pc .container {
    width: min(calc(100% - 64px), 1320px);
}

.overlay-contact-form {
    position: absolute;
    left: auto !important;
    right: 48px !important;
    bottom: 0;
    width: 540px;
    transform: none;
    z-index: 12;
}

.overlay-form-container {
    padding: 35px;
    background: #000;
    border-radius: 0;
    box-shadow: none;
}

body.atomic-home .overlay-form-container input,
body.atomic-home .overlay-form-container button,
body.atomic-home .overlay-submit-btn {
    transition: none !important;
}

.overlay-form-title {
    display: block;
    margin: 0 0 20px;
}

.overlay-form-title h3 {
    display: block;
    margin: 0;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: normal;
}

.overlay-contact-form-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    font-family: 'Archivo', sans-serif;
}

.overlay-contact-form-inner .form-input-group {
    display: grid;
    gap: 10px;
}

.overlay-contact-form-inner .input-with-icon {
    position: relative;
}

.overlay-contact-form-inner .input-with-icon .form-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d68a1c;
}

.overlay-contact-form-inner .input-with-icon .form-icon svg {
    width: 16px;
    height: 16px;
}

.overlay-contact-form-inner .input-with-icon input {
    width: 100%;
    height: 55px;
    padding: 18px 50px;
    border: 1px solid #fff;
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
    color: #000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.888px;
    box-shadow: none;
}

.overlay-contact-form-inner .input-with-icon input::placeholder {
    color: #4b5563;
}

body.atomic-home .overlay-contact-form-inner .form-input-group .input-with-icon:nth-child(2) {
    height: 55px;
    padding: 0 50px;
    border: 1px solid #fff;
    background: #fff;
}

body.atomic-home .overlay-contact-form-inner .form-input-group .input-with-icon:nth-child(2) input {
    height: 53px;
    padding: 18px 0;
    border: 0;
    background: transparent;
    color: rgb(48, 48, 48);
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

body.atomic-home .overlay-contact-form {
    right: 0 !important;
}

body.atomic-home #about-us-101 {
    padding: 50px 0;
    background: transparent !important;
}

.overlay-submit-btn {
    width: 100%;
    min-width: 0;
    height: 63px;
    padding: 0 29px;
    border: 0;
    border-radius: 50px;
    background: #d37f02;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 19.2px;
    font-weight: 800;
    line-height: 31.0656px;
    letter-spacing: normal;
    text-transform: none;
    box-shadow: none;
}

.overlay-submit-btn:hover {
    background: #f7a120;
    color: #fff;
}

body.atomic-home .main-slider .swiper-slide .swiper-silde-img,
body.atomic-home .main-slider .swiper-slide-active .swiper-silde-img {
    transform: none !important;
    transition: none !important;
}

body.atomic-home .main-slider .image-layer,
body.atomic-home .main-slider .image-layer-overlay {
    background-image: none !important;
}

body.atomic-home .main-slider {
    height: 100vh;
    margin-top: -91px;
}

body.atomic-home .main-slider .swiper-wrapper,
body.atomic-home .main-slider .swiper-slide {
    height: 100% !important;
}

body.atomic-home .main-slider .swiper-slide .swiper-silde-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 50% 50% !important;
}

body.atomic-home .main-slider .swiper-slide {
    position: relative;
}

body.atomic-home .main-slider .swiper-slide-content {
    top: 91px;
    bottom: 0;
}

@media (min-width: 1200px) {
    body.atomic-home .main-slider .container {
        width: 85vw !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.about-atomic-container {
    width: 85vw;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0 !important;
}

.about-atomic-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
}

.about-atomic-content .team-title {
    margin-bottom: 0 !important;
}

.about-atomic-content .team-title h3 {
    margin: 0 0 9px;
    color: #000;
    font-size: 39.0625px;
    line-height: 48.8281px;
    font-weight: 800;
    letter-spacing: normal;
}

.about-atomic-content p:first-of-type {
    margin-top: 28.1875px !important;
}

.about-atomic-content p {
    max-width: none;
    margin: 0 0 18px !important;
    color: #000;
    font-size: 16px;
    line-height: 25.888px !important;
}

.about-atomic-image {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    justify-self: end;
    min-width: 0;
}

.about-atomic-image > div {
    width: 100%;
    aspect-ratio: 652.797 / 653.609;
}

.about-atomic-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.about-atomic-button-wrapper {
    margin-top: 56px !important;
    padding-bottom: 18px;
    text-align: left !important;
}

.about-atomic-button-wrapper .team-view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 52px;
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid #e99311;
    background: #e99311;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    transition: all 0.2s ease;
}

.about-atomic-button-wrapper .team-view-more:hover {
    border-color: #f6a01e;
    background: #f6a01e;
    color: #fff;
}

body.atomic-home .scroll-fade-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}

body.atomic-home .case-wrapper > .container.position-relative,
body.atomic-home .team-wrapper > .container,
body.atomic-home .expertise-section > .container,
body.atomic-home .modern-footer > .container {
    width: 85vw;
}

body.atomic-home #blogs-107 {
    padding: 54px 0;
    background: rgb(246, 246, 246) !important;
}

body.atomic-home #blogs-107 .container-fluid {
    width: 85vw;
    margin: 0 auto;
    max-width: 1800px;
}

body.atomic-home #blogs-107 header {
    margin: 0;
    height: auto;
}

body.atomic-home #blogs-107 .header-wrap {
    width: 100%;
}

body.atomic-home #blogs-107 .sub-title p {
    margin: 0 0 18px;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.888px;
    color: #000;
}

body.atomic-home #blogs-107 .title h2 {
    margin: 0 0 9px;
    font-family: 'Archivo', sans-serif;
    font-size: 39.0625px;
    font-weight: 800;
    line-height: 48.8281px;
    color: #000;
}

body.atomic-home #blogs-107 .blogs__wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
}

body.atomic-home #blogs-107 .blog__slider {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

body.atomic-home #blogs-107 .blog__slider .slick-slide {
    margin: 0 15px;
    box-sizing: border-box;
}

body.atomic-home #blogs-107 .items.items__secondary {
    background: #fff;
}

body.atomic-home #blogs-107 .blog__item {
    display: flex;
    width: 100%;
    height: 300px;
    background: #fff;
}

body.atomic-home #blogs-107 .blog__img {
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    min-width: 0;
}

body.atomic-home #blogs-107 .blog__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.atomic-home #blogs-107 .blog__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    padding: 16px 24px;
    background: #fff;
    min-width: 0;
}

body.atomic-home #blogs-107 .blog__info a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body.atomic-home #blogs-107 .blog__title {
    margin: 0 0 15px;
    font-family: 'Archivo', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 31.25px;
    color: #000;
}

body.atomic-home #blogs-107 .blog__desc {
    margin: 0 0 18px;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.888px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.atomic-home #blogs-107 .read-more {
    margin-top: auto;
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color: #000;
}

body.atomic-home #blogs-107 .read-more::after {
    content: '›';
    display: inline-block;
    margin-left: 10px;
    color: #000;
}

body.atomic-home #blogs-107 .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.atomic-home #blogs-107 .slick-dots li {
    margin: 0 5px;
}

body.atomic-home #blogs-107 .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 2px;
    border: 0;
    border-radius: 50px;
    background: #bebcb8;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

body.atomic-home #blogs-107 .slick-dots li.slick-active button {
    background: rgb(233, 147, 17);
}

@media (max-width: 991.98px) {
    body.atomic-home #blogs-107 .blog__item {
        width: 100%;
        height: 300px;
    }

    body.atomic-home #blogs-107 .blog__img,
    body.atomic-home #blogs-107 .blog__info {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    body.atomic-home #blogs-107 .container-fluid {
        width: min(calc(100% - 32px), 1320px);
    }

    body.atomic-home #blogs-107 .blog__item {
        width: 100%;
    }
}

body.atomic-home #expertise-109 {
    padding: 50px 0 !important;
    background-color: #000 !important;
}

body.atomic-home #team-110 {
    padding: 54px 0 !important;
    background: rgb(247, 247, 247) !important;
}

body.atomic-home #blogs-107 .public-title h3,
body.atomic-home #team-110 .team-title h3,
body.atomic-home #team-110 .team-title h2 {
    font-size: 39.0625px !important;
    line-height: 48.8281px !important;
    font-weight: 800 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    color: #000 !important;
}

.case-wrapper > .container.position-relative {
    padding-top: 8px;
}

.case-wrapper .d-flex.align-items-center.justify-content-between,
.team-wrapper .team-header {
    margin-bottom: 34px;
    gap: 24px;
}

.case-wrapper .public-title h3,
.team-wrapper .team-title h2,
.team-wrapper .team-title h3 {
    margin: 0;
    color: #131a22;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.case-wrapper .public-more,
.team-wrapper .team-view-more {
    min-width: 164px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid #131a22;
    background: transparent;
    color: #131a22;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.case-wrapper .public-more:hover,
.team-wrapper .team-view-more:hover {
    background: #131a22;
    color: #fff;
}

.team-wrapper .team-view-more {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    float: none !important;
    min-width: 0;
    height: 52px;
    padding: 0 30px;
    border-radius: 50px;
    border: 1px solid rgb(233, 147, 17);
    background: rgb(233, 147, 17);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
}

.team-wrapper .team-view-more:hover {
    background: #cf8a0d;
    border-color: #cf8a0d;
    color: #fff;
}

.case-wrapper .case-card {
    background: #fff;
    box-shadow: none;
}

.case-wrapper .case-card-content {
    border: 1px solid #e5e7eb;
}

.case-wrapper .case-layout-image-text .case-image-section {
    height: 240px;
}

.case-wrapper .case-layout-image-text .case-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-wrapper .case-layout-image-text .case-text-section {
    padding: 26px 24px 24px !important;
}

.case-wrapper .case-layout-image-text .case-text-section h3 {
    color: #131a22;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

.case-wrapper .case-layout-image-text .case-text-section p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.case-wrapper .case-layout-image-text .case-text-section .read-more {
    color: #131a22;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.case-wrapper .case-layout-image-text .case-text-section .read-more:hover {
    color: #d68a1c;
}

.expertise-section {
    padding: 78px 0 !important;
    min-height: 0 !important;
}

.expertise-section::before {
    background: linear-gradient(90deg, rgba(12, 18, 26, 0.8) 0%, rgba(12, 18, 26, 0.72) 55%, rgba(12, 18, 26, 0.6) 100%) !important;
}

.expertise-content {
    max-width: 920px !important;
    padding-right: 0 !important;
}

.expertise-description {
    gap: 20px !important;
}

.expertise-description p {
    max-width: 920px !important;
    font-size: 18px !important;
    line-height: 1.72 !important;
}

.team-wrapper {
    padding-top: 88px !important;
    padding-bottom: 96px !important;
    background: #fff;
}

.team-wrapper .swiper-wrapper {
    align-items: stretch;
}

.team-member-slide {
    height: auto;
}

.team-member-card {
    height: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.team-member-card .member-avatar {
    overflow: hidden;
    background: #edf0f2;
}

.team-member-card .member-avatar img {
    width: 100%;
    aspect-ratio: 0.88 / 1;
    object-fit: cover;
    display: block;
}

.team-member-card .member-info {
    padding: 18px 4px 0;
}

.team-member-card .member-name {
    margin: 0 0 6px;
    color: #131a22;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

.team-member-card .member-position {
    margin: 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.modern-footer {
    background: #5a5c5d !important;
}

.modern-footer .container {
    padding-top: 42px;
    padding-bottom: 22px;
}

.modern-footer .footer-content {
    gap: 64px;
}

.modern-footer .footer-logo img {
    width: 104px !important;
}

.modern-footer .footer-link-cloud {
    gap: 10px 18px;
    max-width: 860px;
}

.modern-footer .footer-link-cloud a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Archivo', sans-serif;
    padding: 9px 0;
    font-weight: 400;
}

.modern-footer .footer-link-cloud span,
.modern-footer .footer-copyright p,
.modern-footer .website-credit span {
    color: #fff;
    font-size: 13px;
    line-height: 1.85;
}

.modern-footer .contact-item span {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
}

.modern-footer .contact-title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
    color: #fff;
}

.modern-footer .footer-copyright p {
    margin: 0;
}

.modern-footer .website-credit {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.modern-footer .credit-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.modern-footer .credit-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d68a1c, #f2c56f);
}

@media (max-width: 1199.98px) {
    .site-header-bar {
        min-height: 76px;
    }

    .site-header-bar .header-shell.header-force-mobile {
        width: min(calc(100% - 28px), 1320px);
        min-height: 76px;
        padding: 0 !important;
    }

    .site-header-bar .header-logo-wrap img {
        max-width: 174px;
        max-height: 34px;
    }

    .site-header-bar .header-right-tools {
        display: none !important;
    }

    .site-header-bar .header-shell.header-force-mobile .menu-mobile {
        padding: 0;
    }

    .site-header-bar .header-shell.header-force-mobile .menu-mobile img {
        width: 22px;
        height: 22px;
    }

    .main-slider.banner-pc,
    .main-slider.banner-pc .swiper-slide,
    .main-slider.banner-pc .swiper-silde-img,
    .main-slider.banner-pc .mobile-banner-image {
        min-height: 680px;
        height: min(74vh, 760px);
    }

    .overlay-contact-form {
        width: min(calc(100% - 48px), 860px);
        bottom: 32px;
    }

    .overlay-contact-form-inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .overlay-contact-form-inner .input-with-icon input,
    .overlay-submit-btn {
        height: 60px;
    }

    .overlay-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .about-atomic-container {
        width: min(calc(100% - 32px), 1320px);
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 24px;
        padding: 58px 0 64px;
    }

    .about-atomic-content,
    .about-atomic-image {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .about-atomic-content {
        padding: 0 !important;
    }

    .about-atomic-image {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .about-atomic-image > div {
        width: 100%;
        aspect-ratio: auto;
    }

    .about-atomic-image img {
        width: 100%;
        height: auto;
    }

    .case-wrapper .case-layout-image-text .case-image-section {
        height: 220px;
    }

    .modern-footer .footer-content {
        gap: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-header-bar {
        height: 91px !important;
        min-height: 91px !important;
    }

    .site-header-bar .header-shell {
        width: min(calc(100% - 154px), 870px);
    }

    .site-header-bar .header-shell.header-force-mobile {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between !important;
        gap: 14px;
        min-height: 91px !important;
        padding: 0 32px !important;
    }

    .site-header-bar .header-shell.header-force-mobile .header-logo-wrap {
        flex: 0 0 auto;
    }

    .site-header-bar .header-shell.header-force-mobile .header-center-stage {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
    }

    .site-header-bar .header-shell.header-force-mobile .header-right-tools {
        flex: 0 0 auto;
    }

    .site-header-bar .header-shell.header-force-mobile .header-logo-wrap {
        display: flex;
        align-items: center;
        min-height: 91px !important;
    }

    .site-header-bar .header-logo-wrap img {
        width: auto;
        max-width: 220px;
        max-height: none;
        height: 72px;
    }

    .site-header-bar .header-shell.header-force-mobile .header-mobile-toggle {
        display: flex !important;
        align-items: center;
    }

    .site-header-bar .header-shell.header-force-mobile .header-mobile-auth-item,
    .site-header-bar .header-shell.header-force-mobile .header-mobile-menu-shell,
    .site-header-bar .header-shell.header-force-mobile .header-mobile-menu-meta {
        display: block !important;
    }

    .site-header-bar .header-shell.header-force-mobile .header-right-tools {
        display: none !important;
        margin-left: 0;
    }

    .site-header-bar .header-shell.header-force-mobile .header-center-stage {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        overflow: visible;
    }

    .site-header-bar .header-shell.header-force-mobile .header-nav,
    .site-header-bar .header-shell.header-force-mobile .nav-pc,
    .site-header-bar .header-shell.header-force-mobile .menu {
        width: 100%;
        min-width: 0;
        overflow: visible;
    }

    .site-header-bar .header-shell.header-force-mobile .nav-pc .menu > ul {
        display: none !important;
    }

    .site-header-bar .header-shell.header-force-mobile .nav-pc .menu > ul.show-on-mobile {
        display: block !important;
    }

    .site-header-bar .header-nav .menu > ul > li.header-nav-item > a {
        padding: 9px 8px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: normal;
    }

    .site-header-bar .header-action-btn {
        height: 43px;
        padding: 0 15px;
        font-size: 12.8px;
        line-height: 20.7104px;
    }

    .main-slider.banner-pc,
    .main-slider.banner-pc .swiper-slide,
    .main-slider.banner-pc .swiper-silde-img,
    .main-slider.banner-pc .mobile-banner-image {
        min-height: calc(100vh - 44px);
        height: calc(100vh - 44px);
    }

    .main-slider.banner-pc .container {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .overlay-contact-form {
        left: auto !important;
        right: 74px !important;
        bottom: 14px;
        width: 305px;
    }

    .overlay-form-container {
        padding: 10px 15px 12px;
    }

    .overlay-contact-form-inner {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .overlay-contact-form-inner .form-input-group {
        display: grid;
        gap: 7px;
    }

    .overlay-contact-form-inner .input-with-icon .form-icon {
        left: 9px;
        width: 10px;
        height: 10px;
    }

    .overlay-contact-form-inner .input-with-icon .form-icon svg {
        width: 10px;
        height: 10px;
    }

    .overlay-contact-form-inner .input-with-icon input {
        height: 28px;
        padding: 0 10px 0 26px;
        font-size: 9px;
    }

    .overlay-contact-form-inner .input-with-icon input::placeholder {
        color: #5a6270;
        font-size: 9px;
    }

    .overlay-submit-btn {
        width: 100%;
        height: 29px;
        padding: 0 12px;
        font-size: 9px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .site-header-bar {
        height: 80px !important;
        min-height: 80px !important;
    }

    .site-header-bar .header-shell.header-force-mobile {
        min-height: 80px !important;
    }

    .site-header-bar .header-logo-wrap img {
        width: auto;
        max-width: 200px;
        height: 70px;
        max-height: none;
    }
}

@media (max-width: 767.98px) {
    .site-header-bar {
        min-height: 76px;
    }

    .site-header-bar .header-shell.header-force-mobile {
        min-height: 76px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .site-header-bar .header-logo-wrap img {
        max-width: 142px;
        height: auto;
        max-height: 30px;
    }

    .main-slider.banner-pc,
    .main-slider.banner-pc .swiper-slide,
    .main-slider.banner-pc .swiper-silde-img,
    .main-slider.banner-pc .mobile-banner-image {
        min-height: 560px;
        height: min(72vh, 640px);
    }

    .main-slider.banner-pc .container,
    .case-wrapper > .container.position-relative,
    .team-wrapper > .container,
    .expertise-section > .container,
    .modern-footer > .container,
    .about-atomic-container {
        width: min(calc(100% - 32px), 1320px);
    }

    .about-atomic-container {
        gap: 20px;
    }

    .about-atomic-content p {
        margin-bottom: 14px !important;
    }

    .about-atomic-content .team-title {
        margin-bottom: 8px !important;
    }

    .about-atomic-content .team-title h3 {
        font-size: 32px;
        line-height: 1.04;
    }

    .main-slider.banner-pc .container {
        width: 100%;
    }

    .hero-visual-copy {
        display: none;
    }

    .overlay-contact-form {
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        bottom: 26px;
        transform: none;
    }

    .overlay-form-title {
        display: none;
    }

    .overlay-form-title h3 {
        display: block;
        margin: 0;
        color: #fff;
        font-size: 28px;
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -0.02em;
        text-shadow: 0 10px 28px rgba(15, 23, 42, 0.35);
    }

    .overlay-contact-form-inner .input-with-icon input {
        height: 58px;
        font-size: 16px;
        padding-left: 52px;
    }

    .overlay-submit-btn {
        height: 62px;
        font-size: 17px;
    }

    .about-atomic-content .team-title h2,
    .about-atomic-content .team-title h3,
    .case-wrapper .public-title h3,
    .expertise-title,
    .team-wrapper .team-title h2,
    .team-wrapper .team-title h3 {
        font-size: 28px;
        line-height: 1.08;
    }

    .about-atomic-content p,
    .expertise-description p {
        font-size: 15px !important;
        line-height: 1.8 !important;
    }

    .about-atomic-button-wrapper {
        text-align: left !important;
        margin-top: 18px !important;
        padding-bottom: 0;
    }

    body.atomic-home #latest-jobs-111 .latest-jobs-shell {
        width: min(calc(100% - 32px), 1320px);
    }

    body.atomic-home #latest-jobs-111 .latest-jobs-title {
        font-size: 34px;
        line-height: 1.02;
    }

    body.atomic-home #latest-jobs-111 .latest-jobs-header {
        margin-bottom: 20px;
    }

    body.atomic-home #latest-jobs-111 .latest-jobs-all {
        min-height: 56px;
        font-size: 16px;
        line-height: 1;
        padding: 0 20px;
    }

    body.atomic-home #latest-jobs-111 .latest-jobs-grid {
        row-gap: 22px;
    }

    body.atomic-home #latest-jobs-111 .latest-job-card {
        padding: 22px 20px;
        min-height: 280px;
    }

    body.atomic-home #latest-jobs-111 .latest-job-card-meta {
        font-size: 14px;
        line-height: 1.45;
    }

    body.atomic-home #latest-jobs-111 .latest-job-title {
        font-size: 22px;
        line-height: 1.15;
    }

    body.atomic-home #latest-jobs-111 .latest-job-summary {
        font-size: 15px;
        line-height: 1.65;
    }

    .team-wrapper,
    .expertise-section {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .case-wrapper .d-flex.align-items-center.justify-content-between {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
    }

    /* Meet The Team — 移动端对齐参考站：标题、按钮居中；头像在上、文案在下居中 */
    .team-wrapper .team-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
    }

    body.atomic-home #team-110 .team-header {
        align-items: center;
        margin-bottom: 32px;
    }

    body.atomic-home #team-110 .team-title {
        width: 100%;
        text-align: center;
    }

    body.atomic-home #team-110 .team-title h3 {
        font-size: 34px;
        line-height: 1.08;
    }

    body.atomic-home #team-110 .team-view-more {
        align-self: center;
        min-height: 52px;
        padding: 0 28px;
    }

    body.atomic-home #team-110 .team-member-slide {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    body.atomic-home #team-110 .team-member-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 14px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 4px;
    }

    body.atomic-home #team-110 .team-member-card .member-avatar {
        width: min(200px, 58vw);
        height: min(200px, 58vw);
        max-width: 200px;
        max-height: 200px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }

    body.atomic-home #team-110 .team-member-card .member-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }

    body.atomic-home #team-110 .team-member-card .member-info {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body.atomic-home #team-110 .team-member-card .member-name {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        color: #3d3d3d;
        text-align: center;
    }

    body.atomic-home #team-110 .team-member-card .member-position {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 400;
        color: #000;
        text-align: center;
    }

    .case-wrapper .case-layout-image-text .case-image-section {
        height: 200px;
    }

    .case-wrapper .case-layout-image-text .case-text-section {
        padding: 22px 18px 20px !important;
    }

    .case-wrapper .case-layout-image-text .case-text-section h3 {
        font-size: 22px;
    }

    .modern-footer .container {
        padding-top: 34px;
        padding-bottom: 18px;
    }

    .modern-footer .footer-bottom {
        margin-top: 26px;
        padding-top: 16px;
    }

    .modern-footer .website-credit {
        flex-wrap: wrap;
    }

    .modern-footer .footer-link-cloud a {
        font-size: 15px;
        line-height: 1.45;
        padding: 6px 0;
    }

    .modern-footer .contact-item span {
        font-size: 15px;
        line-height: 1.45;
    }
}

@media (max-width: 479.98px) {
    .overlay-form-title h3 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .site-header-bar .header-nav .menu > ul > li.header-nav-item > a {
        padding: 9px 8px;
        font-size: 14px;
    }
}
