/* ============================================================
   HSJ-v27 homepage — ported look from live hsj.com.np.
   Uses the live .hsj-card (blocks.css) in native scroll-snap rows
   (no Swiper/jQuery). Unique class names so cascade order is safe.
   ============================================================ */

/* ── Hero (full-bleed photo) ───────────────────────────────── */
.hp-hero {
  position: relative;
  min-height: clamp(560px, 82vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
  background-color: #0b1a2e;
  background-size: cover;
  background-position: 50% 22%;
  background-repeat: no-repeat;
}
.hp-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  text-align: center;
}
/* optional looping background video (set via CMS); poster image shows while it loads */
.hp-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* gradient veil over the video for text contrast (mirrors the image overlay) */
.hp-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 26, 46, 0.58) 0%, rgba(11, 26, 46, 0.45) 45%, rgba(11, 26, 46, 0.72) 100%);
}
.hp-hero-eyebrow {
  font-family: 'Northwell Swash', cursive;
  font-size: 3rem;
  font-weight: 400;
  color: #FBC04A;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
/* ── Hero rotating destinations ──────────────────────────────── */
.hp-hero-rotating {
  height: 3.4rem;
  margin: 0 0 32px;
  position: relative;
}
.hp-hero-rotating-word {
  position: absolute;
  top: 0; left: 0; right: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
}
.hp-word-enter {
  animation: hp-word-enter 0.5s ease both;
}
.hp-word-exit {
  animation: hp-word-exit 0.5s ease both;
}
@keyframes hp-word-enter {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes hp-word-exit {
  from { opacity: 1; transform: translateY(0); }
  to   { opacity: 0; transform: translateY(-20px); }
}

.hp-hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.07;
  margin: 0 0 14px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.hp-hero-title em { color: #FBC04A; font-style: normal; }
.hp-hero-sub {
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  max-width: 600px;
  margin: 0 auto 24px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.hp-hero-cta {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.hp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 40px;
  text-decoration: none;
  transition: transform 0.15s, background 0.2s, box-shadow 0.2s;
}
.hp-btn-gold { background: #FBA504; color: #fff; box-shadow: 0 8px 20px -8px rgba(251,165,4,0.7); }
.hp-btn-gold:hover { background: #e6940a; transform: translateY(-1px); }
.hp-btn-outline { border: 2px solid #16314f; color: #16314f; background: #fff; }
.hp-btn-outline:hover { background: #16314f; color: #fff; }

/* region pills */
.hp-regions {
  display: flex;
  gap: 9px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px auto 0;
  max-width: 760px;
}
.hp-region {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #44586c;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 30px;
  padding: 8px 18px;
  text-decoration: none;
  transition: 0.15s;
}
.hp-region:hover { border-color: #FBA504; color: #16314f; }

/* ── Hero search ──────────────────────────────────────────── */
.hp-hero-search {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 40px;
  padding: 6px 6px 6px 18px;
  box-shadow: 0 6px 22px rgba(16, 32, 48, 0.08);
}
.hp-hero-search > svg { flex: 0 0 auto; color: #9aa7b4; }
.hp-hero-search input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #16314f;
}
.hp-hero-search input::placeholder { color: #9aa7b4; }
.hp-hero-search button {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #FBA504;
  border-radius: 32px;
  padding: 11px 22px;
  transition: background 0.2s;
}
.hp-hero-search button:hover { background: #e6940a; }
@media (max-width: 520px) { .hp-hero-search button { padding: 11px 15px; } }

/* ── Fixed departures ─────────────────────────────────────── */
.hp-deps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 8px 20px 14px;
}
.hp-dep {
  display: grid;
  grid-template-columns: 74px 1.6fr 1fr 1fr auto;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 0 2px 12px rgba(16, 32, 48, 0.05);
  transition: transform 0.18s, box-shadow 0.18s;
}
.hp-dep:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(16, 32, 48, 0.12); }
.hp-dep-img { width: 74px; height: 60px; border-radius: 10px; object-fit: cover; background: #e5e7eb; }
.hp-dep-title { font-family: 'Poppins', sans-serif; font-weight: 700; color: #1a2332; font-size: 15px; line-height: 1.3; text-decoration: none; }
.hp-dep-title:hover { color: #FBA504; }
.hp-dep-meta { font-family: 'Poppins', sans-serif; font-size: 12.5px; color: #67788a; margin-top: 3px; }
.hp-dep-col { font-family: 'Poppins', sans-serif; }
.hp-dep-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: #9aa7b4; }
.hp-dep-val { font-weight: 700; color: #16314f; font-size: 14.5px; }
.hp-dep-book {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  color: #fff;
  background: #16314f;
  border-radius: 30px;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.hp-dep-book:hover { background: #FBA504; }
@media (max-width: 760px) {
  .hp-dep { grid-template-columns: 56px 1fr; gap: 6px 13px; }
  .hp-dep-img { grid-row: 1 / span 4; width: 56px; height: 56px; align-self: start; }
  .hp-dep-col, .hp-dep-book { grid-column: 2; }
  .hp-dep-book { justify-self: start; margin-top: 4px; }
}

/* ── Specialist matcher ───────────────────────────────────── */
.hp-spec { max-width: 1100px; margin: 24px auto; padding: 0 20px; }
.hp-spec-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  background: linear-gradient(135deg, #f4f8fd, #eef4fb);
  border: 1px solid #e4edf7;
  border-radius: 22px;
  padding: 34px 36px;
}
.hp-spec-copy .hp-hero-eyebrow { font-size: 1.6rem; margin-bottom: 4px; text-align: left; }
.hp-spec-copy h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #16314f;
  font-size: 1.9rem;
  line-height: 1.1;
  margin: 0 0 10px;
}
.hp-spec-copy h2 em { color: #FBA504; font-style: normal; }
.hp-spec-copy p { font-family: 'Poppins', sans-serif; color: #5b6b7c; font-size: 14.5px; line-height: 1.6; margin: 0 0 18px; max-width: 46ch; }
.hp-spec-cta { display: flex; gap: 11px; flex-wrap: wrap; }
.hp-spec-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 40px;
  text-decoration: none;
  transition: filter 0.2s;
}
.hp-spec-wa:hover { filter: brightness(0.95); }
.hp-spec-card {
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(16, 32, 48, 0.08);
}
.hp-spec-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(16, 32, 48, 0.18);
}
.hp-spec-name { font-family: 'Oswald', sans-serif; font-size: 1.25rem; color: #16314f; text-transform: uppercase; letter-spacing: 0.02em; }
.hp-spec-role { font-family: 'Poppins', sans-serif; font-size: 13px; color: #FBA504; font-weight: 600; margin-top: 2px; }
.hp-spec-specialty { font-family: 'Poppins', sans-serif; font-size: 12.5px; color: #67788a; margin-top: 6px; }
.hp-spec-avatars { display: flex; justify-content: center; margin-top: 14px; }
.hp-spec-avatars img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; margin-left: -9px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
.hp-spec-avatars img:first-child { margin-left: 0; }
.hp-spec-team-note { font-family: 'Poppins', sans-serif; font-size: 12px; color: #9aa7b4; margin-top: 8px; }
@media (max-width: 760px) {
  .hp-spec-inner { grid-template-columns: 1fr; padding: 26px 22px; }
  .hp-spec-copy .hp-hero-eyebrow, .hp-spec-copy h2 { text-align: center; }
  .hp-spec-copy p { margin-left: auto; margin-right: auto; text-align: center; }
  .hp-spec-cta { justify-content: center; }
}

/* ── Trust bar (under hero) ───────────────────────────────── */
.hp-trust {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  margin: -44px auto 0;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(16,32,48,0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.hp-trust-item {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 150px;
}
.hp-trust-item .ti-ic { color: #FBA504; flex: 0 0 auto; display: grid; place-items: center; }
.hp-trust-item b { font-family: 'Oswald', sans-serif; font-size: 1.25rem; color: #16314f; line-height: 1; }
.hp-trust-item span { font-family: 'Poppins', sans-serif; font-size: 12.5px; color: #67788a; }
.hp-trust-item .ti-text { line-height: 1.25; }
.hp-trust-sep { width: 1px; height: 34px; background: #eef1f6; flex: 0 0 auto; }
@media (max-width: 720px) { .hp-trust-sep { display: none; } .hp-trust-item { flex-basis: 45%; } }

/* ── Blog preview ─────────────────────────────────────────── */
.hp-blog-grid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 8px 52px 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 1023px) { .hp-blog-grid { grid-template-columns: repeat(2, 1fr); padding: 8px 24px 4px; } }
@media (max-width: 600px) { .hp-blog-grid { grid-template-columns: 1fr; padding: 8px 16px 4px; } }
.hp-post {
  display: block;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.22s, box-shadow 0.22s;
}
.hp-post:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.13); }
.hp-post-img { aspect-ratio: 16 / 10; overflow: hidden; background: #e5e7eb; }
.hp-post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.hp-post:hover .hp-post-img img { transform: scale(1.05); }
.hp-post-body { padding: 14px 15px 16px; }
.hp-post-date { font-family: 'Poppins', sans-serif; font-size: 11.5px; font-weight: 600; color: #FBA504; text-transform: uppercase; letter-spacing: 0.04em; }
.hp-post-title {
  font-family: 'Poppins', sans-serif;
  font-size: 15px; font-weight: 700; color: #1a2332; line-height: 1.35; margin-top: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ── Floating enquiry (WhatsApp + Plan My Trip) ───────────── */
.hp-floats { position: fixed; right: 18px; bottom: 18px; z-index: 120; display: flex; flex-direction: column; gap: 11px; align-items: flex-end; }
.hp-float {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 14px;
  padding: 12px 18px; border-radius: 40px; text-decoration: none; color: #fff;
  box-shadow: 0 10px 26px -8px rgba(0,0,0,0.45); transition: transform 0.15s;
}
.hp-float:hover { transform: translateY(-2px); }
.hp-float svg { width: 20px; height: 20px; flex: 0 0 auto; }
.hp-float-wa { background: #25D366; }
.hp-float-plan { background: #FBA504; }
@media (max-width: 600px) { .hp-float .hp-float-label { display: none; } .hp-float { padding: 13px; } }

/* ── Section + card row ───────────────────────────────────── */
/* card star rating */
.hsj-card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  font-size: 12.5px;
  color: #6b7280;
  font-family: 'Poppins', sans-serif;
}
.hsj-card-stars { color: #FBA504; letter-spacing: 1px; font-size: 13px; line-height: 1; }
.hsj-card-stars-empty { color: #d8dee6; }
.hsj-card-rating b { color: #1a2332; font-weight: 700; }

.hp-sec { max-width: 1300px; margin: 0 auto; padding: 8px 0 30px; }

.hp-cardrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: max-content;
  align-items: start;
  gap: 22px;
  padding: 8px 52px 14px;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .hp-cardrow { grid-template-columns: repeat(2, 1fr); padding: 8px 24px 14px; }
}
@media (max-width: 600px) {
  .hp-cardrow { gap: 14px; padding: 8px 16px 14px; }
}

.hp-sec-all {
  text-align: center;
  margin-top: 8px;
}
.hp-sec-all a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #16314f;
  text-decoration: none;
  border: 1.5px solid #e2e8f0;
  border-radius: 30px;
  padding: 9px 22px;
  transition: 0.15s;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.hp-sec-all a:hover { border-color: #FBA504; color: #FBA504; }

/* ── CTA band ─────────────────────────────────────────────── */
.hp-cta {
  text-align: center;
  background: linear-gradient(135deg, #16314f, #0e2742);
  color: #fff;
  padding: 60px 20px;
  margin-top: 18px;
}
.hp-cta .hp-hero-eyebrow { color: #FBA504; }
.hp-cta h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 2.1rem;
  margin: 0 0 10px;
}
.hp-cta p { font-family: 'Poppins', sans-serif; opacity: 0.85; margin-bottom: 22px; }

/* ============================================================
   Redesign sections — About · HSJ Experiences · Travel Guide
   Ported from "HSJ Homepage Redesign - Standalone.html".
   Reuses the global design tokens (--amber, --serif, --muted …)
   and .sec-eyebrow / .sec-h / .sec-p from awards.css.
   Full-bleed wrapper is namespaced (.hp-xsec) to avoid clashing
   with awards.css's .sec; all other names are collision-free.
   ============================================================ */
.hp-xsec { padding: 64px 0; }
.hp-xsec-alt { background: var(--soft); }
.sec-in { max-width: 1380px; margin: 0 auto; padding: 0 36px; }
.sec-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; gap: 20px; flex-wrap: wrap; }
.sec-link { font-size: 13.5px; font-weight: 600; color: var(--navy); white-space: nowrap; transition: opacity .15s; flex-shrink: 0; }
.sec-link:hover { opacity: .7; }

/* ── About ── */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.about-img-wrap { position: relative; border-radius: 16px; overflow: hidden; }
.about-img { width: 100%; height: 420px; object-fit: cover; display: block; }
.about-img-badge { position: absolute; bottom: 20px; right: 20px; background: rgba(12,30,56,.9); backdrop-filter: blur(8px); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.12); }
.about-badge-num { font-family: var(--serif); font-size: 36px; font-weight: 600; color: var(--amber); line-height: 1; }
.about-badge-lbl { font-size: 11px; color: rgba(255,255,255,.6); line-height: 1.4; }
.about-desc { font-size: 14.5px; color: var(--muted); line-height: 1.75; font-weight: 300; margin-top: 14px; }
.about-values { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.about-val { display: flex; align-items: flex-start; gap: 14px; }
.about-val-ico { width: 40px; height: 40px; border-radius: 10px; background: var(--soft); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.about-val strong { font-size: 14px; color: var(--text); }
.about-val span { font-size: 12.5px; color: var(--muted); font-weight: 300; }
.about-btns { display: flex; gap: 10px; margin-top: 28px; }
.about-btn { padding: 11px 22px; border-radius: 8px; font-size: 14px; font-weight: 700; transition: all .15s; }
.about-btn.primary { background: var(--amber); color: #fff; }
.about-btn.primary:hover { background: #e29400; }
.about-btn.secondary { border: 1.5px solid var(--border); color: var(--navy); background: #fff; }
.about-btn.secondary:hover { border-color: var(--navy); background: #eff6ff; }

/* ── HSJ Experiences (video cards) ── */
.vid-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.vid-card { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: #fff; cursor: pointer; transition: border-color .18s, box-shadow .18s; }
.vid-card:hover { border-color: #d1d5db; box-shadow: 0 4px 16px rgba(0,0,0,.08); }
.vid-thumb { position: relative; height: 130px; overflow: hidden; background: #000; }
.vid-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vid-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0,0,0,.3); transition: background .18s; }
.vid-card:hover .vid-play { background: rgba(0,0,0,.15); }
.vid-iframe { width: 100%; height: 130px; border: none; display: block; }
.vid-info { padding: 12px; }
.vid-name { font-size: 14px; font-weight: 600; color: var(--text); }
.vid-tour { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ── Travel Guide (blog) ── */
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.blog-feat { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: #fff; transition: box-shadow .18s; display: block; }
.blog-feat:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); }
.blog-feat-img { height: 280px; overflow: hidden; }
.blog-feat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.blog-feat:hover .blog-feat-img img { transform: scale(1.04); }
.blog-feat-body { padding: 20px; }
.blog-cat { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--amber); margin-bottom: 8px; display: block; }
.blog-feat-title { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.25; margin-bottom: 8px; color: var(--text); }
.blog-feat-meta { font-size: 12px; color: var(--muted); }
.blog-side { display: flex; flex-direction: column; gap: 14px; }
.blog-sm { display: flex; gap: 16px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; transition: box-shadow .18s; }
.blog-sm:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.blog-sm-img { width: 150px; flex-shrink: 0; overflow: hidden; }
.blog-sm-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-sm-body { padding: 14px; display: flex; flex-direction: column; justify-content: center; }
.blog-sm-title { font-family: var(--serif); font-size: 16px; font-weight: 600; line-height: 1.25; margin-bottom: 4px; color: var(--text); }
.blog-sm-meta { font-size: 12px; color: var(--muted); }

/* ── Responsive ── */
@media (max-width: 960px) {
  .vid-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-img { height: 280px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-sm-img { width: 120px; }
}
@media (max-width: 480px) {
  .vid-grid { grid-template-columns: 1fr; }
}

/* ── Section filter pills ─────────────────────────────────── */
.hp-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0 20px 20px;
}
.hp-filter-pill {
  border: 1.5px solid #e2e8f0;
  background: #fff;
  color: #16314f;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 18px;
  border-radius: 24px;
  cursor: pointer;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
}
.hp-filter-pill:hover {
  border-color: #FBA504;
  color: #FBA504;
}
.hp-filter-pill.active {
  background: #FBA504;
  border-color: #FBA504;
  color: #fff;
}

/* ── Homepage FAQ section ─────────────────────────────────────── */
.hp-faq-section {
  padding: 56px 20px 68px;
  background: #f7f9fc;
}
.hp-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}
.hp-faq-list {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(16, 42, 76, 0.07);
}
.hp-faq-item {
  border-bottom: 1px solid #e8edf4;
}
.hp-faq-item:last-child {
  border-bottom: none;
}
.hp-faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}
.hp-faq-btn:hover {
  background: #fafbfc;
}
.hp-faq-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.25rem;
  color: #C0883B;
  flex-shrink: 0;
  min-width: 30px;
  line-height: 1;
}
.hp-faq-q {
  flex: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1a2332;
  line-height: 1.45;
  transition: color 0.15s;
}
.hp-faq-ico {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #dce4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #67788a;
  transition: background 0.2s, border-color 0.2s, transform 0.3s;
}
.hp-faq-ico svg {
  width: 15px;
  height: 15px;
}
.hp-faq-item.open .hp-faq-q {
  color: #1A4B89;
}
.hp-faq-item.open .hp-faq-ico {
  background: #1A4B89;
  border-color: #1A4B89;
  color: #fff;
  transform: rotate(180deg);
}
.hp-faq-answer {
  overflow: hidden;
  height: 0;
  transition: height 0.32s cubic-bezier(0.3, 0.8, 0.3, 1);
}
.hp-faq-answer-inner {
  padding: 0 26px 24px 74px;
}
.hp-faq-answer p {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  color: #5b6b7c;
  line-height: 1.78;
  max-width: 66ch;
  margin: 0;
}
@media (max-width: 640px) {
  .hp-faq-btn { padding: 18px 16px; gap: 12px; }
  .hp-faq-answer-inner { padding: 0 16px 20px 58px; }
  .hp-faq-q { font-size: 14px; }
}

/* ── Reviews Carousel ─────────────────────────────────────── */
.rc-root {
  position: relative;
  padding: 0 52px 32px;
}
.rc-viewport {
  display: flex;
  gap: 14px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 8px;
}
.rc-viewport::-webkit-scrollbar { display: none; }
.rc-card {
  flex: 0 0 calc(25% - 11px); /* 4 per row; 3 × 14px gap ÷ 4 cards = 10.5px per card */
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  border: 1px solid #eef2f7;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.rc-stars {
  font-size: 14px;
  color: #FBA504;
  letter-spacing: 1px;
}
.rc-stars-dim { opacity: 0.2; }
.rc-source {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.rc-text {
  font-size: 13px;
  line-height: 1.6;
  color: #374151;
  font-style: italic;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rc-name {
  font-size: 12px;
  font-weight: 600;
  color: #16314f;
}
.rc-loc { color: #9aa7b4; font-weight: 400; }
.rc-card-link {
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.18s, transform 0.15s;
  display: flex;
}
.rc-card-link:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Arrow buttons */
.rc-arrow {
  position: absolute;
  top: calc(50% - 24px); /* visually centre between top and dots */
  width: 42px; height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  color: #16314f;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
  padding: 0;
}
.rc-arrow:hover { background: #FBA504; border-color: #FBA504; color: #fff; }
.rc-arrow-l { left: 0; }
.rc-arrow-r { right: 0; }

/* Dot indicators */
.rc-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}
.rc-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.rc-dot.active {
  background: #FBA504;
  transform: scale(1.35);
}

/* Responsive */
@media (max-width: 1024px) {
  .rc-card { flex: 0 0 calc(33.333% - 10px); } /* 3 per row on tablet */
}
@media (max-width: 700px) {
  .rc-root { padding: 0 44px 32px; }
  .rc-card { flex: 0 0 calc(50% - 7px); } /* 2 per row on small tablet */
}
@media (max-width: 480px) {
  .rc-root { padding: 0 40px 28px; }
  .rc-card { flex: 0 0 calc(85%); } /* 1 card + peek on mobile */
}

/* "See all reviews" button below the carousel */
.rc-see-all {
  text-align: center;
  margin-top: 28px;
}
.rc-see-all-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #FBA504;
  color: #FBA504;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s, color 0.2s;
}
.rc-see-all-btn:hover {
  background: #FBA504;
  color: #fff;
}

/* ── Section "View All / View More" CTA button ─────────────── */
.hp-view-all-btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 32px;
  border-radius: 8px;
  border: 2px solid #1A4B89;
  color: #1A4B89;
  font-family: 'Poppins', sans-serif;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .01em;
  transition: background .18s, color .18s;
}
.hp-view-all-btn:hover {
  background: #1A4B89;
  color: #fff;
}

/* ── Compact section header (centered, Northwell+Oswald like Spiritual) ─ */
/* Strips the 52px top padding from ace-section-header — the section
   itself already has 44px top via .hp-compact-sec */
.hp-sec-head-compact {
  padding-top: 0;
  padding-bottom: 20px;
}
/* Centered row: rating badge + CTA link below the title */
.hp-head-sub-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

/* ── Compact Reviews + Experiences sections ───────────────── */
.hp-compact-sec {
  background: #fff;
  padding: 44px 0;
  border-top: 1px solid #e8ecf2;
}
.hp-compact-sec-alt {
  background: #f7f9fc;
}
.hp-compact-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 48px;
}
/* Inline header row */
.hp-compact-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 20px;
  flex-wrap: wrap;
}
.hp-compact-head-left {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-shrink: 0;
}
.hp-compact-head-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
/* Script eyebrow */
.hp-compact-script {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FBA504;
  line-height: 1;
  white-space: nowrap;
}
/* Section title */
.hp-compact-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #16314f;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}
.hp-compact-title em {
  font-style: italic;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.45rem;
  color: #1A4B89;
}
/* Rating pill badge */
.hp-compact-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 5px 14px 5px 10px;
  font-size: 11.5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #16314f;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  white-space: nowrap;
}
.hp-compact-badge-stars { color: #FBA504; font-size: 13px; }
.hp-compact-badge-dim   { font-weight: 400; color: #6b7280; font-size: 11px; }
/* Inline CTA button */
.hp-compact-cta {
  display: inline-block;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1A4B89;
  text-decoration: none;
  border: 1.5px solid #1A4B89;
  border-radius: 6px;
  padding: 6px 16px;
  white-space: nowrap;
  transition: background .15s, color .15s;
  flex-shrink: 0;
}
.hp-compact-cta:hover { background: #1A4B89; color: #fff; }
/* Middle description (Experiences) */
.hp-compact-desc {
  font-size: 12.5px;
  font-family: 'Poppins', sans-serif;
  color: #6b7280;
  line-height: 1.5;
  flex: 1;
  padding: 0 20px;
  border-left: 2px solid #e8ecf2;
  border-right: 2px solid #e8ecf2;
  margin: 0;
}
/* Responsive */
@media (max-width: 900px) {
  .hp-compact-inner { padding: 0 24px; }
  .hp-compact-desc  { display: none; }
  .hp-compact-head  { margin-bottom: 18px; }
}
@media (max-width: 600px) {
  .hp-compact-sec   { padding: 32px 0; }
  .hp-compact-badge { display: none; }
}
