:root{--c-primary:#588157;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background: #fefae0;
  color: #1b4332;
  line-height: 1.8;
}

h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
  color: #1b4332;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  padding: 13px 36px;
  font-family: 'Noto Sans SC', sans-serif;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  transition: all .3s;
  font-size: 15px;
  font-weight: 700;
}

.btn-fire {
  background: #f77f00;
  color: #fff;
  border-radius: 8px;
}

.btn-fire:hover {
  background: #d62828;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(247, 127, 0, .4);
}

.btn-outline-birch {
  border: 3px dashed rgba(254, 250, 224, .8);
  color: #fefae0;
  border-radius: 8px;
  padding: 10px 32px;
}

.btn-outline-birch:hover {
  background: rgba(254, 250, 224, .15);
}

.navbar {
  background: #1b4332;
  border-bottom: 4px solid #f77f00;
  position: relative;
  z-index: 50;
}

.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  color: #fefae0;
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 20px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand i {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 18px solid #f77f00;
}

.nav-menu {
  display: flex;
  gap: 6px;
}

.nav-menu a {
  color: #b7d9c4;
  padding: 8px 16px;
  font-size: 15px;
  border-bottom: 3px solid transparent;
  transition: all .3s;
}

.nav-menu a:hover {
  color: #ffd166;
}

.nav-menu a.active {
  color: #ffd166;
  border-bottom-color: #f77f00;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #fefae0;
  margin: 5px 0;
  transition: all .3s;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #2d6a4f 0%, #1b4332 70%, #123524 100%);
  padding: 150px 0 240px;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .25;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(45, 106, 79, .3), rgba(18, 53, 36, .75));
}

.hero-content {
  position: relative;
  z-index: 5;
}

.english-tag {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffd166;
  margin-bottom: 14px;
}

.hero-content h1 {
  font-size: 54px;
  color: #fefae0;
  letter-spacing: 6px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .35);
  margin-bottom: 16px;
}

.hero-content p {
  color: rgba(254, 250, 224, .9);
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.tree-sil {
  position: absolute;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  z-index: 2;
}

.tree-sil-1 {
  width: 90px;
  height: 110px;
  background: #123524;
  left: 6%;
  bottom: 90px;
}

.tree-sil-2 {
  width: 60px;
  height: 80px;
  background: #1b4332;
  left: 16%;
  bottom: 70px;
}

.tree-sil-3 {
  width: 110px;
  height: 130px;
  background: #123524;
  right: 8%;
  bottom: 80px;
}

.tree-sil-4 {
  width: 55px;
  height: 70px;
  background: #2d6a4f;
  right: 20%;
  bottom: 90px;
}

.tree-sil-5 {
  width: 70px;
  height: 90px;
  background: #1b4332;
  left: 42%;
  bottom: 40px;
  opacity: .8;
}

.tent-big {
  position: absolute;
  z-index: 3;
  width: 300px;
  height: 220px;
  right: 12%;
  bottom: 60px;
  clip-path: polygon(50% 0, 100% 62%, 80% 62%, 80% 100%, 20% 100%, 20% 62%, 0 62%);
  background: linear-gradient(180deg, #588157 0%, #2d6a4f 100%);
  box-shadow: 0 30px 50px rgba(0, 0, 0, .3);
}

.tent-big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 34px solid #f77f00;
}

.campfire {
  position: absolute;
  z-index: 3;
  left: 10%;
  bottom: 130px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 62%, #ffd166 0%, #f77f00 45%, #d62828 80%);
  box-shadow: 0 0 46px rgba(247, 127, 0, .85), 0 0 110px rgba(214, 40, 40, .5);
  animation: flicker 2.4s ease-in-out infinite;
}

.campfire::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 4px dashed rgba(254, 250, 224, .5);
  border-radius: 50%;
}

@keyframes flicker {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.section {
  padding: 90px 0;
}

.section-alt {
  background: #f1e7cf;
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 3px;
  background: #f77f00;
  transform: translateY(-50%);
}

.section-title::before {
  right: calc(100% + 20px);
}

.section-title::after {
  left: calc(100% + 20px);
}

.section-sub {
  color: #588157;
  font-size: 15px;
  letter-spacing: 2px;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.feature-card {
  position: relative;
  background: #fff;
  border: 3px dashed #588157;
  border-radius: 12px;
  padding: 64px 22px 28px;
  text-align: center;
  transition: transform .3s;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 46px;
  background: #588157;
  clip-path: polygon(0 100%, 0 30%, 50% 0, 100% 30%, 100% 100%);
}

.feature-card:nth-child(2) .feature-top {
  background: #2d6a4f;
}

.feature-card:nth-child(3) .feature-top {
  background: #f77f00;
}

.feature-card:nth-child(4) .feature-top {
  background: #588157;
}

.feature-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #2d6a4f;
  color: #ffd166;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f77f00;
}

.feature-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.feature-card p {
  color: #588157;
  font-size: 14px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-photo {
  position: relative;
}

.about-photo img {
  border-radius: 12px;
  border: 6px solid #fff;
  box-shadow: 0 24px 44px rgba(27, 67, 50, .22);
}

.about-photo::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: 70px;
  height: 70px;
  background: #f77f00;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.about-text p {
  color: #3f6e57;
  margin-bottom: 16px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat {
  text-align: center;
  background: #fff;
  border: 3px dashed #588157;
  border-radius: 10px;
  padding: 22px 10px;
}

.stat strong {
  display: block;
  font-size: 26px;
  color: #f77f00;
  font-weight: 700;
}

.stat span {
  font-size: 13px;
  color: #588157;
}

.trips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.trip-card {
  background: linear-gradient(180deg, #ffe9c7, #f7d9a8);
  border: 4px solid #8d6e63;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .4), 0 22px 40px rgba(27, 67, 50, .18);
  transition: transform .3s;
}

.trip-card:hover {
  transform: translateY(-10px) rotate(-1deg);
}

.trip-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 4px solid #8d6e63;
}

.trip-body {
  padding: 24px 24px 28px;
  text-align: center;
}

.trip-body h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.trip-body p {
  color: #6b4f33;
  font-size: 14px;
}

.trip-price {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  color: #f77f00;
  font-weight: 700;
}

.btn-trip {
  display: inline-block;
  margin-top: 14px;
  background: #2d6a4f;
  color: #fefae0;
  padding: 9px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: background .3s;
}

.btn-trip:hover {
  background: #f77f00;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial {
  background: #fff;
  border: 3px dashed #588157;
  border-radius: 12px;
  padding: 30px 26px;
  position: relative;
}

.testimonial::before {
  content: "“";
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 58px;
  line-height: 1;
  color: #f77f00;
  display: block;
  margin-bottom: 6px;
}

.testimonial p {
  color: #3f6e57;
  font-size: 14px;
}

.testimonial-author {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #1b4332;
  font-size: 14px;
}

.testimonial-author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2d6a4f;
  color: #ffd166;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.testimonial-author small {
  display: block;
  font-weight: 400;
  color: #588157;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 4px solid #fff;
  box-shadow: 0 16px 34px rgba(27, 67, 50, .2);
}

.portfolio-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform .5s;
}

.portfolio-item:hover img {
  transform: scale(1.06);
}

.portfolio-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(18, 53, 36, .92));
  color: #fefae0;
  padding: 42px 20px 16px;
  font-size: 15px;
  letter-spacing: 3px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.portfolio-cap .port-more {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 12px;
  color: #ffd166;
}

.section-foot-link {
  text-align: center;
  margin-top: 34px;
}

.read-more {
  display: inline-block;
  color: #2d6a4f;
  border-bottom: 3px dashed #f77f00;
  padding-bottom: 3px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
}

.read-more:hover {
  color: #f77f00;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  background: #fff;
  border: 3px dashed #588157;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px dashed #588157;
}

.blog-body {
  padding: 20px 22px 24px;
}

.blog-date {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 13px;
  color: #f77f00;
}

.blog-body h3 {
  font-size: 18px;
  margin: 8px 0 10px;
}

.blog-body p {
  color: #588157;
  font-size: 14px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  text-align: center;
  background: #fff;
  border: 3px dashed #588157;
  border-radius: 12px;
  padding: 34px 22px;
  transition: transform .3s;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 18px;
  border: 5px solid #f77f00;
  object-fit: cover;
}

.team-card h3 {
  font-size: 20px;
}

.team-role {
  color: #f77f00;
  font-size: 13px;
  letter-spacing: 3px;
  margin: 6px 0 10px;
}

.team-card p {
  color: #588157;
  font-size: 14px;
}

.cta-band {
  background: linear-gradient(180deg, #2d6a4f, #1b4332);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 209, 102, .5), rgba(247, 127, 0, .2), transparent 70%);
}

.cta-band h2 {
  position: relative;
  color: #fefae0;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.cta-band p {
  position: relative;
  color: rgba(254, 250, 224, .85);
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.site-footer {
  background: #123524;
  color: rgba(254, 250, 224, .8);
  padding-top: 70px;
  border-top: 4px solid #f77f00;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-col h4 {
  color: #ffd166;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(254, 250, 224, .8);
}

.footer-col a {
  display: block;
  font-size: 14px;
  padding: 4px 0;
  color: rgba(254, 250, 224, .8);
}

.footer-col a:hover {
  color: #ffd166;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 209, 102, .2);
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(254, 250, 224, .5);
}

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 140px 0 110px;
  text-align: center;
  background: linear-gradient(180deg, #2d6a4f, #1b4332);
}

.banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 67, 50, .55), rgba(18, 53, 36, .8));
}

.banner-content {
  position: relative;
  z-index: 3;
  color: #fefae0;
}

.banner-content h1 {
  color: #fefae0;
  font-size: 40px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

.banner-content p {
  color: rgba(254, 250, 224, .9);
  letter-spacing: 2px;
}

.banner-trees {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background: repeating-linear-gradient(135deg, transparent 0 60px, #123524 60px 62px, transparent 62px 130px, #123524 130px 132px);
  opacity: .8;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.intro-grid img {
  border-radius: 12px;
  border: 6px solid #fff;
  box-shadow: 0 24px 44px rgba(27, 67, 50, .22);
}

.intro-grid p {
  color: #3f6e57;
  margin-bottom: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.value-card {
  background: #fff;
  border: 3px dashed #588157;
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
  transition: transform .3s;
}

.value-card:hover {
  transform: translateY(-8px);
}

.value-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  background: #2d6a4f;
  color: #ffd166;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.value-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.value-card p {
  color: #588157;
  font-size: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 4px solid #fff;
  box-shadow: 0 16px 34px rgba(27, 67, 50, .2);
}

.gallery-item img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  transition: transform .5s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-cap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 53, 36, .55);
  color: #fefae0;
  font-size: 24px;
  letter-spacing: 6px;
  opacity: 0;
  transition: opacity .4s;
}

.gallery-item:hover .gallery-cap {
  opacity: 1;
}

.posts {
  max-width: 900px;
  margin: 0 auto;
}

.post {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  background: #fff;
  border: 3px dashed #588157;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 28px;
  align-items: center;
}

.post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.post h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.post-date {
  font-family: 'Gloria Hallelujah', cursive;
  color: #f77f00;
  font-size: 13px;
  margin-bottom: 10px;
}

.post p {
  color: #588157;
  font-size: 14px;
  margin-bottom: 12px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.contact-list li {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: #2d6a4f;
  color: #ffd166;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  flex-shrink: 0;
}

.contact-list h4 {
  font-size: 16px;
  color: #1b4332;
}

.contact-list p {
  color: #588157;
  font-size: 14px;
}

.contact-form {
  background: linear-gradient(180deg, #ffe9c7, #f7d9a8);
  border: 4px solid #8d6e63;
  border-radius: 12px;
  padding: 36px;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .4);
}

.contact-form h3 {
  font-size: 22px;
  margin-bottom: 22px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row label {
  display: block;
  font-size: 14px;
  color: #6b4f33;
  margin-bottom: 8px;
  letter-spacing: 2px;
  font-weight: 700;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 16px;
  border: 3px dashed #b08968;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  background: #fffdf5;
  color: #1b4332;
  outline: none;
  transition: border-color .3s;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: #f77f00;
}

.form-row textarea {
  min-height: 130px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  background: #f77f00;
  color: #fff;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 14px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  transition: all .3s;
}

.btn-submit:hover {
  background: #d62828;
  transform: translateY(-3px);
}

.map-placeholder {
  margin-top: 56px;
  height: 300px;
  border: 4px dashed #588157;
  border-radius: 12px;
  background: repeating-linear-gradient(135deg, #fefae0 0 24px, #f1e7cf 24px 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #588157;
  letter-spacing: 4px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #1b4332;
    flex-direction: column;
    padding: 10px 20px 20px;
    display: none;
    border-bottom: 4px solid #f77f00;
  }

  .nav-menu.open {
    display: flex;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .tent-big {
    right: 50%;
    transform: translateX(50%);
    opacity: .5;
    width: 220px;
    height: 170px;
  }

  .campfire {
    display: none;
  }

  .about-grid,
  .intro-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .features,
  .trips-grid,
  .blog-grid,
  .team-grid,
  .testimonial-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .post {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 60px 0;
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .banner-content h1 {
    font-size: 30px;
  }
}


/* ===== CMS helpers ===== */
.form-alert{padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:.92rem;line-height:1.6}
.form-alert-ok{background:rgba(46,160,67,.08);border:1px solid rgba(46,160,67,.35);color:#2ea043}
.form-alert-err{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.35);color:#dc3545}
.form-alert ul{margin:0;padding-left:18px}
.cms-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 0}
.cms-pager a,.cms-pager span{min-width:38px;padding:8px 13px;border:1px solid rgba(128,128,128,.35);border-radius:6px;text-align:center;text-decoration:none;color:inherit}
.cms-pager .active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.detail-page{max-width:1100px;margin:0 auto;padding:72px 24px}
.detail-media{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin-bottom:26px;display:block}
.detail-title{font-size:clamp(26px,3vw,38px);line-height:1.3;margin-bottom:12px}
.detail-meta{color:#777;font-size:.95rem;margin-bottom:20px}
.detail-body{line-height:1.9;color:#444}
.detail-body p{margin-bottom:1em}
.detail-body img{max-width:100%;height:auto;border-radius:10px}
.detail-back{display:inline-block;margin-top:28px;padding:11px 26px;border:1px solid rgba(128,128,128,.4);border-radius:999px;text-decoration:none;color:inherit}
/* ===== 深色 banner 标题白字（避免 h1 与背景同色不可读） ===== */
.banner--ink h1,.banner--purple h1,.banner--coral h1{color:#fff}
/* ===== 阅读全文按钮（硬边 neo-brutalist 风格） ===== */
.news-item .more{display:inline-block;margin-top:14px;padding:10px 20px;background:var(--c-ink);color:#fff;border:var(--border-2);box-shadow:var(--shadow-sm);font-family:var(--font-en);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.news-item .more:hover{background:var(--c-coral);transform:translate(-2px,-2px);box-shadow:var(--shadow)}
/* ===== 留言板一行一个 input（01 翰墨轩） ===== */
.form-grid{grid-template-columns:1fr}
