/* ==========================================================
   Premium visual system — Sherpa Expedition & Trekking
   Loaded last so the original content remains maintainable.
   ========================================================== */

:root {
  --primary: #123f3d;
  --primary-dark: #0b292b;
  --accent: #c38c3f;
  --accent-dark: #9a6829;
  --bg-white: #fffefb;
  --bg-light: #f5f0e7;
  --bg-dark: #0b2426;
  --text-dark: #15282b;
  --text-medium: #596867;
  --text-light: #81908d;
  --border: #ded8cc;
  --shadow: 0 18px 50px rgba(12, 41, 43, 0.10);
  --shadow-hover: 0 28px 70px rgba(12, 41, 43, 0.16);
  --radius: 16px;
  --max-width: 1280px;
  --transition: 0.28s cubic-bezier(.2,.8,.2,1);
  --header-height: 88px;
  --cream: #fbf8f1;
  --sand: #e7ddcc;
  --pine: #123f3d;
  --pine-deep: #09272a;
  --gold: #c38c3f;
  --terracotta: #a84f3c;
}

html {
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  background: var(--cream);
  color: var(--text-dark);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3,
.section-title h2,
.hero-content h1,
.page-hero .hero-content h1 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

p {
  color: var(--text-medium);
}

::selection {
  color: #fff;
  background: var(--gold);
}

.container {
  width: min(100% - 48px, var(--max-width));
  padding-inline: 0;
}

.topbar {
  padding: 9px 0;
  color: rgba(255,255,255,.88);
  background: var(--pine-deep);
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: .76rem;
  letter-spacing: .035em;
}

.topbar-left a {
  opacity: .86;
}

.topbar-left a:hover {
  color: #f2cf93;
  opacity: 1;
}

.header {
  height: var(--header-height);
  background: rgba(255,254,251,.94);
  border-bottom: 1px solid rgba(18,63,61,.09);
  box-shadow: 0 6px 30px rgba(9,39,42,.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header.scrolled {
  box-shadow: 0 10px 38px rgba(9,39,42,.12);
}

.logo-img {
  width: 218px;
  height: auto;
  max-height: 66px;
}

.main-nav {
  gap: 0;
}

.main-nav > li > a,
.main-nav > li > .nav-toggle {
  min-height: 48px;
  padding: 10px 11px;
  color: #263b3c;
  font-size: .81rem;
  font-weight: 650;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.main-nav > li > a:hover,
.main-nav > li > a.active,
.main-nav > li > .nav-toggle:hover,
.main-nav > li > .nav-toggle:focus-visible,
.main-nav > li.open > .nav-toggle {
  color: var(--pine);
  background: rgba(195,140,63,.10);
}

.main-nav > li:last-child > a {
  margin-left: 7px;
  padding-inline: 18px;
  color: #fff;
  background: var(--pine);
  border-radius: 999px;
}

.main-nav > li:last-child > a:hover {
  color: #fff;
  background: var(--gold);
}

.dropdown,
.mega-dropdown {
  border: 1px solid rgba(18,63,61,.11);
  background: rgba(255,254,251,.98);
  box-shadow: 0 28px 70px rgba(8,35,37,.18);
}

.dropdown {
  min-width: 250px;
  padding: 12px;
  border-radius: 14px;
}

.dropdown a {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: .84rem;
}

.dropdown a:hover {
  padding-left: 16px;
  background: var(--bg-light);
}

.mega-dropdown {
  width: min(980px, 94vw);
  padding: 34px;
}

.mega-col h5 {
  color: var(--gold);
  border-bottom-color: var(--sand);
  letter-spacing: .1em;
}

.mega-col a {
  padding-block: 5px;
  color: #334747;
  font-size: .76rem;
}

.nav-search {
  display: flex;
  align-items: center;
  width: 210px;
  height: 44px;
  overflow: visible;
  border: 1px solid rgba(18,63,61,.16);
  border-radius: 999px;
  background: #f5f2eb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  transition: width var(--transition), border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.nav-search:focus-within {
  width: 250px;
  border-color: rgba(195,140,63,.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(195,140,63,.12), 0 8px 24px rgba(9,39,42,.08);
}

.nav-search input,
.nav-search input:focus {
  width: 100%;
  height: 100%;
  padding: 0 48px 0 17px;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: var(--pine-deep);
  font-size: .8rem;
}

.nav-search input::placeholder {
  color: #798682;
}

.nav-search .search-submit {
  right: 5px;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  background: var(--pine);
  transition: background var(--transition), transform var(--transition);
}

.nav-search .search-submit:hover {
  background: var(--gold);
  transform: translateY(-50%) scale(1.04);
}

.nav-search .search-submit svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.search-results {
  overflow: hidden;
  border: 1px solid rgba(18,63,61,.12);
  border-radius: 14px;
  box-shadow: var(--shadow-hover);
}

.search-result-item.active,
.search-result-item:hover {
  background: var(--bg-light);
}

.hero {
  background: var(--pine-deep);
}

.hero-home {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  min-height: 650px;
  padding: 48px 0 56px;
  isolation: isolate;
}

.hero-home .hero-bg {
  transform: scale(1.01);
  filter: saturate(.88) contrast(1.04);
}

.hero-home .hero-bg::after {
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(5,27,29,.52) 0%, rgba(5,27,29,.31) 44%, rgba(5,27,29,.04) 78%),
    linear-gradient(0deg, rgba(5,27,29,.58) 0%, rgba(5,27,29,.18) 34%, transparent 60%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 0;
  height: 100%;
}

.hero-home .hero-content {
  position: relative;
  inset: auto;
  width: min(760px, 70%);
  max-width: none;
  padding: 0;
  transform: translateY(-16px);
  text-align: left;
}

.hero-home .hero-content h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3rem, 5.5vw, 5.45rem);
  font-weight: 500;
  text-wrap: balance;
  text-shadow: 0 5px 30px rgba(0,0,0,.2);
}

.hero-home .hero-content h1 em {
  color: #e6ad4f;
  font-size: .88em;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(4, 24, 27, .58);
}

.hero-home .hero-content > p {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}

.hero-buttons {
  gap: 12px;
  justify-content: flex-start;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: .055em;
  text-transform: uppercase;
  box-shadow: none;
}

.btn-primary {
  color: #142829;
  background: #e1b66e;
}

.btn-primary:hover {
  color: #fff;
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(195,140,63,.3);
  transform: translateY(-2px);
}

.btn-blue {
  color: #fff;
  background: var(--pine);
}

.btn-blue:hover {
  background: var(--pine-deep);
  transform: translateY(-2px);
}

.btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.58);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}

.btn-outline:hover {
  color: var(--pine-deep);
  border-color: #fff;
  background: #fff;
}

.hero-stats {
  max-width: 630px;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.2);
  gap: 42px;
  justify-content: flex-start;
}

.hero-stat {
  text-align: left;
}

.hero-stat strong {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.hero-stat span {
  color: rgba(255,255,255,.64);
  font-size: .72rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mobile-scroll-cue {
  display: none;
}

.journey-bar {
  position: relative;
  z-index: 5;
  padding-top: 24px;
  color: #fff;
  background: var(--cream);
}

.journey-bar-inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: var(--pine);
  box-shadow: 0 -10px 36px rgba(8, 39, 39, .08);
}

.journey-intro,
.journey-bar-inner > a {
  min-height: 148px;
  padding: 28px 30px;
}

.journey-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--pine-deep);
}

.journey-intro span {
  margin-bottom: 8px;
  color: #e5b96f;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.journey-intro strong {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
}

.journey-bar-inner > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.12);
  transition: background var(--transition), padding var(--transition);
}

.journey-bar-inner > a:hover {
  padding-left: 36px;
  background: rgba(255,255,255,.08);
}

.journey-bar-inner > a > span {
  position: absolute;
  top: 15px;
  right: 18px;
  color: rgba(255,255,255,.25);
  font-family: Georgia, serif;
  font-size: 1.15rem;
}

.journey-bar-inner > a strong {
  margin-bottom: 4px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.journey-bar-inner > a small {
  color: rgba(255,255,255,.62);
  font-size: .75rem;
}

.section {
  padding: 104px 0;
}

.section-light {
  background: #f0eadf;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 54px;
}

.section-title h2 {
  color: var(--pine-deep);
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  font-weight: 500;
}

.section-title p {
  max-width: 580px;
  margin: 15px auto 0;
  color: #6d7774;
  font-size: 1rem;
}

.accent-line {
  width: 54px;
  height: 2px;
  margin-top: 20px;
  background: var(--gold);
}

.welcome-grid,
.about-grid,
.expedition-grid {
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.welcome-image,
.why-image,
.about-image {
  min-height: 560px;
  border-radius: 2px 90px 2px 2px;
  box-shadow: 28px 28px 0 var(--sand);
  filter: saturate(.88);
}

.welcome-text .since {
  color: var(--gold);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .18em;
}

.welcome-text h2,
.expedition-text h2 {
  margin: 14px 0 24px;
  color: var(--pine-deep);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 500;
}

.welcome-text p,
.expedition-text p {
  margin-bottom: 18px;
  font-size: 1.01rem;
}

.destinations-grid,
.packages-grid,
.blog-grid,
.reviews-grid {
  gap: 28px;
}

.destination-card,
.package-card,
.blog-card,
.review-card,
.contact-form-card,
.contact-info-card {
  overflow: hidden;
  border: 1px solid rgba(18,63,61,.09);
  border-radius: var(--radius);
  background: var(--bg-white);
  box-shadow: 0 12px 35px rgba(10,43,44,.07);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.destination-card:hover,
.package-card:hover,
.blog-card:hover,
.review-card:hover {
  border-color: rgba(195,140,63,.35);
  box-shadow: var(--shadow-hover);
  transform: translateY(-8px);
}

.destination-img,
.package-image,
.blog-card-image {
  overflow: hidden;
  background: var(--pine-deep);
}

.destination-img {
  height: 280px;
}

.package-image {
  height: 245px;
}

.destination-img img,
.package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9);
  transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease;
}

.destination-card:hover img,
.package-card:hover img {
  filter: saturate(1.03);
  transform: scale(1.055);
}

.destination-body,
.package-body,
.blog-card-body {
  padding: 28px;
}

.destination-body h3,
.package-body h3,
.blog-card-body h3 {
  color: var(--pine-deep);
  font-family: Georgia, serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.25;
}

.destination-meta,
.package-meta {
  padding-block: 12px;
  color: #687675;
  border-bottom: 1px solid #eee9df;
  font-size: .76rem;
}

.destination-price strong,
.package-price,
.trip-price {
  color: var(--pine);
  font-family: Georgia, serif;
}

.destination-actions,
.package-actions {
  margin-top: 20px;
}

.destination-actions .btn,
.package-actions .btn {
  font-size: .69rem;
}

.destination-actions .btn-blue,
.package-actions .btn-blue {
  color: var(--pine);
  border: 1px solid rgba(18,63,61,.25);
  background: transparent;
}

.destination-actions .btn-blue:hover,
.package-actions .btn-blue:hover {
  color: #fff;
  background: var(--pine);
}

.destination-badges span,
.package-badge {
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  backdrop-filter: blur(8px);
}

.trip-month-card {
  max-width: 1120px;
  grid-template-columns: 1.15fr .85fr;
  border: 0;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.trip-month-image {
  min-height: 520px;
  background-size: cover !important;
  background-position: center !important;
}

.trip-month-info {
  padding: 55px;
  background: var(--pine-deep);
}

.trip-month-info h3,
.trip-month-info p,
.trip-month-info .trip-duration,
.trip-month-info .trip-detail-item {
  color: rgba(255,255,255,.78) !important;
}

.trip-month-info h3 {
  color: #fff !important;
  font-family: Georgia, serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.trip-month-info .trip-price {
  color: #e6bd78;
}

.why-grid {
  gap: 80px;
  align-items: center;
}

.why-point {
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.why-icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--bg-light);
  font-size: 1.25rem;
}

.why-point h4 {
  color: var(--pine-deep);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.why-image {
  min-height: 620px;
  border-radius: 90px 2px 2px 2px;
  box-shadow: -28px 28px 0 var(--sand);
}

.review-card {
  position: relative;
  padding: 38px 32px 32px;
}

.review-card::before {
  position: absolute;
  top: 8px;
  right: 24px;
  color: rgba(195,140,63,.16);
  content: "“";
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}

.review-stars {
  color: var(--gold);
  letter-spacing: .15em;
}

.review-card > p {
  position: relative;
  min-height: 150px;
  color: #425251;
  font-family: Georgia, serif;
  font-size: 1.06rem;
  font-style: italic;
}

.review-author {
  color: var(--pine-deep);
}

.tripadvisor-badge {
  color: #26745c;
  background: #edf5f0;
}

.expedition-collage {
  min-height: 580px;
  gap: 12px;
}

.collage-item {
  border-radius: 14px;
  filter: saturate(.88);
}

.collage-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.collage-item:hover img {
  transform: scale(1.035);
}

.team-section {
  position: relative;
  padding: 120px 0;
  background: var(--pine-deep) url('../images/hero-about-team.webp') center 38% / cover no-repeat;
  isolation: isolate;
}

.blog-card:nth-child(1) .placeholder-img {
  background: url('../images/hero-everest-base-camp-trek.webp') center / cover no-repeat;
}

.blog-card:nth-child(2) .placeholder-img {
  background: url('../images/hero-annapurna-circuit-trekking.webp') center / cover no-repeat;
}

.blog-card:nth-child(3) .placeholder-img {
  background: url('../images/hero-manaslu-circuit-trekking.webp') center / cover no-repeat;
}

.blog-card:nth-child(4) .placeholder-img {
  background: url('../images/hero-why-choose-us.webp') center / cover no-repeat;
}

.blog-card:nth-child(5) .placeholder-img {
  background: url('../images/hero-kathmandu-valley-day-tour.webp') center / cover no-repeat;
}

.blog-card:nth-child(6) .placeholder-img {
  background: url('../images/hero-sherpani-col-trekking.webp') center / cover no-repeat;
}

.team-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(7,31,33,.9), rgba(7,31,33,.55));
}

.team-section h2 {
  max-width: 720px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
}

.team-section p {
  max-width: 800px;
  color: rgba(255,255,255,.72);
}

.page-hero {
  height: auto;
  min-height: clamp(500px, 56vh, 650px);
  max-height: none;
  padding: 115px 0 72px;
  align-items: flex-end;
}

.page-hero .hero-bg {
  filter: saturate(.78) contrast(1.08);
}

.page-hero .hero-bg::after {
  background: linear-gradient(0deg, rgba(5,28,30,.88), rgba(5,28,30,.18) 75%);
}

.page-hero .hero-content {
  position: relative;
  inset: auto;
  width: min(100% - 48px, 1180px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  transform: none;
}

.page-hero .hero-content h1 {
  max-width: 980px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(2.7rem, 4.8vw, 4.8rem);
  font-weight: 500;
  text-wrap: balance;
}

.page-hero .hero-content p {
  color: rgba(255,255,255,.78);
  font-size: 1.05rem;
}

.page-listing .packages-grid {
  grid-template-columns: repeat(3, 1fr);
}

.package-detail {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: start;
}

.package-main {
  min-width: 0;
}

.package-tabs {
  position: sticky;
  top: calc(var(--header-height) + 10px);
  z-index: 20;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 0 34px;
  padding: 8px;
  border: 1px solid rgba(18,63,61,.1);
  border-radius: 14px;
  background: rgba(255,254,251,.94);
  box-shadow: 0 10px 30px rgba(9,39,42,.07);
  backdrop-filter: blur(12px);
}

.package-tab {
  flex: 1 0 auto;
  margin: 0;
  padding: 11px 15px;
  border: 0;
  border-radius: 9px;
  color: #64706e;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.package-tab.active {
  color: #fff;
  background: var(--pine);
}

.tab-content {
  padding: 42px;
  border: 1px solid rgba(18,63,61,.09);
  border-radius: 18px;
  background: var(--bg-white);
  box-shadow: 0 10px 35px rgba(10,43,44,.05);
}

.tab-content h2 {
  margin-bottom: 24px;
  color: var(--pine-deep);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 500;
}

.tab-content h3 {
  margin: 35px 0 15px;
  color: var(--pine);
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.tab-content p,
.tab-content li {
  color: #536261;
}

.pricing-table,
.tab-content table {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.pricing-table th,
.tab-content th {
  color: #fff;
  background: var(--pine);
}

.itinerary-day,
.faq-item {
  margin-bottom: 12px;
  border-color: #e6dfd3;
  border-radius: 12px;
  background: #fcfaf5;
}

.day-title {
  color: var(--pine);
}

.faq-question {
  padding: 18px 20px;
  background: #f6f1e8;
}

.trip-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.trip-facts,
.enquiry-form {
  overflow: hidden;
  border: 1px solid rgba(18,63,61,.1);
  border-radius: 18px;
  background: var(--bg-white);
  box-shadow: var(--shadow);
}

.trip-facts-header {
  padding: 24px;
  background: var(--pine-deep);
}

.trip-facts-header h3 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.trip-facts-body {
  padding: 18px 24px;
}

.trip-fact-item {
  padding: 12px 0;
  border-bottom-color: #eee8dd;
}

.enquiry-form {
  margin-top: 24px;
  padding: 28px;
}

.enquiry-form h3,
.contact-form-card h3,
.contact-info-card h3 {
  color: var(--pine-deep);
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.form-group label {
  margin-bottom: 7px;
  color: #334948;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea,
.enquiry-form .form-group input,
.enquiry-form .form-group select,
.enquiry-form .form-group textarea {
  min-height: 48px;
  border: 1px solid #dcd5c9;
  border-radius: 10px;
  background: #fbfaf6;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(195,140,63,.12);
}

.contact-grid {
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: stretch;
}

.contact-info-card,
.contact-form-card {
  padding: 42px;
}

.contact-info-card {
  color: #fff;
  background: var(--pine-deep);
}

.contact-info-card h3,
.contact-info-card h4,
.contact-info-card strong,
.contact-info-card a,
.contact-info-card span {
  color: #fff;
}

.contact-info-card .contact-info-item {
  border-bottom-color: rgba(255,255,255,.12);
}

.contact-info-card .icon {
  background: rgba(255,255,255,.1);
}

.blog-list-item,
.info-card,
.value-card,
.team-card,
.certificate-card {
  border: 1px solid rgba(18,63,61,.09);
  border-radius: var(--radius);
  background: var(--bg-white);
  box-shadow: 0 10px 34px rgba(9,39,42,.06);
}

.footer {
  padding-top: 78px;
  color: rgba(255,255,255,.74);
  background: var(--pine-deep);
}

.footer-grid {
  gap: 42px;
}

.footer-col h4 {
  margin-bottom: 20px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer-col h4::after {
  width: 30px;
  height: 2px;
  margin-top: 11px;
  content: "";
  display: block;
  background: var(--gold);
}

.footer-col p,
.footer-col a,
.footer-contact-item {
  color: rgba(255,255,255,.62);
}

.footer-col a:hover {
  color: #e5b96f;
  transform: translateX(3px);
}

.footer-bottom {
  margin-top: 55px;
  padding: 28px 0;
  border-top-color: rgba(255,255,255,.11);
}

.footer-social a {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
}

.footer-social a:hover {
  color: var(--pine-deep);
  border-color: var(--gold);
  background: var(--gold);
}

.footer-social .social-logo {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

.payment-methods span {
  color: rgba(255,255,255,.68);
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
}

.footer-copyright {
  color: rgba(255,255,255,.44);
  background: #061b1d;
}

.whatsapp-float {
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

body.nav-open::before {
  position: fixed;
  inset: 0;
  z-index: 999;
  content: "";
  background: rgba(4,24,26,.55);
  backdrop-filter: blur(2px);
}

.fade-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .logo-img {
    width: 190px;
  }

  .main-nav > li > a,
  .main-nav > li > .nav-toggle {
    padding-inline: 8px;
    font-size: .75rem;
  }

  .nav-search {
    display: none;
  }

  .page-listing .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 70px;
  }

  .topbar {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .site-navigation {
    margin-left: auto;
  }

  .logo-img {
    width: 185px;
    height: auto;
    max-height: 55px;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: -340px;
    width: min(340px, 100vw);
    height: 100dvh;
    padding: 126px 22px 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    background: var(--bg-white);
    box-shadow: -12px 0 40px rgba(4,27,29,.2);
    z-index: 1000;
    transition: right var(--transition);
  }

  .main-nav.active {
    right: 0;
  }

  .main-nav > li > a,
  .main-nav > li > .nav-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 14px 12px;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    font-size: .78rem;
  }

  .main-nav > li:last-child > a {
    margin: 18px 0 0;
    justify-content: center;
    border: 0;
    border-radius: 999px;
  }

  .dropdown,
  .main-nav > li:focus-within .dropdown {
    position: static;
    display: none;
    width: auto;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: var(--bg-light);
  }

  .main-nav > li.open > .dropdown,
  .dropdown.active {
    display: block;
  }

  .mega-dropdown,
  .mega-parent:focus-within .mega-dropdown,
  .mega-parent.open .mega-dropdown {
    position: static;
    display: none;
    width: auto;
    max-width: none;
    max-height: none;
    padding: 18px 12px;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: var(--bg-light);
  }

  .mega-dropdown.active,
  .mega-parent.open .mega-dropdown {
    display: block;
  }

  .mega-row,
  .mega-row:nth-child(2),
  .mega-row:last-child {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nav-search {
    display: none;
  }

  body.nav-open .nav-search {
    position: fixed;
    top: 72px;
    right: 30px;
    z-index: 1002;
    display: block;
    width: min(280px, calc(100vw - 60px));
    margin: 0;
  }

  body.nav-open .nav-search input,
  body.nav-open .nav-search input:focus {
    width: 100%;
  }

  body.nav-open .search-results {
    top: 118px;
  }

  .hero-home {
    height: auto;
    min-height: 700px;
    padding-block: 56px 68px;
  }

  .hero-home .hero-content {
    width: 82%;
    transform: none;
  }

  .hero-home .hero-content h1 {
    font-size: clamp(3rem, 9vw, 5.2rem);
  }

  .journey-bar-inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .journey-intro {
    grid-column: 1 / -1;
    min-height: auto;
    padding-block: 22px;
    text-align: center;
  }

  .journey-bar-inner > a {
    min-height: 130px;
  }

  .welcome-grid,
  .why-grid,
  .expedition-grid,
  .contact-grid,
  .package-detail {
    grid-template-columns: 1fr;
  }

  .welcome-image,
  .why-image,
  .about-image {
    min-height: 480px;
  }

  .trip-sidebar {
    position: static;
    order: 1;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 34px, var(--max-width));
  }

  .section {
    padding: 72px 0;
  }

  .header .container {
    width: calc(100% - 28px);
  }

  .logo-img {
    width: 165px;
  }

  .hero-home {
    height: auto;
    min-height: calc(100svh - var(--header-height));
    padding: 0;
  }

  .hero-home .hero-bg {
    background-image: url('../images/hero-manaslu-circuit-trekking.webp');
    background-position: center 44%;
    transform: none;
  }

  .hero-home .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(4,25,31,.18) 0%, rgba(4,25,31,.34) 38%, rgba(4,25,31,.9) 100%),
      linear-gradient(90deg, rgba(5,27,29,.52), rgba(5,27,29,.12));
  }

  .hero-home .hero-inner {
    align-items: flex-start;
    width: calc(100% - 40px);
    min-height: calc(100svh - var(--header-height));
    height: auto;
    padding: clamp(88px, 12vh, 110px) 0 48px;
  }

  .hero-home .hero-content {
    width: 100%;
    padding-top: 0;
    text-align: left;
  }

  .hero-home .hero-content h1 {
    margin-bottom: 28px;
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    line-height: 1.02;
    letter-spacing: -.025em;
  }

  .hero-home .hero-content h1 em {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-size: .66em;
    line-height: 1.08;
    letter-spacing: -.015em;
    text-wrap: balance;
  }

  .journey-bar {
    padding-top: 16px;
  }

  .journey-bar-inner {
    border-radius: 12px 12px 0 0;
  }

  .hero-home .hero-content > p {
    max-width: 520px;
    margin-inline: 0;
    margin-bottom: 32px;
    font-size: clamp(.9rem, 3.8vw, 1rem);
    line-height: 1.58;
  }

  .hero-buttons {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .hero-buttons .btn {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    border-radius: 12px;
    text-align: center;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin-top: 28px;
    padding: 19px 8px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(4,28,30,.54);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    backdrop-filter: blur(9px);
  }

  .hero-stat {
    min-width: 0;
    text-align: center;
  }

  .hero-stat strong {
    font-size: 1.25rem;
  }

  .hero-stat span {
    max-width: 92px;
    margin: 3px auto 0;
    font-size: .6rem;
    line-height: 1.35;
  }

  .hero-scroll-cue {
    display: none;
  }

  .mobile-scroll-cue {
    position: absolute;
    bottom: clamp(28px, 5vh, 44px);
    left: 50%;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 17px 10px 20px;
    color: rgba(255,255,255,.9);
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 999px;
    background: rgba(4,28,30,.48);
    box-shadow: 0 12px 32px rgba(0,0,0,.2);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-scroll-cue svg {
    width: 17px;
    height: 17px;
    animation: mobileCueBounce 1.8s ease-in-out infinite;
  }

  .mobile-scroll-cue:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }

  .journey-bar-inner {
    grid-template-columns: 1fr;
  }

  .journey-intro,
  .journey-bar-inner > a {
    min-height: auto;
    padding: 24px 22px;
    text-align: left;
  }

  .section-title {
    margin-bottom: 38px;
  }

  .section-title h2 {
    font-size: 2.35rem;
  }

  .destinations-grid,
  .packages-grid,
  .page-listing .packages-grid,
  .blog-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .destination-img,
  .package-image {
    height: 235px;
  }

  .destination-body,
  .package-body,
  .blog-card-body {
    padding: 24px;
  }

  .welcome-image,
  .why-image,
  .about-image {
    min-height: 360px;
    border-radius: 2px 50px 2px 2px;
    box-shadow: 14px 14px 0 var(--sand);
  }

  .why-image {
    border-radius: 50px 2px 2px 2px;
    box-shadow: -14px 14px 0 var(--sand);
  }

  .trip-month-card {
    grid-template-columns: 1fr;
  }

  .trip-month-image {
    min-height: 320px;
  }

  .trip-month-info {
    padding: 34px 26px;
  }

  .page-hero {
    height: auto;
    min-height: 430px;
    padding: 100px 0 48px;
  }

  .page-hero .hero-content {
    width: calc(100% - 34px);
    padding: 0;
  }

  .page-hero .hero-content h1 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .package-tabs {
    top: calc(var(--header-height) + 5px);
    margin-inline: -17px;
    border-radius: 0;
  }

  .tab-content {
    padding: 28px 22px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 30px 24px;
  }

  .footer {
    padding-top: 60px;
  }
}

@media (max-width: 480px) {
  .hero-home {
    min-height: calc(100svh - var(--header-height));
  }

  .hero-home .hero-inner {
    width: calc(100% - 36px);
    padding: 88px 0 40px;
  }

  .hero-home .hero-content h1 {
    font-size: clamp(2.2rem, 10.3vw, 2.65rem);
  }

  .hero-home .hero-content > p {
    font-size: .9rem;
  }

  .hero-stat strong {
    font-size: 1.18rem;
  }

  .hero-stat span {
    font-size: .56rem;
    letter-spacing: .035em;
  }
}

@media (max-width: 680px) and (max-height: 560px) and (orientation: landscape) {
  .hero-home {
    min-height: 560px;
  }

  .mobile-scroll-cue {
    display: none;
  }
}

@keyframes mobileCueBounce {
  0%, 100% { transform: translateY(-1px); }
  50% { transform: translateY(3px); }
}
