﻿/* Template 3 — Field Guide · centered stack hero + magazine rows */
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
*, *:before, *:after { box-sizing: border-box; }

body.zeff1ebody {
  font-family: "Trebuchet MS", "Microsoft YaHei", "PingFang SC", sans-serif;
  color: #2b241c;
  background: #faf6f0;
  line-height: 1.7;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.zeff1econtainer {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.zeff1eheader {
  background: #2b241c;
  position: sticky; top: 0; z-index: 100;
}
.zeff1enav_wrap {
  display: flex; align-items: center; min-height: 64px; gap: 12px;
}
.zeff1elogo {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-weight: 700; max-width: 40%; flex-shrink: 0;
}
.zeff1elogo_mark {
  width: 14px; height: 14px; background: #e8a23a; transform: rotate(45deg); flex-shrink: 0;
}
.zeff1elogo_text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zeff1enav_toggle { position: absolute; left: -9999px; opacity: 0; }
.zeff1enav_btn { display: none; margin-left: auto; padding: 10px; cursor: pointer; }
.zeff1enav_btn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: #e8a23a; }
.zeff1enav { margin-left: auto; }
.zeff1enav_list { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.zeff1enav_link { color: #cfc5b5; font-size: 14px; }
.zeff1enav_link:hover { color: #e8a23a; }
.zeff1eheader_cta {
  flex-shrink: 0; background: #e8a23a; color: #2b241c !important;
  padding: 9px 16px; font-weight: 700; font-size: 13px;
}
.zeff1eheader_cta:hover { background: #fff; }

.zeff1ebtn {
  display: inline-block; padding: 12px 24px; font-weight: 700; font-size: 14px; text-align: center;
}
.zeff1ebtn_primary { background: #e8a23a; color: #2b241c !important; }
.zeff1ebtn_primary:hover { background: #2b241c; color: #fff !important; }
.zeff1ebtn_ghost { border: 2px solid #2b241c; color: #2b241c !important; }
.zeff1ebtn_ghost:hover { background: #2b241c; color: #fff !important; }

/* Banner — centered stack */
.zeff1ebanner {
  padding: 64px 0 40px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #faf6f0 100%);
}
.zeff1ebanner_tag {
  display: inline-block; color: #a06b1e; font-size: 12px; letter-spacing: .14em;
  font-weight: 700; margin-bottom: 16px; border-bottom: 2px solid #e8a23a; padding-bottom: 6px;
}
.zeff1ebanner_title {
  font-size: clamp(28px, 5vw, 48px); line-height: 1.2; margin-bottom: 16px; color: #2b241c;
}
.zeff1ebanner_desc {
  max-width: 640px; margin: 0 auto 28px; color: #6a5f52; font-size: 16px;
}
.zeff1ebanner_actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 36px; }
.zeff1ebanner_figure { margin: 0; }
.zeff1ebanner_img {
  width: 100%; height: 360px; object-fit: cover;
  border: 8px solid #fff; box-shadow: 0 16px 40px rgba(43,36,28,.15);
}
.zeff1ebanner_figure figcaption {
  margin-top: 12px; font-size: 13px; color: #8a7c6b; letter-spacing: .08em;
}

.zeff1ead { padding: 10px 0; text-align: center; }
.zeff1estats { background: #2b241c; padding: 28px 0; }
.zeff1estats_grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center;
}
.zeff1estat_item strong { display: block; color: #e8a23a; font-size: 26px; margin-bottom: 4px; }
.zeff1estat_item span { color: #cfc5b5; font-size: 13px; }

.zeff1esection { padding: 70px 0; }
.zeff1esection_alt { background: #fff; }
.zeff1esection_head { text-align: center; margin-bottom: 40px; }
.zeff1esection_title { font-size: clamp(24px, 3vw, 32px); margin-bottom: 10px; }
.zeff1esection_desc { color: #6a5f52; }

.zeff1emagazine { display: grid; gap: 0; border-top: 2px solid #2b241c; }
.zeff1emag_row {
  display: grid; grid-template-columns: 1fr 120px; gap: 20px;
  align-items: center; padding: 28px 0;
  border-bottom: 1px solid #e5ddd2;
}
.zeff1emag_rev { grid-template-columns: 120px 1fr; }
.zeff1emag_rev .zeff1emag_text { order: 2; text-align: right; }
.zeff1emag_rev .zeff1emag_num { order: 1; }
.zeff1emag_text h3 { font-size: 22px; margin-bottom: 8px; color: #2b241c; }
.zeff1emag_text p { color: #6a5f52; font-size: 15px; }
.zeff1emag_num {
  font-size: 56px; font-weight: 800; color: #efe4d4; line-height: 1; text-align: center;
}

.zeff1eadv_row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #e5ddd2;
}
.zeff1eadv_row > div {
  background: #faf6f0; padding: 28px 20px;
}
.zeff1eadv_row h3 { font-size: 17px; margin-bottom: 10px; color: #a06b1e; }
.zeff1eadv_row p { font-size: 14px; color: #6a5f52; }

.zeff1eprocess {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.zeff1eprocess li {
  background: #fff; border: 1px solid #e5ddd2; padding: 24px 18px; text-align: center;
}
.zeff1eprocess span {
  display: inline-block; background: #2b241c; color: #e8a23a;
  font-size: 12px; padding: 4px 10px; margin-bottom: 12px; font-weight: 700;
}
.zeff1eprocess h3 { font-size: 17px; margin-bottom: 8px; }
.zeff1eprocess p { font-size: 13px; color: #6a5f52; }

.zeff1esection_contact { background: #fff7ea; }
.zeff1econtact_grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 20px;
}
.zeff1econtact {
  background: #fff; border: 2px solid #2b241c; padding: 28px 22px; text-align: center;
}
.zeff1econtact h3 { font-size: 15px; color: #6a5f52; margin-bottom: 12px; }
.zeff1econtact_value { font-size: 22px; font-weight: 800; color: #2b241c; margin-bottom: 10px; word-break: break-all; }
.zeff1econtact_note { font-size: 13px; color: #8a7c6b; }
.zeff1econtact_tip {
  background: #2b241c; color: #cfc5b5; padding: 16px 20px; text-align: center; font-size: 14px;
}

.zeff1eflink_list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.zeff1eflink_list a {
  padding: 8px 16px; border: 1px solid #d4c8b8; font-size: 13px;
}
.zeff1eflink_list a:hover { background: #2b241c; color: #fff; border-color: #2b241c; }

.zeff1efooter {
  background: #2b241c; color: #cfc5b5; padding: 40px 0 24px;
}
.zeff1efooter_inner { display: grid; gap: 20px; text-align: center; }
.zeff1efooter_brand a { color: #fff; font-size: 18px; font-weight: 700; }
.zeff1efooter_brand p { margin-top: 6px; font-size: 13px; }
.zeff1efooter_links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.zeff1efooter_links a:hover { color: #e8a23a; }
.zeff1ecopyright p { font-size: 12px; margin-bottom: 4px; }

@media (max-width: 960px) {
  .zeff1estats_grid,
  .zeff1eadv_row,
  .zeff1eprocess,
  .zeff1econtact_grid { grid-template-columns: repeat(2, 1fr); }
  .zeff1emag_row,
  .zeff1emag_rev { grid-template-columns: 1fr 80px; }
  .zeff1emag_rev .zeff1emag_text { order: 1; text-align: left; }
  .zeff1emag_rev .zeff1emag_num { order: 2; }
  .zeff1ebanner_img { height: 240px; }
}
@media (max-width: 768px) {
  .zeff1enav_btn { display: block; }
  .zeff1enav, .zeff1eheader_cta { display: none; }
  .zeff1enav_toggle:checked ~ .zeff1enav {
    display: block; position: absolute; left: 0; right: 0; top: 64px;
    background: #3a3128; padding: 16px 20px 20px;
  }
  .zeff1enav_toggle:checked ~ .zeff1enav .zeff1enav_list {
    flex-direction: column; align-items: flex-start; gap: 12px;
  }
  .zeff1estats_grid,
  .zeff1eadv_row,
  .zeff1eprocess,
  .zeff1econtact_grid { grid-template-columns: 1fr; }
}
