/* 首页独有样式：主视觉、首页分类、精选场景、产品集合和新闻预览 */
.homePage {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--color-white);
}

.homeHero {
    position: relative;
    min-height: clamp(700px, 92vh, 860px);
    color: var(--color-white);
}

.homeHeroImage,
.homeHeroShade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.homeHeroImage {
    object-fit: cover;
    object-position: center 42%;
}

.heroFade-enter-active,
.heroFade-leave-active {
    transition: opacity 760ms ease;
}

.heroFade-enter-from,
.heroFade-leave-to {
    opacity: 0;
}

.heroFade-leave-active {
    position: absolute;
    inset: 0;
}

.homeHeroShade {
    background: linear-gradient(90deg, rgba(16, 20, 24, 0.62), rgba(16, 20, 24, 0.18) 48%, rgba(16, 20, 24, 0.46));
}

.homeHeroPager {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(-50%);
}

.homeHeroPagerDot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
}

.homeHeroPagerDot:hover,
.homeHeroPagerDot:focus-visible {
    background: rgba(255, 255, 255, 0.7);
    outline: none;
    transform: scale(1.15);
}

.homeHeroPagerDot.active {
    border-color: var(--color-brand);
    background: var(--color-brand);
}

.homeHeroInner {
    position: relative;
    min-height: clamp(700px, 92vh, 860px);
}

.homeHeroContent {
    position: absolute;
    top: clamp(150px, 22vh, 220px);
    left: 15px;
    max-width: 560px;
    transform: none;
}

.homeHeroTitle {
    margin-top: 14px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.28;
    text-transform: uppercase;
    white-space: pre-line;
}

.homeHeroDesc {
    max-width: 450px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.8;
}

.homeHeroActions {
    display: flex;
    gap: 14px;
    margin-top: 32px;
}

.homeSection {
    padding: 88px 0;
}

.sectionHeaderRow {
    display: flex;
    align-items: center;
}

.categoryGrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    margin-top: 58px;
}

.collectionIntro .smallAction {
    margin-top: 20px;
}

.categoryCard {
    min-height: 208px;
    padding: 34px 26px 26px;
    background: var(--color-paper);
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(24, 27, 31, 0.04);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.categoryCard:hover {
    color: var(--color-white);
    background: var(--color-blue);
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-4px);
    box-shadow: 0 18px 30px rgba(24, 27, 31, 0.12);
}

.categoryName,
.categoryDesc {
    display: block;
}

.categoryName {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 900;
}

.categoryDesc {
    font-size: 12px;
    line-height: 1.65;
}

.flexibleSelection {
    padding-top: 40px;
}

.selectionGrid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 38px;
    align-items: stretch;
}

.selectionCard {
    position: relative;
    min-height: 334px;
    padding: 38px;
    overflow: hidden;
    background: var(--color-paper);
    border: 1px solid #edf1f3;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(24, 27, 31, 0.04);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.selectionOrange {
    background: var(--color-orange);
}

.selectionCard:hover,
.selectionCard:focus {
    transform: translateY(-6px);
    border-color: #dfe6eb;
    box-shadow: 0 22px 36px rgba(24, 27, 31, 0.12);
}

.selectionLabel {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 250px;
    margin-bottom: 20px;
    color: var(--color-charcoal);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
}

.selectionCard img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72%;
    height: 78%;
    object-fit: cover;
    object-position: left top;
    mix-blend-mode: multiply;
    transition: transform 0.28s ease;
}

.selectionCard:hover img,
.selectionCard:focus img {
    transform: scale(1.03);
}

.selectionOrange img {
    width: 88%;
    height: 78%;
    object-position: right top;
}

.whyChooseSection {
    padding-top: 28px;
    padding-bottom: 24px;
}

.whyGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.whyCard {
    min-height: 214px;
    padding: 28px 24px;
    background: var(--color-paper);
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.whyCard:hover,
.whyCard:active {
    background: #f0f4f7;
    box-shadow: 0 18px 30px rgba(24, 27, 31, 0.12);
    transform: translateY(-6px);
}

.whyLabel,
.whyDesc {
    display: block;
}

.whyLabel {
    margin-bottom: 18px;
    color: var(--color-charcoal);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.28;
}

.whyDesc {
    color: #5b6670;
    font-size: 14px;
    line-height: 1.85;
}

.productCollection {
    padding-top: 62px;
}

.productLayout {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 42px;
    align-items: start;
}

.productTabs {
    display: flex;
    flex-direction: column;
}

.productTab {
    display: block;
    min-height: 58px;
    padding: 18px 20px;
    color: var(--color-charcoal);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.productTab:hover,
.productTab:focus {
    color: var(--color-charcoal);
    background: #f7f9fb;
    border-color: var(--color-line);
    transform: none;
    box-shadow: none;
}

.productTab.active {
    color: var(--color-white);
    background: var(--color-blue);
    border-radius: 6px;
    border-bottom-color: transparent;
    box-shadow: none;
    font-weight: 400;
}

.productGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-content: start;
    align-items: start;
}

.productContentCol {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.productCard {
    position: relative;
    min-height: 0;
    padding: 22px 22px 16px;
    background: var(--color-paper);
    border: 1px solid #edf1f3;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(24, 27, 31, 0.04);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.productCard:hover,
.productCard:focus {
    transform: translateY(-6px);
    border-color: #dfe6eb;
    box-shadow: 0 22px 36px rgba(24, 27, 31, 0.12);
}

.productImageBox {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    background: #e9eef1;
}

.productImageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.26s ease;
}

.productCard:hover .productImageBox img,
.productCard:focus .productImageBox img {
    transform: scale(1.035);
}

.visualFire img {
    object-position: 18% 14%;
}

.visualGrill img {
    object-position: 82% 13%;
}

.visualTable img {
    object-position: 18% 78%;
}

.visualBag img {
    object-position: 82% 78%;
}

.visualTent img {
    object-position: 48% 48%;
}

.visualLight img {
    object-position: 74% 18%;
}

.visualFurniture img {
    object-position: 34% 86%;
}

.visualTableware img {
    object-position: 82% 58%;
}

.visualAccessory img {
    object-position: 16% 70%;
}

.productModel,
.productName,
.productSpec {
    display: block;
}

.productModel {
    color: var(--color-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.productName {
    margin-top: 8px;
    padding-right: 48px;
    color: var(--color-charcoal);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.productSpec {
    margin-top: 10px;
    padding-right: 48px;
    color: #5f6871;
    font-size: 13px;
    line-height: 1.7;
}

.productActionRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 12px;
}

.productDetailHint {
    display: inline-flex;
    align-items: center;
    color: #7d8791;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.2s ease, transform 0.2s ease;
}

.productActionRow .roundAction {
    position: static;
    flex: 0 0 auto;
}

.productDetailHint:after {
    content: ">";
    margin-left: 6px;
    font-size: 11px;
}

.productCard:hover .productDetailHint,
.productCard:focus .productDetailHint {
    color: var(--color-orange-dark);
    transform: translateX(2px);
}

.productFooter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
    padding-left: 0;
}

.newsPreview {
    padding-top: 40px;
}

.newsListWrap {
    margin-top: 48px;
}

.newsPreviewMoreCol {
    text-align: right;
}

.newsList {
    display: grid;
    gap: 0;
}

.newsListItem {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    padding: 22px 18px;
    border-bottom: 1px solid #e7ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.newsListItem:first-child {
    border-top: 1px solid #e7ecef;
}

.newsListItem:hover {
    background: rgba(255, 255, 255, 0.86);
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(24, 27, 31, 0.06);
}

.newsListMeta,
.newsListBody {
    min-width: 0;
}

.newsListMeta {
    display: block;
    padding-top: 2px;
}

.newsListDate {
    color: var(--color-orange-dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.newsListTitle {
    display: block;
    color: var(--color-charcoal);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.newsListDesc {
    display: block;
    margin-top: 10px;
    color: #5f6871;
    font-size: 14px;
    line-height: 1.8;
}

.newsMoreLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    color: #4d5964;
    background: #ffffff;
    border: 1px solid #d9e1e8;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.newsMoreLink:hover,
.newsMoreLink:focus {
    color: var(--color-orange-dark);
    background: #fffaf6;
    border-color: #e9cdb8;
    box-shadow: 0 10px 20px rgba(24, 27, 31, 0.06);
}

.newsMoreLink .glyphicon {
    font-size: 12px;
}

@media (max-width: 991px) {
    .newsPreviewMoreCol {
        margin-top: 18px;
        text-align: left;
    }

    .newsListItem {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px 0;
    }

    .newsListItem:hover {
        transform: none;
        box-shadow: none;
    }

    .newsMoreLink {
        min-height: 42px;
        padding: 0 18px;
    }
}

@media (max-width: 767px) {
    .newsListWrap {
        margin-top: 34px;
    }

    .newsListTitle {
        font-size: 18px;
        font-weight: 400;
    }

    .newsListDate {
        font-size: 15px;
    }

    .newsListDesc {
        font-size: 13px;
    }
}

@media (min-width: 1680px) {
    .homeHero,
    .homeHeroInner {
        min-height: clamp(860px, 54vw, 1040px);
    }

    .homeHeroImage {
        object-position: center 49%;
    }

    .homeHeroTitle {
        font-size: 36px;
    }

    .homeHeroDesc {
        max-width: 500px;
        font-size: 15px;
    }

    .selectionGrid {
        grid-template-columns: 1.7fr 1fr;
    }
}

@media (min-width: 2000px) {
    .homeHero,
    .homeHeroInner {
        min-height: clamp(920px, 52vw, 1140px);
    }

    .homeHeroImage {
        object-position: center 51%;
    }

    .homeHeroContent {
        top: clamp(200px, 18vh, 260px);
    }

}

@media (max-width: 1280px) {
    .homeHero,
    .homeHeroInner {
        min-height: clamp(660px, 88vh, 760px);
    }

    .homeHeroTitle {
        font-size: 36px;
    }

    .homeHeroContent {
        max-width: 500px;
    }

    .homeHeroDesc {
        max-width: 420px;
    }

    .categoryGrid {
        gap: 18px;
    }

    .categoryCard {
        padding: 30px 22px 22px;
    }

    .productLayout {
        grid-template-columns: 270px 1fr;
        gap: 30px;
    }
}

@media (max-width: 1100px) {
    .homeHero,
    .homeHeroInner {
        min-height: 680px;
    }

    .homeHeroContent {
        top: 154px;
        left: 24px;
        max-width: 450px;
    }

    .homeHeroTitle {
        font-size: 34px;
    }

    .homeHeroDesc {
        margin-top: 20px;
        font-size: 13px;
    }

    .collectionIntro .col-sm-6,
    .collectionIntro .col-sm-5 {
        width: 100%;
    }

    .collectionIntro .col-sm-offset-1 {
        margin-left: 0;
    }

    .sectionHeaderRow {
        display: block;
    }

    .sectionIntroText {
        max-width: 680px;
        margin-bottom: 18px;
    }

    .categoryGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 42px;
    }

    .selectionGrid {
        gap: 24px;
    }

    .selectionCard {
        min-height: 310px;
        padding: 30px;
    }

    .whyGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .productLayout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .productTabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .productTab {
        min-height: 52px;
        padding: 14px 16px;
        border: 1px solid var(--color-line);
        border-radius: 6px;
        text-align: center;
    }

    .productFooter {
        padding-left: 0;
        justify-content: flex-start;
    }

    .newsGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .homeSection {
        padding: 72px 0;
    }

    .homeHero,
    .homeHeroInner {
        min-height: 680px;
    }

    .homeHeroContent {
        top: 146px;
        left: 24px;
        right: 24px;
        max-width: 480px;
        transform: none;
    }

    .homeHeroTitle {
        font-size: 32px;
    }

    .homeHeroDesc {
        max-width: 420px;
    }

    .categoryGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .selectionGrid,
    .newsGrid {
        grid-template-columns: 1fr;
    }

    .selectionCard img {
        width: 60%;
    }

    .selectionOrange img {
        width: 70%;
    }
}

@media (max-width: 750px) {
    .homePage {
        margin: 0;
    }

    .homeHero,
    .homeHeroInner {
        min-height: 720px;
    }

    .homeHeroContent {
        top: 136px;
        left: 20px;
        right: 20px;
        max-width: none;
        transform: none;
    }

    .homeHeroTitle {
        font-size: 30px;
    }

    .homeHeroActions,
    .productFooter {
        align-items: flex-start;
        flex-direction: column;
    }

    .homeSection {
        padding: 64px 0;
    }

    .sectionHeaderRow {
        display: block;
    }

    .selectionGrid,
    .whyGrid,
    .productLayout,
    .productGrid,
    .newsGrid {
        grid-template-columns: 1fr;
    }

    .categoryGrid,
    .newsGrid {
        margin-top: 34px;
    }

    .categoryGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .categoryCard {
        min-height: 180px;
        padding: 24px 18px 18px;
    }

    .categoryName {
        font-size: 16px;
    }

    .categoryDesc {
        font-size: 11px;
        line-height: 1.7;
    }

    .selectionCard {
        min-height: 300px;
        padding: 26px;
    }

    .selectionLabel {
        max-width: 180px;
        font-size: 24px;
    }

    .productTabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .productTab {
        min-height: 48px;
        padding: 14px;
        border: 1px solid var(--color-line);
        border-radius: 6px;
        font-size: 13px;
    }

    .whyGrid {
        grid-template-columns: 1fr;
    }

    .productFooter {
        padding-left: 0;
    }

    .newsCard,
    .whyCard,
    .productCard {
        min-height: 0;
    }
}
