/* Baikunthapur Tour & Travels — static build
   Palette taken from the existing brand: forest green, with a warm gold accent
   picked to sit against the Himalayan photography. */

:root {
  --ink: #0a1a12;
  --forest: #0d5c33;
  --forest-deep: #072a19;
  --forest-mid: #0f7040;
  --gold: #d9a441;
  --gold-soft: #f2d9a5;
  --cream: #fbf8f2;
  --paper: #ffffff;
  --line: #e7e2d8;
  --muted: #5c6b62;
  --shadow: 0 18px 45px rgba(7, 42, 25, .13);
  --shadow-lg: 0 30px 70px rgba(7, 42, 25, .18);
  --r: 18px;
  --r-lg: 26px;
  --wrap: 1220px;
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--body); font-size: 17px; line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.14; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4.3rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.5rem); }
p { margin: 0 0 1.1em; }
.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.center { text-align: center; }

/* ---------- shared bits ---------- */
.eyebrow {
  font-family: var(--body); font-size: .74rem; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
  margin: 0 0 .9rem; display: flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); flex: none; }
.center .eyebrow { justify-content: center; }
.center .eyebrow::after { content: ""; width: 26px; height: 2px; background: var(--gold); flex: none; }

.btn {
  display: inline-flex; align-items: center; gap: .55rem; cursor: pointer;
  font-family: var(--body); font-weight: 800; font-size: .84rem; letter-spacing: .08em;
  text-transform: uppercase; padding: 16px 30px; border-radius: 999px;
  border: 1.5px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #23180a; box-shadow: 0 10px 26px rgba(217, 164, 65, .32); }
.btn-gold:hover { background: #e8b552; }
.btn-green { background: var(--forest); color: #fff; box-shadow: 0 10px 26px rgba(13, 92, 51, .28); }
.btn-green:hover { background: var(--forest-mid); }
.btn-ghost { border-color: rgba(255, 255, 255, .55); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); }
.btn-outline { border-color: var(--forest); color: var(--forest); }
.btn-outline:hover { background: var(--forest); color: #fff; }
.btn-sm { padding: 12px 22px; font-size: .76rem; }

.section { padding: clamp(64px, 8vw, 118px) 0; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--forest-deep); color: #eaf3ed; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #c2d5c9; }
.lede { font-size: 1.06rem; color: var(--muted); max-width: 62ch; }
.section-dark .lede { color: #b9cfc2; }
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 46px; }
.head-row h2 { margin-bottom: .2em; max-width: 20ch; }

/* ---------- header ---------- */
.topbar { background: var(--forest-deep); color: #bcd4c5; font-size: .8rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; gap: 26px; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 12px; flex: none; }
.logo img { height: 54px; width: auto; }
.logo b { font-family: var(--display); font-size: 1.06rem; line-height: 1.15; display: block; }
.logo span { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 600; font-size: .95rem; position: relative; padding: 6px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav a:hover::after, .nav a.is-active::after { right: 0; }
.nav-cta { flex: none; }
.burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: clamp(560px, 86vh, 820px); display: flex; align-items: center; color: #fff; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(6, 30, 18, .92) 0%, rgba(6, 30, 18, .74) 42%, rgba(6, 30, 18, .30) 100%);
}
.hero-inner { padding: 90px 0; max-width: 44rem; }
.hero h1 { color: #fff; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }
.hero h1 em { font-style: normal; color: var(--gold-soft); }
.hero p { color: #d8e6dd; font-size: 1.08rem; max-width: 46ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .22); }
.hero-stats b { font-family: var(--display); font-size: 1.9rem; color: var(--gold-soft); display: block; line-height: 1; }
.hero-stats span { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #b9cfc2; }

.page-hero { position: relative; color: #fff; isolation: isolate; padding: clamp(74px, 11vw, 140px) 0 clamp(58px, 8vw, 96px); }
.page-hero .hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6, 30, 18, .86), rgba(6, 30, 18, .74)); }
.page-hero h1 { color: #fff; max-width: 20ch; }
.page-hero p { color: #cfe0d5; max-width: 56ch; }
.crumbs { font-size: .8rem; color: #a9c4b4; margin-bottom: 1rem; }
.crumbs a:hover { color: #fff; }

/* ---------- destination cards ---------- */
.dest-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.dest {
  position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 380px;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow);
  transition: transform .35s ease, box-shadow .35s ease;
}
.dest:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.dest img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dest:hover img { transform: scale(1.07); }
.dest::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(4, 26, 15, .88) 100%); }
.dest-body { position: relative; z-index: 2; padding: 26px; }
.dest-body small { display: block; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: .35rem; }
.dest-body h3 { color: #fff; margin: 0 0 .3rem; }
.dest-body em { font-style: normal; font-size: .86rem; color: #cfe0d5; }

/* ---------- tour cards ---------- */
.tour-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: 26px; }
.tour-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.tour-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.tour-thumb { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.tour-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tour-card:hover .tour-thumb img { transform: scale(1.06); }
.tag {
  position: absolute; left: 14px; top: 14px; z-index: 2; background: rgba(255, 255, 255, .93);
  color: var(--forest-deep); font-size: .68rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; padding: 7px 13px; border-radius: 999px;
}
.tag-dur { left: auto; right: 14px; background: var(--gold); color: #23180a; }
.tour-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.tour-body h3 { font-size: 1.18rem; margin-bottom: .5rem; }
.tour-body h3 a:hover { color: var(--forest); }
.tour-body p { font-size: .93rem; color: var(--muted); margin-bottom: 1.1rem; }
.tour-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.tour-foot span { font-size: .8rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.tour-foot a { font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--forest); }
.tour-foot a:hover { color: var(--gold); }

/* ---------- filters ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filters button {
  font-family: var(--body); font-weight: 700; font-size: .82rem; cursor: pointer;
  padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--muted); transition: .2s;
}
.filters button:hover { border-color: var(--forest); color: var(--forest); }
.filters button.is-on { background: var(--forest); border-color: var(--forest); color: #fff; }

/* ---------- split feature ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--r-lg); box-shadow: var(--shadow); width: 100%; }
.split-media .badge {
  position: absolute; right: -18px; bottom: -18px; background: var(--gold); color: #23180a;
  border-radius: var(--r); padding: 18px 22px; box-shadow: var(--shadow); max-width: 200px;
}
.split-media .badge b { font-family: var(--display); font-size: 1.6rem; display: block; line-height: 1; }
.split-media .badge span { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }

.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 44px; }
.usp { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 30px 26px; }
.section-dark .usp { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .13); }
.usp .num { font-family: var(--display); font-size: 2rem; color: var(--gold); line-height: 1; display: block; margin-bottom: .5rem; }
.usp h3 { font-size: 1.12rem; margin-bottom: .45rem; }
.usp p { font-size: .93rem; color: var(--muted); margin: 0; }
.section-dark .usp p { color: #b9cfc2; }

/* ---------- itinerary ---------- */
.tour-layout { display: grid; grid-template-columns: 1fr 370px; gap: clamp(30px, 4vw, 56px); align-items: start; }
.itinerary { list-style: none; margin: 0; padding: 0; position: relative; }
.itinerary::before { content: ""; position: absolute; left: 21px; top: 12px; bottom: 12px; width: 2px; background: var(--line); }
.itinerary li { position: relative; padding: 0 0 34px 64px; }
.itinerary li:last-child { padding-bottom: 0; }
.day-no {
  position: absolute; left: 0; top: 0; width: 44px; height: 44px; border-radius: 50%;
  background: var(--forest); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: .82rem; z-index: 2; box-shadow: 0 0 0 6px var(--paper);
}
.itinerary h3 { font-size: 1.16rem; margin-bottom: .4rem; }
.itinerary p { color: var(--muted); font-size: .96rem; margin: 0; }

.enquiry {
  position: sticky; top: 104px; background: var(--forest-deep); color: #fff;
  border-radius: var(--r-lg); padding: 32px 30px; box-shadow: var(--shadow);
}
.enquiry h3 { color: #fff; font-size: 1.35rem; }
.enquiry p { color: #b9cfc2; font-size: .92rem; }
.enquiry .facts { list-style: none; margin: 0 0 22px; padding: 0; }
.enquiry .facts li { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, .13); font-size: .9rem; }
.enquiry .facts b { color: var(--gold-soft); font-weight: 700; }
.enquiry .btn { width: 100%; justify-content: center; margin-bottom: 10px; }

/* ---------- forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 42px); box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 4px rgba(13, 92, 51, .1); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .84rem; color: var(--muted); margin-top: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 60px); align-items: start; }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-list .ico { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--cream); color: var(--forest); display: grid; place-items: center; font-size: 1.1rem; }
.contact-list b { display: block; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }

/* ---------- cta band ---------- */
.cta-band { position: relative; color: #fff; isolation: isolate; text-align: center; padding: clamp(70px, 9vw, 120px) 0; }
.cta-band .hero-media { position: absolute; inset: 0; z-index: -2; }
.cta-band .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(6, 30, 18, .84); }
.cta-band h2 { color: #fff; max-width: 22ch; margin-inline: auto; }
.cta-band p { color: #cfe0d5; max-width: 54ch; margin-inline: auto; }
.cta-band .hero-cta { justify-content: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--forest-deep); color: #a9c4b4; padding: 72px 0 0; font-size: .93rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 52px; }
.site-footer h4 { color: #fff; font-family: var(--body); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a:hover { color: var(--gold); }
.site-footer .logo img { height: 58px; }
.foot-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .84rem; }

/* ---------- floating actions ---------- */
.floaties { position: fixed; right: 18px; bottom: 18px; z-index: 70; display: flex; flex-direction: column; gap: 10px; }
.floaties a {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; box-shadow: var(--shadow); transition: transform .2s;
}
.floaties svg { display: block; }
.floaties a:hover { transform: scale(1.07); }
.fl-wa { background: #25d366; }
.fl-call { background: var(--forest); }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .tour-layout { grid-template-columns: 1fr; }
  .enquiry { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split-media .badge { right: 14px; bottom: -14px; }
  .contact-grid { grid-template-columns: 1fr; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(84vw, 340px); background: #fff;
    flex-direction: column; align-items: flex-start; gap: 6px; padding: 96px 28px 30px;
    transform: translateX(100%); transition: transform .3s ease; box-shadow: var(--shadow-lg);
  }
  .nav.is-open { transform: none; }
  .nav a { font-size: 1.06rem; padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .burger { display: block; margin-left: auto; z-index: 80; }
  .nav-cta { display: none; }
  .topbar .wrap { justify-content: center; text-align: center; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 26px; }
  .logo img { height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
