/* NMMC theme — festive orange / pink / gold accents (same photos as Panvel) */

:root {
  /* Titles / greens → bright NMMC orange */
  --eco-green: #FF6B00;
  --eco-green-2: #FF8C00;
  --eco-green-3: #FFA726;
  --eco-wash: #FFF8F0;
  --eco-forest: #E65100;
  /* Band / saffron role stays warm orange (poster), not pink */
  --eco-saffron: #FF6B00;
  --eco-gold: #FFD885;
  --eco-gold-2: #FFA126;
  --eco-clay: #FF6B00;
  /* Pink only for CTAs / active accents */
  --eco-festive: #E91E63;
  --eco-footer: #E65100;
  --eco-text: #212121;
  --eco-muted: #4A5560;
  --eco-white: #ffffff;
  --eco-cta: #E91E63;
  --eco-cta-shadow: 0 10px 22px rgba(233, 30, 99, 0.28);
}

body {
  background: var(--eco-wash);
}

/* ---------- Hero: keep photos, light orange wash only ---------- */
.figma-hero__surface {
  background: #ff6b00 !important;
}

.figma-hero__bg--desktop img {
  filter: sepia(0.28) saturate(1.7) hue-rotate(-22deg) brightness(1.06);
}

.figma-hero__bg::after {
  background: linear-gradient(90deg,
      rgba(255, 107, 0, 0) 0%,
      rgba(255, 107, 0, 0.4) 70%,
      rgba(233, 30, 99, 0.35) 100%) !important;
}

.figma-hero__glow {
  opacity: 0.28;
  filter: sepia(0.5) saturate(1.4) hue-rotate(-20deg);
}

.figma-hero__card {
  background: #e91e63 !important;
}

.figma-hero__card p {
  color: #fff !important;
}

.figma-hero__btn {
  background: #fff !important;
  color: #c2185b !important;
}

.figma-hero__btn:hover {
  background: #ffe4ef !important;
  color: #880e4f !important;
}

@media (max-width: 767px) {
  .figma-hero__surface {
    background: #ff6b00 !important;
  }

  .figma-hero__bg--mobile img {
    filter: sepia(0.28) saturate(1.7) hue-rotate(-22deg) brightness(1.06) !important;
  }

  .figma-hero__card {
    background: #e91e63 !important;
  }
}

/* ---------- Saptasutri: orange band + visible gold numbers ---------- */
.figma-saptasutri__title {
  color: #e65100;
}

.figma-saptasutri__band {
  background: #ff6b00 !important;
}

.figma-saptasutri__bg::after {
  background: linear-gradient(90deg, rgba(255, 107, 0, 0) 0%, #ff6b00 100%) !important;
}

.figma-saptasutri__fade {
  background: linear-gradient(90deg, rgba(255, 107, 0, 0) 0%, #ff6b00 100%) !important;
}

/* Restore gradient TEXT numbers (theme-eco uses background-clip:text;
   a plain background override made empty gold boxes with invisible digits) */
.figma-saptasutri__num {
  background: linear-gradient(180deg, #ffd885 0%, #ffa126 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

@media (max-width: 900px) {
  .figma-saptasutri__title {
    color: #e65100;
  }

  .figma-saptasutri__fade,
  .figma-saptasutri__bg::after {
    background: linear-gradient(180deg, rgba(255, 107, 0, 0.35) 0%, #ff6b00 100%) !important;
  }
}

@media (max-width: 767px) {
  .figma-saptasutri {
    background: #fff8f0;
  }

  .figma-saptasutri__band {
    background: #ff6b00 !important;
  }

  .figma-saptasutri__num {
    background: linear-gradient(180deg, #ffd885 0%, #ffa126 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }
}

/* Mobile menu */
.site-mobile-overlay {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 167, 38, 0.4), transparent 50%),
    linear-gradient(165deg, #ff6b00 0%, #e65100 55%, #e91e63 100%) !important;
}

/* Registration wash */
.page-shell--reg {
  background:
    radial-gradient(ellipse 75% 48% at 50% -8%, rgba(255, 140, 0, 0.2), transparent 62%),
    radial-gradient(ellipse 45% 35% at 100% 100%, rgba(233, 30, 99, 0.08), transparent 55%),
    linear-gradient(180deg, #ffe8d1 0%, var(--eco-wash) 42%, #fff5f8 100%) !important;
}

.site-footer {
  background: var(--eco-footer) !important;
}

/* Transparent crest — no white plate */
.tenant-nmmc .site-brand__logo,
.tenant-nmmc .site-footer__brand img {
  width: auto;
  height: auto;
  max-height: 4.6rem;
  object-fit: contain;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.tenant-nmmc .site-footer__brand img {
  max-height: 9rem;
}

.site-header-wrap .site-brand__title,
.site-header-wrap .site-nav__list>li>a,
.site-header-wrap .site-nav__trigger {
  color: var(--eco-forest);
}

.site-header-wrap .site-nav__list>li>a.is-active,
.site-header-wrap .site-nav__trigger.is-active {
  color: var(--eco-festive);
  border-color: var(--eco-festive);
}

.site-header-wrap .site-menu-toggle__bar {
  background: var(--eco-forest);
}

/* ---------- Quick links: orange band + split reg cards ---------- */
.tenant-nmmc .eco-quick__inner {
  background: #ff6b00;
}

.tenant-nmmc .eco-quick__inner::before {
  background:
    linear-gradient(180deg, rgba(255, 107, 0, 0.55), rgba(230, 81, 0, 0.4)),
    url('../icon/design/quick-links-bg.webp') center / cover no-repeat;
}

.tenant-nmmc .eco-quick__link:hover {
  box-shadow: 0 10px 24px rgba(230, 81, 0, 0.2);
}

.tenant-nmmc .eco-quick--split-reg .eco-quick__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin-inline: auto;
}

.tenant-nmmc .eco-quick__link--reg .eco-quick__text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.tenant-nmmc .eco-quick__kicker {
  display: block;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  color: #c2185b;
  line-height: 1.25;
}

.tenant-nmmc .eco-quick__sub {
  display: block;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  color: #4a5560;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 800px) {
  .tenant-nmmc .eco-quick--split-reg .eco-quick__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Prize information (poster yellow band) ---------- */
.nmmc-prizes {
  padding: 0 clamp(1rem, 2.5vw, 2rem);
}

.nmmc-prizes__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.15rem, 3.5vw, 3rem);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffe082 0%, #ffca28 48%, #ffb300 100%);
  border: 3px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    inset 0 0 0 1px rgba(183, 110, 0, 0.18),
    0 12px 28px rgba(183, 110, 0, 0.16);
  color: #5c1a1a;
  text-align: center;
}

.nmmc-prizes__title {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  font-family: "Tiro Devanagari Marathi", "Noto Serif Devanagari", serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 700;
  color: #7a1515;
  letter-spacing: -0.01em;
}

.nmmc-prizes__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.5vw, 1rem);
}

.nmmc-prizes__item {
  margin: 0;
  padding: clamp(0.75rem, 1.4vw, 1rem) 0.5rem;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.nmmc-prizes__rank {
  margin: 0 0 0.35rem;
  font-size: clamp(0.82rem, 1.15vw, 1rem);
  font-weight: 700;
  color: #5c1a1a;
  line-height: 1.3;
}

.nmmc-prizes__amount {
  margin: 0;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 800;
  color: #8b1a1a;
  line-height: 1.2;
}

.nmmc-prizes__extra {
  margin: 0.35rem 0 0;
  font-size: clamp(0.72rem, 1vw, 0.85rem);
  font-weight: 600;
  color: #6d2a2a;
  line-height: 1.3;
}

.nmmc-prizes__total {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: clamp(1.35rem, 2.5vw, 1.85rem) 0 0;
  padding: 0.65rem 1.25rem;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 800;
  color: #8b0000;
  line-height: 1.2;
}

.nmmc-prizes__total .bi {
  color: #c9a227;
  font-size: 1.15em;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.45));
}

@media (max-width: 1100px) {
  .nmmc-prizes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .nmmc-prizes {
    padding: 0 0.85rem;
  }

  .nmmc-prizes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nmmc-prizes__total {
    flex-wrap: wrap;
    gap: 0.45rem;
  }
}

/* ---------- Evaluation criteria + terms ---------- */
.nmmc-rules {
  padding: 0 clamp(1rem, 2.5vw, 2rem);
}

.nmmc-rules__inner {
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.25rem, 3.5vw, 3.25rem);
  border-radius: 12px;
  background:
    linear-gradient(180deg, #fff8e7 0%, #fff3d6 55%, #ffefc8 100%);
  border: 1px solid rgba(183, 110, 0, 0.18);
  color: #2b2b2b;
}

.nmmc-rules__heading {
  margin: 0 0 1.15rem;
  font-family: "Tiro Devanagari Marathi", "Noto Serif Devanagari", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: #c62828;
  line-height: 1.35;
}

.nmmc-rules__heading span {
  display: inline-block;
  white-space: nowrap;
}

.nmmc-rules__heading--terms {
  color: #e65100;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.nmmc-rules__score {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.75rem;
  counter-reset: nmmc-score;
}

.nmmc-rules__score>li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem 0.75rem;
  align-items: start;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  border: 1px solid rgba(183, 110, 0, 0.12);
  counter-increment: nmmc-score;
}

.nmmc-rules__score>li::before {
  content: counter(nmmc-score) ".";
  font-weight: 700;
  color: #8b1a1a;
  line-height: 1.45;
}

.nmmc-rules__label {
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
  font-weight: 600;
  color: #212121;
  line-height: 1.45;
}

.nmmc-rules__label small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82em;
  font-weight: 400;
  color: #5a6570;
  line-height: 1.4;
}

.nmmc-rules__pts {
  font-weight: 800;
  color: #8b1a1a;
  white-space: nowrap;
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  line-height: 1.45;
}

.nmmc-rules__list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 1rem;
}

.nmmc-rules__list>li {
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.65;
  color: #2b2b2b;
}

.nmmc-rules__list strong {
  color: #1a1a1a;
  font-weight: 700;
}

@media (max-width: 800px) {
  .nmmc-rules {
    padding: 0 0.85rem;
  }

  .nmmc-rules__score {
    grid-template-columns: 1fr;
  }

  .nmmc-rules__heading span {
    display: block;
    white-space: normal;
  }
}