/* Google Fonts loaded via <link> in website.blade.php head — faster than @import */
/* ===============================================================
     GREENFIELD SCHOOL — homepage (preview build)
     Palette, type and motion tokens
  ================================================================ */
:root {
  --forest: #1e5b3b; /* primary deep green */
  --forest-dark: #123a26; /* darkest green, footer + text */
  --leaf: #5ba455; /* fresh accent green */
  --gold: #d99a1c; /* achievement / highlight */
  --gold-dark: #a9760f;
  --paper: #faf8f1; /* warm off-white background */
  --mist: #edf3ea; /* alternate section background */
  --ink: #232825; /* body text */
  --muted: #5e6660; /* secondary text */
  --line: rgba(18, 58, 38, 0.12);
  --white: #ffffff;
  --shadow: 0 18px 50px -22px rgba(18, 58, 38, 0.35);
  --radius: 16px;
  --radius-sm: 12px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --maxw: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  line-height: 1.12;
  color: var(--forest-dark);
  letter-spacing: -0.01em;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0;
}

.eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--leaf);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #f4ef94;
  display: inline-block;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  border: none;
  font-family: "Inter";
  font-weight: 600;
  font-size: 15px;
  padding: 14px 24px;
  border-radius: 999px;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s var(--ease);
}
.btn-gold {
  background: #fbf6b9;
  color: #3a2806;
}
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -12px rgba(217, 154, 28, 0.7);
}
.btn-green {
  background: #0c4a0c;
  color: #fff;
}
.btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -12px rgba(30, 91, 59, 0.6);
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.btn .arrow {
  transition: transform 0.25s var(--ease);
}
.btn:hover .arrow {
  transform: translateX(4px);
}

/* ---------- scroll progress ---------- */
#progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--gold);
  z-index: 120;
  transition: width 0.1s linear;
}

/* ---------- header ---------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.4s var(--ease);
}
.topbar {
  background: #fffff8;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  transition:
    max-height 0.4s var(--ease),
    opacity 0.3s;
  overflow: hidden;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar a {
  color: rgb(0 0 0 / 85%);
}
.topbar .pill {
  background: #fcfbc0;
  color: #3a2806;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 999px;
}
header.scrolled .topbar {
  max-height: 0;
  opacity: 0;
  padding: 0;
}

.navbar {
  background: transparent;
  transition: all 0.4s var(--ease);
}
.navbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: padding 0.4s var(--ease);
}
header.scrolled .navbar {
  background: var(--paper);
  box-shadow: 0 8px 30px -18px rgba(18, 58, 38, 0.4);
}
header.scrolled .navbar .wrap {
  padding-top: 11px;
  padding-bottom: 11px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand .mark {
  width: 70px;
  height: auto;
  /* border-radius: 13px; */
  /* background: var(--leaf); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
  /* box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25); */
}
.brand .txt b {
  display: block;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.1;
  transition: color 0.4s;
}
.brand .txt span {
  font-size: 13px;
  /* letter-spacing: 0.1em; */
  /* text-transform: uppercase; */
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.4s;
}
header.scrolled .brand .txt b {
  color: var(--forest-dark);
}
header.scrolled .brand .txt span {
  color: var(--muted);
}

nav.menu ul.navbar-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
nav.menu {
  display: flex;
  align-items: center;
  gap: 4px;
}
nav.menu a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15.5px;
  font-weight: 500;
  padding: 9px 5px;
  border-radius: 9px;
  position: relative;
  transition:
    color 0.3s,
    background 0.3s;
}
nav.menu a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 5px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
nav.menu a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}
header.scrolled nav.menu a {
  color: var(--ink);
}
.nav-cta {
  background: #ffbc36;
  color: #3a2806 !important;
  font-weight: 600;
  margin-left: 8px;
}
.nav-cta:hover {
  background: var(--gold-dark);
  color: #fff !important;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.burger span {
  width: 26px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.35s var(--ease);
}
header.scrolled .burger span {
  background: var(--forest-dark);
}

/* mobile drawer */
.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(82vw, 340px);
  background: var(--forest-dark);
  transform: translateX(100%);
  transition: transform 0.45s var(--ease);
  z-index: 110;
  padding: 90px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.drawer.open {
  transform: translateX(0);
}
.drawer a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 500;
}
.drawer .nav-cta {
  margin-top: 18px;
  border-radius: 999px;
  text-align: center;
  justify-content: center;
  display: flex;
  border: none;
}
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(18, 40, 28, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 105;
}
.scrim.show {
  opacity: 1;
  visibility: visible;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--forest-dark) center/cover no-repeat;
  transform: scale(1.08);
  animation: kenburns 22s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from {
    transform: scale(1.08) translateY(0);
  }
  to {
    transform: scale(1.18) translateY(-14px);
  }
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    rgb(18 58 38) 0%,
    rgb(18 58 38 / 80%) 45%,
    rgba(18, 58, 38, 0.35) 100%
  );
}
.hero .wrap {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 120px;
  width: 100%;
}
.hero-inner {
  max-width: 680px;
}
.hero .eyebrow {
  color: #9fe0b0;
}
.hero h1 {
  color: #fff;
  font-size: 47px;
  margin: 18px 0 0;
  font-weight: 700;
}
.hero h1 .hl {
  color: #fbf6b9;
  position: relative;
  white-space: nowrap;
}
.hero p {
  font-size: 17px;
  color: rgb(255 255 255 / 90%);
  margin: 22px 0 35px;
  max-width: 560px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
/* load-in animation */
.hero .anim {
  opacity: 0;
  transform: translateY(26px);
  animation: rise 0.9s var(--ease) forwards;
}
.hero .anim.d1 {
  animation-delay: 0.15s;
}
.hero .anim.d2 {
  animation-delay: 0.32s;
}
.hero .anim.d3 {
  animation-delay: 0.5s;
}
.hero .anim.d4 {
  animation-delay: 0.68s;
}
@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scrollcue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.scrollcue .dot {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  margin: 0 auto 8px;
  position: relative;
}
.scrollcue .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 8px;
  border-radius: 3px;
  background: #fff;
  transform: translateX(-50%);
  animation: cue 1.8s infinite;
}
@keyframes cue {
  0% {
    opacity: 0;
    top: 6px;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 0;
  }
}

/* ridgeline divider (signature: Dhauladhar contour) */
.ridge {
  display: block;
  width: 100%;
  height: 60px;
  margin-top: -1px;
  position: relative;
  z-index: 4;
}

/* ---------- generic section ---------- */
section {
  position: relative;
}
.pad {
  padding: 92px 0;
}
.sec-head {
  max-width: 640px;
  margin-bottom: 48px;
}
.sec-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sec-head h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin: 14px 0 0;
}
.sec-head p {
  color: var(--muted);
  margin-top: 14px;
  font-size: 16.5px;
}

/* reveal-on-scroll */
.reveal {
  opacity: 1;
  transform: translateY(34px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal.left {
  transform: translateX(-44px);
}
.reveal.right {
  transform: translateX(44px);
}
.reveal.left.in,
.reveal.right.in {
  transform: none;
}
.stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.stagger.in > * {
  opacity: 1;
  transform: none;
}

/* ---------- about ---------- */
.about {
  background: var(--paper);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-media {
  position: relative;
}
.about-media .ph img {
  aspect-ratio: 4/3.2;
  border-radius: var(--radius);
  background: var(--forest) center/cover;
  box-shadow: var(--shadow);
}
.about-media .badge {
  position: absolute;
  right: -18px;
  bottom: -22px;
  background: var(--gold);
  color: #ffffff;
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  box-shadow: 0 16px 40px -14px rgba(217, 154, 28, 0.6);
}
.about-media .badge b {
  font-family: "Bricolage Grotesque";
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.about-media .badge span {
  font-size: 14px;
  font-weight: 500;
}
.about-grid h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin: 14px 0 18px;
}
.about-grid p {
  color: var(--muted);
  margin-bottom: 16px;
}
.about-points {
  list-style: none;
  margin: 22px 0 30px;
  display: grid;
  gap: 12px;
}
.about-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 500;
}
.about-points .tick {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--mist);
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 3px;
  font-weight: 700;
}

/* ---------- features ---------- */
.features {
  background: var(--mist);
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.feat {
  background: #fff;
  border-radius: var(--radius);
  padding: 25px 20px;
  border: 1px solid var(--line);
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}
.feat:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.feat .ic {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--mist);
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  transition:
    background 0.35s,
    color 0.35s,
    transform 0.35s var(--ease);
}
.feat:hover .ic {
  background: #327331;
  color: #fff;
  transform: rotate(-6deg);
}
.feat h3 {
  font-size: 18.5px;
  margin-bottom: 9px;
  font-weight: 600;
}
.feat p {
  font-size: 14.5px;
  color: var(--muted);
}

/* ---------- news / notices ---------- */
.news-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}
.notice-board {
  background: var(--forest-dark);
  border-radius: var(--radius);
  padding: 28px;
  color: #fff;
  height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.notice-board h3 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 6px;
}
.notice-board h3 .live {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(217, 154, 28, 0.6);
  animation: ping 1.8s infinite;
}
@keyframes ping {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 154, 28, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(217, 154, 28, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(217, 154, 28, 0);
  }
}
.ticker {
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-top: 14px;
  -webkit-mask-image: linear-gradient(
    transparent,
    #000 12%,
    #000 88%,
    transparent
  );
}
.ticker ul {
  list-style: none;
  animation: scrollup 18s linear infinite;
}
.ticker:hover ul {
  animation-play-state: paused;
}
.ticker li {
  padding: 15px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ticker .date {
  font-size: 11.5px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.ticker .ttl {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.92);
  margin-top: 3px;
}
@keyframes scrollup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

.news-cards {
  display: grid;
  gap: 20px;
}
.news-card {
  display: grid;
  grid-template-columns: 130px 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.news-card .img {
  background: var(--forest) center/cover;
}
.news-card .body {
  padding: 20px 22px;
}
.news-card .cat {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--leaf);
}
.news-card h4 {
  font-size: 17px;
  margin: 6px 0 6px;
  font-weight: 600;
}
.news-card p {
  font-size: 14px;
  color: var(--muted);
}
.news-card .more {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--forest);
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ---------- achievements ---------- */
.ach {
  background: var(--forest);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ach::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(91, 164, 85, 0.4), transparent 40%),
    radial-gradient(
      circle at 12% 90%,
      rgba(217, 154, 28, 0.22),
      transparent 42%
    );
}
.ach .wrap {
  position: relative;
  z-index: 2;
}
.ach .sec-head h2 {
  color: #fff;
}
.ach .sec-head p {
  color: rgba(255, 255, 255, 0.8);
}
.ach .eyebrow {
  color: #f4ef94;
}
.counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.counter {
  text-align: center;
  padding: 26px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}
.counter b {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  color: #f4ef94;
  display: block;
  line-height: 1;
}
.counter span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 8px;
  display: block;
}

.topper-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 22px;
}
.topper {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 26px;
  text-align: center;
  transition:
    transform 0.35s var(--ease),
    background 0.35s;
}
.topper:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, 0.12);
}
.topper .avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: var(--mist) center/cover;
  border: 3px solid var(--gold);
}
.topper .nm {
  font-family: "Bricolage Grotesque";
  font-weight: 600;
  font-size: 18.5px;
  color: #fff;
}
.topper .cls {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 2px 0 12px;
}
.topper .score {
  display: inline-block;
  background: #f4ef94;
  color: #3a2806;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 999px;
}
.topper.nda .tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f4ef94;
  font-weight: 700;
  margin-bottom: 4px;
}

.tpp-session-drop {
  position: relative;
  display: inline-block;
}

.tpp-dd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #0e3d1c;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}

.tpp-dd-btn svg {
  transition: transform .2s;
  flex-shrink: 0;
}

.tpp-dd-btn.open svg { transform: rotate(180deg); }

.tpp-dd-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  padding: 6px 0;
  list-style: none;
  margin: 0;
  z-index: 999;
}

.tpp-dd-menu.open { display: block; }

.tpp-dd-menu li a {
  display: block;
  padding: 10px 30px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  transition: background .15s;
}

.tpp-dd-menu li a:hover { background: #f3f4f6; color: #1a56db; }

.tpp-dd-menu li a.tpp-active {
  color: #1a56db;
  font-weight: 600;
  background: #eff6ff;
}
/* ---------- events ---------- */
.events {
  background: var(--paper);
}
.ev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.ev {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}
.ev:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.ev .date {
  background: var(--forest);
  color: #fff;
  flex-shrink: 0;
  width: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ev .date b {
  font-family: "Bricolage Grotesque";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.ev .date span {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 3px;
  color: #f4ef94;
}
.ev .info {
  padding: 20px 22px;
}
.ev .info .tag {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--leaf);
}
.ev .info h4 {
  font-size: 17.5px;
  margin: 5px 0 7px;
  font-weight: 600;
}
.ev .info p {
  font-size: 14px;
  color: var(--muted);
}

/* ---------- gallery + fb ---------- */
.gallery {
  background: var(--mist);
}
.gal-fb {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 40px;
  align-items: start;
}
.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 150px;
  gap: 14px;
}
.gal-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  background: var(--forest);
}
.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.gal-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(18, 58, 38, 0.55));
  opacity: 0;
  transition: opacity 0.4s;
}
.gal-item:hover img {
  transform: scale(1.12);
}
.gal-item:hover::after {
  opacity: 1;
}
.gal-item .zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transform: scale(0.6);
  transition: 0.4s var(--ease);
  z-index: 2;
}
.gal-item:hover .zoom {
  opacity: 1;
  transform: scale(1);
}
.gal-item.tall {
  grid-row: span 2;
}

.fb-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 11px;
  height: 500px;
}
.fb-head {
  background: #1877f2;
  color: #fff;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fb-head .fbic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: "Bricolage Grotesque";
  font-size: 22px;
}
.fb-head b {
  font-size: 15.5px;
}
.fb-head span {
  font-size: 12.5px;
  opacity: 0.85;
  display: block;
}
.fb-body {
  padding: 20px;
}
.fb-post {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
}
.fb-post:last-child {
  border-bottom: none;
}
.fb-post b {
  color: var(--ink);
  font-weight: 600;
}
.fb-note {
  font-size: 12px;
  color: var(--muted);
  background: var(--mist);
  padding: 10px 14px;
  border-radius: 10px;
  margin-top: 14px;
}

/* ---------- footer ---------- */
footer {
  background: #0c4a0c;
  color: rgba(255, 255, 255, 0.78);
  padding-top: 70px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 50px;
}
footer h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 600;
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.foot-brand .mark {
  width: 100px;
  height: auto;
  border-radius: 13px;
  /* background: var(--leaf); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 24px;
}
.foot-brand b {
  font-family: "Bricolage Grotesque";
  color: #fff;
  font-size: 19px;
}
footer p {
  font-size: 14px;
  line-height: 1.7;
}
.foot-links {
  list-style: none;
  display: grid;
  gap: 10px;
}
.foot-links a {
  font-size: 14px;
  transition:
    color 0.3s,
    padding 0.3s;
}
.foot-links a:hover {
  color: var(--gold);
  padding-left: 5px;
}
.contact-row {
  display: flex;
  gap: 11px;
  font-size: 14px;
  margin-bottom: 13px;
  align-items: flex-start;
}
.contact-row .ci {
  color: var(--gold);
  margin-top: 3px;
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.socials a {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition:
    background 0.3s,
    transform 0.3s;
}
.socials a:hover {
  background: var(--gold);
  color: #3a2806;
  transform: translateY(-3px);
}
.foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.foot-bottom a:hover {
  color: var(--gold);
}

/* back to top */
#toTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: 0.35s var(--ease);
  z-index: 90;
  box-shadow: var(--shadow);
}
#toTop.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
#toTop:hover {
  background: var(--gold);
  color: #3a2806;
}

/* icons (simple inline svg use font-size sizing via currentColor) */
.i {
  display: inline-block;
  vertical-align: middle;
}

.topbar .links {
  display: flex;
  gap: 18px;
  align-items: center;
}
.ic {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 110, 189, 0.08);
  color: #0a6ebd;
  font-size: 28px;
  margin-bottom: 16px;
}
.topbar .pill a {
  color: #000;
}
.ci {
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a6ebd;
  margin-right: 8px;
  font-size: 16px;
}
.foot-bottom img {
  width: 150px;
}
.btn-outline {
  background: transparent;
  color: var(--green-800);
  border: 1.6px solid var(--line);
  margin-top: 20px;
}
.btn-outline:hover {
  border-color: #edf3ea;
  background: #1e5b3b;
  color: #fff;
}

/*++++++++++++ Contact us++++++++++*/
:root {
  --green-900: #0e3d1c;
  --green-800: #13501f;
  --green: #1c7a33;
  --green-600: #2e9e45;
  --leaf: #8dc63f;
  --leaf-300: #b7de7e;
  --leaf-50: #eff7e0;
  --gold: #e0a526;
  --gold-600: #c2860f;
  --cream: #fbf8ee;
  --mist: #f1f7ea;
  --ink: #222820;
  --muted: #5c6854;
  --line: rgba(20, 60, 30, 0.1);
  --white: #fff;
  --shadow-sm: 0 6px 22px -12px rgba(14, 61, 28, 0.3);
  --shadow: 0 30px 70px -30px rgba(14, 61, 28, 0.42);
  --radius: 22px;
  --radius-sm: 14px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --maxw: 1180px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--green-900);
  letter-spacing: -0.015em;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 26px;
}
.eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-600);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 1px solid #1c7933 !important;
  font-family: "Inter";
  font-weight: 600;
  font-size: 15px;
  padding: 15px 28px;
  border-radius: 999px;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    background 0.35s,
    color 0.35s;
}
.btn .arrow {
  transition: transform 0.35s var(--ease);
}
.btn:hover .arrow {
  transform: translateX(5px);
}
.btn-gold {
  background: var(--gold);
  color: #3a2806;
}
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -14px rgba(224, 165, 38, 0.7);
}
.btn-green {
  background: var(--green);
  color: #fff;
}
.btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px -14px rgba(28, 122, 51, 0.65);
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--green), var(--leaf));
  z-index: 130;
  transition: width 0.1s linear;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  transition: all 0.45s var(--ease);
}
.topbar {
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  transition:
    max-height 0.45s var(--ease),
    opacity 0.3s,
    padding 0.45s;
  overflow: hidden;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.25s;
}
.topbar a:hover {
  color: var(--leaf-300);
}
.topbar .links {
  display: flex;
  gap: 18px;
  align-items: center;
}
header.scrolled .topbar {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: all 0.45s var(--ease);
}
.navbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: padding 0.45s var(--ease);
}
header.scrolled .navbar {
  box-shadow: 0 12px 36px -22px rgba(14, 61, 28, 0.5);
  border-bottom-color: var(--line);
}
header.scrolled .navbar .wrap {
  padding-top: 9px;
  padding-bottom: 9px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.brand .logo {
  /* width: 54px;
  height: 54px; */
  flex-shrink: 0;
  object-fit: contain;
  transition:
    width 0.45s var(--ease),
    height 0.45s var(--ease);
}
header.scrolled .brand .logo {
  /* width: 46px;
  height: 46px; */
}
.brand .fallback {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
}
.brand .txt b {
  display: block;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 16px;
  color: var(--green-900);
  line-height: 1.05;
}
.brand .txt span {
  font-size: 13px;
  letter-spacing: 0;
  /* text-transform: uppercase; */
  color: #686c65;
}
nav.menu {
  display: flex;
  align-items: center;
  gap: 2px;
}
nav.menu a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 9px;
  position: relative;
  transition: color 0.3s;
}
nav.menu a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}
nav.menu a:not(.nav-cta):hover {
  color: var(--green);
}
nav.menu a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}
nav.menu a.active {
  color: var(--green);
}
nav.menu a.active::after {
  transform: scaleX(1);
}
.nav-cta {
  background: var(--gold);
  color: #3a2806 !important;
  font-weight: 600;
  margin-left: 10px;
  padding: 10px 18px !important;
  border-radius: 999px;
  transition:
    background 0.3s,
    transform 0.3s var(--ease);
}
.nav-cta:hover {
  background: var(--gold-600);
  color: #fff !important;
  transform: translateY(-2px);
}
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.burger span {
  width: 26px;
  height: 2.5px;
  background: var(--green-900);
  border-radius: 2px;
  transition: all 0.35s var(--ease);
}
.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(84vw, 350px);
  background: var(--white);
  transform: translateX(100%);
  transition: transform 0.5s var(--ease);
  z-index: 120;
  padding: 96px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: -20px 0 60px -30px rgba(14, 61, 28, 0.5);
}
.drawer.open {
  transform: translateX(0);
}
.drawer a {
  color: var(--ink);
  font-size: 16.5px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}
.drawer .nav-cta {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.scrim {
  position: fixed;
  inset: 0;
  background: rgba(14, 40, 22, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 115;
}
.scrim.show {
  opacity: 1;
  visibility: visible;
}

.page-hero {
  background: var(--cream);
  position: relative;
  overflow: hidden;
  padding-top: clamp(150px, 18vw, 196px);
  padding-bottom: clamp(56px, 8vw, 90px);
}
.page-hero::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -110px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(141, 198, 63, 0.26),
    transparent 68%
  );
  animation: drift 14s ease-in-out infinite alternate;
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -120px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(224, 165, 38, 0.15),
    transparent 68%
  );
  animation: drift 18s ease-in-out infinite alternate-reverse;
}
@keyframes drift {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-26px, 22px);
  }
}
.page-hero .wrap {
  position: relative;
  z-index: 2;
}
.crumb {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}
.crumb a:hover {
  color: var(--green);
}
.crumb .sep {
  margin: 0 8px;
  opacity: 0.5;
}
.crumb .cur {
  color: var(--green);
  font-weight: 600;
}
.page-hero h1 {
  font-size: clamp(2.3rem, 4.8vw, 3.6rem);
  font-weight: 700;
}
.page-hero p {
  color: var(--muted);
  font-size: 17px;
  margin-top: 15px;
  max-width: 560px;
}
.ridge {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: -52px;
  position: relative;
  z-index: 3;
}

.anim {
  opacity: 0;
  transform: translateY(26px);
  animation: rise 1s var(--ease) forwards;
}
.anim.d1 {
  animation-delay: 0.08s;
}
.anim.d2 {
  animation-delay: 0.2s;
}
.anim.d3 {
  animation-delay: 0.32s;
}
@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1s var(--ease),
    transform 1s var(--ease);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

.section {
  padding: clamp(40px, 6vw, 72px) 0 clamp(64px, 9vw, 104px);
}

/* premium split contact card */
.contact-shell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.ci-panel {
  position: relative;
  background: linear-gradient(155deg, var(--green) 0%, var(--green-900) 100%);
  color: #fff;
  padding: 46px 42px;
  overflow: hidden;
}
.ci-panel::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 198, 63, 0.4), transparent 62%);
  animation: floaty 9s ease-in-out infinite;
}
.ci-panel::after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(224, 165, 38, 0.28),
    transparent 62%
  );
  animation: floaty 11s ease-in-out infinite reverse;
}
@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.ci-panel > * {
  position: relative;
  z-index: 2;
}
.ci-panel .eyebrow {
  color: var(--leaf-300);
}
.ci-panel h2 {
  color: #fff;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  margin: 14px 0 12px;
}
.ci-panel .lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  margin-bottom: 30px;
  max-width: 340px;
}
.ci-row {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 22px;
  transition: transform 0.35s var(--ease);
}
.ci-row:hover {
  transform: translateX(5px);
}
.ci-row .ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.35s;
}
.ci-row:hover .ic {
  background: var(--gold);
  color: #3a2806;
}
.ci-row .ct b {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--leaf-300);
  font-weight: 600;
  margin-bottom: 3px;
}
.ci-row .ct span,
.ci-row .ct a {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
  word-break: break-word;
}
.ci-row .ct a:hover {
  color: var(--gold);
}
.ci-soc {
  display: flex;
  gap: 11px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.ci-soc a {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition:
    background 0.35s,
    transform 0.35s var(--ease),
    color 0.35s;
}
.ci-soc a:hover {
  background: var(--gold);
  color: #3a2806;
  transform: translateY(-4px);
}

.form-panel {
  padding: 46px 44px;
}
.form-panel h3 {
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
}
.form-panel .sub {
  color: var(--muted);
  font-size: 14.5px;
  margin: 8px 0 30px;
}

.contact-shell.in .ff {
  opacity: 1;
  transform: none;
}
.contact-shell.in .ff:nth-child(1) {
  transition-delay: 0.15s;
}
.contact-shell.in .ff:nth-child(2) {
  transition-delay: 0.25s;
}
.contact-shell.in .ff:nth-child(3) {
  transition-delay: 0.35s;
}
.contact-shell.in .ff:nth-child(4) {
  transition-delay: 0.45s;
}
.ff {
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
}
.ff input,
.ff textarea {
  width: 100%;
  font-family: "Inter";
  font-size: 15px;
  color: var(--ink);
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: 13px;
  padding: 26px 16px 10px;   /* was 22px 16px 9px */
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    background 0.3s;
}
.ff textarea {
  resize: vertical;
  min-height: 128px;
  padding-top: 24px;
}
.ff label {
  position: absolute;
  left: 16px;
  top: 15px;
  font-size: 15px;
  color: var(--muted);
  pointer-events: none;
  transition: all 0.25s var(--ease);
}
.ff label .req {
  color: var(--gold-600);
}
.ff input:focus,
.ff textarea:focus {
  outline: none;
  border-color: var(--green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(28, 122, 51, 0.12);
}
.ff input:focus ~ label,
.ff input:not(:placeholder-shown) ~ label,
.ff textarea:focus ~ label,
.ff textarea:not(:placeholder-shown) ~ label {
    top: -8px;
    left: 12px;
    padding: 0 6px;
    background: #fff;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--green);
    z-index: 2;
}
/* .ff input:focus + label,
.ff input:not(:placeholder-shown) + label,
.ff textarea:focus + label,
.ff textarea:not(:placeholder-shown) + label {
    top: -8px;
    left: 12px;
    padding: 0 6px;
    background: #fff;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--green);
    z-index: 2;
} */
.ff.invalid input,
.ff.invalid textarea {
  border-color: #d14343;
  box-shadow: 0 0 0 4px rgba(209, 67, 67, 0.12);
}
.ff .err {
  font-size: 12.5px;
  color: #d14343;
  margin-top: 6px;
  display: none;
}
.ff.invalid .err {
  display: block;
}
.captcha {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 11px;
  padding: 14px 16px;
  margin-bottom: 24px;
  max-width: 310px;
}
.captcha .box {
  width: 26px;
  height: 26px;
  border: 2px solid #c2c8bd;
  border-radius: 5px;
  background: #fff;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: 0.25s;
}
.captcha .box.checked {
  background: var(--green);
  border-color: var(--green);
}
.captcha .box.checked::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.captcha .lbl {
  font-size: 14px;
  color: var(--ink);
}
.captcha .rc {
  margin-left: auto;
  text-align: center;
  font-size: 9px;
  color: #9aa291;
  line-height: 1.3;
}
.captcha .rc b {
  display: block;
  font-size: 13px;
  color: #5c6854;
}
.form-success {
  display: none;
  text-align: center;
  padding: 40px 0;
}
.form-success .tick {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--leaf-50);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 18px;
  animation: pop 0.5s var(--ease);
}
@keyframes pop {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.form-success h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.form-success p {
  color: var(--muted);
  font-size: 15px;
}

/* full-width map */
.map-section {
  padding-bottom: clamp(64px, 9vw, 104px);
}
.map-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.map-card iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: saturate(0.92);
}
.map-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  background: #fff;
  flex-wrap: wrap;
  gap: 12px;
}
.map-bar .mb-loc {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map-bar .mb-loc .ic {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--leaf-50);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.map-bar b {
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  color: var(--green-900);
  display: block;
}
.map-bar span {
  font-size: 13px;
  color: var(--muted);
}

footer {
  background: var(--green-900);
  color: rgba(255, 255, 255, 0.76);
  padding-top: 74px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 42px;
  padding-bottom: 52px;
}
footer h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 600;
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}
.foot-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.foot-brand b {
  font-family: "Bricolage Grotesque";
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}
.foot-brand span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
footer p {
  font-size: 14px;
  line-height: 1.75;
}
.foot-links {
  list-style: none;
  display: grid;
  gap: 11px;
}
.foot-links a {
  font-size: 14px;
  transition:
    color 0.3s,
    padding 0.3s;
}
.foot-links a:hover {
  color: var(--leaf-300);
  padding-left: 6px;
}
.contact-row {
  display: flex;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 14px;
  align-items: flex-start;
}
.contact-row .ci {
  color: var(--gold);
  margin-top: 3px;
}
.socials {
  display: flex;
  gap: 11px;
  margin-top: 8px;
}
.socials a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition:
    background 0.3s,
    transform 0.3s,
    color 0.3s;
}
.socials a:hover {
  background: var(--gold);
  color: #3a2806;
  transform: translateY(-3px);
}
.foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.foot-bottom a:hover {
  color: var(--leaf-300);
}

#toTop {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: 0.4s var(--ease);
  z-index: 95;
  box-shadow: var(--shadow);
}
#toTop.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
#toTop:hover {
  background: var(--gold);
  color: #3a2806;
}

.ci-panel i.fa-solid {
  color: #fff;
}

/*+++++++++++mandatory caa++++++++++*/
:root {
  --green-900: #0e3d1c;
  --green-800: #13501f;
  --green: #1c7a33;
  --green-600: #2e9e45;
  --leaf-50: #eff7e0;
  --gold: #e0a526;
  --gold-600: #c2860f;
  --cream: #fbf8ee;
  --ink: #222820;
  --muted: #5c6854;
  --line: rgba(20, 60, 30, 0.1);
  --radius: 20px;
  --radius-sm: 14px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
.mpd .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 26px;
}
.mpd .eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-600);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.mpd .eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}
.mpd h1,
.mpd h2,
.mpd h3 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--green-900);
  letter-spacing: -0.015em;
}
.mpd .intro {
  padding: clamp(28px, 5vw, 52px) 0 8px;
}
.mpd .intro h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 12px 0 0;
}
.mpd .intro p {
  color: var(--muted);
  font-size: 16.5px;
  margin-top: 14px;
  max-width: 600px;
}

/* jump-to-section bar */
.mpd .jump {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.mpd .jump .wrap {
  display: flex;
  gap: 10px;
  padding: 14px 26px;
  overflow-x: auto;
}
.mpd .jump a {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-800);
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 9px 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s;
}
.mpd .jump a:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.mpd .mpd-wrap {
  padding: clamp(34px, 5vw, 56px) 0 clamp(60px, 9vw, 100px);
}
.mpd .note {
  display: flex;
  gap: 13px;
  background: var(--leaf-50);
  border: 1px solid rgba(99, 153, 34, 0.25);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  margin-bottom: 34px;
  font-size: 14px;
  color: var(--green-800);
}
.mpd .note .ic {
  font-size: 18px;
  flex-shrink: 0;
}

/* section card */
.mpd .mpd-sec {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 22px -12px rgba(14, 61, 28, 0.3);
  margin-bottom: 30px;
  scroll-margin-top: 80px;
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.mpd .mpd-sec.in {
  opacity: 1;
  transform: none;
}
.mpd .mpd-sec-head {
  padding: 22px 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--cream), #fff);
}
.mpd .mpd-sec-head .num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 19px;
  flex-shrink: 0;
}
.mpd .mpd-sec-head h2 {
  font-size: 20px;
}
.mpd .mpd-sec-head p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

/* tables */
.mpd .tbl-scroll {
  overflow-x: auto;
}
.mpd table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 520px;
}
.mpd thead th {
  background: var(--green-800);
  color: #fff;
  text-align: left;
  padding: 13px 18px;
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.mpd tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: var(--ink);
}
.mpd tbody tr:last-child td {
  border-bottom: none;
}
.mpd tbody tr {
  transition: background 0.25s;
}
.mpd tbody tr:hover {
  background: var(--leaf-50);
}
.mpd .sno {
  color: var(--muted);
  font-weight: 600;
  width: 56px;
}
.mpd .lbl {
  font-weight: 500;
  color: var(--green-900);
  /* width: 42%; */
}
.mpd .muted {
  color: var(--muted);
}
.mpd .subrow td:first-child {
  color: var(--muted);
}
.mpd .results-head {
  padding: 20px 26px 4px;
}
.mpd .results-head h3 {
  font-size: 16.5px;
  color: var(--green-800);
}
.mpd .viewbtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--green);
  border: 1.4px solid var(--line);
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
.mpd .viewbtn:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.mpd .viewbtn .ar {
  font-size: 12px;
}

/*+++++++++++ Topper sec css caa++++++++++*/
.achv {
  --g: #1c7a33;
  --g8: #13501f;
  --g9: #0e3d1c;
  --gold: #e0a526;
  --goldsoft: #f2d98a;
  --leaf: #b7de7e;
  --line: rgba(255, 255, 255, 0.14);
  --cardbg: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 9vw, 110px) 0;
  background: linear-gradient(155deg, var(--g) 0%, var(--g9) 100%);
  color: #fff;
}
.achv::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -110px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(141, 198, 63, 0.22),
    transparent 66%
  );
}
.achv::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(224, 165, 38, 0.16),
    transparent 66%
  );
}
.achv .wrap {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
}

.achv h2,
.achv h3 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.015em;
  margin: 0;
}
.achv .head {
  max-width: 640px;
  margin: 0 auto 52px;
  text-align: center;
}
.achv .eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
}
.achv .eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}
.achv .head h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin: 14px 0 0;
}
.achv .head p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
  font-size: 16.5px;
}

/* counters */
.achv .counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 64px;
}
.achv .counter {
  text-align: center;
  padding: 30px 16px;
  background: var(--cardbg);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.achv .counter:hover {
  transform: translateY(-6px);
}
.achv .counter b {
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: clamp(2.3rem, 4.6vw, 3.2rem);
  color: var(--gold);
  display: block;
  line-height: 1;
}
.achv .counter span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 9px;
  display: block;
}

/* reveal */
.achv .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.achv .reveal.in {
  opacity: 1;
  transform: none;
}

/* slider block */
.achv .block {
  margin-top: 58px;
}
.achv .block-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
.achv .kicker {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--leaf);
}
.achv .block-head h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  margin-top: 6px;
}
.achv .nda .kicker {
  color: var(--gold);
}

.achv .nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.achv .nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--cardbg);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.3s,
    color 0.3s,
    border-color 0.3s,
    transform 0.3s,
    opacity 0.3s;
  line-height: 1;
}
.achv .nav button:hover {
  background: var(--gold);
  color: #3a2806;
  border-color: var(--gold);
  transform: translateY(-2px);
}
.achv .nav button.is-off {
  opacity: 0.35;
  pointer-events: none;
}

.achv .sld {
  position: relative;
}
.achv .viewport {
  overflow: hidden;
  cursor: grab;
}
.achv .viewport.drag {
  cursor: grabbing;
}
.achv .track {
  display: flex;
  gap: 22px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.achv .card {
  flex: 0 0 auto;
  background: var(--cardbg);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.4s,
    border-color 0.4s;
  user-select: none;
}
.achv .card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(224, 165, 38, 0.5);
}
.achv .card .tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 10px;
}
.achv .card .avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.08) center/cover no-repeat;
  border: 3px solid var(--gold);
}
.achv .card .nm {
  font-family: "Bricolage Grotesque";
  font-weight: 600;
  font-size: 19px;
  color: #fff;
}
.achv .card .cls {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 3px 0 14px;
}
.achv .card .score {
  display: inline-block;
  background: var(--goldsoft);
  color: #4a3206;
  font-weight: 700;
  font-size: 13.5px;
  padding: 6px 18px;
  border-radius: 999px;
}

/* dots */
.achv .dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.achv .dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  padding: 0;
  transition:
    width 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.35s;
}
.achv .dots button.on {
  width: 26px;
  background: var(--gold);
}

/*================ gallery page css ==============*/
.gal {
  --g: #1c7a33;
  --g9: #0e3d1c;
  --leaf50: #eff7e0;
  --gold: #e0a526;
  --cream: #fbf8ee;
  --mist: #f1f7ea;
  --ink: #222820;
  --muted: #5c6854;
  --line: rgba(20, 60, 30, 0.1);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
}
.gal * {
  box-sizing: border-box;
}
.gal .g-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
}
.gal .body {
  padding: clamp(40px, 6vw, 72px) 0 clamp(60px, 9vw, 100px);
}
.gal h2,
.gal h3 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--g9);
  margin: 0;
}

/* albums grid */
.gal .albums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gal .album {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3.1;
  border: 1px solid var(--line);
  background: var(--g);
  display: block;
  transition: box-shadow 0.4s var(--ease);
}
.gal .album:hover {
  box-shadow: 0 28px 60px -28px rgba(14, 61, 28, 0.5);
}
.gal .album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.gal .album:hover img {
  transform: scale(1.09);
}
.gal .album::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(14, 61, 28, 0.82));
}
.gal .album .meta {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}
.gal .album .meta h3 {
  color: #fff;
  font-size: 20px;
}
.gal .album .meta span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}
.gal .album .view {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: var(--gold);
  color: #3a2806;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-6px);
  transition: 0.35s var(--ease);
}
.gal .album:hover .view {
  opacity: 1;
  transform: none;
}

/* album detail (photos) */
.gal .album-page {
  display: none;
}
.gal .album-page.show {
  display: block;
  animation: galfade 0.5s var(--ease);
}
@keyframes galfade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.gal .detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.gal .back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: var(--g);
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 11px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
}
.gal .back:hover {
  background: var(--g);
  color: #fff;
  border-color: var(--g);
}
.gal .detail-title {
  text-align: right;
}
.gal .detail-title h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}
.gal .detail-title span {
  font-size: 13.5px;
  color: var(--muted);
}
.gal .photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.gal .photo {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: var(--mist);
}
.gal .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.gal .photo:hover img {
  transform: scale(1.12);
}
.gal .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(14, 61, 28, 0.5));
  opacity: 0;
  transition: opacity 0.4s;
}
.gal .photo:hover::after {
  opacity: 1;
}

@media (max-width: 980px) {
  .gal .albums {
    grid-template-columns: repeat(2, 1fr);
  }
  .gal .photos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .gal .albums {
    grid-template-columns: 1fr;
  }
  .gal .photos {
    grid-template-columns: repeat(2, 1fr);
  }
}

CSS
.album-page {
    padding: 24px 20px;
}

.detail-head {
    margin-bottom: 20px;
}

.back {
    background: #f0f4f0;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    color: #2e6b2e;
    cursor: pointer;
    font-weight: 500;
}

.back:hover {
    background: #ddeedd;
}

.photos {
    columns: 3;
    gap: 12px;
}

.photo {
    break-inside: avoid;
    margin-bottom: 12px;
}

.photo img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    cursor: pointer;
}

.photo img:hover {
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

@media (max-width: 768px) {
    .photos {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .photos {
        columns: 1;
    }
}
/*===============topper css=============================*/
.tpp {
  --g: #1c7a33;
  --g8: #13501f;
  --g9: #0e3d1c;
  --g6: #2e9e45;
  --leaf50: #eff7e0;
  --gold: #e0a526;
  --gold6: #c2860f;
  --goldsoft: #f2d98a;
  --cream: #fbf8ee;
  --mist: #f1f7ea;
  --ink: #222820;
  --muted: #5c6854;
  --line: rgba(20, 60, 30, 0.1);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
}
.tpp * {
  box-sizing: border-box;
}
.tpp .dropdown {
  max-width: 1180px;
  margin: 0 auto;
      text-align: right;
          padding-right: 53px;
}
.tpp h2,
.tpp h3 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--g9);
  margin: 0;
}
.tpp .sec {
  padding: clamp(52px, 8vw, 92px) 0;
}
.tpp .sec.mist {
  background: var(--mist);
}
.tpp .sec.cream {
  background: var(--cream);
}
.tpp .sec-head {
  max-width: 620px;
  margin: 0 auto 46px;
  text-align: center;
}
.tpp .eyebrow2 {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--g6);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
}
.tpp .eyebrow2::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--gold);
}
.tpp .sec-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 13px 0 0;
}
.tpp .sec-head p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 16px;
}

/* reveal */
.tpp .reveal {
  opacity: 1;
  transform: translateY(32px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.tpp .reveal.in {
  opacity: 1;
  transform: none;
}

/* highlight chips */
.tpp .chips {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}
.tpp .chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--g9);
  font-weight: 500;
}
.tpp .chip b {
  color: var(--g);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  margin-right: 4px;
}

/* featured top 3 */
.tpp .feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: end;
}
.tpp .feat {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 34px 26px 30px;
  text-align: center;
  box-shadow: 0 20px 50px -30px rgba(14, 61, 28, 0.4);
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}
.tpp .feat:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 64px -30px rgba(14, 61, 28, 0.5);
}
.tpp .feat.first {
  padding-top: 44px;
}
.tpp .feat .rank {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque";
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.3);
}
.tpp .feat.first .rank {
  background: var(--gold);
}
.tpp .feat.second .rank {
  background: var(--g6);
}
.tpp .feat.third .rank {
  background: var(--leaf50);
  color: var(--g8);
}
.tpp .feat .avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: var(--mist) center/cover no-repeat;
  border: 4px solid var(--gold);
}
.tpp .feat.second .avatar,
.tpp .feat.third .avatar {
  width: 96px;
  height: 96px;
  border-color: var(--g6);
}
.tpp .feat .nm {
  font-family: "Bricolage Grotesque";
  font-weight: 600;
  font-size: 21px;
  color: var(--g9);
}
.tpp .feat .cls {
  font-size: 13.5px;
  color: var(--muted);
  margin: 4px 0 14px;
}
.tpp .feat .score {
  display: inline-block;
  background: var(--gold);
  color: #3a2806;
  font-weight: 700;
  font-size: 16px;
  padding: 7px 22px;
  border-radius: 999px;
}

/* class grids */
.tpp .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.tpp .card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 22px;
  text-align: center;
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease),
    border-color 0.4s;
}
.tpp .card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 54px -30px rgba(14, 61, 28, 0.45);
  border-color: rgba(224, 165, 38, 0.5);
}
.tpp .card .avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 15px;
  background: var(--mist) center/cover no-repeat;
  border: 3px solid var(--gold);
}
.tpp .card .nm {
  font-family: "Bricolage Grotesque";
  font-weight: 600;
  font-size: 18px;
  color: var(--g9);
}
.tpp .card .cls {
  font-size: 13px;
  color: var(--muted);
  margin: 3px 0 12px;
}
.tpp .card .score {
  display: inline-block;
  background: var(--leaf50);
  color: var(--g8);
  font-weight: 700;
  font-size: 14px;
  padding: 6px 17px;
  border-radius: 999px;
}

@media (max-width: 980px) {
  .tpp .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .tpp .feat-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}
@media (max-width: 460px) {
  .tpp .grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tpp .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*================ activities css=====================*/
.acts {
  --g: #1c7a33;
  --g8: #13501f;
  --g9: #0e3d1c;
  --g6: #2e9e45;
  --leaf50: #eff7e0;
  --gold: #e0a526;
  --gold6: #c2860f;
  --cream: #fbf8ee;
  --mist: #f1f7ea;
  --ink: #222820;
  --muted: #5c6854;
  --line: rgba(20, 60, 30, 0.1);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
}
.acts * {
  box-sizing: border-box;
}
.acts .g-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
}
.acts h2,
.acts h3,
.acts h4 {
  font-family: "Bricolage Grotesque", serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--g9);
  margin: 0;
}
.acts .sec {
  padding: clamp(52px, 8vw, 92px) 0;
}
.acts .sec.mist {
  background: var(--mist);
}
.acts .sec-head {
  max-width: 640px;
  margin: 0 auto 46px;
  text-align: center;
}
.acts .eyebrow2 {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--g6);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
}
.acts .eyebrow2::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--gold);
}
.acts .sec-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 13px 0 0;
}
.acts .sec-head p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 16px;
}

.acts .reveal {
  opacity: 1;
  transform: translateY(32px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.acts .reveal.in {
  opacity: 1;
  transform: none;
}
.acts .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    background 0.3s,
    color 0.3s;
  text-decoration: none;
}
.acts .btn .ar {
  transition: transform 0.35s var(--ease);
}
.acts .btn:hover .ar {
  transform: translateX(4px);
}
.acts .btn-green {
  background: var(--g);
  color: #fff;
}
.acts .btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -14px rgba(28, 122, 51, 0.6);
}
.acts .btn-gold {
  background: var(--gold);
  color: #3a2806;
}
.acts .btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -14px rgba(224, 165, 38, 0.7);
}
.acts .btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.6px solid rgba(255, 255, 255, 0.6);
}
.acts .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* featured event */
.acts .feat-event {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 60px -34px rgba(14, 61, 28, 0.4);
}
.acts .feat-event .media {
  position: relative;
  min-height: 320px;
  background: var(--g) center/cover;
}
.acts .feat-event .media .chip {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--gold);
  color: #3a2806;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 999px;
}
.acts .feat-event .body {
  padding: 40px 40px 40px 4px;
}
.acts .feat-event .tag {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--g6);
}
.acts .feat-event h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin: 8px 0 12px;
}
.acts .feat-event p {
  color: var(--muted);
  font-size: 15.5px;
  margin-bottom: 20px;
}
.acts .feat-event .meta {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 26px;
  font-size: 14px;
  color: var(--g8);
}
.acts .feat-event .meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* events grid */
.acts .ev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.acts .ev-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}
.acts .ev-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 54px -30px rgba(14, 61, 28, 0.45);
}
.acts .ev-card .img {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--g) center/cover;
  overflow: hidden;
}
.acts .ev-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.acts .ev-card:hover .img img {
  transform: scale(1.08);
}
.acts .ev-card .date {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 8px 12px;
  line-height: 1;
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.3);
}
.acts .ev-card .date b {
  font-family: "Bricolage Grotesque";
  font-size: 22px;
  color: var(--g);
  display: block;
}
.acts .ev-card .date span {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.acts .ev-card .info {
  padding: 22px 24px;
}
.acts .ev-card .tag {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--g6);
}
.acts .ev-card h4 {
  font-size: 18px;
  margin: 6px 0 8px;
}
.acts .ev-card p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 12px;
}
.acts .ev-card .venue {
  font-size: 13px;
  color: var(--g8);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

/* activities grid */
.acts .act-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.acts .act {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 24px;
  transition:
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}
.acts .act:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 54px -30px rgba(14, 61, 28, 0.45);
}
.acts .act .ic {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: var(--leaf50);
  color: var(--g);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  transition:
    background 0.4s,
    color 0.4s,
    transform 0.4s var(--ease);
}
.acts .act:hover .ic {
  background: var(--g);
  color: #fff;
  transform: rotate(-6deg);
}
.acts .act h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.acts .act p {
  font-size: 14px;
  color: var(--muted);
}

/* CTA band */
.acts .cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(120deg, var(--g), var(--g9));
}
.acts .cta::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 198, 63, 0.3), transparent 65%);
}
.acts .cta::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: -70px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(224, 165, 38, 0.22),
    transparent 65%
  );
}
.acts .cta .g-wrap {
  position: relative;
  z-index: 2;
}
.acts .cta h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.acts .cta p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 540px;
  margin: 14px auto 26px;
  font-weight: 500;
}
.acts .cta .row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .acts .ev-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .acts .act-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .acts .feat-event {
    grid-template-columns: 1fr;
  }
  .acts .feat-event .body {
    padding: 30px;
  }
}
@media (max-width: 460px) {
  .acts .ev-grid,
  .acts .act-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .acts .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
