/* 臻石艺境 — 高端企业站前端样式 · 响应式 */
:root {
    --bg-deep: #0c0d10;
    --bg-panel: #14161c;
    --bg-elevated: #1a1d26;
    --gold: #c9a962;
    --gold-soft: rgba(201, 169, 98, 0.35);
    --gold-dim: #8a7344;
    --text: #e8eaef;
    --text-muted: #9aa3b5;
    --line: rgba(255, 255, 255, 0.08);
    --radius: 14px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    --font-serif: "Cormorant Garamond", "Noto Serif SC", Georgia, serif;
    --font-body: "Noto Serif SC", Georgia, "PingFang SC", "Microsoft YaHei", serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.75;
    color: var(--text);
    background: radial-gradient(1200px 600px at 10% -10%, rgba(201, 169, 98, 0.12), transparent 55%),
        radial-gradient(900px 500px at 90% 0%, rgba(80, 120, 200, 0.08), transparent 50%),
        var(--bg-deep);
}

a {
    color: var(--gold);
    text-decoration: none;
}

a:hover {
    color: #e4d4a8;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.svg-sprite-root {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    color: var(--gold);
}

.icon-svg--logo {
    color: #e8d5a0;
    filter: drop-shadow(0 2px 14px rgba(201, 169, 98, 0.45));
}

.icon-svg--nav {
    color: var(--gold-dim);
    opacity: 0.95;
}

.main-nav a:hover .icon-svg--nav,
.main-nav a.is-active .icon-svg--nav {
    color: var(--gold);
}

.icon-svg--nav-toggle {
    color: var(--gold);
}

.icon-svg--eyebrow {
    color: var(--gold);
    opacity: 0.9;
}

.icon-svg--pill {
    color: var(--gold-dim);
    margin-right: 8px;
}

.icon-svg--link {
    color: var(--gold);
}

.icon-svg--btn {
    color: #1a1408;
    margin-left: 8px;
}

.icon-svg--carousel {
    color: var(--gold);
}

.icon-svg--tab {
    color: inherit;
    opacity: 0.85;
    margin-right: 6px;
}

.filter-tabs a.is-active .icon-svg--tab,
.filter-tabs a:hover .icon-svg--tab {
    color: var(--gold);
    opacity: 1;
}

.icon-svg--lead {
    color: var(--gold-dim);
    margin-right: 10px;
    align-self: flex-start;
    margin-top: 3px;
}

.icon-svg--time {
    color: var(--gold-dim);
    margin-right: 6px;
}

.icon-svg--card {
    color: var(--gold);
    margin-right: 8px;
}

.icon-svg--cat {
    color: var(--gold);
    margin-right: 8px;
}

.icon-svg--back {
    color: inherit;
    margin-right: 6px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(12, 13, 16, 0.88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text);
}

.brand:hover {
    color: var(--text);
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.2), transparent 45%),
        linear-gradient(145deg, #3d3424 0%, #1a1610 55%, #0d0c0a 100%);
    border: 1px solid rgba(201, 169, 98, 0.35);
    box-shadow: 0 8px 28px var(--gold-soft), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.brand-mark--logo {
    background: rgba(12, 13, 16, 0.6);
    border: 1px solid rgba(201, 169, 98, 0.28);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 4px;
}

.brand-mark__img {
    width: 100%;
    height: 100%;
    max-width: 36px;
    max-height: 36px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-name {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.brand-tag {
    font-size: 0.72rem;
    color: var(--text-muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    flex-shrink: 0;
}

.lang-switch-btn {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    text-decoration: none;
    line-height: 1;
}

.lang-switch-btn:hover {
    color: var(--text);
}

.lang-switch-btn.is-active {
    color: var(--gold);
}

.lang-switch-gap {
    color: var(--text-muted);
    opacity: 0.45;
    font-size: 0.72rem;
    user-select: none;
}

.main-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-muted);
    font-size: 0.9rem;
    padding: 10px 14px;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s;
}

.main-nav a:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--bg-panel);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
}

.site-main {
    min-height: 40vh;
}

/* Hero carousel */
.hero-carousel {
    position: relative;
    min-height: 72vh;
    overflow: hidden;
}

.hero-carousel--inner {
    min-height: 52vh;
}

.hero-carousel--inner .carousel-track {
    height: 52vh;
}

.hero-carousel--inner .slide-content {
    padding-top: 14vh;
    padding-bottom: 8vh;
}

.carousel-track {
    position: relative;
    height: 72vh;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    background: var(--bg-panel) center / cover no-repeat;
    background-image: var(--slide-bg);
}

.carousel-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(8, 9, 12, 0.82) 0%, rgba(8, 9, 12, 0.35) 45%, rgba(8, 9, 12, 0.55) 100%);
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18vh 22px 10vh;
}

.slide-content h1 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0 0 16px;
    max-width: 14ch;
}

.slide-content p {
    margin: 0 0 28px;
    color: var(--text-muted);
    max-width: 36ch;
    font-size: 1.05rem;
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 14px 28px 14px 32px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--gold), #a38445);
    color: #1a1408 !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 40px var(--gold-soft);
}

.btn-gold:hover {
    filter: brightness(1.06);
    color: #1a1408 !important;
}

.carousel-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 10px;
}

.carousel-dots button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    padding: 0;
}

.carousel-dots button.is-active {
    background: var(--gold);
    transform: scale(1.15);
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: rgba(12, 13, 16, 0.55);
    backdrop-filter: blur(6px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.carousel-prev:hover,
.carousel-next:hover {
    border-color: var(--gold-soft);
    background: rgba(12, 13, 16, 0.75);
}

.carousel-prev {
    left: 18px;
}

.carousel-next {
    right: 18px;
}

.hero-fallback {
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 22px;
    background: radial-gradient(ellipse at center, rgba(201, 169, 98, 0.15), transparent 65%),
        linear-gradient(180deg, var(--bg-panel), var(--bg-deep));
}

.hero-fallback-inner h1 {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin: 0 0 12px;
}

.hero-fallback-inner p {
    color: var(--text-muted);
    margin: 0 0 8px;
}

.hero-note {
    font-size: 0.9rem;
    margin-bottom: 28px !important;
}

/* Sections */
.section {
    padding: 72px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

.container.narrow {
    max-width: 820px;
}

.container--article {
    max-width: 760px;
}

.eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-dim);
    margin: 0 0 12px;
}

.eyebrow--inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.22em;
}

.eyebrow--inline span {
    padding-top: 1px;
}

.section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin: 0 0 20px;
    font-weight: 600;
}

.section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 36px;
}

.section-head-text .section-title {
    margin-bottom: 0;
}

.section-head-text .eyebrow {
    margin-bottom: 8px;
}

.link-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--gold);
    padding: 8px 4px;
    border-radius: 999px;
    transition: color 0.2s, transform 0.2s;
}

.link-all:hover {
    transform: translateX(2px);
}

.link-all .icon-svg--link {
    transition: transform 0.2s;
}

.link-all:hover .icon-svg--link {
    transform: translateX(3px);
}

.lead {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin: 0 0 28px;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill-row span {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--line);
    font-size: 0.85rem;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.25s, color 0.25s;
}

.pill-row span:hover {
    border-color: var(--gold-soft);
    color: var(--text);
}

.intro-block {
    position: relative;
    border-top: 1px solid rgba(201, 169, 98, 0.18);
    background: linear-gradient(180deg, rgba(201, 169, 98, 0.04) 0%, transparent 38%);
}

.intro-block::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.5;
}

.page-lead--icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    gap: 0;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.page-lead--icon span {
    flex: 1;
}

.news-time {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

/* Product grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.product-grid--large {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* 产品中心 products.php：每行列数由站点设置控制 */
.product-grid--page {
    gap: 28px;
}

.product-grid--page.product-grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.product-grid--page.product-grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.product-grid--page.product-grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.product-card {
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg-panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    transition: transform 0.35s ease, border-color 0.25s;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold-soft);
}

.product-card-link {
    display: block;
    color: inherit;
}

.product-thumb-wrap {
    position: relative;
}

.product-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.product-thumb-vid {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 6px;
    background: rgba(8, 9, 12, 0.72);
    color: var(--gold);
    border: 1px solid rgba(201, 169, 98, 0.45);
    pointer-events: none;
}

.product-card--tall .product-thumb {
    height: 260px;
}

.product-meta {
    padding: 20px 20px 22px;
}

.product-meta .cat {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-dim);
}

.icon-svg--catline {
    color: var(--gold-dim);
    margin-right: 6px;
}

.product-meta h2,
.product-meta h3 {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    margin: 8px 0 10px;
    font-weight: 600;
}

.product-meta .excerpt {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    color: var(--gold);
    margin: 0;
}

.fake-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 1px solid var(--gold-dim);
    padding-bottom: 2px;
}

.icon-svg--fake {
    color: var(--gold-dim);
}

.empty-hint {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--text-muted);
    padding: 40px 0;
}

/* News */
.news-preview,
.news-list--page {
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.02));
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-row {
    display: flex;
    gap: 20px;
    padding: 18px;
    border-radius: var(--radius);
    background: var(--bg-panel);
    border: 1px solid var(--line);
    color: inherit;
    align-items: stretch;
    transition: border-color 0.25s, background 0.25s;
}

.news-row:hover {
    border-color: var(--gold-soft);
    background: var(--bg-elevated);
}

.news-thumb {
    width: 140px;
    min-height: 100px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.news-thumb--empty {
    background: repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.04),
            rgba(255, 255, 255, 0.04) 8px,
            transparent 8px,
            transparent 16px
        ),
        var(--bg-elevated);
}

/* 无缩略图时正文区占满一行（封面图由正文 img 随机抽取） */
.news-body {
    flex: 1;
    min-width: 0;
}

.news-body h2,
.news-body h3 {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    margin: 0 0 8px;
    font-weight: 600;
    color: var(--text);
}

.news-body p {
    margin: 0 0 10px;
    font-size: 0.92rem;
    color: var(--text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-body time {
    font-size: 0.78rem;
    color: var(--gold-dim);
    letter-spacing: 0.08em;
}

/* Page hero inner pages */
.page-hero {
    padding: 100px 0 40px;
    text-align: center;
    border-bottom: 1px solid var(--line);
}

.page-hero--sm {
    padding: 72px 0 28px;
}

/* 内页 Hero 统一装饰（产品 / 新闻 / 关于） */
.page-hero--lux {
    position: relative;
    overflow: hidden;
    border-bottom: none;
    background: radial-gradient(ellipse 80% 120% at 50% -20%, rgba(201, 169, 98, 0.14), transparent 55%),
        linear-gradient(180deg, rgba(26, 29, 38, 0.5) 0%, transparent 100%);
}

.page-hero--lux::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: min(420px, 85vw);
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.55), transparent);
    opacity: 0.65;
    pointer-events: none;
}

.page-hero--lux::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(560px, 78vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
    pointer-events: none;
}

.page-hero-inner {
    position: relative;
    z-index: 1;
}

.page-hero--lux .page-lead {
    max-width: 42rem;
}

.section--lux {
    padding-top: 48px;
    padding-bottom: 96px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 28%, rgba(0, 0, 0, 0.08) 100%);
}

.section--products {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.section--news .news-list--page {
    background: none;
}

.section--cases .news-list--page {
    background: none;
}

/* 联系我们 */
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 32px;
    align-items: start;
}

.contact-panel {
    padding: 28px 26px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(201, 169, 98, 0.05) 100%);
    box-shadow: 0 20px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-block {
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.75;
}

.contact-block:last-child {
    margin-bottom: 0;
}

.contact-block-title {
    margin: 0 0 8px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-dim);
}

.contact-block-text {
    margin: 0;
    color: var(--text);
}

.contact-block-text a {
    color: var(--gold);
}

.contact-block--channels {
    margin-top: 8px;
}

.contact-channel-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-channel-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: rgba(8, 9, 12, 0.35);
}

.contact-channel-ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.4), rgba(138, 115, 68, 0.22));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-channel-ico .contact-channel-svg,
.contact-channel-ico .icon-svg {
    display: block;
    color: rgba(255, 252, 245, 0.96);
}

.contact-channel-ico .contact-channel-svg--brand {
    color: #fff;
}

.contact-channel-item--phone .contact-channel-ico,
.contact-channel-item--mobile .contact-channel-ico,
.contact-channel-item--fax .contact-channel-ico {
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.5), rgba(138, 115, 68, 0.25));
}

.contact-channel-item--email .contact-channel-ico {
    background: linear-gradient(145deg, #5c6bc0, #3949ab);
}

.contact-channel-item--qq .contact-channel-ico {
    background: linear-gradient(145deg, #12b7f5, #0d8ac7);
}

.contact-channel-item--wechat .contact-channel-ico {
    background: linear-gradient(145deg, #07c160, #059a4c);
}

.contact-channel-item--wecom .contact-channel-ico {
    background: linear-gradient(145deg, #2e8fef, #1a6fc4);
}

.contact-channel-item--whatsapp .contact-channel-ico {
    background: linear-gradient(145deg, #25d366, #128c7e);
}

.contact-channel-item--telegram .contact-channel-ico {
    background: linear-gradient(145deg, #2aabee, #229ed9);
}

.contact-channel-item--line .contact-channel-ico {
    background: linear-gradient(145deg, #06c755, #00b900);
}

.contact-channel-item--signal .contact-channel-ico {
    background: linear-gradient(145deg, #3a76f0, #2a5ccc);
}

.contact-channel-item--skype .contact-channel-ico {
    background: linear-gradient(145deg, #00aff0, #0078d7);
}

.contact-channel-item--messenger .contact-channel-ico {
    background: linear-gradient(145deg, #0084ff, #0066cc);
}

.contact-channel-item--discord .contact-channel-ico {
    background: linear-gradient(145deg, #5865f2, #4752c4);
}

.contact-channel-item--instagram .contact-channel-ico {
    background: linear-gradient(145deg, #f09433, #bc1888);
}

.contact-channel-item--twitter_x .contact-channel-ico {
    background: linear-gradient(145deg, #555, #111);
}

.contact-channel-item--linkedin .contact-channel-ico {
    background: linear-gradient(145deg, #0a66c2, #004182);
}

.contact-channel-item--website .contact-channel-ico {
    background: linear-gradient(145deg, rgba(201, 169, 98, 0.45), rgba(90, 75, 45, 0.35));
}

.contact-channel-item--other .contact-channel-ico {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.contact-channel-body {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-channel-kind {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-dim);
}

.contact-channel-value {
    font-size: 1.02rem;
    color: var(--gold);
    word-break: break-word;
}

.contact-channel-value:hover {
    color: #e4d4a8;
}

.contact-channel-value--text {
    color: var(--text);
    font-size: 1.02rem;
    word-break: break-word;
}

.contact-channel-note {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.55;
}

.case-card-date {
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--text-muted);
}

.case-detail-hero-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 0.92rem;
    color: rgba(248, 250, 255, 0.88);
}

.contact-empty-hint {
    margin: 0;
    font-size: 0.95rem;
}

.contact-panel--map {
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
}

.contact-panel--map .contact-map-wrap {
    margin-bottom: 0;
}

.contact-panel--map .contact-extra {
    padding: 24px 26px 28px;
    margin-top: 0;
    border-top: none;
}

.contact-panel--map .contact-map-wrap + .contact-extra {
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.contact-map-wrap {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--bg-panel);
    box-shadow: 0 20px 64px rgba(0, 0, 0, 0.32);
}

.contact-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 320px;
    border: 0;
    vertical-align: middle;
}

.contact-extra {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--text-muted);
}

.contact-extra :first-child {
    margin-top: 0;
}

.lux-pill-bar {
    padding: 18px 20px 22px;
    margin-bottom: 40px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.045) 0%, rgba(201, 169, 98, 0.04) 100%);
    box-shadow: 0 20px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lux-pill-bar-label {
    margin: 0 0 14px;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dim);
}

.filter-tabs--lux {
    margin-bottom: 0;
    gap: 12px;
}

.filter-tabs--lux a {
    padding: 11px 20px;
    border-radius: 999px;
    background: rgba(8, 9, 12, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.filter-tabs--lux a.is-active {
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.18), rgba(201, 169, 98, 0.06));
    box-shadow: 0 0 0 1px rgba(201, 169, 98, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product-grid--lux {
    gap: 30px;
}

.product-card--lux {
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
}

.product-card--lux:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(201, 169, 98, 0.12);
}

.product-thumb-wrap--lux {
    overflow: hidden;
}

.product-thumb-wrap--lux::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(8, 9, 12, 0.55) 100%);
    opacity: 0.55;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.product-card--lux:hover .product-thumb-wrap--lux::after {
    opacity: 0.85;
}

.product-card--lux .product-thumb {
    transition: transform 0.55s ease;
}

.product-card--lux:hover .product-thumb {
    transform: scale(1.04);
}

.empty-hint--lux {
    padding: 48px 28px;
    margin: 0;
    border-radius: var(--radius);
    border: 1px dashed rgba(201, 169, 98, 0.25);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-muted);
    font-size: 0.95rem;
}

.news-feed--page {
    max-width: 880px;
    margin: 0 auto;
}

.news-row--lux {
    position: relative;
    padding: 22px 24px 22px 28px;
    box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
    border-radius: calc(var(--radius) + 2px);
}

.news-row--lux::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold), rgba(201, 169, 98, 0.25));
    opacity: 0.5;
    transition: opacity 0.25s ease;
}

.news-row--lux:hover::before {
    opacity: 1;
}

.news-thumb--lux {
    border-radius: 12px;
    border: 1px solid rgba(201, 169, 98, 0.22);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
}

.news-row--lux .news-body h2 {
    font-size: 1.22rem;
    letter-spacing: 0.02em;
}

/* —— 新闻中心列表（排版） —— */
.container--news-hub {
    max-width: 920px;
}

.page-lead--tight {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.news-hub-feed {
    max-width: none;
}

.news-hub-card {
    align-items: stretch;
    gap: 22px 26px;
    text-decoration: none;
}

.news-hub-card__media {
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
}

.news-hub-card__media .news-thumb {
    width: 168px;
    min-height: 118px;
    align-self: stretch;
}

.news-hub-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-width: 0;
    padding-top: 2px;
}

.news-hub-card__date {
    order: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-dim);
}

.news-hub-card__date span {
    letter-spacing: 0.06em;
    text-transform: none;
    color: var(--text-muted);
}

.news-hub-card__title {
    order: 1;
    font-family: var(--font-serif);
    font-size: clamp(1.12rem, 2.2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 12px;
    color: var(--text);
    transition: color 0.2s ease;
}

.news-hub-card:hover .news-hub-card__title {
    color: var(--gold);
}

.news-hub-card__excerpt {
    order: 2;
    margin: 0;
    font-size: 0.93rem;
    line-height: 1.65;
    color: var(--text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 覆盖列表页通用 .news-body p 的两行截断，摘要允许三行 */
.news-hub-card.news-row .news-hub-card__body p.news-hub-card__excerpt {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.news-hub-card--text-only .news-hub-card__body {
    padding-left: 4px;
}

.page-title {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    margin: 0 0 12px;
}

.page-lead {
    margin: 0 auto;
    max-width: 52ch;
    color: var(--text-muted);
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.filter-tabs a {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--text-muted);
    font-size: 0.88rem;
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.filter-tabs a.is-active,
.filter-tabs a:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* Product detail */
.product-detail-hero {
    min-height: 52vh;
    position: relative;
    overflow: hidden;
}

.product-detail-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.product-detail-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.02);
}

.product-detail-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(165deg, rgba(8, 9, 12, 0.35) 0%, rgba(8, 9, 12, 0.55) 40%, rgba(8, 9, 12, 0.92) 100%);
}

.product-detail-hero-inner {
    position: relative;
    z-index: 2;
    padding: 20vh 22px 52px;
    max-width: 920px;
}

.product-detail-hero .cat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(201, 169, 98, 0.35);
    background: rgba(8, 9, 12, 0.45);
    backdrop-filter: blur(8px);
}

.product-detail-title {
    font-family: var(--font-serif);
    font-size: clamp(1.85rem, 4.2vw, 3rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 20px 0 0;
    color: var(--text);
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
    letter-spacing: 0.02em;
}

.product-detail-price-panel {
    margin-top: 28px;
    padding: 22px 24px 20px;
    max-width: 420px;
    border-radius: var(--radius);
    border: 1px solid rgba(201, 169, 98, 0.28);
    background: linear-gradient(145deg, rgba(20, 22, 28, 0.92), rgba(12, 13, 16, 0.88));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.product-detail-price-label {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dim);
    margin-bottom: 8px;
}

.product-detail-price-num {
    font-family: var(--font-serif);
    font-size: clamp(1.65rem, 3.5vw, 2.25rem);
    font-weight: 600;
    color: var(--gold);
    margin: 0 0 10px;
    line-height: 1.15;
    letter-spacing: 0.04em;
}

.product-detail-price-note {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--text-muted);
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-detail-video-wrap {
    margin: 0 0 36px;
    padding: 20px 22px 24px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--bg-panel);
    box-shadow: var(--shadow);
}

.product-detail-video-label {
    margin: 0 0 14px;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-dim);
}

.product-detail-video {
    width: 100%;
    max-height: min(70vh, 640px);
    border-radius: 10px;
    background: #000;
}

.product-detail-gallery-wrap {
    margin: 0 0 40px;
    padding: 24px 24px 28px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(26, 29, 38, 0.55), var(--bg-panel));
    box-shadow: var(--shadow);
}

.product-detail-gallery-hint {
    margin: -6px 0 18px;
    font-size: 0.82rem;
    color: var(--text-muted);
    letter-spacing: 0.04em;
}

.product-detail-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.product-detail-gallery-item {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.3);
}

.product-detail-gallery-item--image {
    position: relative;
}

.product-detail-gallery-zoom {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    cursor: zoom-in;
    position: relative;
    background: #0a0b0e;
    color: var(--gold);
    font: inherit;
    text-align: left;
}

.product-detail-gallery-zoom:focus {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

.product-detail-gallery-zoom:focus:not(:focus-visible) {
    outline: none;
}

.product-detail-gallery-item--image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0;
    vertical-align: middle;
    transition: transform 0.45s ease, opacity 0.35s ease;
}

.product-detail-gallery-zoom:hover .product-detail-gallery-zoom-hint {
    opacity: 1;
}

.product-detail-gallery-zoom:hover img {
    transform: scale(1.05);
    opacity: 0.92;
}

.product-detail-gallery-zoom-hint {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    background: linear-gradient(180deg, transparent 0%, rgba(8, 9, 12, 0.65) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.product-detail-zoom-ico {
    opacity: 0.95;
}

.product-detail-gallery-item--video video {
    width: 100%;
    max-height: min(50vh, 400px);
    display: block;
    background: #000;
}

/* 灯箱 */
.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 16px 24px;
}

.product-lightbox[hidden] {
    display: none;
}

.product-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 5, 8, 0.92);
    backdrop-filter: blur(6px);
}

.product-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201, 169, 98, 0.45);
    border-radius: 50%;
    background: rgba(20, 22, 28, 0.9);
    color: var(--gold);
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.product-lightbox-close:hover {
    background: rgba(201, 169, 98, 0.15);
    border-color: var(--gold);
}

.product-lightbox-frame {
    position: relative;
    z-index: 1;
    max-width: min(96vw, 1200px);
    max-height: 88vh;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(201, 169, 98, 0.2);
}

.product-lightbox-img {
    display: block;
    max-width: min(96vw, 1200px);
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.product-detail-body {
    padding-top: 40px;
    padding-bottom: 80px;
}

.product-detail-main {
    max-width: 760px;
    margin: 0 auto;
}

.product-detail-summary {
    margin: 0 0 36px;
    padding: 22px 24px 24px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    border-left: 3px solid var(--gold-dim);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.product-detail-summary-label {
    margin: 0 0 10px;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dim);
}

.product-detail-summary-text {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.85;
    color: var(--text-muted);
}

.product-detail-body-label {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dim);
    margin: 0 0 14px;
}

.product-detail-body-copy {
    padding-top: 8px;
}

.article-lead {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin: 0 0 28px;
}

.article-content {
    font-size: 1.05rem;
    color: #d2d6e0;
    line-height: 1.85;
}

.article-content p {
    margin: 0 0 1em;
}

.article-content img {
    border-radius: 10px;
    margin: 1em 0;
}

.article-content iframe {
    max-width: 100%;
    border: none;
    border-radius: 10px;
    margin: 1em 0;
}

.article-content video,
.article-content .news-body-video {
    width: 100%;
    max-height: min(70vh, 560px);
    border-radius: 10px;
    margin: 1em 0;
    background: #000;
    display: block;
}

@media (max-width: 600px) {
    .product-detail-hero-inner {
        padding-top: 18vh;
    }

    .product-detail-price-panel {
        max-width: none;
    }

    .product-detail-gallery-zoom-hint {
        opacity: 1;
        background: linear-gradient(180deg, transparent 35%, rgba(8, 9, 12, 0.75) 100%);
        font-size: 0.68rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-detail-gallery-item--image img {
        transition: none;
    }

    .product-detail-gallery-zoom:hover img {
        transform: none;
    }
}

/* 产品详情 HTML 模板（data/product_body_templates） */
.article-content .product-tpl {
    margin: 1.75em 0;
    padding: 1.25em 1.35em;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.02);
}

.article-content .product-tpl h2,
.article-content .product-tpl h3 {
    font-family: var(--font-serif);
    color: var(--text);
    margin: 0 0 0.65em;
}

.article-content .product-tpl h2 {
    font-size: 1.35rem;
}

.article-content .product-tpl h3 {
    font-size: 1.1rem;
}

.article-content .product-tpl-muted,
.article-content .product-tpl-note {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin: 0 0 1em;
}

.article-content .product-tpl-features,
.article-content .product-tpl-steps {
    margin: 0.5em 0 0;
    padding-left: 1.2em;
}

.article-content .product-tpl-features li,
.article-content .product-tpl-steps li {
    margin-bottom: 0.45em;
}

.article-content .product-tpl-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    margin: 0.5em 0 0;
}

.article-content .product-tpl-table th,
.article-content .product-tpl-table td {
    border: 1px solid var(--line);
    padding: 10px 12px;
    text-align: left;
}

.article-content .product-tpl-table thead th {
    background: rgba(201, 169, 98, 0.08);
    color: var(--gold);
    font-weight: 600;
}

.article-content .product-tpl-cols,
.article-content .product-tpl--cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25em;
}

@media (max-width: 720px) {
    .article-content .product-tpl-cols,
    .article-content .product-tpl--cols {
        grid-template-columns: 1fr;
    }
}

.article-content .product-tpl-faq dt {
    font-weight: 600;
    color: var(--gold-dim);
    margin: 1em 0 0.35em;
}

.article-content .product-tpl-faq dt:first-child {
    margin-top: 0;
}

.article-content .product-tpl-faq dd {
    margin: 0 0 0.5em;
    padding-left: 0;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 12px 26px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--text-muted) !important;
    font-size: 0.88rem;
    gap: 4px;
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold) !important;
}

.back-row {
    margin-top: 48px;
}

/* Article / news detail */
.article-header {
    padding: 72px 22px 24px;
    text-align: center;
}

.news-breadcrumb {
    padding: 16px 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(8, 9, 12, 0.35);
}

.news-breadcrumb .container {
    text-align: left;
}

.news-breadcrumb__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: var(--text-muted) !important;
    letter-spacing: 0.04em;
    transition: color 0.2s ease, transform 0.2s ease;
}

.news-breadcrumb__link:hover {
    color: var(--gold) !important;
    transform: translateX(-2px);
}

.article-header--news {
    padding: 36px 22px 40px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: radial-gradient(ellipse 90% 80% at 50% 0%, rgba(201, 169, 98, 0.08), transparent 58%);
}

.news-detail-header-inner {
    max-width: 52rem;
    margin: 0 auto;
}

.article-title {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin: 12px 0 8px;
}

.article-title--news {
    line-height: 1.28;
    margin: 16px auto 14px;
    max-width: 48rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.article-date {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.article-date--news {
    gap: 8px;
    justify-content: center;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
}

.article-date--news span {
    color: var(--text-muted);
}

.article-cover {
    height: 38vh;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    margin-bottom: 8px;
}

.article-cover-frame {
    margin: 0 auto;
    padding: 0 22px;
    max-width: 960px;
}

.article-cover--news {
    height: min(42vh, 420px);
    min-height: 240px;
    margin-bottom: 0;
    border-radius: 0 0 var(--radius) var(--radius);
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(201, 169, 98, 0.12);
}

.news-detail-body {
    padding-top: 48px;
    padding-bottom: 88px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, transparent 24%);
}

.news-detail-main {
    max-width: 42rem;
}

.article-lead--news {
    font-size: 1.12rem;
    line-height: 1.82;
    margin: 0 0 36px;
    padding: 22px 24px 24px 26px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    border-left: 3px solid rgba(201, 169, 98, 0.55);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(201, 169, 98, 0.04));
    color: #c5cad8;
    text-align: left;
}

.article-content--news {
    font-size: 1.06rem;
    line-height: 1.88;
    color: #d0d4e0;
    text-align: left;
}

.article-content--news > *:first-child {
    margin-top: 0;
}

.article-content--news h2,
.article-content--news h3,
.article-content--news h4 {
    font-family: var(--font-serif);
    color: var(--text);
    font-weight: 600;
    line-height: 1.35;
    margin: 1.65em 0 0.55em;
    text-align: left;
}

.article-content--news h2 {
    font-size: 1.42rem;
    padding-bottom: 0.35em;
    border-bottom: 1px solid rgba(201, 169, 98, 0.2);
}

.article-content--news h3 {
    font-size: 1.2rem;
    color: var(--gold);
}

.article-content--news h2:first-child,
.article-content--news h3:first-child,
.article-content--news h4:first-child {
    margin-top: 0;
}

.article-content--news p {
    margin: 0 0 1.05em;
}

.article-content--news ul,
.article-content--news ol {
    margin: 0 0 1.1em;
    padding-left: 1.35em;
    text-align: left;
}

.article-content--news li {
    margin-bottom: 0.4em;
}

.article-content--news blockquote {
    margin: 1.35em 0;
    padding: 16px 20px 16px 22px;
    border-left: 3px solid var(--gold-dim);
    border-radius: 0 var(--radius) var(--radius) 0;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-muted);
    font-style: italic;
    text-align: left;
}

.article-content--news img {
    display: block;
    margin: 1.35em auto;
    max-width: 100%;
}

.news-detail-footer {
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    text-align: center;
}

.btn-outline--news-back {
    padding: 12px 28px;
}

.news-detail {
    display: block;
}

/* About */
.about-lead-card {
    padding: 28px 32px 32px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(201, 169, 98, 0.05) 55%, rgba(8, 9, 12, 0.2) 100%);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    margin-bottom: 40px;
}

.about-lead-text {
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.88;
    color: var(--text-muted);
}

.about-body-html {
    margin-bottom: 40px;
}

.about-section-heading {
    font-family: var(--font-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 600;
    color: var(--text);
    margin: 0 0 20px;
    letter-spacing: 0.02em;
}

.about-module-card {
    margin-bottom: 36px;
    padding: 28px 30px 32px;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.04) 0%, rgba(201, 169, 98, 0.04) 48%, rgba(8, 9, 12, 0.35) 100%);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about-module-card__title {
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 600;
    color: var(--gold);
    margin: 0 0 16px;
    letter-spacing: 0.03em;
}

.about-module-card__body {
    margin: 0;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 0;
}

.about-grid--lux {
    gap: 24px;
}

.about-grid .about-empty {
    grid-column: 1 / -1;
}

.about-card {
    padding: 24px;
    border-radius: var(--radius);
    background: var(--bg-panel);
    border: 1px solid var(--line);
}

.about-card--lux {
    position: relative;
    padding: 28px 26px 30px;
    overflow: hidden;
    transition: transform 0.32s ease, border-color 0.25s ease, box-shadow 0.32s ease;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.about-card--lux::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -20%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(201, 169, 98, 0.12), transparent 68%);
    pointer-events: none;
}

.about-card--lux:hover {
    transform: translateY(-5px);
    border-color: var(--gold-soft);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(201, 169, 98, 0.1);
}

.about-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 14px;
    background: rgba(201, 169, 98, 0.1);
    border: 1px solid rgba(201, 169, 98, 0.28);
}

.about-card-icon .icon-svg--card {
    color: var(--gold);
}

.about-card h3 {
    display: flex;
    align-items: center;
    font-family: var(--font-serif);
    margin: 0 0 10px;
    color: var(--gold);
}

.about-card--lux h3 {
    margin: 0 0 12px;
    color: var(--text);
    font-size: 1.22rem;
    font-weight: 600;
}

.about-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.72;
}

/* Footer */
.site-footer {
    border-top: 1px solid var(--line);
    padding: 48px 22px;
    margin-top: 40px;
    background: #08090c;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
}

.footer-line {
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.45), transparent);
}

.icon-svg--footer-gem {
    color: var(--gold);
    opacity: 0.85;
    filter: drop-shadow(0 0 12px rgba(201, 169, 98, 0.35));
}

.footer-copy {
    margin: 0;
    font-size: 0.78rem;
    color: #5c6478;
    max-width: 42rem;
    line-height: 1.5;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1.2fr);
    gap: 36px 28px;
    text-align: left;
    align-items: start;
}

.footer-col--brand {
    padding-right: 12px;
}

.footer-brand-link {
    display: inline-block;
    color: var(--text);
    text-decoration: none;
}

.footer-brand-link:hover {
    color: var(--gold);
}

.footer-brand-link strong {
    font-family: var(--font-serif);
    font-size: 1.12rem;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.footer-tagline {
    color: var(--text-muted);
    font-size: 0.88rem;
    margin: 12px 0 0;
    line-height: 1.65;
}

.footer-heading {
    margin: 0 0 14px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(201, 169, 98, 0.65);
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: var(--text-muted);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--text);
}

.footer-address-block {
    margin-bottom: 14px;
}

.footer-kicker {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 6px;
}

.footer-address {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.65;
}

.footer-contact-list {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer-contact-kind {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.38);
}

.footer-contact-val {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-decoration: none;
    word-break: break-word;
}

a.footer-contact-val:hover {
    color: var(--gold);
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.04em;
}

.footer-cta:hover {
    color: #e8d5a8;
}

.icon-svg--footer-cta {
    color: currentColor;
    flex-shrink: 0;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
}

.footer-lang {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-lang-btn {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    text-decoration: none;
}

.footer-lang-btn:hover {
    color: var(--text);
}

.footer-lang-btn.is-active {
    color: var(--gold);
}

.footer-lang-gap {
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.75rem;
    user-select: none;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-col--brand {
        grid-column: 1 / -1;
        padding-right: 0;
    }
}

@media (max-width: 560px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .site-footer {
        padding: 40px 18px 36px;
    }
}

@media (max-width: 1180px) {
    .product-grid--page.product-grid--cols-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 960px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-grid--large {
        grid-template-columns: 1fr;
    }

    .product-grid--page.product-grid--cols-3,
    .product-grid--page.product-grid--cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .nav-toggle {
        display: flex;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        padding: 12px 18px 20px;
        background: rgba(12, 13, 16, 0.98);
        border-bottom: 1px solid var(--line);
    }

    .main-nav.is-open {
        display: flex;
    }

    .header-inner {
        position: relative;
        flex-wrap: wrap;
    }

    .main-nav {
        order: 3;
        width: 100%;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-grid--page {
        grid-template-columns: 1fr !important;
    }

    .news-row {
        flex-direction: column;
    }

    .news-row--lux::before {
        left: 16px;
        right: 16px;
        top: 8px;
        bottom: auto;
        width: auto;
        height: 3px;
        background: linear-gradient(90deg, var(--gold), rgba(201, 169, 98, 0.2));
    }

    .news-row--lux {
        padding-top: 26px;
    }

    .news-hub-card__media {
        width: 100%;
    }

    .news-hub-card__media .news-thumb {
        width: 100%;
        min-height: 0;
        height: 180px;
    }

    .news-thumb {
        width: 100%;
        height: 160px;
    }

    .lux-pill-bar {
        padding: 14px 16px 18px;
    }

    .carousel-prev,
    .carousel-next {
        display: none;
    }

    .slide-content {
        padding-top: 22vh;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-map-wrap iframe {
        min-height: 260px;
    }
}
