/* ===================================================================
   CAMS Annual Report 2025–26
   Social & Relationship Capital — Inside Page Styles
   Extends styles.css — all CSS vars inherit from that file
   =================================================================== */

/* ===== Page base (override dark body from styles.css) ===== */
.src-page {
  background: #f0f6fc;
  font-family: Arial, Helvetica, sans-serif;
}

/* Nav always white on inside pages (hero is light, not dark video) */
.src-page .nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 10px 30px rgba(20, 60, 110, 0.10);
}
.src-page .nav .btn-download {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(45, 93, 169, 0.35);
}
.src-page .nav .btn-menu__bar { background: var(--ink); }
.src-page .nav .btn-menu { border-color: rgba(45, 93, 169, 0.35); }

/* Headings use Myriad Pro */
.src-page h1,
.src-page h2,
.src-page h3,
.src-hero__title,
.src-advancing__heading,
.src-chudar__vm-title,
.src-griev__heading,
.src-sat__heading,
.src-eg__heading,
.src-dep__heading,
.src-csr__heading,
.src-iitm__h3,
.src-cust__heading,
.src-ov__col-hd,
.src-griev__sub-label,
.src-iitm__subhead,
.src-accordion__label {
  font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
}

.src-main {
  padding-top: 0;
}

/* Shared eyebrow / headings for this page */
.src-eyebrow {
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 16px;
  display: block;
}

.src-section-title {
  font-size: var(--section-title);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--brand);
  margin-bottom: 22px;
}

.src-section-text {
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.72;
  color: #45556b;
  margin-bottom: 28px;
  max-width: 52ch;
}

/* Menu: highlight active item */
.src-menu__active {
  color: var(--azure) !important;
  font-weight: 700;
}

/* ===================================================================
   SECTION 1 — Hero Banner
   =================================================================== */
.src-hero {
  background: #e6f2e8;
  position: relative;
  overflow: hidden;
}

.src-hero__wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  gap: 56px;
  padding: calc(var(--nav-h) + 20px) clamp(20px, 4vw, 56px) 80px;
}

/* Breadcrumb — flows inside left column */
.src-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--brand);
  margin-bottom: 52px;
}

.src-hero__breadcrumb a {
  color: var(--brand);
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.src-hero__breadcrumb a:hover { opacity: 1; }

.src-hero__breadcrumb span[aria-hidden="true"] {
  opacity: 0.3;
  font-size: 12px;
}

.src-hero__bc-current {
  opacity: 1;
  font-weight: 600;
}

.src-hero__left {
  display: flex;
  flex-direction: column;
}

.src-hero__inner {
  display: block;
}

.src-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
}

/* Icon: no circle — just the raw SVG */
.src-hero__eye-icon {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  flex: none;
}

.src-hero__eye-icon img {
  width: 58px;
  height: 58px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(57%) saturate(826%) hue-rotate(192deg) brightness(97%) contrast(93%);
}

.src-hero__eye-label {
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
}

.src-hero__title {
  font-size: clamp(30px, 3.5vw, 45px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brand);
  margin-bottom: 28px;
}

.src-hero__text {
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.78;
  color: #334455;
  margin-bottom: 0;
  padding-left: 20px;
  border-left: 3px solid var(--brand);
}

/* Right: natural block image */
.src-hero__right {
  overflow: hidden;
}

.src-hero__right img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

/* ===================================================================
   SECTION 2 — Capital Overview (3-column horizontal strip)
   =================================================================== */
.src-ov {
  background: #ffffff;
  padding: 60px 0;
  border-top: 1px solid rgba(45, 93, 169, 0.08);
  color: var(--ink);
}

.src-ov__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: 50% 27% 23%;
  gap: 48px;
  align-items: start;
}

/* Column heading */
.src-ov__col-hd {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}



/* SDG grid — 6 icons per row */
.src-ov__sdg-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}

.src-ov__sdg-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

/* Material Priorities list */
.src-ov__mat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.src-ov__mat-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.45;
}

.src-ov__mat-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 6px;
  height: 6px;
  background: var(--azure);
}

.src-ov__dot {
  display: none;
}

/* Risks column */
.src-ov__risk-row {
  display: flex;
  gap: 14px;
}

.src-ov__risk-card {
  width: 84px;
  height: 84px;
  border: 1.5px solid rgba(45, 93, 169, 0.28);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 93, 169, 0.04);
  transition: border-color 0.2s, background 0.2s;
}

.src-ov__risk-card:hover {
  border-color: var(--brand);
  background: rgba(45, 93, 169, 0.08);
}

/* ===================================================================
   SECTION 3 — Customer First Culture
   =================================================================== */
.src-cust {
  background: #ffffff;
  padding-bottom: 32px;
  color: var(--ink);
}

.src-cust__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-cust__img {
  margin-bottom: 40px;
}

.src-cust__img img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.src-cust__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 18px;
}

.src-cust__text {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 24px;
}

.src-cust__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.src-cust__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.65;
  color: var(--ink);
}

.src-cust__list li::before {
  content: '';
  flex: none;
  width: 9px;
  height: 9px;
  background: var(--brand);
  margin-top: 6px;
}

/* keep glass-card styles for potential reuse */
.src-glass-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(45, 93, 169, 0.16);
  border-left: 3px solid var(--brand);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  box-shadow: 0 4px 24px rgba(45, 93, 169, 0.07);
  opacity: 0;
  transform: translateX(24px);
}

.src-glass-card.is-in {
  opacity: 1;
  transform: none;
}

.src-glass-card:nth-child(2) { transition-delay: 0.12s; }
.src-glass-card:nth-child(3) { transition-delay: 0.24s; }

.src-glass-card:hover {
  transform: translateX(6px) translateY(-3px);
  box-shadow: 0 12px 40px rgba(45, 93, 169, 0.14);
  border-left-color: var(--azure);
}

.src-glass-card.is-in:hover {
  transform: translateX(6px) translateY(-3px);
}

.src-card-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--azure);
  text-transform: uppercase;
  margin-bottom: 7px;
}

.src-card-title {
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 8px;
}

.src-card-desc {
  font-size: clamp(12px, 0.88vw, 14px);
  line-height: 1.6;
  color: #5a7088;
}

/* ===================================================================
   SECTION 4 — Investor Grievance Resolution
   =================================================================== */
.src-griev {
  background: #ffffff;
  padding: 40px 0;
  color: var(--ink);
}

.src-griev__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-griev__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.src-griev__intro {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 36px;
}

.src-griev__sub-label {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 32px;
}

.src-griev__steps {
  display: flex;
  align-items: stretch;
}

.src-griev__step {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(36px);
}

.src-griev__step.is-visible {
  animation: svg-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.src-griev__step:nth-child(2).is-visible { animation-delay: 0.12s; }
.src-griev__step:nth-child(3).is-visible { animation-delay: 0.24s; }
.src-griev__step:nth-child(4).is-visible { animation-delay: 0.36s; }

.src-griev__step-top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.src-griev__num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--azure);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.src-griev__hline {
  flex: 1;
  height: 1.5px;
  background: var(--azure);
  opacity: 0.3;
}

.src-griev__card {
  border: 1.5px solid #9fd2e8;
  border-radius: 3px;
  padding: 18px 16px 36px;
  position: relative;
  flex: 1;
  margin-right: 6px;
}

.src-griev__card p {
  font-size: 13.5px;
  line-height: 1.78;
  color: var(--ink);
}

.src-griev__card a {
  color: var(--brand);
  text-decoration: underline;
}

.src-griev__bdot {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid #9fd2e8;
  background: transparent;
  display: block;
}

.src-griev__bline {
  position: absolute;
  bottom: 13px;
  left: 18px;
  right: 0;
  height: 1.5px;
  background: #9fd2e8;
  opacity: 0.45;
}

.src-griev__arr {
  font-size: 30px;
  color: var(--azure);
  padding-top: 10px;
  flex: none;
  width: 28px;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  align-self: flex-start;
}

/* ===================================================================
   SECTION 5 — Investor Satisfaction Survey
   =================================================================== */
.src-sat {
  background: #ffffff;
  padding: 40px 0;
  color: var(--ink);
}

.src-sat__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-sat__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 28px;
  text-align: center;
}

.src-sat__card {
  border: 1.5px solid rgba(45, 93, 169, 0.14);
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  max-width: 662px;
  margin: 0 auto;
}

.src-sat__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================================================================
   SECTION 6 — Employee Grievance Redressal
   =================================================================== */
.src-eg {
  background: #ffffff;
  padding: 40px 0;
  color: var(--ink);
}

.src-eg__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-eg__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.src-eg__intro {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 56px;
}

/* Full-width diagram */
.src-eg__diagram {
  margin-top: 40px;
}

.src-eg__svg-img {
  width: 100%;
  max-width: 860px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===================================================================
   SECTION 7 — Distributor Empowerment Programme
   =================================================================== */
.src-dep {
  background: #ffffff;
  padding: 40px 0;
  color: var(--ink);
}

.src-dep__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-dep__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.src-dep__intro {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 32px;
  max-width: 900px;
}

.src-dep__img-wrap {
  width: 100%;
}

.src-dep__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ===================================================================
   SECTION 8 — CSR Impact Ecosystem
   =================================================================== */
.src-csr {
  background: #ffffff;
  padding: 40px 0;
  color: var(--ink);
}

.src-csr__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-csr__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
}

.src-csr__intro {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 52px;
}

.src-csr__diagram {
  display: flex;
  justify-content: center;
}

#csr-svg {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
}

/* === CSR SVG Animation === */
@keyframes csr-fade-in   { to { opacity: 1; } }
@keyframes csr-scale-in  { to { opacity: 1; transform: scale(1); } }
@keyframes csr-draw-line { to { stroke-dashoffset: 0; } }

/* ---- initial hidden states ---- */
#csr-svg .cls-13 {
  opacity: 0;
  transform-origin: 192.24px 124.77px;
  transform: scale(0.7);
}
#csr-svg .cls-3 { opacity: 0; }

#csr-svg path.cls-8 {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
#csr-svg circle.cls-8 { opacity: 0; }
#csr-svg path.cls-2   { opacity: 0; }
#csr-svg .cls-5       { opacity: 0; }
#csr-svg .cls-6       { opacity: 0; }
#csr-svg .cls-7       { opacity: 0; }

/* Animation play states — paused until .is-visible added */
#csr-svg .cls-13,
#csr-svg .cls-3,
#csr-svg path.cls-8,
#csr-svg circle.cls-8,
#csr-svg path.cls-2,
#csr-svg .cls-5,
#csr-svg .cls-6,
#csr-svg .cls-7 {
  animation-play-state: paused;
}

/* ---- triggered animations ---- */
#csr-diagram.is-visible #csr-svg .cls-13 {
  animation: csr-scale-in 0.5s ease 0s both;
  animation-play-state: running;
}
#csr-diagram.is-visible #csr-svg path.cls-2 {
  animation: csr-fade-in 0.4s ease 0.1s both;
  animation-play-state: running;
}
#csr-diagram.is-visible #csr-svg .cls-3 {
  animation: csr-fade-in 0.35s ease 0.3s both;
  animation-play-state: running;
}
#csr-diagram.is-visible #csr-svg path.cls-8 {
  animation: csr-draw-line 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
  animation-play-state: running;
}
#csr-diagram.is-visible #csr-svg circle.cls-8 {
  animation: csr-fade-in 0.3s ease 1.3s both;
  animation-play-state: running;
}
#csr-diagram.is-visible #csr-svg .cls-5 {
  animation: csr-fade-in 0.5s ease 0.9s both;
  animation-play-state: running;
}
#csr-diagram.is-visible #csr-svg .cls-7 {
  animation: csr-fade-in 0.4s ease 1.1s both;
  animation-play-state: running;
}
#csr-diagram.is-visible #csr-svg .cls-6 {
  animation: csr-fade-in 0.4s ease 1.4s both;
  animation-play-state: running;
}

/* ===================================================================
   SECTION 9 — CSR Pillars (Tabbed)
   =================================================================== */
.src-tabs {
  background: #ffffff;
  padding: 40px 0;
}

.src-tabs__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

/* Tab bar */
.src-tabs__bar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.src-tabs__tab {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  background: #fff;
  border: none;
  border-right: 1px solid #dde9dd;
  cursor: pointer;
  font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 600;
  color: var(--ink);
  text-align: left;
  opacity: 0.55;
  transition: background 0.2s, opacity 0.2s;
}

.src-tabs__tab:last-child {
  border-right: none;
}

.src-tabs__tab.is-active {
  background: #ebf5eb;
  opacity: 1;
}

.src-tabs__icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

/* Panels */
.src-tabs__panels {
  background: #ebf5eb;
}

.src-tabs__panel {
  display: none;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: center;
  padding: 60px 0;
}

.src-tabs__panel.is-active {
  display: grid;
}

.src-tabs__left {
  padding-left: clamp(20px, 4vw, 56px);
}

.src-tabs__heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
  line-height: 1.3;
}

.src-tabs__body {
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.78;
  color: var(--ink);
}

/* Blockquote (education tab) */
.src-tabs__quote {
  margin-top: 28px;
  padding-left: 0;
  border: none;
}

.src-tabs__quote::before {
  display: none;
}

.src-tabs__quote-text {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.65;
  color: var(--brand);
  font-weight: 400;
  margin-bottom: 10px;
}

.src-tabs__quote-cite {
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 700;
  color: var(--ink);
  font-style: normal;
}

.src-tabs__quote-comma {
  display: block;
  width: 60px;
  height: auto;
  margin-bottom: 12px;
  opacity: 0.3;
}

/* Photo */
.src-tabs__photo {
  width: 100%;
  height: 390px;
  object-fit: cover;
  display: block;
}

/* ===================================================================
   SECTION 12 — IITM Fintech Innovation Lab
   =================================================================== */
.src-iitm {
  background: #ffffff;
  padding: 40px 0;
  color: var(--ink);
}

.src-iitm__wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-iitm__head {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 22px;
}

.src-iitm__icon {
  font-size: 30px;
  color: var(--brand);
  line-height: 1;
  flex-shrink: 0;
}

.src-iitm__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  line-height: 1.3;
}

.src-iitm__body {
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.78;
  color: var(--ink);
  margin-bottom: 32px;
}

.src-iitm__subhead {
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
  margin-top: -12px;
}

.src-iitm__h3 {
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  color: var(--ink);
  margin-top: 8px;
  margin-bottom: 18px;
  line-height: 1.35;
}

.src-iitm__quote {
  border-left: 3px solid var(--brand);
  padding-left: 24px;
  margin: 0 0 32px 0;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.65;
  color: var(--brand);
  font-style: normal;
  font-weight: 400;
}

.src-lookahead__list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.src-lookahead__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 10px 0;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.72;
  color: var(--ink);
}

.src-lookahead__list li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--azure);
  flex-shrink: 0;
  margin-top: 5px;
}

#src-advancing { padding-top: 16px; }

.src-advancing__heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 22px;
  line-height: 1.3;
}

.src-advancing__diagrams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 40px;
  max-width: 560px;
}

@keyframes adv-reveal {
  from { opacity: 0; transform: scale(0.82); }
  to   { opacity: 1; transform: scale(1); }
}

.src-advancing__diagram {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}

.src-advancing__diagram.is-visible {
  animation: adv-reveal 0.75s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}

.src-advancing__diagram:nth-child(2).is-visible {
  animation-delay: 0.22s;
}

/* ===================================================================
   Shared SVG scroll-reveal keyframes
   =================================================================== */
@keyframes svg-fade-up {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Grievance Mechanism big diagram */
.src-eg__svg-img {
  opacity: 0;
}
.src-eg__svg-img.is-visible {
  animation: adv-reveal 0.9s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}

/* Vision / Mission icons */
.src-chudar__icon {
  opacity: 0;
  transform: translateY(20px);
}
.src-chudar__icon.is-visible {
  animation: svg-fade-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.src-chudar__vm-col:nth-child(2) .src-chudar__icon.is-visible {
  animation-delay: 0.18s;
}

/* Risk card boxes */
.src-ov__risk-card {
  opacity: 0;
  transform: translateY(16px);
}
.src-ov__risk-card.is-visible {
  animation: svg-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
      border: none;
    background: none;
}
.src-ov__risk-card:nth-child(2).is-visible {
  animation-delay: 0.14s;
}

/* Tab icons */
.src-tabs__icon {
  opacity: 0;
}
.src-tabs__icon.is-visible {
  animation: adv-reveal 0.5s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}

.src-iitm__img {
  margin-bottom: 32px;
}

.src-iitm__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================================================================
   SECTION 10 — CSR Initiatives
   =================================================================== */
.src-kpi { background: #fff; }
.src-kpi__wrap { width: 100%; margin: 0; padding: 56px clamp(20px, 4vw, 56px) 64px;
    padding-bottom: 0; }
.src-kpi__heading {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  color: var(--azure);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  padding-bottom: 12px;
  display: inline-block;
}
.src-kpi__quote {
  border-left: 3px solid var(--brand);
  padding-left: 24px;
  margin: 0 0 34px 0;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.7;
  color: var(--brand);
  font-style: normal;
  font-weight: 400;
}
.src-kpi__stat { margin-top: 8px; }
.src-kpi__stat-num {
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 6px;
}

.src-kpi__stat-num span {
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
  color: var(--brand);
}

.src-kpi__stat-num .src-kpi__rupee {
  font-weight: 400;
  margin-right: 3px;
}
.src-kpi__stat-label {
  font-size: clamp(12px, 0.9vw, 13px);
  color: #5a6a80;
  line-height: 1.4;
}

/* Eureka full-width layout */
.src-eureka {
  background: #ffffff;
}

.src-eureka__inner {
  width: 100%;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-eureka__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.src-eureka__icon {
  width: 18px;
  height: 18px;
  background: var(--brand);
  flex: none;
  margin-top: 7px;
}

.src-eureka__title {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand);
  line-height: 1.25;
}

.src-eureka__body {
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.72;
  color: var(--ink);
  margin: 0 0 18px;
}

.src-eureka__support {
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 700;
  color: var(--ink);
  margin: 28px 0 8px;
}

/* ===================================================================
   SECTION 15 — Chudar Stats + Vision/Mission + Photo
   =================================================================== */
.src-chudar { background: #ebf5eb; }

.src-chudar__wrap { max-width: 1440px; margin: 0 auto; padding: 64px clamp(20px, 4vw, 56px) 64px; }

.src-chudar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 48px;
  margin-bottom: 36px;
}

.src-chudar__num {
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 8px;
}

.src-chudar__label {
  font-size: clamp(12px, 0.9vw, 14px);
  color: var(--ink);
  line-height: 1.55;
}

.src-chudar__rule {
  position: relative;
  height: 1px;
  background: rgba(45, 93, 169, 0.35);
  margin-bottom: 52px;
}
.src-chudar__rule::before,
.src-chudar__rule::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(45, 93, 169, 0.5);
}
.src-chudar__rule::before { left: 0; }
.src-chudar__rule::after  { right: 0; }

.src-chudar__vm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
}

.src-chudar__icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 16px;
}

.src-chudar__vm-title {
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--azure);
  margin-bottom: 14px;
}

.src-chudar__vm-body {
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.72;
  color: var(--ink);
}

.src-chudar__photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================================================================
   SECTION 19 — CSR Partner Accordion
   =================================================================== */
.src-accordion { background: #ffffff; padding: 40px 0; }

.src-accordion__wrap { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }

.src-accordion__item { border-bottom: 1px solid rgba(45, 93, 169, 0.22); }

.src-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  text-align: left;
}

.src-accordion__label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--brand);
  line-height: 1.3;
}

.src-accordion__plus {
  font-size: 26px;
  font-weight: 300;
  color: var(--brand);
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.src-accordion__trigger[aria-expanded="true"] .src-accordion__plus {
  transform: rotate(45deg);
}

.src-accordion__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease;
}

.src-accordion__item.is-open .src-accordion__panel {
  max-height: 3000px;
}

.src-accordion__body {
  padding: 4px 0 36px 26px;
}

.src-accordion__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.src-accordion__photos img {
  width: 100%;
  height: auto;
  display: block;
}

.src-accordion__photos--3col {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
.src-accordion__photos--3col img {
  height: 240px;
  object-fit: cover;
  object-position: top;
}
.src-accordion__photos--3col img:nth-child(3) {
  grid-row: span 2;
  height: 504px;
}

.src-accordion__photo-full {
  margin-top: 24px;
}

.src-accordion__photo-full img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================================================================
   Page prev / next navigation  — matches .dc__tab card style
   =================================================================== */
.src-page-nav {
  max-width: 1440px;
  margin: 64px auto 64px;
  padding: 0 clamp(20px, 4vw, 56px);
}

.src-page-nav__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 1.6vw, 24px);
}

.src-page-nav__btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(18px, 2vw, 26px) clamp(22px, 2.4vw, 32px);
  border-radius: 12px;
  border: 1px solid rgba(45, 93, 169, 0.30);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.src-page-nav__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, #1c4886, #0c1c38);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.src-page-nav__btn:hover::before { transform: scaleX(1); }
.src-page-nav__btn:hover { color: #fff; border-color: transparent; }

.src-page-nav__label {
  position: relative;
  z-index: 1;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 600;
  line-height: 1.3;
}

.src-page-nav__arrow {
  position: relative;
  z-index: 1;
  flex: none;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: color 0.35s ease, transform 0.35s ease;
}

.src-page-nav__btn:hover .src-page-nav__arrow { color: #fff; }
.src-page-nav__btn--prev:hover .src-page-nav__arrow { transform: translateX(-2px); }
.src-page-nav__btn--next:hover .src-page-nav__arrow { transform: translateX(2px); }

/* ===================================================================
   Footer override for inside page
   =================================================================== */
.src-footer {
  background: var(--ink);
}

/* ===================================================================
   Shared reveal animation (mirrors homepage pattern)
   =================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.is-in .reveal,
.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal:nth-child(1) { transition-delay: 0.05s; }
.reveal:nth-child(2) { transition-delay: 0.15s; }
.reveal:nth-child(3) { transition-delay: 0.26s; }
.reveal:nth-child(4) { transition-delay: 0.38s; }
.reveal:nth-child(5) { transition-delay: 0.50s; }
.reveal:nth-child(6) { transition-delay: 0.60s; }

.reveal-story {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

.reveal-story.is-in {
  opacity: 1;
  transform: none;
}

.reveal-story:nth-of-type(2) { transition-delay: 0.18s; }

/* ===================================================================
   Responsive — Tablet (≤ 1024px)
   =================================================================== */
@media (max-width: 1024px) {
  .src-hero {
    grid-template-columns: 1fr;
  }

  .src-hero__right {
    display: none;
  }

  .src-hero__left {
    padding-top: calc(var(--nav-h) + 56px);
    min-height: 100vh;
  }

  .src-ov,
  .src-cust,
  .src-employee,
  .src-env {
    grid-template-columns: 1fr;
  }

  .src-ov__media,
  .src-env__media {
    min-height: 380px;
  }

  .src-cust__cards {
    padding: 36px;
    background: linear-gradient(180deg, rgba(219,240,251,0.5) 0%, transparent 100%);
  }

  .src-employee__orbit {
    padding: 40px 24px;
  }

  .src-orbit-wrap {
    width: 340px;
    height: 340px;
  }

  .src-orbit-ring {
    width: 280px;
    height: 280px;
    margin: -140px 0 0 -140px;
  }

  .src-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .src-steps::before,
  .src-steps__line {
    display: none;
  }

  .src-gauges {
    grid-template-columns: repeat(2, 1fr);
  }

  .src-csr-eco {
    grid-template-columns: 1fr;
  }

  .src-csr-eco__left {
    padding-bottom: 0;
  }

  .src-csr-eco__right {
    padding-top: 0;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 56px;
  }

  .src-distributor__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .src-story {
    grid-template-columns: 1fr;
  }

  .src-story--right {
    direction: ltr;
  }

  /* Inside page — tablet overrides */
  .src-hero__wrap {
    grid-template-columns: 1fr;
    padding-bottom: 48px;
  }

  .src-ov__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .src-ov__sdg-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .src-griev__steps {
    flex-wrap: wrap;
  }

  .src-griev__step {
    flex: 0 0 calc(50% - 12px);
  }

  .src-griev__hline {
    display: none;
  }

  .src-tabs__bar {
    grid-template-columns: 1fr;
  }

  .src-tabs__tab {
    border-right: none;
    border-bottom: 1px solid #dde9dd;
  }

  .src-tabs__panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0;
  }

  .src-advancing__diagrams {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 40px;
  }

}

/* ===================================================================
   Responsive — Mobile (≤ 640px)
   =================================================================== */
@media (max-width: 640px) {
  .src-gauges {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .src-steps {
    grid-template-columns: 1fr;
  }

  .src-orbit-wrap {
    width: 280px;
    height: 280px;
  }

  .src-orbit-ring {
    width: 230px;
    height: 230px;
    margin: -115px 0 0 -115px;
  }

  .src-orbit-center {
    width: 110px;
    height: 110px;
    font-size: 9px;
  }

  /* ── Inside page mobile ── */

  /* Section padding reduction */
  .src-iitm { padding: 28px 0; }
  .src-griev, .src-sat, .src-eg, .src-dep,
  .src-csr, .src-tabs, .src-accordion { padding: 28px 0; }

  /* Inner wrap padding */
  .src-griev__wrap, .src-sat__wrap, .src-eg__wrap,
  .src-dep__wrap, .src-csr__wrap, .src-tabs__wrap,
  .src-iitm__wrap, .src-accordion__wrap,
  .src-ov__wrap, .src-cust__wrap {
    padding: 0 20px;
  }

  /* Hero */
  .src-hero__wrap {
    grid-template-columns: 1fr;
    padding: calc(var(--nav-h) - 20px) 20px 0;
    gap: 0;
  }
  .src-hero__breadcrumb {
    flex-wrap: wrap;
    font-size: 11px;
    margin-bottom: 28px;
  }
  .src-hero__left { min-height: unset; }
  .src-hero__right {
    display: block;
    margin: 28px -20px 0;
  }
  .src-hero__right img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }

  /* Headings */
  .src-griev__heading, .src-sat__heading, .src-eg__heading,
  .src-dep__heading, .src-csr__heading, .src-cust__heading,
  .src-tabs__heading, .src-advancing__heading, .src-iitm__title { font-size: 16px; }

  /* Overview — stack 3 cols */
  .src-ov__wrap { grid-template-columns: 1fr; gap: 28px; }
  .src-ov__sdg-grid { grid-template-columns: repeat(4, 1fr); gap: 4px; }
  .src-ov__risk-row { gap: 12px; }

  /* Customer image height */
  .src-cust__img img { height: 240px; }

  /* Grievance steps — horizontal scroll slider (1.5 cards visible) */
  .src-griev__steps {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 8px 20px 20px 28px;
    margin: 0 -20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .src-griev__steps::-webkit-scrollbar { display: none; }
  .src-griev__step {
    flex: 0 0 82%;
    scroll-snap-align: start;
    width: auto;
  }
  .src-griev__hline { display: none; }
  .src-griev__step-top { margin-bottom: 12px; }

  /* Tabs — single column */
  .src-tabs__bar { grid-template-columns: 1fr; }
  .src-tabs__tab { border-right: none; border-bottom: 1px solid #dde9dd; }
  .src-tabs__panel { grid-template-columns: 1fr; gap: 24px; padding: 28px 0; }
  .src-tabs__icon { width: 40px; height: 40px; }

  /* Chudar stats */
  .src-chudar__wrap { padding: 32px 20px; }
  .src-chudar__grid { grid-template-columns: repeat(2, 1fr); gap: 16px 24px; }

  /* Chudar vision/mission */
  .src-chudar__vm { grid-template-columns: 1fr; gap: 32px; }

  /* Advancing diagrams */
  .src-advancing__diagrams { grid-template-columns: 1fr; max-width: 220px; gap: 24px; margin-left: auto; margin-right: auto; }

  /* Accordion photos */
  .src-accordion__photos,
  .src-accordion__photos--3col { grid-template-columns: 1fr; }
  .src-accordion__photos img { height: 200px; }
  .src-accordion__label { font-size: 15px; }
  .src-accordion__trigger { padding: 16px 20px; }

  /* Page nav */
  .src-page-nav { padding: 0 20px; margin: 32px auto 40px; }
  .src-page-nav__inner { grid-template-columns: 1fr; gap: 12px; }
  .src-page-nav__btn { padding: 16px 20px; font-size: 14px; }
}
