/* ============================================================
   Module: about-intro-laker
   公司简介板块 — 左文右图 + 底部图片轮播
   来源：lanke/laker 主题 index.css
     - 桌面样式: 第 1545-1570 行
     - 响应式: 1440px, 1199px, 991px, 767px, 480px
   HTML 类名完全保留原主题原始类名，不做 BEM 重命名。
   ============================================================ */

/* --- Desktop --- */
.section-about-laker.section-2026060401 {
    --about-heading: #232323;
    --about-red: #c21820;
    --about-copy: #303030;
    --about-card: #ffffff;
    --about-line: #e6ddd7;
    --about-container-width: min(96vw, 100em);
    --about-edge-gap: calc((100vw - var(--about-container-width)) / 2);
    --about-plate-height: clamp(1.75rem, 2vw, 2.625rem);
    --about-visual-height: clamp(22rem, 29vw, 34rem);
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    margin: 3em 0;
    padding: 4.95em 0 2.75em;
    background: transparent;
}

.section-about-laker.section-2026060401 .about-laker__intro-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    background: url(../../../images/about_index_backgro.png) left top / contain no-repeat;
    opacity: 0.18;
    pointer-events: none;
}

.section-2026060401 .about-laker__intro {
    position: relative;
    z-index: 1;
}

.section-2026060401 .about-laker__intro-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 47%) minmax(0, 53%);
    gap: 2%;
    align-items: center;
}

.section-2026060401 .about-laker__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: var(--about-visual-height);
    padding: 0;
}

.section-2026060401 .about-laker__content-body {
    padding: 0 0 1.8em;
}

.section-2026060401 .about-laker__eyebrow {
    margin-bottom: 0.58em;
    color: var(--about-red);
    font-size: 1.625em;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-2026060401 .about-laker__title {
    margin: 0;
    color: var(--about-heading);
    font-size: 3em;
    font-family: "Lora", sans-serif;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.section-2026060401 .about-laker__copy {
    max-width: 44em;
    margin-top: 3em;
    color: var(--about-copy);
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.section-2026060401 .about-laker__copy p {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.section-2026060401 .about-laker__copy p + p {
    margin-top: 1.5em;
}

.section-2026060401 .about-laker__button {
    align-self: flex-start;
    margin-top: 0.45em;
}

.section-2026060401 .about-laker__button:hover {
    transform: translateY(-2px);
}

.section-2026060401 .about-laker__visual-wrap {
    position: relative;
    width: calc(100% + var(--about-edge-gap));
    justify-self: stretch;
    margin-right: calc(-1 * var(--about-edge-gap));
    padding-top: var(--about-plate-height);
    padding-left: 2.1em;
}

.section-2026060401 .about-laker__visual-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 8.3em;
    background: #e7ddd3;
}

.section-2026060401 .about-laker__visual {
    position: relative;
    width: 100%;
    height: var(--about-visual-height);
    overflow: hidden;
    background: #f3f3f3;
    box-shadow: none;
}

.section-2026060401 .about-laker__visual img,
.section-2026060401 .about-laker__gallery-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.section-2026060401 .about-laker__stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    margin-top: 3.5em;
    background: var(--about-card);
    border-radius: 0.75em;
    box-shadow: 0 0.9em 2em -1.7em rgb(48 31 19 / 22%);
    overflow: hidden;
}

.section-2026060401 .about-laker__stat {
    position: relative;
    min-height: 6.1em;
    padding: 1.25em 1.5em 1.1em;
    text-align: center;
}

.section-2026060401 .about-laker__stat--with-line:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 3.4em;
    background: var(--about-line);
    transform: translateY(-50%);
}

.section-2026060401 .about-laker__stat-value {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.28em;
    color: var(--about-copy);
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.25;
}

.section-2026060401 .about-laker__stat-figure {
    display: inline-flex;
    align-items: flex-start;
    color: var(--about-red);
    font-size: 3em;
    font-weight: 400;
    line-height: 1;
}

.section-2026060401 .about-laker__stat-value .counter,
.section-2026060401 .about-laker__stat-suffix {
    font-size: 1em;
    color: inherit;
    line-height: 1;
}

.section-2026060401 .about-laker__stat-suffix {
    margin-left: 0.02em;
}

.section-2026060401 .about-laker__stat-tail {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0.28em;
    color: var(--about-copy);
    font-size: 1em;
    font-weight: 400;
    vertical-align: baseline;
}

.section-2026060401 .about-laker__stat-label {
    margin-top: 0.5em;
    color: var(--about-copy);
    font-size: 1.125em;
    line-height: 1.35;
}

.section-2026060401 .about-laker__gallery {
    position: relative;
    z-index: 2;
    margin-top: 3.5em;
    padding: 0;
}

.section-2026060401 .about-laker__gallery .swiper {
    overflow: hidden;
}

.section-2026060401 .about-laker__gallery-img {
    width: 100%;
    aspect-ratio: 380 / 213;
    overflow: hidden;
    background: #000;
    border-radius: 0.5em;
}

.section-2026060401 .about-laker__gallery-img:hover img {
    transform: scale(1.1);
}

.section-2026060401 .about-laker__gallery-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 3.75em;
    height: 3.75em;
    padding: 0.65em;
    color: #777;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.25s ease, transform 0.25s ease;
}

.section-2026060401 .about-laker__gallery-button--prev {
    left: -4.5em;
}

.section-2026060401 .about-laker__gallery-button--next {
    right: -4.5em;
    color: #777;
}

.section-2026060401 .about-laker__gallery-button:hover {
    color: var(--about-red);
    transform: translateY(-50%) scale(1.05);
}

.section-2026060401 .about-laker__gallery-button svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* ============================================================
   Responsive: max-width 1440px
   ============================================================ */
@media screen and (max-width: 1440px) {
    .section-about-laker.section-2026060401 {
        --about-visual-height: clamp(20rem, 30vw, 31rem);
    }
    .section-2026060401 .about-laker__intro-inner {
        grid-template-columns: minmax(0, 46%) minmax(0, 52%);
    }
    .section-2026060401 .about-laker__gallery-button--prev {
        left: -3.25em;
    }
    .section-2026060401 .about-laker__gallery-button--next {
        right: -3.25em;
    }
}

/* ============================================================
   Responsive: max-width 1199px
   ============================================================ */
@media screen and (max-width: 1199px) {
    .section-about-laker.section-2026060401 {
        --about-visual-height: clamp(18rem, 34vw, 26rem);
        padding: 4.5em 0 4em;
    }
    .section-2026060401 .about-laker__intro-inner {
        grid-template-columns: minmax(0, 47%) minmax(0, 49%);
        gap: 4%;
    }
    .section-2026060401 .about-laker__content-body {
        padding-bottom: 1.35em;
    }
    .section-2026060401 .about-laker__copy {
        line-height: 1.6;
    }
    .section-2026060401 .about-laker__stats {
        margin-top: 2em;
    }
    .section-2026060401 .about-laker__gallery {
        margin-top: 2.4em;
        padding: 0;
    }
    .section-2026060401 .about-laker__gallery-button {
        width: 3.2em;
        height: 3.2em;
    }
    .section-2026060401 .about-laker__gallery-button--prev {
        left: -1.2em;
    }
    .section-2026060401 .about-laker__gallery-button--next {
        right: -1.2em;
    }
}

/* ============================================================
   Responsive: max-width 991px
   ============================================================ */
@media screen and (max-width: 991px) {
    .section-about-laker.section-2026060401 {
        --about-visual-height: clamp(19rem, 56vw, 28rem);
        padding: 4em 0;
    }
    .section-2026060401 .about-laker__intro-inner {
        grid-template-columns: 1fr;
        gap: 2.75em;
    }
    .section-2026060401 .about-laker__content {
        min-height: auto;
    }
    .section-2026060401 .about-laker__content-body {
        padding-bottom: 0;
    }
    .section-2026060401 .about-laker__button {
        margin-top: 2.2em;
    }
    .section-2026060401 .about-laker__visual-wrap {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }
    .section-2026060401 .about-laker__visual-wrap:before {
        right: 0;
        width: 68%;
    }
    .section-2026060401 .about-laker__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        background: var(--about-line);
        padding: 1px;
    }
    .section-2026060401 .about-laker__stat {
        background: var(--about-card);
    }
    .section-2026060401 .about-laker__stat--with-line:after {
        display: none;
    }
    .section-2026060401 .about-laker__gallery {
        margin-top: 2.2em;
    }
    .section-2026060401 .about-laker__gallery-button--prev {
        left: -0.35em;
    }
    .section-2026060401 .about-laker__gallery-button--next {
        right: -0.35em;
    }
}

/* ============================================================
   Responsive: max-width 680px
   ============================================================ */
@media screen and (max-width: 680px) {
    .section-about-laker.section-2026060401 {
        padding: 3.2em 0 0;
    }
    .section-about-laker.section-2026060401 .about-laker__intro-inner:before {
        top: 1em;
        height: 42%;
        opacity: 0.16;
    }
    .section-2026060401 .about-laker__title {
        font-size: 2em;
        line-height: 1.15;
    }
    .section-2026060401 .about-laker__eyebrow {
        font-size: 1.25em;
    }
    .section-2026060401 .about-laker__copy {
        margin-top: 2.8em;
        font-size: 1.125em;
        line-height: 1.55;
    }
    .section-2026060401 .about-laker__copy p + p {
        margin-top: 1.15em;
    }
    .section-2026060401 .about-laker__button {
        margin-top: 2em;
    }
    .section-2026060401 .about-laker__visual-wrap:before {
        height: 5em;
    }
    .section-2026060401 .about-laker__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 1.9em;
    }
    .section-2026060401 .about-laker__stat {
        min-height: auto;
        padding: 1.1em 1em;
    }
    .section-2026060401 .about-laker__stat-value {
        font-size: 1em;
    }
    .section-2026060401 .about-laker__stat-figure {
        font-size: 2.8em;
    }
    .section-2026060401 .about-laker__stat-label {
        font-size: 1em;
    }
    .section-2026060401 .about-laker__visual {
        height: clamp(14.5rem, 58vw, 20rem);
    }
    .section-2026060401 .about-laker__gallery {
        margin-top: 1.8em;
        padding: 0;
    }
    .section-2026060401 .about-laker__gallery-button {
        width: 2.85em;
        height: 2.85em;
        padding: 0.55em;
        background: rgb(255 255 255 / 82%);
        border-radius: 50%;
        box-shadow: 0 0.5em 1.25em rgb(0 0 0 / 16%);
    }
    .section-2026060401 .about-laker__gallery-button--prev {
        left: -0.2em;
    }
    .section-2026060401 .about-laker__gallery-button--next {
        right: -0.2em;
    }
}
