*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#0b0d0e;color:#fff}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}

.hc-header{position:fixed;top:0;left:0;right:0;z-index:20;height:78px;display:flex;align-items:center;padding:0 72px;background:linear-gradient(to bottom,rgba(0,0,0,.58),rgba(0,0,0,.08));color:#fff;transition:background .25s ease,box-shadow .25s ease}
.hc-header.solid{background:rgba(10,12,13,.94);box-shadow:0 10px 30px rgba(0,0,0,.12);backdrop-filter:blur(14px)}
.hc-brand{display:flex;align-items:center;gap:12px;min-width:210px}
.hc-logo{width:38px;height:38px;border:1px solid rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.hc-brand strong{display:block;font-size:22px;letter-spacing:1px;white-space:nowrap}
.hc-brand em{display:block;font-size:11px;letter-spacing:3px;opacity:.82;font-style:normal}
.hc-nav{display:flex;gap:48px;margin-left:40px;font-weight:700;font-size:15px}
.hc-nav a{opacity:.92;position:relative;padding:28px 0}
.hc-nav a:hover,.hc-nav a.active{opacity:1}
.hc-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#fff;border-radius:4px}
.hc-admin-entry{margin-left:auto;display:flex;align-items:center;gap:10px;white-space:nowrap}
.hc-admin-entry a{border:1px solid rgba(255,255,255,.38);border-radius:999px;padding:8px 15px;font-weight:900;font-size:14px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px)}
.hc-admin-entry a:hover{background:rgba(255,255,255,.18)}
.hc-admin-entry a.register{background:#fff;color:#111;border-color:#fff}
.hc-top-btn{margin-left:12px;border:1px solid rgba(255,255,255,.8);border-radius:999px;padding:9px 20px;font-weight:800;white-space:nowrap}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-slides{position:absolute;inset:0;z-index:1}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity 1.2s ease,transform 7s ease}
.hero-slide.active{opacity:1;transform:scale(1)}
.hero-mask{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgba(0,0,0,.26),rgba(0,0,0,.44)),radial-gradient(circle at center,rgba(0,0,0,.06),rgba(0,0,0,.46))}
.hero-content{position:relative;z-index:3;text-align:center;width:min(980px,calc(100% - 40px));padding-top:40px}
.hero-tag{display:inline-block;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);backdrop-filter:blur(10px);font-size:14px;letter-spacing:2px}
.hero h1{margin:26px 0 0;font-size:clamp(48px,7vw,88px);line-height:1.08;letter-spacing:-3px;text-shadow:0 10px 40px rgba(0,0,0,.28)}
.hero p{width:min(780px,100%);margin:24px auto 0;font-size:20px;line-height:1.9;color:rgba(255,255,255,.92)}
.hero-actions{display:flex;justify-content:center;gap:16px;margin-top:34px;flex-wrap:wrap}
.btn{min-height:52px;padding:0 30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}
.btn.primary{background:#fff;color:#151515}
.btn.secondary{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.45);backdrop-filter:blur(12px)}

.section{padding:100px 0;background:#fff;color:#1e2529;scroll-margin-top:90px}
.section.dark{background:#101416;color:#fff}
.section.about{background:#f4f1ea}
.section-head{margin-bottom:40px}
.section-head span{display:block;color:#96704f;font-weight:900;font-size:13px;letter-spacing:3px}
.section-head h2{margin:12px 0;font-size:clamp(32px,4vw,50px)}
.section-head p{max-width:780px;color:#60707a;line-height:1.9;font-size:18px}
.section-head.light p{color:rgba(255,255,255,.72)}

.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.product-card{display:block;padding:38px;border-radius:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.product-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08)}
.product-card span{color:#d8b58f;font-weight:900;font-size:13px}
.product-card h3{font-size:34px;margin:14px 0}
.product-card p{color:rgba(255,255,255,.72);line-height:1.85;font-size:17px}
.product-card strong{display:inline-block;margin-top:18px;color:#fff}

.news-home-section{padding-top:84px}
.news-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.news-more-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border-radius:999px;background:#0d1113;color:#fff;font-weight:900;white-space:nowrap}
.news-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px;border-bottom:1px solid #ece7df;padding-bottom:18px}
.news-tabs button{border:0;border-radius:999px;background:#f4f0e9;color:#51606a;padding:10px 18px;font-weight:900;cursor:pointer}
.news-tabs button.active{background:#0d1113;color:#fff}
.news-list{display:grid;grid-template-columns:1fr;gap:0;background:#fff;border-top:1px solid #eee7dd}
.news-item{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:34px;align-items:center;padding:30px 0;border-bottom:1px solid #eee7dd;color:#172027}
.news-item:hover h3{color:#96704f}
.news-item .tag{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#f4f0e9;color:#9a714b;font-weight:900;font-size:12px;margin-bottom:12px}
.news-item h3{margin:0 0 12px;font-size:26px;line-height:1.35;color:#111a20;transition:color .2s ease}
.news-item p{margin:0 0 14px;color:#5e707a;line-height:1.75;font-size:16px}
.news-item .meta{color:#81909a;font-size:14px;display:flex;gap:12px;flex-wrap:wrap}
.news-cover{width:210px;height:120px;border-radius:16px;background:#f4f0e9 center/cover no-repeat;overflow:hidden}
.news-cover img{width:100%;height:100%;object-fit:cover;display:block}
.news-loading,.news-empty{padding:38px 0;color:#7c8990;text-align:center}

.about-box{max-width:900px}
.about-box span{color:#96704f;font-weight:900;letter-spacing:3px}
.about-box h2{font-size:46px;margin:14px 0}
.about-box p{color:#5e6a70;line-height:1.95;font-size:18px;margin:0 0 16px}

.footer{background:#0b0d0e;color:rgba(255,255,255,.68)}
.footer-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.footer a{color:#fff}

@media(max-width:900px){
  .hc-header{padding:0 20px;height:68px}
  .hc-brand{min-width:auto}
  .hc-brand strong{font-size:18px}
  .hc-nav{display:none}
  .hc-admin-entry{margin-left:auto;gap:8px}
  .hc-admin-entry a{padding:7px 10px;font-size:12px}
  .hc-top-btn{display:none}
  .hero h1{font-size:44px;letter-spacing:-1px}
  .hero p{font-size:16px}
  .section{padding:72px 0}
  .product-grid{grid-template-columns:1fr}
  .news-head-row{align-items:flex-start;flex-direction:column}
  .news-item{grid-template-columns:1fr;gap:16px;padding:26px 0}
  .news-cover{width:100%;height:190px;order:-1}
  .news-item h3{font-size:22px}
  .footer-inner{flex-direction:column;justify-content:center;text-align:center}
}
