/* ═══════════════════════════════════════════
   GANGA AARTI PAGE — Banaras Culture Biennale
   Palette: saffron/ember/gold on dark #0d0602
   ═══════════════════════════════════════════ */

.ga-page { padding-top: 0; }

/* ══════════════════════════════════════════
   1. HERO  (mirrors ghats/sarnath hero)
   ══════════════════════════════════════════ */
.ga-hero {
  position: relative;
  height: 50vh;
  min-height: 380px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  background: #0d0602;
}

.ga-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 18% 72%, rgba(196, 98, 45, 0.68) 0%, transparent 58%),
    radial-gradient(ellipse 58% 50% at 82% 28%, rgba(212, 175, 55, 0.44) 0%, transparent 56%),
    radial-gradient(ellipse 88% 44% at 50% 100%, rgba(100, 30, 5, 0.82) 0%, transparent 68%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c4622d' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ga-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(13, 6, 2, 0.55) 0%,
    rgba(13, 6, 2, 0.08) 45%,
    rgba(13, 6, 2, 0.62) 100%
  );
}

.ga-hero-deco {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.ga-hero-deco-text {
  font-family: var(--f-hi, 'Tiro Devanagari Hindi', serif);
  font-size: clamp(14rem, 36vw, 30rem);
  color: rgba(245, 166, 35, 0.045);
  line-height: 1;
  user-select: none;
  white-space: nowrap;
}

.ga-hero-inner {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 115px 5vw 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ga-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ga-breadcrumb a { color: rgba(245,166,35,0.65); text-decoration: none; transition: color 0.2s; }
.ga-breadcrumb a:hover { color: var(--saffron, #f5a623); }
.ga-breadcrumb-sep { color: rgba(255,255,255,0.3); font-size: 0.8rem; }
.ga-breadcrumb span:last-child { color: rgba(255,255,255,0.55); }

.ga-hero-top { display: flex; flex-direction: column; gap: 0.6rem; }

.ga-hero-top .section-label {
  font-family: var(--f-lbl, 'Cinzel', serif);
  color: var(--saffron, #f5a623);
  font-size: 0.72rem;
  letter-spacing: 0.44em;
  text-transform: uppercase;
  display: block;
}

.ga-hero-bottom { display: flex; flex-direction: column; gap: 0.5rem; }

.ga-hero-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
  margin: 0;
  max-width: 200px;
}

.ga-hero-rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(245, 166, 35, 0.35);
}

.ga-hero-gem { color: var(--saffron, #f5a623); font-size: 0.8rem; opacity: 0.85; }

.ga-hero-title {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  text-shadow: 0 4px 60px rgba(0,0,0,0.5);
  animation: hero-in 2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ga-hero-title em { font-style: italic; color: var(--saffron, #f5a623); }

.ga-hero-scroll {
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.ga-hero-scroll span {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #9a7a60;
}

.ga-scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(245,166,35,0.55), transparent);
  animation: ga-scroll-fade 2.2s ease-in-out infinite;
}

@keyframes ga-scroll-fade {
  0%, 100% { opacity: 0.35; }
  50%       { opacity: 1; }
}

/* ══════════════════════════════════════════
   SHARED UTILITIES
   ══════════════════════════════════════════ */
.ga-gem { color: var(--gold, #d4af37); font-size: 0.8rem; }

.ga-rule {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  /* margin: 0.9rem 0 1.4rem; */
}

.ga-rule::before,
.ga-rule::after {
  content: '';
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: var(--gold, #d4af37);
  opacity: 0.4;
}

.ga-section-kicker {
  font-family: var(--f-hi, 'Tiro Devanagari Hindi', serif);
  font-size: 1rem;
  color: var(--saffron, #f5a623);
  opacity: 0.7;
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.06em;
}

.ga-section-header { text-align: center; margin-bottom: 3.5rem; }

.ga-section-hindi {
  font-family: var(--f-hi, 'Tiro Devanagari Hindi', serif);
  font-size: 1.1rem;
  color: var(--saffron, #f5a623);
  opacity: 0.7;
  display: block;
  margin-bottom: 0.5rem;
}

.ga-section-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0.8rem 0 1rem;
}

.ga-section-rule::before,
.ga-section-rule::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: var(--gold, #d4af37);
  opacity: 0.45;
}

.ga-section-sub {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--body, #6a4a2a);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ══════════════════════════════════════════
   2. INTRO SECTION
   ══════════════════════════════════════════ */
.ga-intro {
  background: var(--bg, #faf5ed);
  padding: 5rem 4rem 5rem;
}

.ga-intro-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: stretch;
}

/* Image column — absolutely positioned so natural image dimensions
   never influence the grid row height */
.ga-intro-images {
  position: relative;
}

.ga-img-main {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.22);
}

.ga-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.8) saturate(0.9);
  transition: transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ga-img-main:hover img { transform: scale(1.04); }

.ga-img-main-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 42% at 50% 100%, rgba(196,98,45,0.38) 0%, transparent 60%),
    linear-gradient(to top, rgba(13,6,2,0.62) 0%, transparent 48%);
  pointer-events: none;
}

.ga-img-main-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.2rem 0.9rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.ga-cap-ghat {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,166,35,0.92);
}

.ga-cap-sub {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 0.88rem;
  font-style: italic;
  color: rgba(255,255,255,0.5);
}

/* Bottom row: 2 images side by side — flex: 2 (takes ~40%) */
.ga-img-bottom {
  flex: 2;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

/* Bottom-left: secondary image */
.ga-img-sub {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.18);
}

.ga-img-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.74) saturate(0.82);
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s;
}

.ga-img-sub:hover img {
  transform: scale(1.08);
  filter: brightness(0.88) saturate(1);
}

.ga-img-sub-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,6,2,0.45) 0%, transparent 55%);
  pointer-events: none;
}

.ga-img-sub-badge {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: var(--ember, #c4622d);
  color: #fff;
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.22rem 0.65rem;
  z-index: 1;
}

/* Bottom-right: atmospheric third image */
.ga-img-info {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.18);
}

.ga-img-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.42) saturate(0.72);
  transition: filter 0.5s;
}

.ga-img-info:hover img { filter: brightness(0.55) saturate(0.88); }

.ga-img-info-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(196,98,45,0.28) 0%, transparent 65%),
    rgba(13,6,2,0.18);
  pointer-events: none;
}

.ga-img-info-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  z-index: 2;
}

.ga-info-sup {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.55rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245,166,35,0.65);
}

.ga-info-main {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  line-height: 1;
}

/* Intro content */
.ga-intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ga-intro-bar {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(212,175,55,0.2);
}

.ga-intro-stat { display: flex; flex-direction: column; gap: 0.3rem; }

.ga-istat-num {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ember, #c4622d);
  line-height: 1;
}

.ga-istat-lbl {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--body, #6a4a2a);
}

.ga-intro-stat-div {
  width: 1px;
  height: 36px;
  background: rgba(212,175,55,0.3);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════
   3. THE RITUAL
   ══════════════════════════════════════════ */
.ga-ritual {
  background: var(--bg2, #f4ece0);
  padding: 0 4rem 0 0;
  overflow: hidden;
}

.ga-ritual-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 480px 1fr;
  min-height: 500px;
  align-items: stretch;
}

.ga-ritual-img {
  position: relative;
  overflow: hidden;
}

.ga-ritual-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.78) saturate(0.88);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ga-ritual-img:hover img { transform: scale(1.05); }

.ga-ritual-img-num {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: rgba(245,166,35,0.82);
  background: rgba(13,6,2,0.52);
  backdrop-filter: blur(4px);
  padding: 0.1rem 0.6rem;
  line-height: 1;
  z-index: 1;
}

.ga-ritual-img-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, var(--bg2, #f4ece0) 100%);
}

.ga-ritual-content {
  padding: 3.5rem 3rem 3.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 3px solid var(--saffron, #f5a623);
}

/* Symbolic elements row */
.ga-symbols {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(212,175,55,0.2);
}

.ga-symbol { display: flex; flex-direction: column; gap: 0.35rem; }

.ga-symbol-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ga-symbol-icon { color: var(--ember, #c4622d); font-size: 0.65rem; }

.ga-symbol-name {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text, #1a0a03);
}

.ga-symbol-meaning {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1rem;
  font-style: italic;
  color: var(--body, #6a4a2a);
}

.ga-symbol-div {
  width: 1px;
  height: 44px;
  background: rgba(212,175,55,0.3);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════
   4. LOCATIONS ACROSS THE GHATS
   ══════════════════════════════════════════ */
.ga-locs {
  background: #fff;
  padding: 1rem 4rem 7rem;
}

.ga-locs-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.ga-locs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.ga-loc-card {
  background: var(--bg2, #f4ece0);
  border: 1px solid rgba(212,175,55,0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.ga-loc-card:hover {
  box-shadow: 0 12px 40px rgba(13,6,2,0.1);
  border-color: rgba(212,175,55,0.38);
}

.ga-loc-card-img {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.ga-loc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.78) saturate(0.85);
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s;
}

.ga-loc-card:hover .ga-loc-card-img img {
  transform: scale(1.07);
  filter: brightness(0.88) saturate(1);
}

.ga-loc-card-num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: #fff;
  background: rgba(13,6,2,0.55);
  backdrop-filter: blur(4px);
  padding: 0.22rem 0.6rem;
  z-index: 1;
}

.ga-loc-card-body {
  flex: 1;
  padding: 1.8rem 2rem 2.2rem;
  border-top: 2px solid rgba(245,166,35,0.32);
  display: flex;
  flex-direction: column;
}

.ga-loc-card-name {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--text, #1a0a03);
  line-height: 1.2;
  margin: 0 0 0.4rem;
}

.ga-loc-card-tag {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ember, #c4622d);
  display: block;
  margin-bottom: 0.9rem;
}

.ga-loc-card-desc {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--body, #6a4a2a);
  flex: 1;
  margin: 0;
}

/* ══════════════════════════════════════════
   5. EXPERIENCE FOR DEVOTEES & VISITORS
   ══════════════════════════════════════════ */
.ga-exp {
  background: var(--bg2, #f4ece0);
  padding: 1rem 4rem 7rem;
  position: relative;
  overflow: hidden;
}

/* Ghost Devanagari watermark */
.ga-exp::before {
  content: 'अनुभव';
  font-family: var(--f-hi, 'Tiro Devanagari Hindi', serif);
  font-size: clamp(10rem, 20vw, 18rem);
  color: rgba(212,175,55,0.055);
  position: absolute;
  bottom: -1.5rem;
  right: -1rem;
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  z-index: 0;
}

.ga-exp-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Editorial grid: body text left, visit card right */
.ga-exp-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 4.5rem;
  align-items: start;
  margin-top: 2rem;
}

/* Left: stacked body paragraphs */
.ga-exp-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Right: "Plan Your Visit" card */
.ga-exp-visit {
  background: rgba(245,166,35,0.05);
  border: 1px solid rgba(212,175,55,0.28);
  border-top: 3px solid var(--saffron, #f5a623);
  padding: 2.2rem 2rem;
}

.ga-exp-visit-header {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(212,175,55,0.18);
}

.ga-exp-visit-kicker {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ember, #c4622d);
  display: block;
}

.ga-exp-fact {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(212,175,55,0.12);
}
.ga-exp-fact:last-child { border-bottom: none; }

.ga-exp-fact-icon {
  font-size: 1.1rem;
  color: var(--saffron, #f5a623);
  opacity: 0.8;
  flex-shrink: 0;
  margin-top: 0.12rem;
}

.ga-exp-fact-label {
  font-family: var(--f-lbl, 'Cinzel', serif);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--body, #6a4a2a);
  opacity: 0.7;
  margin: 0 0 0.3rem;
}

.ga-exp-fact-val {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1.1rem;
  color: var(--text, #1a0a03);
  margin: 0;
  line-height: 1.3;
}

/* ══════════════════════════════════════════
   6. CULTURAL & SPIRITUAL SIGNIFICANCE
   ══════════════════════════════════════════ */
.ga-sig {
  position: relative;
  background: #0d0602;
  padding: 1rem 4rem 8rem;
  overflow: hidden;
  text-align: center;
}

.ga-sig::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/ganga-aarti-portrait.png') center / cover no-repeat;
  filter: brightness(0.15) saturate(0.6);
  z-index: 0;
}

.ga-sig::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(13, 6, 2, 0.55);
  z-index: 0;
}

.ga-sig-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ga-sig-kicker {
  font-family: var(--f-hi, 'Tiro Devanagari Hindi', serif);
  font-size: 1.2rem;
  color: rgba(245,166,35,0.6);
  display: block;
  margin-bottom: 0.8rem;
}

.ga-sig-title {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 0.6rem;
}

.ga-sig-title em { font-style: italic; color: var(--saffron, #f5a623); }

.ga-sig-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0.6rem 0 2rem;
}

.ga-sig-rule::before,
.ga-sig-rule::after {
  content: '';
  display: block;
  width: 56px;
  height: 1px;
  background: var(--gold, #d4af37);
  opacity: 0.4;
}

.ga-sig-quote {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(245,166,35,0.88);
  line-height: 1.7;
  margin: 0 0 2rem;
  padding: 0 2rem;
}

.ga-sig-body {
  font-family: var(--f-disp, 'Cormorant Garamond', serif);
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.5);
  margin: 0;
  max-width: 700px;
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .ga-intro-inner { gap: 3rem; }
  .ga-ritual-inner { grid-template-columns: 360px 1fr; }
  .ga-exp-grid     { grid-template-columns: 1fr 300px; gap: 3rem; }
}

@media (max-width: 860px) {
  .ga-hero-inner      { padding: 80px 1.8rem 2rem; }
  .ga-hero-title      { font-size: clamp(1.6rem, 7vw, 3rem); white-space: normal; }
  .ga-hero-deco-text  { font-size: clamp(8rem, 25vw, 16rem); }

  .ga-intro,
  .ga-locs,
  .ga-sig             { padding-left: 1.8rem; padding-right: 1.8rem; }

  .ga-intro-inner     { grid-template-columns: 1fr; gap: 2.5rem; }
  .ga-intro-images    { height: 200px; }
  .ga-img-bottom      { grid-template-columns: 1fr; }
  .ga-img-info        { display: none; }
  .ga-intro-bar       { flex-wrap: wrap; gap: 1.2rem; }
  .ga-intro-stat-div  { display: none; }

  .ga-ritual          { padding-right: 0; }
  .ga-ritual-inner    { grid-template-columns: 1fr; min-height: unset; }
  .ga-ritual-img      { height: 260px; }
  .ga-ritual-img-fade { background: linear-gradient(to bottom, transparent 55%, var(--bg2, #f4ece0) 100%); }
  .ga-ritual-content  { padding: 2rem 1.8rem 3rem; border-top: 3px solid var(--saffron); }

  .ga-locs-grid       { grid-template-columns: 1fr; }
  .ga-loc-card-img    { height: 200px; }

  .ga-exp             { padding: 4rem 1.8rem 5rem; }
  .ga-exp-grid        { grid-template-columns: 1fr; gap: 2.5rem; }

  .ga-sig             { padding: 5rem 1.8rem 6rem; }
  .ga-sig-quote       { padding: 0; }
}

@media (max-width: 520px) {
  .ga-locs-grid    { grid-template-columns: 1fr; }
  .ga-symbols      { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .ga-symbol-div   { display: none; }
}
