 /* ── Variables ── */
    :root {
      --iw-brown:       #3a2e22;
      --iw-brown-deep:  #261e16;
      --iw-brown-mid:   #5a4535;
      --iw-brown-lt:    #7a6248;
      --iw-gold:        #e8b84b;
      --iw-gold-dark:   #c4922a;
      --iw-gold-pale:   #fdf3dc;
      --iw-gold-dim:    rgba(232,184,75,0.15);
      --iw-cream:       #faf6ef;
      --iw-sand:        #f2e8d4;
      --iw-border:      #e4d5b8;
      --iw-white:       #ffffff;
      --iw-muted:       #9a7e60;
    }
    /* ════════════════════════
       PAGE HERO
    ════════════════════════ */
    .indiawalk-page-hero {
      background: var(--iw-brown);
      min-height: 380px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
 
    .indiawalk-ph-glow {
      position: absolute;
      top: -80px; left: 50%;
      transform: translateX(-50%);
      width: 800px; height: 400px;
      background: radial-gradient(ellipse, rgba(232,184,75,0.12) 0%, transparent 65%);
      pointer-events: none;
    }
 
    .indiawalk-ph-wm {
      position: absolute;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(90px, 18vw, 240px);
      font-weight: 700;
      color: rgba(232,184,75,0.045);
      white-space: nowrap;
      user-select: none;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      letter-spacing: -6px;
    }
 
    /* decorative vertical lines */
    .indiawalk-ph-line {
      position: absolute;
      width: 1px;
      background: rgba(232,184,75,0.1);
      top: 0; bottom: 0;
    }
 
    .indiawalk-ph-line-1 { left: 15%; }
    .indiawalk-ph-line-2 { left: 85%; }
 
    .indiawalk-ph-content {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 60px 24px 80px;
    }
 
    .indiawalk-ph-crumb {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 11.5px;
      color: rgba(255,255,255,0.4);
      margin-bottom: 20px;
    }
 
    .indiawalk-ph-crumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
    .indiawalk-ph-crumb a:hover { color: var(--iw-gold); }
    .indiawalk-ph-crumb-active { color: var(--iw-gold); }
 
    .indiawalk-ph-label {
      display: inline-block;
      font-size: 10.5px;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--iw-gold);
      border: 1px solid rgba(232,184,75,0.3);
      padding: 5px 16px;
      border-radius: 40px;
      margin-bottom: 18px;
    }
 
    .indiawalk-ph-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(42px, 6vw, 80px);
      font-weight: 700;
      color: var(--iw-white);
      line-height: 1.05;
      animation: iw-rise 0.8s ease both;
    }
 
    .indiawalk-ph-title em {
      font-style: italic;
      color: var(--iw-gold);
    }
 
    .indiawalk-ph-sub {
      font-size: 15px;
      font-weight: 300;
      color: rgba(255,255,255,0.5);
      margin-top: 16px;
      letter-spacing: 0.3px;
      animation: iw-rise 0.9s 0.1s ease both;
    }
 
    @keyframes iw-rise {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
 
    .indiawalk-ph-arch {
      position: absolute;
      bottom: -2px; left: 50%;
      transform: translateX(-50%);
      width: 120%;
      height: 80px;
      background: var(--iw-cream);
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    }
 
    /* ════════════════════════
       STATS STRIP
    ════════════════════════ */
    .indiawalk-stats {
      background: var(--iw-white);
      border-bottom: 1px solid var(--iw-border);
      box-shadow: 0 2px 16px rgba(58,46,34,0.06);
    }
 
    .indiawalk-stats-inner {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 40px;
      display: flex;
    }
 
    .indiawalk-stat {
      flex: 1;
      text-align: center;
      padding: 30px 16px;
      border-right: 1px solid var(--iw-border);
    }
 
    .indiawalk-stat:last-child { border-right: none; }
 
    .indiawalk-stat-number {
      font-family: 'Cormorant Garamond', serif;
      font-size: 44px;
      font-weight: 700;
      color: var(--iw-brown);
      line-height: 1;
    }
 
    .indiawalk-stat-number span { color: var(--iw-gold-dark); }
 
    .indiawalk-stat-label {
      font-size: 11.5px;
      font-weight: 500;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      color: var(--iw-muted);
      margin-top: 6px;
    }
 
    /* ════════════════════════
       SHARED LAYOUT
    ════════════════════════ */
    .indiawalk-container {
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 40px;
    }
 
    .indiawalk-section {
      padding: 88px 0;
    }
 
    .indiawalk-eyebrow {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      color: var(--iw-gold-dark);
      margin-bottom: 14px;
    }
 
    .indiawalk-eyebrow-bar {
      display: inline-block;
      width: 28px;
      height: 2px;
      background: var(--iw-gold-dark);
      border-radius: 2px;
    }
 
    .indiawalk-section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(32px, 4vw, 54px);
      font-weight: 700;
      color: var(--iw-brown);
      line-height: 1.12;
      margin-bottom: 18px;
    }
 
    .indiawalk-section-title em { font-style: italic; color: var(--iw-gold-dark); }
 
    .indiawalk-rule {
      width: 48px;
      height: 3px;
      background: var(--iw-gold);
      border-radius: 3px;
      margin: 24px 0;
    }
 
    /* ════════════════════════
       ABOUT SPLIT
    ════════════════════════ */
    .indiawalk-about-grid {
      display: flex;
      gap: 72px;
      align-items: center;
    }
 
    /* ── Visual side ── */
    .indiawalk-visual-side {
      flex-shrink: 0;
      width: 46%;
      position: relative;
    }
 
    .indiawalk-main-img {
      width: 100%;
      padding-top: 120%;
      border-radius: 22px;
      position: relative;
      overflow: hidden;
      background: var(--iw-brown-mid);
      box-shadow: 0 24px 56px rgba(58,46,34,0.22);
    }
 
    /* CSS heritage scene */
    .indiawalk-cs-sky { position: absolute; inset: 0; background: linear-gradient(180deg, #c0d8ee 0%, #e8c868 55%, #c08030 100%); }
    .indiawalk-cs-glow { position: absolute; top: 5%; left: 50%; transform: translateX(-50%); width: 80%; height: 45%; background: radial-gradient(ellipse, rgba(255,205,70,0.4) 0%, transparent 65%); }
    .indiawalk-cs-hill-l { position: absolute; bottom: 28%; left: -5%; width: 45%; height: 28%; background: #7a9855; border-radius: 50% 60% 0 0; opacity: 0.38; }
    .indiawalk-cs-hill-r { position: absolute; bottom: 28%; right: -5%; width: 40%; height: 22%; background: #6a8848; border-radius: 60% 50% 0 0; opacity: 0.33; }
    .indiawalk-cs-bld-l { position: absolute; bottom: 26%; left: 0; width: 34%; height: 46%; background: linear-gradient(180deg, #d4b868 0%, #a88030 100%); opacity: 0.8; }
    .indiawalk-cs-bld-l-w1 { position: absolute; top: 15%; left: 8%; width: 36%; height: 22%; background: rgba(90,58,20,0.45); border-radius: 50% 50% 0 0; }
    .indiawalk-cs-bld-l-w2 { position: absolute; top: 15%; left: 54%; width: 30%; height: 20%; background: rgba(90,58,20,0.45); border-radius: 50% 50% 0 0; }
    .indiawalk-cs-bld-r { position: absolute; bottom: 26%; right: 0; width: 32%; height: 40%; background: linear-gradient(180deg, #c8a858 0%, #907028 100%); opacity: 0.75; }
    .indiawalk-cs-bld-r-w1 { position: absolute; top: 18%; right: 10%; width: 32%; height: 20%; background: rgba(80,50,15,0.4); border-radius: 50% 50% 0 0; }
    .indiawalk-cs-min-l { position: absolute; top: 28%; left: 35.5%; width: 3%; height: 20%; background: #e8d498; border-radius: 3px 3px 0 0; opacity: 0.9; }
    .indiawalk-cs-min-r { position: absolute; top: 28%; right: 35.5%; width: 3%; height: 20%; background: #e8d498; border-radius: 3px 3px 0 0; opacity: 0.9; }
    .indiawalk-cs-dome { position: absolute; top: 20%; left: 50%; transform: translateX(-50%); width: 16%; height: 11%; background: #f0e0aa; border-radius: 50% 50% 0 0; opacity: 0.97; }
    .indiawalk-cs-taj { position: absolute; top: 31%; left: 50%; transform: translateX(-50%); width: 14%; height: 14%; background: #eedad5; opacity: 0.94; }
    .indiawalk-cs-ground { position: absolute; bottom: 0; left: 0; right: 0; height: 28%; background: linear-gradient(180deg, #a87840 0%, #6b4820 100%); }
    .indiawalk-cs-path { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 20%; height: 28%; background: linear-gradient(180deg, #e0c868 0%, #b08028 100%); clip-path: polygon(18% 0%, 82% 0%, 100% 100%, 0% 100%); }
    .indiawalk-cs-pool { position: absolute; top: 46%; left: 50%; transform: translateX(-50%); width: 8%; height: 7%; background: rgba(176,210,230,0.55); border-radius: 2px; }
    .indiawalk-cs-tree-l { position: absolute; bottom: 26%; left: 19%; width: 8%; height: 8%; background: #4a7030; border-radius: 50%; opacity: 0.7; }
    .indiawalk-cs-tree-r { position: absolute; bottom: 26%; right: 19%; width: 7%; height: 7%; background: #3e6028; border-radius: 50%; opacity: 0.65; }
    .indiawalk-cs-tree-ml { position: absolute; bottom: 26%; left: 30%; width: 5%; height: 5%; background: #558040; border-radius: 50%; opacity: 0.55; }
    .indiawalk-cs-tree-mr { position: absolute; bottom: 26%; right: 30%; width: 5%; height: 5%; background: #458038; border-radius: 50%; opacity: 0.55; }
    .indiawalk-cs-fig-1h { position: absolute; bottom: 27%; left: 40%; width: 3.5%; height: 4%; background: #2c1a0a; border-radius: 50%; }
    .indiawalk-cs-fig-1b { position: absolute; bottom: 25%; left: 40%; width: 4%; height: 9%; background: #c04818; border-radius: 3px 3px 0 0; opacity: 0.9; }
    .indiawalk-cs-fig-2h { position: absolute; bottom: 27%; right: 42%; width: 3%; height: 3.5%; background: #e8b898; border-radius: 50%; }
    .indiawalk-cs-fig-2b { position: absolute; bottom: 25%; right: 42%; width: 3.5%; height: 8%; background: #2858a8; border-radius: 3px 3px 0 0; opacity: 0.88; }
    .indiawalk-cs-shadow { position: absolute; bottom: 0; left: 0; right: 0; height: 38%; background: linear-gradient(0deg, rgba(26,14,6,0.65) 0%, transparent 100%); }
    .indiawalk-cs-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 20px 16px; z-index: 4; }
    .indiawalk-cs-cap-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 15px; color: #fff; display: block; }
    .indiawalk-cs-cap-sub { font-size: 11px; color: rgba(255,255,255,0.52); letter-spacing: 0.5px; display: block; margin-top: 2px; }
 
    /* floating badge */
    .indiawalk-years-badge {
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 110px;
      height: 110px;
      background: var(--iw-gold);
      border-radius: 16px;
      border: 4px solid var(--iw-cream);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 32px rgba(58,46,34,0.22);
      z-index: 3;
      animation: iw-pop 0.5s 0.3s ease both;
    }
 
    @keyframes iw-pop {
      from { transform: scale(0.75); opacity: 0; }
      to   { transform: scale(1); opacity: 1; }
    }
 
    .indiawalk-yb-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 42px;
      font-weight: 700;
      color: var(--iw-brown);
      line-height: 1;
    }
 
    .indiawalk-yb-text {
      font-size: 10px;
      font-weight: 600;
      color: var(--iw-brown-mid);
      text-align: center;
      margin-top: 2px;
    }
 
    /* floating mini card */
    .indiawalk-float-card {
      position: absolute;
      top: 36px;
      left: -28px;
      background: var(--iw-white);
      border-radius: 14px;
      padding: 16px 18px;
      box-shadow: 0 8px 28px rgba(58,46,34,0.18);
      border: 1px solid var(--iw-border);
      z-index: 3;
      min-width: 130px;
      animation: iw-bob 4s ease-in-out infinite alternate;
    }
 
    @keyframes iw-bob {
      from { transform: translateY(0); }
      to   { transform: translateY(-8px); }
    }
 
    .indiawalk-fc-icon {
      width: 34px;
      height: 34px;
      background: var(--iw-gold-pale);
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px;
    }
 
    .indiawalk-fc-foot {
      display: block;
      width: 16px;
      height: 9px;
      border-left: 2.5px solid var(--iw-gold-dark);
      border-right: 2.5px solid var(--iw-gold-dark);
      border-bottom: 2.5px solid var(--iw-gold-dark);
      border-radius: 0 0 5px 5px;
      position: relative;
      top: 1px;
    }
 
    .indiawalk-fc-val {
      font-family: 'Cormorant Garamond', serif;
      font-size: 24px;
      font-weight: 700;
      color: var(--iw-brown);
      line-height: 1;
    }
 
    .indiawalk-fc-lbl {
      font-size: 11px;
      color: var(--iw-muted);
      margin-top: 2px;
    }
 
    /* ── Content side ── */
    .indiawalk-content-side { flex: 1; }
 
    .indiawalk-body-text {
      font-size: 15px;
      line-height: 1.82;
      color: var(--iw-brown-lt);
      margin-bottom: 16px;
    }
 
    /* checklist */
    .indiawalk-checklist {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 20px;
      list-style: none;
      margin-bottom: 32px;
    }
 
    .indiawalk-check-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 13.5px;
      font-weight: 600;
      color: var(--iw-brown);
    }
 
    .indiawalk-tick {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      background: var(--iw-gold-pale);
      border: 1.5px solid var(--iw-gold);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .indiawalk-tick-inner {
      display: block;
      width: 10px;
      height: 6px;
      border-left: 2px solid var(--iw-gold-dark);
      border-bottom: 2px solid var(--iw-gold-dark);
      transform: rotate(-45deg) translateY(-1px);
    }
 
    .indiawalk-btn-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }
 
    .indiawalk-btn-solid {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: var(--iw-brown);
      background: var(--iw-gold);
      padding: 13px 28px;
      border-radius: 40px;
      text-decoration: none;
      box-shadow: 0 4px 14px rgba(232,184,75,0.38);
      transition: background 0.2s, transform 0.2s;
    }
 
    .indiawalk-btn-solid:hover { background: var(--iw-gold-dark); color: var(--iw-white); transform: translateY(-2px); }
 
    .indiawalk-btn-outline {
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: var(--iw-brown);
      background: transparent;
      padding: 12px 26px;
      border-radius: 40px;
      border: 2px solid var(--iw-brown);
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
    }
 
    .indiawalk-btn-outline:hover { background: var(--iw-brown); color: var(--iw-white); }
 
    /* ════════════════════════
       MISSION BAND (dark)
    ════════════════════════ */
    .indiawalk-mission {
      background: var(--iw-brown);
      padding: 72px 0;
      position: relative;
      overflow: hidden;
    }
 
    .indiawalk-mission::before {
      content: '';
      position: absolute;
      top: -100px; right: -100px;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: rgba(232,184,75,0.05);
    }
 
    .indiawalk-mission::after {
      content: '';
      position: absolute;
      bottom: -80px; left: -80px;
      width: 300px; height: 300px;
      border-radius: 50%;
      background: rgba(232,184,75,0.04);
    }
 
    .indiawalk-mission-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
    }
 
    .indiawalk-mission .indiawalk-eyebrow { color: var(--iw-gold); }
    .indiawalk-mission .indiawalk-eyebrow-bar { background: var(--iw-gold); }
    .indiawalk-mission .indiawalk-section-title { color: var(--iw-white); }
    .indiawalk-mission .indiawalk-body-text { color: rgba(255,255,255,0.58); }
    .indiawalk-mission .indiawalk-rule { background: var(--iw-gold); }
 
    .indiawalk-quote-block {
      border-left: 3px solid var(--iw-gold);
      padding: 18px 24px;
      background: rgba(232,184,75,0.07);
      border-radius: 0 10px 10px 0;
      margin-top: 24px;
    }
 
    .indiawalk-quote-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px;
      font-style: italic;
      font-weight: 600;
      color: var(--iw-gold);
      line-height: 1.45;
    }
 
    .indiawalk-quote-author {
      font-size: 12.5px;
      color: rgba(255,255,255,0.45);
      margin-top: 10px;
    }
 
    /* mission stat cards */
    .indiawalk-mission-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
 
    .indiawalk-mstat {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(232,184,75,0.15);
      border-radius: 14px;
      padding: 24px 20px;
      transition: background 0.2s;
    }
 
    .indiawalk-mstat:hover { background: rgba(232,184,75,0.09); }
 
    .indiawalk-mstat-icon {
      width: 40px;
      height: 40px;
      background: rgba(232,184,75,0.12);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }
 
    /* icon shapes */
    .iw-icon-map {
      display: block;
      width: 14px;
      height: 18px;
      border: 2.5px solid var(--iw-gold);
      border-radius: 50% 50% 50% 0;
      transform: rotate(45deg);
    }
 
    .iw-icon-shield {
      display: block;
      width: 20px;
      height: 22px;
      background: var(--iw-gold);
      clip-path: polygon(0% 0%, 100% 0%, 100% 62%, 50% 100%, 0% 62%);
    }
 
    .iw-icon-star {
      display: block;
      width: 20px;
      height: 20px;
      background: var(--iw-gold);
      clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    }
 
    .iw-icon-leaf {
      display: block;
      width: 16px;
      height: 18px;
      background: var(--iw-gold);
      border-radius: 0 80% 0 80%;
      transform: rotate(-20deg);
    }
 
    .indiawalk-mstat-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 34px;
      font-weight: 700;
      color: var(--iw-white);
      line-height: 1;
    }
 
    .indiawalk-mstat-num span { color: var(--iw-gold); }
 
    .indiawalk-mstat-lbl {
      font-size: 12.5px;
      color: rgba(255,255,255,0.45);
      margin-top: 4px;
    }
 
    /* ════════════════════════
       VALUES GRID
    ════════════════════════ */
    .indiawalk-values-section { background: var(--iw-sand); padding: 88px 0; }
 
    .indiawalk-values-header { text-align: center; max-width: 580px; margin: 0 auto 52px; }
    .indiawalk-values-header .indiawalk-eyebrow { justify-content: center; }
 
    .indiawalk-values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    .indiawalk-vcard {
      background: var(--iw-white);
      border-radius: 18px;
      padding: 36px 28px;
      border: 1px solid var(--iw-border);
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      position: relative;
      overflow: hidden;
    }
 
    .indiawalk-vcard::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: var(--iw-gold);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
 
    .indiawalk-vcard:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 48px rgba(58,46,34,0.13);
      border-color: var(--iw-gold);
    }
 
    .indiawalk-vcard:hover::before { transform: scaleX(1); }
 
    .indiawalk-vcard-icon {
      width: 52px;
      height: 52px;
      background: var(--iw-gold-pale);
      border-radius: 13px;
      border: 1px solid rgba(232,184,75,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }
 
    .indiawalk-vcard-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--iw-brown);
      margin-bottom: 10px;
    }
 
    .indiawalk-vcard-text {
      font-size: 13.5px;
      color: var(--iw-brown-lt);
      line-height: 1.76;
    }
 
    /* ════════════════════════
       TEAM
    ════════════════════════ */
    .indiawalk-team-section { background: var(--iw-white); padding: 88px 0; }
 
    .indiawalk-team-header { max-width: 560px; margin-bottom: 52px; }
 
    .indiawalk-team-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }
 
    .indiawalk-team-card {
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid var(--iw-border);
      background: var(--iw-sand);
      transition: transform 0.3s, box-shadow 0.3s;
    }
 
    .indiawalk-team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 14px 40px rgba(58,46,34,0.13);
    }
 
    .indiawalk-team-avatar {
      height: 190px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
 
    .indiawalk-ta-1 { background: linear-gradient(160deg, #704830 0%, #3a2418 100%); }
    .indiawalk-ta-2 { background: linear-gradient(160deg, #905838 0%, #4a2c18 100%); }
    .indiawalk-ta-3 { background: linear-gradient(160deg, #5a7038 0%, #2c3818 100%); }
    .indiawalk-ta-4 { background: linear-gradient(160deg, #48587a 0%, #202838 100%); }
 
    .indiawalk-avatar-circle {
      width: 78px;
      height: 78px;
      border-radius: 50%;
      background: rgba(232,184,75,0.22);
      border: 2px solid rgba(232,184,75,0.45);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 30px;
      font-weight: 700;
      color: var(--iw-gold);
    }
 
    .indiawalk-avatar-badge {
      position: absolute;
      bottom: 12px;
      right: 12px;
      background: var(--iw-gold);
      color: var(--iw-brown);
      font-size: 9.5px;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 20px;
      letter-spacing: 0.3px;
    }
 
    .indiawalk-team-info {
      padding: 18px 18px 20px;
    }
 
    .indiawalk-team-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--iw-brown);
    }
 
    .indiawalk-team-role {
      font-size: 12px;
      font-weight: 600;
      color: var(--iw-gold-dark);
      letter-spacing: 0.3px;
      margin-top: 2px;
    }
 
    .indiawalk-team-city {
      font-size: 12px;
      color: var(--iw-muted);
      margin-top: 8px;
      display: flex;
      align-items: center;
      gap: 5px;
    }
 
    .indiawalk-city-dot {
      display: inline-block;
      width: 6px;
      height: 6px;
      background: var(--iw-gold);
      border-radius: 50%;
    }
 
    /* ════════════════════════
       TIMELINE
    ════════════════════════ */
    .indiawalk-timeline-section {
      background: var(--iw-brown);
      padding: 88px 0;
      position: relative;
      overflow: hidden;
    }
 
    .indiawalk-timeline-section::before {
      content: '';
      position: absolute;
      top: -120px; right: -80px;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: rgba(232,184,75,0.04);
    }
 
    .indiawalk-timeline-section .indiawalk-eyebrow { color: var(--iw-gold); }
    .indiawalk-timeline-section .indiawalk-eyebrow-bar { background: var(--iw-gold); }
    .indiawalk-timeline-section .indiawalk-section-title { color: var(--iw-white); }
 
    .indiawalk-tl-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 60px;
      margin-top: 52px;
      position: relative;
    }
 
    /* center spine */
    .indiawalk-tl-grid::before {
      content: '';
      position: absolute;
      top: 12px; bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      background: linear-gradient(180deg, var(--iw-gold) 0%, rgba(232,184,75,0.08) 100%);
      border-radius: 2px;
    }
 
    .indiawalk-tl-item {
      padding-bottom: 44px;
      position: relative;
    }
 
    /* right items shift across the center line */
    .indiawalk-tl-item.indiawalk-tl-right {
      grid-column: 2;
      padding-top: 40px;
    }
 
    .indiawalk-tl-item.indiawalk-tl-left {
      grid-column: 1;
      text-align: right;
    }
 
    /* connecting dots on the spine */
    .indiawalk-tl-dot {
      position: absolute;
      top: 8px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--iw-gold);
      border: 3px solid var(--iw-brown);
      box-shadow: 0 0 0 2px var(--iw-gold);
    }
 
    .indiawalk-tl-item.indiawalk-tl-left .indiawalk-tl-dot {
      right: -37px;
    }
 
    .indiawalk-tl-item.indiawalk-tl-right .indiawalk-tl-dot {
      left: -37px;
      top: 48px;
    }
 
    .indiawalk-tl-year {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2.5px;
      color: var(--iw-gold);
      margin-bottom: 6px;
    }
 
    .indiawalk-tl-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 22px;
      font-weight: 700;
      color: var(--iw-white);
      margin-bottom: 8px;
    }
 
    .indiawalk-tl-text {
      font-size: 13.5px;
      color: rgba(255,255,255,0.5);
      line-height: 1.72;
    }
 
    /* ════════════════════════
       REVIEWS
    ════════════════════════ */
    .indiawalk-reviews-section { background: var(--iw-sand); padding: 88px 0; }
 
    .indiawalk-reviews-header { text-align: center; max-width: 540px; margin: 0 auto 52px; }
    .indiawalk-reviews-header .indiawalk-eyebrow { justify-content: center; }
    .indiawalk-reviews-header .indiawalk-section-title { text-align: center; }
 
    .indiawalk-reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }
 
    .indiawalk-review-card {
      background: var(--iw-white);
      border-radius: 18px;
      padding: 28px 24px;
      border: 1px solid var(--iw-border);
      transition: box-shadow 0.3s;
      display: flex;
      flex-direction: column;
    }
 
    .indiawalk-review-card:hover { box-shadow: 0 12px 36px rgba(58,46,34,0.1); }
 
    .indiawalk-review-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 16px;
    }
 
    .indiawalk-stars { display: flex; gap: 3px; }
 
    .indiawalk-star {
      display: block;
      width: 14px;
      height: 14px;
      background: var(--iw-gold);
      clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    }
 
    .indiawalk-review-quote-mark {
      font-family: 'Cormorant Garamond', serif;
      font-size: 64px;
      font-weight: 700;
      color: var(--iw-gold);
      line-height: 0.7;
      opacity: 0.55;
      align-self: flex-start;
    }
 
    .indiawalk-review-text {
      font-size: 14px;
      color: var(--iw-brown-lt);
      line-height: 1.78;
      flex: 1;
      margin-bottom: 20px;
    }
 
    .indiawalk-review-footer {
      display: flex;
      align-items: center;
      gap: 12px;
      border-top: 1px solid var(--iw-border);
      padding-top: 16px;
    }
 
    .indiawalk-reviewer-avatar {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 16px;
      font-weight: 700;
      flex-shrink: 0;
    }
 
    .indiawalk-ra-warm { background: #fde8c0; color: #8b5e20; }
    .indiawalk-ra-cool { background: #c8daf0; color: #1a4880; }
    .indiawalk-ra-green { background: #d0e8c8; color: #286020; }
 
    .indiawalk-reviewer-name {
      font-size: 14px;
      font-weight: 600;
      color: var(--iw-brown);
    }
 
    .indiawalk-reviewer-from {
      font-size: 11.5px;
      color: var(--iw-muted);
      margin-top: 1px;
    }
 
    /* ════════════════════════
       CTA BAND
    ════════════════════════ */
    .indiawalk-cta-band {
      background: var(--iw-gold);
      padding: 68px 24px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
 
    .indiawalk-cta-band::before {
      content: '';
      position: absolute;
      top: -60px; left: -60px;
      width: 240px; height: 240px;
      border-radius: 50%;
      background: rgba(58,46,34,0.06);
    }
 
    .indiawalk-cta-band::after {
      content: '';
      position: absolute;
      bottom: -60px; right: -60px;
      width: 240px; height: 240px;
      border-radius: 50%;
      background: rgba(58,46,34,0.06);
    }
 
    .indiawalk-cta-label {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--iw-brown-mid);
      margin-bottom: 14px;
    }
 
    .indiawalk-cta-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(30px, 4vw, 52px);
      font-weight: 700;
      color: var(--iw-brown);
      margin-bottom: 12px;
    }
 
    .indiawalk-cta-sub {
      font-size: 15px;
      color: var(--iw-brown-mid);
      margin-bottom: 32px;
    }
 
    .indiawalk-cta-btn {
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      color: var(--iw-gold);
      background: var(--iw-brown);
      padding: 16px 38px;
      border-radius: 40px;
      text-decoration: none;
      box-shadow: 0 6px 22px rgba(58,46,34,0.28);
      position: relative;
      z-index: 1;
      transition: background 0.2s, transform 0.2s;
    }
 
    .indiawalk-cta-btn:hover { background: var(--iw-brown-deep); transform: translateY(-2px); }
 
   /* ════════════════════════
       RESPONSIVE
    ════════════════════════ */
    @media (max-width: 1040px) {
      .indiawalk-values-grid { grid-template-columns: repeat(2, 1fr); }
      .indiawalk-team-grid { grid-template-columns: repeat(2, 1fr); }
    }
     @media (max-width: 860px) {
      .indiawalk-about-grid { flex-direction: column; gap: 48px; }
      .indiawalk-visual-side { width: 100%; max-width: 480px; margin: 0 auto; }
      .indiawalk-main-img { padding-top: 75%; }
      .indiawalk-float-card { left: 0; }
      .indiawalk-mission-grid { grid-template-columns: 1fr; gap: 36px; }
      .indiawalk-tl-grid { grid-template-columns: 1fr; }
      .indiawalk-tl-grid::before { display: none; }
      .indiawalk-tl-item.indiawalk-tl-left { grid-column: 1; text-align: left; }
      .indiawalk-tl-item.indiawalk-tl-right { grid-column: 1; padding-top: 0; }
      .indiawalk-tl-item.indiawalk-tl-left .indiawalk-tl-dot,
      .indiawalk-tl-item.indiawalk-tl-right .indiawalk-tl-dot { display: none; }
      .indiawalk-reviews-grid { grid-template-columns: 1fr; }
    }
  @media (max-width: 640px) {
      .indiawalk-values-grid { grid-template-columns: 1fr; }
      .indiawalk-team-grid { grid-template-columns: 1fr 1fr; }
      .indiawalk-mission-stats { grid-template-columns: 1fr 1fr; }
      .indiawalk-checklist { grid-template-columns: 1fr; }
      .indiawalk-stats-inner { flex-wrap: wrap; }
      .indiawalk-stat { flex: 1 1 45%; border-right: none; border-bottom: 1px solid var(--iw-border); }
      .indiawalk-stat:nth-child(odd) { border-right: 1px solid var(--iw-border); }
    }
    
    @media (max-width: 420px) {
      .indiawalk-team-grid { grid-template-columns: 1fr; }
    }
 
    
    
    
    
    
    
    