/* ============================================================
   About → Warehouse block styling (CLEAN VERSION)
   User requested: NO captions, NO decorative gradient borders.
   Just clean rounded-corner photos with subtle soft shadow.
   ============================================================ */

.warehouse-block { position: relative; padding: 12px 0 0; }
.warehouse-head { margin-bottom: 58px; }
.warehouse-layout { display: grid; grid-template-columns: 0.92fr 1.1fr; gap: 56px; align-items: start; }

/* 左：2 张仓库照片（错落叠放布局保留，但无边框、无caption、无发光） */
.warehouse-gallery { position: relative; padding-top: 28px; min-height: 620px; }
.wh-photo {
    margin: 0; padding: 0;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    background: #fbfbfd;
    box-shadow: 0 18px 44px -22px rgba(0, 0, 0, 0.22);
    transition: transform .7s cubic-bezier(.22,1,.36,1), box-shadow .7s cubic-bezier(.22,1,.36,1);
    border: 1px solid rgba(0,0,0,0.04);
}
/* 清除橙色渐变描边 */
.wh-photo::before { display: none !important; }
/* 清除 hover 外发光 halo */
.wh-photo::after  { display: none !important; }
.wh-photo:hover { transform: translateY(-4px); box-shadow: 0 28px 60px -26px rgba(0,0,0,0.28); }

.wh-photo .wh-img,
.wh-photo .wh-fallback-svg {
    width: 100%; height: 100%; display: block; object-fit: cover;
    transition: transform 1.1s cubic-bezier(.22,1,.36,1), filter .6s ease;
    filter: saturate(1.04) contrast(1.02);
}
.wh-fallback-svg { width: 100% !important; height: 100% !important; display: block !important; }
.wh-photo:hover .wh-img,
.wh-photo:hover .wh-fallback-svg { transform: scale(1.04); filter: saturate(1.12) contrast(1.04); }

/* 图 A 大图 */
.wh-photo-a { top: 0; left: 0; right: 36px; height: 62%; z-index: 2; }
.wh-photo-a .wh-img { aspect-ratio: 4 / 3; width: 100%; height: 100%; }
/* 图 B 小图，右下叠一层（保留 2px 纯白边，防止与图 A 边界融合） */
.wh-photo-b { bottom: 0; right: 0; width: 62%; height: 50%; z-index: 3; border: 2px solid #ffffff; }
.wh-photo-b .wh-img { aspect-ratio: 4 / 3; width: 100%; height: 100%; }

/* 用户要求：删掉 caption 玻璃块 */
.wh-caption { display: none !important; }

/* 右：仓库介绍 */
.wh-intro-title { font-family:'Space Grotesk',sans-serif; font-size:1.9rem; font-weight:700; letter-spacing:-.015em; line-height:1.18; color:#1d1d1f; margin:0 0 18px; }
.wh-intro-lede { color:#48484a; font-size:1rem; line-height:1.85; margin:0 0 28px; }
.wh-highlights { list-style:none; margin:0 0 30px; padding:0; display:flex; flex-direction:column; gap:15px; }
.wh-highlights li { display:flex; gap:14px; align-items:flex-start; padding:13px 15px; border-radius:14px; background:#fbfbfd; border:1px solid rgba(0,0,0,0.06); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease; }
.wh-highlights li:hover { transform: translateX(4px); background:#ffffff; border-color: rgba(255,106,0,0.32); box-shadow: 0 12px 28px -14px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,106,0,0.18); }
.wh-hl-ic { flex-shrink:0; width:38px; height:38px; border-radius:12px; display:inline-flex; align-items:center; justify-content:center; background: linear-gradient(135deg,#ff3b00 0%,#ff6a00 55%,#ffa514 100%); color:#fff; font-size:1.05rem; line-height:1; margin-top:2px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 8px 18px rgba(255,106,0,0.40); }
.wh-highlights strong { color:#1d1d1f; font-weight:700; display:inline; }
.wh-highlights li div { color:#3a3a3c; font-size:0.95rem; line-height:1.75; }

/* 统计面板：同样去掉渐变描边，干净的浅色表面 */
.warehouse-stats {
    display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
    padding: 22px 16px;
    background: #fbfbfd;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 22px;
    box-shadow: 0 14px 38px -20px rgba(0, 0, 0, 0.12);
    margin-bottom: 28px;
}
.wh-stat { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:6px 10px; border-right:1px solid rgba(0,0,0,0.08); text-align:center; }
.wh-stat:last-child { border-right:none; }
.wh-stat-num { font-family:'Space Grotesk',sans-serif; font-size:1.85rem; font-weight:700; color:#1d1d1f; line-height:1; display:inline-block; }
.wh-stat-plus, .wh-stat-pct {
    font-family:'Space Grotesk',sans-serif; font-size:1.55rem; font-weight:700;
    background: linear-gradient(135deg,#ff3b00 0%,#ff6a00 50%,#ffa514 100%);
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
    line-height:1; display:inline-block; margin-left:2px; vertical-align:top;
}
.wh-stat-label { font-size:0.74rem; color:#6e6e73; margin-top:8px; font-weight:500; letter-spacing:.02em; line-height:1.35; }

/* 物流合作商 chips */
.wh-partner-logos { padding:18px 20px; border-radius:18px; background:#fbfbfd; border:1px solid rgba(0,0,0,0.06); }
.wh-logos-kicker { display:block; font-family:'Space Grotesk',sans-serif; font-size:0.66rem; font-weight:700; letter-spacing:.26em; color:#6e6e73; text-transform:uppercase; margin-bottom:14px; }
.wh-logos-row { display:flex; flex-wrap:wrap; gap:10px; }
.wh-logo-chip {
    display:inline-flex; align-items:center; justify-content:center;
    padding:8px 14px; border-radius:999px; background:#ffffff;
    border:1px solid rgba(0,0,0,0.08);
    color:#3a3a3c; font-size:0.82rem; font-weight:600; letter-spacing:.02em;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
}
.wh-logo-chip:hover {
    transform: translateY(-2px); color:#ff6a00;
    border-color: rgba(255,106,0,0.35);
    box-shadow: 0 8px 18px -10px rgba(255,106,0,0.45), 0 0 0 1px rgba(255,106,0,0.2);
}

/* 响应式 */
@media (max-width: 1180px) {
    .warehouse-layout { grid-template-columns:1fr 1fr; gap:44px; }
    .warehouse-gallery { min-height:560px; }
    .wh-photo-a { right:28px; height:60%; }
    .wh-photo-b { width:66%; height:50%; }
    .warehouse-stats { grid-template-columns:repeat(2,1fr); padding:18px 12px; }
    .wh-stat { border-right:none !important; padding:10px 4px; }
    .wh-stat:nth-child(1),.wh-stat:nth-child(3) { border-right:1px solid rgba(0,0,0,0.08) !important; }
    .wh-stat:nth-child(1),.wh-stat:nth-child(2) { border-bottom:1px solid rgba(0,0,0,0.08); }
}
@media (max-width: 880px) {
    .warehouse-block { margin-top:80px !important; }
    .warehouse-layout { grid-template-columns:1fr; gap:44px; }
    .warehouse-gallery { min-height:580px; max-width:560px; margin:0 auto; width:100%; }
    .wh-intro-title { font-size:1.6rem; }
}
@media (max-width: 560px) {
    .warehouse-gallery { min-height:470px; }
    .wh-photo { border-radius:18px; }
    .wh-photo-a { right:16px; height:60%; }
    .wh-photo-b { width:70%; height:48%; border-width:2px; }
    .wh-highlights li { padding:12px 12px; gap:10px; }
    .wh-hl-ic { width:34px; height:34px; border-radius:10px; font-size:0.95rem; }
    .warehouse-stats { grid-template-columns:repeat(2,1fr); padding:14px 10px; }
    .wh-stat-num { font-size:1.5rem; }
    .wh-stat-plus, .wh-stat-pct { font-size:1.25rem; }
    .wh-stat-label { font-size:0.68rem; }
}
