/* Eco + Ganpati theme — Figma Securx Ganeshotsav desktop (2061:181) */

:root {
  --eco-green: #4A7E1D;
  --eco-green-2: #3F8F3A;
  --eco-green-3: #52B788;
  --eco-wash: #FFFAF4;
  --eco-forest: #29631D;
  --eco-saffron: #C36E00;
  --eco-gold: #FFD885;
  --eco-gold-2: #FFA126;
  --eco-clay: #C36E00;
  --eco-festive: #B42318;
  --eco-footer: #29631D;
  --eco-text: #212121;
  --eco-muted: #4A5560;
  --eco-white: #ffffff;
  --eco-cta: #C36E00;
  --eco-cta-shadow: 0 10px 22px rgba(195, 110, 0, 0.28);
  --font-mr: 'Tiro Devanagari Marathi', 'Poppins', 'Segoe UI', sans-serif;
  --site-header-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --site-header-h: 7rem;
  --site-banner-gap: 1.25rem;
  --site-banner-radius: 1.5rem;
  --z-banner: 1;
  --z-banner-copy: 7;
  --z-banner-idol: 6;
  --z-header: 5;
  --z-header-scrolled: 8;
  --z-menu: 20;
  --z-modal: 30;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

body {
  font-family: var(--font-mr);
  color: var(--eco-text);
  background: var(--eco-wash);
  margin: 0 !important;
  min-height: 100vh;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

body.menu-open {
  overflow: hidden;
}

.site-page {
  background: transparent;
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Home: white fixed header, then inset rounded banner with the same gap on all sides */
.site-page:has(.figma-hero) {
  align-items: stretch;
  padding-top: calc(var(--site-header-h) + var(--site-banner-gap)) !important;
  gap: clamp(2.5rem, 4.5vw, 5rem);
  overflow-x: hidden;
}

.site-page>.figma-hero {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: var(--site-banner-gap) !important;
  margin-right: var(--site-banner-gap) !important;
  align-self: stretch;
  width: auto !important;
  max-width: none !important;
}

.site-page>.eco-quick,
.site-page>.nmmc-prizes,
.site-page>.nmmc-rules,
.site-page>.figma-saptasutri,
.site-page>.eco-gallery {
  width: 100%;
  align-self: stretch;
}

.site-page>.site-footer {
  width: 100%;
  margin-top: 0;
  align-self: stretch;
}

.page-shell {
  padding: 2.5rem 1.25rem 3.5rem;
  padding-top: calc(var(--site-header-h) + 1.5rem);
  flex: 1;
  width: 100%;
}

/* ---------- Figma hero: layered — field bg + same idol + calligraphy + HTML CTA ---------- */
.figma-hero {
  position: relative;
  width: auto !important;
  max-width: none !important;
  margin-left: var(--site-banner-gap) !important;
  margin-right: var(--site-banner-gap) !important;
  height: calc(100svh - var(--site-header-h) - (var(--site-banner-gap) * 2));
  min-height: 640px;
  max-height: none;
  aspect-ratio: auto;
  padding: 0;
  overflow: visible;
  background: transparent;
  color: #fff;
}

.figma-hero__surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--site-banner-radius);
  background: #3f8f3a;
  z-index: var(--z-banner);
  pointer-events: none;
}

.figma-hero__bg {
  position: absolute;
  inset: 0;
}

.figma-hero__bg--mobile {
  display: none;
}

.figma-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.figma-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(74, 126, 29, 0) 0%, rgba(74, 126, 29, 0.75) 100%);
}

.figma-hero__leaves {
  display: none;
}

.figma-hero__glow {
  position: absolute;
  inset: 0;
  background:
    url('../icon/design/leaf-pattern.webp') center / cover no-repeat,
    url('../icon/design/leaf-deco.webp') right top / 28% auto no-repeat,
    url('../icon/design/leaf-deco.webp') right bottom / 22% auto no-repeat;
  opacity: 0.4;
  filter: blur(8px);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: soft-light;
}

.figma-hero__inner {
  position: relative;
  z-index: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.figma-hero__idol {
  position: absolute;
  left: 1%;
  top: auto;
  bottom: -8%;
  width: 92%;
  height: 118%;
  z-index: var(--z-banner-idol);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  pointer-events: none;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

.figma-hero__idol img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: left bottom;
  background: transparent;
  filter:
    drop-shadow(18px 32px 18px rgba(0, 0, 0, 0.32)) drop-shadow(0 48px 50px rgba(12, 28, 8, 0.28));
}

.figma-hero__copy {
  position: absolute;
  right: clamp(1.25rem, 4.2vw, 4.25rem);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 1.75rem);
  width: min(34%, 468px);
  z-index: var(--z-banner-copy);
  text-align: center;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.figma-hero__chant {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 468px;
  line-height: 0;
}

.figma-hero__chant-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 356px;
  object-fit: contain;
  object-position: center top;
  filter: none;
  mix-blend-mode: normal;
}

.figma-hero__card {
  background: #c36e00;
  backdrop-filter: blur(100px);
  border: 0;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  box-sizing: border-box;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.figma-hero__card p {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.35;
  font-weight: 400;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: center;
}

.figma-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 48px;
  padding: 0.5rem 1.5rem;
  border-radius: 1000px;
  background: #fff;
  color: #000 !important;
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  box-shadow: 0 4px 16.3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  align-self: center;
}

.figma-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  color: #000 !important;
  text-decoration: none;
}

/* Phone: one Figma mobile poster (idol + slogan in the image) */
@media (max-width: 767px) {
  :root {
    --site-banner-gap: 0.75rem;
    --site-banner-radius: 1rem;
  }

  .site-page:has(.figma-hero) {
    padding-top: max(4.85rem, calc(var(--site-header-h) + var(--site-banner-gap))) !important;
  }

  .figma-hero {
    width: auto !important;
    max-width: none !important;
    height: calc(100dvh - var(--site-header-h) - (var(--site-banner-gap) * 2));
    min-height: calc(100dvh - var(--site-header-h) - (var(--site-banner-gap) * 2));
    aspect-ratio: auto;
    max-height: none;
    overflow: hidden;
    border-radius: var(--site-banner-radius);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    z-index: 1;
  }

  .figma-hero__surface {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--site-banner-radius);
    background: #3d7a36;
  }

  .figma-hero__bg--desktop,
  .figma-hero__glow,
  .figma-hero__leaves,
  .figma-hero__idol {
    display: none;
  }

  .figma-hero__bg--mobile {
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .figma-hero__bg--mobile img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    transform: none;
    filter: none;
    opacity: 1;
  }

  .figma-hero__bg--mobile::after,
  .figma-hero__bg::after {
    content: none;
    background: none;
  }

  .figma-hero__inner {
    position: absolute;
    inset: 0;
    display: block;
    padding: 0 16px;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .figma-hero__copy {
    position: absolute;
    inset: 0;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    min-height: 0;
    gap: 0;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 5;
    box-sizing: border-box;
  }

  .figma-hero__chant {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .figma-hero__chant-img {
    display: none;
  }

  .figma-hero__card {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: max(20px, env(safe-area-inset-bottom, 0px));
    top: auto;
    transform: none;
    width: auto;
    max-width: none;
    margin: 0;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #c36e00;
    backdrop-filter: blur(100px);
    z-index: 5;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
  }

  .figma-hero__card p {
    font-size: 16px;
    line-height: 1.35;
    text-align: center;
    padding: 0;
  }

  .figma-hero__btn {
    font-size: 15px;
    min-height: 44px;
    padding: 10px 17px;
    box-shadow: 0 2.8px 11.4px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: none;
    align-self: stretch;
  }

  .figma-hero__btn:hover {
    transform: none;
  }
}

/* Tablet / 1024px landscape: same stacked mobile composition (not a left/right split) */
@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --site-banner-gap: 0.75rem;
    --site-banner-radius: 1rem;
  }

  .figma-hero {
    width: auto !important;
    max-width: none !important;
    height: calc(100dvh - var(--site-header-h) - (var(--site-banner-gap) * 2));
    min-height: calc(100dvh - var(--site-header-h) - (var(--site-banner-gap) * 2));
    overflow: visible;
    background: transparent;
  }

  .figma-hero__surface {
    overflow: hidden;
    inset: 0;
    width: 100% !important;
    height: 100%;
    border-radius: var(--site-banner-radius);
    background: #3f8f3a;
  }

  .figma-hero__bg--mobile {
    display: none;
  }

  .figma-hero__bg--desktop {
    display: block;
  }

  .figma-hero__bg--desktop img {
    object-fit: cover;
    object-position: center center;
  }

  .figma-hero__bg--desktop::after {
    background: linear-gradient(180deg,
        rgba(45, 100, 40, 0.28) 0%,
        rgba(63, 143, 58, 0.08) 42%,
        rgba(45, 100, 40, 0.22) 100%);
  }

  .figma-hero__glow {
    display: block;
    opacity: 0.28;
  }

  .figma-hero__inner {
    overflow: visible;
  }

  .figma-hero__idol {
    display: flex;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -8%;
    width: 160%;
    height: 125%;
    transform: translateX(-50%);
    align-items: flex-end;
    justify-content: center;
    z-index: var(--z-banner-idol);
    overflow: visible;
  }

  .figma-hero__idol img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
    object-position: center bottom;
  }

  .figma-hero__copy {
    position: absolute;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1rem 1.25rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    text-align: center;
    z-index: var(--z-banner-copy);
    box-sizing: border-box;
  }

  .figma-hero__chant {
    position: relative;
    width: min(70%, 420px);
    max-width: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .figma-hero__chant-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 7.5rem;
    object-fit: contain;
    object-position: center top;
  }

  .figma-hero__card {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: max(1.15rem, env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    width: min(calc(100% - 2.5rem), 26rem);
    max-width: 26rem;
    margin: 0;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
    border-radius: 16px;
    align-items: center;
    text-align: center;
  }

  .figma-hero__card p {
    font-size: 1rem;
    text-align: center;
  }

  .figma-hero__btn {
    width: 100%;
    max-width: none;
    align-self: stretch;
    font-size: 0.95rem;
    min-height: 44px;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 1024px) {
  .eco-quick {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .eco-quick__inner {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
}

/* ---------- Figma saptasutri — desktop Plumb frame-158 · mobile 2111:164 ---------- */
.figma-saptasutri {
  position: relative;
  overflow: visible;
  color: #fff;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  /* $l15 gap 64 */
}

.figma-saptasutri__photo,
.figma-saptasutri__fade {
  display: none;
}

.figma-saptasutri__head {
  max-width: 860px;
  margin: 0;
  padding: 0 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.figma-saptasutri__title {
  margin: 0;
  color: var(--eco-green);
  /* #4a7e1d */
  font-size: clamp(1.75rem, 4.2vw, 3.75rem);
  /* $t4 60px */
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: none;
}

.figma-saptasutri__lead {
  margin: 0 auto;
  max-width: 29rem;
  color: var(--eco-text);
  /* #212121 */
  font-size: 1.25rem;
  /* $t5 20px/1.4 */
  line-height: 1.4;
  text-align: center;
  text-shadow: none;
}

.figma-saptasutri__band {
  position: relative;
  overflow: hidden;
  background: var(--eco-saffron);
  /* #c36e00 */
  padding: 3.75rem clamp(1.5rem, 6vw, 5.625rem);
  /* $l18 pad 60 90 */
  min-height: 774px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.figma-saptasutri__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.figma-saptasutri__bg img {
  width: 112%;
  height: 139%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  filter: none;
  transform: none;
  position: absolute;
  left: -8%;
  top: -14%;
}

.figma-saptasutri__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Plumb $f2 */
  background: linear-gradient(90deg, rgba(195, 110, 0, 0) 0%, #c36e00 100%);

}

.figma-saptasutri__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
}

.figma-saptasutri__intro {
  display: none;
}

.figma-saptasutri__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  /* $l19 gap 44 */
  width: min(100%, 524px);
}

.figma-saptasutri__list li {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.figma-saptasutri__num {
  flex-shrink: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  /* $t6 52px */
  font-weight: 400;
  line-height: 1;
  /* Plumb $f3 gold gradient */
  background: linear-gradient(180deg, #ffd885 0%, #ffa126 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.figma-saptasutri__list p {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  /* $t7 20px/1.3 */
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-shadow: none;
  font-family: var(--font-mr);
}

@media (max-width: 900px) and (min-width: 768px) {
  .figma-saptasutri {
    gap: 2.5rem;
  }

  .figma-saptasutri__band {
    padding: 2.5rem 1.25rem;
    min-height: 0;
  }

  .figma-saptasutri__bg::after {
    background: linear-gradient(180deg, rgba(195, 110, 0, 0.45) 0%, rgba(195, 110, 0, 0.92) 100%);
    backdrop-filter: none;
  }

  .figma-saptasutri__inner {
    justify-content: center;
  }

  .figma-saptasutri__list {
    width: 100%;
    gap: 1.5rem;
  }
}

/* ---------- Mobile saptasutri — Figma 2111:164 (375 wide) ---------- */
@media (max-width: 767px) {
  .figma-saptasutri {
    background: #fffaf4;
    gap: 0;
    align-items: stretch;
    padding: 60px 0 0;
    overflow: hidden;
  }

  .figma-saptasutri__head {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    padding: 0;
    gap: 32px;
  }

  .figma-saptasutri__title {
    width: 100%;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -1.2px;
    color: #4a7e1d;
  }

  .figma-saptasutri__lead {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.14px;
    color: #000;
  }

  .figma-saptasutri__photo {
    display: block;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
  }

  .figma-saptasutri__photo::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 68px;
    background: linear-gradient(180deg, rgba(195, 110, 0, 0) 0%, #c36e00 100%);
    pointer-events: none;
    z-index: 1;
  }

  .figma-saptasutri__photo picture,
  .figma-saptasutri__photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 980;
    object-fit: cover;
    object-position: center center;
  }

  /* Fade lives on photo::after — avoid a separate block that can leave a 1px seam */
  .figma-saptasutri__fade {
    display: none;
  }

  .figma-saptasutri__band {
    display: block;
    min-height: 0;
    margin-top: 0;
    padding: 46px 12px;
    background: #c36e00;
    justify-content: center;
    overflow: visible;
  }

  .figma-saptasutri__bg {
    display: none;
  }

  .figma-saptasutri__inner {
    width: 100%;
    max-width: 351px;
    margin: 0 auto;
    justify-content: center;
  }

  .figma-saptasutri__list {
    width: 100%;
    gap: 32px;
  }

  .figma-saptasutri__list li {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    text-align: center;
  }

  .figma-saptasutri__num {
    font-size: 32px;
    line-height: 1;
  }

  .figma-saptasutri__list p {
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.14px;
    text-align: center;
  }
}

.hero-eco,
.hero-split,
.eco-saptasutri {
  display: none !important;
}

/* ---------- Header (same on every page) ---------- */
.site-header-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: var(--z-header);
  background: #fff;
}

.site-header-wrap.is-scrolled,
body.menu-open .site-header-wrap {
  z-index: var(--z-header-scrolled);
}

header.site-header,
.site-header {
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(41, 99, 29, 0.08);
  backdrop-filter: none;
  position: relative;
  z-index: 1;
}

.site-header-wrap.is-inner .site-header {
  transition:
    background 0.45s var(--site-header-ease),
    box-shadow 0.45s var(--site-header-ease);
}

.site-header-wrap.is-inner.is-scrolled .site-header,
.site-header-wrap.is-scrolled .site-header {
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(41, 99, 29, 0.1);
}

.site-header-wrap.is-home .site-header,
.site-header-wrap.is-home.is-scrolled .site-header {
  box-shadow: 0 1px 0 rgba(41, 99, 29, 0.08);
  transition: none;
}

.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.is-inner .site-brand__title,
.site-header-wrap.is-inner .site-nav__list>li>a,
.site-header-wrap.is-inner .site-nav__trigger,
.site-header-wrap.is-inner .site-menu-toggle,
.site-header-wrap.is-inner .site-menu-toggle__bar {
  transition: color 0.45s var(--site-header-ease), background 0.45s var(--site-header-ease);
}

.site-header-wrap.is-home .site-brand__title,
.site-header-wrap.is-home .site-nav__list>li>a,
.site-header-wrap.is-home .site-nav__trigger,
.site-header-wrap.is-home .site-menu-toggle,
.site-header-wrap.is-home .site-menu-toggle__bar {
  transition: none;
}

.site-header-wrap.is-inner.is-scrolled .site-menu-toggle {
  background: rgba(255, 255, 255, 0.72);
}

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

.site-header-wrap.is-inner .site-menu-toggle {
  transition: background 0.45s var(--site-header-ease);
}

.site-header-wrap.is-inner .site-menu-toggle__bar {
  transition: background 0.45s var(--site-header-ease);
}

.site-header-wrap.is-inner.is-scrolled .site-menu-toggle__bar {
  background: #1a1a1a;
}

.site-header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 1.15rem clamp(1.25rem, 3vw, 2.75rem);
  padding-top: calc(1.15rem + env(safe-area-inset-top, 0px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-sizing: border-box;
}

.site-header__lead {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.site-cobrand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-cobrand li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  border-right: 1px solid rgba(41, 99, 29, 0.22);
}

.site-cobrand li:first-child {
  padding-left: 0;
}

.site-cobrand li:last-child {
  padding-right: 0;
  border-right: 0;
}

.site-cobrand img {
  display: block;
  height: 44px;
  width: auto;
  max-height: 44px;
  object-fit: contain;
  background: transparent;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--eco-text);
  min-width: 0;
  flex-shrink: 1;
}

.site-brand__logo {
  height: 73px;
  width: 88px;
  object-fit: contain;
  flex-shrink: 0;
}

.site-brand__title {
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.site-nav {
  flex-shrink: 0;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: nowrap;
}

.site-nav__list>li {
  position: relative;
}

.site-nav__list a,
.site-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--eco-forest);
  font-weight: 500;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  padding: 0.45rem clamp(0.7rem, 1.1vw, 1.15rem);
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  transition:
    background 0.45s var(--site-header-ease),
    color 0.45s var(--site-header-ease),
    border-color 0.45s var(--site-header-ease),
    box-shadow 0.45s var(--site-header-ease);
  white-space: nowrap;
}

.site-nav__chevron {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.15rem;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s ease;
}

.has-dropdown.is-open .site-nav__chevron {
  transform: rotate(180deg);
}

.site-nav__list a.is-active,
.site-nav__list a:hover,
.site-nav__trigger.is-active,
.site-nav__trigger:hover,
.has-dropdown.is-open .site-nav__trigger {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(9px);
  color: var(--eco-text);
  border-color: var(--eco-saffron);
  box-shadow: none;
}

.has-dropdown {
  position: relative;
}

.site-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 300px;
  background: var(--eco-white);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(8, 28, 21, 0.16);
  list-style: none;
  margin: 0;
  padding: 0.65rem;
  padding-top: 0.85rem;
  z-index: 2;
}

/* Invisible bridge so mouse can move into menu without closing */
.site-dropdown::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

.has-dropdown:hover .site-dropdown,
.has-dropdown.is-open .site-dropdown,
.has-dropdown:focus-within .site-dropdown {
  display: block;
}

.site-dropdown a {
  display: block;
  border-radius: 8px;
  font-size: 0.92rem;
  white-space: normal;
  line-height: 1.4;
}

.site-dropdown a:hover,
.site-dropdown a.is-active {
  background: rgba(195, 110, 0, 0.12);
  color: var(--eco-saffron);
}

.site-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-menu-toggle__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--eco-forest);
  border-radius: 2px;
}

/* Mobile overlay menu */
.site-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-menu);
  background:
    radial-gradient(circle at 50% 20%, rgba(63, 143, 58, 0.4), transparent 50%),
    linear-gradient(165deg, #29631D 0%, #3F8F3A 45%, #C36E00 100%);
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem 2rem;
}

.site-mobile-overlay[hidden] {
  display: none !important;
}

.site-mobile-overlay__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.site-cobrand--overlay {
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 1.5rem;
  padding: 0.75rem 0.9rem;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 18, 8, 0.2);
}

.site-cobrand--overlay li {
  border-right-color: rgba(41, 99, 29, 0.18);
}

.site-cobrand--overlay img {
  height: 40px;
  max-height: 40px;
  filter: none;
}

.site-brand--light .site-brand__title {
  color: #fff;
}

.site-mobile-overlay__close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-close-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}

.site-close-icon::before,
.site-close-icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.site-close-icon::before {
  transform: rotate(45deg);
}

.site-close-icon::after {
  transform: rotate(-45deg);
}

.site-mobile-overlay__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  flex: 1;
}

.site-mobile-overlay__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 700;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: color 0.2s ease;
}

.site-mobile-overlay__nav a:hover {
  color: var(--eco-gold);
}

.site-mobile-overlay__social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.site-mobile-overlay__social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-decoration: none;
}

.site-mobile-overlay__social a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Hero — match eco mock (black | forest green) ---------- */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  height: min(72vh, 640px);
  background: #000;
}

.hero-split__media {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 0;
}

.hero-split__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

.hero-split__chant {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.08;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  letter-spacing: 0.01em;
  pointer-events: none;
  z-index: 2;
  animation: fadeUp 0.9s ease 0.1s both;
}

.hero-split__panel {
  background: #1b392b;
  color: #e8b94f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.25rem 3.5rem;
  animation: fadeUp 0.8s ease both;
}

.hero-split__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero-split__title {
  margin: 0 0 1.75rem;
  font-size: clamp(1.85rem, 3.1vw, 2.65rem);
  line-height: 1.38;
  font-weight: 700;
  color: #e8b94f;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff !important;
  background: var(--eco-cta);
  box-shadow: 0 0 0 5px rgba(45, 106, 79, 0.18), var(--eco-cta-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 7px rgba(45, 106, 79, 0.24), 0 14px 32px rgba(27, 67, 50, 0.35);
  color: #fff !important;
  text-decoration: none;
}

/* ---------- Quick links — Plumb frame-62 ---------- */
.eco-quick {
  background: transparent;
  padding: 0 clamp(1rem, 2.5vw, 2rem);
  display: flex;
  justify-content: center;
  width: 100%;
}

.eco-quick__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 4vw, 4rem);
  /* $l6 pad 48 64 */
  border-radius: 12px;
  overflow: hidden;
  background: #3f8f3a;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  /* $l6 gap 72 */
}

.eco-quick__inner::before {
  content: '';
  position: absolute;
  inset: -30% -10%;
  background:
    linear-gradient(180deg, rgba(63, 143, 58, 0.55), rgba(41, 99, 29, 0.35)),
    url('../icon/design/quick-links-bg.webp') center / cover no-repeat;
  filter: blur(40px);
  opacity: 0.85;
  z-index: -2;
  transform: scaleY(-1);
}

.eco-quick__inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../icon/design/leaf-screen-l.webp') left 55% / 34% auto no-repeat,
    url('../icon/design/leaf-screen-r.webp') right center / 40% auto no-repeat;
  opacity: 0.85;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}

.eco-quick__title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  /* $t2 52px */
  font-weight: 500;
  letter-spacing: -0.02em;
  position: relative;
  line-height: 1.2;
}

.eco-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
  position: relative;
}

.eco-quick__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 117px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.35vw, 1.35rem);
  /* $t3 24px */
  padding: clamp(1.25rem, 2vw, 2.125rem) clamp(1.15rem, 2vw, 2.375rem);
  /* $l9 pad 34 38 */
  border-radius: 12px;
  border: 0;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.eco-quick__link::before,
.eco-quick__link::after {
  display: none;
}

.eco-quick__lead {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  min-width: 0;
}

.eco-quick__leaf {
  width: 50px;
  height: 49px;
  flex-shrink: 0;
  object-fit: contain;
}

.eco-quick__text {
  line-height: 1.3;
  white-space: normal;
}

.eco-quick__arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.eco-quick__icon {
  display: none;
}

.eco-quick__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(27, 67, 50, 0.16);
  color: #111;
  text-decoration: none;
}

.eco-quick__link:hover .eco-quick__arrow {
  transform: translate(2px, -2px);
}

@media (max-width: 1200px) {
  .eco-quick__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .eco-quick__inner {
    padding: 2rem 1.15rem;
    gap: 2rem;
  }

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

  .eco-quick__link {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 1.25rem 1.35rem;
  }

  .eco-quick__leaf {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1024px) {
  .site-page:has(.figma-hero) {
    gap: 2.5rem;
  }

  .site-page>.figma-hero {
    align-self: stretch;
    width: 100%;
  }
}

/* ---------- Saptasutri (legacy, hidden) ---------- */
.eco-saptasutri {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 1.25rem 4rem;
  color: #fff;
  background: #140e0b;
}

.eco-saptasutri__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 8, 6, 0.62), rgba(10, 8, 6, 0.78)),
    url('../icon/design/saptasutri-bg.webp') center / cover no-repeat;
}

.eco-saptasutri__inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.eco-saptasutri__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.25rem;
}

.eco-saptasutri__title {
  margin: 0 0 1rem;
  color: var(--eco-gold);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1.4;
  font-weight: 800;
}

.eco-saptasutri__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02rem;
  line-height: 1.7;
}

.eco-saptasutri__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem 1.5rem;
}

.eco-saptasutri__list li {
  text-align: center;
  padding: 0 0.35rem;
}

.eco-saptasutri__list li:last-child {
  grid-column: 1 / -1;
  max-width: 420px;
  margin: 0 auto;
}

.eco-saptasutri__num {
  display: block;
  color: var(--eco-gold);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.55rem;
}

.eco-saptasutri__list p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .eco-saptasutri__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .eco-saptasutri__list li:last-child {
    max-width: none;
  }

  .eco-saptasutri__header {
    margin-bottom: 1.75rem;
  }

  .eco-saptasutri__bg {
    background:
      linear-gradient(180deg, rgba(10, 8, 6, 0.58), rgba(10, 8, 6, 0.8)),
      url('../icon/design/saptasutri-bg.webp') center top / cover no-repeat;
  }
}

/* ---------- Gallery carousel — Plumb/Figma 2061:273 (frame-31) ---------- */
/* $l27: col, align center, gap 64, fill #fffaf4 */
.eco-gallery {
  background: var(--eco-wash);
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eco-gallery[hidden] {
  display: none !important;
}

.eco-gallery__inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  /* 64px */
}

/* $l28: col, align center, gap 16 */
.eco-gallery__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  /* 16px */
  width: 100%;
  align-self: stretch;
}

/* $t4 400 60px/1, $c9 #4a7e1d, max ~712 */
.eco-gallery__title {
  text-align: center;
  margin: 0 auto;
  max-width: 44.5rem;
  /* 712px */
  padding: 0 1.25rem;
  font-family: var(--font-mr);
  font-size: clamp(1.75rem, 4.2vw, 3.75rem);
  /* 60px */
  line-height: 1;
  color: var(--eco-green);
  font-weight: 700;
}

/* $t7 400 20px/1.3, $c10 #212121 */
.eco-gallery__subtitle {
  text-align: center;
  margin: 0 auto;
  padding: 0 1.25rem;
  color: var(--eco-text);
  font-family: var(--font-mr);
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.3;
  font-weight: 400;
  max-width: 90rem;
  width: 100%;
}

/* $l29: row, gap 20, justify center — full-bleed strip of 489×415 cards */
.eco-gallery__stage {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.eco-gallery__carousel {
  width: 100%;
  position: relative;
}

/* frame-28: 489×415, r12, clip */
.eco-gallery__item {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 489 / 415;
  background: #f3ebe0;
}

.eco-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*
 * Nav frame-95 (2061:281): absolute over the image strip.
 * Plumb: pos x≈27 y≈434 (vertically centered on 415px cards),
 * width ~1386, justify space-between — left/right edges of the row.
 * White 48px pills, #ffa126 chevron.
 */
.eco-gallery .owl-nav,
.eco-gallery .owl-nav.disabled {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: calc(100% - clamp(1.5rem, 3.75vw, 3.375rem)) !important;
  /* ~1386 @ 1440 */
  max-width: 86.625rem;
  margin: 0 !important;
  padding: 0;
  height: 48px !important;
  opacity: 1 !important;
  z-index: 6;
  pointer-events: none;
}

.eco-gallery .owl-nav .owl-prev,
.eco-gallery .owl-nav .owl-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.eco-gallery .owl-nav .owl-prev::before,
.eco-gallery .owl-nav .owl-next::before,
.eco-gallery .owl-nav .owl-prev:before,
.eco-gallery .owl-nav .owl-next:before {
  content: none !important;
  display: none !important;
}

.eco-gallery .owl-nav .owl-prev.disabled,
.eco-gallery .owl-nav .owl-next.disabled {
  opacity: 1 !important;
  cursor: pointer !important;
}

.eco-gallery__nav-icon {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.eco-gallery__nav-icon--prev {
  transform: none;
}

.eco-gallery .owl-nav .owl-prev:hover,
.eco-gallery .owl-nav .owl-next:hover {
  transform: scale(1.06) !important;
  background: transparent !important;
}

.eco-gallery .owl-dots {
  display: none !important;
}

@media (max-width: 768px) {
  .eco-gallery__inner {
    gap: 2.5rem;
  }

  .eco-gallery__title {
    max-width: 22rem;
  }

  .eco-gallery__subtitle {
    font-size: 1rem;
  }

  .eco-gallery .owl-nav {
    width: calc(100% - 1rem) !important;
  }

  .eco-gallery__nav-icon {
    width: 40px;
    height: 40px;
  }

  .eco-gallery .owl-nav .owl-prev,
  .eco-gallery .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
  }
}

/* ---------- Footer — Plumb frame-33 (1440×430) ---------- */
.site-footer {
  margin-top: auto;
  position: relative;
  overflow: hidden;
  background: var(--eco-footer);
  color: #fff;
  padding: 1.75rem 1.25rem 0.5rem;
  min-height: 0;
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../icon/design/footer-pattern.webp') center / cover no-repeat;
  opacity: 0.35;
  filter: blur(50px);
  transform: scaleY(-1);
  pointer-events: none;
}

.site-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../icon/design/leaf-light.webp') left top / 30% auto no-repeat,
    url('../icon/design/leaf-light.webp') right top / 30% auto no-repeat;
  opacity: 0.2;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  max-width: min(1400px, 100%);
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1.5rem, 6vw, 5rem);
  flex-wrap: wrap;
  box-sizing: border-box;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 209px;
  flex-shrink: 0;
}

.site-footer__brand img {
  width: 168px;
  height: auto;
  aspect-ratio: 345 / 288;
  object-fit: contain;
  display: block;
  margin: 0;
}

.site-footer__brand h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}

.site-footer__contact,
.site-footer__social {
  min-width: 0;
}

.site-footer__contact h4,
.site-footer__social h4 {
  margin: 0 0 0.85rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-footer__row {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0 0 0.55rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
}

.site-footer__row:last-child {
  margin-bottom: 0;
}

.site-footer__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 0.12rem;
  object-fit: contain;
  filter: none;
}

.site-footer__row i {
  margin-top: 0.2rem;
  color: #fff;
  flex-shrink: 0;
}

.site-footer a.site-footer__link,
.site-footer__row a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.site-footer a.site-footer__link:hover,
.site-footer a.site-footer__link:focus,
.site-footer__row a:hover,
.site-footer__row a:focus {
  color: var(--eco-gold) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.site-footer__link--map {
  max-width: 36ch;
}

.site-footer__social-links {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.site-footer__social-btn {
  color: #fff !important;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  text-decoration: none !important;
}

.site-footer__social-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  filter: none;
}

.site-footer__social-btn:hover,
.site-footer__social-btn:focus {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
  outline: none;
}

.site-footer__bottom {
  position: relative;
  z-index: 1;
  max-width: min(1400px, 100%);
  width: 100%;
  margin: 1rem auto 0;
  padding: 0.7rem 0 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}

.site-footer__bottom p {
  margin: 0;
}

/* ---------- Inner pages / forms ---------- */
.page-shell {
  padding: 2.5rem 1.25rem 3.5rem;
  padding-top: calc(var(--site-header-h) + 1.5rem);
  flex: 1;
}

.page-shell__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-shell__inner--narrow {
  max-width: 480px;
}

.page-shell__inner--wide {
  max-width: 1200px;
}

/* ---------- Admin / submissions ---------- */
.admin-login {
  background: var(--eco-white);
  border-radius: 18px;
  padding: 1.75rem 1.5rem 1.85rem;
  box-shadow: 0 12px 36px rgba(27, 67, 50, 0.08);
}

.admin-login__lead {
  margin: 0 0 1.25rem;
  color: var(--eco-muted);
  text-align: center;
  line-height: 1.5;
}

.admin-login .reg-form__submit {
  width: 100%;
  align-self: stretch;
}

.admin-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.admin-toolbar__title {
  margin: 0;
  text-align: left;
}

.admin-toolbar__sub {
  margin: 0.35rem 0 0;
  color: var(--eco-muted);
}

.admin-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid var(--eco-festive);
  color: var(--eco-festive) !important;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.admin-logout:hover {
  background: var(--eco-festive);
  color: #fff !important;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.admin-tabs__btn {
  min-height: 44px;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid rgba(45, 106, 79, 0.28);
  background: var(--eco-white);
  color: var(--eco-forest);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-tabs__btn:hover {
  border-color: var(--eco-green);
}

.admin-tabs__btn.is-active {
  background: var(--eco-cta);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--eco-cta-shadow);
}

.admin-panel {
  background: var(--eco-white);
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1.5rem;
  box-shadow: 0 12px 36px rgba(27, 67, 50, 0.08);
}

.admin-panel__head {
  margin-bottom: 0.85rem;
}

.admin-panel__title {
  margin: 0;
  color: var(--eco-forest);
  font-size: 1.2rem;
  font-weight: 700;
}

.admin-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100% !important;
  border-collapse: collapse;
}

.admin-table thead th {
  background: #e8f2ec !important;
  color: var(--eco-forest) !important;
  font-weight: 700 !important;
  border-bottom: 2px solid rgba(45, 106, 79, 0.2) !important;
  white-space: nowrap;
}

.admin-table tbody td {
  color: var(--eco-text);
  border-bottom: 1px solid rgba(45, 106, 79, 0.1) !important;
  vertical-align: top;
}

.admin-table tbody tr:hover td {
  background: #f6faf7 !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1.5px solid #2d6a4f !important;
  border-radius: 10px !important;
  padding: 0.4rem 0.7rem !important;
  margin-left: 0.4rem;
  min-height: 40px;
}

.dataTables_wrapper .dataTables_filter input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.18);
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: var(--eco-muted) !important;
  padding-top: 0.85rem !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 8px !important;
  border: 0 !important;
  color: var(--eco-forest) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--eco-cta) !important;
  color: #fff !important;
  border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #e8f2ec !important;
  color: var(--eco-forest) !important;
  border: 0 !important;
}

.dataTables_wrapper .dt-buttons {
  margin-bottom: 0.75rem;
}

.dataTables_wrapper .dt-button.admin-export-btn,
.dataTables_wrapper .dt-button {
  background: var(--eco-cta) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding: 0.55rem 1.15rem !important;
  box-shadow: var(--eco-cta-shadow);
}

.dataTables_wrapper .dt-button:hover {
  filter: brightness(1.05);
}

@media (max-width: 700px) {
  .admin-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-toolbar__title {
    text-align: center;
  }

  .admin-toolbar__sub {
    text-align: center;
  }

  .admin-logout {
    width: 100%;
  }

  .admin-tabs__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

.page-title {
  color: var(--eco-green);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 600;
  margin: 0 0 1.5rem;
  text-align: center;
}

.page-title--reg {
  margin: 0 auto 0.75rem;
  max-width: 22ch;
  color: var(--eco-forest);
  line-height: 1.35;
  font-size: clamp(1.35rem, 4.6vw, 2.25rem);
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}

/* ---------- Registration pages (no banner photo) ---------- */
.page-shell--reg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: calc(var(--site-header-h) + 0.85rem);
  padding-bottom: 4rem;
  background:
    radial-gradient(ellipse 75% 48% at 50% -8%, rgba(63, 143, 58, 0.22), transparent 62%),
    radial-gradient(ellipse 45% 35% at 100% 100%, rgba(195, 110, 0, 0.1), transparent 55%),
    radial-gradient(ellipse 40% 30% at 0% 80%, rgba(74, 126, 29, 0.1), transparent 50%),
    linear-gradient(180deg, #eaf4e4 0%, var(--eco-wash) 42%, #fff6ea 100%);
}

.page-shell--reg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../icon/design/leaf-pattern.webp') center / cover no-repeat;
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
}

.page-shell--reg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../icon/design/leaf-screen-l.webp') left 42% / min(300px, 34vw) auto no-repeat,
    url('../icon/design/leaf-screen-r.webp') right 68% / min(320px, 38vw) auto no-repeat;
  opacity: 0.42;
  filter: invert(1);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
  animation: reg-bg-drift 10s ease-in-out infinite;
}

@keyframes reg-bg-drift {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.page-shell__inner--reg {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.reg-intro {
  text-align: center;
  margin-bottom: 1.75rem;
  padding: 0 0.25rem;
}

.reg-intro__idol {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(42vw, 168px);
  height: min(32vw, 128px);
  margin: 0 auto 0.35rem;
  line-height: 0;
  filter: drop-shadow(0 10px 18px rgba(41, 99, 29, 0.18));
  animation: reg-idol-float 3.6s ease-in-out infinite;
}

.reg-intro__idol img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

@keyframes reg-idol-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.reg-intro__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--eco-saffron);
  font-size: clamp(0.88rem, 2.8vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.reg-intro__lead {
  margin: 0 auto 1.25rem;
  max-width: 34rem;
  padding: 0 0.15rem;
  color: var(--eco-muted);
  font-size: clamp(0.95rem, 3.2vw, 1.05rem);
  line-height: 1.65;
}

.reg-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(74, 126, 29, 0.16);
  box-shadow: 0 8px 22px rgba(41, 99, 29, 0.08);
}

.reg-switch__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.45rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--eco-forest);
  font-weight: 700;
  font-size: 0.98rem;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.reg-switch__btn:hover {
  background: rgba(74, 126, 29, 0.08);
  color: var(--eco-green);
}

.reg-switch__btn.is-active {
  background: var(--eco-cta);
  color: #fff;
  box-shadow: var(--eco-cta-shadow);
}

.reg-panel {
  background: var(--eco-white);
  border-radius: 18px;
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 16px 40px rgba(41, 99, 29, 0.1);
  border: 1px solid rgba(74, 126, 29, 0.12);
  animation: reg-panel-in 0.55s ease both;
}

@keyframes reg-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reg-panel .reg-form__submit {
  align-self: stretch;
  width: 100%;
  margin-top: 0.55rem;
}

.page-shell__inner--cert {
  max-width: 820px;
}

.cert-saptasutri {
  margin: 0 0 1.5rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 18px;
  background: var(--eco-white);
  border: 1px solid rgba(74, 126, 29, 0.12);
  box-shadow: 0 16px 40px rgba(41, 99, 29, 0.1);
  animation: reg-panel-in 0.55s ease both;
}

.cert-saptasutri__head {
  text-align: center;
  margin: 0 0 1.15rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(74, 126, 29, 0.14);
}

.cert-saptasutri__title {
  margin: 0;
  color: var(--eco-green);
  font-size: clamp(1.15rem, 3.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.4;
}

.cert-saptasutri__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  counter-reset: none;
}

.cert-saptasutri__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: #f6faf2;
  border: 1px solid rgba(74, 126, 29, 0.1);
}

.cert-saptasutri__num {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--eco-green);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(74, 126, 29, 0.22);
}

.cert-saptasutri__list p {
  margin: 0.15rem 0 0;
  color: var(--eco-text);
  font-size: clamp(0.95rem, 2.6vw, 1.05rem);
  line-height: 1.55;
}

@media (max-width: 640px) {
  .cert-saptasutri {
    padding: 1.15rem 0.95rem 1.2rem;
  }

  .cert-saptasutri__list li {
    gap: 0.7rem;
    padding: 0.75rem 0.8rem;
  }

  .cert-saptasutri__num {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.95rem;
  }
}

.reg-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.75rem;
  align-items: start;
  background: var(--eco-white);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 12px 36px rgba(74, 126, 29, 0.1);
  border: 1px solid rgba(74, 126, 29, 0.12);
}

.reg-layout__media img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.reg-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.reg-form__alert {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.reg-form__alert--success {
  background: #e8f5e9;
  color: #1b5e20;
  border: 1px solid #a5d6a7;
}

.reg-form__alert--error {
  background: #fdecea;
  color: #b71c1c;
  border: 1px solid #f5c6cb;
}

.reg-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.reg-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  min-width: 0;
}

.reg-form__field label {
  color: var(--eco-green);
  font-weight: 700;
  margin: 0;
}

.reg-form__field input,
.reg-form__field select,
.reg-form__field textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--eco-green) !important;
  border-radius: 10px;
  background-color: #fff !important;
  color: #1b1b1b;
  font: inherit;
  line-height: 1.4;
  min-height: 48px;
}

.reg-form__field input,
.reg-form__field textarea {
  appearance: none;
  -webkit-appearance: none;
}

.reg-form__field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.75rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%232d6a4f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.9rem center !important;
  background-size: 16px 16px !important;
}

.reg-form__field select::-ms-expand {
  display: none;
}

.reg-form__field input::placeholder,
.reg-form__field textarea::placeholder {
  color: #8a9a91;
  opacity: 1;
}

.reg-form__field select:invalid {
  color: #8a9a91;
}

.reg-form__field select option {
  color: #1b1b1b;
  background: #fff;
}

.reg-form__field select option[disabled] {
  color: #8a9a91;
}

.reg-form__field textarea {
  min-height: 120px;
  resize: vertical;
}

.reg-form__field input:focus,
.reg-form__field select:focus,
.reg-form__field textarea:focus {
  outline: none;
  border-color: var(--eco-saffron) !important;
  box-shadow: 0 0 0 3px rgba(195, 110, 0, 0.18);
}

.reg-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 180px;
  min-height: 48px;
  margin-top: 0.35rem;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--eco-saffron);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--eco-cta-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reg-form__submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(195, 110, 0, 0.35);
}

.reg-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

@media (max-width: 700px) {
  .reg-form__grid {
    grid-template-columns: 1fr;
  }

  .reg-form__submit {
    width: 100%;
  }

  .page-shell--reg {
    padding-top: calc(var(--site-header-h) + 0.35rem);
  }

  .page-shell--reg::after {
    opacity: 0.28;
    background-size: min(180px, 42vw) auto, min(190px, 44vw) auto;
  }

  .reg-intro__idol {
    width: min(48vw, 140px);
    height: min(36vw, 108px);
    margin-bottom: 0.2rem;
  }

  .reg-switch {
    width: 100%;
    max-width: 320px;
  }

  .reg-switch__btn {
    flex: 1;
  }
}

/* legacy class hooks kept for older markup */
.reg-layout .heading-features {
  color: var(--eco-forest);
  font-weight: 700;
}

.reg-layout .input-contact,
.reg-layout .input-contact-message,
.reg-layout .input-select {
  border: 1.5px solid #2d6a4f;
  border-radius: 10px;
  background: #fff;
}

.reg-layout .btn,
.reg-layout .btn-left {
  background: var(--eco-cta) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700;
  box-shadow: var(--eco-cta-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reg-layout .btn:hover,
.reg-layout .btn-left:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(27, 67, 50, 0.35);
}

.page-notice {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 1.35rem;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(74, 126, 29, 0.14);
  box-shadow: 0 12px 36px rgba(74, 126, 29, 0.1);
}

.page-notice p {
  margin: 0;
  color: var(--eco-text);
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  line-height: 1.65;
  font-weight: 600;
}

.about-panel {
  max-width: 960px;
  margin: 0 auto;
  background: #142512;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 12px 36px rgba(74, 126, 29, 0.1);
  border: 1px solid rgba(74, 126, 29, 0.12);
}

.about-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #142512;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  clip-path: inset(0 round 16px);
  font-family: inherit;
  color: inherit;
  line-height: 0;
}

.about-video__preview {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #142512;
  pointer-events: none;
  clip-path: inset(0);
}

.about-video__open {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.about-video__hint {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: rgba(41, 99, 29, 0.92);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(41, 99, 29, 0.28);
  pointer-events: none;
  max-width: calc(100% - 5.5rem);
}

.about-video__hint-icon {
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
}

.about-video__hint-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 0.7rem;
  height: 0.7rem;
  border: 2px solid #fff;
  border-radius: 2px;
  background: transparent;
}

.about-video__open:hover .about-video__hint,
.about-video__open:focus-visible .about-video__hint {
  background: var(--eco-cta);
}

.about-video__open:focus-visible {
  outline: 3px solid rgba(195, 110, 0, 0.45);
  outline-offset: 3px;
}

.about-video__mute {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 42, 18, 0.78);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.about-video__mute:hover,
.about-video__mute:focus-visible {
  background: var(--eco-cta);
  outline: none;
}

.about-video__mute-off {
  display: none;
}

.about-video__mute.is-muted .about-video__mute-on {
  display: none;
}

.about-video__mute.is-muted .about-video__mute-off {
  display: block;
}

.about-video-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  background: #142512;
  line-height: 0;
}

body.video-modal-open {
  overflow: hidden;
}

.about-video-modal[hidden] {
  display: none !important;
}

.about-video-modal {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  box-sizing: border-box;
}

.about-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 42, 18, 0.88);
  backdrop-filter: blur(8px);
}

.about-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 96vw, calc((min(78vh, 780px) - 3.75rem) * 16 / 9));
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #142512;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 24px 64px rgba(8, 18, 8, 0.45);
}

.about-video-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0.9rem 0.85rem 1.15rem;
}

.about-video-modal__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  font-weight: 700;
}

.about-video-modal__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--eco-cta);
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-video-modal__close:hover,
.about-video-modal__close:focus-visible {
  background: #a85d00;
  outline: none;
}

.about-video-modal__player {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 0;
  object-fit: cover;
  background: #142512;
  clip-path: inset(0);
}

@media (max-width: 640px) {
  .about-panel {
    padding: 0;
  }

  .about-video__hint {
    font-size: 0.82rem;
    padding: 0.45rem 0.8rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .about-video__mute {
    right: 0.7rem;
    bottom: 0.7rem;
    width: 40px;
    height: 40px;
  }
}

.about-panel p {
  text-align: justify;
  line-height: 1.7;
  color: var(--eco-muted);
}

/* Ensure boxed legacy wrappers also stretch */
.boxed.blog {
  background: transparent;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) and (min-width: 1025px) {

  .site-nav__list a,
  .site-nav__trigger {
    font-size: 0.95rem;
    padding: 0.4rem 0.75rem;
  }

  .site-brand__title {
    font-size: 1.2rem;
  }
}

@media (max-width: 992px) {
  .hero-split {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .hero-split__media {
    min-height: 340px;
    max-height: 480px;
  }

  .hero-split__photo {
    object-position: center 12%;
  }

  .hero-split__chant {
    right: 6%;
    font-size: clamp(1.7rem, 7vw, 2.5rem);
  }

  .hero-split__panel {
    padding: 2.25rem 1.5rem 2.75rem;
  }

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

  .reg-layout {
    grid-template-columns: 1fr;
  }
}

/* Tablet + mobile: compact lockup + hamburger; cobrand sits in a slim bar */
@media (max-width: 1024px) {
  :root {
    --site-header-h: 6.4rem;
  }

  html,
  body,
  .site-page,
  .site-page:has(.figma-hero) {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* Stay pinned and above the overflowing idol — otherwise Bappa covers the bar on scroll */
  .site-header-wrap,
  .site-header-wrap.is-home,
  .site-header-wrap.is-scrolled {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 30;
  }

  header.site-header,
  .site-header,
  #header {
    position: relative !important;
  }

  .site-nav {
    display: none !important;
  }

  .site-menu-toggle {
    display: inline-flex !important;
    grid-area: toggle;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    grid-template-areas:
      "brand toggle"
      "cobrand cobrand";
    align-items: center;
    column-gap: 0.85rem;
    row-gap: 0;
    padding: 0.6rem 1rem 0.55rem;
    padding-top: calc(0.6rem + env(safe-area-inset-top, 0px));
  }

  .site-header__lead {
    display: contents;
  }

  .site-brand {
    grid-area: brand;
    min-width: 0;
    gap: 0.7rem;
    padding-right: 0.15rem;
  }

  .site-brand__title {
    font-size: 1.2rem;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.2;
    max-width: none;
  }

  .site-brand__logo {
    height: 44px;
    width: auto;
    max-width: 46px;
  }

  .site-header .site-cobrand {
    grid-area: cobrand;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0.35rem 0 0;
    padding: 0.4rem 0.5rem 0.15rem;
    border-top: 1px solid rgba(195, 110, 0, 0.22);
    background: transparent;
    box-sizing: border-box;
  }

  .site-header .site-cobrand li {
    padding: 0 0.55rem;
  }

  .site-header .site-cobrand li:first-child {
    padding-left: 0.55rem;
  }

  .site-header .site-cobrand img {
    height: 26px;
    max-height: 26px;
  }

  /* Home at top: one-row header; partner logos join the white bar on scroll */
  .site-header-wrap.is-home .site-header .site-cobrand {
    display: flex;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
    pointer-events: none;
  }

  .site-header-wrap.is-home.is-scrolled .site-header .site-cobrand {
    max-height: 3rem;
    opacity: 1;
    margin-top: 0.35rem;
    padding: 0.4rem 0.5rem 0.15rem;
    border-top-width: 1px;
    pointer-events: auto;
  }

  .site-header-wrap.is-home:not(.is-scrolled) .site-header__inner {
    padding-bottom: 0.55rem;
  }

  .site-header-wrap.is-inner .site-header {
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(41, 99, 29, 0.08);
  }

  .site-mobile-overlay .site-cobrand {
    display: flex;
    grid-area: unset;
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0.75rem 0.9rem;
    border: 0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(8, 18, 8, 0.2);
  }

  .site-mobile-overlay .site-cobrand img {
    height: 40px;
    max-height: 40px;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 2rem 1.15rem 0.85rem;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 1.75rem;
  }

  .site-footer__brand {
    width: auto;
    max-width: 100%;
    align-items: center;
  }

  .site-footer__brand img {
    width: min(148px, 42vw);
    margin: 0 auto;
  }

  .site-footer__brand h3 {
    white-space: normal;
    text-align: center;
    font-size: 1.25rem;
  }

  .site-footer__contact,
  .site-footer__social {
    width: 100%;
    max-width: 22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer__contact h4,
  .site-footer__social h4 {
    text-align: center;
    margin-bottom: 0.75rem;
  }

  .site-footer__row {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .site-footer__link--map {
    max-width: 100%;
  }

  .site-footer__social-links {
    justify-content: center;
  }

  .site-footer__bottom {
    margin-top: 1.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .hero-split__panel {
    padding: 2rem 1.25rem 2.4rem;
  }
}

@media (max-width: 480px) {
  :root {
    --site-header-h: 6.15rem;
  }

  .site-brand {
    gap: 0.65rem;
  }

  .site-brand__logo {
    height: 40px;
    max-width: 42px;
  }

  .site-header .site-cobrand {
    padding: 0.35rem 0.25rem 0.1rem;
  }

  .site-header .site-cobrand li {
    padding: 0 0.4rem;
  }

  .site-header .site-cobrand li:first-child {
    padding-left: 0.4rem;
  }

  .site-header .site-cobrand img {
    height: 22px;
    max-height: 22px;
  }

  .site-footer__row {
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
  }

  .site-footer__icon {
    margin-top: 0;
  }
}