@import url("./大白牛车 – 深圳市大白牛车文化传播有限公司_files/fontfaces.css");

:root {
  --accent: #e9b44c;
  --accent-dark: #0f8b8d;
  --heading: #162521;
  --text: #596662;
  --background: #f3f7f6;
  --surface: #ffffff;
  --footer: #1e3231;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--background);
  font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

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

a:hover {
  color: var(--accent);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid rgba(22, 37, 33, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.header-inner,
.page-content,
.footer-inner {
  width: min(100% - 40px, 960px);
  margin: 0 auto;
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: var(--heading);
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.page-hero {
  display: grid;
  min-height: clamp(320px, 48vw, 520px);
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(8, 65, 92, 0.68), rgba(28, 17, 10, 0.68)),
    url("./大白牛车 – 深圳市大白牛车文化传播有限公司_files/mirrorlake.jpg") center / cover no-repeat;
  place-items: center;
  text-align: center;
}

.page-hero-inner {
  width: min(100% - 40px, 960px);
}

.page-hero h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 8vw, 5rem);
}

.page-hero p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
}

.page-content {
  padding: 64px 0 80px;
}

.article-page,
.policy-page {
  padding: clamp(28px, 6vw, 64px);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: 0 18px 50px rgba(22, 37, 33, 0.08);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

h1,
h2 {
  color: var(--heading);
  font-family: "Playfair Display", "PingFang SC", "Microsoft YaHei", serif;
  line-height: 1.35;
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

h2 {
  margin: 2em 0 0.5em;
  font-size: 1.4rem;
}

.lead {
  margin: 0 0 32px;
  color: #71807b;
  font-size: 1.12rem;
}

.article-meta {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6ecea;
  color: #87928f;
  font-size: 0.92rem;
}

.notice {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--accent);
  background: #fbf8ef;
}

.back-link {
  display: inline-flex;
  margin-top: 40px;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.site-footer {
  padding: 32px 0;
  color: #d7dfdc;
  background: var(--footer);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.site-footer a {
  color: var(--accent);
}

@media (max-width: 640px) {
  .header-inner {
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .site-nav {
    gap: 16px;
  }

  .page-content {
    padding-top: 32px;
  }

  .page-hero {
    min-height: 280px;
  }
}
