/*
 * 北海明珠官网首页重构版
 * 目标：让大厅、宴会现场、菜品和预订入口成为首页主角，文章仅作辅助。
 */
body.home-redesign-page{background:#fff}
body.home-redesign-page .container{width:min(calc(100% - 64px),1420px)}
body.home-redesign-page .section{padding:104px 0}
.home-section-title h2{font-size:clamp(34px,3vw,48px);letter-spacing:-.045em}
.home-section-title p{font-size:15px;line-height:1.9}

/* =========================
 * 首屏：整屏轮播 + 左侧文案
 * ========================= */
.home-hero-redesign{position:relative;min-height:clamp(650px,76vh,820px);overflow:hidden;background:#071d3b;color:#fff;isolation:isolate}
.home-hero-slides,.home-hero-slide,.home-hero-slide img{position:absolute;inset:0;width:100%;height:100%}
.home-hero-slide{margin:0;opacity:0;transform:scale(1.035);transition:opacity 1s ease,transform 7s ease;pointer-events:none}
.home-hero-slide.is-active{opacity:1;transform:scale(1);z-index:1}
.home-hero-slide img{object-fit:cover;object-position:center}
.home-hero-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(4,17,39,.94) 0%,rgba(6,28,59,.82) 37%,rgba(6,25,53,.42) 63%,rgba(3,13,31,.22) 100%)}
.home-hero-glow{position:absolute;inset:0;z-index:3;background:radial-gradient(circle at 21% 29%,rgba(55,113,220,.24),transparent 38%),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.22));pointer-events:none}
.home-hero-inner{position:relative;z-index:4;min-height:clamp(650px,76vh,820px);display:flex;align-items:center;padding:92px 0 116px}
.hero-copy{max-width:830px}
.hero-kicker{display:inline-flex;align-items:center;gap:12px;color:#f0d4a0;font-size:12px;font-weight:800;letter-spacing:.17em}
.hero-kicker::before{content:"";width:38px;height:1px;background:#d4a958}
body.home-redesign-page .home-hero h1{display:block!important;width:auto!important;max-width:820px!important;margin:22px 0 22px!important;color:#fff;font-size:clamp(52px,5.7vw,84px)!important;line-height:1.08!important;letter-spacing:-.065em!important;white-space:normal!important;text-wrap:balance}
body.home-redesign-page .home-hero h1 br{display:block!important}
body.home-redesign-page .home-hero h1 em{display:inline!important;color:#9fc0ff;font-style:normal}
.hero-copy>p{max-width:700px;margin:0;color:rgba(255,255,255,.8);font-size:18px;line-height:1.95}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.home-hero-primary,.home-hero-secondary{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:9px;font-weight:800;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.home-hero-primary{border:1px solid #d7ad65;background:linear-gradient(135deg,#d7ad65,#bc8738);color:#0d2341;box-shadow:0 15px 38px rgba(8,18,39,.3)}
.home-hero-secondary{border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.09);color:#fff;backdrop-filter:blur(10px)}
.home-hero-primary:hover,.home-hero-secondary:hover{transform:translateY(-3px)}
.home-hero-secondary:hover{background:rgba(255,255,255,.17)}
.home-hero-primary .site-icon,.home-hero-secondary .site-icon{width:19px;height:19px}
.hero-proof{display:flex;align-items:stretch;margin-top:47px}
.hero-proof div{min-width:134px;padding:0 27px;border-right:1px solid rgba(255,255,255,.2)}
.hero-proof div:first-child{padding-left:0}.hero-proof div:last-child{border-right:0}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-family:Georgia,"Times New Roman",serif;color:#fff;font-size:25px;line-height:1.25}
.hero-proof span{margin-top:4px;color:rgba(255,255,255,.58);font-size:11px;letter-spacing:.05em}
.home-hero-meta{position:absolute;left:0;right:0;bottom:0;z-index:5;border-top:1px solid rgba(255,255,255,.14);background:rgba(4,18,41,.38);backdrop-filter:blur(12px)}
.home-hero-meta-inner{min-height:75px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.home-hero-caption{display:flex;align-items:center;gap:15px;min-width:0}
.home-hero-caption span{color:#d9b975;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-hero-caption strong{max-width:450px;overflow:hidden;color:rgba(255,255,255,.82);font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.home-hero-controls{display:flex;align-items:center;gap:14px}
.home-hero-controls>button{width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:transparent;color:#fff;font-size:22px;line-height:1}
.home-hero-dots{display:flex;align-items:center;gap:8px}
.home-hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.38);transition:.2s}
.home-hero-dots button.is-active{width:25px;border-radius:99px;background:#d5ae66}

/* =========================
 * 首页前半部分：菜品先行
 * ========================= */
.home-cuisine-opening{background:#fff}
.home-cuisine-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-cuisine-card{min-width:0;overflow:hidden;border:1px solid #e1e6ed;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(18,41,74,.07);transition:transform .25s ease,box-shadow .25s ease}
.home-cuisine-card:hover{transform:translateY(-4px);box-shadow:0 19px 45px rgba(18,41,74,.12)}
.home-cuisine-image{position:relative;display:block;height:clamp(170px,13vw,205px);overflow:hidden;background:#e9eef4}
.home-cuisine-image img,.home-cuisine-image .cover-placeholder{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.home-cuisine-card:hover .home-cuisine-image img{transform:scale(1.045)}
.home-cuisine-badge,.home-cuisine-season{position:absolute;top:14px;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 11px;border-radius:999px;font-size:10px;font-weight:900;box-shadow:0 7px 18px rgba(0,0,0,.13)}
.home-cuisine-badge{left:14px;background:#d9a650;color:#fff}.home-cuisine-season{right:14px;background:rgba(8,38,76,.9);color:#fff}
.home-cuisine-body{display:flex;min-height:112px;flex-direction:column;padding:13px 15px 12px}
.home-cuisine-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.home-cuisine-heading h3{min-width:0;margin:0;font-size:17px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.home-cuisine-heading h3 a{color:#132742}
.home-cuisine-price{flex-shrink:0;max-width:42%;text-align:right;color:#a86f1e}
.home-cuisine-price strong{display:block;font-size:14px;line-height:1.3}.home-cuisine-price small{display:block;margin-top:2px;color:#9a856a;font-size:8px;line-height:1.3}
.home-cuisine-body>p{min-height:1.55em;margin:6px 0 0;color:#617086;font-size:11px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.home-cuisine-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:7px}
.home-cuisine-meta span{overflow:hidden;color:#b27a2d;font-size:9px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.home-cuisine-meta a{flex-shrink:0;color:#245ba9;font-size:10px;font-weight:850}
.home-cuisine-actions{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:22px;padding:22px 25px;border:1px solid #dfe5ed;border-radius:15px;background:#f7f9fc}
.home-cuisine-actions strong,.home-cuisine-actions span{display:block}
.home-cuisine-actions strong{font-size:16px}.home-cuisine-actions span{margin-top:5px;color:#758196;font-size:12px}
.home-cuisine-actions>div:last-child{display:flex;gap:10px;flex-shrink:0}
.home-cuisine-actions a,.home-cuisine-actions button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:8px;font-weight:800}
.home-cuisine-actions a{background:#123a70;color:#fff}.home-cuisine-actions button{border:1px solid #c7a05e;background:#fff;color:#9c6a24}

/* =========================
 * 五大宴会厅
 * ========================= */
.home-halls-showcase{background:#f4f6f9}
.home-hall-grid-redesign{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,var(--home-hall-row-height,235px));gap:17px;align-items:stretch}
.home-hall-card{position:relative;min-width:0;overflow:hidden;border-radius:18px;background:#dfe5ec;box-shadow:0 14px 40px rgba(18,39,72,.1)}
.home-hall-card.is-featured{grid-column:span 2;grid-row:span 2}
.home-hall-card>a,.home-hall-card img,.home-hall-card .cover-placeholder{display:block;width:100%;height:100%}
.home-hall-card img{object-fit:cover;transition:transform .55s ease}
.home-hall-card:hover img{transform:scale(1.045)}
.home-hall-overlay{position:absolute;z-index:3;inset:auto 0 0;padding:74px 24px 24px;color:#fff;background:linear-gradient(transparent,rgba(5,18,39,.92))}
.home-hall-card.is-featured .home-hall-overlay{padding:110px 34px 32px}
.home-hall-overlay span{color:#d9ba7b;font-size:9px;font-weight:800;letter-spacing:.1em}
.home-hall-overlay h3{margin:6px 0 5px;font-size:24px;line-height:1.3}
.home-hall-card.is-featured h3{font-size:34px}
.home-hall-overlay p{max-width:500px;margin:0 0 9px;color:rgba(255,255,255,.7);font-size:12px;line-height:1.65}
.home-hall-overlay b{font-size:11px;color:#fff}
.home-banquet-guide-card{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:0;overflow:hidden;margin-top:22px;border:1px solid #dfe5ed;border-radius:18px;background:#fff;box-shadow:0 14px 40px rgba(18,39,72,.08)}
.home-banquet-guide-cover{min-height:255px;background:#e7ecf2}.home-banquet-guide-cover img,.home-banquet-guide-cover .cover-placeholder{width:100%;height:100%;object-fit:cover}
.home-banquet-guide-body{display:flex;flex-direction:column;justify-content:center;padding:35px 42px}
.home-banquet-guide-body span{color:#ad772d;font-size:10px;font-weight:900;letter-spacing:.12em}
.home-banquet-guide-body h3{margin:9px 0 9px;font-size:28px;line-height:1.45}
.home-banquet-guide-body p{margin:0;color:#6f7c90;font-size:13px;line-height:1.85}
.home-banquet-guide-body a{display:inline-flex;margin-top:18px;color:#245ba9;font-size:12px;font-weight:800}

/* =========================
 * 活动横幅：纯色背景，不使用照片
 * ========================= */
.home-activity-feature{position:relative;overflow:hidden;background:linear-gradient(125deg,#082754 0%,#0d3c78 56%,#155aa2 100%);color:#fff;isolation:isolate}
.home-activity-feature::before{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 72px rgba(255,255,255,.035),0 0 0 145px rgba(255,255,255,.025)}
.home-activity-feature::after{content:"";position:absolute;left:-8%;bottom:-120px;width:520px;height:230px;background:radial-gradient(ellipse,rgba(69,142,226,.32),transparent 68%);transform:rotate(-8deg)}
.home-activity-feature-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,17,41,.34),transparent 62%)}
.home-activity-feature-inner{position:relative;z-index:1;min-height:300px;display:flex;align-items:center;justify-content:space-between;gap:60px;padding-top:55px;padding-bottom:55px}
.home-activity-feature-inner>div:first-child{max-width:850px}
.home-activity-feature span{display:inline-flex;padding:7px 11px;border:1px solid rgba(225,190,121,.42);border-radius:999px;background:rgba(255,255,255,.06);color:#f0cf8f;font-size:10px;font-weight:900;letter-spacing:.14em}
.home-activity-feature h2{margin:15px 0 12px;font-size:clamp(34px,3.6vw,54px);line-height:1.2;letter-spacing:-.05em}
.home-activity-feature p{margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.9}
.home-activity-actions{display:flex;flex-direction:column;gap:10px;min-width:210px}
.home-activity-actions a,.home-activity-actions button{min-height:51px;display:flex;align-items:center;justify-content:center;padding:0 21px;border-radius:8px;font-weight:800}
.home-activity-actions a{background:#d7ad65;color:#102544}.home-activity-actions button{border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.1);color:#fff}

/* =========================
 * 包间与到店用餐
 * ========================= */
.home-dining-showcase{background:#fff}
.home-dining-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr);gap:22px;align-items:stretch}
.home-dining-lead{position:relative;min-height:610px;overflow:hidden;border-radius:22px;background:#0e294f;color:#fff}
.home-dining-photo{position:absolute;inset:0}.home-dining-photo img{width:100%;height:100%;object-fit:cover}
.home-dining-lead::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,17,35,.04) 10%,rgba(5,21,45,.28) 48%,rgba(5,22,47,.96) 100%)}
.home-dining-copy{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:55px 42px 40px}
.home-dining-copy .eyebrow{color:#e0bf7b}
.home-dining-copy h2{margin:10px 0 11px;font-size:42px;line-height:1.25;letter-spacing:-.05em}
.home-dining-copy p{max-width:650px;margin:0;color:rgba(255,255,255,.75);font-size:14px;line-height:1.85}
.home-dining-copy>div{display:flex;gap:10px;margin-top:25px}
.home-dining-copy .secondary-btn{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:#fff}
.home-dining-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.home-dining-options article{display:flex;gap:16px;min-height:190px;padding:25px 23px;border:1px solid #e0e6ed;border-radius:17px;background:#f8fafc;transition:transform .22s ease,box-shadow .22s ease}
.home-dining-options article:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(18,41,74,.08)}
.home-dining-options article>span{display:flex;width:38px;height:38px;align-items:center;justify-content:center;flex:0 0 38px;border-radius:50%;background:#113d75;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:12px}
.home-dining-options h3{margin:1px 0 8px;font-size:19px}.home-dining-options p{margin:0;color:#718096;font-size:12px;line-height:1.8}
.home-dining-option-cta{grid-column:span 2;display:flex;min-height:170px;flex-direction:column;justify-content:center;padding:28px 30px;border-radius:18px;background:linear-gradient(135deg,#0b2c59,#144c8c);color:#fff}
.home-dining-option-cta strong{font-size:24px}.home-dining-option-cta p{margin:8px 0 15px;color:rgba(255,255,255,.7);font-size:13px}.home-dining-option-cta a{color:#e5c887;font-size:12px;font-weight:800}

/* =========================
 * 信任优势
 * ========================= */
.home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.home-trust-grid article{position:relative;min-height:230px;padding:31px 28px;border:1px solid #dfe5ed;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(19,42,76,.05)}
.home-trust-grid .site-icon{width:39px;height:39px;color:#b98437}
.home-trust-grid strong{display:block;margin:22px 0 8px;font-size:20px}
.home-trust-grid p{margin:0;color:#6d7a8e;font-size:13px;line-height:1.8}

/* =========================
 * 宴会实录
 * ========================= */
.home-records-section{background:#fff}
.home-record-grid{display:grid;grid-template-columns:1.25fr .875fr .875fr;gap:18px}
.home-record-card{overflow:hidden;border-radius:19px;background:#fff;border:1px solid #e2e7ee;box-shadow:0 13px 37px rgba(19,41,74,.08)}
.home-record-card>a{display:block;height:100%}
.home-record-cover{aspect-ratio:16/11;overflow:hidden;background:#e9eef4}.home-record-card.is-featured .home-record-cover{aspect-ratio:16/10}
.home-record-cover img{width:100%;height:100%;object-fit:cover;transition:.45s}.home-record-card:hover img{transform:scale(1.04)}
.home-record-body{padding:22px}
.home-record-body>div{display:flex;justify-content:space-between;gap:14px;color:#a8732f;font-size:9px;font-weight:900}
.home-record-body h3{margin:10px 0 8px;font-size:20px;line-height:1.5}.home-record-card.is-featured h3{font-size:25px}
.home-record-body p{margin:0;color:#6f7c90;font-size:12px;line-height:1.75}
.home-record-body b{display:inline-flex;margin-top:15px;color:#245ba9;font-size:11px}

/* =========================
 * 精选内容（不再铺满文章）
 * ========================= */
.home-insight-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}
.home-insight-feature{overflow:hidden;border-radius:20px;background:#fff;border:1px solid #e0e6ee}
.home-insight-feature>a{display:block;padding-bottom:28px}
.home-insight-feature>a>div:first-child{aspect-ratio:16/8.7;overflow:hidden;background:#e8edf3}.home-insight-feature img{width:100%;height:100%;object-fit:cover;transition:.4s}.home-insight-feature:hover img{transform:scale(1.035)}
.home-insight-feature span,.home-insight-feature h3,.home-insight-feature p,.home-insight-feature b{display:block;margin-left:29px;margin-right:29px}
.home-insight-feature span{margin-top:24px;color:#b27b2f;font-size:10px;font-weight:900}.home-insight-feature h3{margin-top:8px;margin-bottom:8px;font-size:26px;line-height:1.45}.home-insight-feature p{margin-top:0;color:#6b788c;font-size:13px;line-height:1.85}.home-insight-feature b{margin-top:17px;color:#235ba8;font-size:12px}
.home-insight-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.home-insight-list a{display:flex;flex-direction:column;min-height:220px;padding:23px;border:1px solid #e0e6ed;border-radius:18px;background:#fff;transition:.22s}
.home-insight-list a:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(18,41,74,.08)}
.home-insight-list span{color:#b37d32;font-size:9px;font-weight:900}.home-insight-list strong{margin-top:8px;font-size:17px;line-height:1.55}.home-insight-list p{margin:8px 0 0;color:#748094;font-size:11px;line-height:1.75}.home-insight-list small{margin-top:auto;padding-top:14px;color:#2a62af;font-size:9px}

/* =========================
 * 品牌故事与底部行动
 * ========================= */
.home-brand-story{position:relative;overflow:hidden;background-image:var(--brand-image);background-position:center;background-size:cover;color:#fff;isolation:isolate}
.home-brand-story-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,23,50,.96),rgba(7,29,62,.78) 58%,rgba(7,27,57,.55))}
.home-brand-story-inner{min-height:440px;display:flex;align-items:center;justify-content:space-between;gap:70px;padding-top:70px;padding-bottom:70px}
.home-brand-story-inner>div:first-child{max-width:850px}
.home-brand-story span{color:#dfbd7a;font-size:10px;font-weight:900;letter-spacing:.16em}
.home-brand-story h2{margin:14px 0 13px;font-size:clamp(35px,3.8vw,56px);line-height:1.2;letter-spacing:-.055em}
.home-brand-story p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.9}
.home-brand-story-inner>div:last-child{display:flex;flex-direction:column;gap:10px;min-width:210px}
.home-brand-story a{min-height:51px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.34);border-radius:8px;background:rgba(255,255,255,.08);font-weight:800}.home-brand-story a:first-child{border-color:#d5ab61;background:#d5ab61;color:#0c2444}
.home-final-cta{background:#fff}
.home-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:43px 46px;border:1px solid #e0e6ed;border-radius:20px;background:linear-gradient(135deg,#f7f9fc,#fff);box-shadow:0 17px 48px rgba(17,41,75,.08)}
.home-final-cta span{color:#b37c30;font-size:9px;font-weight:900;letter-spacing:.14em}.home-final-cta h2{margin:7px 0 7px;font-size:31px;line-height:1.3}.home-final-cta p{margin:0;color:#718095;font-size:13px}.home-final-cta-inner>div:last-child{display:flex;gap:10px;flex-shrink:0}

@media(max-width:1180px){
  body.home-redesign-page .container{width:min(calc(100% - 48px),1180px)}
  .home-cuisine-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
  .home-hall-grid-redesign{grid-template-columns:repeat(2,1fr);grid-template-rows:var(--home-hall-feature-height,390px) repeat(2,var(--home-hall-row-height,250px))}
  .home-hall-card.is-featured{grid-column:span 2;grid-row:auto}
  .home-dining-layout{grid-template-columns:1fr}
  .home-dining-lead{min-height:560px}
  .home-trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  body.home-redesign-page .section{padding:82px 0}
  .home-hero-redesign,.home-hero-inner{min-height:700px}
  body.home-redesign-page .home-hero h1{font-size:clamp(47px,7vw,65px)!important}
  .home-hero-shade{background:linear-gradient(90deg,rgba(4,17,39,.93),rgba(6,28,59,.74) 58%,rgba(4,18,40,.38))}
  .home-activity-feature-inner,.home-brand-story-inner{align-items:flex-start;flex-direction:column;gap:30px}
  .home-activity-actions,.home-brand-story-inner>div:last-child{min-width:0;width:100%;flex-direction:row}
  .home-activity-actions>* ,.home-brand-story-inner>div:last-child>*{flex:1}
  .home-cuisine-grid{grid-template-columns:1fr 1fr}
  .home-banquet-guide-card{grid-template-columns:1fr}.home-banquet-guide-cover{min-height:320px}
  .home-record-grid{grid-template-columns:1fr 1fr}.home-record-card.is-featured{grid-column:span 2}
  .home-insight-layout{grid-template-columns:1fr}.home-insight-list{grid-template-columns:1fr 1fr}
  .home-final-cta-inner{align-items:flex-start;flex-direction:column}.home-final-cta-inner>div:last-child{width:100%}.home-final-cta-inner>div:last-child>*{flex:1}
}
@media(max-width:680px){
  body.home-redesign-page .container{width:min(calc(100% - 28px),1420px)}
  body.home-redesign-page .section{padding:64px 0}
  .home-section-title h2{font-size:30px}
  .home-hero-redesign,.home-hero-inner{min-height:680px}
  .home-hero-inner{align-items:flex-end;padding:90px 0 150px}
  .home-hero-shade{background:linear-gradient(180deg,rgba(3,14,31,.32),rgba(4,18,40,.72) 38%,rgba(4,18,40,.96) 100%)}
  body.home-redesign-page .home-hero h1{font-size:39px!important;line-height:1.18!important;letter-spacing:-.05em!important;margin:16px 0!important}
  .hero-copy>p{font-size:14px;line-height:1.8}
  .hero-actions{display:grid;grid-template-columns:1fr;margin-top:24px}.home-hero-primary,.home-hero-secondary{width:100%;min-height:52px}
  .hero-proof{display:grid;grid-template-columns:1fr 1fr;gap:17px 10px;margin-top:27px}.hero-proof div,.hero-proof div:first-child{min-width:0;padding:0;border:0}.hero-proof strong{font-size:20px}
  .home-hero-caption{display:none}.home-hero-meta-inner{justify-content:center;min-height:58px}.home-hero-controls>button{display:none}
  .home-cuisine-grid{grid-template-columns:1fr}.home-cuisine-actions{align-items:flex-start;flex-direction:column}.home-cuisine-actions>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}
  .home-hall-grid-redesign{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,var(--home-hall-mobile-row-height,275px))}.home-hall-card.is-featured{grid-column:auto;grid-row:auto}.home-hall-card.is-featured .home-hall-overlay{padding:74px 24px 24px}.home-hall-card.is-featured h3{font-size:27px}
  .home-activity-feature-inner{min-height:360px;padding-top:50px;padding-bottom:50px}.home-activity-feature h2{font-size:34px}.home-activity-actions{flex-direction:column}
  .home-banquet-guide-body{padding:28px 24px}.home-banquet-guide-body h3{font-size:23px}
  .home-dining-lead{min-height:580px}.home-dining-copy{padding:42px 23px 27px}.home-dining-copy h2{font-size:32px}.home-dining-copy>div{display:grid}.home-dining-options{grid-template-columns:1fr}.home-dining-option-cta{grid-column:auto}.home-dining-options article{min-height:0}
  .home-trust-grid{grid-template-columns:1fr}.home-trust-grid article{min-height:0}
  .home-record-grid{grid-template-columns:1fr}.home-record-card.is-featured{grid-column:auto}
  .home-insight-list{grid-template-columns:1fr}.home-insight-list a{min-height:190px}
  .home-brand-story-inner{min-height:480px;padding-top:58px;padding-bottom:58px}.home-brand-story h2{font-size:34px}.home-brand-story-inner>div:last-child{flex-direction:column}
  .home-final-cta-inner{padding:31px 24px}.home-final-cta h2{font-size:27px}.home-final-cta-inner>div:last-child{display:grid}
}
@media(prefers-reduced-motion:reduce){
  .home-hero-slide,.home-cuisine-image img,.home-hall-card img,.home-record-cover img,.home-insight-feature img{transition:none!important;transform:none!important}
}

/* V4：菜品区两排六卡，降低单行高度 */
@media (min-width:769px) and (max-width:1100px){.home-cuisine-image{height:175px}.home-cuisine-body{min-height:108px;padding:12px 14px 11px}}
