/* =====================================================================
   ChakraHealingMumbai.com — Testimonials Page
   "Client Stories" — luxury spiritual minimalism
   Author: Creaa Designs
   ===================================================================== */

/* ----------  Hero  ---------- */
.ts-hero {
  position: relative;
  padding-top: 11rem;
  padding-bottom: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}
.ts-hero-orbits { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.ts-hero-orbits .ring { position: absolute; border-radius: 50%; border: 1px solid rgba(201,168,106,0.16); }
.ts-hero-orbits .r1 { width: 560px; height: 560px; top: -160px; left: -160px; }
.ts-hero-orbits .r2 { width: 380px; height: 380px; bottom: -140px; right: -100px; border-color: rgba(32,34,63,0.06); }
.ts-hero-orbits .glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; }
.ts-hero-orbits .g1 { width: 320px; height: 320px; background: rgba(221,214,236,0.55); top: 6%; right: 4%; }
.ts-hero-orbits .g2 { width: 280px; height: 280px; background: rgba(233,211,207,0.5); bottom: 0%; left: 2%; }

.ts-hero-inner { max-width: 880px; margin-inline: auto; text-align: center; }
.ts-hero-inner .eyebrow { margin-bottom: 1.5rem; }
.ts-hero-inner h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.ts-hero-inner .lead { max-width: 60ch; margin-inline: auto; }

/* Floating monogram dots in hero */
.ts-hero-floats { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.ts-float-av {
  position: absolute;
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--deep-indigo);
  background: linear-gradient(135deg, var(--soft-lavender), var(--soft-rose));
  box-shadow: var(--shadow-sm);
  border: 3px solid rgba(255,255,255,0.7);
}
.ts-float-av.f1 { top: 26%; left: 7%; }
.ts-float-av.f2 { top: 60%; left: 12%; }
.ts-float-av.f3 { top: 22%; right: 8%; background: linear-gradient(135deg, var(--muted-sage), var(--soft-lavender)); }
.ts-float-av.f4 { top: 64%; right: 10%; background: linear-gradient(135deg, var(--soft-rose), var(--ivory)); }
@media (max-width: 1080px) { .ts-hero-floats { display: none; } }

/* ----------  Trust band  ---------- */
.ts-trust { padding-block: clamp(2rem, 4vw, 3rem); }
.ts-trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  background: linear-gradient(150deg, #25274a, var(--deep-indigo));
  border-radius: clamp(20px, 3vw, 36px);
  padding: clamp(2rem, 4vw, 3.2rem) clamp(1.5rem, 4vw, 3.5rem);
  position: relative;
  overflow: hidden;
}
.ts-trust-inner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(34vw 30vw at 12% 0%, rgba(201,168,106,0.22), transparent 60%),
              radial-gradient(34vw 30vw at 90% 100%, rgba(125,91,166,0.24), transparent 60%);
  pointer-events: none;
}
.ts-trust-item { position: relative; text-align: center; padding-inline: 0.5rem; }
.ts-trust-item + .ts-trust-item::before {
  content: ""; position: absolute; left: 0; top: 12%; bottom: 12%;
  width: 1px; background: rgba(255,255,255,0.12);
}
.ts-trust-item .tt-num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #fff; line-height: 1;
  display: inline-flex; align-items: baseline;
}
.ts-trust-item .tt-num .suffix { color: var(--champagne); font-size: 0.6em; margin-left: 2px; }
.ts-trust-item .tt-stars { color: var(--champagne); letter-spacing: 2px; font-size: 0.85rem; margin-top: 0.5rem; }
.ts-trust-item .tt-label {
  font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.6); margin-top: 0.55rem;
}
@media (max-width: 760px) {
  .ts-trust-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .ts-trust-item:nth-child(3)::before { display: none; }
}

/* ----------  Testimonials masonry  ---------- */
.ts-wall {
  columns: 3;
  column-gap: 1.5rem;
}
.ts-quote {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 2.6vw, 2.2rem);
  box-shadow: var(--shadow-sm);
  transition: transform 0.55s var(--ease), box-shadow 0.55s var(--ease), border-color 0.4s;
  position: relative;
  overflow: hidden;
}
.ts-quote::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(var(--champagne), var(--champagne-deep));
  opacity: 0; transition: opacity 0.5s var(--ease);
}
.ts-quote:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(201,168,106,0.4); }
.ts-quote:hover::after { opacity: 1; }
.ts-quote .qm {
  font-family: var(--font-display);
  font-size: 3rem; line-height: 0.4; color: var(--champagne); opacity: 0.45;
}
.ts-quote .stars { color: var(--champagne); letter-spacing: 2px; font-size: 0.88rem; }
.ts-quote blockquote {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--deep-indigo);
  line-height: 1.5;
  font-size: 1.1rem;
}
.ts-quote .ts-author { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.ts-quote .ts-author .ta-av {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  font-family: var(--font-display); font-size: 1.2rem; color: var(--deep-indigo);
  background: linear-gradient(135deg, var(--soft-lavender), var(--soft-rose));
}
.ts-quote .ts-author strong { display: block; font-size: 0.95rem; color: var(--deep-indigo); }
.ts-quote .ts-author span { font-size: 0.82rem; color: var(--muted); }

/* Featured (larger) testimonials */
.ts-quote.featured {
  background: linear-gradient(155deg, #ffffff, var(--ivory));
  border-color: rgba(201,168,106,0.32);
  box-shadow: var(--shadow-md);
}
.ts-quote.featured blockquote { font-size: clamp(1.3rem, 1.9vw, 1.7rem); line-height: 1.45; }
.ts-quote.featured .qm { font-size: 4rem; }
.ts-quote.featured .ts-author .ta-av {
  width: 56px; height: 56px; font-size: 1.4rem;
  background: linear-gradient(135deg, var(--champagne), var(--champagne-deep)); color: #fff;
}
.ts-quote.featured .ts-author strong { font-size: 1.02rem; }

/* Tint variations for monogram avatars */
.ta-av.av-sage { background: linear-gradient(135deg, var(--muted-sage), var(--soft-lavender)); }
.ta-av.av-rose { background: linear-gradient(135deg, var(--soft-rose), var(--ivory)); }
.ta-av.av-indigo { background: linear-gradient(135deg, var(--soft-lavender), #cdd4e8); }

@media (max-width: 980px) { .ts-wall { columns: 2; } }
@media (max-width: 600px) { .ts-wall { columns: 1; } }

/* ----------  Transformation Timeline  ---------- */
.ts-timeline-band {
  background: linear-gradient(160deg, #25274a, var(--deep-indigo));
  border-radius: clamp(24px, 4vw, 44px);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  position: relative; overflow: hidden;
}
.ts-timeline-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(40vw 30vw at 80% 5%, rgba(125,91,166,0.28), transparent 60%),
              radial-gradient(40vw 30vw at 0% 100%, rgba(201,168,106,0.20), transparent 60%);
  pointer-events: none;
}
.ts-timeline-band .section-head { position: relative; }
.ts-timeline-band .section-head h2 { color: #fff; }
.ts-timeline-band .eyebrow { color: var(--champagne); }
.ts-timeline-band .eyebrow::before, .ts-timeline-band .eyebrow.center::after { background: var(--champagne); }
.ts-timeline-band .section-head p { color: rgba(255,255,255,0.66); }

.timeline {
  position: relative;
  display: grid;
  gap: 1.6rem;
  max-width: 880px;
  margin-inline: auto;
}
.timeline::before {
  content: ""; position: absolute; left: 27px; top: 12px; bottom: 12px; width: 1px;
  background: linear-gradient(var(--champagne), rgba(201,168,106,0.15));
}
.tl-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.4rem;
  align-items: flex-start;
}
.tl-node {
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  font-family: var(--font-display); font-size: 0.92rem; line-height: 1; text-align: center;
  color: var(--deep-indigo);
  background: linear-gradient(135deg, var(--champagne), var(--champagne-deep));
  box-shadow: 0 0 0 6px rgba(201,168,106,0.12);
  position: relative; z-index: 1;
}
.tl-node small { display: block; font-family: var(--font-body); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; }
.tl-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 1.3rem 1.6rem;
  transition: background 0.4s, transform 0.4s var(--ease);
}
.tl-card:hover { background: rgba(255,255,255,0.1); transform: translateX(6px); }
.tl-card h4 { color: #fff; margin-bottom: 0.35rem; }
.tl-card p { color: rgba(255,255,255,0.66); font-size: 0.95rem; margin: 0; }
@media (max-width: 600px) {
  .timeline::before { left: 21px; }
  .tl-step { grid-template-columns: 44px 1fr; gap: 1rem; }
  .tl-node { width: 44px; height: 44px; font-size: 0.78rem; }
}

/* Story figure accompanying timeline */
.ts-story-split { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.ts-story-figure .img-frame { aspect-ratio: 4/5; }
.ts-story-figure { position: relative; }
.ts-story-figure .floating-card {
  position: absolute; bottom: -26px; left: -22px;
  max-width: 220px; padding: 1.3rem 1.4rem; border-radius: var(--radius);
}
.ts-story-figure .floating-card .stat-num { font-size: 2.2rem; }
@media (max-width: 980px) {
  .ts-story-split { grid-template-columns: 1fr; }
  .ts-story-figure { max-width: 440px; margin-inline: auto; }
}

/* ----------  Success Highlights  ---------- */
.ts-wins { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.ts-win {
  text-align: center;
  padding: clamp(1.8rem, 3vw, 2.4rem) 1.3rem;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.ts-win:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ts-win .win-num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--deep-indigo);
  display: inline-flex; align-items: baseline;
}
.ts-win .win-num .suffix { color: var(--champagne-deep); font-size: 0.55em; margin-left: 1px; }
.ts-win h4 { margin: 0.7rem 0 0.4rem; font-size: 1.1rem; }
.ts-win p { font-size: 0.9rem; margin: 0; }
@media (max-width: 980px) { .ts-wins { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ts-wins { grid-template-columns: 1fr; } }

/* ----------  Closing CTA  ---------- */
.ts-cta-inner {
  background: linear-gradient(150deg, #25274a, var(--deep-indigo));
  border-radius: clamp(24px, 4vw, 44px);
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 5rem);
  text-align: center; position: relative; overflow: hidden;
}
.ts-cta-inner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(35vw 30vw at 15% 10%, rgba(201,168,106,0.25), transparent 60%),
              radial-gradient(35vw 30vw at 90% 95%, rgba(125,91,166,0.28), transparent 60%);
}
.ts-cta-inner h2 { color: #fff; position: relative; margin-bottom: 1.2rem; }
.ts-cta-inner p { color: rgba(255,255,255,0.72); position: relative; max-width: 56ch; margin: 0 auto 2.2rem; }
.ts-cta-actions { position: relative; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
