.dream-about-page{min-height:100vh;background:#fff;overflow-x:hidden}

/* about 页头部：默认白色背景、黑色字体 */
.dream-about-page--transparent-header .dream-header{
    background: #fff;
    border-top-color: #e8e8e8;
    border-bottom-color: #e7e7e7;
}
.dream-about-page--transparent-header .dream-header .dream-nav,
.dream-about-page--transparent-header .dream-header .dream-logo{
    color: #050505;
}
.dream-about-page--transparent-header .dream-header .dream-logo img{
    filter: none;
}

.about-hero{position:relative;height:calc(100vh - 62px);min-height:500px;max-height:900px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}
.about-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}

.dream-about-page--transparent-header{padding-top:0}

.about-section{padding:80px 0;background:#fff}
.about-section-header{width:1200px;margin:0 auto 48px;text-align:center}
.about-section-header h2{margin:0 0 12px;font-size:32px;font-weight:800;color:#111}
.about-section-header p{margin:0;font-size:16px;color:#666}

.values-grid{
    width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px 32px;
}
.value-card{text-align:center;padding:24px}
.value-card img{width:64px;height:64px;margin-bottom:20px}
.value-card h3{margin:0 0 10px;font-size:20px;font-weight:700;color:#111}
.value-card p{margin:0;font-size:14px;color:#666;line-height:1.7}

.about-treat{background:#fff}
.treat-grid{width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,400px);grid-template-rows:repeat(2,300px);gap:0}
.treat-card{position:relative;overflow:hidden;background:#f5f5f5;box-shadow:0 4px 16px rgba(0,0,0,.06);cursor:pointer;border-radius:0}
.treat-card--large{grid-column:1 / 2;grid-row:1 / 3;border-radius:12px 0 0 12px}
.treat-card:nth-child(2){grid-column:2 / 4;grid-row:1 / 2;border-radius:0 12px 0 0}
.treat-card:nth-child(3){grid-column:2 / 3;grid-row:2 / 3;border-radius:0}
.treat-card:nth-child(4){grid-column:3 / 4;grid-row:2 / 3;border-radius:0 0 12px 0}
.treat-card-media{position:relative;width:100%;height:100%;overflow:hidden}
.treat-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.1,.25,1)}
.treat-card:hover .treat-card-media img{transform:scale(1.06)}
.treat-card-title{position:absolute;left:0;right:0;bottom:0;margin:0;padding:18px 20px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.55) 0,rgba(0,0,0,0) 100%);transition:opacity .3s ease;z-index:2}
.treat-card-overlay{position:absolute;left:0;right:0;top:0;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding:40px 24px 24px;background:linear-gradient(to top,rgba(0,0,0,.78) 0,rgba(0,0,0,.35) 100%);color:#fff;opacity:0;transform:translateY(84px);transition:all ease-in-out .3s;z-index:3}
.treat-card-overlay h3{margin:0 0 10px;font-size:20px;font-weight:700;color:#fff}
.treat-card-overlay p{margin:0;font-size:14px;color:#fff;line-height:1.7;opacity:.95}
.treat-card:hover .treat-card-title{opacity:0}
.treat-card:hover .treat-card-overlay{opacity:1;transform:translateY(0)}
.treat-card-title,.treat-card-overlay{display:none}

.welfare-row{width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.welfare-row--reverse .welfare-text{order:2}
.welfare-row--reverse .welfare-media{order:1}
.welfare-text h3{margin:0 0 16px;font-size:24px;font-weight:700;color:#111}
.welfare-text p{margin:0 0 12px;font-size:15px;color:#555;line-height:1.8}
.welfare-media{border-radius:12px;overflow:hidden;background:#f5f5f5}
.welfare-media img{width:100%;height:auto;display:block}

.about-space{background:#fff}
.space-swiper-wrap{position:relative;width:800px;margin:0 auto;padding-bottom:50px}
.space-swiper{width:800px;height:400px;position:relative;overflow:hidden;border-radius:12px}
.space-swiper .swiper-slide{position:relative;overflow:hidden;background:#f5f5f5;height:400px}
.space-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block}
.space-swiper .swiper-slide h3{position:absolute;left:0;right:0;bottom:0;margin:0;padding:18px 20px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.55) 0,rgba(0,0,0,0) 100%)}
.space-swiper .swiper-pagination{bottom:0}
.space-swiper .swiper-pagination-bullet{width:8px;height:8px;background:#ccc;opacity:1}
.space-swiper .swiper-pagination-bullet-active{background:#ed721f}
.space-swiper-btn{position:absolute;top:50%;width:44px;height:44px;margin-top:-22px;color:#ed721f;background:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.12);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}
.space-swiper-btn:hover{background:#ed721f;color:#fff}
.space-swiper-prev{left:-84px}
.space-swiper-next{right:-84px}
.space-swiper-prev:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-left:2px solid currentColor;transform:translateX(2px) rotate(-45deg)}
.space-swiper-next:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translateX(-2px) rotate(45deg)}

.club-grid{width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}
.club-row{display:flex;gap:24px}
.club-card{position:relative;width:384px;height:220px;border-radius:12px;overflow:hidden;background:#f5f5f5;box-shadow:0 5px 15px 0 rgba(0,0,0,.03);transition:box-shadow .2s}
.club-card--large{width:792px}
.club-card img{width:100%;height:220px;object-fit:cover;display:block;background:#e5e5e5}
.club-card h3{margin:0;padding:0 20px;height:80px;display:flex;align-items:center;font-size:18px;font-weight:700;color:#333;background:#fff;transition:color .2s}
.club-card:hover{box-shadow:0 15px 20px 0 rgba(0,0,0,.1)}
.club-card:hover h3{color:#ed721f}

.about-gift{background:#fff}
.gift-swiper-wrap{position:relative;width:100%;margin:0 auto;overflow:hidden;padding-bottom:24px}
.gift-swiper{width:100%;height:500px;margin:0 auto;overflow:visible}
.gift-swiper .swiper-slide{width:800px!important;height:500px;border-radius:12px;overflow:hidden;background:#f5f5f5;transition:transform .3s,opacity .3s;flex-shrink:0}
.gift-swiper .swiper-slide img{width:100%;height:100%;object-fit:cover;display:block;background:#e5e5e5}
.gift-swiper .swiper-slide:not(.swiper-slide-active){opacity:.55;transform:scale(.9)}
.gift-swiper-nav{position:relative;display:flex;justify-content:center;align-items:center;gap:100px;margin-top:24px;z-index:10}
.gift-swiper-btn{position:static;width:44px;height:44px;color:#ed721f;background:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.12);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}
.gift-swiper-btn:hover{background:#ed721f;color:#fff}
.gift-swiper-prev:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-left:2px solid currentColor;transform:translateX(2px) rotate(-45deg)}
.gift-swiper-next:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:translateX(-2px) rotate(45deg)}

@media (max-width:760px){
.about-hero{height:56vw;min-height:280px;max-height:520px}
.about-hero-video{object-position:center}
.about-section{padding:48px 0 0 0}
.about-section-header{width:calc(100% - 32px);margin-bottom:32px}
.about-section-header h2{font-size:26px;margin-bottom:10px}
.about-section-header p{font-size:14px}

.values-grid{width:calc(100% - 32px);grid-template-columns:repeat(2,1fr);gap:24px 16px}
.value-card{padding:16px}
.value-card img{width:52px;height:52px;margin-bottom:14px}
.value-card h3{font-size:16px;margin-bottom:8px}
.value-card p{font-size:13px;line-height:1.6}

.treat-grid{width:calc(100% - 32px);grid-template-columns:1fr;grid-template-rows:auto;gap:12px}
.treat-card{min-height:180px;border-radius:12px}
.treat-card--large{grid-column:auto;grid-row:auto;border-radius:12px}
.treat-card:nth-child(2),.treat-card:nth-child(3),.treat-card:nth-child(4){grid-column:auto;grid-row:auto;border-radius:12px}
.treat-card-overlay{padding:24px 18px 18px}
.treat-card-overlay h3{font-size:18px}
.treat-card-overlay p{font-size:13px}
.treat-card-title{padding:14px 16px;font-size:16px}

.welfare-row{width:calc(100% - 32px);grid-template-columns:1fr;gap:28px}
.welfare-row--reverse .welfare-text,.welfare-row--reverse .welfare-media{order:0}
.welfare-text h3{font-size:20px;margin-bottom:12px}
.welfare-text p{font-size:14px;line-height:1.7;margin-bottom:10px}
.welfare-media{border-radius:10px}

.space-swiper-wrap{width:calc(100% - 32px);padding-bottom:40px}
.space-swiper{width:100%;height:56vw;min-height:220px;max-height:320px}
.space-swiper .swiper-slide{height:100%}
.space-swiper-btn{width:36px;height:36px}
.space-swiper-prev{left:10px}
.space-swiper-next{right:10px}
.space-swiper .swiper-pagination{bottom:6px}

.club-grid{width:calc(100% - 32px);gap:16px}
.club-row{flex-direction:column;gap:16px}
.club-card,.club-card--large{width:100%;height:auto}
.club-card img,.club-card--large img{height:auto;min-height:180px;max-height:260px}
.club-card h3{height:60px;padding:0 16px;font-size:16px}

.gift-swiper-wrap{padding-bottom:20px}
.gift-swiper{height:56vw;min-height:220px;max-height:320px}
.gift-swiper .swiper-slide{width:80vw!important;height:100%;max-width:560px}
.gift-swiper-nav{gap:40px;margin-top:16px}
.gift-swiper-btn{width:36px;height:36px}
}
