/* ====================== HOME PAGE ====================== */
html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: 'Figtree', system-ui, -apple-system, sans-serif;
  background: #fff;
  color: #164B3A;
}

section {
  padding: clamp(80px, 10vw, 140px) 0;
}

.container {
  max-width: 80% !important;
}

#page-loader {
  position: fixed;
  inset: 0;
  background: #0f2e24;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#page-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Spinner */
.spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #e5e5e5;
  border-top-color: #164B3A;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.icon-container {
  background-color: #164B3A;
  padding: 10px 0px;
  width: 60px;
  /* height: 58px; */
  border-radius: 8px;
}

.top-icon {
  width: 60px;
  height: 31px;
}

.main-icon {
  /* margin-top: 50px; */
  width: clamp(260px, 35vw, 620px);
  max-width: 100%;
  height: auto;
  /* width: 544px;
  height: 172px; */
}

/* =====================
    NAVBAR
====================== */
.navbar-floating {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.navbar-inner {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 8px;
  height: auto;
  max-width: 1440px;
  width: 80%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.navbar a {
  color: #909da6;
  text-decoration: none;
  /* margin: 0 8px; */
}

.navbar .active {
  background: #dff9c2;
  color: #164B3A;
  font-weight: bold;
  border-radius: 5px;
}

.btn-cta {
  background: #164B3A;
  color: white;
  border-radius: 10px;
  padding: 10px 16px;
  border: none;
  font-size: 14px;
}

.nav-toggle {
  background: none;
  border: none;
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.nav-toggle span {
  height: 3px;
  background: #164B3A;
  border-radius: 2px;
}

.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}

/* @media (max-width: 1199px) { 
  .navbar a {
    max-width: 160px;
    display: inline-block;
  }
} */

.nav-link {
  position: relative;
  /* padding: 6px 12px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(12px, 0.85vw, 14px);
  /* padding: clamp(4px, 0.6vw, 6px) clamp(8px, 1vw, 12px); */
  padding: clamp(4px, 0.5vw, 8px) clamp(8px, 1vw, 16px);
  z-index: 2;
}

.nav-link.active {
  color: #164B3A;
  font-weight: 600;
}

/* THE SLIDING HIGHLIGHT */
.nav-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  background: #dff9c2;
  border-radius: 6px;
  transition: left 0.35s ease, width 0.35s ease;
  z-index: 1;
}

/* =====================
    HERO
====================== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  max-height: 1080px;
  overflow: hidden;
}

/* Hide hero until images loaded */
.hero.hero-loading {
  opacity: 0;
}

/* Fade hero in */
.hero.hero-loaded {
  opacity: 1;
  transition: opacity 1s ease;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: #D9E8B5;
}

.hero h1 {
  color: #D9E8B5;
  font-size: 15pt;
  line-height: 1.1;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  text-align: center;
}

.hero h2 {
  font-size: 15pt;
  font-weight: normal;
}

/* =====================
    SLIDER ARROWS
====================== */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(217,232,181,0.7);
  border: none;
  color: #164B3A;
  font-size: 24px;
  width: 40px;
  height: 40px;
  padding: 0px 5px;
  border-radius: 50%;
  cursor: pointer;
}

.hero-arrow.left { left: 40px; }
.hero-arrow.right { right: 40px; }

/* GSAP performance hints */
[data-animate] {
  opacity: 0;
  will-change: transform, opacity;
}

.what-image,
.about-image {
  overflow: hidden;
}


.about-us-section {
  background: #ffffff;
}

/* Eyebrow */
.section-eyebrow {
  display: inline-block;
  font-size: 15pt;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #164B3A;
  margin-bottom: 0.75rem;
}

/* Title */
.section-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  color: #164B3A;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

/* Subtitle */
.section-subtitle {
  font-size: 14pt;
  color: #164B3A;
}

/* Image Grid */
.about-image-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: stretch;
}

.about-image {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

/* Landscape image */
.image-landscape {
  height: 360px;
}

/* Portrait image */
.image-portrait {
  width: 160px;
  height: 360px;
}

/* Portrait wrapper */
.about-portrait-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 75px);
  background: #164B3A;
  border-radius: 20px;
  overflow: hidden;
}

/* Caption */
.portrait-caption {
  /* margin-top: 0.75rem; */
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #164B3A;
  color: #D9E8B5;
  border-radius: 14px;
  padding: 0.5rem 0.75rem;
  text-align: center;
  width: 40%;
}

.portrait-caption span {
  opacity: 0.85;
}

/* Text content */
.about-content h4 {
  color: #164B3A;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-content h5 {
  color: #164B3A;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-content p {
  color: #164B3A;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.what-we-do-section {
  background: #ffffff;
}

/* Soft green panel */
.what-item {
  background: #dff9c2;
  border-radius: 24px;
  padding: 2rem;
}

/* Image */
.what-image {
  height: 240px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

/* Text */
.what-content h4 {
  /* font-size: 1.25rem; */
  font-weight: 600;
  color: #164B3A;
  margin-bottom: 0.75rem;
}

.what-content p {
  /* font-size: 0.95rem; */
  color: #164B3A;
  line-height: 1.6;
  max-width: 420px;
}

/* =====================
    CARDS
====================== */
.feature-header {
  text-align: center;
  color: #164B3A;
  margin-bottom: 40px;
}

.feature-card {
  color: #D9E8B5;
  border-radius: 16px;
  padding: 30px;
  height: 448px;
  background: #164B3A;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-card h3 {
  margin-top: 50%;
  margin-bottom: 12px;
}

.feature-card h4 {
  font-weight: normal;
  height: 60px;
  margin-bottom: 30px;
}

.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-card ul li {
  border: 1px solid #D9E8B5;
  border-radius: 8px;
  margin-top: 5px;
  padding: 2px 0px 2px 15px;
}

/* =====================
    VIDEO
====================== */

.video-section {
  position: relative;
  width: 100%;
  height: clamp(420px, 80vh, 720px);
  overflow: hidden;
}

/* Video fills entire section */
.video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay for text contrast */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* Content layer */
.video-section .container {
  position: relative;
  z-index: 2;
}

.video-title {
  color: #D9E8B5;
  font-weight: 500;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin-bottom: 0px;
}


/* =====================
    PLATFORM CROPS
====================== */
.platform {
  background: #164B3A;
  color: white;
  border-radius: 24px;
  padding: 40px;
}

.platform ul {
  list-style: none;
  padding: 0;
}

.platform li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.platform-crops-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}

.platform-crops-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 35, 20, 0.65);
}

.platform-crops-section .container {
  position: relative;
  z-index: 2;
}

/* LEFT */
.platform-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.platform-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #D9E8B5;
}

.platform-content p {
  max-width: 460px;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #D9E8B5;
}

/* RIGHT DROPDOWN */
.platform-right {
  display: flex;
  align-items: center; /* keeps visual balance */
}

.platform-right-inner {
  width: 100%;
}

.platform-dropdown {
  max-width: 480px;
  margin-left: auto;

  overflow: hidden;
}

.platform-toggle {
  width: 100%;
  background: #dff9c2;
  border-radius: 999px;
  padding: 1rem 1.25rem;
  border: none;

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-weight: 500;
  color: #164B3A;
}

.toggle-icon {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

/* ITEMS */
.platform-items {
  overflow: hidden;
}

.platform-item {
  margin-top: 0.75rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(217, 244, 190, 0.9);
  border-radius: 999px;
  color: #D9E8B5;
  backdrop-filter: blur(4px);
}

/* ACTIVE STATE */
.platform-dropdown.active .toggle-icon {
  transform: rotate(45deg);
}

.work-card {
  background: #dff9c2;
  border-radius: 18px;
  padding: 28px 32px;
  height: 100%;
}

.work-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.work-card p {
  margin: 0;
  font-size: 0.95rem;
}

.vision-section {
  position: relative;
  overflow: hidden;
}

.vision-bg {
  background-image:url('assets/images/Asset71.webp');
  min-height: 520px; /* 70vh*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vision-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 40, 25, 0.15),
    rgba(10, 40, 25, 0.5)
  );
}

.vision-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 120px 0;
  color: #D9E8B5;
}

.philosophy-section, .approach-section, .faq-section {
  background: #dff9c2;
}

.philosophy-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #164B3A;
}

.philosophy-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 32px;
  height: 100%;
}

.philosophy-card h5 {
  font-weight: 600;
  min-height: 50px;
  margin-bottom: 10px;
}

.philosophy-card p {
  margin: 0;
  font-size: 0.95rem;
}

.approach-section {
  position: relative;
  overflow: hidden;
}

.approach-bg {
  background-image:url('assets/images/APPROACH.jpg');
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
}

.approach-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 80px 0;
  color: #D9E8B5;
}

.approach-card {
  position: absolute;
  border: 1px solid #D9E8B5;
  border-radius: 50%;
  height: 320px;
  width: 320px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #D9E8B5;
}

.approach-card h4 {
  padding-left: 12px;
}

.approach-card p {
  padding-left: 12px;
}

.approach-card-sm {
  display: none;
}

.approach-card.left {
  top: 38%;
  left: 20%;
  transform: translateY(-50%);
}

.approach-card.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.approach-card.right {
  top: 38%;
  right: 20%;
  transform: translateY(-50%);
}

.site-footer {
  background: #0f3f28;
  color: #d9e8b5;
  padding: 30px 0 30px;
  border-radius: 0;
}

.footer-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* .footer-cta p {
  font-size: 18px;
  margin: 0;
} */

.btn-footer {
  background: #dff9c2;
  color: #164b3a;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.footer-divider {
  border-color: rgba(217, 232, 181, 1);
  margin: 15px 0;
  border-width: medium;
}

/* MAIN GRID */
.footer-main {
  margin-top: 20px;
}

/* LEFT BRAND BLOCK */
.footer-brand {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

.footer-logo {
  max-width: 320px;
  margin-left: -40px;
}

.footer-tagline {
  font-size: 14px;
  opacity: 0.9;
}

/* CENTER */
.footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-pill {
  border: 1px solid #d9e8b5;
  border-radius: 999px;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #d9e8b5;
  text-decoration: none;
}

/* RIGHT LINKS */
.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.footer-link-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-link-col a {
  color: #d9e8b5;
  text-decoration: none;
}

.footer-contact p {
  margin: 0 0 6px;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* COPYRIGHT */
.footer-bottom {
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
  opacity: 0.8;
}

.footer-contact a {
  text-decoration: none;
  color: #d9e8b5;
}

/* =====================
    FAQ
====================== */
.faq-item {
  background:#f2ffe1;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  cursor: pointer;
}

.faq-answer {
  display: none;
  margin-top: 10px;
  padding-right: 120px;
  padding-left: 20px;
}

/* Answer */
/* .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
} */

/* Open */
.faq-item.active .faq-answer {
  min-height: 0px; /* large enough for content */
  opacity: 1;
  margin-top: 10px;
}

.faq-img {
  max-width: 250px;
  height: 250px;
  border-radius: 10px;
  background-image: url('assets/images/Asset73.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

/* Question row */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-left: 20px;
}

/* Button reset */
.faq-button {
  width: 32px;
  height: 32px;
  border: 1px solid #d9e8b5;
  /* border-radius: 50%; */
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

/* Arrow icon (CSS only) */
.faq-button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #1e4d2b;
  border-bottom: 2px solid #1e4d2b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* Expanded state → arrow up */
.faq-item.active .faq-button::before {
  transform: translate(-50%, -40%) rotate(-135deg);
}



/* ====================== BLOG PAGE ====================== */

/* =============================
   INSIGHTS HERO
============================= */
.insights-hero {
  padding: 0px;
  /* background: #0f2e24; */
  background-image:url('assets/images/ESSAY.jpg');
  color: #D9E8B5;
}

.insights-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
}

.insights-hero .subtitle {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 18px;
  opacity: 0.8;
}


/* =============================
   INSIGHT LIST
============================= */
.insight-item {
  padding: 40px 0;
}

.insight-item h3 a {
  color: #164B3A;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.insight-item h3 a:hover {
  opacity: 0.7;
}

.insight-meta {
  font-size: 14px;
  color: #6c757d;
  margin: 10px 0 15px;
}

.insight-excerpt {
  color: #444;
  max-width: 650px;
}

.insight-link {
  color: #164B3A;
  font-weight: 500;
  text-decoration: none;
}

.insight-link:hover {
  text-decoration: underline;
}

/* =============================
   BREADCRUMB STYLING
============================= */
.breadcrumb-custom {
  font-size: 14px;
}

.breadcrumb-custom .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}

.breadcrumb-custom .breadcrumb-item a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.breadcrumb-custom .breadcrumb-item a:hover {
  opacity: 0.7;
}

.breadcrumb-custom .breadcrumb-item.active {
  color: #164B3A;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #164B3A;
}

.top-container {
  background: #0f3f28;
}

.essay-icon {
  width: clamp(200px, 18vw, 300px);
  max-width: 100%;
  height: auto;
}

.icon-section {
  background: #0f3f28;
  padding-bottom: 5px;
  padding-top: 0px;
}

.article-icon {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* =============================
   ARTICLE HEADER
============================= */
.article-header-index {
  padding: 120px 0 80px;
  /* background: #dff9c2;  */
  background: rgba(223,249,194, 0.6);
  color: #0f3f28;
}

.article-header-index h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
}

.article-header-index .subtitle {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.8;
}

.article-header {
  padding: 120px 0 80px;
  background: #0f3f28;
  color: #D9E8B5;
}

.article-header h1 {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 600;
  max-width: 900px;
  margin: 20px auto;
}

.article-meta-top {
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.article-sub {
  font-size: 18px;
  opacity: 0.85;
}


/* =============================
   ARTICLE BODY
============================= */
.article-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: #2d2d2d;
}

.article-content h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.article-content blockquote {
  border-left: 4px solid #164B3A;
  padding-left: 20px;
  margin: 40px 0;
  font-style: italic;
  font-size: 20px;
  color: #164B3A;
}

.article-footer {
  max-width: 760px;
  margin: 0 auto;
}

.back-link {
  text-decoration: none;
  color: #164B3A;
  font-weight: 500;
}
