/* Editorial guide pages — Getting There / Nearby / Visitor Tips */

.guideheader {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 4.5rem;
  min-height: 42vh;
  display: flex;
  align-items: flex-end;
  background-color: #1c3038;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.guideheader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 44, 61, 0.35) 0%, rgba(15, 44, 61, 0.72) 100%);
}

.guideheader .container {
  position: relative;
  z-index: 1;
}

.guideheader h1 {
  font-family: Merriweather, Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.guideheader .guide-dek {
  max-width: 34rem;
  margin: 0.85rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.5;
}

.guideheader.bg-getting {
  background-image: url("../assets/img/portfolio/fullsize/2.jpg");
}

.guideheader.bg-nearby {
  background-image: url("../assets/img/portfolio/fullsize/4.jpg");
}

.guideheader.bg-tips {
  background-image: url("../assets/img/portfolio/fullsize/5.jpg");
}

#article.guide-article {
  background: #f7fafb;
  color: #1a2a36;
}

.guide-article .guide-lead {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #3d4f5c;
  margin-bottom: 2rem;
}

.guide-article h3 {
  font-family: Merriweather, Georgia, serif;
  color: #0f2c3d;
  margin-top: 0.5rem;
}

.guide-article h4 {
  font-family: Merriweather, Georgia, serif;
  color: #1c4a63;
  margin-top: 1.75rem;
}

.guide-article p,
.guide-article li {
  line-height: 1.7;
  color: #2a3b47;
}

.guide-article a {
  color: #1c4a63;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.guide-article a.btn,
.guide-article a.btn:hover,
.guide-article a.btn:focus,
.guide-article a.btn-primary,
.guide-article a.btn-primary:hover,
.guide-article a.btn-primary:focus {
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

.guide-callout {
  margin: 1.75rem 0;
  padding: 1.15rem 1.25rem;
  background: #fff;
  border-left: 3px solid #1c4a63;
  box-shadow: 0 1px 0 rgba(22, 35, 46, 0.04);
}

.guide-callout strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1c4a63;
  margin-bottom: 0.4rem;
}

.guide-note {
  font-size: 0.9rem;
  color: #5c6b75;
  border-top: 1px solid rgba(22, 35, 46, 0.1);
  padding-top: 1rem;
  margin-top: 2.5rem;
}

.guide-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 1.75rem;
}

.guide-chips a {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  background: #fff;
  border: 1px solid rgba(22, 35, 46, 0.12);
  border-radius: 2px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1c4a63;
  text-decoration: none;
}

.guide-chips a:hover {
  border-color: #1c4a63;
}

.guide-place {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(22, 35, 46, 0.1);
}

.guide-place:last-of-type {
  border-bottom: 0;
}

.guide-meta {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5c6b75;
  margin-bottom: 0.35rem;
}

.guide-figure {
  margin: 1.75rem 0 2rem;
}

.guide-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: cover;
  object-position: center;
}

.guide-figure figcaption {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #5c6b75;
}

.guide-figure figcaption a {
  font-weight: 500;
  color: #5c6b75;
}

@media (max-width: 767.98px) {
  .guideheader {
    min-height: 36vh;
    padding-top: 8rem;
    padding-bottom: 2.5rem;
  }

  .guide-figure img {
    max-height: 20rem;
  }
}
