/* ==========================================================================
   CASCADE · Page-specific components
   ========================================================================== */

/* ---------- About: story ---------- */
.story-grid { display: grid; grid-template-columns: 1fr 0.92fr; gap: 76px; align-items: center; }
.story-grid .txt p { color: var(--ink-soft); font-size: 15px; margin-bottom: 16px; max-width: 54ch; }
.story-grid h2 { font-size: clamp(28px, 3vw, 38px); margin: 8px 0 18px; }
.story-media { position: relative; }
.story-media img.main { border-radius: 26px; box-shadow: var(--shadow-lg); width: 100%; }
.story-leaf { position: absolute; pointer-events: none; z-index: 2; }
.story-leaf--br { right: -30px; bottom: -34px; width: 116px; filter: drop-shadow(0 8px 14px rgba(20, 35, 10, .28)); }
.section-leaf { position: absolute; mix-blend-mode: multiply; pointer-events: none; z-index: 0; }
@media (max-width: 991px) { .section-leaf { display: none; } }

/* ---------- About: mission / vision ---------- */
.mv-card { display: flex; gap: 20px; padding: 30px; align-items: flex-start; position: relative; overflow: hidden; }
.mv-card .icon-circle { margin: 0; flex: 0 0 auto; }
.mv-card h3 { font-size: 22px; margin-bottom: 8px; transition: color .35s; }
.mv-card p { font-size: 14px; color: var(--ink-mute); position: relative; z-index: 1; }
.mv-card::after {
  content: ""; position: absolute; right: -50px; top: -50px; width: 170px; height: 170px; border-radius: 50%;
  background: radial-gradient(circle, var(--green-100), transparent 68%);
  opacity: 0; transform: scale(.5); transition: opacity .5s var(--ease), transform .6s var(--ease);
}
.mv-card:nth-child(2)::after { background: radial-gradient(circle, var(--pink-50), transparent 68%); }
.mv-card:hover::after { opacity: 1; transform: scale(1.5); }
.mv-card:hover h3 { color: var(--green-600); }
.mv-card:nth-child(2):hover h3 { color: var(--pink-500); }
.mv-card:hover .icon-img { transform: scale(1.12) rotate(-8deg); }

/* ---------- About: core values ---------- */
.values { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-item { text-align: center; padding: 10px 26px; position: relative; transition: transform .4s var(--ease); }
.value-item + .value-item::before { content: ""; position: absolute; left: 0; top: 14%; bottom: 14%; width: 1px; background: var(--line); }
.value-item .icon-img { width: 96px; height: 96px; box-shadow: var(--shadow-sm); }
.value-item b { display: block; font-size: 17px; margin: 18px 0 7px; color: var(--ink); transition: color .3s; }
.value-item p { font-size: 13px; color: var(--ink-mute); }
.value-item:hover { transform: translateY(-7px); }
.value-item:hover .icon-img { transform: scale(1.1) rotate(-6deg); box-shadow: 0 16px 32px rgba(34, 48, 28, .16); }
.value-item:hover b { color: var(--green-600); }

/* ---------- About: founder ---------- */
.founder-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: start; }
.founder-card { background: #fff; border: 1px solid #efedde; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 18px 18px 22px; text-align: center; }
.founder-card .ph { border-radius: 20px; overflow: hidden; }
.founder-card .ph img { width: 100%; object-fit: cover; }
.founder-card .signature { margin: 14px 0 12px; }
.founder-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.founder-stats .fs { display: flex; align-items: center; gap: 10px; background: var(--cream); border: 1px solid #eceadb; border-radius: 14px; padding: 12px 14px; text-align: left; }
.founder-stats .fs .icon-circle { margin: 0; flex: 0 0 auto; }
.founder-stats b { font-size: 17px; display: block; line-height: 1.15; }
.founder-stats small { color: var(--ink-mute); font-size: 12px; }
.cred-list { position: relative; display: grid; gap: 11px; margin-top: 22px; }
.cred-item { display: flex; gap: 13px; align-items: center; background: #fff; border: 1px solid #f0eee0; border-radius: 12px; padding: 9px 16px 9px 9px; box-shadow: 0 3px 10px rgba(34, 48, 28, .06); position: relative; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.cred-item:hover { transform: translateX(6px) translateY(-2px); box-shadow: var(--shadow-md); }
/* dotted connector running icon-to-icon down the staircase */
.cred-item::after { content: ""; position: absolute; left: 26px; top: 100%; height: 11px; border-left: 2px dotted var(--green-300); }
.cred-item:last-child::after { display: none; }
.cred-item .ic { width: 36px; height: 36px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center; color: var(--green-600); background: #eef5df; border: 1px solid #d9e7bd; }
.cred-item .ic svg { width: 17px; height: 17px; }
.cred-item:nth-child(even) .ic { color: var(--pink-600); background: #fde9ee; border-color: #f6cdd8; }
.cred-item b { display: block; font-size: 14px; }
.cred-item span { font-size: 12.5px; color: var(--ink-mute); }

/* ---------- About: quote banner ---------- */
.quote-banner {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background:
    linear-gradient(100deg, rgba(14, 27, 5, .93) 0%, rgba(31, 52, 12, .74) 48%, rgba(14, 27, 5, .9) 100%),
    url(../img/quote-bg.jpg) center 42%/cover no-repeat;
  color: #fff; text-align: center;
  padding: 96px 40px;
  box-shadow: var(--shadow-lg);
}
/* soft glow behind the quote */
.quote-banner::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 55% at 50% 30%, rgba(181, 207, 125, .22), transparent 70%);
}
/* thin inner ring for a premium finish */
.quote-banner::after {
  content: ""; position: absolute; inset: 14px; pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .16); border-radius: calc(var(--radius-lg) - 8px);
}
.quote-banner .inner { position: relative; z-index: 2; max-width: 720px; margin-inline: auto; }
/* giant watermark quote mark behind the text */
.quote-banner .inner::before {
  content: "\201C"; position: absolute; left: 50%; top: -86px; translate: -50%;
  font-family: var(--font-serif); font-size: 240px; line-height: 1;
  color: rgba(255, 255, 255, .07); pointer-events: none;
}
.quote-banner .qmark { color: var(--green-300); margin: 0 auto 6px; filter: drop-shadow(0 4px 14px rgba(181, 207, 125, .35)); }
.quote-banner blockquote { font-family: var(--font-serif); font-weight: 700; font-size: clamp(25px, 3.1vw, 38px); line-height: 1.4; margin: 10px 0 18px; letter-spacing: .3px; text-shadow: 0 2px 18px rgba(0, 0, 0, .35); }
.quote-banner .q-rule { display: block; width: 74px; height: 2px; margin: 0 auto 14px; border-radius: 2px; background: linear-gradient(90deg, transparent, var(--green-300), transparent); }
.quote-banner cite { font-style: normal; font-family: var(--font-script); color: var(--pink-400); font-size: 30px; line-height: 1; }
.quote-banner .leaf-float { color: rgba(181, 207, 125, .5); }
@media (max-width: 599px) {
  .quote-banner { padding: 66px 22px; }
  .quote-banner .inner::before { font-size: 170px; top: -60px; }
}

/* ---------- Counselling: benefits band ---------- */
.benefits-band {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background:
    linear-gradient(100deg, rgba(20, 34, 9, .95) 0%, rgba(45, 71, 18, .88) 45%, rgba(74, 111, 30, .9) 100%),
    url(../img/quote-bg.jpg) center 35%/cover no-repeat;
  color: #fff; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 340px 1fr; align-items: stretch; gap: 30px;
  height: 340px;
}
/* soft glow behind the checklist */
.benefits-band::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 70% at 78% 50%, rgba(181, 207, 125, .16), transparent 70%);
}
.benefits-band .bimg { position: relative; height: 100%; min-height: 320px; }
.benefits-band .bimg img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  -webkit-mask-image: linear-gradient(90deg, #000 82%, transparent);
  mask-image: linear-gradient(90deg, #000 82%, transparent);
}
.benefits-band .bimg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 34, 9, .15), transparent 30%, transparent 70%, rgba(20, 34, 9, .3));
  -webkit-mask-image: linear-gradient(90deg, #000 82%, transparent);
  mask-image: linear-gradient(90deg, #000 82%, transparent);
}
.benefits-band .binner { position: relative; z-index: 1; padding: 0 44px 0 0; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.benefits-band h2 { color: #fff; display: flex; align-items: center; gap: 12px; font-size: clamp(23px, 2.6vw, 30px); margin-bottom: 24px; }
.benefits-band h2 svg { color: var(--green-300); }
.blist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 26px; }
.blist li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 500; }
.blist .bchk {
  width: 27px; height: 27px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center; color: #fff;
  background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.blist li:hover .bchk { background: var(--green-300); color: var(--green-900); transform: scale(1.1); }

/* ---------- Success story cards: photo-left horizontal variant ---------- */
.story-card2 {
  display: flex; align-items: center; gap: 18px; padding: 22px; height: 100%;
  position: relative; overflow: hidden;
}
.story-card2::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--green-450), var(--green-300) 55%, var(--pink-400));
}
.story-card2::after {
  content: "\201D"; position: absolute; right: 14px; bottom: -34px;
  font-family: var(--font-serif); font-size: 96px; line-height: 1;
  color: var(--green-900); opacity: .05; pointer-events: none;
}
.story-card2 .photo {
  width: 104px; height: 168px; border-radius: 18px; flex: 0 0 auto;
  padding: 3px; background: linear-gradient(155deg, var(--green-450), var(--pink-400));
  box-shadow: 0 10px 22px rgba(40, 60, 20, .18);
}
.story-card2 .photo img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 15px; transition: transform .5s var(--ease); }
.story-card2:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.story-card2:hover .photo img { transform: scale(1.08); }
.story-card2 .txt { position: relative; z-index: 1; }
.story-card2 .stars { display: block; color: var(--gold); letter-spacing: 2px; font-size: 13px; margin-bottom: 8px; }
.story-card2 .txt p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; margin: 0 0 10px; }
.story-card2 .txt b { display: block; color: var(--green-600); font-size: 13.5px; }

/* ---------- Weight page: before/after compare slider ---------- */
.compare-slider {
  position: relative; max-width: 860px; margin-inline: auto; aspect-ratio: 4 / 5;
  border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md);
  cursor: ew-resize; touch-action: none; user-select: none;
}
.compare-after, .compare-before {
  position: absolute; top: 0; left: 0; height: 100%; background-repeat: no-repeat; pointer-events: none;
  background-size: var(--bg-w, cover) var(--bg-h, auto);
  background-position: var(--bg-x, 50%) var(--bg-y, 50%);
}
.compare-after { width: 100%; }
.compare-before { width: var(--pos, 50%); overflow: hidden; }
.compare-tag { position: absolute; top: 16px; z-index: 3; background: rgba(12, 20, 6, .72); color: #fff; font-size: 12.5px; font-weight: 600; letter-spacing: .2px; border-radius: 20px; padding: 6px 16px; pointer-events: none; }
.compare-tag--before { left: 16px; }
.compare-tag--after { right: 16px; }
.compare-handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); transform: translateX(-50%); z-index: 4; width: 3px; }
.compare-handle::before { content: ""; position: absolute; inset: 0; margin-inline: auto; width: 3px; background: rgba(255, 255, 255, .92); box-shadow: 0 0 0 1px rgba(0, 0, 0, .06); }
.compare-grip {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center; gap: 1px; color: var(--green-600);
  box-shadow: 0 8px 20px rgba(20, 30, 10, .28); transition: transform .25s var(--ease);
}
.compare-slider:hover .compare-grip, .compare-slider.dragging .compare-grip { transform: translate(-50%, -50%) scale(1.08); }
@media (max-width: 640px) { .compare-slider { border-radius: 16px; } }
.ba-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 22px; background: #fff; border: 1px solid #efedde; border-radius: 16px; box-shadow: var(--shadow-sm); padding: 18px 6px; }
.ba-stats .st { text-align: center; position: relative; }
.ba-stats .st + .st::before { content: ""; position: absolute; left: 0; top: 15%; bottom: 15%; width: 1px; background: var(--line); }
.ba-stats b { font-size: 21px; color: var(--green-600); display: block; }
.ba-stats small { color: var(--ink-mute); font-size: 12.5px; }

/* ---------- Hormonal: doctor panel ---------- */
.dr-panel {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 270px 1fr auto; gap: 34px; align-items: center; padding: 32px;
  background: linear-gradient(120deg, #fbfaf3, #f4f3e7);
  border-color: #eeecdb;
}
.dr-panel::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--green-450), var(--green-300) 55%, #d8c98a);
}
.dr-panel::after {
  content: ""; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px;
  border-radius: 50%; background: radial-gradient(circle, rgba(216, 201, 138, .25), transparent 70%);
  pointer-events: none;
}
.dr-panel .ph {
  position: relative; border-radius: 18px; overflow: hidden;
  padding: 4px; background: linear-gradient(155deg, var(--green-450), #d8c98a);
  box-shadow: 0 14px 30px rgba(40, 60, 20, .18);
}
.dr-panel .ph img { border-radius: 15px; display: block; width: 100%; height: 300px; object-fit: cover; transition: transform .6s var(--ease); }
.dr-panel .ph:hover img { transform: scale(1.05); }
.dr-panel h3 { font-size: 29px; margin: 4px 0 16px; display: flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
.dr-panel h3 svg { color: var(--green-450); }
.dr-panel .chip-grid { position: relative; z-index: 1; }
.dr-panel .lotus-orn { color: #d8c98a; opacity: .85; position: relative; z-index: 1; filter: drop-shadow(0 4px 10px rgba(216, 201, 138, .35)); }

/* ---------- About: why-choose cards ---------- */
.grid-5 .feature-card { padding: 34px 18px; }
.grid-5 .feature-card .icon-img { width: 84px; height: 84px; }
.feature-card:hover .icon-img { animation: icon-pop .55s var(--ease) forwards; }
.feature-card h3 { transition: color .3s; }
.feature-card:hover h3 { color: var(--green-600); }

/* ---------- FAQ single column ---------- */
.faq-grid--single { grid-template-columns: 1fr; max-width: 820px; margin-inline: auto; }

/* ---------- Session preview cards (yoga) ---------- */
.session-card { position: relative; width: 300px; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); cursor: pointer; }
.session-card img { width: 100%; height: 190px; object-fit: cover; transition: transform .7s var(--ease); }
.session-card:hover img { transform: scale(1.06); }
.session-card .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px; color: #fff; background: linear-gradient(180deg, transparent, rgba(10, 16, 5, .85)); display: flex; justify-content: space-between; align-items: flex-end; font-size: 14px; font-weight: 600; }
.session-card .cap small { font-weight: 500; font-size: 12px; color: #d9e3c4; display: block; }

/* ---------- Testimonial solo card ---------- */

/* ---------- Hero badge pill ---------- */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .8); border: 1px solid var(--green-200);
  color: var(--green-700); font-size: 12px; font-weight: 700;
  letter-spacing: 1.8px; text-transform: uppercase;
  border-radius: 999px; padding: 8px 18px; margin-bottom: 6px;
  box-shadow: var(--shadow-sm);
}
.hero-badge svg { color: var(--green-500); }
.hero-badge--solid { background: linear-gradient(160deg, var(--green-450), var(--green-600)); color: #fff; border-color: transparent; }
.hero-badge--solid svg { color: #fff; }

/* ---------- Counselling service cards ---------- */
.csvc-card { display: flex; gap: 18px; padding: 24px; align-items: flex-start; position: relative; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.csvc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.csvc-card .icon-circle { margin: 0; width: 58px; height: 58px; flex: 0 0 auto; }
.csvc-card h3 { font-size: 19px; margin-bottom: 6px; }
.csvc-card p { font-size: 13.5px; color: var(--ink-mute); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .story-grid, .founder-grid { grid-template-columns: 1fr; gap: 34px; }
  .values { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .value-item:nth-child(3)::before { display: none; }
  .benefits-band { grid-template-columns: 1fr; height: auto; }
  .benefits-band .bimg { display: none; }
  .benefits-band .binner { padding: 34px 30px; height: auto; }
  .blist { grid-template-columns: 1fr 1fr; }
  .dr-panel { grid-template-columns: 1fr; }
  .dr-panel .lotus-orn { display: none; }
  .quote-banner img { opacity: .35; width: 45%; }
}
@media (max-width: 640px) {
  .blist { grid-template-columns: 1fr; }
  .ba-stats { grid-template-columns: 1fr 1fr; gap: 14px 0; }
  .ba-stats .st:nth-child(3)::before { display: none; }
  .ba-showcase .shot img { height: 230px; }
  .founder-stats { grid-template-columns: 1fr; }
}
