:root {
  --paper: #f7f4ea;
  --paper-2: #efe9da;
  --ink: #17332a;
  --ink-2: #445a52;
  --pine: #123f32;
  --pine-2: #1f5a44;
  --moss: #738765;
  --red: #a43a2c;
  --red-dark: #7f2a21;
  --gold: #b99554;
  --line: rgba(20, 58, 46, .13);
  --white: #fff;
  --shadow: 0 18px 50px rgba(30, 49, 40, .12);
  --r-xl: 30px;
  --r-lg: 24px;
  --r-md: 18px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #d9ded7;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none
}

button,
input {
  font: inherit
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}

.site-bg {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 15% 10%, rgba(182, 155, 89, .24), transparent 28%), radial-gradient(circle at 82% 18%, rgba(44, 97, 73, .16), transparent 30%), linear-gradient(140deg, #e7e9e2, #cdd5ce);
  z-index: -3
}

.site-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(rgba(22, 63, 48, .22) .7px, transparent .7px);
  background-size: 6px 6px
}

.phone-shell {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  background: var(--paper);
  overflow: hidden;
  padding-bottom: calc(82px + var(--safe-bottom))
}

.read-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--red), var(--gold));
  transition: width .08s linear
}

.topbar {
  height: 68px;
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 18px;
  background: rgba(247, 244, 234, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(20, 58, 46, .07)
}

.brand-btn,
.icon-btn,
.text-btn {
  border: 0;
  background: transparent;
  color: inherit
}

.brand-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0
}

.brand-seal {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-family: STKaiti, KaiTi, serif;
  font-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2)
}

.brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1
}

.brand-copy b {
  font-size: 14px;
  letter-spacing: .08em
}

.brand-copy small {
  font-size: 9px;
  letter-spacing: .12em;
  color: #74847d;
  margin-top: 5px
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(18, 63, 50, .07)
}

.icon-btn svg,
.bottom-nav svg,
.search-box svg,
.lightbox-close svg,
.detail-actions svg,
.meta-icon svg,
.route-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.app {
  min-height: calc(100dvh - 150px)
}

.page {
  animation: pageIn .42s cubic-bezier(.2, .8, .2, 1)
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(7px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.hero {
  margin: 10px 14px 0;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  min-height: 430px;
  padding: 28px 24px;
  color: #fff;
  background: linear-gradient(155deg, #123e32 0%, #164f3c 58%, #0d342a 100%);
  box-shadow: 0 25px 60px rgba(12, 54, 42, .19)
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../img/contours.svg');
  background-size: cover;
  opacity: .78;
  mix-blend-mode: screen
}

.hero:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  right: -80px;
  top: -65px;
  box-shadow: 0 0 0 26px rgba(255, 255, 255, .025), 0 0 0 58px rgba(255, 255, 255, .025)
}

.hero>* {
  position: relative;
  z-index: 2
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .2em;
  color: #d7e1d8;
  text-transform: uppercase
}

.hero-kicker:before {
  content: "";
  width: 28px;
  height: 1px;
  background: #d6bd84
}

.hero h1 {
  font-family: STKaiti, KaiTi, "Songti SC", serif;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: .04em;
  margin: 30px 0 14px;
  max-width: 360px
}

.hero-sub {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .78);
  max-width: 335px
}

.hero-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px
}

.hero-meta span {
  border: 1px solid rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .08);
  padding: 8px 11px;
  border-radius: 99px;
  font-size: 11px;
  backdrop-filter: blur(8px)
}

.hero-bottom {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px
}

.countdown {
  display: flex;
  gap: 12px;
  align-items: flex-end
}

.countdown b {
  font-family: Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  line-height: .9
}

.countdown span {
  font-size: 10px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7);
  letter-spacing: .08em
}

.hero-mark {
  width: 72px;
  height: 72px;
  opacity: .56;
  filter: brightness(0) invert(1)
}

.section {
  padding: 30px 18px 0
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 2px 16px
}

.section-title small {
  display: block;
  font-size: 10px;
  color: var(--red);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 6px
}

.section-title h2 {
  margin: 0;
  font-family: STKaiti, KaiTi, "Songti SC", serif;
  font-size: 25px;
  font-weight: 600
}

.section-link {
  border: 0;
  background: none;
  color: #6e7f77;
  font-size: 12px;
  padding: 7px 0
}

.section-note {
  font-size: 12px;
  color: #74847d;
  line-height: 1.8;
  margin: -6px 2px 16px
}

.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.category-card {
  border: 1px solid rgba(20, 58, 46, .08);
  background: #fff;
  border-radius: 22px;
  padding: 17px 16px 15px;
  min-height: 146px;
  position: relative;
  overflow: hidden;
  text-align: left;
  color: inherit;
  box-shadow: 0 8px 26px rgba(27, 54, 43, .05)
}

.category-card:after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  right: -22px;
  top: -18px;
  background: var(--cat-soft)
}

.category-card .cat-range {
  font: 700 10px/1 Georgia, serif;
  color: var(--cat);
  letter-spacing: .08em
}

.category-card h3 {
  font-size: 17px;
  margin: 28px 0 7px
}

.category-card p {
  font-size: 11px;
  line-height: 1.6;
  color: #75827d;
  margin: 0
}

.category-card .cat-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cat-soft);
  color: var(--cat);
  font-size: 18px
}

.route-card {
  border-radius: 26px;
  background: #173e32;
  color: #fff;
  padding: 22px 18px;
  position: relative;
  overflow: hidden
}

.route-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(190, 154, 86, .22), transparent 28%), url('../img/contours.svg') center/cover;
  opacity: .65
}

.route-card>* {
  position: relative
}

.route-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  margin-top: 22px
}

.route-line:before {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, .25);
  left: 10%;
  right: 10%;
  top: 12px
}

.route-stop {
  border: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 0;
  position: relative
}

.route-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  background: #f2eee3;
  color: #184534;
  font: 700 10px Georgia, serif;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .08)
}

.route-stop b {
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4
}

.route-stop small {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, .55);
  margin-top: 3px
}

.route-card .route-title {
  font-family: STKaiti, KaiTi, serif;
  font-size: 22px
}

.route-card .route-desc {
  font-size: 11px;
  color: rgba(255, 255, 255, .62);
  margin-top: 6px
}

.feature-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  min-height: 142px;
  background: #fff;
  border-radius: 23px;
  overflow: hidden;
  border: 1px solid rgba(20, 58, 46, .07);
  box-shadow: 0 9px 28px rgba(25, 50, 41, .05);
  margin-bottom: 12px
}

.feature-media {
  background: #dce4db;
  position: relative;
  overflow: hidden
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.feature-media .media-code {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(18, 55, 43, .78);
  color: #fff;
  padding: 5px 7px;
  border-radius: 7px;
  font: 700 9px Georgia, serif;
  letter-spacing: .08em
}

.feature-media.is-graphic {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #173f32, #496e55)
}

.feature-media.is-graphic:before {
  content: "";
  width: 58px;
  height: 75px;
  background: linear-gradient(90deg, transparent 46%, rgba(255, 255, 255, .66) 47% 53%, transparent 54%), linear-gradient(145deg, transparent 45%, rgba(255, 255, 255, .24) 46% 50%, transparent 51%);
  opacity: .8
}

.feature-copy {
  padding: 16px 14px
}

.feature-copy .eyebrow {
  font-size: 9px;
  color: var(--red);
  letter-spacing: .14em
}

.feature-copy h3 {
  font-size: 16px;
  margin: 8px 0 8px;
  line-height: 1.35
}

.feature-copy p {
  font-size: 11px;
  line-height: 1.65;
  color: #718078;
  margin: 0
}

.feature-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 10px;
  color: #8a968f
}

.feature-foot .more {
  color: var(--pine);
  font-weight: 600
}

.quote-card {
  border-radius: 24px;
  background: linear-gradient(135deg, #efe8d6, #f8f5eb);
  border: 1px solid rgba(167, 130, 65, .16);
  padding: 22px 20px;
  position: relative
}

.quote-card:before {
  content: "“";
  font: 56px Georgia, serif;
  color: rgba(164, 58, 44, .16);
  position: absolute;
  left: 14px;
  top: 3px
}

.quote-card p {
  margin: 0;
  padding-left: 18px;
  font-family: STKaiti, KaiTi, serif;
  font-size: 17px;
  line-height: 1.8;
  color: #3c5047
}

.quote-card small {
  display: block;
  padding-left: 18px;
  margin-top: 8px;
  color: #8e8a7d;
  font-size: 10px
}

.page-footer {
  padding: 34px 22px 18px;
  text-align: center;
  color: #8a958f
}

.page-footer .footer-mark {
  font-family: STKaiti, KaiTi, serif;
  font-size: 17px;
  color: #536a5f
}

.page-footer p {
  font-size: 9px;
  line-height: 1.7;
  margin: 8px auto 0;
  max-width: 330px
}

.category-hero {
  margin: 8px 14px 0;
  border-radius: 30px;
  padding: 26px 22px 24px;
  min-height: 185px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--cat-dark), var(--cat));
  box-shadow: 0 18px 45px rgba(23, 60, 47, .15)
}

.category-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/contours.svg') right center/cover;
  opacity: .55
}

.category-hero>* {
  position: relative;
  z-index: 2
}

.category-hero .backline {
  font-size: 10px;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .6)
}

.category-hero h1 {
  font-family: STKaiti, KaiTi, serif;
  font-size: 30px;
  margin: 24px 0 7px
}

.category-hero p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7
}

.category-hero .range {
  position: absolute;
  right: 22px;
  bottom: 20px;
  font: 28px Georgia, serif;
  color: rgba(255, 255, 255, .2)
}

.category-list {
  padding: 18px
}

.item-row {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 21px;
  padding: 15px 14px;
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: inherit;
  margin-bottom: 10px;
  border: 1px solid rgba(20, 58, 46, .07);
  box-shadow: 0 6px 22px rgba(22, 49, 39, .045)
}

.item-code {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--cat-soft);
  color: var(--cat);
  font: 700 12px Georgia, serif
}

.item-row .copy small {
  font-size: 9px;
  color: #87938e;
  letter-spacing: .06em
}

.item-row .copy h3 {
  font-size: 15px;
  margin: 4px 0 4px
}

.item-row .copy p {
  font-size: 10px;
  line-height: 1.5;
  color: #77857f;
  margin: 0
}

.item-row.item-row-video {
  position: relative;
  grid-template-columns: 48px 86px 1fr 28px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
}

.item-row.item-row-video .row-arrow {
  font-size: 17px;
  color: var(--cat);
  font-weight: 600
}

.item-row-media {
  width: 100%;
  height: 200px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(140deg, #e6ecea, #c6d7d0), url('../img/forest-mark.svg') center/42px no-repeat;
  position: relative;
  justify-self: start;
  display: grid;
  place-items: center;
  background-size: cover;
}

.item-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-row-media .play-badge {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(20, 58, 46, .50);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(2px);
}

.row-arrow {
  color: #9aa39f;
  font-size: 22px
}

.detail-page {
  padding-bottom: 18px
}

.detail-top {
  position: relative;
  margin: 8px 14px 0;
  border-radius: 31px;
  min-height: 340px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(155deg, var(--cat-dark), var(--cat));
  box-shadow: 0 20px 55px rgba(16, 53, 40, .18)
}

.detail-top.has-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 38, 29, .1), rgba(10, 38, 29, .25) 42%, rgba(10, 38, 29, .88));
  z-index: 1
}

.detail-top .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.detail-top .detail-graphic {
  position: absolute;
  inset: 0;
  background: url('../img/contours.svg') center/cover;
  opacity: .56
}

.detail-top .detail-graphic:after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  right: -50px;
  top: -35px;
  box-shadow: 0 0 0 25px rgba(255, 255, 255, .025), 0 0 0 50px rgba(255, 255, 255, .025)
}

.detail-top .hero-number {
  position: absolute;
  right: 20px;
  top: 60px;
  font: 86px/.8 Georgia, serif;
  color: rgba(255, 255, 255, .08)
}

.detail-actions {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between
}

.circle-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(12, 34, 28, .32);
  backdrop-filter: blur(12px)
}

.circle-btn.is-fav {
  color: #f0cf8d
}

.circle-btn.is-fav svg {
  fill: currentColor
}

.detail-copy {
  position: absolute;
  z-index: 3;
  left: 21px;
  right: 21px;
  bottom: 22px
}

.detail-code {
  font: 700 10px Georgia, serif;
  letter-spacing: .12em;
  color: #e6d6b5
}

.detail-copy .eyebrow {
  font-size: 10px;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .65);
  margin-top: 6px
}

.detail-copy h1 {
  font-family: STKaiti, KaiTi, serif;
  font-size: 29px;
  line-height: 1.25;
  margin: 8px 0 8px
}

.detail-copy p {
  font-size: 11px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .72);
  margin: 0;
  max-width: 340px
}

.chip-row {
  display: flex;
  gap: 7px;
  overflow: auto;
  padding: 14px 18px 2px;
  scrollbar-width: none
}

.chip-row::-webkit-scrollbar {
  display: none
}

.chip {
  white-space: nowrap;
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(20, 58, 46, .08);
  font-size: 10px;
  color: #596d64;
  box-shadow: 0 5px 16px rgba(20, 51, 40, .035)
}

.location-card {
  margin: 14px 18px 0;
  background: #fff;
  border-radius: 20px;
  padding: 15px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(20, 58, 46, .08)
}

.meta-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--cat-soft);
  color: var(--cat);
  flex: 0 0 auto
}

.location-copy {
  min-width: 0;
  flex: 1
}

.location-copy small {
  display: block;
  font-size: 9px;
  color: #8b9691;
  margin-bottom: 4px
}

.location-copy b {
  display: block;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.copy-btn {
  border: 0;
  background: var(--paper-2);
  color: #60726a;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 10px
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  padding: 17px 18px 0
}

.fact-card {
  background: #fff;
  border-radius: 19px;
  padding: 15px 14px;
  border: 1px solid rgba(20, 58, 46, .07);
  min-height: 93px
}

.fact-card b {
  font: 500 25px Georgia, serif;
  color: var(--cat);
  letter-spacing: -.03em
}

.fact-card span {
  display: block;
  margin-top: 7px;
  font-size: 9px;
  line-height: 1.45;
  color: #7b8983
}

.fact-grid.single-row {
  grid-template-columns: repeat(3, 1fr)
}

.fact-grid.single-row .fact-card {
  padding: 13px 9px
}

.fact-grid.single-row .fact-card b {
  font-size: 20px
}

.detail-section {
  padding: 24px 18px 0
}

.detail-section h2 {
  font-family: STKaiti, KaiTi, serif;
  font-size: 22px;
  margin: 0 0 13px
}

.detail-section .section-body {
  background: #fff;
  border-radius: 22px;
  padding: 18px 17px;
  border: 1px solid rgba(20, 58, 46, .07);
  font-size: 13px;
  line-height: 1.9;
  color: #4e6259
}

.detail-inline-video {
  padding-top: 14px
}

.video-inline-wrap {
  margin-top: 10px
}

.video-inline-btn {
  border: 0;
  border-radius: 14px;
  padding: 10px 12px;
  color: #fff;
  background: var(--cat);
  font-size: 12px
}

.detail-section .section-body.note {
  background: #f3eddf;
  border-color: rgba(180, 145, 80, .14);
  color: #6c6555
}

.detail-section .section-body.note:before {
  content: "导览提示";
  display: block;
  color: var(--red);
  font-size: 9px;
  letter-spacing: .15em;
  margin-bottom: 8px
}

.info-list {
  margin: 15px 18px 0;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(20, 58, 46, .07)
}

.info-row {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  padding: 14px 15px;
  border-bottom: 1px solid rgba(20, 58, 46, .07);
  font-size: 11px;
  line-height: 1.7
}

.info-row:last-child {
  border-bottom: 0
}

.info-row span {
  color: #89958f
}

.info-row b {
  font-weight: 500;
  color: #43574e
}

.gallery {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 17px 18px 2px;
  scrollbar-width: none
}

.gallery::-webkit-scrollbar {
  display: none
}

.gallery button {
  border: 0;
  padding: 0;
  background: none;
  flex: 0 0 82%;
  height: 214px;
  border-radius: 22px;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative
}

.gallery button:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
  border-radius: inherit
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gallery .gallery-index {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(17, 45, 35, .72);
  color: #fff;
  padding: 5px 8px;
  border-radius: 999px;
  font: 9px Georgia, serif;
  backdrop-filter: blur(8px)
}

.special-visual {
  height: 215px;
  margin: 17px 18px 2px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(150deg, var(--cat-dark), var(--cat));
  color: #fff
}

.special-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/contours.svg') center/cover;
  opacity: .5
}

.special-visual>* {
  position: relative
}

.visual-510 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 100%
}

.visual-510 span {
  font: 52px Georgia, serif;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  border-radius: 20px;
  padding: 18px 15px;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .025)
}

.visual-510 i {
  font-style: normal;
  color: #e0c389;
  font-size: 24px
}

.visual-industrial {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 22px
}

.factory-shape {
  width: 100%;
  height: 108px;
  border-bottom: 4px solid rgba(255, 255, 255, .75);
  position: relative
}

.factory-shape:before {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 4px;
  width: 64%;
  height: 58px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .76) 0 24%, transparent 24% 31%, rgba(255, 255, 255, .55) 31% 55%, transparent 55% 62%, rgba(255, 255, 255, .66) 62%);
  clip-path: polygon(0 36%, 17% 36%, 28% 11%, 38% 36%, 57% 36%, 68% 0, 80% 36%, 100% 36%, 100% 100%, 0 100%)
}

.factory-shape:after {
  content: "";
  position: absolute;
  right: 9%;
  bottom: 4px;
  width: 22px;
  height: 100px;
  background: rgba(255, 255, 255, .5);
  clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%)
}

.visual-mountain {
  height: 100%;
  position: relative
}

.visual-mountain:before,
.visual-mountain:after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 72%;
  background: rgba(255, 255, 255, .13);
  clip-path: polygon(0 100%, 0 70%, 15% 45%, 26% 69%, 43% 18%, 55% 56%, 67% 38%, 78% 67%, 90% 40%, 100% 66%, 100% 100%)
}

.visual-mountain:after {
  height: 52%;
  background: rgba(255, 255, 255, .2);
  clip-path: polygon(0 100%, 0 80%, 18% 51%, 33% 82%, 52% 31%, 68% 75%, 82% 50%, 100% 76%, 100% 100%)
}

.visual-generic {
  height: 100%;
  display: grid;
  place-items: center
}

.visual-generic .visual-icon {
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 255, 255, .04), 0 0 0 38px rgba(255, 255, 255, .025)
}

.visual-generic .visual-icon:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 90px;
  background: rgba(255, 255, 255, .65);
  left: 50%;
  top: 62px;
  transform: rotate(35deg);
  transform-origin: center
}

.visual-generic .visual-icon:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 2px;
  background: rgba(255, 255, 255, .45);
  left: 50%;
  top: 105px;
  transform: translateX(-50%) rotate(-12deg)
}

.schedule-wrap {
  padding: 18px
}

.day-block {
  background: #fff;
  border-radius: 23px;
  border: 1px solid rgba(20, 58, 46, .07);
  padding: 16px 15px;
  margin-bottom: 12px
}

.day-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px
}

.day-head b {
  font-size: 15px
}

.day-head span {
  font: 10px Georgia, serif;
  color: var(--red)
}

.timeline-item {
  display: grid;
  grid-template-columns: 60px 18px 1fr;
  gap: 9px;
  position: relative;
  padding: 10px 0
}

.timeline-time {
  font: 10px/1.5 Georgia, serif;
  color: #52665d
}

.timeline-dot-wrap {
  position: relative;
  display: flex;
  justify-content: center
}

.timeline-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cat);
  margin-top: 3px;
  box-shadow: 0 0 0 4px var(--cat-soft);
  z-index: 2
}

.timeline-dot-wrap:after {
  content: "";
  position: absolute;
  top: 17px;
  bottom: -18px;
  width: 1px;
  background: var(--line)
}

.timeline-item:last-child .timeline-dot-wrap:after {
  display: none
}

.timeline-copy h3 {
  font-size: 13px;
  margin: 0 0 4px
}

.timeline-copy p {
  font-size: 10px;
  color: #7a8982;
  line-height: 1.6;
  margin: 0
}

.timeline-copy .agenda {
  padding: 8px 0 0;
  margin: 0;
  list-style: none
}

.timeline-copy .agenda li {
  font-size: 10px;
  line-height: 1.65;
  color: #5f7068;
  margin: 5px 0;
  padding-left: 15px;
  position: relative
}

.timeline-copy .agenda li:before {
  content: counter(list-item);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red);
  font: 9px Georgia, serif
}

.dining-card {
  margin-top: 15px;
  padding: 16px;
  border-radius: 18px;
  background: #f5efe1;
  border: 1px solid rgba(177, 137, 67, .14)
}

.dining-card h3 {
  font-size: 13px;
  margin: 0 0 7px
}

.dining-card p {
  font-size: 10px;
  line-height: 1.7;
  margin: 0;
  color: #726a59
}

.dining-times {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 9px
}

.dining-times span {
  font-size: 9px;
  padding: 6px 8px;
  border-radius: 99px;
  background: #fff;
  color: #685e4e
}

.prev-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 28px 18px 0
}

.pn-btn {
  border: 1px solid rgba(20, 58, 46, .07);
  background: #fff;
  border-radius: 18px;
  padding: 13px 12px;
  text-align: left;
  color: inherit;
  min-height: 72px
}

.pn-btn small {
  font-size: 9px;
  color: #929c97
}

.pn-btn b {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.4
}

.pn-btn.next {
  text-align: right
}

.detail-source {
  margin: 22px 20px 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  line-height: 1.7;
  color: #929c97;
  text-align: center
}

.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  height: calc(66px + var(--safe-bottom));
  padding: 7px 10px var(--safe-bottom);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(250, 248, 241, .94);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(20, 58, 46, .08)
}

.bottom-nav button {
  border: 0;
  background: transparent;
  color: #89958f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 9px
}

.bottom-nav button svg {
  width: 19px;
  height: 19px
}

.bottom-nav button.active {
  color: var(--red);
  font-weight: 600
}

.overlay-panel {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s
}

.overlay-panel.open {
  pointer-events: auto;
  opacity: 1
}

.overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 29, 23, .38);
  backdrop-filter: blur(4px)
}

.search-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 82dvh;
  background: var(--paper);
  border-radius: 28px 28px 0 0;
  padding: 8px 16px calc(22px + var(--safe-bottom));
  transform: translateY(30px);
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
  overflow: auto
}

.overlay-panel.open .search-sheet {
  transform: none
}

.sheet-handle {
  width: 36px;
  height: 4px;
  border-radius: 99px;
  background: #ccd2cd;
  margin: 2px auto 12px
}

.search-head {
  display: flex;
  gap: 10px;
  align-items: center
}

.search-box {
  height: 44px;
  background: #fff;
  border: 1px solid rgba(20, 58, 46, .08);
  border-radius: 14px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px
}

.search-box svg {
  width: 17px;
  color: #87938d
}

.search-box input {
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  font-size: 12px;
  color: var(--ink)
}

.text-btn {
  font-size: 11px;
  color: #61736b;
  padding: 10px 4px
}

.search-quick {
  display: flex;
  gap: 7px;
  overflow: auto;
  padding: 13px 0 9px;
  scrollbar-width: none
}

.search-quick button {
  border: 0;
  background: #e9ece6;
  color: #5d6f66;
  padding: 7px 10px;
  border-radius: 99px;
  white-space: nowrap;
  font-size: 10px
}

.search-results {
  padding-top: 6px
}

.search-empty {
  text-align: center;
  padding: 46px 0;
  color: #8b9791;
  font-size: 11px
}

.search-result {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 12px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  text-align: left;
  color: inherit
}

.search-result .code {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #e7eee8;
  color: #275a47;
  font: 700 10px Georgia, serif
}

.search-result b {
  display: block;
  font-size: 12px;
  margin: 1px 0 4px
}

.search-result span {
  font-size: 9px;
  color: #88948e;
  line-height: 1.5
}

.search-highlight {
  color: var(--red)
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(7, 19, 15, .94);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto
}

.lightbox-media {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 12px
}

.lightbox-media img,
.lightbox-media video {
  max-width: 94vw;
  max-height: 84dvh;
  border-radius: 14px;
  object-fit: contain
}

.lightbox-media.media-video {
  padding: 0
}

.lightbox-media .lightbox-video {
  width: min(100%, 94vw);
  background: #000
}

.lightbox img {
  max-width: 94vw;
  max-height: 84dvh;
  border-radius: 14px;
  object-fit: contain
}

.lightbox-close {
  position: absolute;
  right: 18px;
  top: calc(18px + env(safe-area-inset-top, 0px));
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .1);
  color: #fff
}

.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: calc(88px + var(--safe-bottom));
  transform: translate(-50%, 14px);
  opacity: 0;
  background: rgba(18, 47, 37, .92);
  color: #fff;
  padding: 9px 13px;
  border-radius: 99px;
  font-size: 10px;
  pointer-events: none;
  transition: .22s;
  white-space: nowrap
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0)
}

.splash {
  position: fixed;
  inset: 0;
  background: #123e32;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity .55s ease, visibility .55s
}

.splash.hide {
  opacity: 0;
  visibility: hidden
}

.splash:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/contours.svg') center/cover;
  opacity: .56
}

.splash-ring {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .025), 0 0 0 65px rgba(255, 255, 255, .018);
  animation: ringBreath 2s ease-in-out infinite
}

.splash-mark {
  position: relative;
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
  opacity: .86
}

.splash-kicker,
.splash-title,
.splash-line {
  position: relative
}

.splash-kicker {
  font: 10px Georgia, serif;
  letter-spacing: .25em;
  color: #d3c39f;
  margin-top: 32px
}

.splash-title {
  font-family: STKaiti, KaiTi, serif;
  font-size: 22px;
  letter-spacing: .12em;
  margin-top: 9px
}

.splash-line {
  width: 96px;
  height: 1px;
  background: rgba(255, 255, 255, .15);
  margin-top: 20px;
  overflow: hidden
}

.splash-line span {
  display: block;
  width: 45%;
  height: 100%;
  background: #c9ac70;
  animation: loadLine 1.2s ease-in-out infinite
}

@keyframes ringBreath {
  50% {
    transform: scale(1.04);
    opacity: .72
  }
}

@keyframes loadLine {
  from {
    transform: translateX(-110%)
  }

  to {
    transform: translateX(230%)
  }
}

[data-cat="meeting"] {
  --cat: #a43a2c;
  --cat-dark: #67251f;
  --cat-soft: #f1e3dd
}

[data-cat="points"] {
  --cat: #28664c;
  --cat-dark: #123d30;
  --cat-soft: #e2ede5
}

[data-cat="tech"] {
  --cat: #55704e;
  --cat-dark: #2e4b36;
  --cat-soft: #e7ece1
}

[data-cat="travel"] {
  --cat: #9b7843;
  --cat-dark: #56442e;
  --cat-soft: #f1eadc
}

@media(min-width:720px) {
  body {
    padding: 26px 0
  }

  .phone-shell {
    width: 430px;
    min-height: calc(100dvh - 52px);
    margin: 0 auto;
    border-radius: 36px;
    box-shadow: 0 35px 90px rgba(22, 47, 37, .23);
    overflow: hidden
  }

  .topbar {
    position: sticky
  }

  .bottom-nav {
    left: 50%;
    right: auto;
    width: 430px;
    transform: translateX(-50%);
    bottom: 26px;
    border-radius: 0 0 36px 36px
  }

  .read-progress {
    left: 50%;
    transform: translateX(-215px)
  }

  .overlay-panel,
  .lightbox {
    left: 50%;
    width: 430px;
    transform: translateX(-50%)
  }

  .toast {
    bottom: 118px
  }

  .splash {
    left: 50%;
    width: 430px;
    transform: translateX(-50%);
    top: 26px;
    bottom: 26px;
    border-radius: 36px
  }
}

@media(max-width:360px) {
  .hero h1 {
    font-size: 34px
  }

  .hero {
    min-height: 420px
  }

  .category-grid {
    grid-template-columns: 1fr
  }

  .fact-grid {
    grid-template-columns: 1fr 1fr
  }

  .feature-card {
    grid-template-columns: 104px 1fr
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important
  }

  .splash {
    display: none
  }
}

/* ===== refinement update ===== */
.home-hero {
  min-height: 455px
}

.hero-illustration {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 112px;
  height: 128px;
  color: rgba(255, 255, 255, .58)
}

.line-art-svg {
  width: 100%;
  height: 100%
}

.hero-art {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .06))
}

.refined-grid .category-card {
  min-height: 178px;
  padding: 16px 16px 18px
}

.refined-grid .category-card:after {
  width: 96px;
  height: 96px;
  right: -36px;
  top: -26px;
  opacity: 0.4
}

.category-card.refined .cat-ill {
  height: 54px;
  color: var(--cat);
  opacity: .82
}

.category-card.refined .cat-copy small {
  display: block;
  font-size: 10px;
  letter-spacing: .08em;
  color: #77857f
}

.category-card.refined h3 {
  margin: 12px 0 7px;
  font-size: 18px
}

.category-card.refined p {
  padding-right: 26px
}

.category-card.refined .cat-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5f6f3;
  color: #61726a;
  font-size: 10px
}

.category-card.refined .cat-arrow {
  right: 14px;
  bottom: 14px
}

.page-footer.compact {
  padding-top: 4px
}

.page-footer.compact p {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto
}

.category-hero.simple-hero,
.category-hero.meeting-direct {
  min-height: 210px;
  padding-bottom: 20px
}

.hero-inline-art {
  height: 62px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .78)
}

.item-code {
  font-family: Georgia, serif;
  font-size: 16px;
  color: var(--cat);
  background: var(--cat-soft)
}

.item-row .copy p {
  font-size: 10px;
  line-height: 1.55
}

.detail-code {
  font-size: 10px;
  letter-spacing: .12em;
  color: #e6d6b5
}

.feature-media .media-code {
  left: 8px;
  top: 8px;
  background: rgba(18, 55, 43, .72)
}

.route-stop small {
  font-size: 8px;
  letter-spacing: .06em
}

.search-result .code {
  font-size: 12px
}

.travel-top {
  padding: 10px 14px 0
}

.travel-copy {
  border-radius: 30px 30px 22px 22px;
  padding: 24px 22px 18px;
  min-height: 320px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--cat-dark), var(--cat));
  box-shadow: 0 18px 45px rgba(23, 60, 47, .15)
}

.travel-copy:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/contours.svg') right center/cover;
  opacity: .42
}

.travel-copy>* {
  position: relative;
  z-index: 2
}

.travel-copy .backline {
  font-size: 10px;
  letter-spacing: .16em;
  color: rgba(255, 255, 255, .6)
}

.travel-copy h1 {
  font-family: STKaiti, KaiTi, serif;
  font-size: 30px;
  margin: 18px 0 8px
}

.travel-copy p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .75)
}

.travel-carousel-wrap {
  margin-top: -140px;
  padding: 0 6px 0 6px;
  position: relative;
  z-index: 3
}

.travel-carousel {
  display: flex;
  gap: 12px;
  overflow: auto;
  padding: 0 6px 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none
}

.travel-carousel::-webkit-scrollbar {
  display: none
}

.travel-slide {
  min-width: 84%;
  height: 196px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: #fff;
  background: #ccc;
  scroll-snap-align: start;
  box-shadow: 0 18px 40px rgba(18, 47, 37, .16)
}

.travel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.travel-slide-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 29, 22, .08), rgba(12, 29, 22, .12) 42%, rgba(12, 29, 22, .85))
}

.travel-slide-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: block
}

.travel-slide-copy small {
  display: block;
  font: 10px Georgia, serif;
  color: rgba(255, 255, 255, .68);
  margin-bottom: 5px
}

.travel-slide-copy b {
  display: block;
  font-size: 18px;
  line-height: 1.35
}

.travel-slide-copy span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .72)
}

.travel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 12px 0 4px
}

.travel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  background: #d4d9d4;
  padding: 0
}

.travel-dot.active {
  width: 18px;
  border-radius: 999px;
  background: var(--cat)
}

@media(max-width:360px) {
  .hero-illustration {
    bottom: 128px;
    height: 112px
  }

  .travel-slide {
    min-width: 88%;
    height: 182px
  }
}

/* ===== more travel-showcase aesthetic ===== */
.topbar {
  background: rgba(250, 246, 238, .9)
}

.brand-seal {
  background: linear-gradient(145deg, #8d6a38, #b99151)
}

.brand-copy b {
  letter-spacing: .04em
}

.home-page .section {
  margin-top: 2px
}

.travelized {
  background: linear-gradient(160deg, #23483f 0%, #2c6250 42%, #3c8a6b 100%)
}

.travelized:before {
  opacity: .54;
  mix-blend-mode: screen
}

.travelized:after {
  width: 300px;
  height: 300px;
  right: -96px;
  top: -90px;
  border-color: rgba(255, 255, 255, .12)
}

.travelized .hero-sub {
  max-width: 350px;
  color: rgba(255, 255, 255, .82)
}

.travelized .hero-meta span {
  background: rgba(255, 255, 255, .12)
}

.travelized .hero-illustration {
  color: rgba(255, 248, 235, .66)
}

.scenic-section .section-head {
  margin-bottom: 12px
}

.scenic-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px
}

.scenic-card {
  position: relative;
  height: 148px;
  border: 0;
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: #fff;
  background: #ccc;
  box-shadow: 0 14px 34px rgba(26, 44, 36, .12)
}

.scenic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.scenic-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 21, 17, .08), rgba(11, 21, 17, .12) 40%, rgba(11, 21, 17, .8))
}

.scenic-copy {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 11px;
  display: block
}

.scenic-copy small {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 5px;
  line-height: 1.4
}

.scenic-copy b {
  display: block;
  font-size: 13px;
  line-height: 1.35
}

.scenic-feature .feature-copy h3 {
  font-size: 17px
}

.category-card.refined {
  background: linear-gradient(180deg, #fff 0%, #fffcf7 100%)
}

.category-card.refined .cat-meta {
  background: #f5f0e4;
  color: #7b6640
}

.route-card {
  background: linear-gradient(160deg, #23483f 0%, #2c6250 42%, #3c8a6b 100%)
}

.route-card:before {
  background: radial-gradient(circle at 85% 15%, rgba(222, 188, 127, .22), transparent 28%), url('../img/contours.svg') center/cover
}

.travel-copy {
  background: linear-gradient(150deg, #6e5332 0%, #9c7844 48%, #7b6640 100%)
}

.travel-slide {
  height: 214px;
  border-radius: 26px;
  padding: 0;
}

.travel-slide-copy b {
  font-size: 20px
}

.travel-slide-copy span {
  font-size: 11px
}

.detail-top.has-image:after {
  background: linear-gradient(180deg, rgba(10, 38, 29, .06), rgba(10, 38, 29, .16) 40%, rgba(10, 38, 29, .86))
}

.detail-copy h1 {
  letter-spacing: .03em
}

.detail-section h2 {
  font-family: STKaiti, KaiTi, serif;
  font-size: 20px;
  font-weight: 600
}

.page-footer .footer-mark {
  letter-spacing: .18em
}

@media(max-width:360px) {
  .scenic-strip {
    grid-template-columns: 1fr
  }

  .scenic-card {
    height: 132px
  }
}
