/* =========================================================
   Darjeeling Honeymoon Packages — Misty Mountain Design System
   ========================================================= */

:root {
  /* Palette */
  --cream: #FBF7F1;
  --cream-2: #F3ECDF;
  --mist: #EAF0EE;
  --evergreen: #1F3D34;
  --evergreen-2: #274B40;
  --teal: #4A7C6F;
  --gold: #C9A24A;
  --gold-2: #B08A34;
  --ink: #1E1E1E;
  --muted: #5C6A66;
  --line: #E4DED0;
  --white: #FFFFFF;

  /* Typography */
  --font-serif: "Fraunces", "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --container: 1200px;
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(31,61,52,.06);
  --shadow: 0 12px 40px -12px rgba(31,61,52,.18);
  --shadow-lg: 0 28px 70px -24px rgba(31,61,52,.28);
  --tr: .32s cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--evergreen); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--gold-2); }
p { margin: 0 0 1em; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--evergreen);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 .6em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); }
h4 { font-size: 1.05rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section { padding: 84px 0; }
.section-tight { padding: 56px 0; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
  margin-bottom: 14px;
}
.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.section-head p { color: var(--muted); font-size: 1.06rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform var(--tr), background var(--tr), color var(--tr), box-shadow var(--tr);
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary { background: var(--evergreen); color: var(--white); }
.btn-primary:hover { background: var(--evergreen-2); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-gold { background: var(--gold); color: var(--evergreen); }
.btn-gold:hover { background: var(--gold-2); color: var(--white); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--evergreen); border-color: rgba(31,61,52,.25); }
.btn-ghost:hover { background: var(--evergreen); color: var(--white); border-color: transparent; }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1DA851; color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 16px 34px; font-size: 1rem; }

/* ================ HEADER ================ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,247,241,.85);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(228,222,208,.6);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 80px; padding: 10px 0; gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  flex-shrink: 0; max-height: 100%;
}
.brand-logo {
  height: 52px; width: auto; max-height: 52px;
  object-fit: contain; display: block;
  transition: transform var(--tr);
}
.brand:hover .brand-logo { transform: scale(1.03); }
.site-footer .brand-logo {
  height: 84px; max-height: 84px; width: auto;
  background: rgba(255,255,255,.96);
  padding: 10px 16px; border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
@media (max-width: 720px) {
  .brand-logo { height: 40px; max-height: 40px; }
}

/* Legacy CSS brand mark (kept for backward compatibility) */
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--evergreen), var(--teal));
  display: grid; place-items: center; color: var(--gold);
  font-family: var(--font-serif); font-size: 1.15rem; font-weight: 600;
  box-shadow: 0 4px 14px rgba(31,61,52,.25);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-serif); font-size: 1.08rem; color: var(--evergreen); font-weight: 600; }
.brand-sub { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  padding: 10px 14px; border-radius: 8px; font-size: .93rem;
  color: var(--ink); font-weight: 500;
}
.nav-links a:hover { background: var(--mist); color: var(--evergreen); }

/* Dropdown */
.has-drop { position: relative; }
.drop-toggle::after {
  content: ""; display: inline-block; width: 6px; height: 6px;
  border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); margin-left: 6px;
}
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  min-width: 320px; padding: 10px; list-style: none; margin: 0;
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity var(--tr), transform var(--tr), visibility var(--tr);
}
.has-drop:hover .dropdown, .has-drop:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown a { display: block; padding: 10px 14px; border-radius: 8px; font-size: .9rem; }
.dropdown a:hover { background: var(--mist); }

.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--evergreen); font-size: .95rem; }
.nav-phone svg { width: 18px; height: 18px; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; background: transparent;
  cursor: pointer; padding: 0; align-items: center; justify-content: center;
}
.nav-toggle span {
  width: 24px; height: 2px; background: var(--evergreen); position: relative;
  transition: background .2s;
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 24px; height: 2px; background: var(--evergreen);
  transition: transform .3s, top .3s;
}
.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 8px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* ================ HERO ================ */
.hero {
  position: relative; overflow: hidden;
  padding: 90px 0 100px;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(74,124,111,.14), transparent 60%),
    linear-gradient(180deg, #F5EFE3 0%, var(--cream) 100%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
}
.hero h1 { margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--teal); font-weight: 400; }
.hero-lead { font-size: 1.12rem; color: var(--muted); max-width: 520px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-media {
  position: relative; aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: 22px; left: 22px; right: 22px;
  background: rgba(251,247,241,.92); backdrop-filter: blur(10px);
  border-radius: var(--radius); padding: 14px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: .9rem;
}
.hero-badge strong { color: var(--evergreen); font-family: var(--font-serif); font-size: 1.1rem; }
.hero-trust {
  margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
  padding-top: 26px; border-top: 1px solid var(--line);
}
.hero-trust .stat strong {
  display: block; font-family: var(--font-serif); font-size: 1.5rem; color: var(--evergreen); line-height: 1;
}
.hero-trust .stat span { font-size: .82rem; color: var(--muted); }

/* ================ WHY / FEATURES ================ */
.features {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 26px; transition: transform var(--tr), box-shadow var(--tr);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--mist), #DAE6E1);
  display: grid; place-items: center; color: var(--evergreen); margin-bottom: 18px;
}
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .93rem; margin: 0; }

/* ================ PACKAGE CARDS ================ */
.packages-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.pkg-card {
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); transition: transform var(--tr), box-shadow var(--tr);
  display: flex; flex-direction: column;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pkg-img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.pkg-card:hover .pkg-img img { transform: scale(1.06); }
.pkg-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(251,247,241,.94); color: var(--evergreen);
  padding: 6px 12px; border-radius: 999px; font-size: .75rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
}
.pkg-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.pkg-body h3 {
  font-size: 1.2rem; margin-bottom: 10px; min-height: 2.6em;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pkg-meta {
  display: flex; align-items: center; gap: 14px; font-size: .82rem; color: var(--muted); margin-bottom: 14px;
}
.pkg-meta span { display: inline-flex; align-items: center; gap: 6px; }
.pkg-meta svg { width: 14px; height: 14px; }
.pkg-excerpt { color: var(--muted); font-size: .93rem; margin: 0 0 20px; flex: 1; }
.pkg-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 18px; border-top: 1px solid var(--line);
}
.pkg-price { font-family: var(--font-serif); color: var(--evergreen); font-size: 1.05rem; }
.pkg-price small { font-family: var(--font-sans); color: var(--muted); font-size: .74rem; margin-left: 4px; }
.pkg-link {
  font-weight: 600; font-size: .88rem; color: var(--gold-2);
  display: inline-flex; align-items: center; gap: 6px;
}
.pkg-link::after {
  content: "→"; transition: transform var(--tr);
}
.pkg-card:hover .pkg-link::after { transform: translateX(4px); }

/* ================ SEASONS ================ */
.seasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.season {
  background: #fff; border-radius: var(--radius); padding: 30px;
  border: 1px solid var(--line); position: relative; overflow: hidden;
}
.season::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--gold);
}
.season h3 { font-size: 1.2rem; margin-bottom: 8px; }
.season .months { color: var(--gold-2); font-weight: 600; font-size: .85rem; letter-spacing: .05em; margin-bottom: 14px; text-transform: uppercase; }
.season p { color: var(--muted); font-size: .95rem; margin: 0; }
.season.avoid::before { background: #C86B5B; }
.season.avoid .months { color: #A85141; }

/* ================ PLACES ================ */
.places { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.place {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  text-align: center; transition: transform var(--tr);
}
.place:hover { transform: translateY(-4px); border-color: var(--gold); }
.place-icon { width: 44px; height: 44px; margin: 0 auto 12px; color: var(--teal); }
.place h4 { margin: 0 0 6px; font-size: 1rem; color: var(--evergreen); }
.place p { font-size: .82rem; color: var(--muted); margin: 0; }

/* ================ CTA BAND ================ */
.cta-band {
  background: linear-gradient(135deg, var(--evergreen), var(--evergreen-2));
  color: #fff; border-radius: var(--radius-lg); padding: 60px;
  display: grid; grid-template-columns: 1.4fr auto; gap: 40px; align-items: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; top: -50%; right: -10%; width: 60%; height: 200%;
  background: radial-gradient(ellipse at center, rgba(201,162,74,.15), transparent 60%);
  pointer-events: none;
}
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.75); margin: 0; }
.cta-band-actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }

/* ================ FAQ ================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: 14px; overflow: hidden;
}
.faq-q {
  width: 100%; text-align: left; background: transparent; border: 0;
  padding: 22px 26px; font-size: 1.02rem; font-weight: 600; color: var(--evergreen);
  cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--font-serif);
}
.faq-q::after {
  content: "+"; font-family: var(--font-sans); font-size: 1.5rem; font-weight: 300;
  color: var(--gold-2); transition: transform var(--tr);
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s ease;
  padding: 0 26px; color: var(--muted);
}
.faq-item.open .faq-a { padding: 0 26px 22px; max-height: 500px; }

/* ================ FOOTER ================ */
.site-footer {
  background: var(--evergreen); color: rgba(255,255,255,.8); padding: 70px 0 30px;
  margin-top: 90px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px;
}
.site-footer h4 {
  color: var(--gold); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase;
  font-family: var(--font-sans); font-weight: 600; margin-bottom: 20px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.78); font-size: .92rem; }
.site-footer a:hover { color: var(--gold); }
.footer-brand { max-width: 320px; }
.footer-brand p { color: rgba(255,255,255,.65); font-size: .92rem; margin-top: 14px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; }
.footer-contact svg { width: 16px; height: 16px; margin-top: 4px; color: var(--gold); flex-shrink: 0; }
.footer-bottom {
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: .82rem; color: rgba(255,255,255,.55);
}

/* ================ FLOATING WHATSAPP ================ */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 50;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,.4);
  transition: transform .3s, bottom .3s;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 32px; height: 32px; }

/* ================ STICKY ENQUIRY BAR (mobile only, package pages) ================ */
/* Hidden on desktop by default; enabled only in mobile media query below */
.sticky-inquiry { display: none; }

@media (max-width: 720px) {
  .sticky-inquiry {
    display: block;
    position: fixed; bottom: 0; left: 0; right: 0;
    background: linear-gradient(180deg, var(--evergreen-2), var(--evergreen));
    border-top: 3px solid var(--gold);
    padding: 10px 12px; z-index: 45;
    box-shadow: 0 -12px 36px rgba(0,0,0,.22);
  }
  .sticky-inquiry-inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; gap: 8px;
  }
  .sticky-inquiry-text { display: none; }
  .sticky-form {
    display: flex; flex-wrap: wrap; gap: 8px; flex: 1;
    align-items: center; position: relative;
  }
  .sticky-form input {
    flex: 1 1 calc(50% - 4px); padding: 10px 12px;
    border-radius: 10px; border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.96); color: var(--ink);
    font-family: var(--font-sans); font-size: .9rem;
    min-width: 0; transition: outline .2s, background .2s;
  }
  .sticky-form input:focus {
    outline: 2px solid var(--gold); outline-offset: 1px; background: #fff;
  }
  .sticky-form input::placeholder { color: #7A857F; }
  .sticky-form .btn {
    flex: 1 1 100%; padding: 12px 16px; font-size: .95rem;
    justify-content: center;
  }
  .sticky-form .btn[disabled] { opacity: .7; cursor: wait; }
  .sticky-form .form-status {
    position: absolute; bottom: calc(100% + 10px); left: 0; right: 0;
    padding: 12px 16px; background: #fff; border-radius: 10px;
    font-size: .85rem; box-shadow: var(--shadow); display: none;
  }
  .sticky-form .form-status.success,
  .sticky-form .form-status.error { display: block; }
  .sticky-form .form-status.success { color: var(--evergreen); border-left: 4px solid var(--teal); }
  .sticky-form .form-status.error   { color: #7A2E1E; border-left: 4px solid #B04832; }

  /* Reserve space so content isn't hidden behind the bar */
  body.has-sticky-inquiry { padding-bottom: 140px; }
  body.has-sticky-inquiry .wa-float { bottom: 154px; }
}
@media (max-width: 380px) {
  body.has-sticky-inquiry { padding-bottom: 148px; }
  body.has-sticky-inquiry .wa-float { bottom: 162px; }
}

/* =========================================================
   PACKAGE PAGE
   ========================================================= */
.page-hero {
  padding: 60px 0 40px;
  background:
    linear-gradient(180deg, rgba(31,61,52,.6), rgba(31,61,52,.85)),
    var(--evergreen);
  color: #fff;
  position: relative; overflow: hidden;
}
.page-hero.with-bg { background-blend-mode: multiply; background-size: cover; background-position: center; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; max-width: 820px; margin-bottom: 14px; }
.page-hero h1 em { color: var(--gold); font-style: italic; }
.page-hero p { color: rgba(255,255,255,.85); max-width: 640px; font-size: 1.06rem; }
.page-hero .crumbs { color: rgba(255,255,255,.7); font-size: .85rem; margin-bottom: 20px; }
.page-hero .crumbs a { color: rgba(255,255,255,.85); }
.page-hero .meta-row {
  display: flex; gap: 22px; margin-top: 24px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15);
}
.page-hero .meta-row .m { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: #fff; }
.page-hero .meta-row svg { width: 18px; height: 18px; color: var(--gold); }

.pkg-layout {
  display: grid; grid-template-columns: 1fr 360px; gap: 44px;
  padding: 70px 0;
}
.pkg-content > section { margin-bottom: 50px; }
.pkg-content h2 { font-size: 1.7rem; margin-bottom: 18px; }
.pkg-content h2 .num {
  display: inline-block; width: 30px; height: 30px; border-radius: 50%;
  background: var(--gold); color: var(--evergreen); font-size: .8rem; font-family: var(--font-sans);
  font-weight: 700; text-align: center; line-height: 30px; margin-right: 12px;
}
.destinations { display: flex; flex-wrap: wrap; gap: 10px; }
.destinations span {
  background: #fff; border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px;
  font-size: .88rem; color: var(--evergreen); font-weight: 500;
}

.itinerary { position: relative; }
.itin-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px; margin-bottom: 14px; position: relative;
}
.itin-item .day {
  display: inline-block; background: var(--evergreen); color: var(--gold);
  padding: 4px 12px; border-radius: 6px; font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; margin-bottom: 10px;
}
.itin-item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.itin-item p { color: var(--muted); font-size: .95rem; margin: 0; }

.includes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.includes {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px;
}
.includes h3 { font-size: 1.1rem; margin-bottom: 14px; }
.includes ul { list-style: none; margin: 0; padding: 0; }
.includes li {
  display: flex; align-items: flex-start; gap: 10px; padding: 8px 0;
  color: var(--ink); font-size: .93rem;
}
.includes li::before {
  content: "✓"; color: var(--teal); font-weight: 700; margin-top: 1px; flex-shrink: 0;
}
.excludes li::before { content: "✕"; color: #B04832; }

.pkg-sidebar {
  position: sticky; top: 96px; align-self: start;
}
.inquiry-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow);
}
.inquiry-card h3 { font-size: 1.35rem; margin-bottom: 6px; }
.inquiry-card > p { color: var(--muted); font-size: .93rem; margin-bottom: 20px; }
.inquiry-price {
  background: var(--cream-2); border-radius: var(--radius-sm); padding: 14px 18px; margin-bottom: 20px;
}
.inquiry-price small { color: var(--muted); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.inquiry-price strong { display: block; font-family: var(--font-serif); font-size: 1.5rem; color: var(--evergreen); }
.inq-form label { display: block; font-size: .82rem; font-weight: 600; color: var(--evergreen); margin: 12px 0 6px; }
.inq-form input, .inq-form select, .inq-form textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1px solid var(--line); background: var(--cream); font-family: var(--font-sans);
  font-size: .95rem; color: var(--ink); transition: border var(--tr), background var(--tr);
}
.inq-form input:focus, .inq-form select:focus, .inq-form textarea:focus {
  outline: none; border-color: var(--teal); background: #fff;
}
.inq-form textarea { min-height: 90px; resize: vertical; }
.inq-form .btn { width: 100%; justify-content: center; margin-top: 18px; }
.inq-help {
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line);
  font-size: .88rem; color: var(--muted);
}
.inq-help a { color: var(--evergreen); font-weight: 600; }

.form-status {
  margin-top: 14px; padding: 12px 14px; border-radius: 10px;
  font-size: .9rem; line-height: 1.5; display: none;
}
.form-status.success, .form-status.error { display: block; }
.form-status.success {
  background: rgba(74,124,111,.12); color: var(--evergreen);
  border: 1px solid rgba(74,124,111,.3);
}
.form-status.error {
  background: rgba(176,72,50,.08); color: #7A2E1E;
  border: 1px solid rgba(176,72,50,.25);
}
.form-status.error a { color: #7A2E1E; text-decoration: underline; }
.inq-form button[disabled] { opacity: .7; cursor: wait; }

/* =========================================================
   BLOG POST
   ========================================================= */
.article-hero {
  padding: 70px 0 40px;
  background: linear-gradient(180deg, var(--mist), var(--cream));
}
.article-hero .container { max-width: 860px; }
.article-hero .crumbs { color: var(--muted); font-size: .85rem; margin-bottom: 16px; }
.article-hero h1 { margin-bottom: 18px; }
.article-hero .lead { font-size: 1.15rem; color: var(--muted); }
.article-hero .byline {
  display: flex; align-items: center; gap: 18px; margin-top: 22px;
  padding-top: 20px; border-top: 1px solid var(--line);
  font-size: .88rem; color: var(--muted);
}
.article-hero .avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  display: grid; place-items: center; color: var(--evergreen);
  font-family: var(--font-serif); font-weight: 600;
}
.article-hero .byline strong { color: var(--evergreen); display: block; font-size: .95rem; }

.article-featured {
  max-width: 1080px; margin: -20px auto 40px; padding: 0 22px;
}
.article-featured img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }

.article-layout {
  display: grid; grid-template-columns: 240px 1fr; gap: 60px;
  max-width: 1080px; margin: 0 auto; padding: 40px 22px 80px;
}
.toc-wrap { position: sticky; top: 96px; align-self: start; }
.toc h4 {
  font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2);
  font-family: var(--font-sans); margin-bottom: 14px;
}
.toc ul { list-style: none; margin: 0; padding: 0; }
.toc li { margin-bottom: 6px; }
.toc a {
  display: block; padding: 6px 12px; font-size: .88rem; color: var(--muted);
  border-left: 2px solid transparent; transition: all var(--tr);
}
.toc a:hover, .toc a.active { color: var(--evergreen); border-left-color: var(--gold); background: rgba(201,162,74,.06); }

.article-body { font-size: 1.06rem; color: #2C302E; line-height: 1.8; }
.article-body h2 {
  font-size: 1.75rem; margin: 44px 0 16px;
  padding-top: 20px;
}
.article-body h3 { font-size: 1.25rem; margin: 30px 0 12px; color: var(--evergreen-2); }
.article-body p { margin: 0 0 1.2em; }
.article-body ul, .article-body ol { padding-left: 22px; margin-bottom: 1.2em; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote {
  border-left: 3px solid var(--gold); padding: 8px 0 8px 20px;
  margin: 24px 0; font-family: var(--font-serif); font-style: italic; color: var(--evergreen);
  font-size: 1.15rem;
}
.article-body table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); font-size: .92rem;
}
.article-body th, .article-body td {
  padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line);
}
.article-body th {
  background: var(--evergreen); color: var(--gold);
  font-family: var(--font-sans); font-weight: 600;
  font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
}
.article-body tr:last-child td { border-bottom: 0; }
.article-body tr:nth-child(even) td { background: var(--cream); }

.callout {
  background: linear-gradient(135deg, var(--mist), #E1EAE6);
  border-radius: var(--radius); padding: 22px 26px; margin: 28px 0;
  border-left: 4px solid var(--teal);
}
.callout strong { color: var(--evergreen); font-family: var(--font-serif); font-size: 1.05rem; }

.related {
  background: var(--cream-2); padding: 70px 0; margin-top: 60px;
}
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { aspect-ratio: 16/10; max-height: 480px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .places { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pkg-layout { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .toc-wrap { position: static; }
  .cta-band { grid-template-columns: 1fr; padding: 40px; text-align: center; }
  .cta-band-actions { justify-content: center; }
}
@media (max-width: 720px) {
  /* Global spacing tightening */
  .container { padding: 0 18px; }
  .section { padding: 48px 0; }
  .section-tight { padding: 36px 0; }
  .section-head { margin-bottom: 36px; }

  /* Typography scale down */
  h1 { font-size: 1.9rem; line-height: 1.2; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.15rem; }

  /* Header + nav on mobile */
  .site-header { position: sticky; top: 0; }
  .nav { min-height: 66px; padding: 8px 0; gap: 12px; }
  .nav-links, .nav-cta .nav-phone, .nav-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-cta { gap: 0; }

  /* Mobile menu — position under the actual header, whatever its height */
  .site-header.nav-open .nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; padding: 14px 18px 22px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    max-height: calc(100vh - 80px); overflow-y: auto;
  }
  .site-header.nav-open .nav-links a { padding: 14px 12px; font-size: 1rem; }
  .site-header.nav-open .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; padding: 0 0 0 12px; margin-top: 4px;
    max-height: 240px; overflow-y: auto;
    background: var(--cream);
    border-radius: 8px;
  }
  .site-header.nav-open .dropdown a { padding: 10px 12px; font-size: .92rem; }
  /* "Plan My Trip" button as a full-width row inside the mobile menu */
  .site-header.nav-open .nav-links::after {
    content: "Plan My Trip";
    display: block; text-align: center;
    background: var(--gold); color: var(--evergreen);
    padding: 14px; border-radius: 999px;
    font-weight: 700; margin-top: 14px;
    font-family: var(--font-sans); font-size: .95rem;
  }

  /* Buttons — full-width in stacked contexts */
  .hero-actions .btn,
  .cta-band-actions .btn { width: 100%; justify-content: center; }
  .btn-lg { padding: 14px 22px; font-size: .95rem; }

  /* Hero */
  .hero { padding: 40px 0 50px; }
  .hero-lead { font-size: 1rem; margin-bottom: 24px; }
  .hero-media { aspect-ratio: 4/5; max-height: 360px; }
  .hero-badge { padding: 12px 14px; font-size: .82rem; }
  .hero-badge strong { font-size: 1rem; }
  .hero-trust {
    gap: 14px; padding-top: 20px; margin-top: 24px;
    justify-content: space-between;
  }
  .hero-trust .stat { flex: 1; min-width: 0; }
  .hero-trust .stat strong { font-size: 1.25rem; }
  .hero-trust .stat span { font-size: .72rem; }

  /* Grids collapse */
  .features { grid-template-columns: 1fr; gap: 14px; }
  .feature { padding: 22px 20px; }
  .packages-grid { grid-template-columns: 1fr; gap: 20px; }
  .pkg-body { padding: 20px; }
  .seasons { grid-template-columns: 1fr; gap: 14px; }
  .season { padding: 24px 22px; }
  .places { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .place { padding: 18px 12px; }
  .includes-grid { grid-template-columns: 1fr; gap: 16px; }
  .related-grid { grid-template-columns: 1fr; gap: 18px; }

  /* CTA band */
  .cta-band { padding: 32px 24px; }
  .cta-band h2 { font-size: 1.4rem; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
  .site-footer { padding: 50px 0 24px; margin-top: 60px; }
  .site-footer .brand-logo { height: 68px; max-height: 68px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  /* Package page hero */
  .page-hero { padding: 40px 0 30px; }
  .page-hero h1 { font-size: 1.7rem; }
  .page-hero .meta-row { gap: 10px; margin-top: 20px; padding-top: 20px; }
  .page-hero .meta-row .m { font-size: .82rem; flex-basis: calc(50% - 5px); }

  /* Package layout */
  .pkg-layout { gap: 30px; padding: 40px 0; }
  .pkg-content > section { margin-bottom: 36px; }
  .pkg-content h2 { font-size: 1.35rem; }
  .pkg-content h2 .num { width: 26px; height: 26px; line-height: 26px; font-size: .72rem; margin-right: 10px; }
  .itin-item { padding: 20px 22px; }
  .itin-item h3 { font-size: 1.05rem; }
  .includes { padding: 22px 20px; }
  .inquiry-card { padding: 22px; }

  /* Article page */
  .article-hero { padding: 40px 0 24px; }
  .article-hero h1 { font-size: 1.75rem; }
  .article-hero .lead { font-size: 1rem; }
  .article-featured { margin: -12px auto 24px; padding: 0 18px; }
  .article-featured img { border-radius: 12px; }
  .article-layout {
    grid-template-columns: 1fr; gap: 24px;
    padding: 24px 18px 60px;
  }
  .toc-wrap { position: static; }
  .toc {
    background: var(--cream-2); padding: 16px 18px; border-radius: 12px;
  }
  .toc h4 { margin-bottom: 10px; }
  .toc ul { display: flex; flex-wrap: wrap; gap: 4px; }
  .toc li { margin: 0; }
  .toc a {
    padding: 6px 12px; border: 1px solid var(--line);
    border-radius: 999px; background: #fff; font-size: .82rem;
    color: var(--evergreen);
  }
  .toc a.active { background: var(--evergreen); color: var(--gold); border-color: var(--evergreen); }
  .article-body { font-size: 1rem; line-height: 1.7; }
  .article-body h2 { font-size: 1.4rem; margin: 32px 0 12px; padding-top: 12px; }
  .article-body h3 { font-size: 1.1rem; margin: 22px 0 10px; }
  .article-body table { font-size: .82rem; display: block; overflow-x: auto; }
  .article-body th, .article-body td { padding: 10px 12px; white-space: nowrap; }
  .article-body blockquote { font-size: 1.05rem; padding-left: 16px; }

  /* WhatsApp float — smaller and less obtrusive on mobile */
  .wa-float { width: 52px; height: 52px; bottom: 18px; right: 18px; }
  .wa-float svg { width: 28px; height: 28px; }

  /* Related section */
  .related { padding: 50px 0; margin-top: 40px; }

  /* Callout */
  .callout { padding: 18px 20px; margin: 22px 0; }

  /* Contact page grid */
  .pkg-layout[style*="1fr 1fr"] { grid-template-columns: 1fr !important; }
}

/* Very small screens */
@media (max-width: 380px) {
  .brand-logo { height: 36px; max-height: 36px; }
  .nav { min-height: 60px; }
  h1 { font-size: 1.7rem; }
  .places { grid-template-columns: 1fr; }
  .btn { padding: 12px 20px; font-size: .9rem; }
}
