:root {
  --forest: #173c35;
  --forest-deep: #0d2924;
  --sage: #66877d;
  --sage-light: #e6eeea;
  --sand: #c7a86b;
  --sand-light: #f1e8d7;
  --ink: #17221f;
  --muted: #64716d;
  --paper: #f7f5ef;
  --line: #dfe4df;
  --white: #fff;
  --navy: var(--forest-deep);
  --navy-light: var(--forest);
  --teal: #2d7465;
  --teal-light: #3f8c7b;
  --gold: var(--sand);
  --gold-light: #ddc38d;
  --cream: var(--paper);
  --gray-100: #edf0ed;
  --gray-300: #c7ceca;
  --gray-500: var(--muted);
  --gray-700: #34443f;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow-sm: 0 4px 20px rgba(13, 41, 36, 0.06);
  --shadow-md: 0 16px 45px rgba(13, 41, 36, 0.1);
  --shadow-lg: 0 28px 80px rgba(13, 41, 36, 0.16);
  --radius: 14px;
  --radius-lg: 24px;
}

html { scroll-padding-top: 88px; }

body {
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

body.modal-open { overflow: hidden; }

h1, h2, h3, h4 { letter-spacing: -0.025em; }

p { color: var(--muted); }

button, input, select, textarea { font: inherit; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(199, 168, 107, 0.75);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 16px;
  background: var(--white);
  color: var(--forest-deep);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.container { max-width: 1240px; }

.navbar {
  height: 84px;
  padding: 18px 0;
}

.navbar.scrolled {
  height: 76px;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 60, 53, 0.08);
  box-shadow: 0 8px 30px rgba(13, 41, 36, 0.05);
}

.logo img {
  mix-blend-mode: screen;
  width: 190px;
  height: 54px;
  object-fit: contain;
  filter: none;
}
.navbar.scrolled .logo img { filter: none; }

.navbar.scrolled .nav-links a { color: var(--forest-deep); }
.nav-links { gap: clamp(18px, 2.5vw, 34px); }
.nav-links a { font-size: 0.88rem; font-weight: 600; }
.nav-links a::after { background: var(--sand); }
.nav-links a:hover,
.nav-links a.active,
.navbar.scrolled .nav-links a:hover,
.navbar.scrolled .nav-links a.active { color: var(--teal); }

.nav-cta {
  border-radius: 12px;
  padding: 11px 20px;
  background: var(--forest) !important;
  box-shadow: none;
}

.navbar.scrolled .nav-cta,
.nav-links .nav-cta { color: var(--white) !important; }
.nav-cta:hover { box-shadow: 0 10px 25px rgba(23, 60, 53, 0.2); }

.eyebrow,
.section-label {
  display: inline-block;
  color: var(--teal);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.light { color: var(--gold-light); }

.btn {
  min-height: 50px;
  border-radius: 12px;
  padding: 13px 24px;
  justify-content: center;
  font-weight: 700;
}

.btn-primary {
  background: var(--forest);
  box-shadow: 0 10px 24px rgba(23, 60, 53, 0.2);
}

.btn-primary:hover {
  background: var(--forest-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(23, 60, 53, 0.25);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.btn-secondary:hover { background: var(--white); color: var(--forest-deep); }

section { padding: 96px 0; }

.section-header { max-width: 700px; margin-bottom: 48px; }
.section-header h2 { margin-top: 12px; font-size: clamp(2.1rem, 4vw, 3.35rem); }
.section-header p { font-size: 1.05rem; }

/* Home */
.hero { min-height: 94vh; min-height: 94svh; align-items: center; }
.hero-slide-overlay {
  background: linear-gradient(90deg, rgba(7, 25, 21, 0.88) 0%, rgba(7, 25, 21, 0.6) 48%, rgba(7, 25, 21, 0.2) 100%);
}

.hero-slide-content {
  bottom: auto;
  top: 50%;
  left: max(24px, calc((100vw - 1192px) / 2));
  width: min(690px, calc(100% - 48px));
  max-width: none;
  text-align: left;
  transform: translateY(-52%);
}

.hero-slide-content h1,
.hero-slide-content h2 {
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: 0.98;
  text-wrap: balance;
  color: var(--white);
}

.hero-slide-content h1 span,
.hero-slide-content h2 span {
  color: var(--gold-light);
  background: none;
  -webkit-text-fill-color: initial;
}

.hero-badge {
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  color: var(--gold-light);
}

.hero-content-fixed {
  position: absolute;
  left: max(24px, calc((100vw - 1192px) / 2));
  bottom: 9vh;
  width: min(640px, calc(100% - 48px));
  padding: 0;
  text-align: left;
}

.hero-content-fixed p {
  margin: 0 0 24px;
  max-width: 590px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.hero-actions { justify-content: flex-start; }
.hero-dots { bottom: 34px; }
.hero-arrow { border-radius: 12px; }

.trust-strip {
  padding: 0;
  position: relative;
  z-index: 5;
  margin-top: -36px;
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid rgba(23, 60, 53, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}

.trust-point { padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-point:last-child { border: 0; }
.trust-point strong { display: block; color: var(--forest); font-size: 1.25rem; }
.trust-point span { color: var(--muted); font-size: 0.82rem; }

.promo-section { background: transparent; }
.promo-banners { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.promo-banner { height: 360px; border-radius: 18px; }
.promo-banner-overlay { background: linear-gradient(to top, rgba(7, 25, 21, 0.9), rgba(7, 25, 21, 0.02) 70%); }
.promo-banner-content { padding: 24px; }
.promo-banner-content h3 { font-size: 1.45rem; }
.promo-banner-content p { font-size: 0.8rem; }

.cards-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card { border: 1px solid var(--line); box-shadow: none; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card-image { height: 300px; }
.card-body { padding: 28px; }
.card-body h3 { font-size: 1.6rem; }

.editorial-section { background: var(--white); }
.editorial-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 72px; align-items: center; }
.editorial-copy h2 { margin: 14px 0 18px; font-size: clamp(2.3rem, 4vw, 3.6rem); }
.editorial-copy > p { font-size: 1.05rem; margin-bottom: 30px; }
.benefit-list { display: grid; gap: 20px; }
.benefit-item { display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.benefit-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--sage-light);
  color: var(--forest);
  font-weight: 700;
}
.benefit-item h3 { font: 700 1rem var(--font-body); margin-bottom: 3px; }
.benefit-item p { font-size: 0.88rem; }
.editorial-image { position: relative; min-height: 600px; }
.editorial-image img { width: 88%; height: 560px; object-fit: cover; border-radius: 24px; margin-left: auto; }
.editorial-note {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 250px;
  padding: 24px;
  background: var(--forest-deep);
  color: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}
.editorial-note strong { display: block; font-family: var(--font-display); font-size: 2.3rem; color: var(--gold-light); }
.editorial-note span { font-size: 0.85rem; color: rgba(255, 255, 255, 0.72); }

.journey-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 44px;
}
.journey-step { position: relative; padding: 22px 16px; border-top: 1px solid rgba(255,255,255,.25); }
.journey-step span { color: var(--gold-light); font-weight: 700; font-size: .78rem; }
.journey-step strong { display: block; margin-top: 8px; color: var(--white); font-size: .9rem; }

.cta-banner {
  padding: 72px 56px;
  background: var(--forest-deep);
  border-radius: 26px;
}
.cta-banner h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }

/* Banners and shared secondary pages */
.page-banner {
  min-height: 470px;
  display: grid;
  align-items: center;
  padding: 150px 0 80px;
}
.page-banner-overlay { background: linear-gradient(90deg, rgba(7, 25, 21, .85), rgba(7, 25, 21, .35)); }
.page-banner::after { display: none; }
.page-banner h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-banner p { font-size: 1.08rem; }
.planner-banner { background: url('../assets/images/ladakh-pangong.jpg') center 58% / cover; min-height: 520px; }

#contact-help { margin-bottom: 20px; }
#contact-status { min-height: 24px; margin-top: 14px; text-align: center; font-size: .88rem; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.contact-info a { text-decoration: underline; text-underline-offset: 3px; }

/* Planner */
.planner-section { padding-top: 42px; }
.planner-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 0 30px;
  padding: 0 8px;
}
.planner-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a9591;
  font-size: .82rem;
}
.planner-progress li::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 48px;
  right: 12px;
  height: 1px;
  background: var(--line);
}
.planner-progress li:last-child::after { display: none; }
.planner-progress span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  font-size: .68rem;
  font-weight: 700;
}
.planner-progress .is-active,
.planner-progress .is-complete { color: var(--forest); }
.planner-progress .is-active span,
.planner-progress .is-complete span { background: var(--forest); border-color: var(--forest); color: var(--white); }

.planner-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}
.planner-controls {
  position: sticky;
  top: 96px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}
.planner-controls h2 { font-size: 2rem; margin: 10px 0 10px; }
.planner-intro { font-size: .92rem; margin-bottom: 28px; }
.planner-field { margin: 0 0 24px; border: 0; padding: 0; min-width: 0; }
.planner-field label,
.planner-field legend {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: .86rem;
  font-weight: 700;
}
.planner-field label span,
.planner-field legend span { color: var(--teal); font-size: .7rem; letter-spacing: .08em; }
.planner-field em,
.form-field em { color: #a43f35; font-style: normal; }
.planner-field small { display: block; margin-top: 7px; color: var(--muted); font-size: .75rem; }
.select-control,
.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #ccd4d0;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.select-control:focus,
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(45, 116, 101, .1);
  outline: 0;
}
.select-control:disabled { color: #98a19e; background: #f1f3f1; cursor: not-allowed; }
.duration-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.duration-option {
  min-width: 0;
  padding: 9px 5px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  transition: .2s ease;
}
.duration-option strong,
.duration-option span { display: block; }
.duration-option strong { font-size: .95rem; }
.duration-option span { color: var(--muted); font-size: .64rem; }
.duration-option:hover { border-color: var(--sage); }
.duration-option.is-active { background: var(--forest); border-color: var(--forest); color: var(--white); }
.duration-option.is-active span { color: rgba(255,255,255,.68); }
.generate-button { width: 100%; }
.generate-button:disabled { opacity: .45; box-shadow: none; cursor: not-allowed; transform: none; }
.planner-note { margin-top: 12px; text-align: center; font-size: .72rem; }

.premium-itinerary {
  position: relative;
  top: auto;
  min-height: 620px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}
.itinerary-empty {
  min-height: 620px;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 50px;
  text-align: center;
  background: radial-gradient(circle at center, rgba(230,238,234,.75), transparent 56%);
}
.itinerary-empty h2 { margin: 10px 0; font-size: 2rem; }
.itinerary-empty > p:last-of-type { max-width: 430px; }
.empty-compass {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--sand);
  font-size: 2rem;
  box-shadow: var(--shadow-sm);
}
.itinerary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 34px 38px;
  background: var(--forest-deep);
}
.itinerary-header h2 { margin: 8px 0 6px; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.itinerary-header p { color: rgba(255,255,255,.68); }
.itinerary-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: var(--gold-light);
  font: 700 .8rem var(--font-display);
}
.timeline { padding: 36px 38px 12px; }
.timeline-day { display: grid; grid-template-columns: 58px 1fr; gap: 20px; position: relative; padding-bottom: 28px; }
.timeline-day::before {
  content: '';
  position: absolute;
  top: 53px;
  bottom: -4px;
  left: 28px;
  width: 1px;
  background: var(--line);
}
.timeline-day:last-child::before { display: none; }
.timeline-day-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--forest);
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.timeline-day-number span { font-size: .58rem; color: var(--muted); text-transform: uppercase; margin-bottom: 4px; }
.timeline-card { padding: 3px 0 0; min-width: 0; }
.timeline-card h3 { margin-bottom: 15px; font-size: 1.3rem; }
.timeline-activities { display: grid; gap: 12px; }
.timeline-activity { display: grid; grid-template-columns: 76px 8px 1fr; gap: 10px; align-items: start; }
.timeline-activity time { color: var(--teal); font-size: .72rem; font-weight: 700; }
.timeline-dot { width: 6px; height: 6px; margin-top: 7px; border-radius: 50%; background: var(--sand); }
.timeline-activity p { color: #52605c; font-size: .86rem; line-height: 1.45; }
.itinerary-booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 10px 38px 38px;
  padding: 24px;
  border-radius: 16px;
  background: var(--sage-light);
}
.itinerary-booking strong,
.itinerary-booking span { display: block; }
.itinerary-booking strong { margin-bottom: 4px; }
.itinerary-booking span { color: var(--muted); font-size: .8rem; }
.itinerary-booking .btn span { display: inline; color: inherit; }

/* Booking */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  place-items: center;
  padding: 20px;
}
.booking-modal.is-open { display: grid; }
.booking-backdrop { position: absolute; inset: 0; background: rgba(7, 25, 21, .74); backdrop-filter: blur(6px); }
.booking-dialog {
  position: relative;
  z-index: 1;
  width: min(850px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 40px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  animation: modal-in .24s ease-out;
}
.modal-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--forest);
  font-size: 1.5rem;
  cursor: pointer;
}
.booking-heading { padding-right: 45px; }
.booking-heading h2 { margin: 10px 0 8px; font-size: 2.3rem; }
.booking-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 26px 0;
  padding: 18px;
  border-radius: 14px;
  background: var(--sage-light);
}
.booking-summary span { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.booking-summary strong { color: var(--forest); }
.booking-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field label { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 700; }
.form-field textarea { min-height: 105px; resize: vertical; }
.form-field-wide { grid-column: 1 / -1; }
.field-error { display: block; min-height: 18px; padding-top: 3px; color: #a43f35; font-size: .7rem; }
[aria-invalid="true"] { border-color: #a43f35 !important; }
.booking-submit { width: 100%; margin-top: 6px; }
.submission-note { margin: 10px auto 0; max-width: 560px; text-align: center; font-size: .7rem; }
.booking-ready { padding: 36px 15px 20px; text-align: center; }
.confirmation-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--sage-light);
  color: var(--teal);
  font-size: 2rem;
}
.booking-ready h2 { margin: 9px 0; font-size: 2.4rem; }
.booking-ready > p { max-width: 560px; margin: 0 auto; }
.ready-details { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 30px 0; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.ready-details div { padding: 16px 10px; background: var(--white); }
.ready-details dt { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.ready-details dd { margin-top: 4px; color: var(--forest); font-weight: 700; }

/* Footer */
.footer { padding: 70px 0 28px; background: var(--forest-deep); }
.footer-brand img {
  mix-blend-mode: screen;
  width: 210px;
  height: 140px;
  object-fit: contain;
  filter: none;
}
.footer h2 { margin-bottom: 18px; color: var(--white); font: 700 .84rem var(--font-body); text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom p { color: rgba(255,255,255,.52); font-size: .8rem; }

.reveal-now { animation: reveal-up .42s both; animation-delay: var(--delay, 0ms); }
@keyframes reveal-up { from { opacity: 0; transform: translateY(12px); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }

@media (max-width: 1024px) {
  .promo-banners { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { gap: 40px; }
  .planner-layout { grid-template-columns: 1fr; }
  .planner-controls { position: static; }
  .planner-progress strong { display: none; }
  .planner-progress li { justify-content: center; }
  .planner-progress li::after { left: calc(50% + 24px); right: calc(-50% + 24px); }
}

@media (max-width: 768px) {
  .navbar { height: 72px; padding: 12px 0; }
  .navbar.scrolled { height: 68px; padding: 10px 0; }
  .logo img { height: 38px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle span { background: var(--forest-deep); }
  .navbar:not(.scrolled) .menu-toggle span { background: var(--white); }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .nav-links {
    top: -12px;
    left: -16px;
    right: -16px;
    padding: 88px 24px 28px;
    border-radius: 0 0 20px 20px;
    background: var(--white);
  }
  .nav-links.open { display: flex; }
  .nav-links a,
  .navbar:not(.scrolled) .nav-links a { color: var(--forest-deep); }

  section { padding: 70px 0; }
  .hero { min-height: 760px; }
  .hero-slide-overlay { background: linear-gradient(to top, rgba(7,25,21,.92), rgba(7,25,21,.45)); }
  .hero-slide-content {
    top: 34%;
    left: 20px;
    width: calc(100% - 40px);
    transform: translateY(-50%);
  }
  .hero-slide-content h1,
  .hero-slide-content h2 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-content-fixed { left: 20px; bottom: 54px; width: calc(100% - 40px); }
  .hero-content-fixed p { font-size: .94rem; }
  .hero-arrow { display: none; }
  .hero-dots { bottom: 20px; }
  .trust-strip { margin-top: 0; }
  .trust-strip .container { padding: 0; }
  .trust-strip-inner { grid-template-columns: 1fr 1fr; border-radius: 0; }
  .trust-point { padding: 20px; border-bottom: 1px solid var(--line); }
  .trust-point:nth-child(2) { border-right: 0; }
  .promo-banners,
  .cards-grid { grid-template-columns: 1fr; }
  .promo-banner { height: 300px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-image { min-height: 430px; }
  .editorial-image img { height: 400px; width: 92%; }
  .journey-steps { grid-template-columns: 1fr; gap: 0; }
  .journey-step { padding: 12px 0; display: flex; gap: 14px; }
  .journey-step strong { margin: 0; }
  .cta-banner { padding: 52px 24px; }

  .page-banner { min-height: 420px; padding: 125px 0 70px; }
  .planner-banner { min-height: 460px; }
  .planner-section { padding-top: 28px; }
  .planner-progress { margin-bottom: 20px; }
  .planner-controls { padding: 26px 20px; }
  .premium-itinerary,
  .itinerary-empty { min-height: 520px; }
  .itinerary-empty { padding: 35px 20px; }
  .itinerary-header { padding: 28px 22px; }
  .timeline { padding: 28px 20px 8px; }
  .timeline-day { grid-template-columns: 48px 1fr; gap: 14px; }
  .timeline-day-number { width: 48px; height: 48px; }
  .timeline-day::before { left: 23px; top: 46px; }
  .timeline-activity { grid-template-columns: 1fr; gap: 2px; padding-bottom: 9px; }
  .timeline-dot { display: none; }
  .itinerary-booking { flex-direction: column; align-items: stretch; margin: 8px 20px 24px; }
  .booking-dialog { padding: 30px 20px; border-radius: 18px; }
  .booking-form-grid { grid-template-columns: 1fr; gap: 12px; }
  .form-field-wide { grid-column: auto; }
  .ready-details { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 400px) {
  .container { padding: 0 14px; }
  .duration-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .planner-controls { padding: 24px 16px; }
  .planner-controls h2 { font-size: 1.72rem; }
  .planner-progress { padding: 0; }
  .planner-progress span { width: 30px; height: 30px; }
  .itinerary-header { padding: 24px 18px; }
  .itinerary-mark { display: none; }
  .timeline { padding-inline: 16px; }
  .timeline-day { grid-template-columns: 43px 1fr; gap: 11px; }
  .timeline-day-number { width: 43px; height: 43px; font-size: .8rem; }
  .timeline-day::before { left: 21px; top: 41px; }
  .timeline-card h3 { font-size: 1.1rem; }
  .booking-summary { grid-template-columns: 1fr; }
  .ready-details { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Charcoal theme */
.navbar { background: #17191b; }
.navbar .logo { background: #17191b; isolation: isolate; }
.footer-brand { background: #0d0f10; isolation: isolate; }
body {
  --paper: #17191b;
  --ink: #f3f1eb;
  --muted: #b2b8b5;
  --line: #3a3f40;
  --sage-light: #29322f;
  --cream: #17191b;
  --gray-100: #2b2f31;
  --gray-300: #505658;
  --gray-500: #b2b8b5;
  --gray-700: #e3e5e3;
  color: var(--ink);
  background: #17191b;
}

body p { color: var(--muted); }
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 { color: var(--ink); }

.navbar.scrolled {
  background: rgba(23, 25, 27, .96);
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}
.navbar.scrolled .logo img { filter: none; }
.navbar.scrolled .nav-links a { color: #e8ebe9; }

.trust-strip-inner,
.editorial-section,
.card,
.contact-form,
.planner-controls,
.premium-itinerary,
.booking-dialog,
.ready-details div,
.itinerary-empty,
.timeline-day-number,
.empty-compass,
.modal-close,
.form-control,
.select-control,
.form-field input,
.form-field textarea {
  background: #222527;
  border-color: #3a3f40;
  color: #f3f1eb;
}

.card-body,
.about-content,
.contact-info,
.feature-card,
.team-member { color: #e8eae8; }

.form-control::placeholder,
.form-field input::placeholder,
.form-field textarea::placeholder { color: #858c89; }

.form-control:focus,
.select-control:focus,
.form-field input:focus,
.form-field textarea:focus {
  background: #292d2f;
  border-color: #67a696;
  color: #fff;
}

.select-control:disabled { background: #1d2021; color: #777f7c; }
.duration-option { background: #292d2f; border-color: #414647; color: #f3f1eb; }
.duration-option span { color: #aeb4b1; }
.duration-option.is-active { background: #2d7465; border-color: #67a696; }
.booking-summary,
.itinerary-booking,
.benefit-icon { background: #29322f; }
.timeline-activity p { color: #c4c9c6; }
.itinerary-empty { background: radial-gradient(circle at center, rgba(45,116,101,.20), transparent 58%); }

.contact-icon { background: linear-gradient(135deg, rgba(45,116,101,.28), rgba(199,168,107,.18)); }
.contact-info a { color: #ddc38d; }
.field-error { color: #ff9d92; }
[aria-invalid="true"] { border-color: #df7065 !important; }

.footer { background: #0d0f10; }
.cta-banner,
.itinerary-header { background: #101314; }
.btn-primary,
.nav-cta { background: #2d7465 !important; color: #fff !important; }
.btn-primary:hover,
.nav-cta:hover { background: #245f53 !important; }
.skip-link { background: #f3f1eb; color: #17191b; }

@media (max-width: 768px) {
  .logo img { width: 170px; height: 48px; }
  .nav-links { background: #1d2022; }
  .nav-links a,
  .navbar:not(.scrolled) .nav-links a { color: #f3f1eb; }
  .menu-toggle span,
  .navbar:not(.scrolled) .menu-toggle span { background: #f3f1eb; }
}
