/* ============================================
   DESTINATION DETAIL PAGE — Shared styles
   Used by: ranthambore, jawai-bera, sariska, kumbhalgarh
   ============================================ */

/* Breadcrumb */
.breadcrumb {
  padding: 120px 0 var(--s-6);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 500;
}
.breadcrumb a { color: inherit; transition: color 0.3s var(--ease); }
.breadcrumb a:hover { color: var(--clay); }
.breadcrumb .sep { margin: 0 12px; color: var(--sand-deep); }

/* Destination hero */
.dest-hero {
  position: relative;
  height: 80vh;
  min-height: 620px;
  overflow: hidden;
  color: var(--paper);
  display: flex;
  align-items: flex-end;
}

.dest-hero-media { position: absolute; inset: 0; z-index: 0; }

.dest-hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 45%;
  animation: heroReveal 2.4s var(--ease-slow) both;
  filter: saturate(0.92);
}

.dest-hero-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(34, 24, 18, 0.35) 0%, rgba(34, 24, 18, 0.05) 35%, rgba(34, 24, 18, 0.55) 85%, rgba(34, 24, 18, 0.85) 100%);
}

.dest-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter) var(--s-9);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: var(--s-7);
}

.dest-hero-text { max-width: 900px; animation: heroTextUp 1.4s var(--ease-slow) 0.4s both; }

.dest-hero-eyebrow {
  color: rgba(243, 234, 219, 0.85);
  margin-bottom: var(--s-5);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
}

.dest-hero-eyebrow .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--clay); }

.dest-hero-title { color: var(--paper); margin-bottom: var(--s-5); }

.dest-hero-sub {
  font-family: var(--font-display);
  font-weight: 350;
  font-variation-settings: "opsz" 72, "SOFT" 70;
  font-size: clamp(1.0625rem, 1.4vw, 1.3125rem);
  line-height: 1.5;
  color: rgba(243, 234, 219, 0.88);
  max-width: 46ch;
}

.dest-hero-sub em {
  font-style: italic;
  font-variation-settings: "opsz" 72, "SOFT" 100;
  color: var(--sand);
}

.dest-hero-facts {
  animation: heroTextUp 1.4s var(--ease-slow) 0.8s both;
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
  text-align: right;
  color: rgba(243, 234, 219, 0.85);
}

.dest-hero-fact {
  border-left: 1px solid rgba(243, 234, 219, 0.25);
  padding-left: var(--s-4);
  text-align: left;
  min-width: 180px;
}

.dest-hero-fact .label {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243, 234, 219, 0.55);
  margin-bottom: 4px;
  font-weight: 500;
}

.dest-hero-fact .value {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  font-size: 1.0625rem;
  color: var(--paper);
  letter-spacing: -0.005em;
}

/* Overview */
.overview { padding: clamp(80px, 12vw, 140px) 0 clamp(60px, 8vw, 100px); }

.overview-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}

.overview-label { position: sticky; top: 100px; }
.overview-body { max-width: 56ch; }
.overview-body p + p { margin-top: var(--s-5); }

/* Good for */
.good-for { padding: clamp(80px, 10vw, 120px) 0; background: var(--paper-deep); }

.good-for-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.good-for-list { list-style: none; border-top: 1px solid var(--divider); }

.good-for-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--s-5);
  padding: var(--s-5) 0;
  border-bottom: 1px solid var(--divider);
  align-items: baseline;
}

.good-for-list .num {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 9, "SOFT" 30;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--clay);
  font-feature-settings: "tnum" 1;
  font-weight: 400;
}

.good-for-list .text {
  font-family: var(--font-display);
  font-weight: 380;
  font-variation-settings: "opsz" 24, "SOFT" 50;
  font-size: 1.125rem;
  color: var(--ink);
  line-height: 1.45;
  letter-spacing: -0.005em;
}

/* Feature cards grid (zones, sub-areas, etc.) */
.feature-grid-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  margin-bottom: var(--s-9);
}

.feature-grid-intro-text { max-width: 46ch; }
.feature-grid-intro-text .lede { margin-bottom: var(--s-5); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-4);
}

.feature-card {
  padding: var(--s-6) var(--s-5);
  border: 1px solid var(--divider);
  background: var(--paper-soft);
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}

.feature-card:hover {
  border-color: var(--clay);
  transform: translateY(-2px);
}

.feature-card.featured {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.feature-card .fc-label {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 500;
  margin-bottom: var(--s-3);
}

.feature-card.featured .fc-label { color: var(--clay); }

.feature-card .fc-range {
  font-family: var(--font-display);
  font-weight: 380;
  font-variation-settings: "opsz" 72, "SOFT" 50;
  font-size: 2rem;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1;
  margin-bottom: var(--s-3);
}

.feature-card.featured .fc-range { color: var(--paper); }

.feature-card .fc-desc {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.feature-card.featured .fc-desc { color: rgba(243, 234, 219, 0.78); }

/* Best time / Seasons */
.best-time {
  padding: clamp(80px, 12vw, 140px) 0;
  background: var(--ink);
  color: var(--paper);
  position: relative;
}

.best-time .section-marker { color: rgba(243, 234, 219, 0.55); }
.best-time .section-marker .dash { background: rgba(243, 234, 219, 0.45); }
.best-time .display-lg { color: var(--paper); }
.best-time .display-lg em { color: var(--sand); }

.seasons {
  margin-top: var(--s-8);
  border-top: 1px solid rgba(243, 234, 219, 0.15);
}

.season-row {
  display: grid;
  grid-template-columns: 140px 1fr 2fr auto;
  gap: var(--s-6);
  padding: var(--s-6) 0;
  border-bottom: 1px solid rgba(243, 234, 219, 0.15);
  align-items: center;
}

.season-months {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 48, "SOFT" 40;
  font-size: 1.125rem;
  color: var(--paper);
}

.season-name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 350;
  font-variation-settings: "opsz" 24, "SOFT" 100;
  font-size: 1rem;
  color: var(--sand);
}

.season-desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(243, 234, 219, 0.75);
  max-width: 58ch;
}

.season-rating {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 9, "SOFT" 40;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 500;
  white-space: nowrap;
}

.season-row.closed .season-desc,
.season-row.closed .season-months,
.season-row.closed .season-name { opacity: 0.5; }
.season-row.closed .season-rating { color: rgba(243, 234, 219, 0.4); }

/* A day here */
.a-day { padding: clamp(80px, 12vw, 140px) 0; }

.a-day-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}

.a-day-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--sand-deep);
}

.a-day-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}

.a-day-body { max-width: 46ch; }
.a-day-body .lede { margin-bottom: var(--s-6); }
.a-day-body .lede em { color: var(--clay); }

/* Properties */
.properties { padding: clamp(80px, 12vw, 140px) 0; background: var(--paper-deep); }

.properties-intro { margin-bottom: var(--s-8); max-width: 56ch; }

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-6);
}

.property-card {
  background: var(--paper-soft);
  overflow: hidden;
  transition: transform 0.5s var(--ease-slow);
}

.property-card:hover { transform: translateY(-3px); }

.property-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sand-deep);
}

.property-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 1.2s var(--ease-slow);
}

.property-card:hover .property-media img { transform: scale(1.05); }

.property-body { padding: var(--s-5) var(--s-5) var(--s-6); }

.property-type {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 500;
  margin-bottom: var(--s-3);
}

.property-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  font-size: 1.375rem;
  color: var(--ink);
  margin-bottom: var(--s-3);
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.property-desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.property-note {
  margin-top: var(--s-6);
  padding: var(--s-5);
  background: var(--paper-soft);
  border-left: 2px solid var(--clay);
  font-family: var(--font-display);
  font-weight: 350;
  font-variation-settings: "opsz" 24, "SOFT" 70;
  font-style: italic;
  font-size: 1rem;
  color: var(--ink-soft);
  max-width: 62ch;
}

/* Related journeys */
.related-journeys { padding: clamp(80px, 12vw, 140px) 0; }

.related-journeys-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-6);
}

.related-journey-card {
  display: block;
  border: 1px solid var(--divider);
  padding: var(--s-5);
  background: var(--paper-soft);
  transition: border-color 0.4s var(--ease), transform 0.4s var(--ease);
}

.related-journey-card:hover {
  border-color: var(--clay);
  transform: translateY(-2px);
}

.related-journey-card .meta {
  display: flex;
  gap: var(--s-4);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 500;
  margin-bottom: var(--s-4);
}

.related-journey-card .meta span:first-child { color: var(--clay); }

.related-journey-card .rj-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 48, "SOFT" 50;
  font-size: 1.5rem;
  color: var(--ink);
  margin-bottom: var(--s-3);
  letter-spacing: -0.01em;
}

.related-journey-card .rj-route {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 350;
  font-variation-settings: "opsz" 24, "SOFT" 100;
  color: var(--clay);
  font-size: 0.9375rem;
  margin-bottom: var(--s-4);
}

.related-journey-card .rj-route .sep { color: var(--ink-muted); margin: 0 0.4em; font-style: normal; }

.related-journey-card .rj-desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 42ch;
}

/* FAQ */
.faq-section { padding: clamp(80px, 12vw, 140px) 0; background: var(--paper-deep); }

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}

.faq-label { position: sticky; top: 100px; }

.faq-list { border-top: 1px solid var(--divider); }

.faq-item { border-bottom: 1px solid var(--divider); }

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--s-5);
  padding: var(--s-5) 0;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  font-size: clamp(1.0625rem, 1.3vw, 1.25rem);
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
  cursor: pointer;
  transition: color 0.3s var(--ease);
}

.faq-question:hover { color: var(--clay); }

.faq-question .plus {
  flex-shrink: 0;
  width: 18px; height: 18px;
  position: relative;
  margin-top: 6px;
}

.faq-question .plus::before,
.faq-question .plus::after {
  content: '';
  position: absolute;
  background: var(--ink);
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}

.faq-question .plus::before { top: 50%; left: 0; width: 100%; height: 1px; transform: translateY(-50%); }
.faq-question .plus::after { top: 0; left: 50%; width: 1px; height: 100%; transform: translateX(-50%); }

.faq-item.open .faq-question .plus::after { transform: translateX(-50%) rotate(90deg); }
.faq-item.open .faq-question { color: var(--clay); }
.faq-item.open .faq-question .plus::before,
.faq-item.open .faq-question .plus::after { background: var(--clay); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-slow);
}

.faq-answer-inner {
  padding: 0 0 var(--s-6);
  max-width: 64ch;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.faq-answer-inner p + p { margin-top: var(--s-3); }

.faq-item.open .faq-answer { max-height: 600px; }

/* Responsive */
@media (max-width: 1024px) {
  .overview-inner, .good-for-grid, .feature-grid-intro, .a-day-grid, .faq-grid {
    grid-template-columns: 1fr;
    gap: var(--s-6);
  }
  .overview-label, .faq-label { position: static; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .property-grid .property-card:nth-child(3) { display: none; }
  .related-journeys-grid { grid-template-columns: 1fr; }
  .dest-hero-content { grid-template-columns: 1fr; }
  .dest-hero-facts { flex-direction: row; flex-wrap: wrap; text-align: left; }
  .dest-hero-fact { min-width: auto; }
}

@media (max-width: 768px) {
  .breadcrumb { padding-top: 100px; }
  .dest-hero { min-height: 560px; height: 80vh; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .property-grid { grid-template-columns: 1fr; }
  .property-grid .property-card:nth-child(3) { display: block; }
  .season-row { grid-template-columns: 1fr; gap: var(--s-2); padding: var(--s-5) 0; }
  .season-rating { justify-self: start; }
}
