/*
 * 北海明珠官网 V4.4.0
 * 宴会指南 / 宴会实录 / 关于我们联系区
 */

.content-hub{
    background:#fff;
}

.hub-hero{
    position:relative;
    overflow:hidden;
    padding:82px 0 76px;
    color:#fff;
    background:
        radial-gradient(circle at 82% 16%,rgba(126,173,255,.24),transparent 33%),
        linear-gradient(120deg,#0d2d60 0%,#174b94 56%,#2863df 100%);
}

.hub-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:44px 44px;
    pointer-events:none;
}

.hub-hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) 410px;
    gap:64px;
    align-items:center;
}

.hub-hero .breadcrumbs{
    color:rgba(255,255,255,.68);
}

.hub-hero .breadcrumbs a{
    color:#fff;
}

.hub-hero .eyebrow{
    color:#aac9ff;
}

.hub-hero h1{
    max-width:820px;
    margin:15px 0 15px;
    font-size:clamp(42px,4.4vw,62px);
    line-height:1.2;
    letter-spacing:-.045em;
}

.hub-hero p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.8);
    font-size:16px;
    line-height:1.95;
}

.hub-hero-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:14px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:22px;
    background:rgba(7,29,63,.25);
    backdrop-filter:blur(10px);
}

.hub-hero-stats div{
    min-height:122px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:17px 14px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:15px;
    background:rgba(255,255,255,.065);
}

.hub-hero-stats strong{
    font-size:27px;
}

.hub-hero-stats span{
    margin-top:6px;
    color:rgba(255,255,255,.7);
    font-size:11px;
}

.guide-two-stats{
    grid-template-columns:repeat(2,1fr);
}

.guide-two-intro{
    grid-template-columns:repeat(2,1fr);
}

.record-hero-summary,
.about-hero-card{
    padding:30px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:24px;
    background:rgba(7,29,63,.28);
    backdrop-filter:blur(12px);
}

.record-hero-summary strong,
.about-hero-card strong{
    display:block;
    color:#fff;
    font-size:58px;
    line-height:1;
}

.record-hero-summary span,
.about-hero-card span{
    display:block;
    margin-top:12px;
    color:#d9e8ff;
    font-weight:800;
}

.record-hero-summary p,
.about-hero-card p{
    margin-top:10px;
    font-size:12px;
}

.hub-intro{
    padding:34px 0;
    border-bottom:1px solid var(--line);
    background:#fff;
}

.hub-intro-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
}

.hub-intro article{
    padding:22px 24px;
    border-radius:17px;
    background:#f4f7fb;
}

.hub-intro span{
    color:var(--primary);
    font-size:13px;
    font-weight:900;
}

.hub-intro h2{
    margin:8px 0 6px;
    font-size:18px;
}

.hub-intro p{
    margin:0;
    color:var(--muted);
    font-size:12px;
    line-height:1.7;
}

.hub-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:26px;
}

.hub-tabs a{
    min-width:108px;
    padding:10px 17px;
    border:1px solid #dbe4f1;
    border-radius:999px;
    color:#4c5c75;
    text-align:center;
    font-size:13px;
    font-weight:800;
    transition:.2s;
}

.hub-tabs a:hover,
.hub-tabs a.active{
    color:#fff;
    border-color:var(--primary);
    background:var(--primary);
    box-shadow:0 10px 24px rgba(40,99,223,.18);
}

.hub-list-summary{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:22px;
    padding:15px 18px;
    border-radius:13px;
    background:#f4f7fb;
}

.hub-list-summary strong,
.hub-list-summary span{
    display:block;
}

.hub-list-summary strong{
    color:#213553;
    font-size:15px;
}

.hub-list-summary span,
.hub-list-summary small{
    color:#7c899d;
    font-size:12px;
}

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

.hub-article-card{
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    transition:transform .24s ease,box-shadow .24s ease;
}

.hub-article-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow);
}

.hub-card-cover{
    position:relative;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#e9eef6;
}

.hub-card-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}

.hub-article-card:hover .hub-card-cover img{
    transform:scale(1.035);
}

.hub-card-cover>span{
    position:absolute;
    left:13px;
    bottom:13px;
    padding:6px 10px;
    border-radius:999px;
    color:#fff;
    background:rgba(10,37,82,.8);
    backdrop-filter:blur(7px);
    font-size:10px;
    font-weight:800;
}

.hub-card-body{
    padding:17px 17px 18px;
}

.hub-card-meta,
.record-meta{
    display:flex;
    justify-content:space-between;
    gap:12px;
    color:#738096;
    font-size:10px;
}

.hub-card-meta b{
    color:var(--primary);
}

.hub-card-body h2{
    min-height:3.1em;
    margin:9px 0 8px;
    font-size:17px;
    line-height:1.55;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.hub-card-body p{
    min-height:3.6em;
    margin:0;
    color:var(--muted);
    font-size:12px;
    line-height:1.8;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.record-section{
    margin-top:58px;
}

.record-section:first-of-type{
    margin-top:10px;
}

.record-section .section-title{
    margin-bottom:25px;
}

.record-section .section-title h2{
    font-size:30px;
}

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

.filtered-record-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.record-card{
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
    transition:.24s;
}

.record-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow);
}

.record-cover{
    position:relative;
    aspect-ratio:16/10;
    overflow:hidden;
    background:#e9eef6;
}

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

.record-card:hover .record-cover img{
    transform:scale(1.035);
}

.record-cover>span{
    position:absolute;
    left:12px;
    bottom:12px;
    padding:5px 9px;
    border-radius:999px;
    color:#fff;
    background:rgba(13,43,91,.8);
    font-size:9px;
    font-weight:800;
}

.banquet-record-card .record-cover time{
    position:absolute;
    left:14px;
    bottom:14px;
    padding:7px 11px;
    border-radius:999px;
    color:#fff;
    background:rgba(10,37,82,.84);
    backdrop-filter:blur(7px);
    font-size:11px;
    font-weight:800;
}

.banquet-record-card .record-body{
    padding:18px;
}

.record-facts{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.record-facts span{
    min-width:92px;
    padding:9px 10px;
    border-radius:11px;
    background:#f3f6fb;
}

.record-facts small,
.record-facts b{
    display:block;
}

.record-facts small{
    color:#8491a5;
    font-size:9px;
}

.record-facts b{
    margin-top:3px;
    color:#233958;
    font-size:11px;
}

.banquet-record-card .record-body h2{
    min-height:3.1em;
    margin:14px 0 8px;
    font-size:17px;
    line-height:1.55;
}

.banquet-record-card .record-body em{
    display:block;
    margin-top:14px;
    color:var(--primary);
    font-size:12px;
    font-style:normal;
    font-weight:800;
}

.record-body{
    padding:15px;
}

.record-meta b{
    color:var(--primary);
}

.record-body h3{
    min-height:3.05em;
    margin:9px 0 7px;
    font-size:15px;
    line-height:1.55;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.record-body p{
    min-height:3.5em;
    margin:0;
    color:var(--muted);
    font-size:11px;
    line-height:1.75;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.military-entry{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    margin-top:20px;
    padding:24px 26px;
    border:1px solid #dce5f2;
    border-radius:17px;
    background:#f4f7fb;
}

.military-entry h3{
    margin:6px 0;
    font-size:20px;
}

.military-entry p{
    margin:0;
    color:var(--muted);
    font-size:12px;
}

.hub-cta{
    padding:48px 0;
    color:#fff;
    background:linear-gradient(120deg,#0d2b5b,#174a92 58%,#2863df);
}

.hub-cta-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:35px;
}

.hub-cta h2{
    margin:6px 0 0;
    font-size:28px;
}

.hub-cta-inner>div:last-child{
    display:flex;
    gap:10px;
    flex:0 0 auto;
}

/* 关于我们底部联系区 */
.about-contact-section{
    scroll-margin-top:120px;
}

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

.about-contact-grid article{
    min-height:205px;
    padding:24px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
}

.about-contact-grid article>span{
    color:var(--primary);
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
}

.about-contact-grid h3{
    margin:16px 0 8px;
    font-size:18px;
    line-height:1.5;
}

.about-contact-grid p{
    margin:0;
    color:var(--muted);
    font-size:12px;
}

.about-contact-actions{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:28px;
}

.about-content-section{
    scroll-margin-top:100px;
}

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

.about-story-card{
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    transition:.24s;
}

.about-story-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow);
}

.about-card-cover{
    aspect-ratio:16/9;
    overflow:hidden;
    background:#e9eef6;
}

.about-card-cover img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.about-story-card a>div:last-child{
    padding:18px;
}

.about-story-card span{
    color:var(--primary);
    font-size:10px;
    font-weight:800;
}

.about-story-card h3{
    margin:8px 0;
    font-size:18px;
    line-height:1.55;
}

.about-story-card p,
.about-news-card p{
    margin:0;
    color:var(--muted);
    font-size:12px;
    line-height:1.8;
}

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

.about-news-card{
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
}

.about-news-card a{
    display:block;
    min-height:235px;
    padding:22px;
}

.about-news-card time{
    color:#738096;
    font-size:11px;
}

.about-news-card> a > span{
    float:right;
    padding:4px 8px;
    border-radius:999px;
    color:var(--primary);
    background:#edf3ff;
    font-size:9px;
    font-weight:800;
}

.about-news-card h3{
    margin:28px 0 9px;
    font-size:18px;
    line-height:1.55;
}

.about-news-card em{
    display:block;
    margin-top:18px;
    color:var(--primary);
    font-size:11px;
    font-style:normal;
    font-weight:800;
}

/* V4.5.2 独立品牌介绍 */
.brand-page .detail-main-section{
    background:#f5f7fb;
}

.brand-page .article-detail-card{
    padding:clamp(24px,4vw,52px);
}

.brand-hero-card strong{
    font-size:44px;
}

.brand-story-content{
    color:#2a3a52;
}

.brand-story-content>.brand-lead{
    margin:0 0 34px;
    padding:24px 26px;
    border-left:4px solid var(--primary);
    border-radius:0 16px 16px 0;
    color:#29415f;
    background:#f1f6ff;
    font-size:18px;
    line-height:2;
}

.brand-story-content h2{
    margin-top:44px;
    color:#152a49;
    font-size:28px;
}

.brand-story-content>p{
    font-size:16px;
    line-height:2.05;
}

.brand-name-history{
    margin:34px 0;
    padding:30px;
    border:1px solid #dce7f7;
    border-radius:20px;
    background:linear-gradient(135deg,#f7faff,#eef4ff);
}

.brand-name-history>span,
.brand-promise>span{
    color:var(--primary);
    font-size:11px;
    font-weight:900;
    letter-spacing:.12em;
}

.brand-name-history h2,
.brand-promise h2{
    margin:8px 0 16px;
}

.brand-name-history p{
    line-height:2;
}

.brand-name-history small{
    display:block;
    margin-top:18px;
    padding-top:15px;
    border-top:1px solid #dce5f2;
    color:#7c899c;
    line-height:1.8;
}

.brand-pillars{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin:30px 0 42px;
}

.brand-pillars article{
    padding:24px;
    border:1px solid #e0e7f1;
    border-radius:17px;
    background:#fff;
}

.brand-pillars span{
    color:var(--primary);
    font-size:12px;
    font-weight:900;
}

.brand-pillars h3{
    margin:9px 0 8px;
    font-size:20px;
}

.brand-pillars p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.85;
}

.brand-timeline{
    margin-top:42px;
    padding:30px;
    border-radius:20px;
    color:#fff;
    background:linear-gradient(135deg,#0e3066,#174c96 58%,#2863df);
}

.brand-timeline h2{
    margin:0 0 24px;
    color:#fff;
}

.brand-timeline div{
    display:grid;
    grid-template-columns:145px 1fr;
    gap:20px;
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.14);
}

.brand-timeline strong{
    color:#cfe0ff;
}

.brand-timeline p{
    margin:0;
    color:rgba(255,255,255,.78);
    line-height:1.8;
}

.brand-promise{
    margin-top:40px;
    padding:30px;
    border-radius:20px;
    background:#f7f3eb;
}

.brand-promise p{
    line-height:2;
}

@media(max-width:1050px){
    .hub-hero-grid{
        grid-template-columns:1fr 350px;
        gap:36px;
    }

    .hub-article-grid,
    .filtered-record-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

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

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

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

@media(max-width:850px){
    .hub-hero{
        padding:64px 0;
    }

    .hub-hero-grid{
        grid-template-columns:1fr;
    }

    .hub-intro-grid{
        grid-template-columns:1fr;
    }

    .guide-two-intro,
    .about-story-grid,
    .about-news-grid{
        grid-template-columns:1fr;
    }

    .brand-pillars{
        grid-template-columns:1fr;
    }

    .brand-timeline div{
        grid-template-columns:1fr;
        gap:7px;
    }

    .hub-cta-inner,
    .military-entry{
        align-items:flex-start;
        flex-direction:column;
    }
}

@media(max-width:620px){
    .hub-hero{
        padding:50px 0;
    }

    .hub-hero h1{
        font-size:35px;
    }

    .hub-hero p{
        font-size:14px;
    }

    .hub-hero-stats{
        grid-template-columns:1fr 1fr 1fr;
    }

    .hub-hero-stats div{
        min-height:88px;
        padding:12px 9px;
    }

    .hub-hero-stats strong{
        font-size:20px;
    }

    .hub-tabs{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .hub-tabs a{
        min-width:0;
    }

    .hub-list-summary{
        align-items:flex-start;
        flex-direction:column;
        gap:5px;
    }

    .hub-article-grid,
    .record-card-grid,
    .filtered-record-grid,
    .about-contact-grid{
        grid-template-columns:1fr;
    }

    .record-section{
        margin-top:45px;
    }

    .record-section .section-title h2{
        font-size:25px;
    }

    .hub-cta h2{
        font-size:24px;
    }

    .hub-cta-inner>div:last-child,
    .about-contact-actions{
        width:100%;
        flex-direction:column;
    }

    .hub-cta-inner a,
    .hub-cta-inner button,
    .about-contact-actions a,
    .about-contact-actions button{
        width:100%;
    }

    .about-contact-grid article{
        min-height:auto;
    }
}

/* =========================================================
 * V4.6.0 到店用餐、品牌故事、酒店介绍与关于我们
 * ========================================================= */

.dining-hero,
.hotel-intro-hero,
.about-contact-hero{
    position:relative;
    overflow:hidden;
    padding:70px 0;
    color:#fff;
    background:
        radial-gradient(circle at 86% 16%,rgba(96,153,255,.28),transparent 34%),
        linear-gradient(125deg,#0b2b5c,#174d96 58%,#2863df);
}
.dining-hero.has-image::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:linear-gradient(90deg,rgba(6,25,58,.9),rgba(13,50,106,.68),rgba(20,73,143,.42)),var(--dining-image);
    background-size:cover;
    background-position:center;
}
.dining-hero-grid,
.hotel-intro-hero-grid,
.about-contact-hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);
    gap:46px;
    align-items:center;
}
.dining-hero .breadcrumbs,
.hotel-intro-hero .breadcrumbs,
.about-contact-hero .breadcrumbs{color:rgba(255,255,255,.68)}
.dining-hero .breadcrumbs a,
.hotel-intro-hero .breadcrumbs a,
.about-contact-hero .breadcrumbs a{color:#fff}
.dining-hero h1,
.hotel-intro-hero h1,
.about-contact-hero h1{
    max-width:820px;
    margin:14px 0 15px;
    font-size:clamp(38px,4.2vw,60px);
    line-height:1.18;
    letter-spacing:-.045em;
}
.dining-hero p,
.hotel-intro-hero p,
.about-contact-hero p{
    max-width:760px;
    margin:0;
    color:rgba(255,255,255,.8);
    font-size:15px;
    line-height:1.9;
}
.dining-hero-actions,
.about-contact-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}
.dining-hero-card,
.hotel-intro-hero-card,
.about-address-card{
    min-height:250px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:34px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:24px;
    background:rgba(255,255,255,.1);
    box-shadow:0 25px 70px rgba(4,19,46,.24);
    backdrop-filter:blur(12px);
}
.dining-hero-card strong,
.about-address-card strong{
    font-size:31px;
    line-height:1.35;
}
.dining-hero-card span,
.about-address-card span{
    margin:8px 0 12px;
    color:#b9d1ff;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
}
.dining-scenes{
    border-bottom:1px solid var(--line);
    background:#fff;
}
.dining-scene-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}
.dining-scene-grid article{
    min-height:145px;
    padding:24px;
    border-right:1px solid var(--line);
}
.dining-scene-grid article:first-child{border-left:1px solid var(--line)}
.dining-scene-grid span{color:#2863df;font-size:12px;font-weight:900}
.dining-scene-grid h2{margin:12px 0 7px;font-size:18px}
.dining-scene-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.dining-category-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.dining-category-grid a{
    min-height:210px;
    padding:24px;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    transition:.22s;
}
.dining-category-grid a:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#b8ccee}
.dining-category-grid strong{display:block;color:#2863df;font-size:29px}
.dining-category-grid h3{margin:20px 0 8px;font-size:19px}
.dining-category-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.dining-activity-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}
.dining-activity-grid article{
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
}
.dining-activity-grid a{display:block;min-height:190px;padding:22px}
.dining-activity-grid span{color:#2863df;font-size:10px;font-weight:800}
.dining-activity-grid h3{margin:15px 0 8px;font-size:18px;line-height:1.5}
.dining-activity-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.dining-activity-grid em{display:block;margin-top:16px;color:#2863df;font-size:10px;font-style:normal;font-weight:800}

/* 酒店动态 */
.update-tabs a{display:inline-flex;align-items:center;gap:7px}
.update-tabs small{min-width:20px;padding:2px 5px;border-radius:999px;background:rgba(40,99,223,.08);font-size:8px;text-align:center}
.update-tabs a.active small{background:rgba(255,255,255,.2)}
.hotel-update-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.hotel-update-card{
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:18px;
    background:#fff;
    transition:.23s;
}
.hotel-update-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.hotel-update-cover{position:relative;aspect-ratio:16/9;overflow:hidden;background:#edf1f7}
.hotel-update-cover img{width:100%;height:100%;object-fit:cover;transition:.35s}
.hotel-update-card:hover img{transform:scale(1.035)}
.hotel-update-cover>span{position:absolute;left:12px;bottom:12px;padding:6px 10px;border-radius:999px;color:#fff;background:rgba(12,43,91,.82);font-size:9px;font-weight:800}
.hotel-update-body{padding:17px}
.hotel-update-body time{color:#8a96a8;font-size:10px}
.hotel-update-body h2{min-height:3.1em;margin:8px 0 7px;font-size:17px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hotel-update-body p{min-height:3.5em;margin:0;color:var(--muted);font-size:11px;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hotel-update-body em{display:block;margin-top:13px;color:#2863df;font-size:10px;font-style:normal;font-weight:800}

/* 关于我们：联系信息 */
.about-contact-facts{border-bottom:1px solid var(--line);background:#fff}
.about-contact-facts .container{display:grid;grid-template-columns:repeat(4,1fr)}
.about-contact-facts article{min-height:135px;padding:25px;border-right:1px solid var(--line)}
.about-contact-facts article:first-child{border-left:1px solid var(--line)}
.about-contact-facts span{color:#7f8ca0;font-size:10px;font-weight:800}
.about-contact-facts h2{margin:10px 0 5px;color:#173f7c;font-size:17px;line-height:1.5}
.about-contact-facts p{margin:0;color:var(--muted);font-size:10px;line-height:1.7}
.about-contact-main-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:28px;
    align-items:start;
}
.about-contact-content{padding:36px}
.about-contact-content h2{margin:10px 0 20px;font-size:30px}
.about-contact-side{display:grid;gap:16px;position:sticky;top:118px}
.about-arrival-grid,
.about-business-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.about-arrival-grid article,
.about-business-grid article{
    min-height:185px;
    padding:23px;
    border:1px solid var(--line);
    border-radius:17px;
    background:#fff;
}
.about-arrival-grid span,
.about-business-grid span{color:#2863df;font-size:11px;font-weight:900}
.about-arrival-grid h3,
.about-business-grid h3{margin:18px 0 8px;font-size:18px;line-height:1.5}
.about-arrival-grid p,
.about-business-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.75}
.about-business-grid{grid-template-columns:repeat(3,1fr)}
.about-contact-final-actions{display:flex;justify-content:center;gap:10px;margin-top:24px}

/* 酒店介绍 */
.hotel-intro-hero-card{align-items:center;text-align:center}
.hotel-intro-hero-card strong{font-size:27px}
.hotel-intro-hero-card>span{margin:10px;color:#b9d1ff;font-size:26px;font-weight:900}
.hotel-intro-facts{border-bottom:1px solid var(--line)}
.hotel-intro-facts .container{display:grid;grid-template-columns:repeat(4,1fr)}
.hotel-intro-facts .container>div{min-height:105px;display:flex;flex-direction:column;justify-content:center;padding:20px 25px;border-right:1px solid var(--line)}
.hotel-intro-facts .container>div:first-child{border-left:1px solid var(--line)}
.hotel-intro-facts strong{color:#17427f;font-size:17px}.hotel-intro-facts span{margin-top:5px;color:#8793a6;font-size:10px}
.hotel-intro-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}
.hotel-intro-content{padding:38px}.hotel-intro-side{display:grid;gap:16px;position:sticky;top:118px}
.hotel-business-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hotel-business-grid article{min-height:300px;padding:34px;border:1px solid var(--line);border-radius:22px;background:#fff}
.hotel-business-grid span{color:#2863df;font-size:10px;font-weight:900;letter-spacing:.12em}
.hotel-business-grid h2{margin:18px 0 10px;font-size:30px}.hotel-business-grid p{margin:0 0 24px;color:var(--muted);font-size:13px;line-height:1.85}

/* 品牌故事一级页面 */
.brand-story-nav{position:sticky;z-index:8;top:82px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}
.brand-story-nav .container{display:flex;flex-wrap:wrap;gap:6px;padding-top:10px;padding-bottom:10px}
.brand-story-nav a{padding:8px 12px;border-radius:999px;color:#52627a;font-size:10px;font-weight:800}.brand-story-nav a:hover{color:#fff;background:#2863df}
.brand-story-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}
.brand-story-article{padding:clamp(24px,4vw,50px)}

@media(max-width:1050px){
    .dining-hero-grid,.hotel-intro-hero-grid,.about-contact-hero-grid{grid-template-columns:1fr 360px}
    .dining-category-grid,.dining-scene-grid,.about-contact-facts .container,.hotel-intro-facts .container{grid-template-columns:repeat(2,1fr)}
    .hotel-update-grid{grid-template-columns:repeat(2,1fr)}
    .about-arrival-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:800px){
    .dining-hero-grid,.hotel-intro-hero-grid,.about-contact-hero-grid,.about-contact-main-grid,.hotel-intro-main-grid,.brand-story-main-grid{grid-template-columns:1fr}
    .about-contact-side,.hotel-intro-side{position:static}
    .dining-activity-grid,.about-business-grid{grid-template-columns:1fr}
    .hotel-business-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
    .dining-hero,.hotel-intro-hero,.about-contact-hero{padding:48px 0}
    .dining-hero h1,.hotel-intro-hero h1,.about-contact-hero h1{font-size:34px}
    .dining-hero-actions,.about-contact-hero-actions,.about-contact-final-actions{flex-direction:column}
    .dining-hero-actions a,.dining-hero-actions button,.about-contact-hero-actions a,.about-contact-final-actions a,.about-contact-final-actions button{width:100%}
    .dining-scene-grid,.dining-category-grid,.about-contact-facts .container,.hotel-intro-facts .container,.about-arrival-grid,.hotel-update-grid{grid-template-columns:1fr}
    .dining-scene-grid article,.about-contact-facts article,.hotel-intro-facts .container>div{border-left:1px solid var(--line);border-bottom:1px solid var(--line)}
    .brand-story-nav{top:68px}
    .brand-story-nav .container{overflow:auto;flex-wrap:nowrap}
    .brand-story-nav a{white-space:nowrap}
}
