:root {
  --sub-dark: #2c2420;
  --sub-brown: #604f43;
  --sub-gold: #ee9c2e;
  --sub-water: #2a6b91;
  --sub-light: #f7f3ed;
  --sub-line: #e7ddd1;
  --sub-gray: #81776f;
}

body { background: var(--sub-light) !important; color: var(--sub-dark); }
.top { background: rgba(255,255,255,.96) !important; color: var(--sub-dark) !important; padding: 14px 20px !important; border-bottom: 1px solid var(--sub-line); }
.top-inner { min-height: 58px; }
.brand { display: inline-flex; align-items: center; color: var(--sub-brown) !important; font-weight: 800; }
.brand img { display: block; width: 220px; height: auto; max-height: 54px; object-fit: contain; object-position: left center; }
.nav a { color: var(--sub-brown) !important; margin-left: 26px !important; font-weight: 700; }
.nav a:hover { color: var(--sub-water) !important; }
.hero { background: var(--sub-dark) !important; padding: 58px 20px 54px !important; }
.hero h1, .hero p { color: #fff !important; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.hero-inner, .hero > .wrap { max-width: 1120px; }
.eyebrow { color: #e2a34b !important; letter-spacing: 3px !important; font-size: .72rem !important; }
.hero h1 { font-size: clamp(2rem, 4vw, 3rem) !important; margin: 12px 0 8px !important; }
.hero p { color: rgba(255,255,255,.72) !important; }
.wrap { max-width: 1120px !important; padding: 34px 20px 84px !important; }
.back { display: flex !important; align-items: center; gap: 10px; margin: 0 0 18px !important; padding: 0 0 14px; border-bottom: 1px solid var(--sub-line); color: var(--sub-water) !important; font-size: .9rem; }
.back::before { content: '‹'; font-size: 1.35rem; line-height: 1; }
.content, .article, .card { border: 1px solid var(--sub-line); border-radius: 4px !important; box-shadow: 0 12px 30px rgba(74,58,44,.08) !important; }
.content, .article { padding: clamp(24px, 5vw, 52px) !important; }
.content { position: relative; overflow: hidden; border-top: 3px solid var(--sub-gold); background: linear-gradient(135deg, #fff 0 74%, #fbf7f1 74% 100%); }
.content::before { content: 'MUSEUM FIELD NOTE'; display: block; margin-bottom: 26px; color: var(--sub-gold); font-size: .7rem; font-weight: 800; letter-spacing: .2em; }
.content::after { content: ''; position: absolute; right: 28px; top: 28px; width: 72px; height: 72px; border: 1px solid rgba(200,137,47,.28); transform: rotate(45deg); }
.content p:first-of-type { position: relative; z-index: 1; max-width: 820px; font-size: 1.12rem; line-height: 2; }
.content .cover { position: relative; z-index: 1; }
.content p, .article p, .card p { color: #554b44 !important; }
.cover, .article-cover { border-radius: 2px !important; }
/* Route maps and other editorial images must retain their full proportions. */
.content .cover { height: auto !important; max-height: none !important; object-fit: contain !important; }
.meta, .date { color: var(--sub-water) !important; }
.cat { color: var(--sub-gold) !important; }
.title, .article h1, .card h2 { color: var(--sub-brown) !important; }
.grid { gap: 18px !important; }
.card { overflow: hidden; }
.card::before { content: ''; display: block; height: 3px; background: var(--sub-gold); }
.card-body { padding: 22px !important; }
.more { color: var(--sub-water) !important; }
.footer { background: var(--sub-dark) !important; }
@media (max-width: 700px) {
  .brand img { width: 190px; }
  .top-inner { align-items: center !important; flex-direction: row !important; }
  .nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
  .nav a { margin: 0 !important; font-size: .82rem !important; }
  .hero { padding: 44px 20px 40px !important; }
}

/* Confirmed visual direction: museum editorial + bright Songshan field-study imagery. */
.top { background: rgba(255,253,248,.96) !important; color: var(--sub-dark) !important; border-bottom: 1px solid #ddd7cc; }
.brand { color: #24343a !important; }
.nav a { color: #24343a !important; }
.nav a:hover { color: #a85b3b !important; }
.hero { background: linear-gradient(90deg, rgba(31,45,49,.66), rgba(31,45,49,.28)), url('/uploads/songshan/songshan-wufoshan-landscape.jpg') center / cover !important; min-height: 360px; display: flex; align-items: flex-end; }
.hero h1 { font-weight: 700 !important; letter-spacing: .04em; }
.eyebrow, .cat { color: #a85b3b !important; }
.content, .article, .card { border-radius: 0 !important; box-shadow: none !important; border-color: #ded9d0 !important; }
.content { border-top-color: #a85b3b !important; }
.content::after { border-color: rgba(168,91,59,.24); }
.more, .back { color: #a85b3b !important; }
.footer { background: #24343a !important; }
@media (max-width: 700px) {
  .hero { min-height: 300px; }
  .hero h1 { font-size: 2rem !important; }
  .content, .article { padding: 22px !important; }
  .top-inner { gap: 8px !important; }
  .brand img { width: 158px !important; }
  .nav { gap: 8px !important; }
  .nav a { margin: 0 !important; font-size: .72rem !important; }
}
