﻿/* Core page layout for fixed slug templates */
body.page .ghb-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 48px 16px 80px;
}

.ghb-page-article {
  background: linear-gradient(180deg, #0f1017, #08090f);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
  color: #f4f5f8;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.ghb-page-header {
  margin-bottom: 24px;
}

.ghb-page-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #d9b45d;
}

.ghb-page-title {
  margin: 0;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.2;
  color: #ffffff;
}

.ghb-page-content {
  color: #d2d8e2;
  line-height: 1.8;
}

.ghb-page-content h2,
.ghb-page-content h3,
.ghb-page-content h4 {
  color: #ffffff;
}

.ghb-page-content a {
  color: #e9c67a;
}

@media (max-width: 767px) {
  .ghb-page-article {
    padding: 20px;
  }
}

.ghb-hoppa-visual {
  margin: 0 0 28px;
}

.ghb-hoppa-hero-image {
  margin: 0 0 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ghb-hoppa-hero-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 40vw, 420px);
  object-fit: cover;
}

.ghb-hoppa-sub-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ghb-hoppa-sub-images figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ghb-hoppa-sub-images img {
  display: block;
  width: 100%;
  height: clamp(140px, 18vw, 220px);
  object-fit: cover;
}

@media (max-width: 767px) {
  .ghb-hoppa-sub-images {
    grid-template-columns: 1fr;
  }
}

.ghb-cross-links {
  margin-top: 36px;
  padding: 28px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #15171f 0%, #0d0f15 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.ghb-cross-links-title {
  margin: 0 0 10px;
  color: #fff;
}

.ghb-cross-links-desc {
  margin: 0 0 18px;
  color: #d2d8e2;
}

.ghb-cross-links-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ghb-about-visual {
  margin-bottom: 24px;
}

.ghb-about-hero-image {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ghb-about-hero-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 38vw, 420px);
  object-fit: cover;
}

.ghb-about-image-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}

.ghb-about-image-card figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ghb-about-image-card img {
  display: block;
  width: 100%;
  height: clamp(200px, 26vw, 320px);
  object-fit: cover;
}

.ghb-about-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.ghb-about-image-grid figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ghb-about-image-grid img {
  display: block;
  width: 100%;
  height: clamp(180px, 24vw, 300px);
  object-fit: cover;
}

@media (max-width: 767px) {
  .ghb-about-image-card,
  .ghb-about-image-grid {
    grid-template-columns: 1fr;
  }
}

.ghb-jungppa-visual {
  margin-bottom: 24px;
}

.ghb-jungppa-hero-image,
.ghb-jungppa-room-image {
  margin: 0 0 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ghb-jungppa-hero-image img,
.ghb-jungppa-room-image img {
  display: block;
  width: 100%;
  height: clamp(220px, 38vw, 420px);
  object-fit: cover;
}

.ghb-jungppa-sub-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ghb-jungppa-sub-images figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ghb-jungppa-sub-images img {
  display: block;
  width: 100%;
  height: clamp(140px, 18vw, 220px);
  object-fit: cover;
}

@media (max-width: 767px) {
  .ghb-jungppa-sub-images {
    grid-template-columns: 1fr;
  }
}
