@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif;
    overflow: hidden;
    background: #fdf9f2;
}

h1 {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif;
    font-weight: 200;
    font-size: clamp(40px, 6.67vh, 72px);
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif;
    font-weight: 200;
    font-size: clamp(28px, 3.89vh, 42px);
    margin: 0;
    padding: 0;
}

.gy-text {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif;
    /* 构建页正文：20px 卖点短句规格，配 200 字重大留白 */
    font-size: 20px;
    line-height: 2;
    font-weight: 200;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

.myHide {
    display: none !important;
}

.cursor {
    cursor: pointer;
}

.container {
    width: 100%;
    height: 100vh;
    min-height: 560px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.header {
    width: 100%;
    height: 100vh;
    min-height: 560px;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

/* 左侧导航竖条 */
.navBar {
    position: fixed;
    left: 0;
    top: 0;
    width: 42px;
    height: 100vh;
    background: #d4a06a;
    padding-top: 32px;
    z-index: 1000;
    cursor: pointer;
    box-sizing: border-box;
}

.icon-menu {
    width: 22px;
    margin: 0 auto;
}

.icon-menuLine {
    height: 2px;
    width: 100%;
    background: #ffffff;
    margin: 10px 0;
}

/* Logo */
.logo {
    position: fixed;
    left: 42px;
    top: 0;
    height: 100px;
    z-index: 999;
    transition: transform 0.4s ease;
    padding: 15px 20px;
}

/* Banner Swiper */
.banner-swiper {
    width: calc(100% - 42px);
    height: 100vh;
    min-height: 560px;
    margin-left: 42px;
    box-sizing: border-box;
    overflow: hidden;
}

.banner-swiper .swiper-wrapper {
    height: 100%;
}

.banner-swiper .swiper-wrapper .swiper-slide {
    height: 100vh;
    min-height: 560px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.banner-swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-swiper .swiper-wrapper .swiper-slide video {
    height: 100%;
    object-fit: contain;
    display: block;
    mix-blend-mode: screen;
    outline: none;
    border: none;
}

/* Banner文字和按钮 */
.text1 {
    position: absolute;
    left: 80px;
    top: 30%;
    font-size: 36px;
    color: #2e1f10;
    line-height: 1.4;
    letter-spacing: 2px;
    z-index: 10;
    font-weight: 200;
}

.wordFixed {
    position: absolute;
    left: 80px;
    top: 25%;
    font-size: 24px;
    color: #ffffff;
    z-index: 10;
    line-height: 1.5;
}

.understand-box {
    position: absolute;
    z-index: 10;
    background: #d4a06a;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1px;
    transition: background 0.3s;
    width: 150px;
    height: 50px;
}

.understand-box:hover {
    background: #b8814a;
}

.understand-box a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.understand-box1 {
    left: 80px;
    top: 75%;
}

.understand-box2 {
    left: 80px;
    top: 80%;
}

.understand-box4 {
    left: 80px;
    top: 85%;
}

/* 最后一张幻灯片侧边栏 */
.more-sidebar {
    width: 300px;
    height: 100vh;
    background: #ffffff;
    flex-shrink: 0;
    position: relative;
    display: flex;
}

.sidebar-left-bar {
    width: 8px;
    height: 100%;
    background: #d4a06a;
    flex-shrink: 0;
}

.sidebar-content {
    flex: 1;
    padding: 80px 30px 30px 30px;
    box-sizing: border-box;
}

.sidebar-title {
    font-size: 14px;
    color: #d4a06a;
    line-height: 1.5;
}

.sidebar-title p:first-child {
    font-weight: bold;
}

.sidebar-links {
    margin-top: 30px;
}

.sidebar-link {
    display: block;
    font-size: 14px;
    color: #313131;
    text-decoration: none;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.sidebar-link:hover {
    color: #d4a06a;
}

.sidebar-divider {
    height: 8px;
    background: #d4a06a;
    margin: 40px 0;
}

.sidebar-icons {
    margin-top: 20px;
}

.sidebar-icon-item {
    margin-bottom: 20px;
    cursor: pointer;
}

.sidebar-icon-item img {
    width: 25px;
    height: 25px;
}

.sidebar-icon-item:hover img {
    opacity: 0.8;
}

/* 最后一张幻灯片 */
.last-slide {
    overflow: visible !important;
}

.last-slide .wordFixed {
    left: 80px;
    bottom: 60px;
    top: auto;
    color: #2e1f10;
}

.last-slide .understand-box4 {
    left: 80px;
    top: auto;
    bottom: 60px;
}

/* 遮罩层 */
.cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1500;
    pointer-events: none;
    transition: background 0.3s ease;
}

.cover.coverAni {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

/* 左侧菜单栏 */
.menu-fixed {
    position: fixed;
    left: -340px;
    top: 0;
    width: 340px;
    height: 100vh;
    min-height: 480px;
    z-index: 2000;
    transition: left 0.4s ease;
    display: flex;
    background: #ffffff;
    overflow: hidden;
}

.menu-fixed.menuOpen {
    left: 0;
}

.menu-fixed .leftBar {
    width: 8px;
    height: 100%;
    background: #d4a06a;
    flex-shrink: 0;
}

.menu-fixed .content {
    flex: 1;
    height: 100%;
    background: #fdf8f0;
    padding: 40px 0 24px 55px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.menu-fixed .content .menu {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.menu-fixed .content .menu::-webkit-scrollbar {
    width: 0;
    display: none;
}

.menu-fixed .content .menu .menuList .menuList-single {
    position: relative;
    padding-left: 0;
}

.menu-fixed .content .menu .menuList .menuList-single .title {
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.menu-fixed .content .menu .menuList .menuList-single .title::before {
    display: none;
}

.menu-fixed .content .menu .menuList .menuList-single .title .BrandDiscovery,
.menu-fixed .content .menu .menuList .menuList-single .title .SkincareSolutions {
    font-size: 10px;
    font-weight: 400;
    color: #d4c0a8;
    letter-spacing: 4px;
    display: block;
    text-transform: uppercase;
    opacity: 0.7;
    margin: 0;
}

.menu-fixed .content .menu .menuList .menuList-single .title .fixedT {
    font-size: 13px;
    color: #b08968;
    font-weight: 400;
    letter-spacing: 2px;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList {
    position: relative;
    margin-left: 0;
    margin-right: 20px;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item {
    display: block;
    position: relative;
    font-size: 14px;
    color: #6b5744;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 2px 0;
    transition: color 0.35s ease;
    cursor: pointer;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.6;
    width: fit-content;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #c9945a;
    transition: width 0.35s ease;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item::before {
    display: none;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item:hover {
    color: #c9945a;
    background: none;
    padding-left: 0;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item:hover::after {
    width: 100%;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item.textSelectedStyle {
    color: #c9945a;
    font-weight: 500;
    background: none;
    padding-left: 0;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item.textSelectedStyle::after {
    width: 100%;
}

.menu-fixed .content .menu .menuList .menuList-single .itemList .item.textSelectedStyle::before {
    display: none;
}

/* 三级菜单 */
.itemListLevel3 {
    position: absolute;
    left: 250px;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.itemListLevel3 .itemBox {
    padding: 0;
}

.itemListLevel3 .itemBox .item {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    cursor: pointer;
    transition: color 0.3s;
}

.itemListLevel3 .itemBox .item:hover,
.itemListLevel3 .itemBox .item.textSelectedStyle {
    color: #d4a06a;
}

/* 悬浮时显示三级菜单 */
.menuList-single:hover .itemListLevel3 {
    opacity: 1;
    visibility: visible;
}

.menu-fixed .content .menu-colorBar {
    margin: 20px 0;
    padding-left: 0;
    margin-right: 40px;
}

.menuList .menu-colorBar {
    margin: 16px 0 8px;
    margin-right: 40px;
}

.menu-fixed .content .menu-colorBar .colorBar {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(212,160,106,0.3) 0%, rgba(212,160,106,0.08) 50%, transparent 100%);
}

/* 品牌页左侧常驻导航 */
.brand-page-wrapper {
    display: flex;
    min-height: 100vh;
}
.brand-side-nav {
    width: 200px;
    flex-shrink: 0;
    background: #fdf8f0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid rgba(212,160,106,0.1);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    padding-top: 25vh;
}
.brand-side-nav__logo {
    text-align: center;
    text-decoration: none;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.brand-side-nav__logo-mark {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-side-nav__logo-mark svg {
    width: 100%;
    height: 100%;
}
.brand-side-nav__logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.brand-side-nav__logo-en {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #d4a06a;
    letter-spacing: 2px;
    font-weight: 600;
}
.brand-side-nav__logo-cn {
    font-size: 16px;
    color: #b08968;
    letter-spacing: 3px;
    font-weight: 400;
}
.brand-side-nav__menu {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    width: 100%;
}
.brand-side-nav__item {
    position: relative;
    font-size: 14px;
    color: #6b5744;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 200;
    padding: 2px 0;
    transition: color 0.35s ease;
    line-height: 1.6;
}
.brand-side-nav__item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #d4a06a;
    transition: width 0.35s ease;
}
.brand-side-nav__item:hover {
    color: #d4a06a;
}
.brand-side-nav__item:hover::after {
    width: 100%;
}
.brand-side-nav__item.is-active {
    color: #d4a06a;
    font-weight: 500;
}
.brand-side-nav__item.is-active::after {
    width: 100%;
}
.brand-page-content {
    flex: 1;
    margin-left: 200px;
}

.menu-fixed .content .search {
    flex-shrink: 0;
    margin-top: 16px;
}

.menu-fixed .content .search .CnEn {
    font-size: 12px;
    color: #999999;
    margin-bottom: 16px;
}

.menu-fixed .content .search .search-input img {
    width: 16px;
    margin-right: 10px;
}

.menu-fixed .content .search .search-input input {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    outline: none;
    font-size: 14px;
    padding: 5px 0;
    width: 200px;
}

/* 自定义下拉菜单 */
.select-wrap {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #2e1f10;
}

.select-trigger {
    width: 100%;
    padding: 10px 36px 10px 16px;
    border-radius: 20px;
    border: 1px solid rgba(122, 74, 22, .16);
    background: #fff;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    user-select: none;
}

.select-wrap.open .select-trigger {
    border-color: #d4a06a;
    box-shadow: 0 0 0 2px rgba(212, 160, 106, .15);
}

.select-trigger::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d4a06a;
    pointer-events: none;
    transition: transform 0.3s;
}

.select-wrap.open .select-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(122, 74, 22, .16);
    border-radius: 16px;
    box-shadow: 0 8px 24px -8px rgba(122, 74, 22, .18);
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}

.select-wrap.open .select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select-option {
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-option:hover {
    background: #fdf3e7;
    color: #7a4416;
}

.select-option.selected {
    background: #d4a06a;
    color: #fff;
}

.select-option + .select-option {
    border-top: 1px solid rgba(122, 74, 22, .06);
}

/* 大号下拉菜单 */
.select-large .select-trigger {
    padding: 16px 44px 16px 20px;
    border-radius: 28px;
    font-size: 15px;
}

.select-large .select-trigger::after {
    right: 20px;
}

.select-large .select-dropdown {
    border-radius: 20px;
}

.select-large .select-option {
    padding: 12px 20px;
}

/* ==================== GrapesJS 构建页（gy-*） ==================== */
/* 每屏：1920×1080 画布，cover 缩放铺满视口（全屏、无留白）
   以左上角为缩放原点，画布左边缘始终贴导航边缘(x=42)向右铺满，杜绝左右空隙 */
.gy-slide-scale {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 1080px;
    transform: translateX(-50%) scale(var(--gy-scale, 1));
    transform-origin: 50% 0;
    will-change: transform;
}
.gy-section {
    width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    background: transparent;
}
.swiper-slide.bg-lazy {
    background-image: none !important;
    background: linear-gradient(135deg, #f5ede2 0%, #e8dcc8 100%);
    opacity: 1;
    transition: opacity 0.6s ease-out;
}
.swiper-slide.bg-loaded {
    opacity: 1;
}
.gy-section img {
    display: block;
    max-width: 100%;
}
.gy-btn {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    /* 全站统一：主题金实色底 + 白字（原 50% 透明底在浅色图上白字对比度不足） */
    background-color: #d4a06a;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 200;
    z-index: 10;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: background-color .3s ease, transform .3s ease;
}
/* 悬停：加深 + 轻微上浮 */
.gy-btn:hover {
    background-color: #b8814a;
    transform: translateY(-2px);
}
/* 构建内容重置继承的 nowrap（.header 的 white-space:nowrap 会继承进来），保证 max-width 内正常换行 */
.gy-section,
.gy-section * {
    white-space: normal;
}

/* 资讯列表页 + 文章详情页：区别于横向轮播页，允许纵向滚动，左侧分类常驻 */
body[data-page="news"],
body[data-page="article"],
body[data-page="contact"] {
    overflow-y: auto;
    overflow-x: hidden;
}
body[data-page="news"] .container,
body[data-page="news"] .header,
body[data-page="article"] .container,
body[data-page="article"] .header,
body[data-page="contact"] .container,
body[data-page="contact"] .header {
    height: auto;
    overflow: visible;
    white-space: normal;
}

/* 联系页 */
.contact-page {
    background: #fdf9f2;
    min-height: 100vh;
    padding: 120px 80px 80px;
    box-sizing: border-box;
}
.contact-inner {
    max-width: 900px;
    margin: 0 auto;
}
.contact-eyebrow {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    color: #d4a06a;
    font-weight: 400;
    margin-bottom: 12px;
}
.contact-title {
    font-size: 36px;
    color: #2e1f10;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 16px;
}
.contact-desc {
    color: #6f573a;
    font-size: 15px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 40px;
}
.contact-form {
    background: #fff;
    border-radius: 28px;
    padding: 36px;
    box-sizing: border-box;
    box-shadow: 0 18px 40px -28px rgba(122, 68, 22, .25);
}
.contact-form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contact-form-field {
    flex: 1;
    min-width: 200px;
}
.contact-form-block {
    margin-top: 20px;
}
.contact-label {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #6f573a;
    margin-bottom: 8px;
}
.contact-input,
.contact-textarea {
    width: 100%;
    padding: 12px 18px;
    border-radius: 22px;
    border: 1px solid rgba(122, 74, 22, .16);
    background: #fff;
    font-size: 14px;
    color: #2e1f10;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.contact-textarea {
    resize: vertical;
}
.contact-input:focus,
.contact-textarea:focus {
    border-color: #d4a06a;
    box-shadow: 0 0 0 3px rgba(212, 160, 106, .12);
}
.contact-actions {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.contact-form .gy-btn {
    padding: 14px 40px;
    font-size: 14px;
    letter-spacing: 2px;
}
.contact-msg {
    font-size: 13px;
}


/* 资讯布局：左侧分类栏常驻 + 右侧内容滚动 */
.news-layout {
    display: flex;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 24px 0;
    box-sizing: border-box;
    background: #fdf9f2;
    font-size: 15px;
    color: #2e1f10;
}
.news-sidebar {
    position: sticky;
    top: 140px;
    width: 260px;
    height: calc(100vh - 140px);
    flex-shrink: 0;
    background: #fbf6ee;
    border-right: 1px solid rgba(122, 68, 22, 0.08);
    padding: 12px 24px 24px;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-sidebar-title,
.news-sidebar-nav,
.news-sidebar-foot {
    width: 100%;
}
.news-sidebar-title {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(122, 68, 22, 0.1);
}
.news-sidebar-en {
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    color: #d4a06a;
    margin-bottom: 8px;
}
.news-sidebar-cn {
    font-size: 20px;
    color: #2e1f10;
    font-weight: 300;
    letter-spacing: 2px;
}
.news-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.news-sidebar-nav a {
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    color: #6f573a;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.news-sidebar-nav a:hover {
    background: rgba(212, 160, 106, 0.12);
    color: #2e1f10;
}
.news-sidebar-nav a.active {
    background: #d4a06a;
    color: #ffffff;
}
.news-sidebar-foot {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(122, 68, 22, 0.1);
}
.news-sidebar-foot a {
    font-size: 12px;
    color: #9a8059;
    text-decoration: none;
    letter-spacing: 1px;
}
.news-sidebar-foot a:hover {
    color: #d4a06a;
}

.news-main {
    flex: 1;
    min-width: 0;
    padding: 20px 0 80px 56px;
    box-sizing: border-box;
}
.news-hero {
    width: 100%;
    aspect-ratio: 1920 / 391;
    overflow: hidden;
}
.news-hero-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-banner {
    margin-bottom: 40px;
}
.news-banner-en {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    color: #d4a06a;
    margin-bottom: 12px;
}
.news-banner-title {
    font-size: 34px;
    font-weight: 200;
    letter-spacing: 4px;
    color: #2e1f10;
    margin-bottom: 14px;
}
.news-banner-desc {
    font-size: 14px;
    color: #6f573a;
    line-height: 2;
    max-width: 520px;
    font-weight: 300;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.news-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 14px 34px -22px rgba(122, 68, 22, 0.25);
    transition: transform 0.4s, box-shadow 0.4s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px -22px rgba(122, 68, 22, 0.35);
}
.news-card-cover img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.news-card-body {
    padding: 22px 24px 50px;
    position: relative;
    flex: 1;
}
.news-card-cat {
    font-size: 11px;
    color: #d4a06a;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.news-card-title {
    font-size: 17px;
    color: #2e1f10;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 10px;
}
.news-card-summary {
    font-size: 13px;
    color: #9a8059;
    line-height: 1.8;
}
.news-card-meta {
    font-size: 12px;
    color: #c2a889;
    position: absolute;
    right: 24px;
    bottom: 20px;
}
.news-empty {
    color: #999;
    padding: 60px 0;
    text-align: center;
}

/* 文章详情 */
.news-article {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.news-article-back {
    display: inline-block;
    color: #d4a06a;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 28px;
}
.news-article-cat {
    font-size: 11px;
    color: #d4a06a;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.news-article-title {
    font-size: 36px;
    color: #2e1f10;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 16px;
}
.news-article-date,
.news-article-meta {
    font-size: 14px;
    color: #9a8059;
    margin-bottom: 30px;
}
.news-article-author {
    color: #c2a889;
}
.news-article-cover {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 32px;
}
.news-article-content {
    font-size: 16px;
    color: #2e1f10;
    line-height: 2;
    font-weight: 300;
}
.news-article-content p {
    margin-bottom: 18px;
}

/* 响应式 */
@media (max-height: 900px) {
    .menu-fixed .content {
        padding-top: 42px;
        padding-bottom: 26px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .title {
        margin-bottom: 6px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .itemList .item {
        margin-bottom: 4px;
    }
    .menuList .menu-colorBar {
        margin: 12px 0 4px;
    }
    .menu-fixed .content .search {
        margin-top: 20px;
    }
}

@media (max-height: 800px) {
    .menu-fixed .content {
        padding-top: 36px;
        padding-bottom: 24px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .title {
        margin-bottom: 5px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .itemList .item {
        margin-bottom: 3px;
    }
    .menuList .menu-colorBar {
        margin: 10px 0 4px;
    }
    .menu-fixed .content .search {
        margin-top: 18px;
    }
}

@media (max-height: 680px) {
    .menu-fixed .content {
        padding-top: 28px;
        padding-bottom: 20px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .title {
        margin-bottom: 4px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .title .BrandDiscovery,
    .menu-fixed .content .menu .menuList .menuList-single .title .SkincareSolutions {
        font-size: 9px;
        letter-spacing: 3px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .title .fixedT {
        font-size: 12px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .itemList .item {
        margin-bottom: 3px;
        font-size: 13px;
    }
    .menuList .menu-colorBar {
        margin: 7px 0 3px;
    }
    .menu-fixed .content .menu-colorBar {
        margin: 12px 0;
    }
    .menu-fixed .content .search {
        margin-top: 12px;
    }
}

@media (max-height: 560px) {
    .menu-fixed .content {
        padding-top: 20px;
        padding-bottom: 16px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .title {
        margin-bottom: 3px;
    }
    .menu-fixed .content .menu .menuList .menuList-single .itemList .item {
        margin-bottom: 3px;
        font-size: 12px;
    }
    .menuList .menu-colorBar {
        margin: 6px 0 3px;
    }
    .menu-fixed .content .menu-colorBar {
        margin: 10px 0;
    }
    .menu-fixed .content .search {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .navBar {
        width: 100%;
        height: 50px;
        padding-top: 15px;
    }
    .icon-menu {
        width: 22px;
        margin: 0 auto;
    }
    .logo {
        left: 60px;
        height: 35px;
    }
    .banner-swiper {
        margin-left: 0;
    }
    .text1 {
        font-size: 20px;
        left: 20px;
    }
    .understand-box {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        left: 20px;
    }
    .menu-fixed {
        width: 100%;
        left: -100%;
    }
    .menu-fixed .content {
        padding: 80px 30px 40px 30px;
    }

    /* 构建页移动端：堆叠滚动，缩放交给保存的 @media */
    body:has(.gy-builder-swiper) {
        overflow-y: auto;
        overflow-x: hidden;
    }
    /* 容器放开高度并允许溢出，否则分区在视口内被裁剪、页面无法滚动到后续分区 */
    body:has(.gy-builder-swiper) .container,
    body:has(.gy-builder-swiper) .header,
    body:has(.gy-builder-swiper) .banner-swiper.gy-builder-swiper,
    body:has(.gy-builder-swiper) .banner-swiper.gy-builder-swiper .swiper-wrapper {
        height: auto;
        min-height: 100vh;
        overflow: visible;
    }
    .banner-swiper.gy-builder-swiper .swiper-wrapper {
        display: block;
    }
    .banner-swiper.gy-builder-swiper .swiper-wrapper .swiper-slide {
        height: auto;
        width: 100%;
        overflow: visible;
    }
    .gy-slide-scale {
        position: static;
        width: auto;
        height: auto;
        transform: none !important;
    }
    /* 背景图铺满分区（构建 CSS 是 background-size:auto，窄屏下会只显示图片左半部分） */
    .banner-swiper.gy-builder-swiper .gy-section {
        width: auto;
        height: auto;
        min-height: calc(100vh - 50px);
        background-size: cover !important;
        background-position: center !important;
    }
    .gy-pagination {
        display: none;
    }

    /* 资讯页移动端：隐藏顶部 Banner */
    .news-hero {
        display: none;
    }

    /* 资讯布局移动端：分类栏横排滚动 */
    .news-layout {
        flex-direction: column;
        margin-left: 0;
        padding-top: 12px;
        min-height: 0; /* 覆盖桌面 100vh，避免列表底部被拉伸留白 */
    }
    .news-sidebar {
        position: static;
        top: auto;
        width: 100%;
        height: auto;
        align-items: flex-start;
        border-right: none;
        border-bottom: 1px solid rgba(122, 68, 22, 0.08);
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden; /* 裁剪内层溢出的横向滚动条 */
    }
    .news-sidebar-title,
    .news-sidebar-nav,
    .news-sidebar-foot {
        width: auto;
    }
    .news-sidebar-nav {
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
        gap: 10px;
        padding-bottom: 30px; /* 把滚动条向下推 */
        margin-bottom: -30px; /* 抵消底部 padding，让父容器裁掉滚动条 */
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch; /* iOS 惯性滚动 */
    }
    .news-sidebar-nav::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    .news-sidebar-nav a {
        white-space: nowrap;
        padding: 10px 18px;
    }
    .news-sidebar-foot {
        display: none;
    }
    .news-main {
        padding: 24px 20px 60px;
    }
    .news-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 16px;
    }
    .news-article-title {
        font-size: 26px;
    }

    /* 联系页移动端：单列布局，放宽表单宽度，避免层层收窄 */
    body[data-page="contact"] .contact-page {
        padding: 20px 20px 60px;
    }
    .contact-title {
        font-size: 28px;
    }
    .contact-desc {
        font-size: 14px;
        margin-bottom: 28px;
    }
    .contact-form {
        padding: 22px 18px;
    }
    .contact-form-row {
        flex-direction: column;
        gap: 16px;
    }
    .contact-form-field {
        min-width: 0;
        width: 100%;
    }
    .contact-form-block {
        margin-top: 16px;
    }
    .contact-input,
    .contact-textarea {
        /* ≥16px 避免 iOS 聚焦时自动放大页面 */
        font-size: 16px;
        padding: 13px 16px;
    }
    .contact-actions {
        margin-top: 20px;
    }
    .contact-form .gy-btn {
        width: 100%;
        text-align: center;
    }

    /* 首页回退末屏（非构建模式）：品牌介绍 + 侧边栏改纵向堆叠 */
    .last-slide {
        flex-direction: column;
        height: auto;
    }
    .last-slide > div:first-child {
        height: auto;
        min-height: 60vh;
    }
    .last-slide .more-sidebar {
        width: 100%;
        height: auto;
    }
    .last-slide .understand-box4 {
        position: static;
        margin: 20px;
    }
}

/* ==================== V6 顶部导航栏模式（body.nav-top） ====================
   约定：本段所有布局覆盖均限定于 body.nav-top，drawer 模式不受影响；
   基础样式一律不改，仅在此追加。 */

:root {
    --gy-nav-h: 64px;   /* 桌面顶栏高度 */
    --gy-nav-h-m: 56px; /* 移动端顶栏高度 */
}

/* ---------- 组件：顶部导航栏 ---------- */
.top-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--gy-nav-h);
    background: rgba(253,249,242,.6);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    backdrop-filter: blur(18px) saturate(160%);
    border-bottom: 1px solid rgba(212,160,106,.22);
    box-shadow: 0 8px 32px -18px rgba(122,68,22,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(20px,4vw,56px);
    z-index: 1200;
    box-sizing: border-box;
}
.top-navbar__logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}
.top-navbar__logo {
    height: 44px;
    width: auto;
    display: block;
}
.top-navbar__menu {
    margin-left: 28px;
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 40px);
}
.top-navbar__item {
    position: relative;
}
.top-navbar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: 2px;
    color: #2e1f10;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 2px;
    position: relative;
    transition: color .3s ease;
}
.top-navbar__link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: calc(100% - 4px);
    height: 2px;
    background: #d4a06a;
    transform: translateX(-50%) scaleX(0);
    transition: transform .3s ease;
}
.top-navbar__item:hover .top-navbar__link,
.top-navbar__item.is-open .top-navbar__link,
.top-navbar__item.is-active > .top-navbar__link {
    color: #b8814a;
}
.top-navbar__item:hover .top-navbar__link::after,
.top-navbar__item.is-open .top-navbar__link::after,
.top-navbar__item.is-active > .top-navbar__link::after {
    transform: translateX(-50%) scaleX(1);
}
.nav-caret {
    font-size: 10px;
    color: #d4a06a;
    transition: transform .25s ease;
    line-height: 1;
}
.top-navbar__item.is-open .nav-caret {
    transform: rotate(180deg);
}

/* 下拉面板 */
.top-navbar__dd {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 8px);
    min-width: 230px;
    background: rgba(255,255,255,.62);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(212,160,106,.22);
    border-radius: 14px;
    box-shadow: 0 18px 40px -18px rgba(122,68,22,.3);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
    z-index: 20;
}
.top-navbar__item.is-open .top-navbar__dd {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.top-navbar__dd a {
    display: block;
    padding: 11px 24px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #6b5744;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease;
}
.top-navbar__dd a:hover {
    background: rgba(212,160,106,.12);
    color: #2e1f10;
}
.top-navbar__dd a.is-active {
    color: #b8814a;
}

/* 汉堡按钮（桌面隐藏，≤768px 显示） */
.navbar-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 6px;
    background: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}
.navbar-toggle__line {
    display: block;
    width: 100%;
    height: 2px;
    background: #2e1f10;
    transition: transform .3s ease, opacity .3s ease;
}
body.nav-open .navbar-toggle__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .navbar-toggle__line:nth-child(2) { opacity: 0; }
body.nav-open .navbar-toggle__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* 移动端全屏面板（桌面隐藏） */
.nav-panel {
    display: none;
}

/* ---------- 布局覆盖：解除幻灯片式锁定，改为常规纵向滚动 ---------- */
body.nav-top {
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: var(--gy-nav-h);
    scroll-padding-top: var(--gy-nav-h);
    scroll-snap-type: y mandatory;
}
html:has(body.nav-top) {
    scroll-snap-type: y mandatory;
    scroll-padding-top: var(--gy-nav-h);
}
body.nav-top .container,
body.nav-top .header {
    height: auto;
    min-height: 0;
    overflow: visible;
    white-space: normal;
}
/* 保险：top 模式下旧抽屉 DOM 不渲染，防模板漂移导致残留显示 */
body.nav-top .navBar,
body.nav-top .menu-fixed,
body.nav-top .cover {
    display: none !important;
}
body.nav-top .banner-swiper {
    width: 100%;
    margin-left: 0;
    height: auto;
    min-height: 0;
    overflow: visible;
}
body.nav-top .banner-swiper .swiper-wrapper {
    height: auto;
    display: block;
}
body.nav-top .banner-swiper .swiper-wrapper .swiper-slide {
    height: auto;
    min-height: 0;
    width: 100%;
}

/* 滚动吸附整屏区块（JS 在 top 模式将每个 gy-section 包装为 .snap-section）
   选择器与上方 swiper-slide 覆盖保持同特异性并置于其后，确保高度规则胜出。
   注意：scroll-margin 会参与 snap 对齐计算，此处必须为 0，否则下滚落点会整体
   偏上一个 padding 高度、露出上一屏底部；锚点跳转的顶栏让位由内部 [data-anchor]
   元素自身的 scroll-margin-top 负责。 */
body.nav-top .banner-swiper .swiper-wrapper .snap-section,
body.nav-top .snap-section {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - var(--gy-nav-h));
    min-height: 0;
    overflow: hidden;
    scroll-margin-top: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
body.nav-top [data-anchor] {
    scroll-margin-top: calc(var(--gy-nav-h) + 4px);
}

/* 资讯/文章页偏移修正 */
body.nav-top .news-layout {
    padding-top: calc(var(--gy-nav-h) + 20px);
}
body.nav-top .news-sidebar {
    top: calc(var(--gy-nav-h) + 4px);
    height: calc(100vh - var(--gy-nav-h));
}
/* 联系页内联 padding 让位顶栏 */
body.nav-top .contact-page {
    padding-top: calc(var(--gy-nav-h) + 40px) !important;
}
@media (max-width: 768px) {
    /* 移动端顶栏更矮，收紧顶部间距（须置于上方规则之后以同优先级覆盖） */
    body.nav-top .contact-page {
        padding-top: calc(var(--gy-nav-h-m) + 24px) !important;
    }
}

/* 品牌页侧边导航让位顶栏 */
body.nav-top .brand-side-nav {
    top: var(--gy-nav-h);
    padding-top: 18vh;
}
body.nav-top .brand-page-wrapper {
    min-height: calc(100vh - var(--gy-nav-h));
}

/* ---------- 移动端（≤768px）：顶栏 + 全屏下滑面板 + 手风琴 ---------- */
@media (max-width: 768px) {
    body.nav-top {
        padding-top: var(--gy-nav-h-m);
        scroll-snap-type: none;
    }
    html:has(body.nav-top) {
        scroll-snap-type: none;
    }
    body.nav-top .top-navbar {
        height: var(--gy-nav-h-m);
        padding: 0 16px;
    }
    body.nav-top .top-navbar__logo {
        height: 34px;
    }
    body.nav-top .top-navbar__menu {
        display: none;
    }
    body.nav-top .navbar-toggle {
        display: flex;
    }
    body.nav-top .banner-swiper .swiper-wrapper .snap-section,
    body.nav-top .snap-section {
        /* 移动端降级为堆叠流式布局：高度自适应内容，不强制满屏、不裁剪 */
        height: auto;
        min-height: calc(100vh - var(--gy-nav-h-m));
        overflow: visible;
    }
    body.nav-top .news-layout {
        /* 移动端隐藏顶部 Banner 后无需再预留 banner 空间，仅保留小间距；
           body.nav-top 的 padding-top 已为固定顶栏让位 */
        padding-top: 12px;
    }
    body.nav-top .news-sidebar {
        /* 移动端分类栏已改为横排流式，覆盖桌面侧栏的固定高度与 top 让位，
           否则会被撑成整屏高，在分类栏与列表之间形成大块空白 */
        top: auto;
        height: auto;
    }
    /* 构建页移动端堆叠流区块让出顶栏（基线为 calc(100vh - 50px)） */
    body.nav-top .banner-swiper.gy-builder-swiper .gy-section {
        min-height: calc(100vh - var(--gy-nav-h-m));
    }

    /* 全屏下滑面板 */
    .nav-panel {
        display: block;
        position: fixed;
        inset: 0;
        background: #fdf9f2;
        padding-top: var(--gy-nav-h-m);
        transform: translateY(-102%);
        transition: transform .35s ease;
        overflow-y: auto;
        z-index: 1150;
        box-sizing: border-box;
    }
    body.nav-open .nav-panel {
        transform: translateY(0);
    }
    body.nav-open {
        overflow: hidden !important;
    }
    .nav-panel__inner {
        padding: 10px 0 60px;
    }
    .nav-panel__link,
    .nav-acc__head {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 16px 26px;
        font-family: inherit;
        font-size: 17px;
        letter-spacing: 2px;
        color: #2e1f10;
        text-decoration: none;
        text-align: left;
        background: none;
        border: none;
        border-bottom: 1px solid rgba(212,160,106,.15);
        cursor: pointer;
        box-sizing: border-box;
    }
    .nav-acc__list {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
        background: #fbf6ee;
    }
    .nav-acc.open .nav-acc__list {
        max-height: 420px;
    }
    .nav-acc.open .nav-caret {
        transform: rotate(180deg);
    }
    .nav-acc__list a {
        display: block;
        padding: 13px 26px 13px 42px;
        font-size: 15px;
        color: #6b5744;
        text-decoration: none;
        border-bottom: 1px solid rgba(212,160,106,.08);
    }
    .nav-acc__list a.is-active {
        color: #b8814a;
    }
}

/* ==================== V6 顶部模式页脚（site-footer，DOM 仅 top 模式渲染） ====================
   约定：与顶部导航同款奶油底金线视觉；抽屉模式不渲染 DOM，body.nav-drawer 隐藏规则仅作双保险。
   吸附可达性：body.nav-top 为 mandatory 整屏吸附——若页脚无条件参与吸附，
   资讯/文章/联系等无吸附区页面会出现"唯一吸附点"把滚动强拉到底部；
   因此默认不参与吸附；仅构建页（gy-fullscreen.js 生成吸附区块时给 body 加 gy-has-snap）
   页脚以 align:end 成为最后一个落点，滚到底即见页脚。 */

.site-footer {
    background: #fdf9f2;
    border-top: 1px solid rgba(212,160,106,.25);
    color: #6b5744;
    font-weight: 200;
}
body.nav-drawer .site-footer { display: none; }

/* 构建页吸附流中，页脚作为最后一个吸附落点（底边对齐视口底） */
body.nav-top.gy-has-snap .site-footer { scroll-snap-align: end; }

.site-footer__main {
    max-width: 1280px;
    margin: 0 auto;
    padding: clamp(40px, 6vh, 72px) clamp(20px, 4vw, 56px) clamp(28px, 4vh, 44px);
    display: grid;
    /* 两块：品牌信息列 | 栏目导航区（栏目区内部自管 4 列，见 .site-footer__cols） */
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2.8fr);
    gap: clamp(28px, 4vw, 72px);
    box-sizing: border-box;
}

/* 栏目导航区：4 列横排 */
.site-footer__cols {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 48px);
    align-items: start;
}

/* 品牌信息列 */
.site-footer__brand { text-align: center; }
.site-footer__logo-link { display: inline-flex; text-decoration: none; }
.site-footer__logo { height: 100px; width: auto; display: block; }
.site-footer__slogan {
    margin: 14px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    color: #9a8059;
}

/* 栏目导航列 */
.site-footer__col-title {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    background: none;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 200;
    line-height: 1.4;
    color: inherit;
    text-align: left;
    cursor: default;
    box-sizing: border-box;
}
.site-footer__col-en {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    color: #b8814a;
}
.site-footer__col-cn {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #2e1f10;
}
/* 手风琴指示箭头（桌面隐藏，≤768px 显示） */
.site-footer__col-chevron { display: none; }
/* 栏目链接容器（桌面始终展开；移动端折叠，见媒体查询） */
.site-footer__links { overflow: hidden; }
.site-footer__link {
    display: block;
    position: relative;
    width: fit-content;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #6b5744;
    text-decoration: none;
    transition: color .3s ease;
}
.site-footer__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #d4a06a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}
.site-footer__link:hover { color: #b8814a; }
.site-footer__link:hover::after { transform: scaleX(1); }

/* 版权 / 备案条 */
.site-footer__bar {
    border-top: 1px solid rgba(212,160,106,.18);
    padding: 18px clamp(20px, 4vw, 56px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 24px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #9a8059;
    box-sizing: border-box;
}
.site-footer__copy { margin: 0; }
.site-footer__beian {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease;
}
.site-footer__beian:hover { color: #b8814a; }

/* ---------- 页脚响应式 ---------- */
@media (max-width: 1023px) {
    /* 平板：品牌块整行在上，栏目区保持 4 列在下 */
    .site-footer__main {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}
@media (max-width: 768px) {
    .site-footer__main {
        padding: 36px 20px 26px;
        gap: 30px;
    }
    /* 手机：logo 缩小 */
    .site-footer__logo { height: 64px; }

    /* 栏目由 4 列改为单列手风琴 */
    .site-footer__cols {
        grid-template-columns: 1fr;
        gap: 0;
        border-top: 1px solid rgba(212,160,106,.2);
    }
    .site-footer__col {
        border-bottom: 1px solid rgba(212,160,106,.2);
    }
    .site-footer__col-title {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0;
        padding: 15px 2px;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }
    /* 标题整体居左：箭头固定在左侧，不同标题长度不影响箭头对齐 */
    .site-footer__col-cn { order: 1; margin-top: 0; font-size: 16px; }
    .site-footer__col-en { order: 2; font-size: 11px; }
    .site-footer__col-chevron {
        display: block;
        flex: none;
        order: 0;
        width: 10px;
        height: 10px;
        border-right: 1.5px solid #b8814a;
        border-bottom: 1.5px solid #b8814a;
        transform: rotate(45deg); /* 收起：箭头向下 */
        transition: transform .3s ease;
    }
    .site-footer__col.is-open .site-footer__col-chevron { transform: rotate(-135deg); }

    /* 折叠容器：默认收起，展开时平滑滑出 */
    .site-footer__links {
        max-height: 0;
        opacity: 0;
        transition: max-height .35s ease, opacity .3s ease;
    }
    .site-footer__col.is-open .site-footer__links {
        max-height: 260px;
        opacity: 1;
    }
    /* 链接整行点击热区加大；左缩进与标题文字（箭头+间距后）对齐 */
    .site-footer__link {
        width: 100%;
        padding: 8px 4px 8px 24px;
        font-size: 14px;
    }

    .site-footer__bar {
        flex-direction: column;
        text-align: center;
        padding: 16px 20px;
    }
}

/* ==================== V6.2 构建页流式排版（产品详情 / 品牌页） ====================
   背景：构建器导出内容原为 1920×1080 绝对定位画布（每个文字块 top/left 百分比钉死），
   字号调整或文案增删即错位重叠。现重构为纵向语义流：
   section.gy-section.gy-flow > .gy-copy > (h1|h2 + p.gy-text + p.gy-label + a.gy-btn)
   排版规则单源收敛于本段；static-pages.json 各页 css 仅保留背景图与配色。
   兼容性：top 模式吸附单元 / drawer 模式横轮播 slide 内均正常工作；
   移动端降级逻辑（applyMobileDowngrade 只处理 absolute 元素）对新结构自然空转。 */

.gy-flow {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: calc(var(--gy-nav-h, 0px) + 32px) 8% 56px;
    box-sizing: border-box;
}
.gy-copy {
    max-width: 960px;
}
.gy-copy h1,
.gy-copy h2 {
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.45;
    margin: 0 0 18px;
    text-shadow: 0 1px 14px rgba(0,0,0,.15);
}
.gy-copy .gy-text {
    font-size: 20px;
    line-height: 1.95;
    margin: 0 0 12px;
    text-shadow: 0 1px 10px rgba(0,0,0,.12);
}
/* 栏目小签：三大核心功效 / 适用人群 / 使用方法 / 资质与监督 … */
.gy-copy .gy-label {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    color: #b8814a;
    font-weight: 400;
    margin: 26px 0 8px;
}
.gy-copy .gy-btn { margin-top: 26px; }
/* 封面屏副标语 */
.gy-text-sub { font-size: 22px; letter-spacing: 2px; opacity: .94; }

/* 首页专属：全屏 slogan 字号为品牌视觉资产，流式化后原样锁定（不随全站正文规格变动） */
.gy-home-en,
.gy-home-sub {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif;
    font-weight: 200;
    margin: 0;
    text-shadow: 0 1px 12px rgba(0,0,0,.14);
}
.gy-home-en { font-size: 30px; letter-spacing: 7px; line-height: 2; color: #d4d4d3; margin-top: 10px; }
.gy-home-sub { font-size: 26px; letter-spacing: 2px; line-height: 2; color: #ffe4c3; margin-top: 8px; }

/* 居中式内容屏（官方商城等）：内容整体水平居中 */
.gy-section-center.gy-flow { align-items: center; text-align: center; }
.gy-section-center .gy-copy { max-width: 860px; }
/* 英文眉题：OFFICIAL STORE 等 */
.gy-eyebrow {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 400;
    opacity: .9;
}
/* 二维码卡片行（微信小店 / 抖音官方号 …） */
.gy-qr-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 36px;
}
.gy-qr { width: 200px; text-align: center; }
.gy-qr__box {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 36px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px -22px rgba(122,68,22,.3);
}
.gy-qr__box img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}
.gy-qr__title {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 300;
    letter-spacing: 2px;
}
.gy-qr__note {
    font-size: 13px;
    opacity: .72;
    margin-top: 6px;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .gy-qr-row { gap: 24px; }
}

@media (max-width: 768px) {
    .gy-flow {
        justify-content: flex-start;
        min-height: calc(100vh - var(--gy-nav-h-m));
        padding: 44px 24px 52px;
    }
    .gy-copy .gy-text { font-size: 17px; }
    .gy-text-sub { font-size: 19px; }
    .gy-copy h1, .gy-copy h2 { letter-spacing: 2px; }
}

/* ==================== V7 首页改版：Hero 轮播 + 内容区 ==================== */

.bg-img-lazy {
    background: linear-gradient(135deg, #f5ede2 0%, #e8dcc8 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    transition: opacity 0.5s ease-out;
}
.bg-img-lazy.bg-img-loaded {
    opacity: 1;
}

/* 让首页 .header 容器不限制高度、不 nowrap，支持下方内容自然流动 */
body[data-page="index"] .header {
    height: auto;
    min-height: 100vh;
    white-space: normal;
    overflow: visible;
    font-size: initial;
}
/* 顶部导航模式下首页不需要 scroll-snap，避免内容区被整屏吸附影响 */
body[data-page="index"].nav-top {
    scroll-snap-type: none;
}

/* ---------- Hero 幻灯轮播（1920×757 横幅原图，文字已内嵌图中） ---------- */
.home-hero {
    position: relative;
    width: 100%;
    height: auto;
    /* 与设计稿 1920×757 等比：高度 = 视口宽 × 757 / 1920 */
    aspect-ratio: 1920 / 757;
    overflow: hidden;
    background: #1a120a;
}
.home-hero-swiper,
.home-hero-swiper .swiper-wrapper,
.home-hero-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
.home-hero-slide {
    position: relative;
    display: block;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5ede2;
}
.home-hero-slide.hero-bg-loading {
    background-image: none !important;
    background: linear-gradient(135deg, #f5ede2 0%, #e8dcc8 100%);
}

/* 轮播控制按钮 */
.home-hero-pagination {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 14px;
}
.home-hero-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255,255,255,.4);
    opacity: 1;
    transition: all .3s;
    cursor: pointer;
}
.home-hero-pagination .swiper-pagination-bullet-active {
    background: #d4a06a;
    width: 44px;
}
.home-hero-prev,
.home-hero-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: rgba(0,0,0,.15);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.home-hero-prev:hover,
.home-hero-next:hover {
    background: #d4a06a;
    border-color: #d4a06a;
}
.home-hero-prev { left: 32px; }
.home-hero-next { right: 32px; }
.home-hero-prev::after,
.home-hero-next::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.home-hero-prev::after { transform: rotate(-135deg); margin-left: 4px; }
.home-hero-next::after { transform: rotate(45deg); margin-right: 4px; }

/* 滚动提示 */
.home-hero-scroll {
    position: absolute;
    right: 40px;
    bottom: 48px;
    z-index: 5;
    color: rgba(255,255,255,.7);
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    transition: opacity .4s;
    pointer-events: none;
}
.home-hero-scroll-line {
    display: block;
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(255,255,255,.6), rgba(255,255,255,0));
    position: relative;
    overflow: hidden;
}
.home-hero-scroll-line::after {
    content: '';
    position: absolute;
    top: -48px;
    left: 0;
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, #d4a06a, rgba(212,160,106,0));
    animation: heroScrollDot 2s ease-in-out infinite;
}
@keyframes heroScrollDot {
    0% { top: -48px; }
    100% { top: 48px; }
}

/* ---------- 通用内容区 ---------- */
.home-section {
    padding: 100px 0;
    box-sizing: border-box;
}
.home-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}
.home-section-title {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #2c2418;
    text-align: center;
    margin: 0 0 56px;
    position: relative;
}
.home-section-title-left {
    text-align: left;
    margin: 0 0 28px;
}
.home-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #d4a06a;
    margin: 18px auto 0;
}
.home-section-title-left::after {
    margin-left: 0;
}

/* ---------- 三列产品 ---------- */
.home-products {
    background: #fdfaf5;
}
.home-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}
.home-product-card {
    display: block;
    background: #fff8ec;
    text-decoration: none;
    color: inherit;
    transition: transform .4s ease, box-shadow .4s ease;
    overflow: hidden;
}
.home-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(120,80,20,.15);
}
.home-product-img {
    width: 100%;
    aspect-ratio: 4/5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .6s ease;
}
.home-product-card:hover .home-product-img {
    transform: scale(1.05);
}
.home-product-info {
    padding: 24px 28px 32px;
    text-align: center;
}
.home-product-name {
    font-size: 18px;
    letter-spacing: 2px;
    color: #2c2418;
    margin: 0 0 10px;
    font-weight: 500;
}
.home-product-desc {
    font-size: 13px;
    letter-spacing: 1px;
    color: #8a7456;
    line-height: 1.8;
    margin: 0 0 20px;
    min-height: 46px;
}
.home-product-btn {
    display: inline-block;
    padding: 8px 28px;
    font-size: 13px;
    letter-spacing: 2px;
}

/* ---------- 左右分栏（左文右图 / 左图右文） ---------- */
.home-split {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 72px;
    align-items: center;
}
.home-split-reverse {
    grid-template-columns: 1.3fr 1fr;
}

.home-split-reverse .home-split-text { order: 2; }
.home-split-reverse .home-split-media { order: 1; }

.home-split-text {
    color: #2c2418;
}
.home-brand-lead {
    font-size: 16px;
    letter-spacing: 2px;
    color: #5a4a32;
    margin: 0 0 24px;
    font-weight: 400;
}
.home-brand-copy {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 2.2;
    color: #3d3222;
    margin: 0 0 32px;
}
.home-more-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
}
.home-more-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.home-more-column.home-more-right {
    align-items: flex-end;
}
.home-more-right { justify-content: flex-end; }
.home-more-label {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #8a7456;
}
.home-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 32px;
    font-size: 14px;
    letter-spacing: 2px;
    background: transparent;
    color: #2c2418;
    border: 1px solid #2c2418;
}
.home-more-btn:hover {
    background: #d4a06a;
    color: #fff;
    border-color: #d4a06a;
}
.home-brand .home-more-btn:hover {
    color: #fff;
    border-color: #d4a06a;
}
.home-more-arrow {
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    transition: transform .3s;
}
.home-more-btn:hover .home-more-arrow { transform: translateX(4px); }
.home-more-btn:hover .home-more-arrow-prev { transform: translateX(-4px); }

.home-split-media {
    position: relative;
}
.home-brand-img,
.home-knowledge-img {
    width: 100%;
    aspect-ratio: 4/3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 12px 36px rgba(80,50,10,.12);
}
/* 了解谷妍悦色配图 about.jpg 为 952×582（约 5:3），单独适配避免裁切 */
.home-brand-img {
    aspect-ratio: 952 / 582;
}
/* 关于护肤配图 news.jpg 为 727×437（约 5:3），单独适配避免裁切 */
.home-knowledge-img {
    aspect-ratio: 727 / 437;
}
.home-knowledge-desc {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
    color: #3d3222;
    margin: 0 0 32px;
}

/* 品牌区块米金色底 */
.home-brand {
    background: linear-gradient(180deg, #f7ebd2 0%, #f0e0bf 100%);
}
.home-brand .home-section-title,
.home-brand .home-brand-lead,
.home-brand .home-brand-copy,
.home-brand .home-knowledge-desc,
.home-brand .home-more-btn {
    color: #3a2a14;
}
.home-brand .home-more-btn { border-color: #3a2a14; }

/* 护肤知识区块奶白底 */
.home-knowledge {
    background: #fdfaf5;
}

/* ---------- 响应式 ---------- */
@media (max-width: 960px) {
    .home-products-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .home-split { grid-template-columns: 1fr; gap: 40px; }
    .home-split-reverse .home-split-text { order: 0; }
    .home-split-reverse .home-split-media { order: 0; }
    .home-more-right { justify-content: flex-start; }
    .home-section { padding: 70px 0; }
}
@media (max-width: 768px) {
    /* 首页 Hero：竖幅比例，使用设计师专门提供的移动端竖版图 */
    .home-hero { aspect-ratio: 3 / 4; }
    .home-hero-slide {
        background-image: var(--hero-bg-m, var(--hero-bg));
        background-position: center center;
    }
    .home-hero-pagination { bottom: 20px; gap: 10px; }
    .home-hero-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
    }
    .home-hero-pagination .swiper-pagination-bullet-active { width: 32px; }
    .home-hero-prev, .home-hero-next { display: none; }
    .home-hero-scroll { display: none; }

    /* 容器边距统一为 24px，与品牌页一致 */
    .home-container { padding: 0 24px; }
    .home-section { padding: 56px 0; }

    /* 板块标题 */
    .home-section-title {
        font-size: 24px;
        letter-spacing: 3px;
        margin-bottom: 32px;
    }
    .home-section-title::after {
        width: 36px;
        margin-top: 14px;
    }
    .home-section-title-left {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* 产品卡片：单列，收紧信息区高度 */
    .home-products-grid { grid-template-columns: 1fr; gap: 20px; }
    .home-product-info {
        padding: 18px 20px 22px;
    }
    .home-product-name {
        font-size: 16px;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }
    .home-product-desc {
        font-size: 13px;
        line-height: 1.75;
        margin-bottom: 16px;
        min-height: 0;
    }
    .home-product-btn {
        padding: 7px 22px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    /* 左右分栏：单列堆叠，图在上文在下（两个板块统一顺序） */
    .home-split { gap: 28px; }
    .home-split .home-split-media { order: -1; }
    .home-split .home-split-text { order: 0; }
    .home-brand-copy {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 2;
        margin-bottom: 24px;
    }
    .home-knowledge-desc {
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 24px;
    }
    .home-more-btn {
        padding: 9px 24px;
        font-size: 13px;
        letter-spacing: 1.5px;
    }
    .home-more-arrow { font-size: 16px; }
    /* 移动端两个按钮箭头统一向上 */
    .home-more-arrow { transform: rotate(-90deg); }
    .home-more-arrow-prev { transform: rotate(90deg); }
    .home-more-btn:hover .home-more-arrow { transform: rotate(-90deg); }
    .home-more-btn:hover .home-more-arrow-prev { transform: rotate(90deg); }
    .home-more-wrap { gap: 12px; margin-top: 8px; }
    .home-more-column { gap: 10px; }
    .home-more-column.home-more-right { align-items: flex-start; }
}

/* ---------- Brand 品牌页 ---------- */
.brand-hero {
    width: 100%;
    aspect-ratio: 1920 / 674;
    overflow: hidden;
}
.brand-hero-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.brand-section {
    padding: 80px 0;
    background: #fff;
}
.brand-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.brand-split {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 56px;
    align-items: center;
    padding: 60px 0 80px;
}
.brand-split::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e8dec8;
}
.brand-divider-label {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    padding-left: 16px;
    background: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    color: #b89a6a;
    text-transform: uppercase;
}
.brand-split-reverse .brand-divider-label {
    right: auto;
    left: 0;
    padding-left: 0;
    padding-right: 16px;
}
.brand-split-reverse { grid-template-columns: 40% 60%; }
.brand-split-reverse .brand-split-media { order: 2; }
.brand-split-reverse .brand-split-text { order: 1; }
.brand-split-media { width: 100%; max-width: 100%; }
.brand-split-img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 750 / 563;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.brand-section-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
    color: #2c2418;
    margin: 0 0 18px;
    line-height: 1.45;
}
.brand-section-desc {
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 0;
    color: #6b5a42;
    margin: 0 0 12px;
    font-weight: 200;
}

@media (max-width: 900px) {
    .brand-section { padding: 56px 0; }
    .brand-split {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 0;
    }
    .brand-split-reverse .brand-split-media { order: 0; }
    .brand-split-reverse .brand-split-text { order: 0; }
    .brand-section-title { font-size: 20px; }
}

/* ---------- 品牌页移动端（≤768px） ---------- */
@media (max-width: 768px) {
    /* 首屏横幅：以左侧文案区为焦点裁剪，保留完整的标题与副文案 */
    .brand-hero {
        aspect-ratio: 4 / 5;
    }
    .brand-hero-img {
        background-position: 24% center;
    }
    /* 板块留白适度收紧，保持呼吸感 */
    .brand-section { padding: 44px 0; }
    .brand-split {
        grid-template-columns: 1fr;
        gap: 24px;
        /* 用上下 padding 简写会重置左右为 0，显式保留 24px 左右边距 */
        padding: 32px 24px 36px;
    }
    /* 分割线小标签与屏幕边缘留出边距 */
    .brand-divider-label {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .brand-split .brand-divider-label {
        right: 24px;
    }
    .brand-split-reverse .brand-divider-label {
        left: 24px;
    }
    .brand-section-title {
        font-size: 19px;
        letter-spacing: 3px;
        margin-bottom: 14px;
    }
    .brand-section-desc {
        font-size: 15px;
        line-height: 1.85;
    }
}

/* ---------- 官方商城页（背景图 + 右侧卡片） ---------- */
.shop-hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh - var(--gy-nav-h, 80px));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 80px 0;
    box-sizing: border-box;
}
.shop-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.shop-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.shop-card {
    width: 500px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 56px 52px;
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(44, 36, 24, 0.12);
}
.shop-eyebrow {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: #b8814a;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.shop-title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.45;
    color: #2c2418;
    margin: 0 0 18px;
}
.shop-desc {
    font-size: 15px;
    line-height: 1.9;
    color: #6b5a42;
    margin: 0 0 36px;
    font-weight: 300;
}
.shop-qr-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.shop-qr {
    flex: 1;
    min-width: 140px;
    text-align: center;
}
.shop-qr__box {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background: #f7f1e6;
    margin-bottom: 14px;
}
.shop-qr__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-qr__title {
    font-size: 15px;
    color: #2c2418;
    margin-bottom: 6px;
    letter-spacing: 2px;
}
.shop-qr__note {
    font-size: 13px;
    color: #9a8059;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .shop-hero {
        min-height: auto;
        padding: 120px 0 60px;
        align-items: flex-start;
        justify-content: center;
    }
    .shop-hero-inner {
        justify-content: center;
    }
    .shop-card {
        width: 100%;
        max-width: 360px;
        padding: 32px 28px;
    }
    .shop-title { font-size: 20px; }
    .shop-qr-row { gap: 16px; }
}

@media (max-width: 400px) {
    /* 小屏保持两个二维码在一行，等比缩小不换行 */
    .shop-qr-row {
        flex-wrap: nowrap;
        gap: 12px;
    }
    .shop-qr {
        min-width: 0;
    }
    .shop-qr__title { font-size: 14px; }
    .shop-qr__note { font-size: 12px; }
}

/* ---------- 产品详情页（整屏 swiper + 统一卡片排版） ---------- */
.product-swiper {
    width: 100%;
    height: calc(100vh - var(--gy-nav-h, 80px));
}
.product-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-slide__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.product-slide__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.product-card {
    width: 480px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 48px 44px;
    box-sizing: border-box;
    box-shadow: 0 8px 32px rgba(44, 36, 24, 0.12);
}
.product-card--left {
    margin-right: auto;
}
.product-card--right {
    margin-left: auto;
}
.product-card__eyebrow {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: #b8814a;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.product-card__title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.45;
    color: #2c2418;
    margin: 0 0 14px;
}
.product-card__subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #6b5a42;
    margin: 0 0 20px;
    letter-spacing: 2px;
}
.product-card__desc {
    font-size: 15px;
    line-height: 1.9;
    color: #6b5a42;
    margin: 0 0 24px;
    font-weight: 300;
}
.product-card__price {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #b8814a;
    margin-bottom: 24px;
}
.product-card__price span {
    font-size: 16px;
    color: #9a8059;
}
.product-card__btn {
    display: inline-block;
    padding: 14px 36px;
    background: #b8814a;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    transition: background 0.3s;
}
.product-card__btn:hover {
    background: #c99460;
}
.product-card__btn--outline {
    background: transparent;
    border: 1px solid #b8814a;
    color: #b8814a;
}
.product-card__btn--outline:hover {
    background: #b8814a;
    color: #fff;
}
.product-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    columns: 2;
    column-gap: 24px;
}
.product-card__list li {
    font-size: 15px;
    color: #2c2418;
    line-height: 2;
    font-weight: 300;
    padding-left: 18px;
    position: relative;
    break-inside: avoid;
}
.product-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #b8814a;
    border-radius: 50%;
    transform: translateY(-50%);
}
.product-card__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-card__feature {
    padding-left: 16px;
    border-left: 2px solid #d4b896;
}
.product-card__feature-title {
    font-size: 16px;
    color: #2c2418;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
.product-card__feature-desc {
    font-size: 13px;
    color: #9a8059;
    line-height: 1.6;
}

/* 产品页 swiper 分页器 & 导航按钮 */
.product-swiper-pagination {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.product-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(184, 129, 74, 0.3);
    opacity: 1;
    margin: 10px 0 !important;
    display: block;
    transition: all 0.3s;
}
.product-swiper-pagination .swiper-pagination-bullet-active {
    background: #b8814a;
    transform: scale(1.3);
}
.product-swiper-prev,
.product-swiper-next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(184, 129, 74, 0.4);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}
.product-swiper-prev {
    top: 24px;
}
.product-swiper-prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 55%;
    width: 10px;
    height: 10px;
    border-left: 1.5px solid #b8814a;
    border-top: 1.5px solid #b8814a;
    transform: translate(-50%, -50%) rotate(45deg);
}
.product-swiper-next {
    bottom: 24px;
}
.product-swiper-next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 45%;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #b8814a;
    border-bottom: 1.5px solid #b8814a;
    transform: translate(-50%, -50%) rotate(45deg);
}
.product-swiper-prev:hover,
.product-swiper-next:hover {
    background: rgba(184, 129, 74, 0.1);
    border-color: #b8814a;
}

@media (max-width: 768px) {
    .product-swiper {
        height: calc(100vh - var(--gy-nav-h-m, 60px));
    }
    .product-card {
        width: 100%;
        padding: 32px 28px;
    }
    .product-card--left,
    .product-card--right {
        margin: auto;
    }
    .product-card__title { font-size: 22px; }
    .product-card__subtitle { font-size: 15px; }
    .product-card__price { font-size: 26px; }
    .product-card__list { columns: 1; }
    .product-swiper-pagination { right: 16px; }
    .product-swiper-prev, .product-swiper-next { display: none; }
}

/* 产品页移动端图片画廊：B5 精华等产品在移动端改用竖版图片流 */
.product-mobile-gallery { display: none; }

@media (max-width: 768px) {
    .product-mobile-gallery {
        display: block;
        width: 100%;
        line-height: 0; /* 消除图片间的行高间隙 */
        font-size: 0;
    }
    .product-mobile-gallery__img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        opacity: 0;
        background: #f5ede3;
        transition: opacity .7s ease;
    }
    .product-mobile-gallery__img.is-loaded {
        opacity: 1;
    }
    /* 当移动端画廊存在时，隐藏原 swiper 内容（用 ~ 因为中间隔了 script 标签） */
    .product-mobile-gallery ~ .banner-swiper.gy-builder-swiper {
        display: none !important;
    }
    /* 隐藏产品页底部的产品导航（如果有） */
    .product-pagination-wrap,
    .product-swiper-pagination,
    .product-swiper-prev,
    .product-swiper-next {
        display: none !important;
    }
}


