:root {
  --bg: #f5efe7;
  --bg-soft: #fbf7f2;
  --surface: rgba(255, 252, 247, 0.94);
  --surface-strong: #fffaf3;
  --text: #1f1b17;
  --muted: #675b50;
  --line: rgba(71, 49, 22, 0.12);
  --brand: #ae4f11;
  --brand-deep: #7b3114;
  --brand-soft: #fde7ca;
  --accent: #153d37;
  --accent-soft: #e3efe9;
  --shadow: 0 24px 64px rgba(64, 43, 20, 0.12);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
  --font-title: "Georgia", "Times New Roman", serif;
  --font-body: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(244, 180, 96, 0.18), transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(101, 151, 130, 0.12), transparent 22%),
    linear-gradient(180deg, #f5efe7 0%, #f0e4d6 100%);
}

body.home-page {
  background:
    radial-gradient(circle at top left, rgba(189, 125, 64, 0.18), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(21, 61, 55, 0.16), transparent 24%),
    linear-gradient(180deg, #f7f1e8 0%, #eee1d1 36%, #f7f2ea 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.shell {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.site-hero {
  position: relative;
  overflow: hidden;
  padding: 24px 0 44px;
}

.site-hero::before,
.site-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  z-index: 0;
}

.site-hero::before {
  width: 360px;
  height: 360px;
  top: -110px;
  right: -150px;
  background: rgba(238, 157, 70, 0.18);
}

.site-hero::after {
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: 30px;
  background: rgba(21, 61, 55, 0.1);
}

.topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 249, 241, 0.86);
  backdrop-filter: blur(10px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.brand-logo {
  width: 168px;
  max-width: 34vw;
}

.brand-meta strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.brand-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.topbar-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.topbar-nav a:hover {
  color: var(--brand-deep);
}

.topbar-phone {
  white-space: nowrap;
  color: var(--brand-deep);
  font-weight: 700;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.section-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 42px;
}

.hero-panel {
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 16px;
}

.site-hero-home {
  padding-bottom: 56px;
}

.hero-grid-home {
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 22px;
}

.hero-copy-home {
  position: relative;
  overflow: hidden;
  padding: 50px 46px;
  color: #f7efe7;
  background:
    radial-gradient(circle at top right, rgba(207, 135, 72, 0.16), transparent 24%),
    linear-gradient(145deg, #173731 0%, #112923 55%, #203b36 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.hero-copy-home::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  filter: blur(6px);
}

.hero-copy-home > * {
  position: relative;
  z-index: 1;
}

.eyebrow-home {
  background: rgba(255, 255, 255, 0.1);
  color: #fff0df;
}

.hero-kicker {
  margin: 0 0 18px;
  color: rgba(247, 239, 231, 0.68);
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.hero-copy-home h1 {
  max-width: 8ch;
}

.lead-home {
  color: rgba(247, 239, 231, 0.82);
  font-size: 1.08rem;
}

.hero-note-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7efe7;
  font-size: 0.92rem;
}

.actions-home {
  margin-bottom: 24px;
}

.hero-copy-home .button {
  box-shadow: 0 16px 34px rgba(156, 70, 24, 0.3);
}

.hero-copy-home .ghost {
  color: #eff6f3;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.hero-stats-home {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.hero-stat {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.hero-stat strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-title);
  font-size: 1.8rem;
  color: #fff3e8;
}

.hero-stat span {
  display: block;
  color: rgba(247, 239, 231, 0.74);
  font-size: 0.92rem;
}

.hero-stage {
  display: grid;
  gap: 18px;
}

.hero-visual {
  position: relative;
  margin: 0;
  min-height: 372px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 24, 0.04) 0%, rgba(13, 27, 24, 0.62) 100%);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 372px;
  object-fit: cover;
}

.hero-visual figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff6ed;
  font-size: 0.95rem;
}

.hero-stage-grid {
  display: grid;
  gap: 16px;
}

.hero-mini-card {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 252, 247, 0.94);
  box-shadow: var(--shadow);
}

.hero-mini-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.hero-mini-card strong,
.hero-mini-card strong a {
  display: block;
  color: var(--brand-deep);
  font-family: var(--font-title);
  font-size: 1.48rem;
  line-height: 1.2;
}

.hero-mini-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.92rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
}

h1,
h2 {
  font-family: var(--font-title);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

h3 {
  font-size: 1.08rem;
}

.lead {
  margin: 0 0 24px;
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.tag-row,
.stats-grid,
.grid-4,
.grid-3,
.grid-2,
.link-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.tag-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.tag-chip,
.metric-card,
.tile,
.link-card,
.faq-card,
.contact-card,
.panel-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
}

.tag-chip {
  padding: 14px 16px;
  font-weight: 600;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button {
  color: #fffaf0;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  box-shadow: 0 14px 32px rgba(123, 49, 20, 0.24);
}

.ghost {
  color: var(--accent);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
}

.button:hover,
.ghost:hover,
.link-card:hover {
  transform: translateY(-2px);
}

.card-kicker {
  color: var(--muted);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.phone-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(174, 79, 17, 0.18);
  background: linear-gradient(180deg, #fff1dd 0%, #fffaf2 100%);
}

.phone-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-deep);
}

.phone-card a {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--brand-deep);
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.phone-card p {
  margin: 0;
  color: var(--muted);
}

.panel-card {
  padding: 18px 20px;
}

.panel-card strong {
  display: block;
  margin-bottom: 8px;
}

.panel-card p {
  margin: 0;
  color: var(--muted);
}

main {
  padding-bottom: 110px;
}

section {
  padding: 28px 0;
}

.section-card {
  padding: 34px;
}

.section-head {
  margin-bottom: 24px;
  max-width: 74ch;
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.section-card-home {
  background: rgba(255, 252, 247, 0.92);
}

.section-head-wide {
  max-width: none;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 18px;
}

.overview-lead {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(205, 149, 92, 0.12), transparent 26%),
    linear-gradient(180deg, #fff6eb 0%, #fffaf3 100%);
}

.overview-mark {
  margin: 0 0 12px;
  color: var(--brand-deep);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.overview-lead h3 {
  margin-bottom: 14px;
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 2.7vw, 2.35rem);
  line-height: 1.14;
}

.overview-lead p {
  margin: 0;
  color: var(--muted);
}

.overview-points {
  margin-top: 18px;
}

.overview-stack {
  display: grid;
  gap: 16px;
}

.panel-card-strong {
  background: linear-gradient(180deg, #fff2df 0%, #fffaf4 100%);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pillar-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.6);
}

.pillar-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 700;
}

.pillar-card p {
  margin: 0;
  color: var(--muted);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 18px;
  align-items: stretch;
}

.media-card-home img {
  min-height: 430px;
}

.showcase-panel {
  justify-content: center;
}

.address-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
}

.showcase-panel h3 {
  margin-top: 16px;
  font-family: var(--font-title);
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  line-height: 1.16;
}

.link-grid-home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.link-card-home {
  position: relative;
  padding-top: 18px;
}

.link-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 700;
}

.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.metric-card {
  padding: 22px;
}

.metric-card strong {
  display: block;
  font-family: var(--font-title);
  font-size: 2rem;
  color: var(--brand-deep);
}

.metric-card span {
  color: var(--muted);
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tile,
.link-card,
.faq-card,
.contact-card {
  padding: 22px;
}

.tile p,
.link-card p,
.faq-card p,
.contact-card p,
.media-caption,
.timeline li,
.list-plain li {
  margin: 0;
  color: var(--muted);
}

.timeline,
.list-plain {
  margin: 14px 0 0;
  padding-left: 18px;
}

.timeline li + li,
.list-plain li + li {
  margin-top: 10px;
}

.media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: 18px;
  align-items: stretch;
}

.media-card,
.content-stack {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
}

.media-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.media-caption {
  padding: 14px 18px;
}

.content-stack {
  padding: 24px;
}

.link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.link-card strong,
.contact-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-deep);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
}

.contact-layout-home {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
}

.contact-card a {
  color: var(--brand-deep);
  font-family: var(--font-title);
  font-size: 2rem;
}

.contact-card-feature {
  background:
    radial-gradient(circle at top right, rgba(212, 143, 84, 0.14), transparent 24%),
    linear-gradient(145deg, #173731 0%, #112923 58%, #203b36 100%);
  color: #f7efe7;
  border-color: rgba(255, 255, 255, 0.08);
}

.contact-card-feature strong {
  color: #fff5eb;
}

.contact-card-feature a {
  color: #fff5eb;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

.contact-card-feature p,
.contact-card-feature li {
  color: rgba(247, 239, 231, 0.82);
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer {
  padding: 24px 0 44px;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 249, 241, 0.86);
}

.sticky-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(123, 49, 20, 0.18);
  background: rgba(255, 249, 241, 0.96);
  box-shadow: 0 18px 40px rgba(54, 36, 16, 0.18);
  backdrop-filter: blur(14px);
}

.sticky-copy small,
.sticky-copy strong {
  display: block;
}

.sticky-copy small {
  color: var(--muted);
}

.sticky-copy strong {
  color: var(--brand-deep);
  font-size: 1.05rem;
}

@media (max-width: 1040px) {
  .hero-grid,
  .stats-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .media-grid,
  .link-grid,
  .contact-layout,
  .faq-grid,
  .overview-grid,
  .pillar-grid,
  .showcase-grid,
  .link-grid-home,
  .contact-layout-home {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-panel,
  .section-card {
    padding: 28px;
  }

  .hero-copy-home {
    padding: 36px 30px;
  }
}

@media (max-width: 840px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
  }

  .topbar-nav {
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .brand-logo {
    width: 140px;
  }

  .tag-row {
    grid-template-columns: 1fr;
  }

  .hero-note-list {
    flex-direction: column;
  }

  .hero-kicker {
    letter-spacing: 0.16em;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 300px;
  }

  .sticky-bar {
    display: flex;
  }
}
