:root{--c-primary:#1d3557;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif SC', serif;
  background: #f1faee;
  color: #1d3557;
  line-height: 1.8;
}

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: 12px 34px;
  font-family: 'Special Elite', monospace;
  letter-spacing: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .3s;
  font-size: 15px;
}

.btn-gold {
  background: #e9c46a;
  color: #1d3557;
}

.btn-gold:hover {
  background: #1d3557;
  color: #e9c46a;
}

.btn-outline {
  border-color: rgba(241, 250, 238, .6);
  color: #f1faee;
}

.btn-outline:hover {
  background: #f1faee;
  color: #1d3557;
}

.navbar {
  background: #1d3557;
  border-bottom: 2px solid #e9c46a;
  position: relative;
  z-index: 50;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand {
  font-family: 'Special Elite', monospace;
  color: #f1faee;
  letter-spacing: 3px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-globe {
  width: 22px;
  height: 22px;
  border: 2px solid #e9c46a;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.brand-globe::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 9px;
  border-left: 2px solid #e9c46a;
  transform: rotate(20deg);
}

.nav-menu {
  display: flex;
  gap: 6px;
}

.nav-menu a {
  font-family: 'Special Elite', monospace;
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(241, 250, 238, .75);
  padding: 8px 14px;
  border-bottom: 2px solid transparent;
  transition: all .3s;
}

.nav-menu a:hover {
  color: #e9c46a;
}

.nav-menu a.active {
  color: #e9c46a;
  border-bottom-color: #e9c46a;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #f1faee;
  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;
  background: radial-gradient(circle at 18% 20%, rgba(233, 196, 106, .12) 0, transparent 40%), radial-gradient(circle at 82% 78%, rgba(69, 123, 157, .25) 0, transparent 45%), linear-gradient(160deg, #1d3557 0%, #274b6d 55%, #1a2f4d 100%);
  padding: 90px 0 110px;
  overflow: hidden;
}

.passport {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  border: 2px solid #e9c46a;
  outline: 6px solid rgba(233, 196, 106, .25);
  outline-offset: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  padding: 56px 40px 60px;
  text-align: center;
}

.emblem {
  width: 96px;
  height: 96px;
  margin: 0 auto 20px;
  position: relative;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f6e3a1, #e9c46a 60%, #caa247);
}

.emblem::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(29, 53, 87, .5);
  border-radius: 50%;
}

.emblem::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 40px;
  height: 44px;
  border: 2px solid rgba(29, 53, 87, .65);
  border-radius: 50%;
  transform: translateX(-50%);
}

.emblem span {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #1d3557;
  border-radius: 50%;
}

.passport-label {
  font-family: 'Special Elite', monospace;
  color: #e9c46a;
  letter-spacing: 5px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.passport h1 {
  font-size: 52px;
  color: #f1faee;
  letter-spacing: 8px;
  font-weight: 600;
  margin-bottom: 12px;
}

.passport-slogan {
  color: rgba(241, 250, 238, .8);
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-stamp {
  position: absolute;
  width: 108px;
  height: 108px;
  border: 3px dashed rgba(233, 196, 106, .85);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e9c46a;
  font-family: 'Special Elite', monospace;
  transform: rotate(-14deg);
  opacity: .85;
}

.hero-stamp::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(233, 196, 106, .4);
  border-radius: 50%;
}

.hero-stamp span {
  font-size: 11px;
  letter-spacing: 3px;
}

.hero-stamp strong {
  font-size: 18px;
  letter-spacing: 2px;
}

.hero-stamp-1 {
  top: 70px;
  left: 6%;
}

.hero-stamp-2 {
  bottom: 70px;
  right: 6%;
  transform: rotate(12deg);
}

.section {
  padding: 90px 0;
}

.section-alt {
  background: #fff;
  border-top: 1px dashed rgba(69, 123, 157, .4);
  border-bottom: 1px dashed rgba(69, 123, 157, .4);
}

.section-tag {
  font-family: 'Special Elite', monospace;
  font-size: 12px;
  letter-spacing: 4px;
  color: #457b9d;
  text-transform: uppercase;
}

.section-title {
  font-size: 34px;
  color: #1d3557;
  margin: 8px 0 40px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 4px;
  background: #e9c46a;
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-head .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-sub {
  color: #6a7f9e;
  font-size: 14px;
  letter-spacing: 2px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-photo {
  position: relative;
}

.about-photo img {
  border: 6px solid #fff;
  box-shadow: 0 20px 40px rgba(29, 53, 87, .15);
}

.stamp-badge {
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 110px;
  height: 110px;
  border: 3px dashed #457b9d;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1faee;
  font-family: 'Special Elite', monospace;
  color: #457b9d;
  transform: rotate(-10deg);
  text-align: center;
}

.stamp-badge strong {
  font-size: 22px;
  color: #1d3557;
  letter-spacing: 2px;
}

.stamp-badge span {
  font-size: 10px;
  letter-spacing: 3px;
}

.about-text p {
  color: #4c6382;
  margin-bottom: 16px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat {
  text-align: center;
  border: 2px dashed #457b9d;
  padding: 20px 10px;
  border-radius: 50% / 45%;
  font-family: 'Special Elite', monospace;
}

.stat strong {
  display: block;
  font-size: 26px;
  color: #1d3557;
}

.stat span {
  font-size: 11px;
  letter-spacing: 2px;
  color: #457b9d;
}

.tickets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.ticket {
  position: relative;
  background: #fff;
  border: 2px dashed #457b9d;
  border-radius: 14px;
  padding: 24px 22px 18px;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
}

.ticket::before,
.ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1faee;
  border: 2px solid #457b9d;
  transform: translateY(-50%);
  z-index: 2;
}

.ticket::before {
  left: -14px;
}

.ticket::after {
  right: -14px;
}

.ticket:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 22px 40px rgba(29, 53, 87, .18);
}

.ticket-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.ticket-airline {
  font-family: 'Special Elite', monospace;
  font-size: 12px;
  letter-spacing: 2px;
  color: #457b9d;
}

.ticket-stamp {
  font-family: 'Special Elite', monospace;
  font-size: 11px;
  color: #1d3557;
  border: 2px solid #e9c46a;
  padding: 3px 10px;
  border-radius: 4px;
  transform: rotate(-6deg);
}

.ticket-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #457b9d;
  border-bottom: 1px dashed #457b9d;
  padding: 14px 0;
}

.route-code {
  font-family: 'Special Elite', monospace;
  font-size: 34px;
  color: #1d3557;
  display: block;
}

.route-name {
  font-size: 14px;
  color: #457b9d;
  letter-spacing: 3px;
}

.route-line {
  font-family: 'Special Elite', monospace;
  color: #e9c46a;
  font-size: 22px;
}

.ticket-meta {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 12px;
  color: #457b9d;
}

.ticket-meta b {
  color: #1d3557;
  font-weight: 600;
}

.ticket-perf {
  height: 18px;
  background-image: radial-gradient(circle, #457b9d 2.5px, transparent 3px);
  background-size: 14px 18px;
  background-position: 0 6px;
  opacity: .6;
}

.ticket-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}

.ticket-price {
  font-family: 'Special Elite', monospace;
  font-size: 22px;
  color: #1d3557;
}

.btn-ticket {
  background: #1d3557;
  color: #f1faee;
  padding: 8px 22px;
  font-size: 12px;
}

.btn-ticket:hover {
  background: #e9c46a;
  color: #1d3557;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.portfolio-item img {
  width: 100%;
  height: 340px;
  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(29, 53, 87, .92));
  color: #f1faee;
  padding: 40px 18px 14px;
  font-size: 14px;
  letter-spacing: 3px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.portfolio-cap .port-more {
  font-family: 'Special Elite', monospace;
  font-size: 11px;
  color: #e9c46a;
}

.section-foot-link {
  text-align: center;
  margin-top: 34px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(29, 53, 87, .08);
  transition: transform .3s, box-shadow .3s;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(29, 53, 87, .14);
}

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.blog-body {
  padding: 20px 22px 24px;
}

.blog-date {
  font-family: 'Special Elite', monospace;
  font-size: 12px;
  color: #d4a017;
  letter-spacing: 2px;
}

.blog-body h3 {
  font-size: 18px;
  color: #1d3557;
  margin: 8px 0 10px;
}

.blog-body p {
  font-size: 14px;
  color: #6a7f9e;
}

.read-more {
  display: inline-block;
  margin-top: 14px;
  font-family: 'Special Elite', monospace;
  font-size: 12px;
  color: #457b9d;
  border-bottom: 2px solid #457b9d;
  padding-bottom: 2px;
  letter-spacing: 2px;
}

.read-more:hover {
  color: #1d3557;
  border-bottom-color: #1d3557;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  text-align: center;
  background: #fff;
  padding: 34px 20px 28px;
  border: 2px dashed rgba(69, 123, 157, .4);
  border-radius: 12px;
  transition: transform .3s;
}

.team-card:hover {
  transform: translateY(-6px);
}

.team-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 18px;
  border: 4px solid #e9c46a;
}

.team-card h3 {
  font-size: 20px;
  color: #1d3557;
}

.team-role {
  font-family: 'Special Elite', monospace;
  font-size: 11px;
  color: #457b9d;
  letter-spacing: 3px;
  margin: 6px 0 10px;
}

.team-card p {
  font-size: 14px;
  color: #6a7f9e;
}

.cta-band {
  background: #1d3557;
  padding: 70px 0;
  text-align: center;
  position: relative;
}

.cta-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: repeating-linear-gradient(90deg, #e9c46a 0 14px, transparent 14px 28px);
}

.cta-band h2 {
  color: #f1faee;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.cta-band p {
  color: rgba(241, 250, 238, .7);
  margin-bottom: 26px;
  letter-spacing: 2px;
}

.site-footer {
  background: #12203a;
  color: rgba(241, 250, 238, .75);
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-col h4 {
  color: #e9c46a;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  padding: 4px 0;
  color: rgba(241, 250, 238, .75);
}

.footer-col a:hover {
  color: #e9c46a;
}

.footer-bottom {
  border-top: 1px solid rgba(233, 196, 106, .2);
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(241, 250, 238, .5);
  font-family: 'Special Elite', monospace;
  letter-spacing: 2px;
}

.page-banner {
  position: relative;
  overflow: hidden;
  height: 340px;
  display: flex;
  align-items: center;
}

.banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 32, 58, .72);
}

.banner-content {
  position: relative;
  z-index: 1;
  color: #f1faee;
  text-align: center;
  width: 100%;
}

.banner-content h1 {
  font-size: 40px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

.banner-content p {
  color: rgba(241, 250, 238, .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: 6px solid #fff;
  box-shadow: 0 20px 40px rgba(29, 53, 87, .15);
}

.intro-grid p {
  color: #4c6382;
  margin-bottom: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.value-card {
  border-top: 4px solid #e9c46a;
  background: #fff;
  padding: 28px 22px;
  box-shadow: 0 10px 22px rgba(29, 53, 87, .06);
  transition: transform .3s;
}

.value-card:hover {
  transform: translateY(-6px);
}

.value-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1d3557;
}

.value-card p {
  font-size: 14px;
  color: #6a7f9e;
}

.value-icon {
  width: 44px;
  height: 44px;
  border: 2px dashed #457b9d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #457b9d;
  margin-bottom: 14px;
  font-family: 'Special Elite', monospace;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  width: 100%;
  height: 380px;
  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(29, 53, 87, .55);
  color: #f1faee;
  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: 300px 1fr;
  gap: 30px;
  background: #fff;
  border: 1px solid rgba(69, 123, 157, .25);
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 30px;
  align-items: center;
  transition: box-shadow .3s;
}

.post:hover {
  box-shadow: 0 16px 30px rgba(29, 53, 87, .12);
}

.post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.post h3 {
  font-size: 20px;
  color: #1d3557;
  margin-bottom: 8px;
}

.post-date {
  font-family: 'Special Elite', monospace;
  color: #d4a017;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.post p {
  font-size: 14px;
  color: #6a7f9e;
  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: 46px;
  height: 46px;
  border: 2px dashed #457b9d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d3557;
  font-size: 16px;
  flex-shrink: 0;
  font-family: 'Special Elite', monospace;
}

.contact-list h4 {
  font-size: 15px;
  color: #1d3557;
}

.contact-list p {
  font-size: 14px;
  color: #6a7f9e;
}

.contact-form {
  background: #fff;
  padding: 34px;
  border-radius: 12px;
  border: 2px dashed rgba(69, 123, 157, .3);
}

.contact-form h3 {
  font-size: 20px;
  color: #1d3557;
  margin-bottom: 22px;
  letter-spacing: 2px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #457b9d;
  margin-bottom: 8px;
  font-family: 'Special Elite', monospace;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cdd8e6;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px;
  background: #f8fbf7;
  color: #1d3557;
  outline: none;
  transition: border-color .3s;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: #457b9d;
}

.form-row textarea {
  min-height: 130px;
  resize: vertical;
}

.btn-submit {
  width: 100%;
  background: #1d3557;
  color: #f1faee;
  font-family: 'Special Elite', monospace;
  letter-spacing: 3px;
  font-size: 15px;
  padding: 14px;
  border: none;
  cursor: pointer;
  transition: background .3s;
}

.btn-submit:hover {
  background: #457b9d;
}

.map-placeholder {
  margin-top: 60px;
  height: 300px;
  border: 2px dashed #457b9d;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #fff 0 20px, #eef6f1 20px 40px);
  color: #457b9d;
  letter-spacing: 3px;
  font-size: 15px;
  font-family: 'Special Elite', monospace;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #1d3557;
    flex-direction: column;
    padding: 10px 20px 20px;
    display: none;
    border-bottom: 2px solid #e9c46a;
  }

  .nav-menu.open {
    display: flex;
  }

  .passport {
    padding: 40px 20px 46px;
  }

  .passport h1 {
    font-size: 34px;
  }

  .hero-stamp {
    display: none;
  }

  .about-grid,
  .intro-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .tickets-grid,
  .blog-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-stats,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .post {
    grid-template-columns: 1fr;
  }

  .stamp-badge {
    display: none;
  }

  .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}
