/* ==========================================================================
   Shivganga — About Jhabua page
   Page-specific components only; tokens, resets, utilities, the page hero
   and the closing CTA band come from page.css, which must load first.
   Scoped under .sg-jhabua.
   ========================================================================== */

/* ==========================================================================
   WHERE IS JHABUA — narrative beside a fact panel
   ========================================================================== */
.sg-jh-locate {
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(28px, 5vw, 68px); align-items: center;
}
.sg-jh-locate__figure {
  border-radius: var(--sg-radius-lg); overflow: hidden;
  box-shadow: var(--sg-shadow-lg);
  aspect-ratio: 4 / 3; background: var(--sg-green-tint);
}
.sg-jh-locate__figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Location facts as a definition list rather than prose: they are looked up,
   not read, and a screen reader announces the pairing. */
.sg-jh-spec { margin: clamp(22px, 3vw, 32px) 0 0; display: grid; gap: 0; }
.sg-jh-spec > div {
  display: grid; grid-template-columns: minmax(120px, 30%) minmax(0, 1fr);
  gap: 1rem; padding: .85rem 0;
  border-top: 1px solid var(--sg-cream-2);
}
.sg-jh-spec > div:last-child { border-bottom: 1px solid var(--sg-cream-2); }
.sg-jh-spec dt {
  font-family: var(--sg-font-head); font-weight: 600; font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--sg-green);
  margin: 0; align-self: center;
}
.sg-jh-spec dd { margin: 0; color: var(--sg-ink-2); font-size: .98rem; align-self: center; }
.sg-jh-spec dd b { font-weight: 600; color: var(--sg-ink); }

/* ==========================================================================
   WHAT CHANGED — narrative + the five pressures
   ========================================================================== */
.sg-jh-press {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.sg-jh-press__card {
  background: var(--sg-white);
  border: 1px solid var(--sg-cream-2);
  border-radius: var(--sg-radius);
  padding: clamp(20px, 2.4vw, 28px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.sg-jh-press__card:hover {
  transform: translateY(-4px); box-shadow: var(--sg-shadow-lg);
  border-color: var(--sg-green-soft);
}
.sg-jh-press__icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--sg-orange-pale); color: var(--sg-orange-dark);
  display: grid; place-items: center; margin-bottom: 1rem;
}
.sg-jh-press__icon svg { width: 26px; height: 26px; display: block; }
.sg-jh-press h3 { font-size: 1.12rem; margin-bottom: .4em; }
.sg-page .sg-jh-press p { margin-bottom: 0; font-size: .95rem; }

/* ==========================================================================
   THE PRESSURE BAND — full-bleed photograph carrying the page's core claim
   ========================================================================== */
.sg-jh-band {
  position: relative; overflow: hidden;
  background: var(--sg-ink);
  padding-block: clamp(56px, 9vw, 118px);
}
.sg-jh-band__bg { position: absolute; inset: 0; }
.sg-jh-band__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; opacity: .5; display: block; }
.sg-jh-band__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(9,17,14,.9) 0%, rgba(9,17,14,.66) 52%, rgba(9,17,14,.42) 100%);
}
.sg-jh-band__inner { position: relative; z-index: 2; }

.sg-jh-quote { max-width: 34ch; }
.sg-jh-quote blockquote {
  margin: 0 0 1rem;
  font-family: var(--sg-font-quote); font-style: italic;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  line-height: 1.32; color: #fff;
}
.sg-jh-quote blockquote em { font-style: italic; color: #F6B98C; }
.sg-page .sg-jh-quote p { color: rgba(255,255,255,.72); margin-bottom: 0; font-size: .97rem; }

.sg-jh-band__grid {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(30px, 5vw, 72px); align-items: end;
}
.sg-jh-figure { text-align: right; }
.sg-jh-figure b {
  display: block;
  font-family: var(--sg-font-head); font-weight: 800;
  font-size: clamp(3rem, 8vw, 5.6rem); line-height: 1;
  color: #fff; letter-spacing: -0.03em;
}
.sg-page .sg-jh-figure p {
  color: rgba(255,255,255,.78); margin: .5rem 0 0;
  max-width: 24ch; margin-left: auto; font-size: .95rem;
}

/* ==========================================================================
   KNOWING THE BHILS — narrative, then the vocabulary that carries the ethic
   ========================================================================== */
.sg-jh-culture {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(28px, 5vw, 64px); align-items: start;
}
.sg-jh-culture__figure {
  border-radius: var(--sg-radius-lg); overflow: hidden;
  box-shadow: var(--sg-shadow-lg);
  aspect-ratio: 4 / 3; background: var(--sg-green-tint);
}
.sg-jh-culture__figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* The source text throws Bhili terms at the reader without translating them.
   A glossary makes the point the paragraph was trying to make: the ethic is
   already inside the language. */
.sg-jh-gloss { display: grid; gap: .7rem; margin-top: clamp(20px, 2.6vw, 30px); }
.sg-jh-gloss > div {
  background: var(--sg-white);
  border: 1px solid var(--sg-cream-2);
  border-left: 3px solid var(--sg-green);
  border-radius: 10px;
  padding: .85rem 1.1rem;
}
.sg-jh-gloss dt {
  font-family: var(--sg-font-head); font-weight: 700; font-size: 1rem;
  color: var(--sg-ink); margin: 0 0 .12rem;
}
.sg-jh-gloss dd { margin: 0; font-size: .93rem; color: var(--sg-muted); }

.sg-jh-deities {
  margin-top: clamp(20px, 2.6vw, 30px);
  display: flex; flex-wrap: wrap; gap: .45rem;
}
.sg-jh-deities li {
  font-size: .87rem; color: var(--sg-green-dark);
  background: var(--sg-green-tint); border-radius: 999px;
  padding: .38rem .85rem;
}

/* ==========================================================================
   FESTIVALS AND TRADITIONS
   ========================================================================== */
.sg-jh-trads { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 28px); }
.sg-jh-trad {
  position: relative; overflow: hidden;
  border-radius: var(--sg-radius);
  min-height: clamp(300px, 30vw, 380px);
  display: flex; align-items: flex-end;
  background: var(--sg-ink);
  isolation: isolate;
}
.sg-jh-trad img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s ease;
}
.sg-jh-trad:hover img { transform: scale(1.06); }
.sg-jh-trad::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(9,17,14,.06) 0%, rgba(9,17,14,.52) 46%, rgba(9,17,14,.93) 100%);
}
.sg-jh-trad__body { padding: clamp(18px, 2.2vw, 26px); }
.sg-jh-trad__when {
  display: inline-block;
  font-family: var(--sg-font-head); font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: #F6B98C; margin-bottom: .5rem;
}
.sg-jhabua .sg-jh-trad h3 { color: #fff; font-size: 1.3rem; margin-bottom: .3em; }
.sg-page .sg-jh-trad p { color: rgba(255,255,255,.82); margin-bottom: 0; font-size: .93rem; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1040px) {
  .sg-jh-press { grid-template-columns: repeat(2, 1fr); }
  .sg-jh-trads { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .sg-jh-locate,
  .sg-jh-culture { grid-template-columns: 1fr; }
  .sg-jh-band__grid { grid-template-columns: 1fr; align-items: start; }
  .sg-jh-figure { text-align: left; }
  .sg-page .sg-jh-figure p { margin-left: 0; }
  .sg-jh-quote { max-width: none; }
}
@media (max-width: 620px) {
  .sg-jh-press { grid-template-columns: 1fr; }
  .sg-jh-trads { grid-template-columns: 1fr; }
  .sg-jh-spec > div { grid-template-columns: 1fr; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .sg-jh-press__card, .sg-jh-trad img { transition: none; }
  .sg-jh-press__card:hover { transform: none; }
  .sg-jh-trad:hover img { transform: none; }
}
