/* Destination guides hub + city pages (chrome in chrome.css) */

html {
  scroll-behavior: smooth;
}

body.guides-page {
  margin: 0;
  padding: 0;
  background: #f7f3ed;
  font-family: "Jost", system-ui, sans-serif;
  color: #0f2a4d;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.guides-page a {
  color: #b08b45;
  text-decoration: none;
}

body.guides-page a:hover {
  color: #8a6b2e;
}

body.guides-page .jrny a {
  color: rgba(247, 243, 237, 0.72);
  transition: color 0.25s ease-out;
}

body.guides-page .jrny a:hover {
  color: #d8b26c;
}

body.guides-page ::selection {
  background: #d8b26c;
  color: #0f2a4d;
}

* {
  box-sizing: border-box;
}

@keyframes livepulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}

.anim-livepulse {
  animation: livepulse 2s ease-in-out infinite;
}

@keyframes ringout {
  0% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .px {
    will-change: transform;
    transition: transform 120ms linear;
  }
  .lift {
    transition:
      transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1),
      box-shadow 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 54px -28px rgba(15, 42, 77, 0.55);
  }
  .lift img {
    transition: transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .lift:hover img {
    transform: scale(1.045);
  }
  .cat {
    transition: transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .cat:hover {
    transform: translateY(-4px);
  }
  .cat img {
    transition: filter 380ms ease;
  }
  .cat:hover img {
    filter: saturate(1.12) brightness(1.04);
  }
  .btn {
    transition:
      transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1),
      box-shadow 260ms ease,
      background-color 260ms ease;
  }
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px -14px rgba(15, 42, 77, 0.6);
  }
  .chip {
    transition:
      transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
      border-color 320ms ease,
      background-color 320ms ease;
  }
  .chip:hover {
    transform: translateY(-3px);
    border-color: rgba(216, 178, 108, 0.85);
    background: rgba(216, 178, 108, 0.12);
  }
  .chip:hover .chipq {
    color: #d8b26c;
  }
  .daystop {
    transition: transform 340ms cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .daystop:hover {
    transform: translateY(-4px);
  }
  .daystop:hover .dot {
    background: #d8b26c;
    border-color: #d8b26c;
    color: #0f2a4d;
  }
}

.chip {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border: 1px solid rgba(216, 178, 108, 0.38);
  border-radius: 999px;
  padding: 14px 22px;
  max-width: 100%;
}

.chipq {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  color: rgba(216, 178, 108, 0.75);
  line-height: 1;
}

.soon img {
  filter: grayscale(0.62) brightness(0.92);
}

.soon {
  cursor: default;
}

.pin {
  position: absolute;
  z-index: 4;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  background: #f7f3ed;
  border: 2px solid #0f2a4d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #0f2a4d;
  box-sizing: border-box;
}

.pin--next {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  z-index: 5;
  background: none;
  border: 0;
}

.pin__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(216, 178, 108, 0.7);
  animation: ringout 2.6s ease-out infinite;
  display: block;
  pointer-events: none;
}

.pin__core {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #d8b26c;
  border: 2px solid #0f2a4d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #0f2a4d;
}

@media (max-width: 1100px) {
  .g2 {
    gap: 52px !important;
  }
  .h1 {
    font-size: 62px !important;
  }
  .hL {
    font-size: 50px !important;
  }
  .h2 {
    font-size: 42px !important;
  }
  .day {
    gap: 16px !important;
  }
  .explore-art {
    width: 230px !important;
    top: -6px !important;
  }
  body.guides-page .hub-h1 {
    font-size: 68px !important;
  }
}

@media (max-width: 900px) {
  .wrap {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .band {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
  .hero {
    height: auto !important;
    min-height: 540px;
  }
  .explore-art {
    display: none !important;
  }
  .faq-art {
    width: 168px !important;
    margin-top: 26px !important;
  }
  .heroin {
    padding-top: 92px !important;
    padding-bottom: 54px !important;
  }
  .g2,
  .g3 {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .g6 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .day {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 26px !important;
  }
  .day .rail {
    display: none !important;
  }
  .mapband {
    height: 400px !important;
    border-radius: 16px 16px 0 0 !important;
  }
  .mapcard {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    margin: 0 !important;
    border-radius: 0 0 16px 16px !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }
  .modes {
    right: 14px !important;
    bottom: 14px !important;
  }
  .sibs {
    grid-template-columns: 1fr !important;
  }
  .feat {
    grid-template-columns: 1fr !important;
  }
  .featimg {
    height: 300px !important;
  }
  .jrny {
    flex-wrap: wrap;
    gap: 14px !important;
  }
}

@media (max-width: 640px) {
  .wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .band {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .day {
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
  }
  .mapband {
    height: 320px !important;
  }
  .modes > div {
    width: 42px !important;
    height: 42px !important;
    border-radius: 11px !important;
  }
  .modes img {
    width: 27px !important;
    height: 27px !important;
  }
  .pin {
    transform: scale(0.82);
  }
  .h1 {
    font-size: 42px !important;
  }
  .hL {
    font-size: 34px !important;
  }
  .h2 {
    font-size: 31px !important;
  }
  .h3 {
    font-size: 30px !important;
  }
  .h4 {
    font-size: 26px !important;
  }
  .g6 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  body.guides-page .hub-h1 {
    font-size: 44px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .px {
    transform: none !important;
  }
  .pin__ring {
    animation: none;
    opacity: 0;
  }
  .anim-livepulse {
    animation: none;
  }
  .lift,
  .lift img,
  .cat,
  .cat img,
  .btn,
  .chip,
  .daystop {
    transition: none !important;
  }
  .lift:hover,
  .cat:hover,
  .btn:hover,
  .chip:hover,
  .daystop:hover {
    transform: none;
  }
  .lift:hover img {
    transform: none;
  }
}
