/*
Theme Name: Thurju Nepal Trekking
Theme URI: https://thurju.com
Author: Thurju.com
Author URI: https://thurju.com
Description: A professional Nepal trekking website theme for Thurju.com — featuring destinations, homestays, booking forms, photo gallery, and contact sections. Dark forest-green and gold luxury aesthetic.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thurju
Tags: travel, trekking, nepal, one-page, custom-background, custom-logo, featured-images, full-width-template
*/

/* ============================================================
   RESET & ROOT
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #C9A84C;
  --gold-light: #D4AE6A;
  --deep: #1A2C1E;
  --snow: #F5F2EB;
  --cream: #EDE7D9;
  --ink: #0B0F0C;
  --muted: #4A5C4E;
  --sage: #3D5247;
  --stone: #7A7163;
  --warm: #D4884A;
  --sky: #6BAED6;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--snow);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.1; }
p { line-height: 1.85; }

.eyebrow {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
  display: flex; align-items: center; gap: .8rem;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.display-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300; color: var(--ink); line-height: 1.12;
}
.display-title em { font-style: italic; color: var(--sage); }
.display-title-light { color: var(--snow); }
.display-title-light em { color: var(--gold-light); }

/* ============================================================
   BUTTONS
============================================================ */
.btn-primary {
  display: inline-block;
  background: var(--gold); color: var(--ink);
  padding: .85rem 2rem;
  font-family: var(--sans); font-size: .72rem;
  letter-spacing: .15em; text-transform: uppercase; font-weight: 500;
  border: none; cursor: pointer; text-decoration: none;
  transition: background .2s, transform .2s;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }

.btn-outline {
  display: inline-block;
  background: transparent; color: var(--snow);
  padding: .85rem 2rem;
  font-family: var(--sans); font-size: .72rem;
  letter-spacing: .15em; text-transform: uppercase; font-weight: 500;
  border: 1px solid rgba(245,242,235,.35); cursor: pointer; text-decoration: none;
  transition: border-color .2s, color .2s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.btn-dark {
  display: inline-block;
  background: var(--ink); color: var(--snow);
  padding: .85rem 2rem;
  font-family: var(--sans); font-size: .72rem;
  letter-spacing: .15em; text-transform: uppercase; font-weight: 500;
  border: none; cursor: pointer; text-decoration: none;
  transition: background .2s;
}
.btn-dark:hover { background: var(--sage); }

/* ============================================================
   NAVIGATION
============================================================ */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 3rem; height: 72px;
  transition: all .4s ease;
}
#site-header.scrolled {
  background: rgba(11,15,12,.97);
  border-bottom: 1px solid rgba(201,168,76,.15);
}
.site-logo {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.logo-icon svg { width: 34px; height: 34px; }
.logo-text {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--snow);
}
.main-nav ul { display: flex; gap: 2.5rem; list-style: none; }
.main-nav a {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(245,242,235,.7); text-decoration: none; transition: color .2s;
}
.main-nav a:hover { color: var(--snow); }
.nav-actions { display: flex; align-items: center; gap: 1.2rem; }
.nav-phone { font-size: .72rem; letter-spacing: .08em; color: rgba(245,242,235,.5); }
.nav-cta {
  background: var(--gold); color: var(--ink);
  padding: .55rem 1.4rem; font-size: .72rem;
  letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  border: none; cursor: pointer; font-family: var(--sans); text-decoration: none;
  transition: background .2s;
}
.nav-cta:hover { background: var(--gold-light); }
.mobile-menu-btn {
  display: none; background: transparent;
  border: 1px solid rgba(245,242,235,.3);
  color: var(--snow); padding: .4rem .8rem; cursor: pointer; font-size: 1.2rem;
}

/* ============================================================
   HERO
============================================================ */
.site-hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-left {
  background: var(--ink); display: flex; flex-direction: column;
  justify-content: flex-end; padding: 7rem 4rem 5rem;
  position: relative; overflow: hidden;
}
.hero-grain {
  position: absolute; inset: 0; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px; pointer-events: none;
}
.hero-mountain-bg {
  position: absolute; bottom: 0; left: 0; right: 0; height: 55%; opacity: .12;
}
.hero-eyebrow {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 1.8rem;
  display: flex; align-items: center; gap: .8rem;
}
.hero-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold); }
.hero-left h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 300; line-height: 1.08; color: var(--snow); margin-bottom: 2rem;
}
.hero-left h1 em { font-style: italic; color: var(--gold-light); }
.hero-desc {
  font-size: .85rem; line-height: 1.9;
  color: rgba(245,242,235,.55); max-width: 360px; margin-bottom: 2.8rem;
}
.hero-cta-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero-right {
  position: relative; background: var(--deep);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero-img-area { position: absolute; inset: 0; overflow: hidden; }
.hero-img-area img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(.7) saturate(.9);
}
.hero-img-area .fallback-mountain { width: 100%; height: 100%; }
.hero-badge {
  position: absolute; top: 2rem; right: 2rem; z-index: 3;
  background: var(--gold); padding: .6rem 1rem;
  font-size: .62rem; letter-spacing: .15em;
  text-transform: uppercase; font-weight: 500; color: var(--ink);
}
.hero-stats-bar {
  position: relative; z-index: 2; padding: 2rem;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, transparent 100%);
  display: flex; gap: 2px;
}
.hero-stat {
  flex: 1; padding: 1.2rem;
  border: 1px solid rgba(245,242,235,.12);
}
.hero-stat-num {
  font-family: var(--serif); font-size: 1.8rem;
  font-weight: 600; color: var(--snow); letter-spacing: -.02em;
}
.hero-stat-label {
  font-size: .65rem; letter-spacing: .15em;
  text-transform: uppercase; color: rgba(245,242,235,.45); margin-top: .2rem;
}

/* ============================================================
   MARQUEE
============================================================ */
.marquee-strip {
  background: var(--ink); padding: .9rem 0; overflow: hidden; white-space: nowrap;
  border-top: 1px solid rgba(245,242,235,.06);
}
.marquee-inner { display: inline-flex; animation: marquee 28s linear infinite; }
.marquee-item {
  display: inline-flex; align-items: center; gap: 1.5rem;
  padding: 0 2.5rem; font-size: .68rem; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(245,242,235,.35);
  border-right: 1px solid rgba(245,242,235,.08);
}
.marquee-item strong { color: var(--gold); font-weight: 400; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   SECTIONS
============================================================ */
.section { padding: 7rem 4rem; }
.section-header { margin-bottom: 3.5rem; }
.section-header-center { text-align: center; }
.section-header-center .eyebrow { justify-content: center; }
.section-header-center .eyebrow::before { display: none; }

/* ============================================================
   DESTINATIONS
============================================================ */
.dest-section { background: var(--snow); }
.dest-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 3.5rem;
}
.dest-link-all {
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--stone); text-decoration: none;
  display: flex; align-items: center; gap: .5rem; transition: color .2s;
}
.dest-link-all:hover { color: var(--ink); }
.dest-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto; gap: 2px;
}
.dest-card {
  position: relative; overflow: hidden;
  background: var(--ink); display: block; text-decoration: none;
  cursor: pointer;
}
.dest-card:nth-child(1) { grid-row: span 2; }
.dest-card-inner { position: relative; width: 100%; }
.dest-card:nth-child(1) .dest-card-inner { height: 100%; min-height: 500px; }
.dest-card:not(:nth-child(1)) .dest-card-inner { aspect-ratio: 4/3; }
.dest-bg {
  position: absolute; inset: 0;
  transition: transform .7s cubic-bezier(.25,.46,.45,.94);
}
.dest-card:hover .dest-bg { transform: scale(1.05); }
.dest-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8); }
.dest-bg-fallback { width: 100%; height: 100%; }
.d1 { background: linear-gradient(155deg, #0a1f12, #162b1a, #1d4028); }
.d2 { background: linear-gradient(155deg, #111827, #1a2a3d, #0f1f2e); }
.d3 { background: linear-gradient(155deg, #1f100a, #2d1710, #3d2318); }
.d4 { background: linear-gradient(155deg, #150d1f, #221232, #2d1a45); }
.d5 { background: linear-gradient(155deg, #0a1a12, #0f2a1a, #1a3d28); }
.dest-mountain-art { position: absolute; bottom: 0; left: 0; right: 0; opacity: .22; }
.dest-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,10,7,.94) 0%, transparent 60%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 2rem; transition: opacity .3s;
}
.dest-card:hover .dest-overlay { opacity: .92; }
.dest-region {
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: .4rem;
}
.dest-name {
  font-family: var(--serif); font-size: 1.5rem;
  font-weight: 400; color: var(--snow); line-height: 1.15; margin-bottom: .4rem;
}
.dest-card:first-child .dest-name { font-size: 2.2rem; }
.dest-info { font-size: .68rem; letter-spacing: .08em; color: rgba(245,242,235,.5); }
.dest-elev {
  position: absolute; top: 1.2rem; right: 1.2rem;
  background: rgba(11,15,12,.7); backdrop-filter: blur(8px);
  font-size: .62rem; letter-spacing: .12em; font-family: monospace;
  color: var(--gold-light); padding: .3rem .7rem;
  border: 1px solid rgba(201,168,76,.2);
}
.new-pill {
  position: absolute; top: 1.2rem; left: 1.2rem;
  background: var(--gold); font-size: .58rem;
  letter-spacing: .15em; font-weight: 500; text-transform: uppercase;
  color: var(--ink); padding: .25rem .65rem;
}

/* ============================================================
   FEATURES STRIP
============================================================ */
.feature-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(11,15,12,.08);
  border-bottom: 1px solid rgba(11,15,12,.08);
}
.feature-item {
  padding: 3rem 2.5rem;
  border-right: 1px solid rgba(11,15,12,.08);
  transition: background .2s;
}
.feature-item:last-child { border-right: none; }
.feature-item:hover { background: var(--cream); }
.fi-num {
  font-family: var(--serif); font-size: .8rem;
  color: rgba(61,82,71,.4); letter-spacing: .1em; margin-bottom: 1.2rem;
}
.fi-title {
  font-family: var(--serif); font-size: 1.15rem;
  font-weight: 400; color: var(--ink); margin-bottom: .7rem;
}
.fi-desc { font-size: .78rem; line-height: 1.85; color: var(--stone); }

/* ============================================================
   HOMESTAY
============================================================ */
.homestay-section { background: var(--ink); }
.hs-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: start; max-width: 1200px; margin: 0 auto;
}
.hs-eyebrow {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
  display: flex; align-items: center; gap: .8rem;
}
.hs-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.hs-title {
  font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 300; color: var(--snow); line-height: 1.12; margin-bottom: 1.8rem;
}
.hs-title em { font-style: italic; color: var(--gold-light); }
.hs-body { font-size: .82rem; line-height: 2; color: rgba(245,242,235,.5); margin-bottom: 2.5rem; }
.hs-perks { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 3rem; }
.hs-perk {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: .9rem 0; border-bottom: 1px solid rgba(245,242,235,.07);
}
.hs-perk-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); margin-top: 6px; flex-shrink: 0;
}
.hs-perk-title {
  font-size: .8rem; font-weight: 500; color: var(--snow);
  letter-spacing: .03em; margin-bottom: .2rem;
}
.hs-perk-desc { font-size: .74rem; color: rgba(245,242,235,.45); line-height: 1.75; }
.hs-quote-block {
  padding: 2rem; border-left: 2px solid var(--gold);
  background: rgba(201,168,76,.04); margin-top: 1rem;
}
.hs-quote-text {
  font-family: var(--serif); font-size: 1.05rem;
  font-style: italic; color: rgba(245,242,235,.7);
  line-height: 1.8; margin-bottom: .8rem;
}
.hs-quote-attr {
  font-size: .65rem; letter-spacing: .15em;
  text-transform: uppercase; color: var(--gold);
}
.hs-cards { display: flex; flex-direction: column; gap: 2px; }
.hs-card {
  padding: 1.6rem 1.8rem;
  border: 1px solid rgba(245,242,235,.07);
  transition: all .2s; cursor: pointer;
  display: flex; gap: 1.2rem; text-decoration: none;
}
.hs-card:hover { border-color: rgba(201,168,76,.3); background: rgba(245,242,235,.03); }
.hs-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.2);
  display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
}
.hs-loc {
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .3rem;
}
.hs-name {
  font-family: var(--serif); font-size: 1.1rem;
  color: var(--snow); margin-bottom: .3rem; font-weight: 400;
}
.hs-desc { font-size: .72rem; color: rgba(245,242,235,.45); line-height: 1.75; }
.hs-tags { display: flex; gap: .5rem; margin-top: .6rem; flex-wrap: wrap; }
.hs-tag {
  font-size: .58rem; letter-spacing: .12em; text-transform: uppercase;
  padding: .2rem .6rem; border: 1px solid rgba(245,242,235,.1);
  color: rgba(245,242,235,.35);
}
.hs-tag-gold { border-color: rgba(201,168,76,.35); color: rgba(212,174,106,.8); }
.hs-stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(245,242,235,.07);
  margin-top: 6rem; padding-top: 3rem;
}
.hs-stat-item { text-align: center; padding: 1.5rem; }
.hs-stat-num {
  font-family: var(--serif); font-size: 2.2rem;
  font-weight: 300; color: var(--warm);
}
.hs-stat-label {
  font-size: .65rem; letter-spacing: .15em;
  text-transform: uppercase; color: rgba(245,242,235,.3); margin-top: .3rem;
}

/* ============================================================
   ROUTES
============================================================ */
.routes-section { background: var(--cream); }
.routes-list { margin-top: 3rem; }
.route-row {
  display: flex; align-items: center; gap: 2rem; padding: 1.6rem 2rem;
  border-bottom: 1px solid rgba(11,15,12,.08);
  cursor: pointer; transition: all .2s;
  text-decoration: none; color: inherit;
}
.route-row:hover { background: var(--snow); padding-left: 3rem; }
.route-num {
  font-family: monospace; font-size: .75rem;
  color: rgba(11,15,12,.2); min-width: 36px;
}
.route-body { flex: 1; }
.route-name {
  font-family: var(--serif); font-size: 1.2rem;
  font-weight: 400; color: var(--ink); margin-bottom: .2rem;
}
.route-meta { font-size: .7rem; letter-spacing: .08em; color: var(--stone); }
.route-badge {
  font-size: .58rem; letter-spacing: .15em; text-transform: uppercase;
  padding: .25rem .75rem; border: 1px solid; flex-shrink: 0;
}
.badge-gold { color: var(--gold); border-color: rgba(201,168,76,.4); }
.badge-sky { color: var(--sky); border-color: rgba(107,174,214,.4); }
.route-diff { font-size: .68rem; letter-spacing: .1em; color: var(--stone); min-width: 90px; text-align: right; }

/* ============================================================
   BOOKING FORM
============================================================ */
.booking-section { background: var(--snow); }
.booking-inner {
  display: grid; grid-template-columns: 1fr 360px;
  gap: 4rem; max-width: 1100px; margin: 0 auto;
}
.form-section-label {
  font-family: var(--serif); font-size: 1.1rem; color: var(--gold);
  margin-bottom: 1.2rem; padding-bottom: .6rem;
  border-bottom: 1px solid rgba(201,168,76,.2);
}
.trek-tiles {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; margin-bottom: 1.5rem;
}
.trek-tile {
  padding: .9rem 1rem; background: var(--cream);
  border: 1px solid rgba(11,15,12,.1);
  cursor: pointer; transition: all .2s; position: relative;
}
.trek-tile:hover { border-color: var(--sage); }
.trek-tile.selected { border-color: var(--ink); background: var(--ink); }
.trek-tile.selected .tt-name { color: var(--snow); }
.trek-tile.selected .tt-meta { color: rgba(245,242,235,.5); }
.trek-tile.selected::after {
  content: '✓'; position: absolute;
  top: .7rem; right: .8rem; font-size: .7rem; color: var(--gold);
}
.tt-name { font-size: .8rem; font-weight: 500; color: var(--ink); margin-bottom: .15rem; }
.tt-meta { font-size: .65rem; color: var(--stone); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block; font-size: .65rem; letter-spacing: .15em;
  text-transform: uppercase; color: var(--stone); margin-bottom: .5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: .8rem 1rem;
  background: var(--cream); border: 1px solid rgba(11,15,12,.12);
  color: var(--ink); font-family: var(--sans); font-size: .84rem;
  outline: none; transition: border-color .2s;
  -webkit-appearance: none; appearance: none; border-radius: 0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--sage); }
.form-group textarea { resize: vertical; min-height: 90px; }
.pax-control {
  display: flex; align-items: center; justify-content: space-between;
  padding: .8rem 1rem; background: var(--cream);
  border: 1px solid rgba(11,15,12,.12); margin-bottom: 1.2rem;
}
.pax-label { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--stone); }
.pax-btns { display: flex; align-items: center; gap: .8rem; }
.pax-btn {
  width: 30px; height: 30px; border: 1px solid rgba(11,15,12,.15);
  background: transparent; cursor: pointer; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; color: var(--ink); font-family: var(--sans);
}
.pax-btn:hover { border-color: var(--ink); background: var(--ink); color: var(--snow); }
.pax-number {
  font-family: var(--serif); font-size: 1.3rem;
  color: var(--ink); min-width: 24px; text-align: center;
}
.booking-aside { position: sticky; top: 5rem; }
.aside-panel { background: var(--ink); padding: 2rem; margin-bottom: 2px; }
.aside-title {
  font-family: var(--serif); font-size: 1rem; color: var(--gold-light);
  margin-bottom: 1.2rem; padding-bottom: .8rem;
  border-bottom: 1px solid rgba(245,242,235,.1);
}
.aside-row {
  display: flex; justify-content: space-between; padding: .5rem 0;
  border-bottom: 1px solid rgba(245,242,235,.06);
}
.aside-key { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(245,242,235,.4); }
.aside-val { font-size: .78rem; color: var(--snow); text-align: right; }
.aside-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 1rem; border-top: 1px solid rgba(201,168,76,.3); margin-top: .5rem;
}
.aside-total-label { font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); }
.aside-total-val { font-family: var(--serif); font-size: 2rem; font-weight: 300; color: var(--gold-light); }
.aside-includes {
  font-size: .63rem; color: rgba(245,242,235,.25);
  margin-top: .6rem; line-height: 1.9; letter-spacing: .03em;
}
.wa-button {
  display: flex; align-items: center; justify-content: center; gap: .7rem;
  width: 100%; padding: .9rem;
  background: rgba(37,211,102,.1); border: 1px solid rgba(37,211,102,.25);
  color: #5DDE8A; font-size: .68rem; letter-spacing: .15em;
  text-transform: uppercase; cursor: pointer; font-family: var(--sans);
  transition: background .2s; text-decoration: none; margin-top: 2px;
}
.wa-button:hover { background: rgba(37,211,102,.18); }
.aside-note {
  font-size: .63rem; color: rgba(245,242,235,.25);
  text-align: center; margin-top: .8rem; line-height: 1.7;
}
.booking-success {
  display: none; padding: 1.2rem;
  background: rgba(59,109,17,.12); border: 1px solid rgba(59,109,17,.25);
  color: #7dc44a; font-size: .76rem; letter-spacing: .05em; margin-top: .5rem; line-height: 1.8;
}

/* ============================================================
   GALLERY
============================================================ */
.gallery-section { background: var(--cream); }
.gallery-filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.gf-btn {
  padding: .4rem 1rem; font-size: .65rem; letter-spacing: .15em;
  text-transform: uppercase; background: transparent; color: var(--stone);
  border: 1px solid rgba(11,15,12,.15); cursor: pointer;
  font-family: var(--sans); transition: all .2s;
}
.gf-btn:hover { border-color: var(--ink); color: var(--ink); }
.gf-btn.active { background: var(--ink); border-color: var(--ink); color: var(--snow); }
.gallery-masonry { columns: 3; column-gap: 2px; }
.gallery-item {
  break-inside: avoid; margin-bottom: 2px;
  position: relative; overflow: hidden; cursor: pointer; display: block;
}
.gallery-item .gal-bg {
  width: 100%; display: block;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.gallery-item:hover .gal-bg { transform: scale(1.05); }
.gallery-item img { width: 100%; display: block; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.05); }
.gal-overlay {
  position: absolute; inset: 0;
  background: rgba(5,10,7,.72); opacity: 0;
  transition: opacity .3s;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1.2rem;
}
.gallery-item:hover .gal-overlay { opacity: 1; }
.gal-loc {
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: .3rem;
}
.gal-name { font-family: var(--serif); font-size: 1.1rem; color: var(--snow); }

/* ============================================================
   CONTACT
============================================================ */
.contact-section { background: var(--snow); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; max-width: 1000px; margin: 0 auto;
}
.ct-title { font-family: var(--serif); font-size: 1.8rem; font-weight: 300; color: var(--ink); margin-bottom: 1rem; }
.ct-intro { font-size: .82rem; line-height: 2; color: var(--stone); margin-bottom: 2.5rem; }
.contact-detail {
  display: flex; align-items: flex-start; gap: 1rem;
  margin-bottom: 1.5rem; padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(11,15,12,.07);
}
.ct-icon {
  width: 42px; height: 42px; background: var(--cream);
  border: 1px solid rgba(11,15,12,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0;
}
.ct-key { font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: .25rem; }
.ct-val { font-size: .82rem; color: var(--ink); line-height: 1.6; }
.ct-sub { font-size: .7rem; color: var(--stone); margin-top: .1rem; }
.social-links { display: flex; gap: .5rem; margin-top: 2rem; flex-wrap: wrap; }
.social-btn {
  padding: .4rem 1rem; font-size: .62rem; letter-spacing: .12em;
  text-transform: uppercase; background: transparent;
  border: 1px solid rgba(11,15,12,.15); color: var(--stone);
  cursor: pointer; font-family: var(--sans); transition: all .2s;
  text-decoration: none;
}
.social-btn:hover { border-color: var(--ink); color: var(--ink); }
.contact-success {
  display: none; text-align: center; padding: 3rem 1rem;
}
.contact-success-icon { font-size: 2.5rem; display: block; margin-bottom: 1rem; }
.contact-success-title {
  font-family: var(--serif); font-size: 1.6rem; color: var(--ink); margin-bottom: .5rem;
}
.contact-success-body { font-size: .8rem; color: var(--stone); line-height: 2; }

/* ============================================================
   CTA SECTION
============================================================ */
.cta-section {
  padding: 8rem 4rem; background: var(--sage);
  text-align: center; position: relative; overflow: hidden;
}
.cta-section h2 {
  font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300; color: var(--snow); margin-bottom: 1rem;
}
.cta-section p {
  font-size: .85rem; color: rgba(245,242,235,.6);
  line-height: 2; max-width: 420px; margin: 0 auto 3rem;
}
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
============================================================ */
#site-footer {
  background: var(--ink); padding: 3rem 4rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1.5rem;
  border-top: 1px solid rgba(245,242,235,.06);
}
.footer-logo {
  font-family: var(--serif); font-size: 1.1rem;
  letter-spacing: .12em; color: var(--gold-light); font-weight: 400;
}
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a {
  font-size: .65rem; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(245,242,235,.35); text-decoration: none; transition: color .2s;
}
.footer-links a:hover { color: var(--snow); }
.footer-copy { font-size: .65rem; letter-spacing: .08em; color: rgba(245,242,235,.2); }

/* ============================================================
   SINGLE POST / TREK ARTICLE
============================================================ */
.trek-article-hero {
  min-height: 65vh;
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 7rem 4rem 4rem;
  position: relative; overflow: hidden;
}
.trek-article-hero img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: brightness(.45);
}
.trek-article-hero-content { position: relative; z-index: 2; max-width: 800px; }
.trek-article-category {
  font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 1rem;
  display: flex; align-items: center; gap: .8rem;
}
.trek-article-category::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.trek-article-hero h1 {
  font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300; color: var(--snow); line-height: 1.1; margin-bottom: 1.5rem;
}
.trek-meta-pills { display: flex; gap: .8rem; flex-wrap: wrap; }
.trek-pill {
  font-size: .65rem; letter-spacing: .12em; text-transform: uppercase;
  padding: .3rem .8rem; border: 1px solid rgba(245,242,235,.25);
  color: rgba(245,242,235,.6);
}
.trek-pill.pill-gold { border-color: rgba(201,168,76,.5); color: var(--gold-light); }

.trek-article-body { max-width: 800px; margin: 5rem auto; padding: 0 4rem; }
.trek-article-body h2 {
  font-family: var(--serif); font-size: 2rem; font-weight: 300;
  color: var(--ink); margin: 3rem 0 1rem; line-height: 1.2;
}
.trek-article-body h3 {
  font-family: var(--serif); font-size: 1.4rem;
  color: var(--sage); margin: 2rem 0 .7rem;
}
.trek-article-body p {
  font-size: .9rem; line-height: 2; color: var(--stone); margin-bottom: 1.5rem;
}
.trek-article-body ul, .trek-article-body ol {
  margin: 1rem 0 1.5rem 1.5rem;
}
.trek-article-body li {
  font-size: .88rem; line-height: 1.9; color: var(--stone); margin-bottom: .4rem;
}
.trek-article-body img {
  width: 100%; margin: 2rem 0; border: none;
}
.trek-article-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 1.5rem 2rem; margin: 2rem 0;
  background: var(--cream);
}
.trek-article-body blockquote p {
  font-family: var(--serif); font-size: 1.1rem;
  font-style: italic; color: var(--ink); margin: 0;
}

.trek-info-box {
  background: var(--ink); padding: 2.5rem;
  margin: 3rem 0;
}
.trek-info-box-title {
  font-family: var(--serif); font-size: 1.2rem;
  color: var(--gold-light); margin-bottom: 1.5rem;
  padding-bottom: .8rem; border-bottom: 1px solid rgba(245,242,235,.1);
}
.trek-info-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.trek-info-item { }
.tii-label {
  font-size: .62rem; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(245,242,235,.4); margin-bottom: .25rem;
}
.tii-val { font-size: .85rem; color: var(--snow); }

.itinerary-list { margin: 1.5rem 0; }
.itin-day {
  display: flex; gap: 1.5rem; padding: 1.2rem 0;
  border-bottom: 1px solid rgba(11,15,12,.08);
}
.itin-day-num {
  font-family: monospace; font-size: .72rem; color: var(--gold);
  min-width: 52px; padding-top: .15rem;
}
.itin-day-title { font-size: .9rem; font-weight: 500; color: var(--ink); margin-bottom: .25rem; }
.itin-day-desc { font-size: .8rem; color: var(--stone); line-height: 1.8; }

.trek-book-cta {
  background: var(--sage); padding: 3rem;
  text-align: center; margin: 4rem 0;
}
.trek-book-cta h3 {
  font-family: var(--serif); font-size: 1.8rem;
  font-weight: 300; color: var(--snow); margin-bottom: .8rem;
}
.trek-book-cta p {
  font-size: .82rem; color: rgba(245,242,235,.6); margin-bottom: 1.8rem;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .section { padding: 5rem 2.5rem; }
  .dest-section { padding: 5rem 2.5rem; }
  .homestay-section { padding: 5rem 2.5rem; }
  .routes-section { padding: 5rem 2.5rem; }
  .booking-section { padding: 5rem 2.5rem; }
  .gallery-section { padding: 5rem 2.5rem; }
  .contact-section { padding: 5rem 2.5rem; }
  #site-footer { padding: 2.5rem; }
  #site-header { padding: 0 2rem; }
  .hs-grid { gap: 3.5rem; }
  .booking-inner { grid-template-columns: 1fr 320px; gap: 2.5rem; }
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  .mobile-menu-btn { display: block; }
  .site-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 7rem 2rem 4rem; min-height: 75vh; }
  .hero-right { min-height: 50vh; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .dest-card:nth-child(1) { grid-row: auto; }
  .feature-strip { grid-template-columns: 1fr 1fr; }
  .feature-item { border-bottom: 1px solid rgba(11,15,12,.08); }
  .hs-grid { grid-template-columns: 1fr; }
  .booking-inner { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 2; }
  .hs-stats-row { grid-template-columns: repeat(2, 1fr); }
  .trek-info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 4rem 1.5rem; }
  .dest-section, .homestay-section, .routes-section,
  .booking-section, .gallery-section, .contact-section { padding: 4rem 1.5rem; }
  .dest-grid { grid-template-columns: 1fr; }
  .trek-tiles { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 1; }
  .feature-strip { grid-template-columns: 1fr; }
  .hero-left { padding: 6rem 1.5rem 3rem; }
  #site-header { padding: 0 1.5rem; }
  #site-footer { flex-direction: column; align-items: center; text-align: center; padding: 2rem 1.5rem; }
  .cta-section { padding: 5rem 1.5rem; }
  .trek-article-hero { padding: 6rem 1.5rem 3rem; }
  .trek-article-body { padding: 0 1.5rem; margin: 3rem auto; }
}

/* ============================================================
   WORDPRESS DEFAULT ALIGNMENT
============================================================ */
.alignleft { float: left; margin: 0 2rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 2rem; }
.aligncenter { display: block; margin: 2rem auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .75rem; color: var(--stone); margin-top: .5rem; text-align: center; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden;
  position: absolute; white-space: nowrap; width: 1px;
}
