:root{
  --pom-mg-ink:#292c28;
  --pom-mg-muted:#6b7069;
  --pom-mg-dark:#252c27;
  --pom-mg-olive:#505c4d;
  --pom-mg-sage:#687563;
  --pom-mg-green:#56725f;
  --pom-mg-gold:#b3945f;
  --pom-mg-gold-light:#e7deca;
  --pom-mg-cream:#f7f5f0;
  --pom-mg-white:#fff;
  --pom-mg-shadow:0 18px 55px rgba(35,43,37,.11);
}

body.pom-mumbai-gurgaon-style{
  background:var(--pom-mg-cream);
  color:var(--pom-mg-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.pom-mumbai-gurgaon-style .pom-artist-header{
  min-height:76px;
  padding:14px max(22px,calc((100vw - 1180px)/2 + 22px));
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(80,92,77,.13);
  box-shadow:0 8px 28px rgba(37,44,39,.07);
  backdrop-filter:blur(16px);
}

.pom-mumbai-gurgaon-style .pom-site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(80,92,77,.13);
  box-shadow:0 8px 28px rgba(37,44,39,.07);
  backdrop-filter:blur(16px);
}
.pom-mumbai-gurgaon-style .pom-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:1180px;
  margin:auto;
  padding:14px 22px;
}
.pom-mumbai-gurgaon-style .pom-brand{color:var(--pom-mg-dark);font-family:Georgia,"Times New Roman",serif;font-size:1.22rem;font-weight:900;text-decoration:none;}
.pom-mumbai-gurgaon-style .pom-nav-links{display:flex;align-items:center;justify-content:center;gap:5px;}
.pom-mumbai-gurgaon-style .pom-nav-links a{padding:9px 12px;color:var(--pom-mg-ink);border-radius:999px;font-size:.9rem;font-weight:800;text-decoration:none;}
.pom-mumbai-gurgaon-style .pom-nav-links a:hover{color:#fff;background:var(--pom-mg-dark);}
.pom-mumbai-gurgaon-style .pom-nav-cta{padding:11px 17px;color:#fff;background:linear-gradient(135deg,var(--pom-mg-sage),var(--pom-mg-olive));border-radius:999px;box-shadow:0 10px 24px rgba(37,44,39,.14);font-weight:900;text-decoration:none;}
.pom-mumbai-gurgaon-style .pom-mobile-menu-button{display:none;place-items:center;width:44px;height:44px;margin-left:auto;padding:0;color:#fff;background:var(--pom-mg-dark);border:1px solid rgba(179,148,95,.35);border-radius:50%;font:inherit;font-size:1.25rem;font-weight:900;line-height:1;cursor:pointer;}

.pom-mumbai-gurgaon-style .pom-artist-brand{
  display:inline-flex;
  align-items:center;
  color:var(--pom-mg-dark);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.3rem;
  letter-spacing:-.03em;
}

.pom-mumbai-gurgaon-style .pom-artist-brand::before{
  display:none;
}
.pom-mumbai-gurgaon-style .pom-header-logo{display:block;width:62px;height:62px;object-fit:contain;}
.pom-mumbai-gurgaon-style .pom-header-brand-text{margin-left:10px;}
.pom-mumbai-gurgaon-style .pom-brand{display:inline-flex;align-items:center;}
.pom-mumbai-gurgaon-style .pom-nav .pom-brand {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.pom-mumbai-gurgaon-style .pom-artist-nav{gap:5px;}
.pom-mumbai-gurgaon-style .pom-artist-nav a{
  color:var(--pom-mg-ink);
  border-radius:999px;
  font-size:.9rem;
  padding:9px 12px;
}
.pom-mumbai-gurgaon-style .pom-artist-nav a:hover,
.pom-mumbai-gurgaon-style .pom-artist-nav a:focus{
  color:#fff;
  background:var(--pom-mg-dark);
}
.pom-mumbai-gurgaon-style .pom-artist-nav a:last-child{
  color:#fff;
  background:linear-gradient(135deg,var(--pom-mg-sage),var(--pom-mg-olive));
  box-shadow:0 10px 24px rgba(37,44,39,.14);
}

.pom-mumbai-gurgaon-style .pom-artist-hero{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  width:100%;
  max-width:none;
  min-height:560px;
  margin:0;
  padding:clamp(72px,9vw,118px) max(24px,calc((100vw - 1180px)/2 + 24px));
  border-radius:0;
  background:var(--pom-mg-dark);
  box-shadow:none;
  overflow:hidden;
}

.pom-mumbai-gurgaon-style .pom-artist-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),transparent 42%,rgba(16,22,18,.38)),radial-gradient(circle at 78% 32%,rgba(213,180,117,.19),transparent 30%);
  pointer-events:none;
}

.pom-mumbai-gurgaon-style .pom-artist-hero-media{
  position:absolute;
  z-index:-2;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.pom-mumbai-gurgaon-style .pom-artist-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(20,27,23,.98) 0%,rgba(28,38,32,.9) 42%,rgba(28,38,32,.35) 76%,rgba(28,38,32,.18) 100%);
}
.pom-mumbai-gurgaon-style .pom-artist-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 38%;
  border-radius:0;
  filter:saturate(.92) contrast(1.03);
}
.pom-mumbai-gurgaon-style .pom-artist-hero-copy{
  z-index:2;
  width:min(820px,70vw);
  max-width:820px;
  padding:0 0 58px;
  color:#fff;
  text-shadow:0 2px 24px rgba(0,0,0,.34);
}
.pom-mumbai-gurgaon-style .pom-kicker{
  margin:0 0 18px;
  color:var(--pom-mg-gold-light);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.pom-mumbai-gurgaon-style .pom-artist-hero h1{
  max-width:900px;
  margin:0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.75rem,5.7vw,5.25rem);
  line-height:.99;
  letter-spacing:-.05em;
}
.pom-mumbai-gurgaon-style .pom-artist-trust-line,
.pom-mumbai-gurgaon-style .pom-artist-hero-copy>p:not(.pom-kicker){
  max-width:720px;
  color:#f6f1e7;
  font-size:clamp(1rem,1.5vw,1.16rem);
  line-height:1.65;
}
.pom-mumbai-gurgaon-style .pom-artist-actions{gap:12px;margin-top:26px;}
.pom-mumbai-gurgaon-style .pom-btn{
  min-height:50px;
  padding:12px 20px;
  border:1px solid transparent;
  border-radius:999px;
  font-weight:900;
}
.pom-mumbai-gurgaon-style .pom-btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--pom-mg-sage),var(--pom-mg-olive));
  box-shadow:0 14px 32px rgba(18,24,20,.24);
}
.pom-mumbai-gurgaon-style .pom-btn-secondary{
  color:var(--pom-mg-dark);
  background:#fff;
  border-color:rgba(255,255,255,.72);
}

.pom-mumbai-gurgaon-style .pom-artist-shell{
  align-items:start;
  width:min(1180px,calc(100% - 40px));
  max-width:1180px;
  margin:0 auto;
  padding:86px 0;
  gap:32px;
}
.pom-mumbai-gurgaon-style .pom-artist-directory-menu{
  top:106px;
  padding:26px;
  color:#fff;
  background:var(--pom-mg-dark);
  border:1px solid rgba(179,148,95,.25);
  border-radius:24px;
  box-shadow:var(--pom-mg-shadow);
}
.pom-mumbai-gurgaon-style .pom-artist-directory-menu h2{color:#fff;font-family:Georgia,"Times New Roman",serif;}
.pom-mumbai-gurgaon-style .pom-artist-directory-menu p{color:#dfe4dc;}
.pom-mumbai-gurgaon-style .pom-artist-directory-links a{
  color:#f2eadb;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
}
.pom-mumbai-gurgaon-style .pom-artist-directory-links a:hover,
.pom-mumbai-gurgaon-style .pom-artist-directory-links a:focus{
  color:var(--pom-mg-dark);
  background:var(--pom-mg-gold-light);
}
.pom-mumbai-gurgaon-style .pom-artist-main{display:grid;gap:30px;min-width:0;}
.pom-mumbai-gurgaon-style .pom-artist-side-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  align-items:start;
  gap:32px;
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:26px 0 86px;
}
.pom-mumbai-gurgaon-style .pom-artist-side-main{display:grid;gap:30px;min-width:0;}
.pom-mumbai-gurgaon-style .pom-content-section{
  width:min(1080px,calc(100% - 40px));
  margin:30px auto;
  padding:34px 38px;
  background:#fff;
  border:1px solid rgba(80,92,77,.1);
  border-radius:24px;
  box-shadow:0 16px 42px rgba(37,44,39,.08);
}
.pom-mumbai-gurgaon-style .pom-content-section:first-of-type{margin-top:86px;border-top:4px solid var(--pom-mg-gold);}
.pom-mumbai-gurgaon-style .pom-section-heading h2,
.pom-mumbai-gurgaon-style .pom-content-section h2,
.pom-mumbai-gurgaon-style .pom-artist-side-main h2{
  color:var(--pom-mg-olive);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.75rem,3vw,2.55rem);
  line-height:1.12;
  letter-spacing:-.035em;
}
.pom-mumbai-gurgaon-style .pom-content-section p,
.pom-mumbai-gurgaon-style .pom-content-section li,
.pom-mumbai-gurgaon-style .pom-artist-side-main p,
.pom-mumbai-gurgaon-style .pom-artist-side-main li{color:var(--pom-mg-muted);line-height:1.76;}
.pom-mumbai-gurgaon-style .pom-feature-grid article{
  background:#fbfaf7;
  border:1px solid rgba(80,92,77,.12);
  border-top:3px solid var(--pom-mg-gold);
  border-radius:18px;
  box-shadow:none;
}
.pom-mumbai-gurgaon-style .pom-feature-grid h3,
.pom-mumbai-gurgaon-style .pom-artist-side-main h3{color:var(--pom-mg-sage);}
.pom-mumbai-gurgaon-style .pom-artist-side-main>.section,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.pom-content-section{
  width:100%;
  margin:0;
  padding:34px 38px;
  background:#fff;
  border:1px solid rgba(80,92,77,.1);
  border-radius:24px;
  box-shadow:0 16px 42px rgba(37,44,39,.08);
}
.pom-mumbai-gurgaon-style .pom-button,
.pom-mumbai-gurgaon-style .pom-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 20px;color:#fff;background:linear-gradient(135deg,var(--pom-mg-sage),var(--pom-mg-olive));border:1px solid transparent;border-radius:999px;font-weight:900;text-decoration:none;}
.pom-mumbai-gurgaon-style .pom-button-secondary,
.pom-mumbai-gurgaon-style .pom-hero-actions a+ a{color:var(--pom-mg-dark);background:#fff;}
.pom-mumbai-gurgaon-style .pom-artist-section{
  margin:0;
  padding:34px 38px;
  background:#fff;
  border:1px solid rgba(80,92,77,.1);
  border-radius:24px;
  box-shadow:0 16px 42px rgba(37,44,39,.08);
}
.pom-mumbai-gurgaon-style .pom-artist-section:first-child{border-top:4px solid var(--pom-mg-gold);}
.pom-mumbai-gurgaon-style .pom-artist-section h2{
  margin:0 0 18px;
  padding-bottom:14px;
  color:var(--pom-mg-olive);
  border-bottom:1px solid rgba(80,92,77,.14);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.75rem,3vw,2.55rem);
  line-height:1.12;
  letter-spacing:-.035em;
}
.pom-mumbai-gurgaon-style .pom-artist-section h3{margin:26px 0 10px;color:var(--pom-mg-sage);font-size:clamp(1.22rem,2vw,1.5rem);}
.pom-mumbai-gurgaon-style .pom-artist-section p,
.pom-mumbai-gurgaon-style .pom-artist-section li{color:var(--pom-mg-muted);font-size:1rem;line-height:1.76;}
.pom-mumbai-gurgaon-style .pom-artist-section li::marker{color:var(--pom-mg-gold);}
.pom-mumbai-gurgaon-style .pom-artist-seo-grid{gap:28px;}
.pom-mumbai-gurgaon-style .pom-artist-seo-image{overflow:hidden;border-radius:20px;box-shadow:var(--pom-mg-shadow);}
.pom-mumbai-gurgaon-style .pom-artist-seo-image img{display:block;width:100%;height:100%;min-height:300px;object-fit:cover;}
.pom-mumbai-gurgaon-style .pom-artist-seo-image figcaption{padding:13px 16px;color:var(--pom-mg-muted);background:#fff;}

.pom-mumbai-gurgaon-style .pom-artist-section table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid rgba(80,92,77,.14);border-radius:16px;}
.pom-mumbai-gurgaon-style .pom-artist-section th{padding:14px;color:#fff;background:var(--pom-mg-dark);text-align:left;}
.pom-mumbai-gurgaon-style .pom-artist-section td{padding:14px;border-top:1px solid rgba(80,92,77,.11);color:var(--pom-mg-muted);}
.pom-mumbai-gurgaon-style .pom-artist-section tr:nth-child(even) td{background:#faf9f6;}

.pom-mumbai-gurgaon-style .pom-artist-cta-panel{
  color:#fff;
  background:linear-gradient(135deg,var(--pom-mg-dark),var(--pom-mg-olive));
  border-color:rgba(179,148,95,.24);
}
.pom-mumbai-gurgaon-style .pom-artist-cta-panel h2,
.pom-mumbai-gurgaon-style .pom-artist-cta-panel p{color:#fff;}
.pom-mumbai-gurgaon-style .pom-artist-cta-panel h2{border-bottom-color:rgba(255,255,255,.14);}
.pom-mumbai-gurgaon-style .pom-artist-side-main>.pom-content-section.pom-artist-cta-panel,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.section.pom-artist-cta-panel{
  color:#fff;
  background:linear-gradient(135deg,var(--pom-mg-dark),var(--pom-mg-olive));
  border-color:rgba(179,148,95,.34);
}
.pom-mumbai-gurgaon-style .pom-artist-side-main>.pom-content-section.pom-artist-cta-panel h2,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.pom-content-section.pom-artist-cta-panel p,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.pom-content-section.pom-artist-cta-panel strong,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.section.pom-artist-cta-panel h2,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.section.pom-artist-cta-panel p,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.section.pom-artist-cta-panel strong{
  color:#fff!important;
}
.pom-mumbai-gurgaon-style .pom-artist-side-main>.pom-content-section.pom-artist-cta-panel h2,
.pom-mumbai-gurgaon-style .pom-artist-side-main>.section.pom-artist-cta-panel h2{
  border-bottom-color:rgba(255,255,255,.18);
  text-shadow:0 2px 16px rgba(0,0,0,.22);
}

.pom-mumbai-gurgaon-style .pom-artist-seo-faq details{
  margin:12px 0;
  overflow:hidden;
  background:#fbfaf7;
  border:1px solid rgba(80,92,77,.13);
  border-radius:15px;
}
.pom-mumbai-gurgaon-style .pom-artist-seo-faq summary{padding:17px 20px;color:var(--pom-mg-dark);font-weight:850;cursor:pointer;}
.pom-mumbai-gurgaon-style .pom-artist-seo-faq details p{margin:0;padding:0 20px 18px;}
.pom-mumbai-gurgaon-style .pom-artist-menu-toggle{color:#fff;background:var(--pom-mg-dark);border-radius:999px;}
.pom-mumbai-gurgaon-style .pom-sticky-actions{
  padding:0;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.pom-mumbai-gurgaon-style .pom-sticky-actions a{color:#fff;}
.pom-mumbai-gurgaon-style .pom-artist-sticky-contact{background:transparent!important;border:0!important;box-shadow:none!important;}
.pom-mumbai-gurgaon-style .pom-artist-footer,
.pom-mumbai-gurgaon-style .pom-footer{margin-top:0;padding:0;color:#dfe4dc;background:var(--pom-mg-dark);border-top:3px solid var(--pom-mg-gold);text-align:left;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer-inner{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(2,minmax(150px,.75fr));gap:44px;width:min(1180px,calc(100% - 40px));margin:auto;padding:58px 0 40px;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer-title{margin:0 0 12px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;}
.pom-mumbai-gurgaon-style .pom-footer-brand-logo{display:block;width:118px;height:118px;margin:0 0 18px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(0,0,0,.22));}
.pom-mumbai-gurgaon-style .pom-mumbai-footer-heading{margin:0 0 14px;color:var(--pom-mg-gold-light);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer p{margin:0 0 10px;color:#cfd5cd;line-height:1.65;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer-links{display:grid;gap:10px;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer a{color:#fff;text-decoration:none;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer a:hover,.pom-mumbai-gurgaon-style .pom-mumbai-footer a:focus{color:var(--pom-mg-gold-light);text-decoration:underline;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer-bottom{padding:18px 20px;color:#bfc7bd;background:#1c211d;border-top:1px solid rgba(255,255,255,.09);text-align:center;}
.pom-mumbai-gurgaon-style .pom-mumbai-footer-bottom p{margin:0;}

@media(min-width:901px){
  .pom-mumbai-gurgaon-style .pom-artist-shell{display:grid;grid-template-columns:280px minmax(0,1fr);}
  .pom-mumbai-gurgaon-style .pom-artist-shell>.pom-artist-menu-toggle{display:none!important;}
  .pom-mumbai-gurgaon-style .pom-artist-shell>.pom-artist-directory-menu.pom-artist-side-menu{
    position:sticky!important;
    top:106px!important;
    bottom:auto!important;
    left:auto!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    max-height:calc(100vh - 130px)!important;
    margin:0!important;
    padding:24px!important;
    opacity:1!important;
    overflow:auto!important;
    pointer-events:auto!important;
    transform:none!important;
    visibility:visible!important;
  }
}

/* Mumbai activities use the same cross-page navigator pattern as Gurgaon. */
.pom-mumbai-activity-page .pom-artist-shell{
  display:block!important;
  width:min(1080px,calc(100% - 40px));
}
.pom-mumbai-artist-nav-page .pom-artist-side-layout{
  display:block!important;
  width:min(1080px,calc(100% - 40px))!important;
  max-width:1080px!important;
  margin:30px auto 0!important;
  padding:0 0 86px!important;
}
.pom-mumbai-artist-nav-page .pom-artist-side-main{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;gap:30px!important;}
.pom-mumbai-artist-nav-page .pom-artist-side-main>.section,
.pom-mumbai-artist-nav-page .pom-artist-side-main>.pom-content-section{box-sizing:border-box;width:100%!important;max-width:none!important;margin:0!important;}
.pom-mumbai-artist-nav-page .pom-artist-side-layout>.pom-artist-menu-toggle,
.pom-mumbai-artist-nav-page .pom-artist-side-layout>.pom-artist-directory-menu{display:none!important;}
.pom-mumbai-activity-page .pom-artist-menu-toggle,
.pom-mumbai-activity-page .pom-artist-shell>.pom-artist-directory-menu{display:none!important;}
.pom-activity-nav-trigger{
  position:fixed;z-index:82;top:50%;left:0;display:inline-flex;align-items:center;gap:10px;
  min-height:52px;padding:12px 18px 12px 14px;color:#fff;background:var(--pom-mg-dark);
  border:1px solid rgba(255,255,255,.18);border-left:0;border-radius:0 999px 999px 0;
  box-shadow:0 14px 34px rgba(18,24,20,.28);font:inherit;font-weight:900;cursor:pointer;
  transform:translateY(-50%);transition:padding .2s ease,background .2s ease;
}
.pom-activity-nav-trigger:hover,.pom-activity-nav-trigger:focus-visible{padding-right:24px;background:var(--pom-mg-sage);}
.pom-activity-nav-trigger>span:first-child{font-size:1.25rem;}
.pom-activity-nav-backdrop{position:fixed;z-index:10000;inset:0;background:rgba(15,21,17,.56);backdrop-filter:blur(3px);}
.pom-activity-nav-panel{
  position:fixed;z-index:10001;top:0;bottom:0;left:0;width:min(430px,92vw);padding:28px 24px;
  overflow-y:auto;color:var(--pom-mg-dark);background:#f8f6f1;box-shadow:24px 0 70px rgba(18,24,20,.28);
  transform:translateX(-105%);visibility:hidden;transition:transform .3s ease,visibility .3s ease;
}
.pom-activity-navigator.is-open .pom-activity-nav-panel{transform:translateX(0);visibility:visible;}
body.pom-activity-nav-open{overflow:hidden;}
body.pom-activity-nav-open .pom-sticky-actions{visibility:hidden;}
.pom-activity-nav-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;}
.pom-activity-nav-heading h2{margin:2px 0 0;color:var(--pom-mg-dark);font-family:Georgia,"Times New Roman",serif;font-size:2rem;line-height:1.05;}
.pom-activity-nav-kicker{color:var(--pom-mg-sage);font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;}
.pom-activity-nav-close{width:42px;height:42px;flex:0 0 auto;color:var(--pom-mg-dark);background:#fff;border:1px solid rgba(80,92,77,.15);border-radius:50%;font:inherit;cursor:pointer;}
.pom-activity-nav-search{display:block;margin:24px 0 12px;}
.pom-activity-nav-search input{box-sizing:border-box;width:100%;min-height:50px;padding:12px 16px;color:var(--pom-mg-dark);background:#fff;border:1px solid rgba(80,92,77,.18);border-radius:14px;font:inherit;outline:none;}
.pom-activity-nav-search input:focus{border-color:var(--pom-mg-sage);box-shadow:0 0 0 4px rgba(98,120,103,.13);}
.pom-activity-nav-current{margin:0 0 18px;color:var(--pom-mg-muted);font-size:.84rem;}
.pom-activity-nav-list{display:grid;gap:7px;}
.pom-activity-nav-list a{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:10px 14px;color:var(--pom-mg-dark);background:rgba(255,255,255,.7);border:1px solid rgba(80,92,77,.1);border-radius:12px;font-size:.9rem;font-weight:800;text-decoration:none;transition:color .18s ease,background .18s ease,transform .18s ease;}
.pom-activity-nav-list a:hover,.pom-activity-nav-list a:focus-visible{color:var(--pom-mg-dark);background:#f6efe3;border-color:rgba(80,92,77,.24);transform:translateX(3px);}
.pom-activity-nav-list a[aria-current="page"]{color:#fff;background:var(--pom-mg-dark);border-color:var(--pom-mg-dark);}
.pom-activity-nav-list a[hidden]{display:none;}
.pom-activity-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

@media(max-width:900px){
  .pom-mumbai-gurgaon-style .pom-artist-header{min-height:66px;padding:11px 18px;}
  .pom-mumbai-gurgaon-style .pom-artist-brand{font-size:1.05rem;}
  .pom-mumbai-gurgaon-style .pom-header-logo{width:52px;height:52px;}
  .pom-mumbai-gurgaon-style .pom-artist-hero{min-height:500px;padding:68px 24px;}
  .pom-mumbai-gurgaon-style .pom-artist-hero-copy{width:min(100%,720px);padding-bottom:30px;}
  .pom-mumbai-gurgaon-style .pom-artist-hero-media::after{background:linear-gradient(90deg,rgba(20,27,23,.96),rgba(28,38,32,.72));}
  .pom-mumbai-gurgaon-style .pom-artist-shell{width:min(100% - 28px,760px);padding:54px 0;}
  .pom-mumbai-gurgaon-style .pom-artist-side-layout{display:block;width:min(100% - 28px,760px);padding:38px 0 70px;}
  .pom-mumbai-gurgaon-style .pom-content-section{width:min(100% - 28px,760px);}
  .pom-mumbai-gurgaon-style .pom-mumbai-footer-inner{grid-template-columns:1fr 1fr;gap:30px;}
  .pom-mumbai-gurgaon-style .pom-mumbai-footer-about{grid-column:1/-1;}
  .pom-mumbai-artist-nav-page .pom-artist-side-layout{width:min(100% - 28px,760px)!important;padding-bottom:70px!important;}
  .pom-mumbai-gurgaon-style .pom-mobile-menu-button{display:grid;}
  .pom-mumbai-gurgaon-style .pom-artist-header{position:sticky;flex-wrap:wrap;}
  .pom-mumbai-gurgaon-style .pom-artist-header .pom-artist-nav{
    position:absolute;top:100%;left:0;right:0;display:none;max-height:calc(100vh - 76px);padding:14px 18px 20px;
    overflow:auto;background:#fff;border-top:1px solid rgba(80,92,77,.12);box-shadow:0 18px 34px rgba(37,44,39,.14);
  }
  .pom-mumbai-gurgaon-style .pom-artist-header.is-mobile-menu-open .pom-artist-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .pom-mumbai-gurgaon-style .pom-artist-header .pom-artist-nav a{width:100%;}
  .pom-mumbai-gurgaon-style .pom-site-header .pom-nav{position:relative;flex-wrap:wrap;}
  .pom-mumbai-gurgaon-style .pom-site-header .pom-nav-links{
    position:absolute;z-index:60;top:100%;left:0;right:0;display:none;max-height:calc(100vh - 76px);padding:14px 18px 20px;
    overflow:auto;background:#fff;border-top:1px solid rgba(80,92,77,.12);box-shadow:0 18px 34px rgba(37,44,39,.14);
  }
  .pom-mumbai-gurgaon-style .pom-site-header.is-mobile-menu-open .pom-nav-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .pom-mumbai-gurgaon-style .pom-site-header .pom-nav-links a{display:flex;justify-content:center;width:100%;padding:11px 10px;}
  body.pom-mobile-menu-open{overflow:hidden;}
  .pom-mumbai-gurgaon-style .pom-artist-section{padding:28px 24px;}
}

@media(max-width:640px){
  .pom-mumbai-gurgaon-style .pom-artist-brand{font-size:.96rem;}
  .pom-mumbai-gurgaon-style .pom-header-logo{width:46px;height:46px;}
  .pom-mumbai-gurgaon-style .pom-header-brand-text{display:none;}
  .pom-mumbai-gurgaon-style .pom-artist-header.is-mobile-menu-open .pom-artist-nav,
  .pom-mumbai-gurgaon-style .pom-site-header.is-mobile-menu-open .pom-nav-links{grid-template-columns:1fr;}
  .pom-mumbai-gurgaon-style .pom-nav{padding:11px 16px;}
  .pom-mumbai-gurgaon-style .pom-nav-cta{font-size:.78rem;padding:10px 12px;}
  .pom-mumbai-gurgaon-style .pom-artist-hero{min-height:520px;padding:62px 20px 72px;}
  .pom-mumbai-gurgaon-style .pom-artist-hero h1{font-size:clamp(2.35rem,12vw,3.45rem);}
  .pom-mumbai-gurgaon-style .pom-artist-hero-copy>p:not(.pom-kicker){font-size:.98rem;line-height:1.55;}
  .pom-mumbai-gurgaon-style .pom-artist-actions{align-items:stretch;flex-direction:column;}
  .pom-mumbai-gurgaon-style .pom-btn{width:100%;}
  .pom-mumbai-gurgaon-style .pom-artist-shell{width:calc(100% - 24px);padding:38px 0 82px;}
  .pom-mumbai-gurgaon-style .pom-artist-section{padding:24px 19px;border-radius:19px;}
  .pom-mumbai-gurgaon-style .pom-content-section,
  .pom-mumbai-gurgaon-style .pom-artist-side-main>.section,
  .pom-mumbai-gurgaon-style .pom-artist-side-main>.pom-content-section{padding:24px 19px;border-radius:19px;}
  .pom-mumbai-gurgaon-style .pom-artist-section h2{font-size:1.65rem;}
  .pom-mumbai-gurgaon-style .pom-artist-seo-image img{min-height:220px;}
  .pom-mumbai-gurgaon-style .pom-mumbai-footer-inner{grid-template-columns:1fr;width:calc(100% - 40px);padding:44px 0 30px;}
  .pom-mumbai-gurgaon-style .pom-mumbai-footer-about{grid-column:auto;}
  .pom-activity-nav-trigger{top:auto;bottom:92px;left:12px;min-height:48px;max-width:calc(100vw - 24px);padding:10px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;transform:none;z-index:9999;}
  .pom-activity-nav-trigger:hover,.pom-activity-nav-trigger:focus-visible{padding-right:14px;}
  .pom-activity-nav-panel{width:min(430px,100vw);padding:24px 18px 112px;}
}
/* Reliable image layer for detail-page heroes that must also work from file:// URLs. */
.pom-mumbai-gurgaon-style .pom-game-hero.pom-explicit-image-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #202923 !important;
}

.pom-mumbai-gurgaon-style .pom-explicit-image-hero > .pom-game-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 28%;
}

.pom-mumbai-gurgaon-style .pom-game-hero.pom-explicit-image-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(12, 20, 16, .94) 0%, rgba(12, 20, 16, .78) 48%, rgba(12, 20, 16, .22) 100%);
}

.pom-mumbai-gurgaon-style .pom-game-hero.pom-explicit-image-hero::after {
  z-index: 1;
}

.pom-mumbai-gurgaon-style .pom-game-hero.pom-explicit-image-hero > .pom-container {
  position: relative;
  z-index: 2;
}

.pom-mumbai-gurgaon-style .pom-game-hero.pom-explicit-image-hero .pom-game-hero-copy {
  background: rgba(10, 16, 13, .3);
  backdrop-filter: none;
}

@media (max-width: 760px) {
  .pom-mumbai-gurgaon-style .pom-explicit-image-hero > .pom-game-hero-image {
    object-position: 46% 24%;
  }

  .pom-mumbai-gurgaon-style .pom-game-hero.pom-explicit-image-hero::before {
    background: linear-gradient(180deg, rgba(12, 20, 16, .2) 0%, rgba(12, 20, 16, .72) 52%, rgba(12, 20, 16, .96) 100%);
  }
}
