:root{--c-primary:#2dd4a8;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif SC', serif;
  background: #0b1026;
  color: #e8ecf7;
  line-height: 1.8;
}

h1,
h2,
h3,
h4 {
  font-family: 'Cinzel', 'Noto Serif SC', serif;
  font-weight: 600;
  color: #e8ecf7;
}

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: 14px 38px;
  font-family: 'Cinzel', 'Noto Serif SC', serif;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  transition: all .3s;
  font-size: 15px;
}

.btn-aurora {
  background: linear-gradient(120deg, #2dd4a8, #7c3aed);
  color: #fff;
  box-shadow: 0 10px 30px rgba(124, 58, 237, .4);
}

.btn-aurora:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(45, 212, 168, .45);
}

.btn-glass {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #e8ecf7;
  backdrop-filter: blur(8px);
}

.btn-glass:hover {
  background: rgba(124, 58, 237, .3);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(11, 16, 38, .82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(45, 212, 168, .15);
}

.nav-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  color: #fff;
  font-family: 'Cinzel', serif;
  letter-spacing: 3px;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #e8ecf7, #7c3aed);
  box-shadow: 0 0 16px rgba(124, 58, 237, .9);
  display: inline-block;
}

.nav-menu {
  display: flex;
  gap: 8px;
}

.nav-menu a {
  color: rgba(232, 236, 247, .8);
  padding: 8px 16px;
  font-size: 15px;
  transition: all .3s;
}

.nav-menu a:hover {
  color: #2dd4a8;
  text-shadow: 0 0 18px rgba(45, 212, 168, .8);
}

.nav-menu a.active {
  color: #a78bfa;
  text-shadow: 0 0 18px rgba(124, 58, 237, .9);
  border-bottom: 2px solid #7c3aed;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #e8ecf7;
  margin: 5px 0;
  transition: all .3s;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 220px 0 260px;
  text-align: center;
  background: linear-gradient(180deg, #0b1026 0%, #131a3f 60%, #0b1026 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .25;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 16, 38, .6), rgba(11, 16, 38, .4), rgba(11, 16, 38, .85));
}

.stars {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(1px 1px at 25px 35px, #fff, transparent), radial-gradient(1px 1px at 90px 120px, rgba(255, 255, 255, .8), transparent), radial-gradient(2px 2px at 160px 60px, rgba(167, 139, 250, .9), transparent), radial-gradient(1px 1px at 220px 150px, rgba(255, 255, 255, .6), transparent), radial-gradient(2px 2px at 60px 180px, rgba(45, 212, 168, .8), transparent), radial-gradient(1px 1px at 130px 90px, #fff, transparent), radial-gradient(1px 1px at 200px 20px, rgba(255, 255, 255, .7), transparent);
  background-size: 260px 260px;
}

.moon {
  position: absolute;
  top: 120px;
  right: 12%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff, #dfe4f5 70%, #c3cbe8);
  box-shadow: 0 0 60px rgba(255, 255, 255, .4), 0 0 140px rgba(232, 236, 247, .25);
}

.aurora {
  position: absolute;
  height: 300px;
  left: -10%;
  right: -10%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  filter: blur(28px);
  opacity: .55;
  animation: sway 10s ease-in-out infinite;
}

.aurora-1 {
  top: 18%;
  background: linear-gradient(180deg, rgba(45, 212, 168, .55), rgba(45, 212, 168, .08) 70%, transparent);
  transform: rotate(-5deg);
}

.aurora-2 {
  top: 32%;
  background: linear-gradient(180deg, rgba(124, 58, 237, .5), rgba(124, 58, 237, .08) 70%, transparent);
  transform: rotate(6deg);
  animation-delay: -3s;
}

.aurora-3 {
  top: 46%;
  background: linear-gradient(180deg, rgba(45, 212, 168, .3), rgba(167, 139, 250, .3) 60%, transparent);
  transform: rotate(-8deg);
  animation-delay: -6s;
}

@keyframes sway {
  0%, 100% {
    transform: translateX(-40px) rotate(-5deg);
  }
  50% {
    transform: translateX(40px) rotate(6deg);
  }
}

.hero-content {
  position: relative;
  z-index: 5;
}

.english-tag {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #2dd4a8;
  margin-bottom: 14px;
}

.hero-content h1 {
  font-size: 52px;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 0 0 40px rgba(124, 58, 237, .6);
  margin-bottom: 18px;
}

.hero-content p {
  color: rgba(232, 236, 247, .85);
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.section {
  padding: 90px 0;
}

.section-dark {
  background: linear-gradient(180deg, #0b1026, #101636);
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 14px;
}

.section-sub {
  color: #8b93b8;
  font-size: 15px;
  letter-spacing: 2px;
}

.glass {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .4);
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.feature-card {
  padding: 36px 26px;
  text-align: center;
  transition: transform .3s, border-color .3s;
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(45, 212, 168, .5);
  box-shadow: 0 22px 50px rgba(45, 212, 168, .15);
}

.feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(45, 212, 168, .5);
  background: radial-gradient(circle, rgba(45, 212, 168, .18), rgba(11, 16, 38, .8));
  box-shadow: 0 0 26px rgba(45, 212, 168, .35);
  color: #2dd4a8;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .feature-card:nth-child(2) .feature-icon {
  border-color: rgba(124, 58, 237, .6);
  background: radial-gradient(circle, rgba(124, 58, 237, .2), rgba(11, 16, 38, .8));
  box-shadow: 0 0 26px rgba(124, 58, 237, .4);
  color: #a78bfa;
}

.features .feature-card:nth-child(3) .feature-icon {
  border-color: rgba(167, 139, 250, .6);
  background: radial-gradient(circle, rgba(167, 139, 250, .18), rgba(11, 16, 38, .8));
  box-shadow: 0 0 26px rgba(167, 139, 250, .35);
  color: #a78bfa;
}

.features .feature-card:nth-child(4) .feature-icon {
  border-color: rgba(45, 212, 168, .6);
  background: radial-gradient(circle, rgba(45, 212, 168, .18), rgba(11, 16, 38, .8));
  box-shadow: 0 0 26px rgba(45, 212, 168, .4);
  color: #2dd4a8;
}

.feature-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.feature-card p {
  color: #8b93b8;
  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: 20px;
  border: 1px solid rgba(124, 58, 237, .4);
  box-shadow: 0 0 50px rgba(124, 58, 237, .3);
}

.about-photo::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(45, 212, 168, .5);
  border-radius: 20px;
  pointer-events: none;
}

.about-text p {
  color: #b9c0da;
  margin-bottom: 16px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat {
  text-align: center;
  padding: 22px 10px;
}

.stat strong {
  display: block;
  font-size: 28px;
  font-family: 'Cinzel', serif;
  color: #2dd4a8;
  text-shadow: 0 0 20px rgba(45, 212, 168, .6);
}

.stat span {
  font-size: 13px;
  color: #8b93b8;
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.tour-card {
  overflow: hidden;
  transition: transform .3s, border-color .3s;
}

.tour-card:hover {
  transform: translateY(-10px);
  border-color: rgba(45, 212, 168, .5);
}

.tour-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tour-body {
  padding: 24px 24px 26px;
}

.tour-body h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.tour-body p {
  color: #8b93b8;
  font-size: 14px;
}

.tour-price {
  display: block;
  margin-top: 14px;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #a78bfa;
}

.btn-tour {
  display: inline-block;
  margin-top: 14px;
  background: linear-gradient(120deg, rgba(45, 212, 168, .2), rgba(124, 58, 237, .2));
  border: 1px solid rgba(45, 212, 168, .5);
  color: #e8ecf7;
  padding: 9px 28px;
  border-radius: 8px;
  font-size: 14px;
  transition: all .3s;
}

.btn-tour:hover {
  background: linear-gradient(120deg, #2dd4a8, #7c3aed);
  border-color: transparent;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial {
  padding: 30px 26px;
  position: relative;
}

.testimonial::before {
  content: "“";
  font-family: 'Cinzel', serif;
  font-size: 58px;
  line-height: 1;
  color: #7c3aed;
  text-shadow: 0 0 24px rgba(124, 58, 237, .8);
  display: block;
  margin-bottom: 6px;
}

.testimonial p {
  color: #b9c0da;
  font-size: 14px;
}

.testimonial-author {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #e8ecf7;
  font-size: 14px;
}

.testimonial-author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, .4), rgba(11, 16, 38, .9));
  border: 1px solid rgba(124, 58, 237, .6);
  color: #a78bfa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.testimonial-author small {
  display: block;
  font-weight: 400;
  color: #8b93b8;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
}

.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(11, 16, 38, .95));
  color: #e8ecf7;
  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: 'Cinzel', serif;
  font-size: 12px;
  color: #2dd4a8;
}

.section-foot-link {
  text-align: center;
  margin-top: 34px;
}

.read-more {
  display: inline-block;
  color: #2dd4a8;
  border-bottom: 2px solid rgba(45, 212, 168, .5);
  padding-bottom: 3px;
  letter-spacing: 2px;
  font-size: 14px;
}

.read-more:hover {
  color: #a78bfa;
  border-bottom-color: #a78bfa;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  overflow: hidden;
  transition: transform .3s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-body {
  padding: 20px 22px 24px;
}

.blog-date {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #2dd4a8;
}

.blog-body h3 {
  font-size: 18px;
  margin: 8px 0 10px;
}

.blog-body p {
  color: #8b93b8;
  font-size: 14px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  text-align: center;
  padding: 36px 24px;
  transition: transform .3s;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 18px;
  border: 2px solid rgba(45, 212, 168, .6);
  box-shadow: 0 0 30px rgba(45, 212, 168, .3);
  object-fit: cover;
}

.team-card h3 {
  font-size: 20px;
}

.team-role {
  color: #2dd4a8;
  font-size: 13px;
  letter-spacing: 3px;
  margin: 6px 0 10px;
}

.team-card p {
  color: #8b93b8;
  font-size: 14px;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(120deg, #0b1026, #1b1340, #0f1a35);
}

.cta-band::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -10%;
  right: -10%;
  height: 260px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(45, 212, 168, .3), rgba(124, 58, 237, .2), transparent);
  filter: blur(30px);
  opacity: .6;
}

.cta-band h2 {
  position: relative;
  color: #fff;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.cta-band p {
  position: relative;
  color: rgba(232, 236, 247, .85);
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.site-footer {
  background: #070b1c;
  color: rgba(232, 236, 247, .75);
  padding-top: 70px;
  border-top: 1px solid rgba(124, 58, 237, .2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-col h4 {
  color: #a78bfa;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(232, 236, 247, .75);
}

.footer-col a {
  display: block;
  font-size: 14px;
  padding: 4px 0;
  color: rgba(232, 236, 247, .75);
}

.footer-col a:hover {
  color: #2dd4a8;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(232, 236, 247, .45);
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
}

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 190px 0 110px;
  text-align: center;
  background: linear-gradient(180deg, #0b1026, #101636);
}

.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(11, 16, 38, .6), rgba(11, 16, 38, .8));
}

.banner-content {
  position: relative;
  z-index: 5;
}

.banner-content h1 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 6px;
  margin-bottom: 10px;
  text-shadow: 0 0 36px rgba(124, 58, 237, .5);
}

.banner-content p {
  color: rgba(232, 236, 247, .85);
  letter-spacing: 2px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.intro-grid img {
  border-radius: 20px;
  border: 1px solid rgba(124, 58, 237, .4);
  box-shadow: 0 0 50px rgba(124, 58, 237, .3);
}

.intro-grid p {
  color: #b9c0da;
  margin-bottom: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.value-card {
  padding: 30px 24px;
  transition: transform .3s;
}

.value-card:hover {
  transform: translateY(-8px);
}

.value-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #a78bfa;
}

.value-card p {
  color: #8b93b8;
  font-size: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
}

.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(11, 16, 38, .55);
  color: #e8ecf7;
  font-size: 22px;
  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;
  padding: 16px;
  margin-bottom: 28px;
  align-items: center;
  transition: transform .3s;
}

.post:hover {
  transform: translateY(-4px);
}

.post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
}

.post h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.post-date {
  font-family: 'Cinzel', serif;
  color: #2dd4a8;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.post p {
  color: #8b93b8;
  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;
  border-radius: 50%;
  border: 1px solid rgba(45, 212, 168, .6);
  background: radial-gradient(circle, rgba(45, 212, 168, .2), rgba(11, 16, 38, .9));
  box-shadow: 0 0 22px rgba(45, 212, 168, .35);
  color: #2dd4a8;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-list h4 {
  font-size: 16px;
  color: #e8ecf7;
}

.contact-list p {
  color: #8b93b8;
  font-size: 14px;
}

.contact-form {
  padding: 36px;
}

.contact-form h3 {
  font-size: 22px;
  margin-bottom: 22px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row label {
  display: block;
  font-size: 14px;
  color: #a78bfa;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  background: rgba(255, 255, 255, .05);
  color: #e8ecf7;
  outline: none;
  transition: border-color .3s;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: rgba(45, 212, 168, .6);
}

.form-row textarea {
  min-height: 130px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  background: linear-gradient(120deg, #2dd4a8, #7c3aed);
  color: #fff;
  font-family: 'Cinzel', 'Noto Serif SC', serif;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 14px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s;
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(124, 58, 237, .45);
}

.map-placeholder {
  margin-top: 56px;
  height: 300px;
  border: 1px dashed rgba(124, 58, 237, .5);
  border-radius: 20px;
  background: radial-gradient(circle, rgba(124, 58, 237, .1), rgba(11, 16, 38, .9));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b93b8;
  letter-spacing: 4px;
  font-size: 16px;
  font-family: 'Cinzel', serif;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    background: rgba(11, 16, 38, .97);
    flex-direction: column;
    padding: 10px 20px 20px;
    display: none;
  }

  .nav-menu.open {
    display: flex;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .moon {
    width: 60px;
    height: 60px;
    top: 90px;
  }

  .about-grid,
  .intro-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .features,
  .tours-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;
  }

  .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}
