/* t224 - classic gold editorial layout */
:root {
  --gold: #c9a227; --gold-light: #f0d78c; --brown: #2c1810;
  --cream: #faf6ef; --text: #3d2b1f; --muted: #7a6555;
  --white: #fff; --radius: 4px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body.theme-body { font-family: "Microsoft YaHei", Georgia, serif; color: var(--text); background: var(--cream); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
.wrap-narrow { max-width: 960px; margin: 0 auto; padding: 0 24px; }

.hdr-gold-wrap { background: var(--white); border-bottom: 3px solid var(--gold); }
.hdr-gold-bar { background: var(--brown); color: var(--gold-light); text-align: center; font-size: 12px; padding: 8px; letter-spacing: 1px; }
.hdr-gold { text-align: center; padding: 24px 24px 16px; }
.hdr-logo-center { font-size: 26px; font-weight: 700; color: var(--brown); display: inline-block; margin-bottom: 16px; letter-spacing: 2px; }
.hdr-nav-gold ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; border-top: 1px solid #e8dcc8; padding-top: 12px; }
.hdr-nav-gold a { padding: 10px 22px; font-size: 14px; color: var(--text); border-bottom: 3px solid transparent; transition: .2s; }
.hdr-nav-gold a:hover, .hdr-nav-gold a.active { color: var(--gold); border-bottom-color: var(--gold); }

.ban-gold { position: relative; overflow: hidden; }
.ban-track { display: flex; transition: transform .5s ease; }
.ban-track .slide { min-width: 100%; }
.ban-track img { width: 100%; height: 440px; object-fit: cover; }
.ban-mask { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 50%, rgba(44,24,16,.7)); pointer-events: none; }
.ban-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.ban-dots .dot { width: 10px; height: 10px; border: 2px solid var(--gold); cursor: pointer; }
.ban-dots .dot.active { background: var(--gold); }
.ban-prev, .ban-next { position: absolute; top: 50%; transform: translateY(-50%); border: 2px solid var(--gold); background: rgba(44,24,16,.5); color: var(--gold); cursor: pointer; padding: 6px 10px; }
.ban-prev { left: 16px; } .ban-next { right: 16px; }

.sec-head { margin-bottom: 28px; text-align: center; }
.sec-tag { display: block; font-size: 11px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 6px; }
.sec-head h2 { font-size: 26px; color: var(--brown); margin-bottom: 8px; }
.sec-head p { font-size: 13px; color: var(--muted); line-height: 1.7; }

.sec-pills { padding: 48px 0; background: var(--white); }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pill { display: flex; flex-direction: column; align-items: center; width: 120px; padding: 16px 8px; border: 1px solid #e8dcc8; border-radius: 50%; aspect-ratio: 1; justify-content: center; transition: .2s; }
.pill:hover { border-color: var(--gold); background: var(--cream); }
.pill b { font-size: 12px; color: var(--brown); text-align: center; }
.pill i { font-size: 10px; color: var(--muted); font-style: normal; margin-top: 4px; }

.sec-quote { display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; }
.sec-quote blockquote { background: var(--brown); color: var(--cream); padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.sec-quote h2 { font-size: 24px; color: var(--gold-light); margin: 8px 0 16px; }
.sec-quote p { line-height: 1.8; font-size: 14px; margin-bottom: 10px; }
.sec-quote .en { font-size: 12px; opacity: .75; }
.btn-gold { display: inline-block; margin-top: 16px; padding: 10px 24px; border: 2px solid var(--gold); color: var(--gold); font-size: 13px; align-self: flex-start; }
.btn-gold:hover { background: var(--gold); color: var(--brown); }
.quote-img img { width: 100%; height: 100%; object-fit: cover; }

.sec-news-gold { padding: 48px 0; }
.news-table { border-top: 2px solid var(--gold); }
.news-table .news-item { display: grid; grid-template-columns: 140px 1fr; gap: 0; border-bottom: 1px solid #e8dcc8; }
.news-table .news-thumb img { width: 140px; height: 110px; object-fit: cover; }
.news-table .news-meta { padding: 16px 20px; }
.news-table .news-meta time { font-size: 11px; color: var(--gold); }
.news-table .news-meta time b { font-size: 24px; margin-right: 4px; }
.news-table .news-meta h3 { margin: 6px 0; font-size: 15px; }
.news-table .news-meta h3 a { color: var(--brown); }
.news-table .news-meta h3 a:hover { color: var(--gold); }
.news-table .news-meta p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.sec-news-gold .btn-gold { display: block; width: fit-content; margin: 20px auto 0; }

.sec-showcase { padding: 48px 0; background: var(--white); }
.showcase-wrap { position: relative; overflow: hidden; }
.showcase-list { display: flex; gap: 16px; transition: transform .4s ease; padding: 8px 0; }
.showcase-list li { flex: 0 0 280px; position: relative; }
.showcase-list img { width: 280px; height: 200px; object-fit: cover; border: 3px solid var(--gold); }
.showcase-list span { display: block; text-align: center; font-size: 12px; margin-top: 8px; color: var(--brown); }
.sc-prev, .sc-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 36px; height: 36px; border: 2px solid var(--gold); background: var(--white); color: var(--brown); font-size: 20px; cursor: pointer; }

.msg-gold { padding: 48px 24px; background: url(/t224/templets/yplc/images/message_bg.jpg) center/cover; }
.msg-gold .msg-inner { max-width: 560px; margin: 0 auto; background: rgba(44,24,16,.85); padding: 32px; color: var(--cream); border: 2px solid var(--gold); }
.msg-gold h3 { font-size: 18px; margin-bottom: 16px; color: var(--gold-light); }
.msg-gold h3 em { font-style: normal; font-size: 11px; opacity: .7; margin-left: 8px; }
.msg-row { display: flex; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.msg-gold input, .msg-gold textarea { flex: 1; min-width: 100px; padding: 10px; border: 1px solid var(--gold); background: rgba(255,255,255,.1); color: #fff; font-size: 13px; }
.msg-gold textarea { width: 100%; height: 90px; resize: vertical; }
.msg-gold button { margin-top: 12px; padding: 10px 28px; background: var(--gold); color: var(--brown); border: none; font-weight: 600; cursor: pointer; }

.site-foot { background: var(--brown); color: var(--cream); }
.foot-top { max-width: 960px; margin: 0 auto; padding: 36px 24px; }
.foot-brand { text-align: center; color: var(--gold-light); margin-bottom: 20px; font-size: 14px; }
.foot-grid { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; text-align: center; }
.foot-cell strong { display: block; color: var(--gold); font-size: 11px; margin: 8px 0 4px; }
.foot-cell p { font-size: 13px; opacity: .85; }
.foot-bottom { border-top: 1px solid rgba(201,162,39,.3); text-align: center; padding: 14px; font-size: 12px; }
.foot-bottom a { color: var(--gold-light); }

.pg-about-gold { padding-bottom: 48px; }
.about-hero-gold { background: url(/t224/templets/yplc/images/aboutus_bg.jpg) center/cover; text-align: center; color: #fff; padding: 80px 24px; }
.about-hero-gold h1 { font-size: 52px; letter-spacing: 4px; }
.about-hero-gold h2 { font-size: 28px; color: var(--gold-light); margin-top: 12px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 720px; margin: -40px auto 0; position: relative; z-index: 1; }
.stat { background: var(--white); border: 2px solid var(--gold); text-align: center; padding: 24px; margin: 0 8px; }
.stat b { display: block; font-size: 28px; color: var(--brown); }
.stat span { font-size: 12px; color: var(--muted); margin-top: 4px; display: block; }
.about-prose { margin-top: 48px; line-height: 1.9; font-size: 14px; }
.about-prose .en { margin-top: 16px; color: var(--muted); font-size: 13px; }

.pg-product-gold { padding: 40px 24px; }
.prod-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 200px 1fr; gap: 32px; }
.prod-side { background: var(--brown); color: var(--cream); padding: 24px 16px; }
.prod-side h3 { font-size: 14px; color: var(--gold); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(201,162,39,.3); }
.prod-side a { display: block; padding: 8px 0; font-size: 13px; border-bottom: 1px dotted rgba(255,255,255,.15); }
.prod-side a:hover { color: var(--gold-light); }
.prod-masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.prod-masonry img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 2px solid #e8dcc8; }
.prod-masonry img:hover { border-color: var(--gold); }
.prod-masonry div { padding: 8px 0; }
.prod-masonry a { color: var(--brown); font-size: 14px; }
.prod-masonry span { font-size: 12px; color: var(--muted); display: block; }
.prod-text { margin-top: 24px; line-height: 1.8; font-size: 14px; color: var(--muted); }

.pg-contact-gold { padding: 0; }
.contact-split { display: grid; grid-template-columns: 380px 1fr; min-height: 460px; }
.contact-dark { background: var(--brown); color: var(--cream); padding: 48px 32px; }
.contact-dark h2 { color: var(--gold-light); margin-bottom: 32px; font-size: 22px; }
.c-row { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.c-row strong { display: block; color: var(--gold); font-size: 11px; margin-bottom: 4px; }
.c-row p { font-size: 13px; opacity: .9; }
.contact-map-gold iframe { width: 100%; height: 100%; min-height: 460px; border: none; }

.pg-news-gold { padding: 48px 0; background: var(--white); }
.pager { display: flex; justify-content: center; margin-top: 20px; }

.pg-article-gold { max-width: 720px; margin: 0 auto; padding: 40px 24px; }
.crumb-gold { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.crumb-gold a { color: var(--gold); }
.article-gold { background: var(--white); border: 1px solid #e8dcc8; padding: 40px; }
.article-gold header { text-align: center; border-bottom: 2px solid var(--gold); padding-bottom: 20px; margin-bottom: 24px; }
.article-gold h1 { font-size: 26px; color: var(--brown); margin: 8px 0; }
.article-gold time { font-size: 12px; color: var(--muted); }
.article-col { line-height: 2; font-size: 15px; color: var(--text); }
.article-col img { max-width: 100%; }

@media (max-width: 768px) {
  .sec-quote, .prod-layout, .contact-split, .about-stats { grid-template-columns: 1fr; }
  .pill { width: 90px; }
  .prod-masonry { grid-template-columns: repeat(2, 1fr); }
}
