body {
  background:
    radial-gradient(900px 520px at 8% -10%, rgba(214, 176, 128, 0.38), transparent 58%),
    radial-gradient(780px 460px at 96% 12%, rgba(126, 164, 196, 0.28), transparent 52%),
    radial-gradient(640px 380px at 50% 100%, rgba(196, 154, 110, 0.16), transparent 55%),
    linear-gradient(168deg, #f8f2e8 0%, #efe3d2 42%, #e7d8c4 100%) !important;
}

#content {
  width: 94% !important;
  max-width: 1380px !important;
}

#primary {
  max-width: none !important;
  min-height: 86vh;
  margin: 0 auto;
}

.post-header {
  display: none;
}

.post .post-content {
  min-height: auto;
}

.post .post-content img,
.gannan img {
  margin: 0;
  padding: 0;
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gannan {
  color: #3d3228;
  font-family: 'Harmony_Regular', 'Microsoft JhengHei', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  padding: 8px 0 48px;
}

.gannan p {
  text-indent: 0;
  margin: 0;
  font-size: 1.05em;
  line-height: 1.95;
  color: #4a3f34;
}

.gn-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) 1.08fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 12px 0 64px;
}

.gn-frame {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #d8c4aa;
  box-shadow:
    0 18px 48px rgba(61, 50, 40, 0.16),
    0 2px 0 rgba(255, 248, 236, 0.35) inset;
}

.gn-frame img {
  transition: transform 0.8s ease;
}

.gn-frame:hover img {
  transform: scale(1.035);
}

.frame-34 {
  aspect-ratio: 3 / 4;
}

.frame-43 {
  aspect-ratio: 4 / 3;
}

.frame-11 {
  aspect-ratio: 1 / 1;
}

.gn-hero-photo {
  width: 100%;
  max-width: 580px;
}

.gn-kicker {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.78em;
  color: #8a6a4a;
  margin-bottom: 18px;
}

.gn-hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(2.6rem, 6.4vw, 5.2rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #2f261e;
}

.gn-sub {
  font-size: 1.25em;
  color: #7a5c42;
  letter-spacing: 0.18em;
  margin-bottom: 28px;
}

.gn-lead {
  max-width: 28em;
  font-size: 1.08em;
  margin-bottom: 36px;
}

.gn-route {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gn-route li {
  position: relative;
  padding: 0 18px 0 0;
  margin-right: 18px;
  letter-spacing: 0.16em;
  font-size: 0.92em;
  color: #6d5642;
}

.gn-route li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #c4a57e;
  transform: translate(18px, -50%);
}

.gn-chapter {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 0 16px;
}

.gn-meta {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
}

.gn-num {
  font-size: 0.78em;
  letter-spacing: 0.22em;
  color: #b08962;
}

.gn-place {
  font-size: 1.45em;
  letter-spacing: 0.2em;
  color: #2f261e;
  font-weight: 600;
}

.gn-text {
  max-width: 40em;
  margin-bottom: 28px;
}

.gn-text p + p {
  margin-top: 1em;
}

.gn-duo {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr;
  gap: 14px;
  align-items: end;
  max-width: 560px;
  margin: 8px auto 12px;
}

.gn-feature {
  max-width: 340px;
  margin: 8px auto;
}

.pos-snow img {
  object-position: 70% 42%;
}

.pos-alt img {
  object-position: 50% 28%;
}

.pos-dusk img {
  object-position: 55% 62%;
}

.gn-wide {
  width: 100%;
  max-width: 560px;
  margin: 8px auto 12px;
}

.gn-caption {
  margin-top: 10px;
  font-size: 0.86em;
  letter-spacing: 0.12em;
  color: #8a7460;
  text-align: center;
}

.gn-close {
  padding: 56px 0 12px;
  text-align: center;
}

.gn-close p {
  max-width: 28em;
  margin: 0 auto;
  color: #5a4a3c;
}

.gn-line {
  width: 56px;
  height: 1px;
  margin: 0 auto 28px;
  background: #c4a57e;
}

.post-footer {
  margin-top: 36px;
}

.post-tags a {
  background: rgba(196, 165, 126, 0.18);
  border-radius: 999px;
}

@media screen and (max-width: 900px) {
  .gn-hero {
    grid-template-columns: 1fr;
    padding-bottom: 36px;
  }

  .gn-hero-photo {
    max-width: 420px;
    margin: 0 auto;
  }

  .gn-hero-copy {
    text-align: center;
  }

  .gn-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .gn-route {
    justify-content: center;
  }

  .gn-duo {
    grid-template-columns: 1.08fr 0.72fr;
    max-width: 100%;
  }

  .gn-wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .gn-duo {
    grid-template-columns: 1fr;
  }

  .gn-hero-copy h1 {
    letter-spacing: 0.06em;
  }

  .gn-place {
    font-size: 1.2em;
  }
}
