:root{--c-primary:#8a5a1c;}
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Noto Sans SC', 'Oswald', sans-serif;
  background: #1b1b1b;
  color: #d9d4cc;
  line-height: 1.85;
  font-weight: 400;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: #141414;
  border-bottom: 4px solid #ff9f1c;
  transition: box-shadow 0.3s;
}

.nav.scrolled { box-shadow: 0 4px 24px rgba(255,159,28,0.2); }

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 3px;
  color: #fff;
  padding: 18px 0;
}

.brand i {
  font-style: normal;
  color: #ff9f1c;
  margin-right: 8px;
  font-size: 28px;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu a {
  display: block;
  padding: 20px 24px;
  color: #a8a29a;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s;
}

.nav-menu a::before {
  content: "•";
  color: #ff9f1c;
  margin-right: 8px;
  font-size: 14px;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: #ff9f1c;
}

.nav-toggle {
  display: none;
  background: #ff9f1c;
  color: #141414;
  border: none;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Noto Sans SC', sans-serif;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20,20,20,0.7), rgba(20,20,20,0.92));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 90px;
}

.hero h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 88px;
  letter-spacing: 4px;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
}

.hero h1 span {
  color: #ff9f1c;
}

.hero p {
  margin-top: 22px;
  color: #a8a29a;
  font-size: 17px;
  letter-spacing: 3px;
  max-width: 560px;
}

.ember-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 30px 0;
}

.ember-line::before,
.ember-line::after {
  content: "";
  flex: 1;
  border-top: 3px solid #3a3a3a;
  max-width: 180px;
}

.ember-dot {
  width: 10px;
  height: 10px;
  background: #ff9f1c;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(255,159,28,0.8);
}

.ember-dot.small {
  width: 6px;
  height: 6px;
  background: #8a5a1c;
}

.btn {
  display: inline-block;
  background: #ff9f1c;
  color: #141414;
  padding: 15px 46px;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 15px;
  transition: all 0.3s;
}

.btn:hover {
  background: #fff;
}

.btn-outline {
  background: transparent;
  border: 3px solid #ff9f1c;
  color: #ff9f1c;
}

.btn-outline:hover {
  background: #ff9f1c;
  color: #141414;
}

.section { padding: 100px 0; }

.section-head {
  margin-bottom: 50px;
}

.kicker {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 5px;
  color: #ff9f1c;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}

.section-sub {
  color: #8a857c;
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 2px;
}

.about-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-preview img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border: 6px solid #2a2a2a;
}

.about-preview h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 18px;
  color: #fff;
}

.about-preview p {
  color: #8a857c;
  margin-bottom: 16px;
}

.masonry {
  column-count: 3;
  column-gap: 24px;
}

.masonry img {
  width: 100%;
  margin-bottom: 24px;
  border: 4px solid #2a2a2a;
  break-inside: avoid;
}

.masonry-fig {
  position: relative;
  break-inside: avoid;
  margin-bottom: 24px;
}

.masonry-fig img {
  margin-bottom: 0;
  border: 4px solid #2a2a2a;
}

.masonry-fig figcaption {
  position: absolute;
  left: 8px; right: 8px; bottom: 8px;
  background: rgba(20,20,20,0.85);
  color: #fff;
  padding: 12px;
  font-size: 13px;
  letter-spacing: 2px;
  border-left: 4px solid #ff9f1c;
}

.smoke-band {
  background: #141414;
  border-top: 4px solid #ff9f1c;
  border-bottom: 4px solid #ff9f1c;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.menu-item {
  background: #141414;
  border: 3px solid #2e2e2e;
  border-top: 8px solid #ff9f1c;
  padding: 26px;
}

.menu-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.menu-item .meta {
  color: #ff9f1c;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.menu-item p {
  color: #8a857c;
  font-size: 14px;
  margin-bottom: 14px;
}

.menu-price {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #ff9f1c;
  font-weight: 600;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  background: #141414;
  border: 3px solid #2e2e2e;
}

.team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team-card .body { padding: 20px 24px 24px; }

.team-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}

.team-card p {
  color: #ff9f1c;
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 4px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: #141414;
  border: 3px solid #2e2e2e;
  border-bottom: 8px solid #ff9f1c;
}

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-body { padding: 22px 24px 26px; }

.blog-date {
  color: #ff9f1c;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}

.blog-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 8px 0 10px;
  letter-spacing: 1px;
}

.blog-card p {
  color: #8a857c;
  font-size: 14px;
  margin-bottom: 12px;
}

.read-more {
  color: #ff9f1c;
  font-weight: 700;
  border-bottom: 2px solid #ff9f1c;
  padding-bottom: 2px;
  font-size: 14px;
}

.cta-band {
  background: #141414;
  border-top: 4px solid #ff9f1c;
  text-align: center;
  padding: 90px 0;
}

.cta-band h2 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.cta-band p {
  color: #8a857c;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.page-banner {
  background: #141414;
  border-bottom: 4px solid #ff9f1c;
  padding: 160px 0 70px;
  text-align: center;
}

.page-banner h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
}

.page-banner p {
  color: #ff9f1c;
  letter-spacing: 4px;
  margin-top: 10px;
  font-size: 14px;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-intro img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border: 6px solid #2a2a2a;
}

.about-intro h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.about-intro p {
  color: #8a857c;
  margin-bottom: 16px;
}

.spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.spec-item {
  background: #141414;
  border: 3px solid #2e2e2e;
  padding: 26px;
}

.spec-item .num {
  font-family: 'Oswald', sans-serif;
  color: #ff9f1c;
  font-size: 30px;
  font-weight: 600;
}

.spec-item h3 {
  color: #fff;
  font-size: 18px;
  margin: 8px 0 6px;
}

.spec-item p { color: #8a857c; font-size: 14px; }

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.gallery-fig {
  position: relative;
}

.gallery-fig img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border: 6px solid #2a2a2a;
}

.gallery-fig figcaption {
  position: absolute;
  left: 10px; right: 10px; bottom: 10px;
  background: rgba(20,20,20,0.85);
  border-left: 4px solid #ff9f1c;
  color: #fff;
  padding: 14px;
  text-align: center;
  letter-spacing: 2px;
}

.article-row {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  background: #141414;
  border: 3px solid #2e2e2e;
  border-left: 8px solid #ff9f1c;
  margin-bottom: 36px;
}

.article-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-body { padding: 32px 36px; }

.article-body h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0 12px;
  letter-spacing: 1px;
}

.article-body p {
  color: #8a857c;
  margin-bottom: 16px;
  font-size: 14px;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.contact-item {
  background: #141414;
  border: 3px solid #2e2e2e;
  border-left: 8px solid #ff9f1c;
  padding: 24px 28px;
  margin-bottom: 18px;
}

.contact-item h3 {
  color: #ff9f1c;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

.contact-item p { color: #d9d4cc; }

.form-group { margin-bottom: 20px; }

.form-group input,
.form-group textarea {
  width: 100%;
  background: #141414;
  border: 3px solid #3a3a3a;
  padding: 14px 18px;
  color: #fff;
  font-size: 15px;
  font-family: 'Noto Sans SC', sans-serif;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus { border-color: #ff9f1c; }

.form-group textarea { height: 140px; resize: vertical; }

.map-place {
  margin-top: 50px;
  height: 300px;
  background: #141414;
  border: 4px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff9f1c;
  letter-spacing: 4px;
}

.footer {
  background: #101010;
  border-top: 4px solid #ff9f1c;
  text-align: center;
  padding: 60px 0 28px;
}

.footer-brand {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 8px;
}

.footer-brand i {
  font-style: normal;
  color: #ff9f1c;
}

.footer-info { color: #8a857c; font-size: 13px; margin-bottom: 20px; }

.footer-copy {
  color: #5a564f;
  font-size: 12px;
  border-top: 2px solid #2a2a2a;
  padding-top: 18px;
}

@media (max-width: 768px) {
  .nav-inner { flex-wrap: wrap; padding: 12px 20px; }
  .brand { font-size: 22px; padding: 12px 0; }
  .nav-toggle { display: block; }
  .nav-menu {
    order: 3;
    width: 100%;
    flex-direction: column;
    display: none;
  }
  .nav-open .nav-menu { display: flex; }
  .nav-menu a { border-top: 1px solid #2a2a2a; padding: 13px 24px; }
  .hero { min-height: 78vh; }
  .hero h1 { font-size: 52px; }
  .hero-inner { padding-top: 120px; }
  .section { padding: 60px 0; }
  .section-title { font-size: 32px; }
  .about-preview, .about-intro, .contact-wrap { grid-template-columns: 1fr; gap: 36px; }
  .about-preview img, .about-intro img { height: 300px; }
  .masonry { column-count: 2; column-gap: 14px; }
  .menu-grid, .team-grid, .blog-grid { grid-template-columns: 1fr; }
  .spec-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-fig img { height: 300px; }
  .article-row { grid-template-columns: 1fr; }
  .article-row img { height: 220px; }
  .page-banner { padding: 130px 0 50px; }
  .page-banner h1 { font-size: 38px; }
  .cta-band { padding: 60px 0; }
}


/* ===== CMS helpers ===== */
.form-alert{padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:.92rem;line-height:1.6}
.form-alert-ok{background:rgba(46,160,67,.08);border:1px solid rgba(46,160,67,.35);color:#2ea043}
.form-alert-err{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.35);color:#dc3545}
.form-alert ul{margin:0;padding-left:18px}
.cms-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 0}
.cms-pager a,.cms-pager span{min-width:38px;padding:8px 13px;border:1px solid rgba(128,128,128,.35);border-radius:6px;text-align:center;text-decoration:none;color:inherit}
.cms-pager .active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.detail-page{max-width:1100px;margin:0 auto;padding:72px 24px}
.detail-media{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin-bottom:26px;display:block}
.detail-title{font-size:clamp(26px,3vw,38px);line-height:1.3;margin-bottom:12px}
.detail-meta{color:#777;font-size:.95rem;margin-bottom:20px}
.detail-body{line-height:1.9;color:#444}
.detail-body p{margin-bottom:1em}
.detail-body img{max-width:100%;height:auto;border-radius:10px}
.detail-back{display:inline-block;margin-top:28px;padding:11px 26px;border:1px solid rgba(128,128,128,.4);border-radius:999px;text-decoration:none;color:inherit}
/* ===== 深色 banner 标题白字（避免 h1 与背景同色不可读） ===== */
.banner--ink h1,.banner--purple h1,.banner--coral h1{color:#fff}
/* ===== 阅读全文按钮（硬边 neo-brutalist 风格） ===== */
.news-item .more{display:inline-block;margin-top:14px;padding:10px 20px;background:var(--c-ink);color:#fff;border:var(--border-2);box-shadow:var(--shadow-sm);font-family:var(--font-en);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.news-item .more:hover{background:var(--c-coral);transform:translate(-2px,-2px);box-shadow:var(--shadow)}
/* ===== 留言板一行一个 input（01 翰墨轩） ===== */
.form-grid{grid-template-columns:1fr}

/* navbar fixed 导航避让首屏 */
main>section:first-of-type,.page-banner{margin-top:130px}
