/* Glorify — Editorial magazine layer (Globe Trekker reference) */

.gh-container--wide {
  width: min(1280px, 100% - 2rem);
  margin-inline: auto;
}

/* Immersive scroll reveal — content stays readable; motion is positional only */
[data-gh-reveal] {
  opacity: 1;
  transform: translateY(16px);
  transition: transform 320ms var(--gh-ease-out, cubic-bezier(0.23, 1, 0.32, 1));
}

[data-gh-reveal].is-visible {
  transform: translateY(0);
}

/* Hero load choreography (signature entrance) */
@keyframes gh-hero-rise {
  from {
    opacity: 0.92;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes gh-hero-mosaic-in {
  from {
    opacity: 0.94;
    transform: translate3d(20px, 16px, 0) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

body.is-loaded .gh-hero--home .gh-hero-animate {
  animation: gh-hero-rise var(--gh-dur-slow, 400ms) var(--gh-ease-out, cubic-bezier(0.23, 1, 0.32, 1)) backwards;
  animation-delay: calc(80ms + var(--i, 0) * 55ms);
}

@media (prefers-reduced-motion: reduce) {
  body.is-loaded .gh-hero--home .gh-hero-animate {
    animation: none;
  }
}

/* Hero — editorial banner */
.gh-hero {
  position: relative;
  padding-top: 2.5rem;
}

.gh-hero--home {
  align-content: center;
}

.gh-hero--banner {
  padding-top: 2.25rem;
}

.gh-hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.gh-hero__deco-path {
  position: absolute;
  right: 8%;
  top: 18%;
  width: min(280px, 40vw);
  color: var(--gh-gold);
  opacity: 0.35;
}

.gh-hero__deco-plane {
  position: absolute;
  right: 22%;
  top: 22%;
  font-size: 1.25rem;
  color: var(--gh-gold);
  opacity: 0.5;
  animation: gh-float 4s ease-in-out infinite;
}

@keyframes gh-float {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -6px); }
}

.gh-hero__copy,
.gh-mosaic-wrap {
  position: relative;
  z-index: 1;
}

.gh-mosaic-wrap {
  position: relative;
}

.gh-mosaic {
  border-radius: var(--gh-radius-sm);
}

.gh-mosaic__cell--lift {
  transform: translateY(-12px);
}

.gh-mosaic__cell--shift {
  transform: translateX(8px);
}

@media (min-width: 1024px) {
  .gh-mosaic__cell--lift { transform: translateY(-20px); }
  .gh-mosaic__cell--shift { transform: translateX(14px); }
}

/* Vertical destination cards (reference + home slider) */
.gh-dest-grid--editorial,
.gh-owl--destinations {
  gap: 1.5rem;
}

.gh-dest-grid--editorial .gh-dest-card,
.gh-owl--destinations .gh-dest-card {
  border-radius: var(--gh-radius-sm);
}

.gh-dest-grid--editorial .gh-dest-card__img,
.gh-owl--destinations .gh-dest-card__img {
  height: 240px;
  border-radius: var(--gh-radius-sm) var(--gh-radius-sm) 0 0;
}

.gh-dest-grid--editorial .gh-dest-card__media,
.gh-owl--destinations .gh-dest-card__media {
  border-radius: var(--gh-radius-sm) var(--gh-radius-sm) 0 0;
}

.gh-dest-grid--editorial .gh-dest-card__body h3,
.gh-owl--destinations .gh-dest-card__body h3 {
  font-size: 1.125rem;
}

#destinations .gh-dest-slider {
  margin-top: 0.25rem;
}

/* Destinations — committed dark band (homepage focal) */
#destinations.gh-section--destinations {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  background: var(--gh-dark);
  color: var(--gh-gold-pale);
  overflow: hidden;
}

#destinations.gh-section--destinations .gh-section--destinations__glow {
  position: absolute;
  inset: auto -15% -45% -15%;
  height: 75%;
  background: radial-gradient(ellipse at 50% 100%, rgba(201, 168, 76, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

#destinations.gh-section--destinations .gh-section-head {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

#destinations.gh-section--destinations .gh-section-head h2 {
  font-size: clamp(2.125rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: var(--gh-gold-pale);
}

#destinations.gh-section--destinations .gh-accent {
  color: var(--gh-gold);
}

#destinations.gh-section--destinations .gh-section-head p {
  color: color-mix(in srgb, var(--gh-gold-pale) 84%, transparent);
  max-width: 32rem;
}

.gh-dest-count {
  margin: 0 0 0.4rem;
  font-family: var(--gh-font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gh-gold);
}

#destinations.gh-section--destinations .gh-filters {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

#destinations.gh-section--destinations .gh-filter-pill {
  background: rgba(255, 249, 238, 0.07);
  border-color: rgba(201, 168, 76, 0.38);
  color: var(--gh-gold-pale);
  font-weight: 600;
}

#destinations.gh-section--destinations .gh-filter-pill.is-active {
  background: var(--gh-gold);
  border-color: var(--gh-gold);
  color: var(--gh-dark);
}

@media (hover: hover) and (pointer: fine) {
  #destinations.gh-section--destinations .gh-filter-pill:hover {
    background: var(--gh-gold);
    border-color: var(--gh-gold);
    color: var(--gh-dark);
  }
}

#destinations.gh-section--destinations .gh-dest-empty,
#destinations.gh-section--destinations .gh-dest-filter-empty {
  color: color-mix(in srgb, var(--gh-gold-pale) 78%, transparent);
  background: rgba(255, 249, 238, 0.06);
  border-color: rgba(201, 168, 76, 0.28);
}

#destinations.gh-section--destinations .gh-dest-card {
  border-color: rgba(201, 168, 76, 0.22);
  transition: transform var(--gh-dur-medium) var(--gh-ease-out);
}

@media (hover: hover) and (pointer: fine) {
  #destinations.gh-section--destinations .gh-dest-card:hover {
    transform: translateY(-4px);
  }
}

#destinations.gh-section--destinations .gh-dest-card__img {
  position: relative;
}

#destinations.gh-section--destinations .gh-dest-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 52%, rgba(26, 18, 8, 0.5) 100%);
  pointer-events: none;
}

#destinations.gh-section--destinations .gh-dest-card__tag {
  z-index: 3;
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
}

#destinations.gh-section--destinations .gh-dest-card__body h3 {
  font-size: clamp(1.1875rem, 2.2vw, 1.4375rem);
  line-height: 1.2;
}

#destinations.gh-section--destinations .gh-dest-card__price {
  font-family: var(--gh-font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gh-gold);
}

#destinations.gh-section--destinations .gh-owl--destinations .gh-dest-card__img {
  height: clamp(240px, 30vw, 300px);
}

#destinations.gh-section--destinations .gh-owl .owl-nav button {
  background: rgba(255, 249, 238, 0.08);
  border-color: rgba(201, 168, 76, 0.45);
  color: var(--gh-gold-pale);
}

#destinations.gh-section--destinations .gh-owl .owl-nav button:hover {
  background: var(--gh-gold);
  border-color: var(--gh-gold);
  color: var(--gh-dark);
}

#destinations.gh-section--destinations .gh-owl .owl-dots .owl-dot span {
  background: rgba(201, 168, 76, 0.35);
}

#destinations.gh-section--destinations .gh-owl .owl-dots .owl-dot.active span,
#destinations.gh-section--destinations .gh-owl .owl-dots .owl-dot:hover span {
  background: var(--gh-gold);
}

@media (prefers-reduced-motion: reduce) {
  #destinations.gh-section--destinations .gh-dest-card:hover {
    transform: none;
  }
}

/* Latest Stories */
.gh-stories {
  padding: 5rem 0;
}

.gh-stories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.gh-stories__featured {
  display: block;
  border-radius: var(--gh-radius);
  overflow: hidden;
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  transition: box-shadow var(--gh-transition), transform var(--gh-transition);
}

.gh-stories__featured:hover {
  box-shadow: var(--gh-shadow);
  transform: translateY(-3px);
}

.gh-stories__featured-img {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
}

.gh-stories__featured-body {
  padding: 1.5rem 1.75rem 1.75rem;
}

.gh-stories__cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gh-gold);
  margin-bottom: 0.5rem;
}

.gh-stories__featured h3 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin-bottom: 0.75rem;
}

.gh-stories__meta {
  font-size: 0.8rem;
  color: var(--gh-muted);
  margin-bottom: 0.75rem;
}

.gh-stories__excerpt {
  color: var(--gh-muted);
  line-height: 1.65;
  margin: 0;
}

.gh-stories__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.gh-stories__item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: var(--gh-radius-sm);
  border: 1px solid var(--gh-border);
  background: var(--gh-white);
  transition: border-color var(--gh-transition), box-shadow var(--gh-transition);
}

.gh-stories__item:hover {
  border-color: var(--gh-gold);
  box-shadow: 0 8px 24px rgba(26, 18, 8, 0.06);
}

.gh-stories__thumb {
  width: 100px;
  height: 100px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.gh-stories__item h4 {
  font-family: var(--gh-font-display);
  font-size: 1rem;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .gh-stories__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }
}

/* Traveller Highlights */
.gh-highlights {
  padding: 5rem 0;
  background: var(--gh-surface);
}

.gh-highlights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.gh-highlights__profile {
  padding: 2rem;
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
}

.gh-highlights__profile-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.gh-highlights__profile h3 {
  font-size: 1.125rem;
  margin: 0;
}

.gh-highlights__location {
  font-size: 0.8rem;
  color: var(--gh-muted);
}

.gh-highlights__title {
  font-family: var(--gh-font-display);
  font-size: 1.25rem;
  margin: 1rem 0 0.75rem;
}

.gh-highlights__quote {
  font-size: 0.9rem;
  color: var(--gh-muted);
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}

.gh-highlights__visual {
  position: relative;
  border-radius: var(--gh-radius);
  overflow: hidden;
  min-height: 320px;
}

.gh-highlights__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.gh-highlights__gallery {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
}

.gh-highlights__video {
  position: relative;
  border-radius: var(--gh-radius-sm);
  overflow: hidden;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-highlights__play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 253, 247, 0.92);
  color: var(--gh-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: var(--gh-shadow);
  transition: transform var(--gh-dur-fast) var(--gh-ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .gh-highlights__video:hover .gh-highlights__play {
    transform: scale(1.04);
  }
}

@media (min-width: 900px) {
  .gh-highlights__grid {
    grid-template-columns: 1fr 1.1fr 0.75fr;
    align-items: stretch;
  }
}

/* Newsletter — full bleed immersive */
.gh-newsletter {
  margin: 0;
  border-radius: 0;
  padding: 5rem 1.5rem;
  background-image: linear-gradient(rgba(26, 18, 8, 0.55), rgba(26, 18, 8, 0.7)), var(--gh-newsletter-bg, url('/assets/images/glorify/newsletter-bg.jpg'));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@supports (-webkit-touch-callout: none) {
  .gh-newsletter {
    background-attachment: scroll;
  }
}

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

/* Footer — reference black bar */
.gh-footer {
  background: var(--gh-dark);
  padding-top: 3.5rem;
}

.gh-footer h4 {
  color: var(--gh-gold-light);
}

.gh-footer__bottom {
  background: #0d0a06;
  margin-top: 0;
  padding: 1rem 0;
  border-top: none;
}

/* Inner page hero */
.gh-page-hero {
  position: relative;
  padding: 3.5rem 0 3rem;
  background: var(--gh-surface);
  overflow: hidden;
}

.gh-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(105deg, rgba(255, 253, 247, 0.94) 40%, rgba(253, 246, 227, 0.88) 100%), var(--gh-page-hero-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.gh-page-hero__deco {
  position: absolute;
  right: 5%;
  bottom: 15%;
  color: var(--gh-gold);
  opacity: 0.25;
  z-index: 0;
}

.gh-page-hero__path {
  width: 180px;
  height: auto;
}

.gh-page-hero__inner {
  position: relative;
  z-index: 1;
}

.gh-page-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  max-width: min(42rem, 100%);
}

.gh-page-hero__lead {
  font-size: 1.0625rem;
  color: var(--gh-muted);
  max-width: 42rem;
  line-height: 1.65;
  margin: 0.75rem 0 0;
}

.gh-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  margin-bottom: 1.25rem;
}

.gh-breadcrumb a {
  color: var(--gh-gold);
  font-weight: 500;
}

.gh-breadcrumb a:hover {
  text-decoration: underline;
}

.gh-breadcrumb__sep {
  color: var(--gh-muted);
  opacity: 0.6;
}

.gh-breadcrumb [aria-current="page"] {
  color: var(--gh-muted);
}

.gh-page-body {
  padding: 3rem 0 4rem;
}

/* Inner content — unified cards & grids */
.gh-inner .content {
  padding: 0;
  margin: 0;
}

.gh-inner .banner,
.gh-inner .breadcrumb {
  display: none !important;
}

.gh-inner .gh-page-body .container,
.gh-inner section .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.gh-inner .tours_list,
.gh-inner .blog_list_sec,
.gh-inner .contact_us_sec,
.gh-inner section {
  padding: 0;
  margin: 0;
}

.gh-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.gh-location-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  transition: transform var(--gh-transition), box-shadow var(--gh-transition);
}

@media (hover: hover) and (pointer: fine) {
  .gh-location-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gh-shadow);
  }
}

.gh-location-card__img {
  position: relative;
  display: block;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--gh-gold-pale);
}

.gh-location-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 280ms var(--gh-ease-out);
}

body.gh-page .gh-location-card__img img {
  height: 100%;
  max-width: none;
}

@media (hover: hover) and (pointer: fine) {
  .gh-location-card:hover .gh-location-card__img img {
    transform: scale(1.04);
  }
}

.gh-location-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.35rem 1.5rem;
}

.gh-location-card__body h3 {
  font-size: 1.125rem;
  margin: 0 0 0.35rem;
}

.gh-location-card__body h3 a {
  color: inherit;
}

.gh-location-card__body h3 a:hover {
  color: var(--gh-gold);
}

.gh-location-card__body p {
  font-size: 0.875rem;
  color: var(--gh-muted);
  margin: 0;
}

/* Blog grid editorial */
.gh-inner .blog_list .item,
.gh-blog-grid .gh-blog-card {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: box-shadow var(--gh-transition);
}

.gh-inner .blog_list .item:hover {
  box-shadow: var(--gh-shadow);
}

.gh-inner .blog_list figure img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.gh-inner .blog_list .detail {
  padding: 1.25rem;
}

.gh-inner .blog_list h2 {
  font-size: 1.2rem;
}

.gh-inner .blog_list h2 a:hover {
  color: var(--gh-gold);
}

/* Contact form editorial */
.gh-inner .contact_us_sec .form-control,
.gh-inner .contact_us_sec textarea {
  border-radius: 12px;
  border-color: var(--gh-border);
  margin-bottom: 1rem;
}

.gh-inner .contact_us_sec .title h2 {
  font-family: var(--gh-font-display);
  font-size: 1.75rem;
}

.gh-inner .reach_me_Sec {
  margin-top: 2rem;
}

.gh-inner .reach_me_Sec .col-md-4 {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

/* About prose */
.gh-prose {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.gh-prose p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--gh-muted);
}

.gh-prose strong {
  color: var(--gh-brown);
}

/* Header search affordance */
.gh-header__search {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--gh-brown);
  transition: background var(--gh-transition);
}

.gh-header__search:hover {
  background: var(--gh-gold-pale);
  color: var(--gh-gold);
}

/* Hide legacy chrome on inner pages */
.gh-inner .email_subscribe_sec {
  background: var(--gh-gold-pale);
  border-radius: var(--gh-radius);
  padding: 2.5rem;
  margin-top: 3rem;
  border: 1px solid var(--gh-border);
}

.gh-inner .email_subscribe_sec h2 {
  font-family: var(--gh-font-display);
}

.gh-inner .email_subscribe_sec input[type="email"] {
  border-radius: var(--gh-pill);
  border: 1px solid var(--gh-border);
  padding: 0.75rem 1.25rem;
  min-height: 44px;
}

.gh-inner .email_subscribe_sec .button,
.gh-inner .email_subscribe_sec input[type="submit"] {
  background: var(--gh-gold);
  color: var(--gh-dark);
  border: none;
  border-radius: var(--gh-pill);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.gh-inner .tours_details .tp {
  border-radius: 20px;
  overflow: hidden;
}

.gh-inner .tours_details .overlay {
  border-radius: 20px;
}

.gh-inner .package-content,
.gh-inner .result-status {
  border-color: var(--gh-border) !important;
}

.gh-inner .text-primary {
  color: var(--gh-gold) !important;
}

.gh-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: var(--gh-gold);
  color: var(--gh-dark);
}

.gh-skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.gh-inner .breadcrumb-section,
.gh-inner .section.breadcrumb-section {
  display: none !important;
}

.gh-inner .why-box {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  padding: 1.75rem 1.5rem;
  margin-bottom: 1.25rem;
  height: 100%;
  transition: box-shadow var(--gh-transition), transform var(--gh-transition);
}

.gh-inner .why-box:hover {
  box-shadow: var(--gh-shadow);
  transform: translateY(-2px);
}

.gh-inner .why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--gh-gold-pale);
  color: var(--gh-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}

.gh-inner .why-title {
  font-family: var(--gh-font-display);
  font-size: 1.0625rem;
  color: var(--gh-brown);
  display: block;
  margin-bottom: 0.5rem;
}

.gh-inner .testimonial-box {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}

.gh-inner .map_sec iframe {
  width: 100%;
  display: block;
}

.gh-inner .reach_me_Sec .left_icon_text h2 {
  font-family: var(--gh-font-display);
  font-size: 1rem;
  color: var(--gh-brown);
}

.gh-inner .reach_me_Sec .left_icon {
  color: var(--gh-gold);
}

/* Package detail */
.gh-package-detail__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .gh-package-detail__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  }
}

.gh-package-detail__hero-img {
  position: relative;
  margin: 0 0 1.5rem;
  border-radius: var(--gh-radius);
  overflow: hidden;
  border: 1px solid var(--gh-border);
  box-shadow: var(--gh-shadow);
  aspect-ratio: 16 / 7;
  max-height: 420px;
  background: var(--gh-gold-pale);
}

.gh-package-detail__hero-img img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.gh-package-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 0.9375rem;
  color: var(--gh-muted);
}

.gh-package-detail__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.gh-package-detail__meta .fa {
  color: var(--gh-gold);
}

.gh-package-detail__description {
  margin-bottom: 2rem;
}

.gh-prose {
  line-height: 1.7;
  color: var(--gh-text);
}

.gh-prose h2,
.gh-prose h3 {
  font-family: var(--gh-font-display);
  color: var(--gh-brown);
  margin-top: 1.5rem;
}

.gh-prose ul,
.gh-prose ol {
  padding-left: 1.25rem;
}

.gh-package-detail__itinerary h2 {
  font-family: var(--gh-font-display);
  color: var(--gh-brown);
  margin-bottom: 1rem;
}

.gh-itinerary {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.gh-itinerary__day {
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  background: var(--gh-card);
  overflow: hidden;
}

.gh-itinerary__day summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  font-weight: 500;
}

.gh-itinerary__day summary::-webkit-details-marker {
  display: none;
}

.gh-itinerary__badge {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--gh-gold-pale);
  color: var(--gh-brown);
  padding: 0.25rem 0.6rem;
  border-radius: var(--gh-pill);
}

.gh-itinerary__title {
  font-family: var(--gh-font-display);
  color: var(--gh-brown);
}

.gh-itinerary__body {
  padding: 0 1.25rem 1.25rem;
  color: var(--gh-muted);
  border-top: 1px solid var(--gh-border);
}

.gh-itinerary__body p {
  margin: 1rem 0 0;
}

.gh-package-sidebar__price {
  background: linear-gradient(135deg, var(--gh-brown) 0%, var(--gh-dark) 100%);
  color: var(--gh-gold-pale);
  border-radius: var(--gh-radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.gh-package-sidebar__label {
  margin: 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.gh-package-sidebar__amount {
  margin: 0.25rem 0;
  font-family: var(--gh-font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gh-gold);
}

.gh-package-sidebar__note {
  margin: 0;
  font-size: 0.8125rem;
  opacity: 0.75;
}

.gh-package-sidebar__card {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.gh-package-sidebar__card h2 {
  font-family: var(--gh-font-display);
  font-size: 1.25rem;
  color: var(--gh-brown);
  margin: 0 0 1rem;
}

.gh-package-form .gh-form-group {
  margin-bottom: 0.875rem;
}

.gh-package-form label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  color: var(--gh-brown);
}

.gh-package-form input,
.gh-package-form select,
.gh-package-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--gh-border);
  border-radius: 12px;
  padding: 0.6rem 0.875rem;
  font-family: var(--gh-font-body);
}

.gh-package-sidebar__help {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--gh-muted);
  text-align: center;
}

.gh-package-sidebar__help a {
  color: var(--gh-gold);
  font-weight: 600;
}

.gh-package-sidebar__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: var(--gh-muted);
}

.gh-package-sidebar__trust .fa {
  color: var(--gh-gold);
  margin-right: 0.35rem;
}

.gh-package-detail__review {
  background: var(--gh-gold-pale);
  padding-block: 2.5rem;
}

.gh-package-detail__review h2 {
  font-family: var(--gh-font-display);
  color: var(--gh-brown);
  margin-bottom: 0.35rem;
}

/* Package listing */
.gh-packages-listing__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.gh-packages-listing__head h2 {
  font-family: var(--gh-font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--gh-brown);
  margin: 0.35rem 0 0;
}

.gh-package-grid .gh-dest-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gh-package-grid .gh-dest-card__img {
  height: 200px;
  flex-shrink: 0;
}

.gh-package-grid .gh-dest-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gh-package-card__excerpt {
  font-size: 0.875rem;
  color: var(--gh-muted);
  line-height: 1.5;
  margin: 0.35rem 0 0.5rem;
  flex: 1;
}

.gh-package-card__cta {
  margin-top: 0.75rem;
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
  width: fit-content;
}

.gh-empty-state {
  text-align: center;
  padding: 3rem 1.5rem;
  background: var(--gh-gold-pale);
  border: 1px dashed var(--gh-border);
  border-radius: var(--gh-radius);
}

.gh-empty-state__title {
  font-family: var(--gh-font-display);
  font-size: 1.35rem;
  color: var(--gh-brown);
  margin: 0 0 0.5rem;
}

.gh-empty-state p {
  color: var(--gh-muted);
  max-width: 36rem;
  margin: 0 auto 1.25rem;
}

.gh-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Contact page */
.gh-contact__grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .gh-contact__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 380px);
  }
}

.gh-contact__lead {
  color: var(--gh-muted);
  margin-bottom: 1.5rem;
  line-height: 1.65;
}

.gh-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: 100%;
}

.gh-contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  width: 100%;
}

@media (min-width: 640px) {
  .gh-contact-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gh-contact-form__row .gh-form-group,
.gh-contact-form > .gh-form-group {
  margin-bottom: 0;
  min-width: 0;
  width: 100%;
}

.gh-contact-form label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  color: var(--gh-brown);
}

.gh-contact-form input,
.gh-contact-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  margin: 0;
  border: 1px solid var(--gh-border);
  border-radius: 12px;
  padding: 0.6rem 0.875rem;
  font-family: var(--gh-font-body);
  font-size: 1rem;
  line-height: 1.4;
  background: var(--gh-white);
  color: var(--gh-text);
  float: none;
  position: static;
}

.gh-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Override broad .gh-inner input rules on contact page */
.gh-inner .gh-contact .gh-contact-form input[type="text"],
.gh-inner .gh-contact .gh-contact-form input[type="email"],
.gh-inner .gh-contact .gh-contact-form input[type="tel"],
.gh-inner .gh-contact .gh-contact-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  float: none;
  display: block;
  margin: 0;
}

.gh-contact__form-wrap {
  min-width: 0;
  width: 100%;
}

.gh-contact__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gh-contact-card {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  padding: 1.25rem 1.35rem;
}

.gh-contact-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gh-gold-pale);
  color: var(--gh-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.gh-contact-card h3 {
  font-family: var(--gh-font-display);
  font-size: 1.0625rem;
  color: var(--gh-brown);
  margin: 0 0 0.25rem;
}

.gh-contact-card p {
  font-size: 0.875rem;
  color: var(--gh-muted);
  margin: 0 0 0.5rem;
}

.gh-contact-card a {
  color: var(--gh-gold);
  font-weight: 600;
}

.gh-contact__map {
  padding-bottom: 3rem;
}

/* About page */
.gh-about__intro {
  max-width: 48rem;
}

.gh-about__lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--gh-muted);
  margin: 0.75rem 0 0;
}

.gh-about__story {
  max-width: 48rem;
}

.gh-about__story h2,
.gh-about__intro h2 {
  font-family: var(--gh-font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--gh-brown);
  margin: 0.35rem 0 1rem;
}

.gh-about__story p {
  color: var(--gh-text);
  line-height: 1.7;
  margin: 0 0 1rem;
}

.gh-about__founder-card {
  display: grid;
  gap: 2rem;
  align-items: start;
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  padding: 2rem;
  box-shadow: var(--gh-shadow);
}

@media (min-width: 768px) {
  .gh-about__founder-card {
    grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  }
}

.gh-about__founder-visual {
  display: flex;
  justify-content: center;
}

.gh-about__founder-photo {
  width: min(280px, 100%);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--gh-radius);
  border: 1px solid var(--gh-border);
  box-shadow: var(--gh-shadow);
  display: block;
}

.gh-about__founder-body h2 {
  font-family: var(--gh-font-display);
  font-size: 1.75rem;
  color: var(--gh-brown);
  margin: 0.25rem 0 0.15rem;
}

.gh-about__founder-role {
  color: var(--gh-gold);
  font-weight: 600;
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}

.gh-about__founder-body p {
  line-height: 1.7;
  color: var(--gh-text);
  margin: 0 0 1rem;
}

.gh-about__quote-section {
  background: var(--gh-brown);
  color: var(--gh-gold-pale);
  padding-block: 3rem;
}

.gh-about__quote {
  margin: 0 0 1.5rem;
  padding: 0;
  border: none;
  max-width: 42rem;
}

.gh-about__quote .gh-eyebrow {
  color: rgba(253, 246, 227, 0.75);
}

.gh-about__quote p {
  font-family: var(--gh-font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--gh-gold-pale);
  margin: 0.5rem 0 0;
}

.gh-about__pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  max-width: 40rem;
}

@media (min-width: 640px) {
  .gh-about__pill-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gh-about__pill-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(253, 246, 227, 0.9);
}

.gh-about__pill-list .fa {
  color: var(--gh-gold);
  margin-top: 0.15rem;
}

.gh-about__two-col {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .gh-about__two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gh-about__check-list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.7;
  color: var(--gh-text);
}

.gh-about__check-list li {
  margin-bottom: 0.65rem;
}

.gh-about__check-list li::marker {
  color: var(--gh-gold);
}

.gh-about__ahead p {
  line-height: 1.7;
  color: var(--gh-text);
  margin: 0 0 1rem;
}

.gh-about__tagline {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gh-border);
  color: var(--gh-brown);
}

.gh-about__connect-card {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  background: linear-gradient(135deg, var(--gh-gold-pale) 0%, var(--gh-card) 100%);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius);
  padding: 2rem;
}

@media (min-width: 768px) {
  .gh-about__connect-card {
    grid-template-columns: 1fr auto;
    gap: 2rem;
  }
}

.gh-about__connect-card h2 {
  font-family: var(--gh-font-display);
  color: var(--gh-brown);
  margin: 0.35rem 0 0.75rem;
}

.gh-about__contact-lines {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.gh-about__contact-lines a {
  color: var(--gh-gold);
  font-weight: 600;
}

.gh-about__contact-lines .fa {
  color: var(--gh-gold);
  margin-right: 0.35rem;
}

.gh-about__connect-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: min(220px, 100%);
}

/* Testimonials page */
.gh-testimonials-grid--page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

.gh-testimonial-card {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  padding: 1.35rem 1.5rem;
}

.gh-testimonial-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.gh-testimonial-card__head h3 {
  font-size: 1rem;
  margin: 0;
  color: var(--gh-brown);
}

.gh-testimonial-card__meta {
  font-size: 0.8125rem;
  color: var(--gh-muted);
  margin: 0.15rem 0 0;
}

.gh-testimonial-card__quote {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--gh-text);
  margin: 0.5rem 0 0;
  font-style: italic;
}

.gh-testimonials-page__note {
  text-align: center;
  color: var(--gh-muted);
  font-size: 0.875rem;
  margin-top: 2rem;
}

.gh-testimonials-page__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Blog list & detail */
.gh-blog-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 992px) {
  .gh-blog-layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  }
}

.gh-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.gh-blog-card {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  overflow: hidden;
  transition: box-shadow var(--gh-transition), transform var(--gh-transition);
}

.gh-blog-card:hover {
  box-shadow: var(--gh-shadow);
  transform: translateY(-2px);
}

.gh-blog-card__img {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.gh-blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gh-blog-card:hover .gh-blog-card__img img {
  transform: scale(1.04);
}

.gh-blog-card__body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.gh-blog-card__body time {
  font-size: 0.75rem;
  color: var(--gh-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gh-blog-card__body h2 {
  font-family: var(--gh-font-display);
  font-size: 1.125rem;
  margin: 0.4rem 0 0.5rem;
  line-height: 1.35;
}

.gh-blog-card__body h2 a {
  color: var(--gh-brown);
}

.gh-blog-card__body p {
  font-size: 0.875rem;
  color: var(--gh-muted);
  margin: 0 0 0.75rem;
  line-height: 1.55;
}

.gh-blog-card__more {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gh-gold);
}

.gh-blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.gh-blog-search__field {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--gh-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--gh-card);
}

.gh-blog-search__field input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 0.65rem 0.875rem;
  font-family: var(--gh-font-body);
  font-size: 0.9375rem;
  background: transparent;
}

.gh-blog-search__field button {
  flex-shrink: 0;
  width: 44px;
  border: none;
  border-left: 1px solid var(--gh-border);
  background: var(--gh-gold-pale);
  color: var(--gh-brown);
  cursor: pointer;
}

.gh-blog-sidebar__box,
.gh-blog-sidebar__cta {
  background: var(--gh-card);
  border: 1px solid var(--gh-border);
  border-radius: var(--gh-radius-sm);
  padding: 1.25rem;
}

.gh-blog-sidebar__box h2,
.gh-blog-sidebar__cta h3 {
  font-family: var(--gh-font-display);
  font-size: 1.0625rem;
  color: var(--gh-brown);
  margin: 0 0 1rem;
}

.gh-blog-recent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.gh-blog-recent__link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.gh-blog-recent__thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: var(--gh-gold-pale);
}

.gh-blog-recent__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.gh-blog-recent__text strong {
  font-size: 0.875rem;
  color: var(--gh-brown);
  line-height: 1.3;
}

.gh-blog-recent__text em {
  font-size: 0.75rem;
  color: var(--gh-muted);
  font-style: normal;
}

.gh-blog-article__hero {
  margin: 0 0 1.25rem;
  border-radius: var(--gh-radius);
  overflow: hidden;
  border: 1px solid var(--gh-border);
}

.gh-blog-article__hero img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.gh-blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.875rem;
  color: var(--gh-muted);
  margin-bottom: 1.25rem;
}

.gh-blog-article__content {
  margin-bottom: 1.5rem;
}

.gh-blog-article__share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid var(--gh-border);
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: var(--gh-muted);
}

.gh-blog-article__share a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--gh-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gh-gold);
}

.gh-blog-comment h2 {
  font-family: var(--gh-font-display);
  color: var(--gh-brown);
  margin-bottom: 1rem;
}

.gh-blog-comment-form__row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 600px) {
  .gh-blog-comment-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Prevent legacy Bootstrap input-group overlap on inner pages */
.gh-inner .gh-blog-page .breadcrumb,
.gh-inner .gh-blog-detail-page .breadcrumb,
.gh-inner .gh-blog-page .blog_list_sec,
.gh-inner .gh-blog-detail-page .blog_list_sec {
  display: none !important;
}

.gh-inner .gh-blog-page .input-group,
.gh-inner .gh-blog-detail-page .input-group,
.gh-inner .gh-contact .input-group {
  display: none;
}

.gh-blog-page .gh-form-group,
.gh-blog-detail-page .gh-form-group,
.gh-contact-form .gh-form-group,
.gh-blog-comment-form .gh-form-group {
  margin-bottom: 1rem;
}

.gh-blog-page .gh-form-group label,
.gh-blog-detail-page .gh-form-group label,
.gh-contact-form label,
.gh-blog-comment-form label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  color: var(--gh-brown);
}

.gh-blog-page .gh-form-group input,
.gh-blog-page .gh-form-group textarea,
.gh-blog-detail-page .gh-form-group input,
.gh-blog-detail-page .gh-form-group textarea,
.gh-blog-comment-form input,
.gh-blog-comment-form textarea,
.gh-contact-form input,
.gh-contact-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  border: 1px solid var(--gh-border);
  border-radius: 12px;
  padding: 0.6rem 0.875rem;
  font-family: var(--gh-font-body);
  background: var(--gh-card);
}

.gh-contact-form input,
.gh-contact-form textarea {
  background: var(--gh-white);
}

.gh-blog-comment-form textarea {
  min-height: 120px;
  resize: vertical;
}

.gh-package-review-form__grid {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0;
}

@media (min-width: 768px) {
  .gh-package-review-form__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gh-form-group--full {
    grid-column: 1 / -1;
  }
}
