:root {
  --bg: #f8f6f2;
  --surface: #ffffff;
  --surface-soft: #f5f3ef;
  --surface-warm: #f8eeee;
  --text: #26231f;
  --muted: #8f8a84;
  --line: #e5dfd7;
  --accent: #d62231;
  --gold: #c8a45f;
  --navy: #212b3a;
  --shadow: 0 10px 28px rgba(28, 27, 25, 0.06);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 1300px;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: var(--text);
  background: #fff;
}

a {
  color: inherit;
}

.page {
  padding: 40px 0 70px;
}

.container {
  width: 100%;
  margin: 0 auto;
  min-width: 1300px;
  padding: 0 15%;
}

.section-title {
  margin: 0;
  text-align: center;
  font-size: 46px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}

.section-title::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background-color: #bfa166;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.section-title-gg {
  position: relative;
  padding-bottom: 20px;
}

.section-title-gg::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background-color: #bfa166;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.title-mark {
  width: 110px;
  height: 4px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent 0, var(--gold) 18%, var(--gold) 82%, transparent 100%);
  display: none;
}

.section {
  margin-top: 56px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.panel {
  background: var(--surface);
  box-shadow: var(--shadow);
}

.panel-soft {
  background: var(--surface-soft);
}

.panel-warm {
  background: var(--surface-warm);
}

.copy-block {
  padding: 42px 40px;
}

.copy-block p {
  margin: 0 0 14px;
  color: #57514a;
  line-height: 1.95;
  font-size: 17px;
}

.eyebrow {
  margin: 0 0 26px;
  font-size: 31px;
  line-height: 1.3;
  font-weight: 700;
}

.eyebrow-small {
  font-size: 24px;
}

.accent {
  color: var(--accent);
}

.muted {
  color: var(--muted);
}

.promise {
  position: relative;
  min-height: 462px;
}

.promise::before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  bottom: 34px;
  width: 5px;
  background: linear-gradient(180deg, #d1202d 0%, #cb4750 100%);
}

.promise h2 {
  margin: 0 0 20px;
  font-size: 30px;
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: #4f4a45;
  font-size: 17px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: #cf1d2c;
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 18px;
}

.stat-card {
  padding: 18px 20px 20px;
  background: var(--surface);
  border: 1px solid #efe8de;
  text-align: center;
  box-shadow: var(--shadow);
}

.stat-value {
  display: block;
  color: var(--accent);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.stat-label {
  display: block;
  margin-top: 8px;
  color: #8d8780;
  font-size: 15px;
}

.masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.stack {
  display: grid;
  gap: 18px;
}

.mock-image {
  position: relative;
  overflow: hidden;
  /* min-height: 200px;
  background: #ddd; */
}

/* .mock-image::after {
  content: attr(data-label);
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  letter-spacing: 2px;
} */

/* .tone-gold {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #8f6326 0%, #d2b066 40%, #f1dfab 100%);
} */

.tone-stone {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)),
    linear-gradient(135deg, #67615d 0%, #968d86 48%, #c9c0b7 100%);
}

.tone-city {
  background-image: url(../image/top.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero {
  position: relative;
  /* height: 100vh; */
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-image: url(../image/top.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-width: 1300px;
  background-size: 100% 100%;
}

.hero-title-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  height: 60px;
  font-size: 38px;
}

.hero-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
}

.tone-paper {
  /* background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.06)),
    linear-gradient(135deg, #fbf9f2 0%, #d8d0c4 100%); */
}

.tone-archive {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.04)),
    linear-gradient(135deg, #d8d1c4 0%, #f3ede1 48%, #cab288 100%);
}

.tone-photo {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.08)),
    linear-gradient(135deg, #ece5d3 0%, #aa9b82 100%);
}

.tone-vintage {
  /* filter: grayscale(1);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.08)),
    linear-gradient(135deg, #d9d5cd 0%, #9d968d 100%); */
}

.photo-tall {
  min-height: 312px;
}

.photo-short {
  height: auto;
  width: 100%;
}

.photo-wide {
  min-height: 260px;
}

.photo-large {
  height: auto;
  width: 100%;
}

.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.quote-card {
  min-height: 270px;
  padding: 34px 34px 30px;
  border-left: 4px solid #d8dbdf;
}

.quote-card.warm {
  /* border-left: 4px solid #d8dbdf; */
}

.quote-card h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  font-size: 28px;
}

.icon-round {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #e3e5e8;
  color: #6d727a;
}

.icon-round-img {
  width: 20px;
  height: 20px;
}

.icon-round-img1 {
  width: 20px;
}

.warm .icon-round {
  background: var(--accent);
  color: #fff;
}

.quote-line {
  margin: 16px 0;
  color: #6c6761;
  font-size: 19px;
}

.quote-foot {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #e8ded9;
  color: #b0aaa3;
  font-style: italic;
}

.quote {
  font-style: italic;
  color: #ad956e;
  font-family: serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.quote::before,
.quote::after {
  content: '';
  height: 1.5px;
  background: #b5b5b5;
  flex: 1;
}

.banner {
  position: relative;
  margin: 34px auto 0;
  width: 660px;
  padding: 22px 46px;
  background: var(--navy);
  color: #f4f1ea;
  text-align: center;
  font-size: 20px;
  box-shadow: var(--shadow);
}

.banner::before,
.banner::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid var(--gold);
}

.banner::before {
  left: -8px;
  top: -8px;
  border-right: 0;
  border-bottom: 0;
}

.banner::after {
  right: -8px;
  bottom: -8px;
  border-left: 0;
  border-top: 0;
}

.split-feature {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 32px;
  align-items: center;
}

.newspaper {
  width: 100%;
  height: auto;
  border-left: 4px solid var(--gold);
}

.feature-copy h2 {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.3;
}

.feature-copy p {
  margin: 0 0 14px;
  color: #6e6761;
  line-height: 1.9;
  font-size: 17px;
}

.signature {
  margin-top: 24px;
  color: #d1b07a;
  font-size: 28px;
  font-style: italic;
}

.intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.intro-text h2 {
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1.3;
}

.intro-text p {
  margin: 0 0 14px;
  color: #6f6963;
  line-height: 1.95;
  font-size: 17px;
}

.sub-mark {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
  color: #d2bb8d;
  font-size: 30px;
  font-style: italic;
}

.sub-mark::before,
.sub-mark::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ded4c6;
}

.two-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 44px;
}

.cta {
  width: 100%;
  margin-top: 42px;
  padding-top: 62px;
  background: #1f2936;
  color: #fff;
  text-align: center;
  margin-bottom: -70px;
}

.cta h2 {
  margin: 0;
  font-size: 46px;
}

.cta p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.btn {
  display: inline-block;
  margin-top: 34px;
  padding: 18px 40px;
  min-width: 250px;
  background: linear-gradient(180deg, #d3aa58 0%, #bc8f39 100%);
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  border-radius: 4px;
}

.rescue {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 32px;
  align-items: center;
}

.photo-collage {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 18px;
}

.photo-collage .hero {
  grid-column: 1 / -1;
  height: auto;
  width: 100%;
}

.body-copy {
  position: relative;
  padding-left: 26px;
  padding-top: 8px;
}

.body-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 108px;
  width: 4px;
  height: 120px;
  background: linear-gradient(180deg, #d0aa63 0%, #f2ebe0 100%);
}

.body-copy p {
  margin: 0 0 16px;
  color: #6e6861;
  line-height: 1.9;
  font-size: 17px;
}

.tagline {
  margin: 24px 0 28px;
  color: #ad956e !important;
  font-style: italic;
  font-size: 24px;
}

.icon-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #f4f4f4;
  border: 1px solid #e8e5e0;
  color: #74706a;
  font-size: 15px;
  border-radius: 6px;
}

.icon-square {
  width: 20px;
  height: 20px;
  /* border: 1px solid #c8c3bd; */
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}