#about-us {
    text-align: center;
    background-color: #fffbfa;
}
#about-us, #about-us h1,
#about-us h2,
/* #about-us h3, */
/* #about-us h4, */
#about-us h5,
#about-us h6 {
    font-family: "Baskervville-Regular", "Brygada 1918", "sans-serif" !important;
}

/* 超小屏幕 - 手机竖屏 */
@media (max-width: 575.98px) {
    :root {
        --font-size-p: 12px;
        --font-size-p2: 12px;
        --font-size-desc: 15px;
        --font-size-h2: 30px;
        --font-size-h3: 20px;
        --font-size-h4: 17px;
    }
    .show-pc {
        display: none!important;
    }

    .show-mb {
        display: block;
    }
}

/* 小屏幕 - 手机横屏、小平板 */
@media (min-width: 576px) and (max-width: 767.98px) {
    :root {
        --font-size-p: 14px;
        --font-size-p2: 14px;
        --font-size-desc: 15px;
        --font-size-h2: 32px;
        --font-size-h3: 20px;
        --font-size-h4: 17px;
    }
    .show-pc {
        display: none!important;
    }

    .show-mb {
        display: block;
    }
}

/* 中等屏幕 - 平板 */
@media (min-width: 768px) and (max-width: 991.98px) {
    :root {
        --font-size-p: 16px;
        --font-size-p2: 16px;
        --font-size-desc: 16px;
        --font-size-h2: 32px;
        --font-size-h3: 20px;
        --font-size-h4: 17px;
    }
    .show-pc {
        display: none!important;
    }

    .show-mb {
        display: block;
    }
}

/* 大屏幕 - 小桌面 */
@media (min-width: 992px) and (max-width: 1199.98px) {
    :root {
        --font-size-p: 17px;
        --font-size-p2: 18px;
        --font-size-desc: 20px;
        --font-size-h2: 56px;
        --font-size-h3: 36px;
        --font-size-h4: 17px;
    }
    .show-pc {
        display: block;
    }
    .show-mb {
        display: none!important;
    }
}

/* 超大屏幕 - 大桌面 */
@media (min-width: 1200px) {
    :root {
        --font-size-p: 18px;
        --font-size-p2: 19px;
        --font-size-desc: 20px;
        --font-size-h2: 64px;
        --font-size-h3: 40px;
        --font-size-h4: 18px;
    }
    .show-pc {
        display: block;
    }

    .show-mb {
        display: none!important;
    }
}

.header-desc {
    font-size: var(--font-size-desc);
    color: #000;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 30px;
}


.about-container {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

/* 椭圆背景容器 */
.ellipse-background {
    position: relative;
    background: #fdf3f2;
    border-radius: 50% / 14%;
    padding: 80px 60px;
    width: 100%;
}

.content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

/* OUR STORY */
.our-story h2 {
    font-size: var(--font-size-h2);
    color: #000;
    margin-top: 20px;
}

.story-content {
    margin-top: 100px;
    display: flex;
    text-align: left;
}
.story-images {
    width: 58%;
}
.story-text {
    flex: 1;
    padding: 0 40px;
    line-height: 2;
    color: #000;
}
.story-text p {
    margin: 28px 0;
    font-size: var(--font-size-p);
}

/* OUR MISSION */
.our-mission {
    background: #fff;
    margin-top: 70px;
    padding: 50px
}
.our-mission h2 {
    font-size: var(--font-size-h2);
    color: #000;
}
.mission-desc {
    font-size: var(--font-size-p);
    color: #000;
    max-width: 940px;
    margin: 40px auto;
    line-height: 2;
}
.our-mission h3 {
    font-family: "AmedademoRegular-ow8K0", "Brygada 1918", "sans-serif" !important;
    color: #926544;
    font-size: var(--font-size-h3);
    margin: 30px 0;
}
.mission-grid {
    display: flex;
    column-gap: 40px;
    color: #000;
}
.mission-image img {
    width: 100%;
}
.mission-item {
    flex: 1;
}
.mission-item h4 {
    text-align: left;
    font-family: "Poppins-Regular", "Brygada 1918", "sans-serif" !important;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: var(--font-size-h4);
}
.mission-content {
    display: flex;
    margin-top: 20px;
}
.mission-star img {
    height: 29px;
    transform: translateY(-4px);
    margin-right: 5px
}
.mission-text p {
    font-family: "Poppins-Light", "Brygada 1918", "sans-serif" !important;
    text-align: left;
    font-size: var(--font-size-p);
}

/* OUR DESIGN */
.our-design {
    margin-top: 70px;
    padding-bottom: 100px;
}
.our-design h2 {
    font-size: var(--font-size-h2);
    color: #000;
}
.design-desc {
    font-size: var(--font-size-p);
    color: #000;
    max-width: 925px;
    margin: 40px auto;
    line-height: 2;
}
.design-content {
    display: flex;
    column-gap: 40px;
}
.design-grid {
    display: flex;
    flex-direction: column;
}
.design-top-image {
    display: flex;
    column-gap: 15px;
}
.design-images {
    width: 56%
}
.design-images img {
    width: 100%
}
.design-top-image {
    display: flex;
    justify-content: space-between;
}
.design-bottom-image {
    margin-top: 40px;
    display: flex;
    column-gap: 6px;
}
.design-text {
    flex: 1;
    background-color: #fff9f9;
    color: #000;
    padding: 2% 5%;
    text-align: left;
    overflow-y: auto;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 800px;
}
.design-text p {
    font-family: "seguiemj", "Brygada 1918", "sans-serif" !important;
    font-size: var(--font-size-p2);
    line-height: 1.8;
    margin: 10px 0
}

/* 轮播 */
#swiper1 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}

#swiper1 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#swiper1 .swiper-slide {
    position: absolute;
    width: 200px;
    border-radius: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* 当前激活的slide */
#swiper1 .swiper-slide.active {
    transform: scale(1) translateX(0);
    z-index: 10;
}

#swiper1 .swiper-slide.active img {
    transform: scale(1.02);
}

/* 前一个slide */
#swiper1 .swiper-slide.prev {
    transform: scale(0.7) translateX(-65%);
    opacity: 0.5;
    z-index: 5;
}

/* 后一个slide */
#swiper1 .swiper-slide.next {
    transform: scale(0.7) translateX(65%);
    opacity: 0.5;
    z-index: 5;
}

/* 其他slide */
#swiper1 .swiper-slide:not(.active):not(.prev):not(.next) {
    transform: scale(0.5);
    opacity: 0.6;
    z-index: 1;
}

/* Swiper2 样式 */
#swiper2 {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}

#swiper2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
}

#swiper2 .swiper-slide {
    position: absolute;
    width: 400px;
    height: auto;
    min-height: 250px;
    border-radius: 15px;
    overflow: visible;
    transition: all 0.4s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #fff;
    padding: 30px;
}

#swiper2 .swiper-slide .mission-star {
    text-align: center;
    margin-bottom: 20px;
}

#swiper2 .swiper-slide .mission-star img {
    width: 29px;
    height: 32px;
}

#swiper2 .swiper-slide .mission-text {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

#swiper2 .swiper-slide .mission-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

#swiper2 .swiper-slide .mission-text p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* 当前激活的slide */
#swiper2 .swiper-slide.active {
    transform: scale(1) translateX(0);
    z-index: 10;
}

/* 前一个slide */
#swiper2 .swiper-slide.prev {
    transform: scale(0.8) translateX(-50%);
    opacity: 0;
    z-index: 5;
    pointer-events: none;
}

/* 后一个slide */
#swiper2 .swiper-slide.next {
    transform: scale(0.8) translateX(50%);
    opacity: 0;
    z-index: 5;
    pointer-events: none;
}

/* 其他slide */
#swiper2 .swiper-slide:not(.active):not(.prev):not(.next) {
    transform: scale(0.6);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

/* 分页器样式 */
#swiper2 .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 20;
}

#swiper2 .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f1d2d1;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#swiper2 .swiper-pagination-bullet.active {
    background: #e3adac;
    transform: scale(1.3);
    box-shadow: 0 2px 6px rgba(248, 187, 217, 0.4);
}

.swiper-slide {
}
.swiper-slide h4 {
    font-family: "Poppins-Regular", "Brygada 1918", "sans-serif" !important;
    display: inline;
}

/* 超小屏幕 - 手机竖屏 */
@media (max-width: 575.98px) {
    .header-desc {
        max-width: 95%;
    }
    .ellipse-background {
        padding: 30px 3%;
        border-radius: 50% / 5%;
    }
    .story-content {
        margin-top: 50px;
    }
    .story-images {
        width: 52%;
    }
    .story-text {
        padding: 0;
    }
    .story-text p {
        margin: 10px 0;
    }
    .story-text .right-text {
        padding: 0 11%;
        text-align: center;
    }
    .our-mission {
        padding: 10% 5%
    }
    .design-content {
        column-gap: 0
    }
    .design-images {
        width: 100%;
    }
    .design-top-image {
        column-gap: 20px;
    }
    .design-text-mb {
        font-family: "seguiemj", "Brygada 1918", "sans-serif" !important;
        font-size: var(--font-size-p2);
        line-height: 1.8;
    }
}

/* 小屏幕 - 手机横屏、小平板 */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-desc {
        max-width: 95%;
    }
    .ellipse-background {
        padding: 30px 3%;
        border-radius: 50% / 7%;
    }

    .story-content {
        margin-top: 50px;
    }

    .story-images {
        width: 55%;
    }

    .story-text {
        padding: 0;
    }

    .story-text p {
        margin: 10px 0;
    }

    .story-text .right-text {
        padding: 0 12%;
        text-align: center;
    }

    .our-mission {
        padding: 10% 5%
    }

    .design-content {
        column-gap: 0
    }

    .design-images {
        width: 100%;
    }

    .design-top-image {
        column-gap: 20px;
    }

    .design-text-mb {
        font-family: "seguiemj", "Brygada 1918", "sans-serif" !important;
        font-size: var(--font-size-p2);
        line-height: 1.8;
    }
    #swiper1 .swiper-slide.active {
        transform: scale(0.9) translateX(0);
    }
    #swiper1 .swiper-slide {
        width: 300px;
    }
    #swiper2 .swiper-slide .mission-text {
        width: 60%
    }
    #swiper2 {
        height: 380px;
    }
}

/* 中等屏幕 - 平板 */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-desc {
        max-width: 95%;
    }

    .ellipse-background {
        padding: 30px 3%;
        border-radius: 50% / 7%;
    }

    .story-content {
        margin-top: 50px;
    }

    .story-images {
        width: 55%;
    }

    .story-text {
        padding: 0;
    }

    .story-text p {
        margin: 10px 0;
    }

    .story-text .right-text {
        padding: 0 12%;
        text-align: center;
    }

    .our-mission {
        padding: 10% 5%
    }

    .design-content {
        column-gap: 0
    }

    .design-images {
        width: 100%;
    }

    .design-top-image {
        column-gap: 20px;
    }

    .design-text-mb {
        font-family: "seguiemj", "Brygada 1918", "sans-serif" !important;
        font-size: var(--font-size-p2);
        line-height: 1.8;
    }

    #swiper1 .swiper-slide.active {
        transform: scale(0.9) translateX(0);
    }

    #swiper1 .swiper-slide {
        width: 300px;
    }

    #swiper2 .swiper-slide .mission-text {
        width: 60%
    }

    #swiper2 {
        height: 380px;
    }
}

/* 大屏幕 - 小桌面 */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ellipse-background {
        border-radius: 50% / 8%;
    }
}