:root {
  --forest: #12372A;
  --organic: #436850;
  --lime: #ADBC9F;
  --cream: #FBFADA;
  --gold: #E4C988;
  --charcoal: #101713;
  --text-light: #e8f1eb;
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.18);
  --shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-light);
  background: radial-gradient(circle at 25% 20%, #285a46 0%, #17372b 44%, #101713 100%);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  color: #000;
  padding: 0.6rem 0.9rem;
  border-radius: 0.5rem;
  z-index: 9999;
}

.section-shell {
  position: relative;
  padding: 6.5rem 0;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.premium-navbar {
  background: rgba(8, 21, 15, 0.66);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.85rem 0;
  transition: all 0.3s ease;
}

.premium-navbar.scrolled {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Playfair Display", serif;
  background: linear-gradient(160deg, var(--gold), #b79f64);
  color: #182118;
  font-weight: 800;
}

.brand-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.navbar-brand {
  color: #f4f7f3;
  font-weight: 700;
}

.nav-link {
  color: rgba(239, 248, 241, 0.82);
  font-weight: 600;
  margin: 0 0.25rem;
}

.nav-link:hover {
  color: #fff;
}

.btn {
  border-radius: 999px;
  padding: 0.72rem 1.45rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-premium {
  background: linear-gradient(140deg, #5f8769, #315947);
  color: #f6fff8;
  box-shadow: 0 10px 22px rgba(49, 89, 71, 0.35);
}

.btn-premium:hover {
  color: #fff;
}

.btn-outline-premium {
  border: 1px solid rgba(251, 250, 218, 0.6);
  color: var(--cream);
}

.btn-outline-premium:hover {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.btn-gold {
  background: linear-gradient(145deg, var(--gold), #cab16f);
  color: #1e261f;
  box-shadow: 0 10px 22px rgba(228, 201, 136, 0.24);
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 7.8rem;
}

.hero-parallax {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(120deg, rgba(18, 55, 42, 0.72), rgba(16, 23, 19, 0.8)), url("assets/images/avocado-trays-2.png");
  background-size: cover;
  background-position: center;
  z-index: -2;
  transform: scale(1.08);
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -5% -30% -5%;
  height: 45%;
  background: radial-gradient(circle, rgba(173, 188, 159, 0.28) 0%, rgba(173, 188, 159, 0) 72%);
  filter: blur(30px);
  z-index: -1;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.1rem, 6vw, 4.2rem);
  line-height: 1.02;
  margin-bottom: 1.2rem;
  text-wrap: balance;
}

.hero-content .lead {
  color: #e0ece4;
  max-width: 35rem;
}

.hero-collage {
  position: relative;
  min-height: 470px;
  isolation: isolate;
}

.hero-img {
  position: absolute;
  border-radius: 1.2rem;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.23);
}

.hero-img-lg {
  width: min(70%, 360px);
  top: 0;
  left: 0;
  height: 320px;
}

.hero-img-sm {
  width: min(44%, 250px);
  right: 1.4rem;
  top: 1.3rem;
  height: 210px;
}

.hero-img-mid {
  width: min(68%, 350px);
  left: 5.4rem;
  bottom: 0;
  height: 225px;
}

.hero-collage::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 201, 136, 0.35) 0%, rgba(228, 201, 136, 0) 70%);
  left: 10%;
  top: 8%;
  filter: blur(16px);
  z-index: -1;
}

.floating-leaf {
  position: absolute;
  width: 32px;
  height: 62px;
  border-radius: 100px 0;
  background: linear-gradient(150deg, rgba(173, 188, 159, 0.95), rgba(67, 104, 80, 0.78));
  opacity: 0.75;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.35));
  animation: floatLeaf 8s ease-in-out infinite;
}

.leaf-one {
  top: 20%;
  right: 7%;
}

.leaf-two {
  top: 58%;
  right: 48%;
  animation-delay: -2.6s;
}

.leaf-three {
  bottom: 10%;
  left: 8%;
  animation-delay: -1.4s;
}

@keyframes floatLeaf {
  0%, 100% {
    transform: translateY(0) rotate(8deg);
  }
  50% {
    transform: translateY(-15px) rotate(-7deg);
  }
}

.glass-panel {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(6px);
}

.about-media-wrap {
  position: relative;
}

.about-image {
  border-radius: 1.1rem;
  box-shadow: var(--shadow-soft);
  min-height: 420px;
  object-fit: cover;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-top: 1rem;
}

.highlight-item {
  padding: 1rem 0.9rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

.highlight-item h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.lifestyle-section {
  background: linear-gradient(180deg, rgba(16, 23, 19, 0.45), rgba(17, 37, 28, 0.5));
}

.showcase-slider {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.8rem;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(16, 23, 19, 0.55);
  color: #fff;
}

.showcase-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 1rem;
}

.showcase-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: scale(0.95);
  opacity: 0.84;
  transition: all 0.35s ease;
}

.showcase-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.showcase-card h3 {
  margin: 0;
  padding: 0.9rem 1rem 1.1rem;
  font-size: 1rem;
}

.showcase-card.featured {
  transform: scale(1.04);
  opacity: 1;
  box-shadow: var(--shadow-soft);
}

.source-note {
  text-align: center;
  margin-top: 1.1rem;
  color: rgba(231, 239, 233, 0.78);
  font-size: 0.93rem;
}

.icon-card,
.service-card,
.stats-card,
.contact-card,
.choose-card,
.product-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  padding: 1.45rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.icon-card:hover,
.service-card:hover,
.stats-card:hover,
.contact-card:hover,
.choose-card:hover,
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(228, 201, 136, 0.55);
  box-shadow: 0 18px 34px rgba(4, 10, 7, 0.36);
}

.icon-card i {
  font-size: 1.45rem;
  color: var(--gold);
  margin-bottom: 0.85rem;
  display: inline-block;
}

.icon-card h3,
.service-card h3,
.product-card h3 {
  font-size: 1.12rem;
  margin-bottom: 0.7rem;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(228, 201, 136, 0.7), rgba(173, 188, 159, 0.26));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.products-section {
  background: linear-gradient(180deg, rgba(18, 35, 27, 0.35), rgba(11, 20, 15, 0.2));
}

.product-card p {
  margin: 0;
  color: rgba(234, 241, 236, 0.88);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(228, 201, 136, 0.55);
  box-shadow: 0 18px 34px rgba(4, 10, 7, 0.36);
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.choose-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.choose-card h3 {
  font-size: 1.08rem;
  margin-bottom: 0.45rem;
}

.choose-card p {
  margin-bottom: 0;
  color: rgba(234, 241, 236, 0.88);
}

.stats-section {
  background: radial-gradient(circle at center, rgba(173, 188, 159, 0.11), rgba(16, 23, 19, 0.15));
}

.col-lg-2-4 {
  flex: 0 0 auto;
  width: 100%;
}

.stat-number {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.stat-text {
  font-size: 1.35rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.stats-card h3 {
  font-size: 0.95rem;
}

.operations-section {
  overflow: hidden;
}

.map-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(16, 23, 19, 0.3), rgba(16, 23, 19, 0.6)), url("https://www.transparenttextures.com/patterns/graphy.png");
  opacity: 0.4;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.feature-list li {
  margin-bottom: 0.65rem;
  padding-left: 1.4rem;
  position: relative;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.highlight-image-wrap {
  position: relative;
}

.highlight-image-wrap::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(228, 201, 136, 0.28), transparent 70%);
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.highlight-image {
  border-radius: 1rem;
  box-shadow: var(--shadow-soft);
  min-height: 430px;
  object-fit: cover;
}

.contact-section {
  background: linear-gradient(180deg, rgba(23, 55, 43, 0.5), rgba(16, 23, 19, 0.6));
}

.faq-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.accordion-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.85rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}

.accordion-button {
  background: rgba(12, 24, 18, 0.76);
  color: #eff7f2;
  font-weight: 700;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--gold);
  background: rgba(18, 40, 31, 0.9);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(228, 201, 136, 0.4);
}

.accordion-button::after {
  filter: invert(1) brightness(1.8);
}

.accordion-body {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(236, 243, 238, 0.9);
}

.contact-card p {
  margin-bottom: 0.75rem;
}

.contact-card i {
  color: var(--gold);
  margin-right: 0.45rem;
}

.glass-form {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.form-label {
  color: rgba(241, 248, 242, 0.92);
  font-size: 0.9rem;
}

.form-control {
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 16, 12, 0.38);
  color: #fff;
}

.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(228, 201, 136, 0.22);
  background: rgba(8, 16, 12, 0.5);
  color: #fff;
}

.map-placeholder {
  min-height: 180px;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(239, 244, 240, 0.8);
}

.site-footer {
  background: #0d1511;
  padding: 4.2rem 0 1.6rem;
}

.site-footer h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.footer-brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.48rem;
  color: rgba(229, 236, 231, 0.86);
}

.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.08);
}

.social-icons a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  margin-right: 0.42rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-3px);
  background: rgba(228, 201, 136, 0.22);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  color: rgba(224, 230, 226, 0.74);
}

.footer-bottom p {
  margin: 0;
}

.footer-badge-logo {
  width: 120px;
  max-width: 100%;
  height: auto;
  border-radius: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-badge-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.scroll-top-btn {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(145deg, var(--gold), #cdb271);
  color: #192117;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

.scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.reveal-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-up.delay-1 {
  transition-delay: 0.15s;
}

.reveal-up.delay-2 {
  transition-delay: 0.3s;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .col-lg-2-4 {
    width: 33.333333%;
  }
}

@media (min-width: 1400px) {
  .col-lg-2-4 {
    width: 16.666666%;
  }
}

@media (max-width: 991.98px) {
  .section-shell {
    padding: 5rem 0;
  }

  .hero-section {
    min-height: auto;
    padding-top: 7.2rem;
    padding-bottom: 4rem;
  }

  .hero-collage {
    min-height: 420px;
  }

  .hero-img-lg {
    width: 70%;
    height: 260px;
  }

  .hero-img-sm {
    width: 42%;
    height: 170px;
    right: 0;
  }

  .hero-img-mid {
    width: 65%;
    height: 190px;
    left: 3.2rem;
  }

  .showcase-track {
    grid-template-columns: 1fr 1fr;
  }

  .choose-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item img {
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  .section-shell {
    padding: 4.4rem 0;
  }

  .premium-navbar {
    background: rgba(8, 21, 15, 0.9);
  }

  .hero-collage {
    min-height: 350px;
  }

  .hero-img-lg {
    width: 72%;
    height: 220px;
  }

  .hero-img-sm {
    width: 48%;
    height: 145px;
  }

  .hero-img-mid {
    width: 70%;
    height: 160px;
    left: 2rem;
  }

  .showcase-slider {
    grid-template-columns: 1fr;
  }

  .showcase-track {
    grid-template-columns: 1fr;
  }

  .slider-btn {
    display: none;
  }

  .choose-card-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 240px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
