:root {
  color-scheme: light;
  --paper: #f4f0e7;
  --paper-deep: #e3d7c5;
  --ink: #181613;
  --muted: #6f675c;
  --line: rgba(24, 22, 19, 0.18);
  --forest: #273b2e;
  --moss: #647058;
  --wood: #8b603b;
  --blue: #315c88;
  --white: #fffaf0;
  --shadow: 0 28px 80px rgba(26, 20, 12, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(24, 22, 19, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--paper);
  color: var(--ink);
  font-family: "Inter", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  image-orientation: from-image;
}

a {
  color: inherit;
}

figure {
  margin: 0;
}

figcaption {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
  margin-top: 0.55rem;
}

.site-header {
  align-items: center;
  background: rgba(244, 240, 231, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  left: 0;
  padding: 0.72rem clamp(1rem, 4vw, 3rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  text-decoration: none;
  white-space: nowrap;
}

.lab-link {
  border: 1px solid var(--line);
  color: var(--ink);
  flex: 0 0 auto;
  font-size: 0.78rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.48rem 0.68rem;
  text-decoration: none;
  white-space: nowrap;
}

.lab-link:hover,
.lab-link:focus-visible {
  border-color: var(--ink);
}

.language-nav {
  display: flex;
  flex: 0 0 auto;
  gap: 0.35rem;
}

.language-nav a {
  align-items: center;
  border: 1px solid transparent;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.72rem;
  justify-content: center;
  line-height: 1;
  min-height: 2rem;
  min-width: 2.4rem;
  padding: 0 0.58rem;
  text-decoration: none;
  white-space: nowrap;
}

.language-nav a:hover,
.language-nav a:focus-visible {
  border-color: rgba(24, 22, 19, 0.32);
  color: var(--ink);
}

.language-nav a.is-active {
  border-color: var(--ink);
  color: var(--ink);
}

.day-nav {
  display: flex;
  gap: 0.35rem;
  margin-left: auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.day-nav a {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.76rem;
  height: 2rem;
  justify-content: center;
  min-width: 2.4rem;
  text-decoration: none;
}

.day-nav a.is-active {
  border-color: var(--ink);
  color: var(--ink);
}

.day-nav a[aria-disabled="true"] {
  color: rgba(24, 22, 19, 0.34);
}

.hero {
  min-height: 96svh;
  overflow: hidden;
  position: relative;
}

.hero-image {
  inset: -7vh 0 0;
  height: 108%;
  position: absolute;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(10, 12, 10, 0.72), rgba(10, 12, 10, 0.22) 55%, rgba(10, 12, 10, 0.04));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-copy {
  bottom: 12vh;
  color: var(--white);
  left: clamp(1.2rem, 6vw, 5.5rem);
  max-width: 980px;
  position: absolute;
  z-index: 2;
}

.hero-copy h1 {
  font-family: Georgia, "Noto Serif TC", "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 500;
  line-height: 0.95;
  margin: 0.2rem 0 1rem;
}

.hero-copy p:last-child {
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.7;
  margin: 0;
}

.hero-meta {
  bottom: 2rem;
  color: var(--white);
  display: flex;
  gap: 1rem;
  position: absolute;
  right: clamp(1.2rem, 4vw, 3rem);
  z-index: 2;
}

.hero-meta span {
  border-top: 1px solid rgba(255, 250, 240, 0.64);
  min-width: 6rem;
  padding-top: 0.5rem;
}

.kicker {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.hero .kicker,
.drive-scene .kicker {
  color: #d9e8f8;
}

.intro-band {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.1rem, 5vw, 4rem);
}

.intro-copy p {
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(1.45rem, 3vw, 3rem);
  line-height: 1.35;
  margin: 0;
}

.route-strip {
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  padding-bottom: 0.85rem;
  width: 100%;
}

.route-strip span {
  font-size: 0.78rem;
  text-transform: uppercase;
}

.route-strip i {
  border-top: 1px solid var(--line);
  margin: 0.55rem 0.7rem 0;
}

.story-section,
.sunset-scene,
.closing-section {
  display: grid;
  gap: clamp(1.2rem, 4vw, 4rem);
  grid-template-columns: 0.18fr 0.55fr 1fr;
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.1rem, 5vw, 4rem);
  position: relative;
}

.story-section > *,
.sunset-scene > *,
.closing-section > *,
.map-section > *,
.map-shell > *,
.airport-grid > *,
.duo-layout > *,
.cabin-gallery > * {
  min-width: 0;
}

.section-number {
  color: rgba(24, 22, 19, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: 0.85;
}

.story-copy {
  align-self: start;
  position: sticky;
  top: 6.5rem;
}

.story-copy h2,
.social-copy h2,
.map-copy h2,
.sunset-copy h2,
.cabin-heading h2,
.closing-copy h2 {
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 1.2rem;
}

.story-copy p:not(.kicker),
.social-copy p:not(.kicker),
.map-copy p:not(.kicker),
.sunset-copy p:not(.kicker),
.cabin-heading p:not(.kicker),
.closing-copy p:not(.kicker) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.social-section {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3.2rem);
  grid-template-columns: 1fr;
  margin: 0;
  padding-block: clamp(4rem, 8vw, 8rem);
  padding-inline: max(clamp(1.25rem, 5vw, 4rem), calc((100vw - 1320px) / 2 + 2rem));
}

.social-section > *,
.social-media-grid > * {
  min-width: 0;
}

.social-copy {
  max-width: 900px;
}

.social-media-grid {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.social-media-grid-trip {
  grid-template-columns: minmax(340px, 400px) minmax(420px, 1fr);
}

.social-media-grid-single {
  grid-template-columns: minmax(340px, 400px);
}

.social-media-grid-duo {
  grid-template-columns: minmax(280px, 400px) minmax(280px, 400px);
  gap: clamp(1.6rem, 4vw, 3rem);
}

.reel-frame {
  aspect-ratio: 9 / 16;
  background: var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  width: min(100%, 400px);
}

.instagram-reel {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.trip-link-panel {
  align-self: stretch;
  background:
    linear-gradient(135deg, rgba(49, 92, 136, 0.08), transparent 42%),
    rgba(255, 250, 240, 0.46);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-column: 1 / -1;
  min-height: 100%;
  padding: clamp(1.3rem, 3vw, 2.4rem);
  position: relative;
}

.panel-label {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trip-panel-head {
  max-width: 760px;
}

.trip-link-panel strong {
  display: block;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
  margin: 0.7rem 0 1rem;
}

.trip-panel-head p {
  color: var(--muted);
  line-height: 1.9;
  margin: 0;
}

.trip-panel-stats {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trip-panel-stats span {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding-top: 0.65rem;
  text-transform: uppercase;
}

.trip-panel-stats b {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.25rem;
  text-transform: none;
}

.trip-route-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.trip-route-list::before {
  background: linear-gradient(var(--blue), rgba(49, 92, 136, 0.12));
  bottom: 1.2rem;
  content: "";
  left: 0.55rem;
  position: absolute;
  top: 1.2rem;
  width: 1px;
}

.trip-route-list li {
  align-items: start;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1.1rem 1fr;
  padding: 0.55rem 0;
  position: relative;
}

.trip-dot {
  background: var(--paper);
  border: 1px solid var(--blue);
  border-radius: 50%;
  height: 0.72rem;
  margin-top: 0.35rem;
  position: relative;
  width: 0.72rem;
  z-index: 1;
}

.trip-route-list b {
  display: block;
  font-size: 0.95rem;
  line-height: 1.4;
}

.trip-route-list small {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  line-height: 1.6;
  margin-top: 0.1rem;
}

.panel-action {
  align-self: start;
  background: var(--ink);
  border-bottom: 0;
  color: var(--blue);
  color: var(--white);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin-top: auto;
  padding: 0.85rem 1.1rem;
  text-decoration: none;
}

.photo-frame,
.feature-photo,
.stacked-photo,
.gallery-wide,
.gallery-tall,
.gallery-small,
.sunset-photo {
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.photo-frame img,
.feature-photo img,
.stacked-photo img,
.gallery-wide img,
.gallery-tall img,
.gallery-small img,
.sunset-photo img,
.hero-image,
.drive-bg {
  background: var(--paper-deep);
  cursor: zoom-in;
}

.photo-frame > img,
.feature-photo > img,
.stacked-photo > img,
.gallery-wide > img,
.gallery-tall > img,
.gallery-small > img,
.sunset-photo > img {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
}

.photo-frame {
  min-height: 460px;
}

.prelude .photo-frame {
  aspect-ratio: 4 / 3;
  min-height: auto;
}

.airport-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.15fr 0.85fr;
}

.feature-photo {
  grid-row: span 2;
  min-height: 680px;
}

.stacked-photo {
  min-height: 330px;
}

.duo-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.drive-scene {
  align-items: end;
  display: grid;
  min-height: 96svh;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.1rem, 5vw, 4rem);
  position: relative;
}

.drive-bg {
  height: 112%;
  inset: -6vh 0 0;
  position: absolute;
}

.drive-scene::after {
  background: linear-gradient(0deg, rgba(15, 14, 12, 0.8), rgba(15, 14, 12, 0.1));
  content: "";
  inset: 0;
  position: absolute;
}

.drive-copy {
  color: var(--white);
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.drive-copy h2 {
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(2.4rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 1;
  margin: 0 0 1.2rem;
}

.drive-copy p:not(.kicker) {
  color: rgba(255, 250, 240, 0.82);
  font-size: 1rem;
  line-height: 2;
}

.map-section {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.6rem);
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1540px;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.1rem, 5vw, 4rem);
}

.map-copy {
  max-width: 900px;
}

.map-shell {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: minmax(0, 1fr) clamp(340px, 24vw, 420px);
}

.map-frame {
  background: var(--paper-deep);
  height: min(78vh, 760px);
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.google-map {
  border: 0;
  height: 100%;
  width: 100%;
}

.route-panel {
  border-left: 1px solid var(--line);
  min-width: 0;
  padding-left: 1.2rem;
  max-height: min(78vh, 760px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.route-stops {
  counter-reset: stop;
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-stops li {
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  display: grid;
  gap: 0.28rem;
  grid-template-columns: 2rem 1fr;
  padding: 0.85rem 0;
}

.route-stops li::before {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  content: counter(stop, decimal-leading-zero);
  counter-increment: stop;
  display: flex;
  font-size: 0.7rem;
  height: 1.8rem;
  justify-content: center;
  grid-row: 1 / span 4;
  width: 1.8rem;
}

.route-stops li > * {
  grid-column: 2;
}

.route-stops li:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.route-stops li.is-active::before {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--white);
}

.stop-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: normal;
}

.stop-time {
  color: var(--muted);
  display: block;
  font-size: 0.76rem;
}

.stop-link {
  color: var(--blue);
  display: inline-flex;
  font-size: 0.76rem;
  justify-self: start;
  margin-top: 0.4rem;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.route-link {
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  font-size: 0.86rem;
  justify-content: center;
  line-height: 1.4;
  margin-top: 1.2rem;
  padding: 0.85rem 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.sunset-scene {
  align-items: center;
  grid-template-columns: 1.1fr 0.7fr;
}

.sunset-photo {
  min-height: 720px;
}

.cabin-section {
  background: var(--forest);
  color: var(--white);
  padding: clamp(4rem, 8vw, 8rem) clamp(1.1rem, 5vw, 4rem);
}

.cabin-heading {
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  max-width: 980px;
  text-align: center;
}

.cabin-heading .kicker {
  color: #d8c3a6;
}

.cabin-heading p:not(.kicker) {
  color: rgba(255, 250, 240, 0.78);
}

.cabin-gallery {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1320px;
}

.cabin-gallery figure {
  align-self: start;
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-wide img,
.gallery-tall img,
.gallery-small img {
  min-height: 0;
}

.gallery-wide img {
  aspect-ratio: 16 / 9;
}

.gallery-tall img {
  aspect-ratio: 3 / 4;
}

.gallery-small img {
  aspect-ratio: 4 / 3;
}

.cabin-gallery figcaption {
  color: rgba(255, 250, 240, 0.68);
  min-height: 1.2rem;
}

.story-section .cabin-gallery figcaption,
.closing-section .cabin-gallery figcaption {
  color: var(--muted);
}

.night-sky-section {
  background: #15191a;
}

.star-gallery {
  align-items: start;
}

.cabin-section .next-day {
  border-bottom-color: rgba(255, 250, 240, 0.82);
  color: var(--white);
  grid-column: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: 100%;
}

.closing-section {
  grid-template-columns: 0.52fr 1fr;
}

.closing-copy {
  align-self: center;
}

.next-day {
  align-self: end;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 1.5rem;
  grid-column: 2;
  justify-self: end;
  margin-top: 2rem;
  padding-bottom: 0.45rem;
  text-decoration: none;
}

.closing-wide {
  grid-column: 2;
  min-height: 520px;
}

.photo-lightbox {
  align-items: center;
  background: rgba(12, 11, 10, 0.88);
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  padding: clamp(1rem, 4vw, 3rem);
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 50;
}

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

.lightbox-figure {
  display: grid;
  gap: 0.8rem;
  max-height: 92svh;
  max-width: min(1180px, 94vw);
}

.lightbox-figure img {
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
  cursor: zoom-out;
  height: auto;
  max-height: calc(92svh - 3.2rem);
  max-width: min(1180px, 94vw);
  object-fit: contain;
  width: auto;
}

.lightbox-figure figcaption {
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.88rem;
  margin: 0;
  text-align: center;
}

.lightbox-close {
  background: rgba(255, 250, 240, 0.92);
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  padding: 0.72rem 1rem;
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  top: clamp(1rem, 3vw, 2rem);
  z-index: 51;
}

.lightbox-close:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

body.has-lightbox {
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .intro-band,
  .map-section,
  .map-shell,
  .story-section,
  .closing-section {
    grid-template-columns: 1fr;
  }

  .story-copy,
  .map-copy {
    position: static;
  }

  .section-number {
    font-size: 4rem;
  }

  .map-shell {
    gap: 1.5rem;
  }

  .social-media-grid-trip,
  .social-media-grid-single,
  .social-media-grid-duo {
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  }

  .route-panel {
    border-left: 0;
    max-height: none;
    overflow: visible;
    padding-left: 0;
  }

  .closing-section .next-day {
    grid-column: auto;
  }

  .closing-wide {
    grid-column: auto;
  }

  .cabin-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 1rem;
    overflow-x: auto;
    padding: 0.62rem 0.85rem;
    scrollbar-width: none;
  }

  .site-header::-webkit-scrollbar {
    display: none;
  }

  .brand {
    font-size: 0.92rem;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lab-link {
    font-size: 0.68rem;
    padding: 0.42rem 0.5rem;
  }

  .language-nav {
    gap: 0.24rem;
  }

  .language-nav a {
    font-size: 0.64rem;
    min-height: 1.8rem;
    min-width: 2rem;
    padding: 0 0.42rem;
  }

  .day-nav a {
    flex: 0 0 auto;
    min-width: 2rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(10, 12, 10, 0.78), rgba(10, 12, 10, 0.14));
  }

  .hero-copy {
    bottom: 9rem;
    left: 1rem;
    right: 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 15vw, 4.2rem);
  }

  .hero-meta {
    bottom: 1.4rem;
    flex-wrap: wrap;
    left: 1rem;
    right: 1rem;
  }

  .hero-meta span {
    min-width: calc(33.333% - 0.7rem);
  }

  .intro-band,
  .social-section,
  .story-section,
  .map-section,
  .closing-section {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }

  .route-strip {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .route-strip i {
    margin: 0;
    width: 2rem;
  }

  .airport-grid,
  .duo-layout,
  .sunset-scene,
  .social-media-grid-trip,
  .social-media-grid-single,
  .social-media-grid-duo,
  .cabin-gallery {
    grid-template-columns: 1fr;
  }

  .reel-frame {
    justify-self: center;
    width: min(100%, 360px);
  }

  .trip-link-panel {
    min-height: auto;
  }

  .trip-panel-stats {
    grid-template-columns: 1fr;
  }

  .photo-frame,
  .feature-photo,
  .stacked-photo,
  .sunset-photo,
  .gallery-wide,
  .gallery-tall,
  .gallery-small {
    min-height: auto;
    width: 100%;
  }

  .photo-frame,
  .feature-photo,
  .stacked-photo,
  .sunset-photo {
    aspect-ratio: 4 / 3;
  }

  .gallery-wide img,
  .gallery-tall img,
  .gallery-small img {
    aspect-ratio: 4 / 3;
  }

  .drive-scene {
    min-height: 86svh;
  }

  .map-frame,
  .google-map {
    height: 520px;
    min-height: 520px;
  }

  .lightbox-close {
    padding: 0.6rem 0.8rem;
  }

  .route-stops li {
    grid-template-columns: 1.8rem 1fr;
  }
}
