:root {
  --green-900: #042719;
  --green-800: #0a3f28;
  --green-700: #11643a;
  --green-100: #eef7ef;
  --gold: #d7a84f;
  --gold-soft: #fff2bf;
  --coral: #ed7b72;
  --teal: #23b39a;
  --white: #ffffff;
  --ink: #0d1d14;
  --muted: #56675c;
  --line: rgba(4, 39, 25, 0.12);
  --shadow: 0 26px 80px rgba(4, 39, 25, 0.16);
}

/* Stable responsive header for mobile. Keep this at the end so it wins. */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    z-index: 1000 !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-shadow: 0 2px 0 rgba(12, 94, 40, 0.08) !important;
  }

  .site-header::before,
  .site-header::after,
  .header-info,
  .header-search,
  .header-phone,
  .header-search-link,
  .header-navrow .header-call {
    display: none !important;
    content: none !important;
  }

  .header-topbar {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 6px 14px 7px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #38a73d, #68c928) !important;
  }

  .header-topbar p,
  .header-topbar div {
    min-width: 0 !important;
    margin: 0 !important;
  }

  .header-topbar p {
    display: inline-flex !important;
    align-items: center !important;
    width: min(100%, 298px) !important;
    min-height: 25px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-size: 0.69rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .header-topbar div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto 22px 22px 22px !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .header-topbar a {
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 0 10px !important;
    color: #ffffff !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
    line-height: 25px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .header-topbar span {
    min-width: 0 !important;
    color: #ffffff !important;
    font-size: 0.62rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .header-topbar div span:not(:first-of-type) {
    display: inline-grid !important;
    width: 22px !important;
    height: 22px !important;
    place-items: center !important;
    border-radius: 50% !important;
  }

  .header-main {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 4px 22px !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .header-main .brand,
  .site-header .brand {
    position: absolute !important;
    top: 50% !important;
    left: 22px !important;
    display: none !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: min(42vw, 136px) !important;
    min-width: 0 !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    transform: translateY(-50%) !important;
  }

  .brand-logo {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain !important;
    filter: none !important;
  }

  .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 24px !important;
    z-index: 1102 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #06150d !important;
    box-shadow: none !important;
    transform: translateY(-50%) !important;
  }

  .mobile-menu-toggle span,
  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after {
    position: absolute !important;
    left: 50% !important;
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    border-radius: 999px !important;
    content: "" !important;
    background: currentColor !important;
    box-shadow: none !important;
    transform: translateX(-50%) !important;
  }

  .mobile-menu-toggle::before {
    top: 11px !important;
  }

  .mobile-menu-toggle span {
    top: 18px !important;
    opacity: 1 !important;
  }

  .mobile-menu-toggle::after {
    top: 25px !important;
  }

  .header-navrow {
    position: static !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1101 !important;
    display: flex !important;
    width: min(82vw, 300px) !important;
    height: 100dvh !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 82px 20px 28px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 18px 0 40px rgba(10, 30, 18, 0.22) !important;
    transform: translateX(-105%) !important;
    transition: transform 240ms ease !important;
    pointer-events: auto !important;
  }

  .mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 0 2px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #5d6870 !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
  }

  .header-navrow .nav-links a:first-child,
  .header-navrow .nav-links a[aria-current="page"] {
    color: #d91609 !important;
  }

  .header-navrow .nav-links a::before,
  .header-navrow .nav-links a::after {
    content: none !important;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
  }

  body.mobile-menu-open::before {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1050 !important;
    content: "" !important;
    background: rgba(0, 0, 0, 0.34) !important;
  }

  .mobile-menu-open .mobile-menu-toggle {
    position: fixed !important;
    top: 23px !important;
    left: min(calc(82vw - 58px), 242px) !important;
    right: auto !important;
    color: #06150d !important;
    transform: none !important;
  }

  .mobile-menu-open .mobile-menu-toggle span {
    opacity: 0 !important;
  }

  .mobile-menu-open .mobile-menu-toggle::before {
    top: 18px !important;
    transform: translateX(-50%) rotate(45deg) !important;
  }

  .mobile-menu-open .mobile-menu-toggle::after {
    top: 18px !important;
    transform: translateX(-50%) rotate(-45deg) !important;
  }

  main,
  .hero {
    position: relative !important;
    z-index: 1 !important;
  }

  .hero {
    margin-top: 0 !important;
  }
}

/* Absolute final mobile hero height reduction. */
@media (max-width: 520px) {
  .hero {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 58% !important;
    width: min(74vw, 276px) !important;
  }

  .hero .hero-copy {
    top: 55% !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.18rem, 12vw, 3.1rem) !important;
  }

  .hero .hero-glass-card-one {
    top: 25% !important;
  }

  .hero .hero-glass-card-two {
    top: 42% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 2% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 285px !important;
    min-height: 285px !important;
    max-height: 285px !important;
  }
}

/* True final mobile hero height: more room below the fixed header. */
@media (max-width: 520px) {
  .hero {
    height: 380px !important;
    min-height: 380px !important;
    max-height: 380px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 50% !important;
    width: min(74vw, 276px) !important;
  }

  .hero .hero-copy {
    top: 42% !important;
  }

  .hero .hero-glass-card-one {
    top: 26% !important;
  }

  .hero .hero-glass-card-two {
    top: 42% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 9% !important;
  }
}

/* Final mobile hero clearance: keep the earth below the fixed menu. */
@media (max-width: 520px) {
  .hero {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }

  .hero .hero-earth {
    top: 50% !important;
    width: min(74vw, 276px) !important;
  }

  .hero .hero-copy {
    top: 42% !important;
  }

  .hero .hero-glass-card-one {
    top: 26% !important;
  }

  .hero .hero-glass-card-two {
    top: 42% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 6% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 335px !important;
    min-height: 335px !important;
    max-height: 335px !important;
  }
}

/* Final mobile hero height reduction. */
@media (max-width: 520px) {
  .hero {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 63% !important;
    width: min(68vw, 254px) !important;
  }

  .hero .hero-copy {
    top: 58% !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.18rem, 12vw, 3.1rem) !important;
  }

  .hero .hero-glass-card-one {
    top: 28% !important;
  }

  .hero .hero-glass-card-two {
    top: 44% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 1% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 285px !important;
    min-height: 285px !important;
    max-height: 285px !important;
  }
}

/* Tight mobile hero crop: remove the empty bands above and below the globe. */
@media (max-width: 520px) {
  .hero {
    height: 315px !important;
    min-height: 315px !important;
    max-height: 315px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 38% !important;
    width: min(78vw, 292px) !important;
  }

  .hero .hero-copy {
    top: 46% !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.35rem, 12.9vw, 3.45rem) !important;
  }

  .hero .hero-glass-card-one {
    top: 18% !important;
  }

  .hero .hero-glass-card-two {
    top: 35% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 5% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
}

/* Absolute final: remove extra blank area at bottom of mobile hero. */
@media (max-width: 520px) {
  .hero {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 40% !important;
    width: min(60vw, 226px) !important;
  }

  .hero .hero-copy {
    top: 40% !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.08rem, 11.2vw, 2.95rem) !important;
  }

  .hero .hero-glass-card-one {
    top: 16% !important;
  }

  .hero .hero-glass-card-two {
    top: 32% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 8% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
}

/* Final mobile hero height override. */
@media (max-width: 520px) {
  .hero {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 42% !important;
    width: min(60vw, 224px) !important;
  }

  .hero .hero-copy {
    top: 42% !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.1rem, 11.5vw, 3rem) !important;
  }

  .hero .hero-glass-card-one {
    top: 17% !important;
  }

  .hero .hero-glass-card-two {
    top: 33% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 12% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 365px !important;
    min-height: 365px !important;
    max-height: 365px !important;
  }
}

/* Shorter mobile hero after fixed header. */
@media (max-width: 520px) {
  .hero {
    height: 455px !important;
    min-height: 455px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero .hero-earth {
    top: 43% !important;
    width: min(68vw, 254px) !important;
  }

  .hero .hero-copy {
    top: 43% !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.45rem, 13.2vw, 3.45rem) !important;
  }

  .hero .hero-glass-card-one {
    top: 18% !important;
  }

  .hero .hero-glass-card-two {
    top: 34% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 16% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 430px !important;
    min-height: 430px !important;
  }

  .hero .hero-earth {
    width: 64vw !important;
  }
}

/* Final mobile hero height override. */
@media (max-width: 520px) {
  .hero {
    height: 455px !important;
    min-height: 455px !important;
    max-height: 455px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 43% !important;
    width: min(68vw, 254px) !important;
  }

  .hero .hero-copy {
    top: 43% !important;
  }

  .hero .hero-glass-card-one {
    top: 18% !important;
  }

  .hero .hero-glass-card-two {
    top: 34% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 16% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }
}

/* Remove the blank mobile logo/menu strip. */
@media (max-width: 768px) {
  .site-header {
    background: transparent !important;
    box-shadow: none !important;
  }

  .header-main {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .header-main .brand,
  .site-header .brand,
  .header-main .brand-logo,
  .site-header .brand-logo {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .mobile-menu-toggle {
    position: absolute !important;
    top: 14px !important;
    right: 24px !important;
    transform: none !important;
  }
}

/* Hero mobile floating stat cards: smaller footprint. */
@media (max-width: 520px) {
  .hero .hero-glass-cards {
    display: block !important;
  }

  .hero .hero-glass-card {
    min-width: 86px !important;
    max-width: 104px !important;
    padding: 7px 8px !important;
    border-radius: 8px !important;
    border-width: 1px !important;
  }

  .hero .hero-glass-card strong {
    font-size: 0.82rem !important;
    line-height: 1.05 !important;
  }

  .hero .hero-glass-card small {
    margin-top: 2px !important;
    font-size: 0.5rem !important;
    line-height: 1.18 !important;
  }

  .hero .hero-glass-card-one {
    left: 8vw !important;
    top: 34% !important;
  }

  .hero .hero-glass-card-two {
    right: 4vw !important;
    top: 30% !important;
  }

  .hero .hero-glass-card-three {
    left: 54vw !important;
    bottom: 21% !important;
  }
}

@media (max-width: 380px) {
  .hero .hero-glass-card {
    min-width: 78px !important;
    max-width: 96px !important;
    padding: 6px 7px !important;
  }

  .hero .hero-glass-card strong {
    font-size: 0.78rem !important;
  }

  .hero .hero-glass-card small {
    font-size: 0.48rem !important;
  }

  .hero .hero-glass-card-one {
    left: 7vw !important;
    top: 35% !important;
  }
}

/* Final mobile hero composition: desktop alignment, scaled for phones. */
@media (max-width: 520px) {
  .hero {
    min-height: 455px !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 39% !important;
    left: 49% !important;
    width: min(72vw, 270px) !important;
    transform: translate(-50%, -50%);
  }

  .hero .hero-copy {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 52% !important;
    z-index: 7 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 18px !important;
    transform: none !important;
  }

  .hero .hero-copy h1#hero-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0.06em !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: clamp(2.65rem, 14vw, 3.65rem) !important;
    line-height: 0.9 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .hero .hero-copy h1#hero-title .hero-word {
    display: inline-block !important;
    margin: 0 !important;
  }

  .hero .hero-copy h1#hero-title .hero-word-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.86) !important;
    text-stroke: 1px rgba(255, 255, 255, 0.86) !important;
  }

  .hero .hero-glass-cards {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    display: block !important;
    pointer-events: none !important;
  }

  .hero .hero-glass-card {
    min-width: 82px !important;
    max-width: 102px !important;
    padding: 7px 8px !important;
    border-radius: 9px !important;
  }

  .hero .hero-glass-card strong {
    font-size: 0.82rem !important;
    line-height: 1.05 !important;
  }

  .hero .hero-glass-card small {
    margin-top: 2px !important;
    font-size: 0.5rem !important;
    line-height: 1.18 !important;
  }

  .hero .hero-glass-card-one {
    left: 58% !important;
    top: 13% !important;
  }

  .hero .hero-glass-card-two {
    right: 4vw !important;
    top: 31% !important;
  }

  .hero .hero-glass-card-three {
    left: 52% !important;
    bottom: 22% !important;
  }
}

@media (max-width: 380px) {
  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.25rem, 12.6vw, 3rem) !important;
  }

  .hero .hero-glass-card-one {
    left: 55% !important;
    top: 14% !important;
  }

  .hero .hero-glass-card-two {
    right: 4vw !important;
    top: 32% !important;
  }
}

/* Mobile-only logo removal: final override. */
@media (max-width: 768px) {
  .header-main {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 22px !important;
  }

  .header-main .brand,
  .site-header .brand,
  .header-main .brand-logo,
  .site-header .brand-logo {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 24px !important;
    transform: translateY(-50%) !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  background: #fbfdfb;
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: -18%;
  z-index: 19;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 20%, rgba(215, 168, 79, 0.14), transparent 18%),
    radial-gradient(circle at 82% 22%, rgba(35, 179, 154, 0.12), transparent 22%),
    radial-gradient(circle at 54% 78%, rgba(255, 242, 191, 0.16), transparent 24%),
    radial-gradient(circle, rgba(4, 39, 25, 0.055) 0 0.7px, transparent 0.9px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 20px 20px;
  mix-blend-mode: multiply;
  opacity: 0.36;
  transform: translate3d(0, 0, 0) scale(1);
  animation: pageTextureDrift 18s ease-in-out infinite alternate;
}

.site-sparkles {
  position: fixed;
  inset: 0;
  z-index: 18;
  overflow: hidden;
  pointer-events: none;
}

.site-sparkles span {
  position: absolute;
  width: var(--sparkle-size, 18px);
  height: var(--sparkle-size, 18px);
  opacity: 0;
  animation: sparkleTwinkle var(--sparkle-speed, 7.2s) ease-in-out infinite;
}

.site-sparkles span::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, #cfe7cf 0%, #8acb7c 58%, #58a447 100%);
  clip-path: polygon(50% 0, 60% 39%, 100% 50%, 60% 61%, 50% 100%, 40% 61%, 0 50%, 40% 39%);
  filter: drop-shadow(0 0 8px rgba(138, 203, 124, 0.18));
  transform: rotate(var(--sparkle-rotate, 0deg));
}

.site-sparkles span:nth-child(1) {
  --sparkle-size: 16px;
  --sparkle-speed: 7.4s;
  --sparkle-rotate: -4deg;
  left: 12%;
  top: 28%;
}

.site-sparkles span:nth-child(2) {
  --sparkle-size: 20px;
  --sparkle-speed: 8.2s;
  --sparkle-rotate: 8deg;
  left: 52%;
  top: 44%;
  animation-delay: -2.2s;
}

.site-sparkles span:nth-child(3) {
  --sparkle-size: 13px;
  --sparkle-speed: 7.8s;
  left: 84%;
  top: 72%;
  animation-delay: -3.4s;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(2, 36, 22, 0.98), rgba(6, 86, 47, 0.96) 42%, rgba(12, 118, 61, 0.94) 72%, rgba(4, 55, 31, 0.98)),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.12), transparent 30%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 54px rgba(4, 39, 25, 0.24);
  backdrop-filter: blur(22px) saturate(1.35);
  animation: headerBreath 8s ease-in-out infinite alternate;
}

.site-header::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(255, 255, 255, 0.24) 33%, transparent 43%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 24% 0%, rgba(255, 255, 255, 0.16), transparent 26%);
  mix-blend-mode: screen;
  opacity: 0.86;
  transform: translateX(-38%);
  animation: headerSheen 7s cubic-bezier(0.2, 0.7, 0.2, 1) infinite;
}

.site-header::after {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 0;
  left: clamp(18px, 5vw, 72px);
  height: 2px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), #d9ffe2, rgba(255, 255, 255, 0.36), transparent);
  background-size: 220% 100%;
  opacity: 0.88;
  animation: luxuryLine 5s linear infinite;
}

.header-aura {
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(28px);
  opacity: 0.3;
}

.aura-one {
  left: 8%;
  top: -112px;
  background: #fff0a8;
  animation: auraFloat 10s ease-in-out infinite alternate;
}

.aura-two {
  right: 18%;
  bottom: -138px;
  background: #71efd2;
  animation: auraFloat 12s ease-in-out infinite alternate-reverse;
}

.header-cloud {
  position: absolute;
  z-index: 0;
  height: 38px;
  border-radius: 999px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 17% 52%, rgba(255, 255, 255, 0.92) 0 21%, transparent 22%),
    radial-gradient(ellipse at 36% 36%, rgba(255, 255, 255, 0.78) 0 28%, transparent 29%),
    radial-gradient(ellipse at 62% 50%, rgba(255, 248, 222, 0.86) 0 25%, transparent 26%),
    radial-gradient(ellipse at 82% 56%, rgba(236, 255, 248, 0.72) 0 21%, transparent 22%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  filter: blur(10px);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.cloud-one {
  left: -18%;
  top: 8px;
  width: 36vw;
  min-width: 330px;
  animation: cloudSail 26s linear infinite;
}

.cloud-two {
  left: 28%;
  bottom: 2px;
  width: 28vw;
  min-width: 260px;
  opacity: 0.48;
  animation: cloudSail 31s linear infinite reverse;
}

.cloud-three {
  right: -20%;
  top: 20px;
  width: 34vw;
  min-width: 300px;
  opacity: 0.58;
  animation: cloudSailSoft 22s ease-in-out infinite alternate;
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 22%, #fff6c7 0 13%, transparent 15%),
    linear-gradient(135deg, #031b12, #0e7341 52%, #d7a84f);
  color: var(--white);
  font-weight: 800;
  font-size: 1.25rem;
  box-shadow:
    0 0 0 1px rgba(255, 242, 191, 0.54),
    0 12px 28px rgba(4, 39, 25, 0.22),
    0 0 28px rgba(215, 168, 79, 0.44);
  animation: brandGlow 3.8s ease-in-out infinite alternate;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.nav-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 34px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

.brand strong {
  color: var(--white);
}

.nav-links a {
  position: relative;
  padding: 8px 0;
  transition: color 220ms ease, transform 220ms ease;
}

.nav-links a::before,
.nav-links a::after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
}

.nav-links a::before {
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--coral), var(--teal));
  transition: transform 260ms ease;
}

.nav-links a::after {
  bottom: -5px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(215, 168, 79, 0.28), transparent 68%);
  opacity: 0;
  transition: transform 260ms ease, opacity 260ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-soft);
  transform: translateY(-2px);
}

.nav-links a:hover::before,
.nav-links a:hover::after,
.nav-links a:focus-visible::before,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 800;
}

.header-call,
.button.primary {
  background: var(--green-900);
  color: var(--white);
}

.header-call {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 191, 0.62);
  background:
    linear-gradient(135deg, #041f15, #0b5533 44%, #d7a84f);
  box-shadow: 0 14px 36px rgba(4, 39, 25, 0.22), 0 0 24px rgba(215, 168, 79, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.header-call::before {
  position: absolute;
  inset: -35% auto -35% -55%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(18deg);
  animation: buttonGleam 3.2s ease-in-out infinite;
}

.header-call:hover,
.header-call:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(4, 39, 25, 0.26), 0 0 32px rgba(215, 168, 79, 0.36);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: block;
  gap: 0;
  padding: 0;
  overflow: visible;
  border-bottom: 0;
  background: transparent;
  box-shadow: 0 14px 36px rgba(4, 39, 25, 0.14);
  backdrop-filter: none;
  animation: none;
}

.site-header::before,
.site-header::after {
  content: none;
}

.header-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 66px;
  padding: 0 clamp(18px, 7vw, 106px);
  background: #62bc4b;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.header-topbar p {
  margin: 0;
}

.header-topbar div {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.header-topbar span {
  text-transform: uppercase;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 100px;
  padding: 18px clamp(18px, 7vw, 106px);
  background: #ffffff;
}

.header-main .brand {
  min-width: 260px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 0;
  background: #7cc92e;
  color: #042719;
  font-size: 1.55rem;
  box-shadow: none;
  animation: none;
}

.brand strong {
  color: #121420;
  font-size: clamp(1.7rem, 2.7vw, 2.55rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand small {
  margin-top: 4px;
  color: #5f665f;
}

.header-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: clamp(18px, 4vw, 56px);
  align-items: center;
}

.header-info-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #090b19;
}

.header-info-icon {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px dashed #62bc4b;
  color: #62bc4b;
  font-size: 1.2rem;
}

.header-info-item strong,
.header-info-item small {
  display: block;
}

.header-info-item strong {
  margin-bottom: 3px;
  font-size: 1.06rem;
  line-height: 1.1;
}

.header-info-item small {
  color: #161827;
  font-size: 0.92rem;
}

.header-navrow {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 300px) 134px;
  align-items: stretch;
  min-height: 72px;
  padding-left: clamp(18px, 7vw, 106px);
  background: #1d1e2a;
}

.header-navrow .nav-links {
  justify-content: flex-start;
  gap: clamp(20px, 3vw, 34px);
  color: #ffffff;
  font-size: 0.95rem;
}

.header-navrow .nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  padding: 0;
}

.header-navrow .nav-links a:first-child {
  color: #62bc4b;
}

.header-navrow .nav-links a::before {
  bottom: 18px;
  background: #62bc4b;
}

.header-navrow .nav-links a::after {
  content: none;
}

.header-search {
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  min-height: 72px;
  padding: 0 22px;
  background: #1d1e2a;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.header-search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.header-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.header-search button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.65rem;
  cursor: pointer;
}

.header-call {
  min-height: 72px;
  height: 100%;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #62bc4b;
  color: #ffffff;
  box-shadow: none;
  text-transform: uppercase;
}

.header-call::before {
  content: none;
}

.header-call:hover,
.header-call:focus-visible {
  background: #53aa3d;
  box-shadow: none;
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.8vw, 38px);
  min-height: 92px;
  padding: 0 clamp(18px, 5vw, 72px);
  overflow: visible;
  border-bottom: 1px solid rgba(4, 39, 25, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(4, 39, 25, 0.08);
  backdrop-filter: blur(18px);
  animation: none;
}

.site-header::before,
.site-header::after,
.header-topbar,
.header-info,
.header-search {
  display: none;
}

.header-main,
.header-navrow {
  display: contents;
}

.brand {
  flex: 0 0 auto;
  min-width: 210px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #68bf39;
  color: #ffffff;
  box-shadow: none;
  animation: none;
}

.brand strong {
  color: #06150d;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.brand small {
  color: #59635d;
}

.nav-links {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
  color: #06150d;
}

.nav-links a {
  min-height: 92px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: #06150d;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a:first-child {
  color: #55b832;
  transform: none;
}

.nav-links a::before {
  bottom: 24px;
  background: #55b832;
}

.nav-links a::after {
  content: none;
}

.header-navrow .nav-links a:first-child {
  color: #55b832;
}

.header-call {
  flex: 0 0 auto;
  min-height: 48px;
  height: auto;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #079578, #82da00);
  color: #ffffff;
  box-shadow: none;
  text-transform: none;
}

.header-phone {
  flex: 0 0 auto;
  color: #06150d;
  font-weight: 800;
  white-space: nowrap;
}

.header-search-link {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 6px, #06150d 7px 8px, transparent 9px),
    linear-gradient(45deg, transparent 54%, #06150d 55% 61%, transparent 62%);
  text-indent: 120%;
  white-space: nowrap;
}

.header-call:hover,
.header-call:focus-visible {
  background: linear-gradient(135deg, #067d66, #68bf00);
}

.header-topbar a {
  color: inherit;
}

@keyframes headerBreath {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

@keyframes headerSheen {
  0%,
  18% {
    transform: translateX(-44%);
    opacity: 0;
  }

  42% {
    opacity: 0.88;
  }

  72%,
  100% {
    transform: translateX(62%);
    opacity: 0;
  }
}

@keyframes luxuryLine {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 220% 50%;
  }
}

@keyframes pageTextureDrift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
    transform: translate3d(-1.5%, -1%, 0) scale(1.02);
  }

  to {
    background-position: 8vw 4vh, -7vw 5vh, 3vw -6vh, 18px 20px;
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes sparkleTwinkle {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.42);
  }

  42% {
    opacity: 0.34;
    transform: translate3d(0, 0, 0) scale(1);
  }

  58% {
    opacity: 0.2;
    transform: translate3d(0, -5px, 0) scale(0.82);
  }
}

@keyframes darkSectionGlow {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  to {
    background-position: -8vw 4vh, 7vw -5vh, 4vw 2vh, 0 0;
  }
}

@keyframes footerGlow {
  from {
    background-position: 0 0, 0 0, 0 0;
  }

  to {
    background-position: -6vw 2vh, 8vw -3vh, 0 0;
  }
}

@keyframes aboutParticleFloat {
  0% {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(0.7);
  }

  18% {
    opacity: 1;
  }

  72% {
    opacity: 0.78;
  }

  100% {
    opacity: 0;
    transform: translate3d(34px, -230px, 0) scale(1.08);
  }
}

@keyframes auraFloat {
  from {
    transform: translate3d(-18px, 0, 0) scale(0.92);
  }

  to {
    transform: translate3d(24px, 12px, 0) scale(1.08);
  }
}

@keyframes cloudSail {
  from {
    transform: translate3d(-18vw, 0, 0) scale(0.96);
  }

  to {
    transform: translate3d(118vw, 4px, 0) scale(1.04);
  }
}

@keyframes cloudSailSoft {
  from {
    transform: translate3d(-20px, -2px, 0) scale(0.94);
  }

  to {
    transform: translate3d(36px, 5px, 0) scale(1.08);
  }
}

@keyframes brandGlow {
  from {
    box-shadow:
      0 0 0 1px rgba(255, 242, 191, 0.4),
      0 12px 28px rgba(4, 39, 25, 0.2),
      0 0 18px rgba(215, 168, 79, 0.28);
  }

  to {
    box-shadow:
      0 0 0 1px rgba(255, 242, 191, 0.75),
      0 14px 32px rgba(4, 39, 25, 0.24),
      0 0 38px rgba(215, 168, 79, 0.56);
  }
}

@keyframes buttonGleam {
  0%,
  35% {
    left: -58%;
  }

  70%,
  100% {
    left: 118%;
  }
}

.button.secondary {
  background: var(--green-100);
  color: var(--green-900);
  border: 1px solid var(--line);
}

.ecosystem-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 62px);
  align-items: center;
  overflow: hidden;
  padding: clamp(54px, 7vw, 86px) clamp(18px, 7vw, 92px);
  background:
    radial-gradient(circle at 86% 44%, rgba(4, 39, 25, 0.05) 0 1.5px, transparent 1.8px) 0 0 / 11px 11px,
    linear-gradient(180deg, #fbfdfb 0%, #ffffff 100%);
}

.ecosystem-feature::before,
.ecosystem-feature::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #74c943 0%, #258b25 58%, #0f611d 100%);
  box-shadow: 0 16px 34px rgba(4, 39, 25, 0.16);
}

.ecosystem-feature::before {
  right: 8%;
  top: 34px;
  width: 70px;
  height: 22px;
  transform: rotate(20deg);
}

.ecosystem-feature::after {
  right: 2.5%;
  top: 92px;
  width: 82px;
  height: 24px;
  transform: rotate(132deg);
}

.ecosystem-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 68px rgba(4, 39, 25, 0.18);
}

.ecosystem-photo img {
  aspect-ratio: 0.82;
  object-fit: cover;
}

.ecosystem-copy {
  position: relative;
  min-height: 470px;
  padding: 4px 0 118px;
}

.feature-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #06150d;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-kicker::before {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  content: "☘";
  background: #22a346;
  color: #ffffff;
  font-size: 0.68rem;
}

.ecosystem-copy h2 {
  max-width: 700px;
  margin: 0 0 28px;
  color: #071017;
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.04;
}

.ecosystem-body {
  display: grid;
  grid-template-columns: 190px minmax(240px, 430px);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.ecosystem-stat {
  display: grid;
  justify-items: center;
  padding-right: clamp(24px, 4vw, 44px);
  border-right: 1px solid rgba(4, 39, 25, 0.16);
  text-align: center;
}

.ecosystem-stat strong {
  color: #58bf12;
  font-size: clamp(5rem, 9vw, 8rem);
  font-weight: 900;
  line-height: 0.82;
}

.ecosystem-stat span {
  margin-top: 16px;
  color: #071017;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
}

.ecosystem-body p {
  margin: 0;
  color: #303a36;
  font-size: 1.04rem;
  line-height: 1.55;
}

.feature-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  margin-top: 30px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #079578, #83db00);
  color: #ffffff;
  font-weight: 900;
}

.feature-button span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #52b91c;
}

.ecosystem-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(210px, 26vw, 280px);
  aspect-ratio: 1.45;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 20px 48px rgba(4, 39, 25, 0.16);
}

.service-hero {
  position: relative;
  display: grid;
  min-height: clamp(290px, 35vw, 430px);
  place-items: center;
  overflow: hidden;
  padding: clamp(72px, 10vw, 128px) clamp(18px, 7vw, 92px);
  background:
    radial-gradient(circle at 18% 24%, rgba(53, 158, 76, 0.2), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(25, 118, 61, 0.22), transparent 34%),
    linear-gradient(135deg, #002f1b 0%, #04391f 48%, #002815 100%);
  color: #ffffff;
  text-align: center;
}

.service-hero::before,
.service-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background:
    linear-gradient(135deg, rgba(101, 184, 69, 0.55), rgba(7, 75, 35, 0.8));
  border-radius: 100% 0 100% 0;
}

.service-hero::before {
  left: -38px;
  top: 56px;
  width: 180px;
  height: 64px;
  transform: rotate(26deg);
}

.service-hero::after {
  right: -46px;
  bottom: -18px;
  width: 210px;
  height: 78px;
  transform: rotate(-42deg);
}

.service-leaves {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.service-leaves span {
  position: absolute;
  display: block;
  width: var(--leaf-w, 70px);
  height: var(--leaf-h, 22px);
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(95deg, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #9ee33e 0%, #4cb52a 58%, #147322 100%);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  transform: rotate(var(--leaf-rotate, -24deg));
}

.service-leaves span::after {
  position: absolute;
  left: 8%;
  top: 48%;
  width: 82%;
  height: 1px;
  content: "";
  background: rgba(235, 255, 220, 0.6);
}

.service-leaves span:nth-child(1) {
  --leaf-w: 72px;
  --leaf-h: 22px;
  --leaf-rotate: 18deg;
  left: 25%;
  top: 34%;
}

.service-leaves span:nth-child(2) {
  --leaf-w: 84px;
  --leaf-h: 24px;
  --leaf-rotate: -38deg;
  left: 22%;
  top: 52%;
}

.service-leaves span:nth-child(3) {
  --leaf-w: 62px;
  --leaf-h: 19px;
  --leaf-rotate: 26deg;
  right: 22%;
  top: 39%;
}

.service-leaves span:nth-child(4) {
  --leaf-w: 80px;
  --leaf-h: 24px;
  --leaf-rotate: -148deg;
  right: 10%;
  top: -2%;
  opacity: 0.75;
}

.service-kicker {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-kicker::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  content: "☘";
  background: #39b951;
  color: #00331b;
  font-size: 0.72rem;
}

.service-hero h2 {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.08;
}

.benefits-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  overflow: hidden;
  padding: clamp(76px, 9vw, 126px) clamp(18px, 7vw, 92px);
  background:
    radial-gradient(circle at 28% 48%, rgba(4, 39, 25, 0.045) 0 1.4px, transparent 1.8px) 0 0 / 11px 11px,
    linear-gradient(90deg, #ffffff 0%, #ffffff 52%, #fbfff8 100%);
}

.benefits-feature::before {
  position: absolute;
  left: 7vw;
  top: 52px;
  width: min(44vw, 580px);
  height: min(44vw, 580px);
  content: "";
  background:
    linear-gradient(31deg, transparent 47%, rgba(4, 39, 25, 0.08) 48%, transparent 49%),
    linear-gradient(149deg, transparent 47%, rgba(4, 39, 25, 0.06) 48%, transparent 49%);
  border-radius: 50%;
  opacity: 0.28;
  pointer-events: none;
}

.benefits-visual {
  position: relative;
  min-height: clamp(520px, 50vw, 650px);
}

.benefits-globe,
.benefits-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: #dfeee1;
  box-shadow: 0 24px 58px rgba(4, 39, 25, 0.16);
}

.benefits-globe {
  left: 0;
  top: 0;
  width: min(58%, 360px);
  height: clamp(340px, 40vw, 520px);
}

.benefits-photo {
  right: 0;
  bottom: 0;
  width: min(58%, 365px);
  height: clamp(330px, 34vw, 470px);
}

.benefits-globe img,
.benefits-photo img {
  height: 100%;
  object-fit: cover;
}

.benefits-copy {
  position: relative;
  z-index: 1;
}

.benefits-leaves {
  position: absolute;
  left: -50%;
  top: -46px;
  width: 220px;
  height: 130px;
  pointer-events: none;
}

.benefits-leaves span {
  position: absolute;
  display: block;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #a7ec42 0%, #51b92c 62%, #176d22 100%);
  box-shadow: 0 16px 24px rgba(61, 153, 43, 0.2);
}

.benefits-leaves span::after {
  position: absolute;
  left: 11%;
  top: 51%;
  width: 78%;
  height: 1px;
  content: "";
  background: rgba(235, 255, 220, 0.72);
}

.benefits-leaves span:nth-child(1) {
  left: 10px;
  top: 0;
  width: 90px;
  height: 34px;
  transform: rotate(-48deg);
}

.benefits-leaves span:nth-child(2) {
  right: 6px;
  bottom: 22px;
  width: 76px;
  height: 28px;
  transform: rotate(18deg);
}

.benefits-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #0d1d14;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.benefits-kicker::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  content: "â˜˜";
  background: #39b951;
  color: #ffffff;
  font-size: 0.72rem;
}

.benefits-copy h2 {
  max-width: 610px;
  margin: 0 0 26px;
  color: #07120d;
  font-size: clamp(2.35rem, 4.7vw, 4.15rem);
  font-weight: 500;
  line-height: 1.04;
}

.benefits-intro {
  max-width: 590px;
  margin: 0 0 34px;
  color: #3c4d43;
  font-size: 1.04rem;
  line-height: 1.58;
}

.benefits-list {
  display: grid;
  gap: 28px;
}

.benefit-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: center;
}

.benefit-icon {
  position: relative;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2bb976, #24a94d);
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff, 0 15px 26px rgba(35, 150, 78, 0.22);
}

.benefit-icon::before {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 44px;
  height: 18px;
  content: "";
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #92df32, #36a936);
  transform: rotate(12deg);
}

.benefit-icon svg {
  position: relative;
  z-index: 1;
  width: 49px;
  height: 49px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.benefit-item h3 {
  margin: 0 0 8px;
  color: #06150d;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.18;
}

.benefit-item p {
  margin: 0;
  color: #415249;
  font-size: 1rem;
}

.premium-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  min-height: 620px;
  padding: 108px clamp(18px, 7vw, 92px) 76px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 242, 191, 0.72), transparent 25%),
    radial-gradient(circle at 84% 30%, rgba(35, 179, 154, 0.2), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfff8 58%, #f2fbef 100%);
}

.premium-intro::before {
  position: absolute;
  inset: 54px 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #45b149, rgba(215, 168, 79, 0.8), transparent);
}

.premium-intro::after {
  position: absolute;
  right: -15vw;
  bottom: -18vw;
  width: 48vw;
  height: 48vw;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 242, 191, 0.62), rgba(35, 179, 154, 0.12) 44%, transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  animation: introGlow 13s ease-in-out infinite alternate;
}

.intro-title-strip {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 18px;
  border-bottom: 1px solid rgba(69, 177, 73, 0.5);
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.76));
  color: var(--green-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.intro-scroll-cue {
  position: absolute;
  left: clamp(18px, 3.5vw, 52px);
  top: 42%;
  z-index: 2;
  display: grid;
  gap: 12px;
  justify-items: center;
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 800;
  writing-mode: vertical-rl;
}

.intro-scroll-cue::after {
  width: 1px;
  height: 92px;
  content: "";
  background: linear-gradient(to bottom, var(--green-700), rgba(4, 39, 25, 0.08));
}

.intro-collage {
  position: relative;
  z-index: 1;
  min-height: 430px;
  margin-left: clamp(18px, 4vw, 64px);
}

.collage-img {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 191, 0.72);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 62px rgba(4, 39, 25, 0.15);
  transition: transform 420ms ease, box-shadow 420ms ease, filter 420ms ease;
}

.collage-img:hover {
  filter: saturate(1.14) contrast(1.06);
  box-shadow: 0 34px 84px rgba(4, 39, 25, 0.2), 0 0 36px rgba(215, 168, 79, 0.18);
  transform: translateY(-8px) scale(1.02);
}

.collage-pepper {
  left: 4%;
  top: 72px;
  width: 36%;
  height: 190px;
}

.collage-coconut {
  left: 44%;
  top: 16px;
  width: 52%;
  height: 272px;
}

.collage-paddy {
  left: 0;
  bottom: 0;
  width: 42%;
  height: 182px;
}

.collage-jackfruit {
  right: 8%;
  bottom: 8px;
  width: 37%;
  height: 150px;
}

.intro-copy {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding-left: clamp(22px, 4vw, 48px);
}

.intro-copy > :not(.leaf-scatter) {
  position: relative;
  z-index: 1;
}

.leaf-scatter {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.leaf-scatter span {
  position: absolute;
  display: block;
  width: var(--leaf-w, 44px);
  height: var(--leaf-h, 14px);
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(95deg, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #68c23f 0%, #1e8727 55%, #0b5b1d 100%);
  box-shadow: 0 10px 22px rgba(4, 39, 25, 0.16);
  transform: rotate(var(--leaf-rotate, -24deg));
  transform-origin: 18% 50%;
}

.leaf-scatter span::after {
  position: absolute;
  left: 8%;
  top: 48%;
  width: 82%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(235, 255, 220, 0.85), rgba(8, 86, 28, 0.3));
  transform: rotate(-3deg);
}

.intro-leaves {
  left: clamp(-28px, -2vw, -10px);
  top: clamp(34px, 6vw, 78px);
  z-index: 0;
  width: 150px;
  height: 260px;
}

.intro-leaves span:nth-child(1) {
  --leaf-w: 46px;
  --leaf-h: 15px;
  --leaf-rotate: -76deg;
  left: 2px;
  top: 24px;
}

.intro-leaves span:nth-child(2) {
  --leaf-w: 56px;
  --leaf-h: 16px;
  --leaf-rotate: -42deg;
  left: 54px;
  top: 14px;
}

.intro-leaves span:nth-child(3) {
  --leaf-w: 72px;
  --leaf-h: 18px;
  --leaf-rotate: -18deg;
  left: 16px;
  top: 128px;
}

.intro-leaves span:nth-child(4) {
  --leaf-w: 66px;
  --leaf-h: 17px;
  --leaf-rotate: -34deg;
  left: 74px;
  top: 180px;
}

.intro-leaves span:nth-child(5) {
  --leaf-w: 40px;
  --leaf-h: 13px;
  --leaf-rotate: -118deg;
  left: -12px;
  top: 194px;
}

.intro-pill {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbffd1, #fff3c5);
  color: var(--green-900);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(4, 39, 25, 0.07);
}

.intro-copy h2 {
  margin-bottom: 22px;
  color: #1b1f1d;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(2.2rem, 4.2vw, 4.7rem);
  font-weight: 900;
  line-height: 0.98;
}

.intro-copy h2 span {
  display: block;
  margin-top: 6px;
  color: #73bd55;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.intro-copy > p:not(.intro-pill) {
  max-width: 650px;
  color: #728193;
  font-size: 1.02rem;
  line-height: 1.8;
}

.intro-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.intro-highlights span {
  min-height: 58px;
  padding: 14px 14px;
  border-bottom: 2px solid rgba(215, 168, 79, 0.46);
  color: var(--green-900);
  font-weight: 850;
}

.care-section {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 94px) clamp(18px, 7vw, 92px);
  background: #ffffff;
}

.care-section::before,
.care-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, #68c23f 0%, #1e8727 58%, #0b5b1d 100%);
  border-radius: 100% 0 100% 0;
  box-shadow: 0 14px 34px rgba(4, 39, 25, 0.16);
}

.care-section::before {
  left: -16px;
  top: 18%;
  width: 62px;
  height: 18px;
  transform: rotate(-72deg);
}

.care-section::after {
  right: -18px;
  bottom: 18%;
  width: 78px;
  height: 22px;
  transform: rotate(126deg);
}

.care-heading {
  max-width: 1080px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

.care-heading h2 {
  margin: 0 auto 18px;
  color: #043d18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 4.85rem);
  font-weight: 900;
  line-height: 0.98;
}

.care-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #4e5450;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  max-width: 1120px;
  margin: 0 auto;
}

.care-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 150px;
  padding: 24px 26px;
  border: 1px solid rgba(4, 39, 25, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(4, 39, 25, 0.11);
}

.care-card:first-child {
  border-top: 6px solid #1c9b25;
}

.care-icon {
  position: relative;
  display: block;
  width: 74px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-conic-gradient(#5dab1f 0 9deg, transparent 9deg 14deg),
    #ffffff;
}

.care-icon::before {
  position: absolute;
  inset: 13px;
  content: "";
  border-radius: 50%;
  background: #ffffff;
}

.care-icon::after {
  position: absolute;
  left: 23px;
  top: 22px;
  width: 30px;
  height: 34px;
  content: "";
  background:
    radial-gradient(ellipse at 72% 36%, #5dab1f 0 29%, transparent 31%),
    radial-gradient(ellipse at 32% 68%, #5dab1f 0 31%, transparent 33%),
    linear-gradient(42deg, transparent 43%, #5dab1f 44% 52%, transparent 53%);
}

.care-card h3 {
  margin: 0 0 8px;
  color: #043d18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.05;
}

.care-card p {
  margin: 0;
  color: #5c625e;
  font-size: 1rem;
  line-height: 1.55;
}

@keyframes introGlow {
  from {
    transform: translate3d(-8px, 0, 0) scale(0.96);
  }

  to {
    transform: translate3d(16px, -12px, 0) scale(1.04);
  }
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: calc(100vh - 73px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
  background: #0b4c2c;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(246, 255, 244, 0.95) 0%, rgba(246, 255, 244, 0.78) 36%, rgba(246, 255, 244, 0.22) 62%, rgba(6, 65, 38, 0.16) 100%),
    radial-gradient(circle at 80% 12%, rgba(255, 223, 84, 0.28), transparent 26%),
    linear-gradient(180deg, rgba(3, 47, 27, 0.12), rgba(3, 47, 27, 0.26));
  box-shadow: none;
  pointer-events: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: -2%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  animation: heroImageDrift 16s ease-in-out infinite alternate;
}

.hero-slide.active {
  opacity: 1;
}

.storm-lightning {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.storm-lightning::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 16%, rgba(238, 249, 255, 0.82), transparent 27%),
    radial-gradient(circle at 84% 8%, rgba(202, 229, 255, 0.34), transparent 20%),
    linear-gradient(100deg, transparent 0 52%, rgba(224, 244, 255, 0.38) 58%, transparent 70%);
  mix-blend-mode: screen;
  opacity: 0;
  animation: skyFlash 8.5s linear infinite;
}

.lightning-bolt {
  position: absolute;
  top: 0;
  width: 96px;
  height: 250px;
  opacity: 0;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.9))
    drop-shadow(0 0 24px rgba(149, 215, 255, 0.62))
    drop-shadow(0 0 44px rgba(98, 182, 255, 0.28));
  transform: skewX(-8deg);
  animation: lightningStrike 8.5s linear infinite;
}

.lightning-bolt::before,
.lightning-bolt::after {
  content: "";
  position: absolute;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(191, 233, 255, 0.72), transparent);
}

.lightning-bolt::before {
  left: 48px;
  top: 0;
  height: 132px;
  transform: rotate(18deg);
  transform-origin: top center;
}

.lightning-bolt::after {
  left: 66px;
  top: 106px;
  height: 118px;
  transform: rotate(-23deg);
  transform-origin: top center;
}

.bolt-one {
  left: 68%;
  animation-delay: -2.5s;
}

.bolt-two {
  left: 82%;
  height: 190px;
  transform: scale(0.68) skewX(-8deg);
  animation-delay: -6.4s;
}

.hero::after {
  position: absolute;
  inset: auto -12% 6% -12%;
  z-index: 4;
  height: 210px;
  content: "";
  background:
    radial-gradient(ellipse at 28% 50%, rgba(255, 255, 255, 0.86), transparent 64%),
    radial-gradient(ellipse at 65% 42%, rgba(226, 248, 226, 0.78), transparent 66%);
  filter: blur(32px);
  opacity: 0.94;
  animation: luxuryMist 9s ease-in-out infinite alternate;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 610px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 5.6vw, 6.4rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  color: var(--green-900);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--green-900);
  font-size: 1.3rem;
}

.hero-copy p:not(.eyebrow),
.section p {
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: start;
  padding: 86px clamp(18px, 6vw, 92px);
  background: #fbfff8;
}

.contact-form-copy {
  max-width: 520px;
}

.contact-form-copy h2 {
  margin: 0 0 16px;
  color: #0a3f28;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
}

.contact-form-copy p:not(.eyebrow) {
  margin: 0;
  color: #5e6d62;
  font-size: 1.02rem;
  line-height: 1.8;
}

.contact-page-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(4, 39, 25, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(4, 39, 25, 0.08);
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-page-form label {
  display: grid;
  gap: 8px;
}

.contact-page-form span {
  color: #0a3f28;
  font-weight: 800;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(4, 39, 25, 0.14);
  border-radius: 8px;
  background: #fbfff8;
  color: #102419;
  padding: 12px 14px;
  font: inherit;
  outline: 0;
}

.contact-page-form textarea {
  min-height: 136px;
  resize: vertical;
}

.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  background: #fff;
  border-color: #11643a;
  box-shadow: 0 0 0 4px rgba(17, 100, 58, 0.1);
}

.contact-form-alert {
  padding: 13px 15px;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.55;
}

.contact-form-alert.is-success {
  background: rgba(35, 179, 154, 0.14);
  border: 1px solid rgba(35, 179, 154, 0.24);
  color: #0f766e;
}

.contact-form-alert.is-error {
  background: rgba(237, 123, 114, 0.14);
  border: 1px solid rgba(237, 123, 114, 0.28);
  color: #9f2920;
}

.hero-note {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 42px;
  z-index: 6;
  width: min(280px, calc(100% - 44px));
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green-900);
  border: 1px solid rgba(4, 39, 25, 0.1);
  box-shadow: 0 20px 70px rgba(4, 39, 25, 0.12);
  backdrop-filter: blur(18px);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: clamp(62px, 8vw, 110px) clamp(18px, 6vw, 86px);
  background:
    linear-gradient(90deg, rgba(2, 40, 22, 0.94), rgba(3, 66, 34, 0.82) 42%, rgba(4, 86, 41, 0.56)),
    url("assets/hero-agriculture-drone.png") center / cover no-repeat;
}

.hero::before,
.hero::after,
.storm-lightning,
.mist-particles,
.mountain-sketch {
  display: none;
}

.hero-slider {
  position: relative;
  inset: auto;
  z-index: 1;
  order: 2;
  min-height: clamp(280px, 35vw, 470px);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.26);
}

.hero-slide {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transform: none;
  animation: none;
}

.hero-copy {
  z-index: 2;
  max-width: 720px;
}

.hero-copy .eyebrow {
  color: #8de45a;
}

.hero-copy h1 {
  color: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 900;
  line-height: 0.95;
}

.hero-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
}

.hero-actions .button.primary {
  background: linear-gradient(135deg, #079578, #82da00);
  color: #ffffff;
}

.hero-actions .button.secondary {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero-note {
  right: auto;
  left: clamp(18px, 6vw, 86px);
  bottom: 26px;
  z-index: 2;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-note strong {
  color: #ffffff;
}

.hero-note span {
  color: rgba(255, 255, 255, 0.75);
}

.mountain-sketch {
  position: absolute;
  inset: 7% -5% 0 24%;
  z-index: 1;
  display: none;
  width: 86%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: 0.92;
}

.mountain-sketch path {
  vector-effect: non-scaling-stroke;
}

.paint-wash {
  filter: url("#paintBlur");
  opacity: 0.55;
}

.wash-one {
  fill: rgba(197, 228, 198, 0.62);
}

.wash-two {
  fill: rgba(64, 137, 82, 0.24);
}

.paint-mountain {
  stroke: rgba(4, 39, 25, 0.1);
  stroke-linejoin: round;
  stroke-width: 1;
}

.mountain-paint-back {
  fill: url("#paintBack");
  opacity: 0.55;
}

.mountain-paint-mid {
  fill: url("#paintMid");
  opacity: 0.66;
}

.mountain-paint-front {
  fill: url("#paintFront");
  opacity: 0.76;
}

.paint-highlight {
  fill: rgba(255, 255, 255, 0.42);
  filter: url("#paintBlur");
}

.paint-highlight.small {
  opacity: 0.68;
}

.paint-shadow {
  fill: rgba(4, 39, 25, 0.16);
  filter: url("#paintBlur");
}

.mist-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.94);
  stroke-linecap: round;
  stroke-width: 70;
  filter: url("#mistBlur");
  opacity: 0.72;
  animation: sketchMist 10s ease-in-out infinite alternate;
}

.mist-particles {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.mist-particles::before,
.mist-particles::after {
  content: "";
  position: absolute;
  inset: -24% -14%;
  background-repeat: repeat;
  pointer-events: none;
  transform: rotate(10deg);
  will-change: background-position;
}

.mist-particles::before {
  opacity: 0.48;
  background-image:
    repeating-linear-gradient(100deg, transparent 0 26px, rgba(255, 255, 255, 0.48) 27px 28px, transparent 30px 78px),
    repeating-linear-gradient(100deg, transparent 0 54px, rgba(162, 224, 250, 0.34) 55px 56px, transparent 58px 118px);
  background-size: 160px 180px, 230px 260px;
  animation: rainSheet 0.82s linear infinite;
}

.mist-particles::after {
  opacity: 0.32;
  background-image:
    repeating-linear-gradient(100deg, transparent 0 18px, rgba(255, 255, 255, 0.36) 19px 20px, transparent 22px 70px);
  background-size: 120px 150px;
  filter: blur(1.4px);
  animation: rainSheetSoft 1.25s linear infinite;
}

.mist-particles span {
  position: absolute;
  display: block;
  width: 2px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9), rgba(181, 236, 255, 0.6), transparent);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.42),
    0 0 24px rgba(117, 203, 236, 0.2);
  filter: blur(0.45px);
  opacity: 0;
  transform-origin: center;
  animation: particleMist 2.1s linear infinite;
}

.mist-particles span::before {
  display: none;
}

.mist-particles span:nth-child(1) {
  left: 48%;
  top: 42%;
  animation-delay: 0s;
}

.mist-particles span:nth-child(2) {
  left: 62%;
  top: 58%;
  height: 68px;
  animation-delay: -4s;
}

.mist-particles span:nth-child(2)::before {
  animation-delay: -4s;
}

.mist-particles span:nth-child(3) {
  left: 72%;
  top: 36%;
  height: 118px;
  animation-delay: -8s;
}

.mist-particles span:nth-child(3)::before {
  animation-delay: -8s;
}

.mist-particles span:nth-child(4) {
  left: 82%;
  top: 68%;
  height: 62px;
  animation-delay: -2s;
}

.mist-particles span:nth-child(4)::before {
  animation-delay: -2s;
}

.mist-particles span:nth-child(5) {
  left: 56%;
  top: 28%;
  height: 104px;
  animation-delay: -6s;
}

.mist-particles span:nth-child(5)::before {
  animation-delay: -6s;
}

.mist-particles span:nth-child(6) {
  left: 76%;
  top: 52%;
  height: 124px;
  animation-delay: -10s;
}

.mist-particles span:nth-child(6)::before {
  animation-delay: -10s;
}

.mist-particles span:nth-child(7) {
  left: 90%;
  top: 44%;
  height: 76px;
  animation-delay: -12s;
}

.mist-particles span:nth-child(7)::before {
  animation-delay: -12s;
}

.mist-particles span:nth-child(8) {
  left: 68%;
  top: 74%;
  height: 92px;
  animation-delay: -5s;
}

.mist-particles span:nth-child(8)::before {
  animation-delay: -5s;
}

.mist-particles span:nth-child(9) {
  left: 46%;
  top: 74%;
  height: 72px;
  animation-delay: -9s;
}

.mist-particles span:nth-child(9)::before {
  animation-delay: -9s;
}

.mist-particles span:nth-child(10) {
  left: 84%;
  top: 32%;
  height: 64px;
  animation-delay: -13s;
}

.mist-particles span:nth-child(10)::before {
  animation-delay: -13s;
}

.mist-particles span:nth-child(11) {
  left: 56%;
  top: 82%;
  height: 86px;
  animation-delay: -1s;
}

.mist-particles span:nth-child(11)::before {
  animation-delay: -1s;
}

.mist-particles span:nth-child(12) {
  left: 94%;
  top: 66%;
  height: 82px;
  animation-delay: -7s;
}

.mist-particles span:nth-child(12)::before {
  animation-delay: -7s;
}

.mist-b {
  stroke-width: 78;
  animation-delay: -4s;
  animation-duration: 13s;
}

.mist-c {
  stroke-width: 58;
  animation-delay: -7s;
  animation-duration: 16s;
}

@keyframes sketchMist {
  from {
    opacity: 0.46;
    transform: translateX(-26px);
  }

  to {
    opacity: 0.88;
    transform: translateX(36px);
  }
}

@keyframes luxuryMist {
  from {
    transform: translateX(-18px);
  }

  to {
    transform: translateX(24px);
  }
}

@keyframes particleMist {
  0% {
    opacity: 0;
    transform: translate3d(-28px, -42vh, 0) rotate(10deg) scaleY(0.72);
  }

  12% {
    opacity: 0.78;
  }

  74% {
    opacity: 0.55;
  }

  100% {
    opacity: 0;
    transform: translate3d(42px, 96vh, 0) rotate(10deg) scaleY(1.08);
  }
}

@keyframes rainSheet {
  from {
    background-position: 0 -180px, 0 -260px;
  }

  to {
    background-position: -42px 180px, -58px 260px;
  }
}

@keyframes rainSheetSoft {
  from {
    background-position: 0 -150px;
  }

  to {
    background-position: -36px 150px;
  }
}

@keyframes skyFlash {
  0%,
  63%,
  67%,
  100% {
    opacity: 0;
  }

  64% {
    opacity: 0.3;
  }

  65% {
    opacity: 0.08;
  }

  66% {
    opacity: 0.22;
  }
}

@keyframes lightningStrike {
  0%,
  62.8%,
  64.8%,
  66.8%,
  100% {
    opacity: 0;
  }

  63.2% {
    opacity: 0.7;
  }

  64% {
    opacity: 0.18;
  }

  65.4% {
    opacity: 0.55;
  }

  66% {
    opacity: 0.08;
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1.04) translate3d(-10px, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(14px, -8px, 0);
  }
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.mountain-range,
.forest-layer,
.mist {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mountain-range {
  z-index: 1;
}

.mountain {
  position: absolute;
  bottom: -13vw;
  display: block;
  width: 62vw;
  height: 38vw;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.mountain-back {
  right: -8vw;
  background: rgba(13, 81, 47, 0.18);
  transform: scale(1.22);
}

.mountain-mid {
  right: 13vw;
  bottom: -15vw;
  background: rgba(23, 116, 62, 0.2);
  transform: scale(0.98);
}

.mountain-front {
  right: 31vw;
  bottom: -17vw;
  background: rgba(7, 59, 34, 0.24);
  transform: scale(0.78);
}

.forest-layer {
  z-index: 2;
  bottom: 0;
  top: auto;
  height: 34%;
  opacity: 0.86;
  background-repeat: repeat-x;
  background-size: 520px 100%;
  transform: translateZ(0);
}

.forest-back {
  height: 42%;
  opacity: 0.38;
  background-image:
    linear-gradient(to top, rgba(119, 174, 111, 0.6), rgba(119, 174, 111, 0)),
    radial-gradient(ellipse at 8% 100%, rgba(89, 151, 86, 0.58) 0 22%, transparent 23%),
    radial-gradient(ellipse at 22% 100%, rgba(89, 151, 86, 0.5) 0 26%, transparent 27%),
    radial-gradient(ellipse at 40% 100%, rgba(89, 151, 86, 0.56) 0 20%, transparent 21%),
    radial-gradient(ellipse at 61% 100%, rgba(89, 151, 86, 0.52) 0 24%, transparent 25%),
    radial-gradient(ellipse at 82% 100%, rgba(89, 151, 86, 0.54) 0 21%, transparent 22%);
  filter: blur(1px);
  animation: forestFloat 18s ease-in-out infinite alternate;
}

.forest-front {
  height: 28%;
  background-image:
    linear-gradient(to top, rgba(38, 111, 58, 0.5), rgba(38, 111, 58, 0)),
    radial-gradient(ellipse at 4% 100%, rgba(50, 124, 66, 0.72) 0 25%, transparent 26%),
    radial-gradient(ellipse at 18% 100%, rgba(50, 124, 66, 0.68) 0 31%, transparent 32%),
    radial-gradient(ellipse at 36% 100%, rgba(50, 124, 66, 0.7) 0 24%, transparent 25%),
    radial-gradient(ellipse at 52% 100%, rgba(50, 124, 66, 0.66) 0 28%, transparent 29%),
    radial-gradient(ellipse at 70% 100%, rgba(50, 124, 66, 0.74) 0 26%, transparent 27%),
    radial-gradient(ellipse at 91% 100%, rgba(50, 124, 66, 0.7) 0 30%, transparent 31%);
  animation: forestFloat 14s ease-in-out infinite alternate-reverse;
}

.mist {
  z-index: 3;
  opacity: 0.82;
}

.mist::before,
.mist::after {
  position: absolute;
  content: "";
  width: 48vw;
  height: 94px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.34) 58%, transparent 70%),
    radial-gradient(ellipse at 68% 45%, rgba(223, 247, 220, 0.54), transparent 64%);
  filter: blur(16px);
}

.mist-one::before {
  top: 20%;
  left: -18vw;
  animation: mistDrift 22s linear infinite, mistPulse 7s ease-in-out infinite alternate;
}

.mist-one::after {
  top: 32%;
  left: 16vw;
  animation: mistDrift 28s linear infinite reverse, mistPulse 9s ease-in-out infinite alternate-reverse;
}

.mist-two::before {
  top: 48%;
  left: 38vw;
  width: 58vw;
  animation: mistDrift 34s linear infinite, mistPulse 8s ease-in-out infinite alternate;
}

.mist-two::after {
  top: 62%;
  left: -8vw;
  animation: mistDrift 27s linear infinite reverse, mistPulse 10s ease-in-out infinite alternate;
}

.mist-three::before {
  top: 73%;
  left: 12vw;
  width: 70vw;
  height: 120px;
  animation: mistDrift 38s linear infinite, mistPulse 11s ease-in-out infinite alternate-reverse;
}

.mist-three::after {
  top: 78%;
  left: -22vw;
  width: 64vw;
  height: 110px;
  animation: mistDrift 31s linear infinite reverse, mistPulse 8s ease-in-out infinite alternate;
}

@keyframes mistDrift {
  from {
    transform: translateX(-8vw);
  }

  to {
    transform: translateX(28vw);
  }
}

@keyframes mistPulse {
  from {
    opacity: 0.46;
  }

  to {
    opacity: 0.9;
  }
}

@keyframes forestFloat {
  from {
    transform: translateX(-10px) translateY(0);
  }

  to {
    transform: translateX(12px) translateY(5px);
  }
}

.products {
  position: relative;
  overflow: hidden;
  padding-top: clamp(34px, 4.5vw, 58px);
  padding-bottom: clamp(36px, 4.8vw, 62px);
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 242, 191, 0.72), transparent 25%),
    radial-gradient(circle at 86% 15%, rgba(35, 179, 154, 0.22), transparent 27%),
    radial-gradient(circle at 48% 92%, rgba(237, 123, 114, 0.14), transparent 28%),
    linear-gradient(180deg, #fffdf6 0%, #f6fbf4 58%, #ffffff 100%);
}

.products::before {
  position: absolute;
  inset: 28px clamp(18px, 5vw, 72px) auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(215, 168, 79, 0.72), rgba(35, 179, 154, 0.38), transparent);
}

.products::after {
  position: absolute;
  right: -18vw;
  top: 16%;
  width: 46vw;
  height: 46vw;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.78), transparent 58%),
    conic-gradient(from 140deg, rgba(215, 168, 79, 0.16), rgba(35, 179, 154, 0.12), rgba(237, 123, 114, 0.1), rgba(215, 168, 79, 0.16));
  filter: blur(8px);
  opacity: 0.8;
  pointer-events: none;
  animation: productHalo 16s ease-in-out infinite alternate;
}

.section-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  text-shadow: 0 14px 38px rgba(4, 39, 25, 0.12);
}

.section-lead {
  max-width: 500px;
  margin: 8px 0 0;
  color: rgba(4, 39, 25, 0.68);
  font-size: clamp(0.84rem, 1vw, 0.94rem);
  line-height: 1.45;
}

.products .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(215, 168, 79, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 32px rgba(4, 39, 25, 0.08);
  color: #8b621a;
  backdrop-filter: blur(12px);
}

.products .eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, var(--gold), var(--teal));
  box-shadow: 0 0 18px rgba(215, 168, 79, 0.8);
}

.latest-products-button {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  overflow: hidden;
  min-height: 44px;
  padding-inline: 18px;
  border: 1px solid rgba(255, 242, 191, 0.68);
  background:
    linear-gradient(135deg, #041f15, #0b5533 48%, #d7a84f);
  box-shadow: 0 18px 44px rgba(4, 39, 25, 0.2), 0 0 26px rgba(215, 168, 79, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.latest-products-button::before {
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 42%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  transform: rotate(18deg);
  animation: buttonGleam 3.2s ease-in-out infinite;
}

.latest-products-button:hover,
.latest-products-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(4, 39, 25, 0.25), 0 0 34px rgba(215, 168, 79, 0.32);
}

.product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.product-grid.latest-products-slider {
  display: flex;
  grid-template-columns: none;
  gap: 16px;
  width: max-content;
  animation: latestProductsLoop 34s linear infinite;
  will-change: transform;
}

.products:has(.latest-products-slider) {
  overflow: hidden;
}

.latest-products-slider .product-card {
  flex: 0 0 clamp(170px, 16vw, 220px);
}

.latest-products-slider:hover {
  animation-play-state: paused;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(215, 168, 79, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 252, 241, 0.88)),
    var(--white);
  box-shadow: 0 22px 60px rgba(4, 39, 25, 0.1);
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.product-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(130deg, transparent 0 26%, rgba(255, 255, 255, 0.56) 36%, transparent 47%),
    linear-gradient(180deg, transparent 48%, rgba(4, 39, 25, 0.04));
  opacity: 0;
  transform: translateX(-42%);
  transition: opacity 260ms ease;
}

.product-card::after {
  position: absolute;
  inset: 10px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 242, 191, 0.52);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0.68;
}

.product-card:hover {
  border-color: rgba(215, 168, 79, 0.48);
  box-shadow: 0 30px 78px rgba(4, 39, 25, 0.15), 0 0 34px rgba(215, 168, 79, 0.14);
  transform: translateY(-8px);
}

.product-card:hover::before {
  opacity: 1;
  animation: cardGleam 1.1s ease forwards;
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1);
  transition: transform 420ms ease, filter 420ms ease;
}

.product-card:hover img {
  filter: saturate(1.18) contrast(1.08);
  transform: scale(1.06);
}

.product-card div {
  position: relative;
  z-index: 2;
  padding: 12px;
}

.product-card h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  color: var(--green-900);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
}

.product-card h3::after {
  width: 34px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gold), transparent);
}

.order-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 6px;
  padding: 0 12px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, #041f15, #0b5533 56%, #d7a84f);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  border: 1px solid rgba(255, 242, 191, 0.52);
  box-shadow: 0 12px 28px rgba(4, 39, 25, 0.14);
  transition: color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.order-link::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), transparent);
  transform: translateX(-110%);
  transition: transform 420ms ease;
}

.order-link:hover,
.order-link:focus-visible {
  color: var(--white);
  box-shadow: 0 16px 34px rgba(4, 39, 25, 0.2), 0 0 22px rgba(215, 168, 79, 0.26);
  transform: translateY(-2px);
}

.order-link:hover::before,
.order-link:focus-visible::before {
  transform: translateX(110%);
}

@keyframes productHalo {
  from {
    transform: translate3d(-8px, -8px, 0) rotate(0deg) scale(0.95);
  }

  to {
    transform: translate3d(14px, 10px, 0) rotate(16deg) scale(1.04);
  }
}

@keyframes cardGleam {
  from {
    transform: translateX(-52%);
  }

  to {
    transform: translateX(72%);
  }
}

@keyframes latestProductsLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 11px));
  }
}

.about {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 14%, rgba(35, 179, 154, 0.16), transparent 24%),
    radial-gradient(circle at 20% 70%, rgba(215, 168, 79, 0.1), transparent 26%),
    radial-gradient(circle at 52% 42%, rgba(255, 255, 255, 0.035), transparent 34%),
    var(--green-900);
  background-size: 120% 120%, 130% 130%, 110% 110%, 100% 100%;
  padding-top: clamp(120px, 15vw, 190px);
  animation: darkSectionGlow 14s ease-in-out infinite alternate;
}

.about-panel {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr) minmax(280px, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.about-leaves {
  position: absolute;
  left: clamp(10px, 3vw, 42px);
  top: clamp(42px, 8vw, 104px);
  z-index: 3;
  width: 180px;
  height: 210px;
}

.about-leaves span {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.about-leaves span:nth-child(1) {
  --leaf-w: 54px;
  --leaf-h: 16px;
  --leaf-rotate: -72deg;
  left: 4px;
  top: 10px;
}

.about-leaves span:nth-child(2) {
  --leaf-w: 70px;
  --leaf-h: 18px;
  --leaf-rotate: -24deg;
  left: 64px;
  top: 82px;
}

.about-leaves span:nth-child(3) {
  --leaf-w: 46px;
  --leaf-h: 14px;
  --leaf-rotate: -118deg;
  left: 22px;
  top: 132px;
}

.about-leaves span:nth-child(4) {
  --leaf-w: 62px;
  --leaf-h: 17px;
  --leaf-rotate: -38deg;
  left: 102px;
  top: 24px;
}

.about h2,
.about p {
  color: var(--white);
}

.about .eyebrow {
  color: #a8dfb3;
}

.about p {
  opacity: 0.86;
}

.about-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.about-particles span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 242, 191, 0.82);
  box-shadow:
    0 0 18px rgba(255, 242, 191, 0.72),
    0 0 42px rgba(35, 179, 154, 0.48);
  opacity: 0;
  animation: aboutParticleFloat 13s linear infinite;
}

.about-particles span:nth-child(1) {
  left: 12%;
  top: 82%;
  animation-delay: -1s;
}

.about-particles span:nth-child(2) {
  left: 28%;
  top: 72%;
  width: 4px;
  height: 4px;
  background: rgba(154, 232, 203, 0.78);
  animation-delay: -5s;
  animation-duration: 16s;
}

.about-particles span:nth-child(3) {
  left: 44%;
  top: 88%;
  animation-delay: -9s;
  animation-duration: 15s;
}

.about-particles span:nth-child(4) {
  left: 58%;
  top: 76%;
  width: 9px;
  height: 9px;
  background: rgba(154, 232, 203, 0.72);
  animation-delay: -3s;
  animation-duration: 18s;
}

.about-particles span:nth-child(5) {
  left: 72%;
  top: 86%;
  width: 4px;
  height: 4px;
  animation-delay: -11s;
}

.about-particles span:nth-child(6) {
  left: 86%;
  top: 74%;
  background: rgba(154, 232, 203, 0.76);
  animation-delay: -7s;
  animation-duration: 17s;
}

.about-particles span:nth-child(7) {
  left: 36%;
  top: 96%;
  width: 3px;
  height: 3px;
  animation-delay: -13s;
  animation-duration: 19s;
}

.about-particles span:nth-child(8) {
  left: 94%;
  top: 90%;
  width: 6px;
  height: 6px;
  animation-delay: -4s;
  animation-duration: 14s;
}

.about-particles span:nth-child(9) {
  left: 18%;
  top: 94%;
  width: 8px;
  height: 8px;
  background: rgba(154, 232, 203, 0.76);
  animation-delay: -8s;
  animation-duration: 12s;
}

.about-particles span:nth-child(10) {
  left: 50%;
  top: 68%;
  width: 5px;
  height: 5px;
  animation-delay: -2s;
  animation-duration: 11s;
}

.about-particles span:nth-child(11) {
  left: 66%;
  top: 96%;
  width: 10px;
  height: 10px;
  background: rgba(154, 232, 203, 0.68);
  animation-delay: -10s;
  animation-duration: 15s;
}

.about-particles span:nth-child(12) {
  left: 80%;
  top: 62%;
  width: 5px;
  height: 5px;
  animation-delay: -6s;
  animation-duration: 13s;
}

.about-particles span:nth-child(13) {
  left: 8%;
  top: 58%;
  width: 6px;
  height: 6px;
  background: rgba(154, 232, 203, 0.66);
  animation-delay: -12s;
  animation-duration: 17s;
}

.about-particles span:nth-child(14) {
  left: 92%;
  top: 50%;
  width: 8px;
  height: 8px;
  animation-delay: -14s;
  animation-duration: 16s;
}

.about-particles span:nth-child(15) {
  left: 4%;
  top: 94%;
  width: 11px;
  height: 11px;
  background: rgba(154, 232, 203, 0.78);
  animation-delay: -16s;
  animation-duration: 18s;
}

.about-particles span:nth-child(16) {
  left: 22%;
  top: 48%;
  width: 6px;
  height: 6px;
  animation-delay: -4.5s;
  animation-duration: 10s;
}

.about-particles span:nth-child(17) {
  left: 32%;
  top: 98%;
  width: 14px;
  height: 14px;
  background: rgba(255, 242, 191, 0.54);
  box-shadow:
    0 0 24px rgba(255, 242, 191, 0.62),
    0 0 58px rgba(35, 179, 154, 0.34);
  animation-delay: -7.5s;
  animation-duration: 20s;
}

.about-particles span:nth-child(18) {
  left: 48%;
  top: 92%;
  width: 7px;
  height: 7px;
  background: rgba(154, 232, 203, 0.82);
  animation-delay: -13.5s;
  animation-duration: 12s;
}

.about-particles span:nth-child(19) {
  left: 62%;
  top: 60%;
  width: 6px;
  height: 6px;
  animation-delay: -1.5s;
  animation-duration: 11s;
}

.about-particles span:nth-child(20) {
  left: 74%;
  top: 98%;
  width: 13px;
  height: 13px;
  background: rgba(154, 232, 203, 0.62);
  box-shadow:
    0 0 24px rgba(154, 232, 203, 0.58),
    0 0 62px rgba(255, 242, 191, 0.28);
  animation-delay: -18s;
  animation-duration: 21s;
}

.about-particles span:nth-child(21) {
  left: 88%;
  top: 82%;
  width: 7px;
  height: 7px;
  animation-delay: -9.5s;
  animation-duration: 12s;
}

.about-particles span:nth-child(22) {
  left: 98%;
  top: 66%;
  width: 10px;
  height: 10px;
  background: rgba(154, 232, 203, 0.74);
  animation-delay: -5.5s;
  animation-duration: 15s;
}

.about-particles span:nth-child(23) {
  left: 6%;
  top: 42%;
  width: 5px;
  height: 5px;
  animation-delay: -3.2s;
  animation-duration: 10s;
}

.about-particles span:nth-child(24) {
  left: 16%;
  top: 66%;
  width: 9px;
  height: 9px;
  background: rgba(154, 232, 203, 0.76);
  animation-delay: -11.2s;
  animation-duration: 14s;
}

.about-particles span:nth-child(25) {
  left: 26%;
  top: 36%;
  width: 6px;
  height: 6px;
  animation-delay: -6.8s;
  animation-duration: 12s;
}

.about-particles span:nth-child(26) {
  left: 38%;
  top: 58%;
  width: 12px;
  height: 12px;
  background: rgba(154, 232, 203, 0.64);
  animation-delay: -15.8s;
  animation-duration: 19s;
}

.about-particles span:nth-child(27) {
  left: 54%;
  top: 40%;
  width: 5px;
  height: 5px;
  animation-delay: -8.4s;
  animation-duration: 11s;
}

.about-particles span:nth-child(28) {
  left: 68%;
  top: 30%;
  width: 8px;
  height: 8px;
  background: rgba(154, 232, 203, 0.74);
  animation-delay: -12.8s;
  animation-duration: 15s;
}

.about-particles span:nth-child(29) {
  left: 78%;
  top: 46%;
  width: 6px;
  height: 6px;
  animation-delay: -2.8s;
  animation-duration: 10s;
}

.about-particles span:nth-child(30) {
  left: 90%;
  top: 34%;
  width: 11px;
  height: 11px;
  background: rgba(154, 232, 203, 0.7);
  animation-delay: -17.4s;
  animation-duration: 18s;
}

.about-particles span:nth-child(31) {
  left: 42%;
  top: 22%;
  width: 4px;
  height: 4px;
  animation-delay: -9.2s;
  animation-duration: 13s;
}

.about-particles span:nth-child(32) {
  left: 84%;
  top: 18%;
  width: 5px;
  height: 5px;
  animation-delay: -4.8s;
  animation-duration: 12s;
}

.cafe {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  background: #f7fbf6;
}

.cafe img {
  aspect-ratio: 1.18;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.home-questions {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) clamp(20px, 7vw, 104px);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 242, 191, 0.62), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(35, 179, 154, 0.18), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f6fbf4 100%);
}

.questions-intro h2 {
  max-width: 620px;
  margin: 10px 0 16px;
  color: #06381d;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.questions-intro p {
  max-width: 580px;
  color: rgba(6, 56, 29, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.questions-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.questions-list {
  display: grid;
  gap: 16px;
}

.questions-list details {
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(19, 124, 59, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(4, 39, 25, 0.08);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.questions-list details[open] {
  border-color: rgba(19, 124, 59, 0.28);
  box-shadow: 0 22px 58px rgba(4, 39, 25, 0.12);
}

.questions-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 16px 18px 16px 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #137c3b, #0f8f4a);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  list-style: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition: background 200ms ease;
}

.questions-list details[open] summary {
  background: linear-gradient(135deg, #06381d, #137c3b);
}

.questions-list summary::-webkit-details-marker {
  display: none;
}

.questions-list summary::after {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #137c3b;
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 200ms ease, background 200ms ease;
}

.questions-list details[open] summary::after {
  background: #effbea;
  color: #06381d;
  content: "-";
  transform: rotate(180deg);
}

.questions-list p {
  margin: 0;
  padding: 18px 56px 12px 22px;
  color: rgba(6, 56, 29, 0.72);
  line-height: 1.65;
}

.contact {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.contact h2 {
  max-width: 780px;
  margin-bottom: 12px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #14a85f, #63cf19);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(10, 104, 49, 0.26);
  text-decoration: none;
  line-height: 0;
}

.whatsapp-float svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
}

body.modal-open {
  overflow: hidden;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.quote-modal.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 23, 14, 0.66);
  backdrop-filter: blur(9px) saturate(1.15);
}

.quote-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 246, 0.98)),
    radial-gradient(circle at 90% 12%, rgba(215, 168, 79, 0.16), transparent 30%);
  box-shadow: 0 34px 95px rgba(4, 39, 25, 0.34);
  outline: 0;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
}

.quote-modal.is-open .quote-dialog {
  transform: translateY(0) scale(1);
}

.quote-dialog::before {
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, var(--green-700), #79d313, var(--gold));
}

.quote-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--green-900);
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}

.quote-close:hover,
.quote-close:focus-visible {
  background: var(--green-900);
  color: var(--white);
}

.quote-kicker {
  margin: 8px 48px 8px 0;
  color: #5bb527;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quote-dialog h2 {
  max-width: 430px;
  margin: 0 48px 10px 0;
  color: var(--green-900);
  font-size: clamp(1.7rem, 3.4vw, 2.36rem);
  line-height: 1.05;
}

.quote-intro {
  margin: 0 0 18px;
  color: var(--muted);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 16px;
}

.quote-form label {
  display: grid;
  gap: 7px;
}

.quote-form span {
  color: var(--green-800);
  font-size: 0.82rem;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(4, 39, 25, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 10px 14px;
  outline: 0;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #59b72e;
  box-shadow: 0 0 0 4px rgba(89, 183, 46, 0.14);
}

.quote-field-full,
.quote-submit {
  grid-column: 1 / -1;
}

.quote-submit {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #079578, #82da00);
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(39, 142, 41, 0.28);
}

.quote-submit:hover,
.quote-submit:focus-visible {
  filter: saturate(1.08) brightness(1.03);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 72px) 22px;
  background:
    radial-gradient(circle at 82% 18%, rgba(35, 179, 154, 0.24), transparent 28%),
    radial-gradient(circle at 18% 82%, rgba(215, 168, 79, 0.18), transparent 30%),
    linear-gradient(135deg, #06381d 0%, #0b4a29 54%, #07351f 100%);
  color: var(--white);
  animation: footerGlow 16s ease-in-out infinite alternate;
}

.site-footer::before {
  position: absolute;
  inset: 18px clamp(18px, 5vw, 72px) auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 242, 191, 0.56), rgba(35, 179, 154, 0.42), transparent);
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(170px, 0.7fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.footer-brand p,
.footer-column p,
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand p {
  max-width: 460px;
  margin-top: 18px;
  line-height: 1.75;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(220px, 72vw);
  min-height: 86px;
  padding: 12px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.footer-logo img {
  display: block;
  max-width: 100%;
  max-height: 66px;
  object-fit: contain;
}

.footer-column {
  display: grid;
  gap: 12px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: #fff2bf;
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-contact p {
  line-height: 1.65;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 58px);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1000px) {
  .header-topbar,
  .header-main {
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .header-info {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-navrow {
    grid-template-columns: 1fr 126px;
    padding-left: 24px;
  }

  .header-search {
    display: none;
  }

  .ecosystem-feature {
    grid-template-columns: 1fr;
  }

  .ecosystem-photo {
    max-width: 520px;
  }

  .ecosystem-photo img {
    aspect-ratio: 1.25;
  }

  .benefits-feature {
    grid-template-columns: 1fr;
  }

  .benefits-visual {
    max-width: 680px;
    min-height: 540px;
  }

  .benefits-leaves {
    left: auto;
    right: 0;
  }

  .premium-intro {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .intro-collage {
    order: 2;
    margin-left: 0;
  }

  .intro-copy {
    order: 1;
  }

  .cafe,
  .home-questions,
  .about-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

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

  .contact {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 760px) {
  .site-header {
    display: block;
  }

  .header-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.84rem;
  }

  .header-topbar div {
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-main {
    gap: 18px;
    min-height: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-main .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 1.55rem;
  }

  .header-info {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .header-info-item {
    gap: 10px;
  }

  .header-info-icon {
    width: 36px;
    height: 36px;
  }

  .header-navrow {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0 18px;
  }

  .header-navrow .nav-links {
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }

  .header-navrow .nav-links a {
    min-height: 58px;
    white-space: nowrap;
  }

  .header-call {
    display: none;
  }

  .ecosystem-feature {
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .ecosystem-copy {
    min-height: 0;
    padding-bottom: 0;
  }

  .ecosystem-body {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ecosystem-stat {
    justify-items: start;
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(4, 39, 25, 0.16);
    text-align: left;
  }

  .ecosystem-stat strong {
    font-size: 4.7rem;
  }

  .ecosystem-small {
    position: static;
    width: 100%;
    margin-top: 24px;
  }

  .service-hero {
    min-height: 300px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .service-leaves span:nth-child(1) {
    left: 12%;
    top: 24%;
  }

  .service-leaves span:nth-child(2) {
    left: 8%;
    top: 66%;
  }

  .service-leaves span:nth-child(3) {
    right: 8%;
    top: 28%;
  }

  .benefits-feature {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .benefits-visual {
    min-height: 560px;
  }

  .benefits-globe,
  .benefits-photo {
    width: 74%;
  }

  .benefits-globe {
    height: 330px;
  }

  .benefits-photo {
    height: 310px;
  }

  .benefits-leaves {
    display: none;
  }

  .benefit-item {
    grid-template-columns: 72px 1fr;
    gap: 16px;
  }

  .benefit-icon {
    width: 72px;
    height: 72px;
  }

  .benefit-icon svg {
    width: 40px;
    height: 40px;
  }

  .premium-intro {
    padding-top: 96px;
    padding-bottom: 54px;
  }

  .intro-title-strip {
    display: block;
    font-size: 0.92rem;
  }

  .intro-title-strip span,
  .intro-title-strip strong {
    display: block;
  }

  .intro-scroll-cue {
    opacity: 0.22;
  }

  .intro-collage {
    min-height: 610px;
  }

  .collage-pepper,
  .collage-coconut,
  .collage-paddy,
  .collage-jackfruit {
    left: auto;
    right: auto;
    width: 100%;
  }

  .collage-pepper {
    top: 0;
    height: 138px;
  }

  .collage-coconut {
    top: 152px;
    height: 160px;
  }

  .collage-paddy {
    top: 326px;
    bottom: auto;
    height: 128px;
  }

  .collage-jackfruit {
    top: 468px;
    bottom: auto;
    height: 128px;
  }

  .intro-highlights {
    grid-template-columns: 1fr;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-call {
    min-height: 40px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-logo {
    width: min(190px, 82vw);
    min-height: 74px;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 150px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .care-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .care-grid {
    grid-template-columns: 1fr;
  }

  .care-card {
    grid-template-columns: 68px 1fr;
    min-height: 128px;
    padding: 20px;
  }

  .care-icon {
    width: 62px;
  }

  .section-heading {
    display: block;
  }

  .latest-products-button {
    margin-top: 16px;
  }

  .latest-products-slider .product-card {
    flex-basis: min(68vw, 220px);
  }

  .hero-note {
    left: 18px;
    right: auto;
    bottom: 24px;
  }

  .about {
    padding-top: 124px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-header,
  .site-header::before,
  .site-header::after,
  body::before,
  .site-sparkles span,
  .about,
  .about-particles span,
  .site-footer,
  .header-aura,
  .header-cloud,
  .storm-lightning::before,
  .lightning-bolt,
  .mist-particles::before,
  .mist-particles::after,
  .mist-particles span,
  .mist-particles span::before,
  .brand-mark,
  .header-call::before,
  .products::after,
  .product-card:hover::before,
  .premium-intro::after,
  .mist::before,
  .mist::after {
    animation: none;
  }
}

@media (max-width: 1000px) {
  .site-header {
    flex-wrap: wrap;
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-links a {
    min-height: 46px;
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-slider {
    order: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: flex;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .header-call {
    min-height: 42px;
    padding: 0 16px;
  }

  .header-phone,
  .header-search-link {
    display: none;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 86px;
  }

  .hero-note {
    left: 18px;
    bottom: 18px;
  }

  .quote-modal {
    padding: 14px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
  }

  .quote-dialog {
    width: 100%;
    max-height: calc(100vh - 28px);
    padding: 26px 18px 20px;
  }

  .quote-dialog h2 {
    margin-right: 42px;
    font-size: 1.75rem;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }
}

/* Reference-style hero and first content section */
.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: block;
  min-height: 110px;
  padding: 0;
  overflow: visible;
  border: 0;
  background:
    linear-gradient(180deg, rgba(3, 26, 14, 0.78), rgba(3, 26, 14, 0.56) 70%, rgba(3, 26, 14, 0));
  box-shadow: none;
  backdrop-filter: none;
  animation: none;
}

.site-header::before,
.site-header::after,
.header-info,
.header-search {
  display: none;
}

.header-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 0 clamp(18px, 7vw, 136px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
}

.header-topbar p {
  margin: 0;
}

.header-topbar p::before {
  content: "✉ ";
  color: #8ce323;
}

.header-topbar div {
  display: flex;
  gap: 16px;
  align-items: center;
}

.header-topbar a {
  color: #ffffff;
}

.header-topbar a::before {
  content: "● ";
  color: #8ce323;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.header-phone::before {
  content: "☏";
  color: #8ce323;
}

.header-search-link {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
}

.header-search-link::before {
  content: "⌕";
  color: #ffffff;
  font-size: 1.2rem;
}

.header-main {
  display: flex;
  align-items: center;
  position: absolute;
  left: clamp(18px, 7vw, 136px);
  top: 54px;
  z-index: 2;
  min-height: 0;
  padding: 0;
}

.site-header .brand {
  gap: 8px;
  min-width: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
}

.site-header .brand-mark {
  width: 28px;
  height: 28px;
  font-size: 0.88rem;
}

.site-header .brand strong {
  font-size: 1.02rem;
  line-height: 1;
}

.site-header .brand small {
  display: none;
}

.header-navrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  top: 48px;
  right: clamp(18px, 7vw, 136px);
  left: clamp(190px, 22vw, 360px);
  min-height: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.header-navrow .nav-links {
  display: flex;
  gap: clamp(18px, 2.2vw, 34px);
  align-items: center;
  justify-content: flex-start;
  width: auto;
  padding: 0;
  overflow: visible;
}

.header-navrow .nav-links a {
  min-height: 0;
  padding: 0;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
}

.header-navrow .nav-links a:first-child {
  color: #ffffff;
}

.header-navrow .nav-links a::before,
.header-navrow .nav-links a::after {
  display: none;
}

.header-call {
  display: inline-flex;
  min-height: 36px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0aa06f, #81db00);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: none;
}

.header-call::before {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(18px, 1fr) minmax(320px, 620px) minmax(320px, 700px) minmax(18px, 1fr);
  min-height: clamp(500px, 48vw, 720px);
  padding: 0;
  overflow: hidden;
  background: #082613;
  color: #ffffff;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  background-position: center 48%;
  background-size: cover;
  filter: saturate(1.08);
  transform: none;
  animation: none;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 21, 10, 0.84) 0%, rgba(5, 36, 18, 0.62) 33%, rgba(5, 38, 18, 0.28) 64%, rgba(3, 24, 11, 0.46) 100%),
    linear-gradient(180deg, rgba(2, 19, 9, 0.34), rgba(2, 24, 10, 0.22));
}

.hero::after,
.mountain-sketch,
.storm-lightning,
.mist-particles,
.hero-note {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 2 / 3;
  align-self: center;
  max-width: 610px;
  padding: 116px 0 52px;
  color: #ffffff;
}

.hero-copy .eyebrow {
  margin: 0 0 14px;
  color: #93e233;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 600px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2.5rem, 4.15vw, 4.55rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
}

.hero-copy h1 span {
  display: inline;
  background: linear-gradient(90deg, #009579 0%, #1fac55 48%, #9be900 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p:not(.eyebrow) {
  max-width: 480px;
  margin: 0;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions {
  margin-top: 28px;
}

.hero-actions .button.primary {
  min-height: 38px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #069a81 0%, #19a85d 52%, #95e500 100%);
  color: #ffffff;
  font-size: 0.74rem;
  box-shadow: none;
}

.hero-actions .button.primary::after {
  display: grid;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  place-items: center;
  border-radius: 50%;
  content: "→";
  background: #ffffff;
  color: #76d400;
  font-size: 0.88rem;
  line-height: 1;
}

.ecosystem-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  min-height: 560px;
  padding: clamp(76px, 8vw, 120px) clamp(18px, 8vw, 136px);
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 54%, rgba(4, 39, 25, 0.055) 0 1.4px, transparent 1.8px) 0 0 / 11px 11px,
    #ffffff;
}

.ecosystem-feature::before {
  position: absolute;
  left: 28%;
  bottom: 16%;
  display: block;
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  content: "";
  border: 1px solid rgba(4, 39, 25, 0.08);
  border-radius: 50%;
  background: radial-gradient(circle, transparent 58%, rgba(4, 39, 25, 0.03) 59%);
  transform: translateX(-50%);
}

.ecosystem-feature::after {
  display: none;
}

.ecosystem-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  aspect-ratio: 1;
  justify-self: end;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.ecosystem-photo img {
  width: 100%;
  height: 100%;
  border: 16px solid #ffffff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 54px rgba(4, 39, 25, 0.13);
}

.eco-orbit-icon {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #35b85c, #8dde14);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(39, 142, 41, 0.2);
}

.eco-orbit-top {
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
}

.eco-orbit-right {
  right: -28px;
  top: 23%;
}

.eco-orbit-bottom {
  right: -12px;
  bottom: 42px;
}

.ecosystem-copy {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 0;
}

.ecosystem-copy::before,
.ecosystem-copy::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, #97e438, #31af37);
}

.ecosystem-copy::before {
  right: 32%;
  top: -48px;
  width: 48px;
  height: 16px;
  transform: rotate(18deg);
}

.ecosystem-copy::after {
  right: 24%;
  top: -8px;
  width: 58px;
  height: 19px;
  transform: rotate(-42deg);
}

.feature-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0c7f45;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-kicker::before {
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  content: " ";
  background: #23b25a;
}

.ecosystem-copy h2 {
  max-width: 610px;
  margin: 0 0 24px;
  color: #07120d;
  font-size: clamp(2rem, 3.8vw, 3.95rem);
  font-weight: 600;
  line-height: 1.03;
}

.ecosystem-body {
  display: grid;
  grid-template-columns: 150px minmax(260px, 1fr);
  gap: 28px;
  align-items: start;
  margin: 0 0 24px;
}

.ecosystem-stat {
  display: grid;
  justify-items: start;
  padding: 0;
  border: 0;
  text-align: left;
}

.ecosystem-stat strong {
  color: #20aa63;
  font-size: clamp(4rem, 7vw, 6.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
}

.ecosystem-stat span {
  margin-top: 8px;
  color: #111d16;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.ecosystem-points {
  display: grid;
  gap: 13px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.ecosystem-points li {
  position: relative;
  padding-left: 26px;
  color: #18251d;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.ecosystem-points li::before {
  position: absolute;
  left: 0;
  top: 0.2em;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  content: "";
  background: #1fad5e;
}

.ecosystem-summary {
  max-width: 650px;
  margin: 0 0 24px;
  color: #5c6c62;
  font-size: 0.95rem;
  line-height: 1.62;
}

.ecosystem-small {
  display: none;
}

.feature-button {
  min-height: 36px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0aa06f, #82da00);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.climate-stats {
  position: relative;
  display: grid;
  justify-items: center;
  overflow: hidden;
  min-height: clamp(460px, 46vw, 640px);
  padding: clamp(74px, 8vw, 118px) clamp(18px, 7vw, 92px) clamp(64px, 7vw, 92px);
  background:
    linear-gradient(rgba(3, 24, 15, 0.56), rgba(3, 24, 15, 0.62)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=85") center / cover no-repeat;
  color: #ffffff;
  text-align: center;
}

.climate-stats::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(2, 18, 10, 0.18), rgba(2, 18, 10, 0.34));
  pointer-events: none;
}

.climate-kicker,
.climate-stats h2,
.climate-summary,
.climate-button,
.climate-card-row {
  position: relative;
  z-index: 1;
}

.climate-kicker {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.climate-kicker::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  background: #4fcf2e;
}

.climate-stats h2 {
  max-width: 660px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
}

.climate-stats h2 span {
  color: #18a963;
}

.climate-summary {
  max-width: 510px;
  margin: 22px 0 28px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.32;
}

.climate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0aa06f, #82da00);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
}

.climate-button span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #5fcb19;
}

.climate-card-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 14px;
  width: min(100%, 980px);
  margin-top: clamp(44px, 6vw, 72px);
}

.climate-card {
  min-height: 120px;
  padding: 22px 20px 18px;
  border-radius: 8px;
  background: #ffffff;
  color: #0c1c12;
  text-align: left;
  box-shadow: 0 20px 50px rgba(4, 39, 25, 0.22);
}

.climate-card-icon {
  display: block;
  margin-bottom: 8px;
  color: #18a963;
  font-size: 1.12rem;
  line-height: 1;
}

.climate-card p {
  margin: 0 0 8px;
  color: #0c1c12;
  font-size: 0.78rem;
  font-weight: 700;
}

.climate-card strong {
  display: block;
  color: #2aae57;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.climate-card sup {
  font-size: 0.52em;
  line-height: 0;
}

.climate-leaves {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.climate-leaves span {
  position: absolute;
  display: block;
  width: 58px;
  height: 22px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #a4ec2b 0%, #55c21e 56%, #19791f 100%);
  box-shadow: 0 14px 26px rgba(7, 44, 16, 0.28);
}

.climate-leaves span::after {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 82%;
  height: 1px;
  content: "";
  background: rgba(235, 255, 220, 0.72);
}

.climate-leaves span:nth-child(1) {
  left: 35%;
  top: 15%;
  transform: rotate(18deg);
}

.climate-leaves span:nth-child(2) {
  left: 32%;
  top: 24%;
  transform: rotate(-46deg);
}

.climate-leaves span:nth-child(3) {
  right: 32%;
  top: 43%;
  transform: rotate(24deg);
}

.climate-leaves span:nth-child(4) {
  right: 38%;
  top: 17%;
  width: 36px;
  height: 14px;
  transform: rotate(-22deg);
}

.sdg-section {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(520px, 48vw, 680px);
  margin: clamp(72px, 8vw, 112px) 0 0;
  overflow: visible;
  border-radius: 28px 28px 0 0;
  background:
    linear-gradient(rgba(3, 39, 24, 0.68), rgba(3, 39, 24, 0.66)),
    url("https://images.unsplash.com/photo-1511497584788-876760111969?auto=format&fit=crop&w=2200&q=85") center / cover no-repeat;
  color: #ffffff;
  text-align: center;
}

.sdg-section::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(0, 18, 9, 0.18), rgba(0, 18, 9, 0.38));
  pointer-events: none;
}

.sdg-badge {
  position: absolute;
  left: 50%;
  top: -58px;
  z-index: 2;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border: 12px solid #ffffff;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #18a963, #8ee200, #18a963);
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(4, 39, 25, 0.18);
  transform: translateX(-50%);
}

.sdg-badge::before {
  position: absolute;
  inset: 11px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  content: "";
  background: #ffffff;
}

.sdg-badge::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: start center;
  padding-top: 8px;
  border-radius: 50%;
  content: "ENVIRONMENT • ECOLOGY •";
  color: #ffffff;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 1px;
}

.sdg-badge span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a661, #92de00);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

.sdg-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(100%, 820px);
  padding: 86px 20px 70px;
}

.sdg-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5.6vw, 6.1rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

.sdg-content p {
  max-width: 720px;
  margin: 32px 0 42px;
  color: #ffffff;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
}

.sdg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0aa06f, #82da00);
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(4, 39, 25, 0.22);
}

.sdg-button span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #5fcb19;
  font-size: 1rem;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-navrow {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: minmax(18px, 1fr) minmax(280px, 620px) minmax(18px, 1fr);
  }

  .hero-copy {
    grid-column: 2 / 3;
  }

  .ecosystem-feature {
    grid-template-columns: 1fr;
  }

  .ecosystem-photo {
    justify-self: center;
  }

  .climate-card-row {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }

  .sdg-section {
    border-radius: 22px 22px 0 0;
    margin-top: 84px;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
  }

  .header-navrow {
    gap: 16px;
    overflow-x: auto;
  }

  .header-navrow .nav-links {
    gap: 16px;
  }

  .header-navrow .nav-links a {
    white-space: nowrap;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: 560px;
  }

  .hero-copy {
    padding-top: 136px;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .ecosystem-feature {
    min-height: 0;
    padding-top: 58px;
  }

  .ecosystem-photo {
    width: min(100%, 330px);
  }

  .eco-orbit-icon {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }

  .ecosystem-body {
    grid-template-columns: 1fr;
  }

  .climate-stats {
    min-height: 0;
    padding-top: 64px;
  }

  .climate-stats h2 {
    font-size: clamp(2.3rem, 12vw, 3.6rem);
  }

  .climate-card-row {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .climate-leaves span:nth-child(1) {
    left: 14%;
    top: 17%;
  }

  .climate-leaves span:nth-child(2) {
    left: 9%;
    top: 27%;
  }

  .climate-leaves span:nth-child(3) {
    right: 8%;
    top: 42%;
  }

  .climate-leaves span:nth-child(4) {
    right: 18%;
    top: 14%;
  }

  .sdg-section {
    min-height: 500px;
    margin-top: 78px;
    border-radius: 18px 18px 0 0;
  }

  .sdg-badge {
    top: -46px;
    width: 94px;
    height: 94px;
    border-width: 9px;
  }

  .sdg-badge span {
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }

  .sdg-badge::after {
    font-size: 0.42rem;
  }

  .sdg-content {
    padding-top: 70px;
  }

  .sdg-content h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .sdg-content p {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .sdg-button {
    min-height: 52px;
    padding: 0 26px;
    font-size: 0.95rem;
  }
}

.hero-copy h1 span {
  background: linear-gradient(90deg, #009579 0%, #19a85d 48%, #99e900 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.hero-actions .button.primary {
  background: linear-gradient(90deg, #069a81 0%, #18a85e 52%, #95e500 100%) !important;
}

.hero-actions .button.primary::after {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  place-items: center;
  border-radius: 50%;
  content: "→" !important;
  background: #ffffff;
  color: #76d400;
  font-size: 0.88rem;
  line-height: 1;
}

/* Hero motion background */
.hero-slide {
  transform: scale(1.08) translate3d(0, 0, 0) !important;
  animation: heroBackgroundMotion 18s ease-in-out infinite alternate !important;
  will-change: transform, background-position;
}

.hero::before {
  animation: heroShadeBreath 9s ease-in-out infinite alternate;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block !important;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 28%, rgba(147, 226, 51, 0.15) 38%, transparent 49%),
    radial-gradient(circle at 24% 70%, rgba(11, 154, 129, 0.28), transparent 28%),
    radial-gradient(circle at 78% 28%, rgba(149, 229, 0, 0.12), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.52;
  transform: translateX(-18%);
  animation: heroLightSweep 10s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
}

.hero-slider::before,
.hero-slider::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.hero-slider::before {
  background:
    url("assets/b-leaf-clean.png") 74% 26% / 72px 64px no-repeat,
    url("assets/b-leaf-clean.png") 86% 58% / 46px 41px no-repeat,
    url("assets/b-leaf-clean.png") 58% 72% / 58px 52px no-repeat;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.22));
  opacity: 0.72;
  animation: heroLeafFloat 12s ease-in-out infinite alternate;
}

.hero-slider::after {
  background:
    radial-gradient(circle at 18% 80%, rgba(255, 255, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 35%, rgba(149, 229, 0, 0.28) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.18) 0 1px, transparent 2px);
  background-size: 190px 170px, 230px 210px, 260px 240px;
  opacity: 0.36;
  animation: heroParticleDrift 16s linear infinite;
}

@keyframes heroBackgroundMotion {
  0% {
    transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
    background-position: 48% 47%;
  }

  100% {
    transform: scale(1.14) translate3d(1.4%, 1%, 0);
    background-position: 53% 50%;
  }
}

@keyframes heroShadeBreath {
  0% {
    opacity: 0.92;
  }

  100% {
    opacity: 1;
  }
}

@keyframes heroLightSweep {
  0% {
    opacity: 0.28;
    transform: translateX(-22%);
  }

  100% {
    opacity: 0.58;
    transform: translateX(16%);
  }
}

@keyframes heroLeafFloat {
  0% {
    background-position: 74% 26%, 86% 58%, 58% 72%;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  100% {
    background-position: 72% 23%, 88% 54%, 60% 76%;
    transform: translate3d(1.2%, -1.4%, 0) rotate(2deg);
  }
}

@keyframes heroParticleDrift {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 190px -170px, -230px 210px, 260px -240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero::before,
  .hero::after,
  .hero-slider::before,
  .hero-slider::after {
    animation: none !important;
  }
}

/* Replace every remaining CSS-drawn leaf with the b.png leaf asset. */
.ecosystem-feature::before,
.ecosystem-feature::after,
.ecosystem-copy::before,
.ecosystem-copy::after,
.care-section::before,
.care-section::after,
.service-hero::before,
.service-hero::after {
  display: block !important;
  content: "" !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url("assets/b-leaf-clean.png") center / contain no-repeat !important;
  box-shadow: none !important;
  filter: drop-shadow(0 12px 14px rgba(4, 39, 25, 0.18));
  pointer-events: none;
}

.ecosystem-feature::before {
  right: 8% !important;
  top: 28px !important;
  width: 72px !important;
  height: 64px !important;
  opacity: 1 !important;
  transform: rotate(20deg) !important;
}

.ecosystem-feature::after {
  right: 2.5% !important;
  top: 84px !important;
  width: 88px !important;
  height: 78px !important;
  opacity: 1 !important;
  transform: rotate(132deg) !important;
}

.ecosystem-copy::before {
  right: 32% !important;
  top: -58px !important;
  width: 62px !important;
  height: 55px !important;
  opacity: 1 !important;
  transform: rotate(18deg) !important;
}

.ecosystem-copy::after {
  right: 23% !important;
  top: -18px !important;
  width: 78px !important;
  height: 69px !important;
  opacity: 1 !important;
  transform: rotate(-42deg) !important;
}

.care-section::before {
  left: -18px !important;
  top: 18% !important;
  width: 76px !important;
  height: 68px !important;
  opacity: 1 !important;
  transform: rotate(-72deg) !important;
}

.care-section::after {
  right: -22px !important;
  bottom: 18% !important;
  width: 92px !important;
  height: 82px !important;
  opacity: 1 !important;
  transform: rotate(126deg) !important;
}

.service-hero::before {
  left: -46px !important;
  top: 48px !important;
  width: 190px !important;
  height: 168px !important;
  opacity: 0.24 !important;
  transform: rotate(26deg) !important;
}

.service-hero::after {
  right: -58px !important;
  bottom: -48px !important;
  width: 220px !important;
  height: 195px !important;
  opacity: 0.24 !important;
  transform: rotate(-42deg) !important;
}

/* Realistic shared decorative leaves */
.service-leaves span,
.benefits-leaves span,
.leaf-scatter span,
.climate-leaves span {
  overflow: hidden;
  border-radius: 72% 0 72% 0 / 78% 0 78% 0;
  background:
    radial-gradient(ellipse at 24% 28%, rgba(246, 255, 222, 0.78) 0 9%, transparent 24%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.48) 0 10%, rgba(255, 255, 255, 0.12) 20%, transparent 38%),
    linear-gradient(135deg, #b7f24d 0%, #6bcd25 28%, #23a929 62%, #0a6d22 100%);
  box-shadow:
    inset -10px -5px 14px rgba(3, 71, 22, 0.26),
    inset 6px 4px 10px rgba(244, 255, 212, 0.28),
    0 13px 22px rgba(4, 39, 25, 0.18);
  transform-origin: 22% 52%;
}

.service-leaves span::before,
.benefits-leaves span::before,
.leaf-scatter span::before,
.climate-leaves span::before {
  position: absolute;
  inset: 13% 12% 17% 16%;
  content: "";
  border-top: 2px solid rgba(239, 255, 210, 0.62);
  border-radius: 50%;
  transform: rotate(-18deg);
  transform-origin: left center;
}

.service-leaves span::after,
.benefits-leaves span::after,
.leaf-scatter span::after,
.climate-leaves span::after {
  position: absolute;
  left: 15%;
  top: 48%;
  width: 76%;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(243, 255, 214, 0.92), rgba(15, 112, 31, 0.26));
  transform: rotate(-13deg);
  transform-origin: left center;
}

/* Use the real leaf asset with varied sizes when leaves appear together. */
.service-leaves span,
.benefits-leaves span,
.leaf-scatter span,
.climate-leaves span {
  overflow: visible;
  width: var(--real-leaf-w, 72px) !important;
  height: var(--real-leaf-h, 64px) !important;
  border-radius: 0;
  background: url("assets/b-leaf-clean.png") center / contain no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 12px 14px rgba(4, 39, 25, 0.18));
}

.service-leaves span::before,
.service-leaves span::after,
.benefits-leaves span::before,
.benefits-leaves span::after,
.leaf-scatter span::before,
.leaf-scatter span::after,
.climate-leaves span::before,
.climate-leaves span::after {
  display: none;
}

.service-leaves span:nth-child(1) {
  --real-leaf-w: 78px;
  --real-leaf-h: 69px;
}

.service-leaves span:nth-child(2) {
  --real-leaf-w: 96px;
  --real-leaf-h: 85px;
}

.service-leaves span:nth-child(3) {
  --real-leaf-w: 68px;
  --real-leaf-h: 60px;
}

.service-leaves span:nth-child(4) {
  --real-leaf-w: 88px;
  --real-leaf-h: 78px;
}

.benefits-leaves span:nth-child(1) {
  --real-leaf-w: 96px;
  --real-leaf-h: 85px;
}

.benefits-leaves span:nth-child(2) {
  --real-leaf-w: 74px;
  --real-leaf-h: 66px;
}

.leaf-scatter span:nth-child(1),
.leaf-scatter span:nth-child(4) {
  --real-leaf-w: 58px;
  --real-leaf-h: 52px;
}

.leaf-scatter span:nth-child(2),
.leaf-scatter span:nth-child(5) {
  --real-leaf-w: 72px;
  --real-leaf-h: 64px;
}

.leaf-scatter span:nth-child(3) {
  --real-leaf-w: 48px;
  --real-leaf-h: 43px;
}

.climate-leaves span:nth-child(1) {
  --real-leaf-w: 66px;
  --real-leaf-h: 59px;
}

.climate-leaves span:nth-child(2) {
  --real-leaf-w: 92px;
  --real-leaf-h: 82px;
}

.climate-leaves span:nth-child(3) {
  --real-leaf-w: 76px;
  --real-leaf-h: 68px;
}

.climate-leaves span:nth-child(4) {
  --real-leaf-w: 46px;
  --real-leaf-h: 41px;
}

/* Reference-style space hero */
.hero {
  position: relative !important;
  display: grid !important;
  min-height: min(760px, calc(100vh - 30px)) !important;
  padding: 0 !important;
  overflow: hidden !important;
  place-items: center !important;
  background:
    radial-gradient(circle at 50% 75%, rgba(69, 123, 184, 0.32), transparent 29%),
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.13) 0 1px, transparent 1.6px),
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1.8px),
    radial-gradient(circle at 32% 70%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.8px),
    linear-gradient(180deg, #050607 0%, #090a0c 100%) !important;
  color: #ffffff !important;
}

.hero::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 100%, transparent 0 38%, rgba(0, 0, 0, 0.46) 64%, rgba(0, 0, 0, 0.72) 100%);
  background-size: 160px 160px, 160px 160px, 100% 100%;
  opacity: 0.62 !important;
  animation: none !important;
}

.hero::after {
  position: absolute !important;
  inset: auto auto -52% 50% !important;
  z-index: 2 !important;
  display: block !important;
  width: min(78vw, 960px) !important;
  aspect-ratio: 1 !important;
  content: "" !important;
  pointer-events: none !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.7), transparent 0 5%, rgba(255, 255, 255, 0.16) 8%, transparent 13%),
    url("assets/hero-earth.svg") center / cover no-repeat;
  box-shadow:
    inset -54px -70px 86px rgba(0, 0, 0, 0.62),
    inset 24px 18px 36px rgba(255, 255, 255, 0.16),
    0 0 60px rgba(82, 143, 206, 0.3);
  filter: saturate(1.05) contrast(1.05);
  transform: translateX(-50%) !important;
  opacity: 1 !important;
  animation: earthHeroFloat 12s ease-in-out infinite alternate !important;
}

.hero-slider {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  overflow: hidden !important;
}

.hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.7px),
    radial-gradient(circle at 66% 18%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.8px),
    radial-gradient(circle at 86% 74%, rgba(255, 255, 255, 0.4) 0 1px, transparent 1.8px) !important;
  background-position: 0 0, 38px 80px, 94px 24px !important;
  background-size: 260px 220px, 310px 290px, 420px 360px !important;
  filter: none !important;
  transform: none !important;
  animation: spaceHeroStars 20s linear infinite !important;
}

.hero-slider::before,
.hero-slider::after,
.mountain-sketch,
.storm-lightning,
.mist-particles,
.hero-note,
.hero-copy .eyebrow,
.hero-copy p:not(.eyebrow),
.hero-actions {
  display: none !important;
}

.hero-copy {
  position: relative !important;
  z-index: 4 !important;
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 clamp(18px, 5vw, 72px) !important;
  align-self: center !important;
  text-align: center !important;
  pointer-events: none !important;
}

.hero-copy h1 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(4.4rem, 9vw, 8.9rem) !important;
  font-weight: 900 !important;
  line-height: 0.84 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.hero-copy h1 span {
  display: inline-block !important;
  margin-left: 0.08em !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  color: transparent !important;
  -webkit-text-stroke: clamp(1px, 0.08vw, 2px) rgba(255, 255, 255, 0.86);
  text-stroke: clamp(1px, 0.08vw, 2px) rgba(255, 255, 255, 0.86);
}

@keyframes spaceHeroStars {
  0% {
    background-position: 0 0, 38px 80px, 94px 24px;
  }

  100% {
    background-position: 260px 220px, -272px 370px, 514px -336px;
  }
}

@keyframes earthHeroFloat {
  0% {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  100% {
    transform: translateX(-50%) translateY(-1.2%) scale(1.015);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 620px !important;
  }

  .hero::after {
    bottom: -31% !important;
    width: min(102vw, 660px) !important;
  }

  .hero-copy h1 {
    flex-wrap: wrap !important;
    gap: 0 0.12em !important;
    font-size: clamp(4rem, 18vw, 8rem) !important;
    line-height: 0.86 !important;
    white-space: normal !important;
  }

  .hero-copy h1 span {
    margin-left: 0 !important;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 560px !important;
  }

  .hero::after {
    bottom: -20% !important;
    width: 118vw !important;
  }

  .hero-copy {
    padding: 0 14px !important;
  }

  .hero-copy h1 {
    font-size: clamp(3.15rem, 20vw, 5.6rem) !important;
  }
}

/* Size lock for the final centered hero composition */
.hero .hero-copy h1#hero-title {
  font-size: clamp(2.6rem, 6.4vw, 5.8rem) !important;
}

@media (max-width: 900px) {
  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.25rem, 9vw, 4.4rem) !important;
  }
}

@media (max-width: 520px) {
  .hero .hero-copy h1#hero-title {
    font-size: clamp(1.85rem, 9.5vw, 3.1rem) !important;
  }
}

/* Final split white/green agriculture hero */
.hero {
  background:
    linear-gradient(90deg, #f7fff2 0 50%, #0b6b38 50% 100%) !important;
}

.hero::before {
  display: block !important;
  background:
    url("assets/b-leaf-clean.png") 9% 26% / 58px auto no-repeat,
    url("assets/b-leaf-clean.png") 18% 72% / 42px auto no-repeat,
    url("assets/b-leaf-clean.png") 39% 19% / 34px auto no-repeat,
    radial-gradient(circle at 13% 43%, rgba(63, 184, 75, 0.2) 0 13px, transparent 14px),
    radial-gradient(circle at 35% 62%, rgba(63, 184, 75, 0.16) 0 10px, transparent 11px),
    repeating-linear-gradient(112deg, rgba(38, 132, 62, 0.1) 0 2px, transparent 2px 28px),
    repeating-linear-gradient(68deg, rgba(255, 255, 255, 0.13) 0 1px, transparent 1px 24px),
    radial-gradient(circle at 75% 50%, rgba(142, 255, 127, 0.26), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0 50%, rgba(4, 54, 25, 0.22) 50% 100%) !important;
  background-size:
    58px auto,
    42px auto,
    34px auto,
    100% 100%,
    100% 100%,
    84px 84px,
    74px 74px,
    100% 100%,
    100% 100% !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero::after {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 8% 82%, rgba(31, 143, 57, 0.18) 0 11px, transparent 12px),
    radial-gradient(circle at 25% 18%, rgba(31, 143, 57, 0.15) 0 9px, transparent 10px),
    radial-gradient(circle at 90% 22%, rgba(255, 255, 255, 0.18) 0 8px, transparent 9px),
    radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.14) 0 11px, transparent 12px);
}

.hero .hero-word-solid {
  color: #13813f !important;
  text-shadow: 0 8px 24px rgba(4, 54, 25, 0.16);
}

.hero .hero-word-outline {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.92) !important;
  text-stroke-color: rgba(255, 255, 255, 0.92) !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

/* Final hero cleanup: remove the floating white/decor circles. */
.hero .hero-agri-icons,
.hero .hero-agri-icons .agri-icon {
  display: none !important;
}

/* Final premium SaaS hero cascade lock. Keeps the existing Earth rules untouched. */
.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 48%, rgba(20, 184, 255, 0.24), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(118, 74, 255, 0.2), transparent 28%),
    radial-gradient(circle at 24% 36%, rgba(34, 211, 238, 0.14), transparent 24%),
    radial-gradient(circle at 14% 86%, rgba(76, 29, 149, 0.2), transparent 32%),
    linear-gradient(135deg, #050816 0%, #071226 46%, #030611 100%) !important;
  color: #ffffff !important;
}

.hero::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    linear-gradient(rgba(148, 163, 184, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 70% 54%, rgba(125, 211, 252, 0.2), transparent 26%),
    radial-gradient(circle at 26% 38%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 34%, rgba(0, 0, 0, 0.38)) !important;
  background-size: 68px 68px, 68px 68px, 100% 100%, 100% 100%, 100% 100% !important;
  mask-image: radial-gradient(circle at 58% 48%, #000 0 46%, transparent 82%);
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero::after {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 50% 58%, transparent 0 28%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%, rgba(0, 0, 0, 0.42)) !important;
}

.hero-slider,
.storm-lightning,
.mist-particles,
.mountain-sketch,
.hero .hero-agri-icons,
.hero .hero-agri-icons .agri-icon {
  display: none !important;
}

.hero-atmosphere {
  display: block !important;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: min(48vw, 620px);
}

.hero-copy::before {
  left: 18%;
  top: 52%;
  width: min(42vw, 560px);
  background:
    radial-gradient(circle, rgba(34, 211, 238, 0.2) 0%, rgba(59, 130, 246, 0.1) 42%, transparent 70%) !important;
  filter: blur(28px);
}

.hero-copy .eyebrow {
  color: rgba(165, 243, 252, 0.92) !important;
  text-shadow: 0 0 28px rgba(34, 211, 238, 0.28);
}

.hero .hero-word-solid {
  color: #ffffff !important;
  text-shadow: 0 22px 80px rgba(34, 211, 238, 0.24);
}

.hero .hero-word-outline {
  -webkit-text-stroke-color: rgba(125, 211, 252, 0.76) !important;
  text-stroke-color: rgba(125, 211, 252, 0.76) !important;
  filter: drop-shadow(0 0 24px rgba(34, 211, 238, 0.3));
}

.hero-copy p:not(.eyebrow) {
  color: rgba(226, 232, 240, 0.78) !important;
}

.hero-actions .button.primary {
  color: #04111f !important;
  background: linear-gradient(135deg, #ffffff, #67e8f9 54%, #60a5fa) !important;
  box-shadow: 0 18px 70px rgba(34, 211, 238, 0.3);
}

.hero-note {
  z-index: 5;
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(7, 16, 34, 0.52) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32) !important;
  color: #ffffff !important;
  backdrop-filter: blur(20px);
}

@media (max-width: 900px) {
  .hero-copy {
    max-width: min(78vw, 620px);
    padding-top: 110px !important;
  }
}

@media (max-width: 520px) {
  .hero::before {
    background-size: 46px 46px, 46px 46px, 100% 100%, 100% 100%, 100% 100% !important;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 96px !important;
  }

  .hero-glass-cards {
    display: none;
  }
}

/* Final logo integration. */
.site-header .brand {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
  width: clamp(116px, 10vw, 158px) !important;
  padding: 0 !important;
  background: transparent !important;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(0, 102, 255, 0.36))
    drop-shadow(0 0 26px rgba(0, 210, 126, 0.26));
}

.site-header .brand-mark,
.site-header .brand strong,
.site-header .brand small {
  display: none !important;
}

@media (max-width: 520px) {
  .site-header .brand {
    width: 112px !important;
  }
}

/* Premium SaaS atmosphere: background and surrounding visual layers only. */
.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 48%, rgba(20, 184, 255, 0.24), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(118, 74, 255, 0.2), transparent 28%),
    radial-gradient(circle at 24% 36%, rgba(34, 211, 238, 0.14), transparent 24%),
    radial-gradient(circle at 14% 86%, rgba(76, 29, 149, 0.2), transparent 32%),
    linear-gradient(135deg, #050816 0%, #071226 46%, #030611 100%) !important;
  color: #ffffff !important;
}

.hero::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    linear-gradient(rgba(148, 163, 184, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 70% 54%, rgba(125, 211, 252, 0.2), transparent 26%),
    radial-gradient(circle at 26% 38%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 34%, rgba(0, 0, 0, 0.38));
  background-size: 68px 68px, 68px 68px, 100% 100%, 100% 100%, 100% 100% !important;
  mask-image: radial-gradient(circle at 58% 48%, #000 0 46%, transparent 82%);
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero::after {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 50% 58%, transparent 0 28%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%, rgba(0, 0, 0, 0.42));
}

.hero-slider,
.storm-lightning,
.mist-particles,
.mountain-sketch {
  display: none !important;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: min(48vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(76px);
  opacity: 0.72;
  animation: heroGlowPulse 10s ease-in-out infinite alternate;
}

.hero-glow-blue {
  right: 9%;
  top: 18%;
  background: rgba(37, 99, 235, 0.34);
}

.hero-glow-cyan {
  right: 26%;
  top: 42%;
  background: rgba(34, 211, 238, 0.24);
  animation-delay: -3s;
}

.hero-glow-purple {
  left: 8%;
  bottom: 3%;
  background: rgba(124, 58, 237, 0.2);
  animation-delay: -5s;
}

.hero-light-trail {
  position: absolute;
  width: 72vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.62), transparent);
  filter: blur(0.4px);
  opacity: 0.42;
  animation: heroTrailSweep 12s ease-in-out infinite alternate;
}

.hero-light-trail-one {
  left: -18%;
  top: 28%;
  transform: rotate(-16deg);
}

.hero-light-trail-two {
  right: -14%;
  bottom: 24%;
  transform: rotate(14deg);
  animation-delay: -5s;
}

.hero-particle-field,
.hero-particle-field::before,
.hero-particle-field::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle, rgba(186, 230, 253, 0.78) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(34, 211, 238, 0.42) 0 1px, transparent 1.8px);
  background-position: 0 0, 34px 42px;
  background-size: 130px 120px, 190px 170px;
  opacity: 0.28;
  animation: heroParticleDriftPremium 18s linear infinite;
}

.hero-particle-field::before {
  opacity: 0.22;
  filter: blur(1px);
  animation-duration: 26s;
  animation-direction: reverse;
}

.hero-particle-field::after {
  opacity: 0.16;
  background-size: 220px 200px, 280px 260px;
  animation-duration: 34s;
}

.hero-glass-cards {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.hero-glass-card {
  position: absolute;
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(7, 16, 34, 0.48);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px);
  color: #ffffff;
  animation: heroGlassFloat 8s ease-in-out infinite;
}

.hero-glass-card strong {
  display: block;
  font-size: clamp(1.25rem, 1.5vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0;
}

.hero-glass-card small {
  display: block;
  margin-top: 5px;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
}

.hero-glass-card-one {
  left: 56%;
  top: 22%;
}

.hero-glass-card-two {
  right: 7%;
  top: 45%;
  animation-delay: -2.7s;
}

.hero-glass-card-three {
  left: 54%;
  bottom: 15%;
  animation-delay: -5.2s;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: min(48vw, 620px);
}

.hero-copy::before {
  left: 18%;
  top: 52%;
  width: min(42vw, 560px);
  background:
    radial-gradient(circle, rgba(34, 211, 238, 0.2) 0%, rgba(59, 130, 246, 0.1) 42%, transparent 70%) !important;
  filter: blur(28px);
}

.hero-copy .eyebrow {
  color: rgba(165, 243, 252, 0.92) !important;
  text-shadow: 0 0 28px rgba(34, 211, 238, 0.28);
}

.hero .hero-word-solid {
  color: #ffffff !important;
  text-shadow: 0 22px 80px rgba(34, 211, 238, 0.24);
}

.hero .hero-word-outline {
  -webkit-text-stroke-color: rgba(125, 211, 252, 0.76) !important;
  text-stroke-color: rgba(125, 211, 252, 0.76) !important;
  filter: drop-shadow(0 0 24px rgba(34, 211, 238, 0.3));
}

.hero-copy p:not(.eyebrow) {
  color: rgba(226, 232, 240, 0.78) !important;
}

.hero-actions .button.primary {
  color: #04111f !important;
  background: linear-gradient(135deg, #ffffff, #67e8f9 54%, #60a5fa) !important;
  box-shadow: 0 18px 70px rgba(34, 211, 238, 0.3);
}

.hero-actions .button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 90px rgba(34, 211, 238, 0.42);
}

.hero-note {
  z-index: 5;
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(7, 16, 34, 0.52) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32) !important;
  color: #ffffff !important;
  backdrop-filter: blur(20px);
}

@keyframes heroGlowPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.48;
  }

  100% {
    transform: translate3d(2%, -2%, 0) scale(1.08);
    opacity: 0.82;
  }
}

@keyframes heroTrailSweep {
  0% {
    opacity: 0.22;
    translate: -5% 0;
  }

  100% {
    opacity: 0.68;
    translate: 6% 0;
  }
}

@keyframes heroParticleDriftPremium {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(46px, -72px, 0);
  }
}

@keyframes heroGlassFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 680px !important;
  }

  .hero-copy {
    max-width: min(78vw, 620px);
    padding-top: 110px !important;
  }

  .hero-glass-card {
    min-width: 132px;
    padding: 12px 13px;
  }

  .hero-glass-card-one {
    left: 8%;
    top: 22%;
  }

  .hero-glass-card-two {
    right: 8%;
    top: 30%;
  }

  .hero-glass-card-three {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 620px !important;
  }

  .hero::before {
    background-size: 46px 46px, 46px 46px, 100% 100%, 100% 100%, 100% 100% !important;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 96px !important;
  }

  .hero-glow {
    width: 92vw;
  }

  .hero-glass-cards {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow,
  .hero-light-trail,
  .hero-particle-field,
  .hero-particle-field::before,
  .hero-particle-field::after,
  .hero-glass-card {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Hide the floating hero circles/decor marks. */
.hero .hero-agri-icons,
.hero .hero-agri-icons .agri-icon {
  display: none !important;
}

/* Final decorative hero icons: premium shapes only */
.hero-agri-icons {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: block !important;
  pointer-events: none !important;
}

.hero-agri-icons .agri-icon {
  position: absolute !important;
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #1f9c4d !important;
  opacity: 0.62 !important;
  filter: drop-shadow(0 10px 22px rgba(5, 75, 34, 0.16)) !important;
  font-size: 0 !important;
  animation: decorIconDrift 8s ease-in-out infinite !important;
}

.hero-agri-icons .agri-icon::before,
.hero-agri-icons .agri-icon::after {
  position: absolute !important;
  display: block !important;
  content: "" !important;
  box-sizing: border-box !important;
}

.decor-diamond {
  left: 10% !important;
  top: 28% !important;
}

.decor-diamond::before {
  inset: 8px !important;
  border: 2px solid currentColor !important;
  transform: rotate(45deg) !important;
}

.decor-spark {
  left: 20% !important;
  bottom: 22% !important;
  animation-delay: -1.7s !important;
}

.decor-spark::before,
.decor-spark::after {
  left: 21px !important;
  top: 5px !important;
  width: 3px !important;
  height: 36px !important;
  border-radius: 999px !important;
  background: currentColor !important;
}

.decor-spark::after {
  transform: rotate(90deg) !important;
}

.decor-ring {
  right: 13% !important;
  top: 28% !important;
  color: rgba(255, 255, 255, 0.82) !important;
  animation-delay: -3s !important;
}

.decor-ring::before {
  inset: 9px !important;
  border: 3px solid currentColor !important;
  border-radius: 50% !important;
}

.decor-ring::after {
  right: 6px !important;
  top: 9px !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 3px solid currentColor !important;
  border-right: 3px solid currentColor !important;
}

.decor-cross {
  right: 23% !important;
  bottom: 21% !important;
  color: rgba(255, 255, 255, 0.72) !important;
  animation-delay: -4.5s !important;
}

.decor-cross::before,
.decor-cross::after {
  left: 22px !important;
  top: 8px !important;
  width: 2px !important;
  height: 31px !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform: rotate(45deg) !important;
}

.decor-cross::after {
  transform: rotate(-45deg) !important;
}

.decor-hex {
  right: 8% !important;
  top: 58% !important;
  color: rgba(255, 255, 255, 0.76) !important;
  animation-delay: -5.8s !important;
}

.decor-hex::before {
  left: 8px !important;
  top: 12px !important;
  width: 30px !important;
  height: 22px !important;
  border: 2px solid currentColor !important;
  transform: skew(-18deg) rotate(-8deg) !important;
}

.decor-hex::after {
  left: 17px !important;
  top: 21px !important;
  width: 12px !important;
  height: 2px !important;
  background: currentColor !important;
}

@keyframes decorIconDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -14px, 0) scale(1.06);
  }
}

/* Final hero icons: realistic agriculture icons, no leaves/pseudo drawings */
.hero {
  background: linear-gradient(90deg, #f8fff1 0 50%, #0a6a37 50% 100%) !important;
}

.hero::before,
.hero::after,
.hero-slider,
.hero-slider::before,
.hero-slider::after {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}

.hero-agri-icons {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: block !important;
  pointer-events: none !important;
}

.hero-agri-icons .agri-icon {
  display: grid !important;
  place-items: center !important;
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.76) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 18px 38px rgba(4, 54, 25, 0.18) !important;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif !important;
  font-size: 2.2rem !important;
  line-height: 1 !important;
  opacity: 0.96 !important;
  filter: none !important;
  animation: agriIconFloat 7s ease-in-out infinite !important;
}

.hero-agri-icons .agri-icon::before,
.hero-agri-icons .agri-icon::after {
  display: none !important;
  content: none !important;
}

.hero-agri-icons .agri-tractor {
  left: 10% !important;
  top: 26% !important;
}

.hero-agri-icons .agri-watering {
  left: 18% !important;
  bottom: 20% !important;
  right: auto !important;
  top: auto !important;
  animation-delay: -1.5s !important;
}

.hero-agri-icons .agri-shovel {
  right: 12% !important;
  top: 26% !important;
  left: auto !important;
  bottom: auto !important;
  animation-delay: -2.8s !important;
}

.hero-agri-icons .agri-sun {
  right: 22% !important;
  bottom: 20% !important;
  left: auto !important;
  top: auto !important;
  animation-delay: -4s !important;
}

.hero-agri-icons .agri-harvest {
  right: 8% !important;
  top: 58% !important;
  animation-delay: -5.2s !important;
}

/* Final hero leaf removal */
.hero::before,
.hero::after,
.hero-slider,
.hero-slider::before,
.hero-slider::after,
.hero .agri-seed {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}

.hero {
  background: linear-gradient(90deg, #f8fff1 0 50%, #0a6a37 50% 100%) !important;
}

/* Absolute final hero cleanup: no leaves in hero */
.hero {
  background: linear-gradient(90deg, #f8fff1 0 50%, #0a6a37 50% 100%) !important;
}

.hero::before,
.hero::after,
.hero-slider,
.hero-slider::before,
.hero-slider::after {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}

.hero [style*="b-leaf"],
.hero [class*="leaf"],
.hero [class*="leaves"] {
  display: none !important;
}

/* Absolute final hero cleanup: no leaves in hero */
.hero {
  background: linear-gradient(90deg, #f8fff1 0 50%, #0a6a37 50% 100%) !important;
}

.hero::before,
.hero::after,
.hero-slider,
.hero-slider::before,
.hero-slider::after {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}

.hero [style*="b-leaf"],
.hero [class*="leaf"],
.hero [class*="leaves"] {
  display: none !important;
}

/* Clean split hero with animated agriculture icons only */
.hero {
  background: linear-gradient(90deg, #f8fff1 0 50%, #0a6a37 50% 100%) !important;
}

.hero::before,
.hero::after,
.hero-slider::before,
.hero-slider::after {
  display: none !important;
}

.hero-agri-icons {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.agri-icon {
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  color: #17a84f;
  opacity: 0.72;
  filter: drop-shadow(0 10px 20px rgba(5, 75, 34, 0.14));
  animation: agriIconFloat 7s ease-in-out infinite;
}

.agri-icon::before,
.agri-icon::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
}

.agri-tractor {
  left: 10%;
  top: 26%;
}

.agri-tractor::before {
  left: 8px;
  top: 21px;
  width: 34px;
  height: 18px;
  border: 4px solid currentColor;
  border-radius: 5px 9px 5px 5px;
}

.agri-tractor::after {
  left: 6px;
  top: 35px;
  width: 14px;
  height: 14px;
  border: 4px solid currentColor;
  border-radius: 50%;
  box-shadow: 25px 2px 0 -3px #f8fff1, 25px 2px 0 1px currentColor;
}

.agri-watering {
  right: 13%;
  top: 24%;
  color: #eaffdd;
  animation-delay: -1.8s;
}

.agri-watering::before {
  left: 8px;
  top: 24px;
  width: 28px;
  height: 17px;
  border: 4px solid currentColor;
  border-radius: 5px 5px 12px 12px;
}

.agri-watering::after {
  left: 31px;
  top: 15px;
  width: 20px;
  height: 17px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: rotate(-16deg);
}

.agri-shovel {
  left: 18%;
  bottom: 22%;
  animation-delay: -3s;
}

.agri-shovel::before {
  left: 25px;
  top: 5px;
  width: 4px;
  height: 36px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(35deg);
}

.agri-shovel::after {
  left: 13px;
  top: 34px;
  width: 21px;
  height: 14px;
  border: 4px solid currentColor;
  border-radius: 0 0 16px 16px;
  transform: rotate(35deg);
}

.agri-sun {
  right: 21%;
  bottom: 20%;
  color: #eaffdd;
  animation-delay: -4.2s;
}

.agri-sun::before {
  left: 17px;
  top: 17px;
  width: 20px;
  height: 20px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.agri-sun::after {
  left: 25px;
  top: 4px;
  width: 4px;
  height: 46px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 currentColor;
  transform: rotate(45deg);
}

.agri-seed {
  right: 8%;
  top: 60%;
  color: #eaffdd;
  animation-delay: -5.3s;
}

.agri-seed::before {
  left: 15px;
  top: 9px;
  width: 24px;
  height: 36px;
  border: 4px solid currentColor;
  border-radius: 80% 12% 80% 12%;
  transform: rotate(28deg);
}

.agri-seed::after {
  left: 28px;
  top: 16px;
  width: 3px;
  height: 24px;
  background: currentColor;
  transform: rotate(28deg);
}

@keyframes agriIconFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -16px, 0) rotate(4deg);
  }
}

/* Cleaner agriculture luxury backdrop */
.hero {
  background:
    linear-gradient(180deg, rgba(245, 255, 232, 0.2), rgba(24, 90, 42, 0.48)),
    radial-gradient(circle at 50% 52%, rgba(167, 255, 122, 0.32), transparent 34%),
    linear-gradient(90deg, rgba(6, 36, 18, 0.68), rgba(12, 74, 32, 0.22), rgba(6, 36, 18, 0.68)),
    url("assets/hero-agriculture-drone.png") center / cover no-repeat !important;
}

.hero::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 22% 22%, rgba(240, 255, 194, 0.24), transparent 20%),
    radial-gradient(circle at 80% 72%, rgba(77, 208, 111, 0.24), transparent 26%),
    linear-gradient(180deg, rgba(2, 19, 8, 0.18), rgba(2, 18, 8, 0.52)) !important;
  background-size: 34px 34px, 100% 100%, 100% 100%, 100% 100% !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Final reference match: real Earth PNG with site text */
.hero {
  grid-template-columns: minmax(0, 1fr) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(231, 255, 159, 0.34), transparent 25%),
    radial-gradient(circle at 50% 48%, rgba(113, 255, 131, 0.28), transparent 31%),
    radial-gradient(circle at 86% 76%, rgba(20, 194, 112, 0.24), transparent 32%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(104deg, rgba(201, 255, 129, 0.12) 0 2px, transparent 2px 18px),
    repeating-linear-gradient(16deg, rgba(72, 197, 95, 0.12) 0 2px, transparent 2px 22px),
    linear-gradient(28deg, rgba(151, 255, 102, 0.16), transparent 28%, rgba(255, 255, 255, 0.1) 45%, transparent 64%),
    linear-gradient(180deg, #0d2918 0%, #174a2a 48%, #092112 100%) !important;
  background-size: 100% 100%, 100% 100%, 100% 100%, 34px 34px, 90px 90px, 110px 110px, 100% 100%, 100% 100% !important;
}

.hero::before {
  background:
    radial-gradient(ellipse at 22% 28%, rgba(227, 255, 174, 0.24) 0 10px, transparent 11px),
    radial-gradient(ellipse at 78% 34%, rgba(161, 255, 150, 0.2) 0 12px, transparent 13px),
    radial-gradient(ellipse at 34% 78%, rgba(238, 255, 167, 0.18) 0 9px, transparent 10px),
    linear-gradient(58deg, transparent 0 46%, rgba(238, 255, 167, 0.2) 47%, transparent 49%),
    linear-gradient(122deg, transparent 0 46%, rgba(79, 196, 95, 0.16) 47%, transparent 49%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 80px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28)) !important;
  background-size: 190px 150px, 240px 180px, 210px 160px, 150px 150px, 150px 150px, 160px 160px, 160px 160px, 100% 100% !important;
  mix-blend-mode: normal;
  opacity: 1 !important;
}

.hero::after {
  display: none !important;
}

.hero-earth {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 2;
  display: block;
  width: min(28vw, 380px);
  max-width: none;
  height: auto;
  pointer-events: none;
  filter:
    saturate(1.08)
    contrast(1.08)
    brightness(0.92)
    drop-shadow(0 0 34px rgba(98, 255, 120, 0.55))
    drop-shadow(0 0 92px rgba(21, 190, 87, 0.42));
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center center;
  animation: earthHeroRotateClockwise 48s linear infinite;
}

.hero-copy::before {
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: -1;
  width: min(34vw, 440px);
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(115, 255, 111, 0.34) 0%, rgba(37, 204, 88, 0.18) 36%, transparent 68%);
  filter: blur(18px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-copy {
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
  padding: 0 clamp(22px, 6.8vw, 96px) !important;
}

.hero-copy h1 {
  gap: 0.08em !important;
  font-size: clamp(2.6rem, 6.4vw, 5.8rem) !important;
  line-height: 0.82 !important;
  transform: translateY(62px);
}

.hero-copy h1 .hero-word {
  display: inline-block !important;
  margin-left: 0 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

.hero-copy h1 .hero-word-solid {
  color: #ffffff !important;
  -webkit-text-stroke: 0 transparent !important;
  text-stroke: 0 transparent !important;
}

.hero-copy h1 .hero-word-outline {
  color: transparent !important;
  -webkit-text-stroke: clamp(1px, 0.09vw, 2px) rgba(255, 255, 255, 0.86) !important;
  text-stroke: clamp(1px, 0.09vw, 2px) rgba(255, 255, 255, 0.86) !important;
}

@keyframes earthHeroFloatCentered {
  0% {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  100% {
    transform: translateX(-50%) translateY(-1.2%) scale(1.015);
  }
}

@keyframes earthHeroRotateClockwise {
  0% {
    transform: translate(-50%, -54%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -54%) rotate(360deg);
  }
}

@media (max-width: 900px) {
  .hero::after {
    display: none !important;
  }

  .hero-earth {
    top: 50%;
    width: min(48vw, 340px);
  }

  .hero-copy h1 {
    gap: 0 0.12em !important;
    font-size: clamp(2.25rem, 9vw, 4.4rem) !important;
  }
}

@media (max-width: 520px) {
  .hero::after {
    display: none !important;
  }

  .hero-earth {
    top: 50%;
    width: 58vw;
  }

  .hero-copy h1 {
    font-size: clamp(1.85rem, 9.5vw, 3.1rem) !important;
  }
}

/* Active design: polished split hero background */
.hero {
  background:
    radial-gradient(circle at 17% 32%, rgba(188, 232, 139, 0.46), transparent 23%),
    radial-gradient(circle at 39% 82%, rgba(255, 255, 255, 0.72), transparent 28%),
    radial-gradient(circle at 73% 35%, rgba(120, 230, 109, 0.26), transparent 29%),
    radial-gradient(circle at 91% 80%, rgba(4, 46, 24, 0.34), transparent 31%),
    linear-gradient(90deg, #fbfff4 0 50%, #086733 50% 100%) !important;
  background-size: 100% 100% !important;
}

.hero::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}

.hero::after {
  display: none !important;
  background: none !important;
  background-image: none !important;
  content: none !important;
}

.hero .hero-word-solid {
  color: #137c3b !important;
  text-shadow: 0 8px 24px rgba(4, 54, 25, 0.14);
}

.hero .hero-word-outline {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.92) !important;
  text-stroke-color: rgba(255, 255, 255, 0.92) !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

/* Final hero cleanup: remove the floating white/decor circles. */
.hero .hero-agri-icons,
.hero .hero-agri-icons .agri-icon {
  display: none !important;
}
/* Final premium SaaS hero cascade lock. Keeps the existing Earth rules untouched. */
.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 48%, rgba(20, 184, 255, 0.24), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(118, 74, 255, 0.2), transparent 28%),
    radial-gradient(circle at 24% 36%, rgba(34, 211, 238, 0.14), transparent 24%),
    radial-gradient(circle at 14% 86%, rgba(76, 29, 149, 0.2), transparent 32%),
    linear-gradient(135deg, #050816 0%, #071226 46%, #030611 100%) !important;
  color: #ffffff !important;
}

.hero::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    linear-gradient(rgba(148, 163, 184, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 70% 54%, rgba(125, 211, 252, 0.2), transparent 26%),
    radial-gradient(circle at 26% 38%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 34%, rgba(0, 0, 0, 0.38)) !important;
  background-size: 68px 68px, 68px 68px, 100% 100%, 100% 100%, 100% 100% !important;
  mask-image: radial-gradient(circle at 58% 48%, #000 0 46%, transparent 82%);
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero::after {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  content: "" !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 50% 58%, transparent 0 28%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%, rgba(0, 0, 0, 0.42)) !important;
}

.hero-slider,
.storm-lightning,
.mist-particles,
.mountain-sketch,
.hero .hero-agri-icons,
.hero .hero-agri-icons .agri-icon {
  display: none !important;
}

.hero-atmosphere {
  display: block !important;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: min(48vw, 620px);
}

.hero-copy::before {
  left: 18%;
  top: 52%;
  width: min(42vw, 560px);
  background:
    radial-gradient(circle, rgba(34, 211, 238, 0.2) 0%, rgba(59, 130, 246, 0.1) 42%, transparent 70%) !important;
  filter: blur(28px);
}

.hero-copy .eyebrow {
  color: rgba(165, 243, 252, 0.92) !important;
  text-shadow: 0 0 28px rgba(34, 211, 238, 0.28);
}

.hero .hero-word-solid {
  color: #ffffff !important;
  text-shadow: 0 22px 80px rgba(34, 211, 238, 0.24);
}

.hero .hero-word-outline {
  -webkit-text-stroke-color: rgba(125, 211, 252, 0.76) !important;
  text-stroke-color: rgba(125, 211, 252, 0.76) !important;
  filter: drop-shadow(0 0 24px rgba(34, 211, 238, 0.3));
}

.hero-copy p:not(.eyebrow) {
  color: rgba(226, 232, 240, 0.78) !important;
}

.hero-actions .button.primary {
  color: #04111f !important;
  background: linear-gradient(135deg, #ffffff, #67e8f9 54%, #60a5fa) !important;
  box-shadow: 0 18px 70px rgba(34, 211, 238, 0.3);
}

.hero-note {
  z-index: 5;
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(7, 16, 34, 0.52) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32) !important;
  color: #ffffff !important;
  backdrop-filter: blur(20px);
}

@media (max-width: 900px) {
  .hero-copy {
    max-width: min(78vw, 620px);
    padding-top: 110px !important;
  }
}

@media (max-width: 520px) {
  .hero::before {
    background-size: 46px 46px, 46px 46px, 100% 100%, 100% 100%, 100% 100% !important;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 96px !important;
  }

  .hero-glass-cards {
    display: none;
  }
}
/* Final logo integration. */
.site-header .brand {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
  width: clamp(138px, 14vw, 210px) !important;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 18px rgba(0, 102, 255, 0.36))
    drop-shadow(0 0 26px rgba(0, 210, 126, 0.26));
}

.site-header .brand-mark,
.site-header .brand strong,
.site-header .brand small {
  display: none !important;
}

@media (max-width: 520px) {
  .site-header .brand {
    width: 132px !important;
  }
}
/* Final transparent PNG logo fit. */
.site-header .brand {
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
  width: clamp(142px, 13vw, 210px) !important;
  padding: 0 !important;
  background: transparent !important;
}

.brand-logo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 520px) {
  .site-header .brand {
    width: 134px !important;
  }
}

/* Final navbar colors. */
.site-header,
.header-main,
.header-navrow {
  background: #ffffff !important;
}

.header-navrow .nav-links,
.header-navrow .nav-links a,
.header-navrow .nav-links a:first-child {
  color: #137c3b !important;
}

.header-navrow .nav-links a:hover,
.header-navrow .nav-links a:focus-visible {
  color: #0b6a2f !important;
}

.header-navrow .nav-links a::before {
  background: #137c3b !important;
}

/* Final header fit: logo and menu in the same white row. */
.site-header {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  left: auto !important;
  display: grid !important;
  grid-template-columns: clamp(150px, 18vw, 230px) minmax(0, 1fr) !important;
  grid-template-rows: 30px 86px !important;
  align-items: stretch !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

.header-topbar {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  min-height: 30px !important;
  padding: 0 clamp(18px, 7vw, 96px) !important;
  background: #62bc4b !important;
}

.header-main {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 86px !important;
  padding: 0 18px !important;
  background: #ffffff !important;
}

.header-navrow {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: auto !important;
  min-height: 86px !important;
  padding: 0 clamp(18px, 5vw, 72px) 0 clamp(12px, 2vw, 28px) !important;
  background: #ffffff !important;
}

.site-header .brand {
  width: clamp(116px, 10vw, 142px) !important;
  height: auto !important;
}

.brand-logo {
  width: 100% !important;
  height: auto !important;
  max-height: 80px !important;
  object-fit: contain !important;
  filter: none !important;
}

.header-phone {
  color: #137c3b !important;
}

/* Supporting Kerala Farmers logo badge. */
.sdg-badge {
  top: -60px !important;
  width: clamp(128px, 11vw, 156px) !important;
  height: clamp(128px, 11vw, 156px) !important;
  padding: 18px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(245, 207, 47, 0.78) !important;
  background: #ffffff !important;
  box-shadow:
    0 24px 55px rgba(4, 39, 25, 0.28),
    0 0 0 12px rgba(255, 255, 255, 0.24),
    inset 0 0 0 1px rgba(0, 101, 190, 0.08) !important;
  animation: logoBadgeFloat 5.4s ease-in-out infinite;
}

.sdg-badge::before {
  inset: -14px !important;
  z-index: -1 !important;
  border-radius: 50% !important;
  background: conic-gradient(from 0deg, rgba(245, 207, 47, 0), rgba(245, 207, 47, 0.95), rgba(0, 101, 190, 0.5), rgba(245, 207, 47, 0)) !important;
  opacity: 0.78 !important;
  filter: blur(1px) !important;
  animation: logoHaloSpin 8s linear infinite;
}

.sdg-badge::after {
  inset: -26px !important;
  padding: 0 !important;
  content: "" !important;
  border: 2px solid rgba(245, 207, 47, 0.82) !important;
  border-top-color: transparent !important;
  border-left-color: rgba(0, 101, 190, 0.34) !important;
  box-shadow: 0 0 28px rgba(245, 207, 47, 0.35) !important;
  animation: logoOrbit 6.8s ease-in-out infinite;
}

.sdg-badge img {
  position: relative;
  z-index: 1;
  display: block;
  width: 86%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(4, 39, 25, 0.16));
  animation: logoSoftPulse 3.8s ease-in-out infinite;
}

.sdg-badge span {
  display: none !important;
}

@keyframes logoBadgeFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  50% {
    transform: translateX(-50%) translateY(-8px) scale(1.025);
  }
}

@keyframes logoHaloSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes logoOrbit {
  0%,
  100% {
    transform: rotate(-8deg) scale(1);
  }
  50% {
    transform: rotate(18deg) scale(1.04);
  }
}

@keyframes logoSoftPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@media (max-width: 760px) {
  .sdg-badge {
    top: -48px !important;
    width: 108px !important;
    height: 108px !important;
    padding: 15px !important;
  }
}

.header-search-link::before {
  position: absolute !important;
  left: 48% !important;
  top: 47% !important;
  width: 18px !important;
  height: 12px !important;
  content: "" !important;
  border: 2px solid #137c3b !important;
  border-top: 0 !important;
  border-radius: 2px 2px 5px 5px !important;
  background: transparent !important;
  transform: translate(-50%, -50%) skewX(-10deg) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.header-search-link::after {
  position: absolute !important;
  left: 50% !important;
  top: 68% !important;
  width: 21px !important;
  height: 4px !important;
  content: "" !important;
  border: 0 !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle, #137c3b 0 3px, transparent 3px) left center / 8px 8px no-repeat,
    radial-gradient(circle, #137c3b 0 3px, transparent 3px) right center / 8px 8px no-repeat !important;
  transform: translateX(-50%) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.header-search-link {
  background:
    linear-gradient(135deg, transparent 0 45%, #137c3b 46% 53%, transparent 54%) 8px 8px / 8px 8px no-repeat !important;
}

.header-search-link {
  position: relative !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.mobile-menu-toggle {
  display: none;
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr !important;
    grid-template-rows: 30px auto !important;
  }

  .header-main,
  .header-navrow {
    grid-column: 1 !important;
  }

  .header-main {
    grid-row: 2 !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 98px !important;
    padding: 8px 18px 8px !important;
  }

  .mobile-menu-toggle {
    position: relative;
    z-index: 1002;
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #06150d;
  }

  .mobile-menu-toggle span,
  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after {
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .mobile-menu-toggle::before {
    transform: translate(-50%, -50%) translateY(-8px);
  }

  .mobile-menu-toggle::after {
    transform: translate(-50%, -50%) translateY(8px);
  }

  .mobile-menu-open .mobile-menu-toggle {
    position: fixed;
    top: 44px;
    left: min(calc(82vw - 58px), 242px);
    color: #06150d;
  }

  .mobile-menu-open .mobile-menu-toggle span {
    opacity: 0;
  }

  .mobile-menu-open .mobile-menu-toggle::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-menu-open .mobile-menu-toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header-navrow {
    grid-row: 2 !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .header-phone,
  .header-search,
  .header-search-link {
    display: none !important;
  }

  .header-call {
    position: absolute !important;
    top: 85px !important;
    right: 18px !important;
    z-index: 32 !important;
    display: inline-flex !important;
    min-height: 30px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #079578, #82da00) !important;
    color: #ffffff !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
    text-transform: none !important;
    box-shadow: none !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 30px !important;
    left: 0 !important;
    z-index: 1001 !important;
    display: flex !important;
    width: min(82vw, 300px) !important;
    height: calc(100dvh - 30px) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 18px 20px 28px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 18px 0 40px rgba(10, 30, 18, 0.22) !important;
    transform: translateX(-105%) !important;
    transition: transform 240ms ease !important;
  }

  .mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 0 2px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #5d6870 !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
  }

  .header-navrow .nav-links a:first-child,
  .header-navrow .nav-links a[aria-current="page"] {
    color: #d91609 !important;
  }

  .header-navrow .nav-links a::before,
  .header-navrow .nav-links a::after {
    content: none !important;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open::before {
    position: fixed;
    inset: 0;
    z-index: 1000;
    content: "";
    background: rgba(0, 0, 0, 0.34);
  }
}

/* Reduce decorative leaf density across busy sections. */
.service-leaves span:nth-child(n + 3),
.climate-leaves span:nth-child(n + 3),
.intro-leaves span:nth-child(n + 3),
.about-leaves span:nth-child(n + 3) {
  display: none !important;
}

.ecosystem-feature::after,
.service-hero::after {
  display: none !important;
}

/* Products page. */
.products-page-body {
  background: #f6fbf4;
}

.products-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 7vw, 104px);
  background:
    radial-gradient(circle at 17% 22%, rgba(98, 188, 75, 0.2), transparent 26%),
    radial-gradient(circle at 86% 26%, rgba(19, 124, 59, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f1faee 58%, #e5f4df 100%);
}

.products-page-hero h1 {
  max-width: 780px;
  margin: 12px 0 18px;
  color: #06381d;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.95;
}

.products-page-hero p:not(.eyebrow) {
  max-width: 670px;
  color: rgba(6, 56, 29, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.products-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.products-page-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(19, 124, 59, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(4, 39, 25, 0.12);
  backdrop-filter: blur(16px);
}

.products-page-panel span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(246, 251, 244, 0.92), rgba(255, 253, 246, 0.92));
}

.products-page-panel strong {
  color: #137c3b;
  font-size: 1.8rem;
}

.products-page-panel small {
  color: rgba(6, 56, 29, 0.74);
  font-weight: 800;
}

.products-page-catalog {
  padding-top: clamp(58px, 8vw, 92px);
}

.products-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.products-page-grid .product-card div {
  display: flex;
  min-height: 276px;
  flex-direction: column;
}

.product-tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(19, 124, 59, 0.16);
  border-radius: 999px;
  background: rgba(246, 251, 244, 0.92);
  color: #137c3b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-price {
  display: block;
  margin: auto 0 14px;
  color: #06381d;
  font-size: 1.04rem;
  font-weight: 900;
}

.buy-now-link {
  width: 100%;
  min-height: 46px;
  margin-top: 0;
  background: linear-gradient(135deg, #137c3b, #0f8f4a);
  color: #ffffff;
  border-color: rgba(19, 124, 59, 0.28);
  box-shadow: 0 16px 34px rgba(19, 124, 59, 0.2);
}

.buy-now-link::after {
  margin-left: 8px;
  content: ">";
  font-weight: 900;
}

.buy-now-link:hover,
.buy-now-link:focus-visible {
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(19, 124, 59, 0.28);
}

.products-page-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(38px, 5vw, 64px) clamp(20px, 7vw, 104px);
  background: #ffffff;
}

.products-page-contact h2 {
  max-width: 680px;
  margin: 8px 0 0;
  color: #06381d;
}

.about-page-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 242, 191, 0.42), transparent 26%),
    radial-gradient(circle at 84% 24%, rgba(35, 179, 154, 0.2), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f3fbef 54%, #e7f5df 100%);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(300px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) clamp(20px, 7vw, 104px);
  background: #ffffff;
}

.about-story-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 74px rgba(4, 39, 25, 0.16);
}

.about-story-media img {
  aspect-ratio: 0.95;
  object-fit: cover;
}

.about-story-copy h2,
.about-process h2,
.about-values h2 {
  color: #06381d;
}

.about-story-copy p:not(.eyebrow),
.about-process p {
  color: rgba(6, 56, 29, 0.76);
  line-height: 1.8;
}

.about-values {
  padding: clamp(58px, 8vw, 96px) clamp(20px, 7vw, 104px);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 242, 191, 0.54), transparent 25%),
    linear-gradient(180deg, #f6fbf4 0%, #ffffff 100%);
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.about-value-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(19, 124, 59, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 54px rgba(4, 39, 25, 0.08);
}

.about-value-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #137c3b;
  font-weight: 900;
}

.about-value-grid h3 {
  color: #06381d;
}

.about-value-grid p {
  color: rgba(6, 56, 29, 0.72);
}

.testimonial-slider-section {
  overflow: hidden;
}

.testimonial-slider {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 18px;
  align-items: center;
  width: min(100%, 980px);
  margin: 0 auto;
}

.testimonial-slider-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.testimonial-slider-track {
  display: flex;
  transition: transform 420ms ease;
  will-change: transform;
}

.testimonial-review-card {
  position: relative;
  display: grid;
  flex: 0 0 100%;
  min-height: 310px;
  align-content: space-between;
  gap: 22px;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(19, 124, 59, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 246, 0.94)),
    radial-gradient(circle at 90% 12%, rgba(215, 168, 79, 0.16), transparent 32%);
  box-shadow: 0 24px 64px rgba(4, 39, 25, 0.11);
}

.testimonial-review-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #137c3b, #d7a84f, #23b39a);
}

.testimonial-stars {
  color: #d7a84f;
  font-size: clamp(1.05rem, 2vw, 1.36rem);
  letter-spacing: 0.08em;
  line-height: 1;
}

.testimonial-review-card p {
  max-width: 760px;
  margin: 0;
  color: #173321;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.55;
}

.testimonial-reviewer {
  display: grid;
  gap: 4px;
}

.testimonial-reviewer strong {
  color: #06381d;
  font-size: 1rem;
  font-weight: 900;
}

.testimonial-reviewer span {
  color: rgba(6, 56, 29, 0.64);
  font-size: 0.82rem;
  font-weight: 800;
}

.testimonial-slider-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #137c3b;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(19, 124, 59, 0.22);
}

.testimonial-slider-button:hover,
.testimonial-slider-button:focus-visible {
  background: #0b5f2c;
}

.testimonial-slider-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 4px;
}

.testimonial-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(19, 124, 59, 0.24);
  cursor: pointer;
}

.testimonial-slider-dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: #137c3b;
}

.about-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(58px, 8vw, 96px) clamp(20px, 7vw, 104px);
  background: #ffffff;
}

.about-process ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-process li {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-left: 4px solid #137c3b;
  border-radius: 8px;
  background: #f6fbf4;
}

.about-process strong {
  color: #06381d;
  font-size: 1.05rem;
}

.about-process span {
  color: rgba(6, 56, 29, 0.72);
}

.nav-links a[aria-current="page"] {
  color: #0b6a2f !important;
}

@media (max-width: 1000px) {
  .products-page-hero,
  .products-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-story,
  .about-process,
  .about-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .products-page-hero,
  .products-page-grid,
  .products-page-contact,
  .contact-form-section,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .products-page-hero,
  .products-page-contact,
  .contact-form-section {
    display: grid;
  }

  .contact-form-section {
    padding: 58px 18px;
  }

  .contact-page-form {
    padding: 20px;
  }

  .about-story,
  .about-process,
  .about-value-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-atmosphere {
    z-index: 2 !important;
    display: block !important;
    opacity: 1 !important;
  }

  .hero-glow {
    display: block !important;
    width: 118vw !important;
    filter: blur(46px) !important;
    opacity: 0.9 !important;
  }

  .hero-glow-blue {
    left: -34vw !important;
    right: auto !important;
    top: 17% !important;
    background: rgba(37, 99, 235, 0.42) !important;
  }

  .hero-glow-cyan {
    left: 4vw !important;
    right: auto !important;
    top: 36% !important;
    background: rgba(34, 211, 238, 0.36) !important;
  }

  .hero-glow-purple {
    left: 36vw !important;
    bottom: 10% !important;
    background: rgba(124, 58, 237, 0.28) !important;
  }

  .hero-light-trail {
    display: block !important;
    width: 140vw !important;
    opacity: 0.66 !important;
  }

  .hero-light-trail-one {
    left: -38vw !important;
    top: 26% !important;
  }

  .hero-light-trail-two {
    right: -44vw !important;
    bottom: 31% !important;
  }

  .hero-particle-field,
  .hero-particle-field::before,
  .hero-particle-field::after {
    display: block !important;
    opacity: 0.42 !important;
    animation-duration: 14s !important;
  }

  .hero-earth,
  .hero-copy,
  .hero-note,
  .hero-glass-cards {
    z-index: 4 !important;
  }
}

@media (max-width: 520px) {
  .products-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 500px !important;
    padding-top: 24px !important;
    padding-bottom: 36px !important;
  }

  .hero-earth {
    top: 45% !important;
    width: min(56vw, 250px) !important;
  }

  .hero-copy {
    padding-top: 70px !important;
  }

  .hero-glass-cards {
    position: absolute !important;
    inset: 0 !important;
    z-index: 6 !important;
    display: block !important;
    pointer-events: none !important;
  }

  .hero-glass-card {
    display: block !important;
    min-width: 104px !important;
    max-width: 132px !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(14px) !important;
    animation: heroGlassFloat 7s ease-in-out infinite !important;
  }

  .hero-glass-card strong {
    font-size: 1rem !important;
  }

  .hero-glass-card small {
    margin-top: 3px !important;
    font-size: 0.6rem !important;
    line-height: 1.25 !important;
  }

  .hero-glass-card-one {
    left: 6vw !important;
    top: 17% !important;
  }

  .hero-glass-card-two {
    right: 5vw !important;
    top: 31% !important;
  }

  .hero-glass-card-three {
    left: 55vw !important;
    bottom: 19% !important;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 455px !important;
    padding-top: 16px !important;
    padding-bottom: 28px !important;
  }

  .hero-earth {
    top: 43% !important;
    width: 54vw !important;
  }

  .hero-copy {
    padding-top: 58px !important;
  }

  .hero-glass-card-one {
    left: 5vw !important;
    top: 15% !important;
  }

  .hero-glass-card-two {
    right: 4vw !important;
    top: 31% !important;
  }

  .hero-glass-card-three {
    left: 49vw !important;
    bottom: 18% !important;
  }
}

.hero .hero-agri-icons,
.hero .hero-agri-icons .agri-icon,
.hero .hero-agri-icons .agri-icon::before,
.hero .hero-agri-icons .agri-icon::after {
  display: none !important;
  content: none !important;
}

/* Polished top contact bar. */
.site-header {
  grid-template-rows: 38px 86px !important;
}

.header-topbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 38px !important;
  padding: 0 clamp(18px, 7vw, 96px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(90deg, #0f7a3b 0%, #33a943 42%, #86d51a 100%) !important;
  color: #ffffff !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: inset 0 -1px 0 rgba(4, 39, 25, 0.12) !important;
}

.header-topbar p,
.header-topbar div {
  position: relative !important;
  z-index: 1 !important;
}

.header-topbar p {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
}

.header-topbar p::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #f7d94b !important;
  box-shadow: 0 0 0 4px rgba(247, 217, 75, 0.18) !important;
}

.header-topbar div {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.header-topbar a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 26px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
}

.header-topbar a::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #f7d94b !important;
}

.header-topbar span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 24px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.header-topbar div span:not(:first-of-type) {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
}

@media (min-width: 761px) {
  .header-navrow .nav-links {
    gap: clamp(24px, 2.8vw, 46px) !important;
  }

  .header-navrow .nav-links a {
    font-size: clamp(0.92rem, 1vw, 1.08rem) !important;
    font-weight: 900 !important;
  }
}

/* Compact six-product row on the home page. */
body:not(.products-page-body) .products {
  padding-top: clamp(42px, 5vw, 68px) !important;
  padding-bottom: clamp(42px, 5vw, 68px) !important;
}

body:not(.products-page-body) .products .section-heading {
  margin-bottom: 24px !important;
}

body:not(.products-page-body) .products .section-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.4rem) !important;
}

body:not(.products-page-body) .products .product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body:not(.products-page-body) .products .product-card {
  box-shadow: 0 14px 34px rgba(4, 39, 25, 0.09) !important;
}

body:not(.products-page-body) .products .product-card img {
  aspect-ratio: 1.05 !important;
}

body:not(.products-page-body) .products .product-card div {
  padding: 14px !important;
}

body:not(.products-page-body) .products .product-card h3 {
  margin-bottom: 8px !important;
  font-size: 1rem !important;
  line-height: 1.15 !important;
}

body:not(.products-page-body) .products .product-card h3::after {
  display: none !important;
}

body:not(.products-page-body) .products .product-card p {
  margin-bottom: 12px !important;
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
}

body:not(.products-page-body) .products .product-tag,
body:not(.products-page-body) .products .product-price {
  display: none !important;
}

body:not(.products-page-body) .products .order-link {
  min-height: 36px !important;
  padding: 0 12px !important;
  font-size: 0.78rem !important;
}

@media (max-width: 1180px) {
  body:not(.products-page-body) .products .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body:not(.products-page-body) .products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:not(.products-page-body) .products {
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  body:not(.products-page-body) .products .section-heading {
    margin-bottom: 14px !important;
  }

  body:not(.products-page-body) .products .section-lead {
    display: none !important;
  }

  body:not(.products-page-body) .products .product-grid.latest-products-slider {
    gap: 10px !important;
  }

  body:not(.products-page-body) .products .latest-products-slider .product-card {
    flex-basis: min(54vw, 168px) !important;
  }

  body:not(.products-page-body) .products .product-card img {
    aspect-ratio: 1.35 !important;
  }

  body:not(.products-page-body) .products .product-card div {
    padding: 9px !important;
  }

  body:not(.products-page-body) .products .product-card h3 {
    margin-bottom: 4px !important;
    font-size: 0.82rem !important;
  }

  body:not(.products-page-body) .products .product-card p {
    margin-bottom: 7px !important;
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
  }

  body:not(.products-page-body) .products .order-link {
    min-height: 29px !important;
    padding: 0 9px !important;
    font-size: 0.68rem !important;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .site-header {
    position: sticky !important;
    grid-template-rows: auto auto !important;
  }

  .header-topbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: center !important;
    gap: 5px !important;
    min-height: 0 !important;
    padding: 7px 14px !important;
    font-size: 0.68rem !important;
  }

  .header-topbar p,
  .header-topbar div {
    min-width: 0 !important;
  }

  .header-topbar p {
    width: 100% !important;
    max-width: 298px !important;
    padding: 6px 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .header-topbar div {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(0, 1fr) auto 22px 22px 22px !important;
    align-items: center !important;
    gap: 5px !important;
    width: 100% !important;
  }

  .header-topbar a {
    max-width: none !important;
    min-width: 0 !important;
    padding: 6px 10px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .header-topbar span {
    font-size: 0.64rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .header-topbar div span:not(:first-of-type) {
    width: 22px !important;
    height: 22px !important;
    display: inline-grid !important;
    place-items: center !important;
    font-size: 0.68rem !important;
  }

  .header-main {
    position: relative !important;
    min-height: 126px !important;
    padding: 18px 28px 18px !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .header-main .brand,
  .site-header .brand {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .brand-logo {
    width: auto !important;
    max-width: 128px !important;
  }

  .header-navrow {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  .header-navrow .header-call {
    display: inline-flex !important;
    position: absolute !important;
    right: 72px !important;
    top: -72px !important;
    z-index: 4 !important;
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    font-size: 0.68rem !important;
    pointer-events: auto !important;
  }

  .mobile-menu-toggle {
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: block !important;
  }

  .header-main {
    display: flex !important;
    align-items: center !important;
    min-height: 118px !important;
    height: 118px !important;
    padding: 0 22px !important;
  }

  .site-header .brand {
    width: 134px !important;
  }

  .brand-logo {
    width: 134px !important;
    max-width: 134px !important;
    height: auto !important;
  }

  .header-navrow {
    position: absolute !important;
    inset: auto 0 0 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  .header-navrow .header-call {
    display: inline-flex !important;
    position: absolute !important;
    right: 74px !important;
    bottom: 42px !important;
    top: auto !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    pointer-events: auto !important;
  }

  .mobile-menu-toggle {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

/* Inner page photo banner with breadcrumb. */
.inner-page-banner {
  position: relative;
  display: grid;
  min-height: clamp(260px, 28vw, 380px);
  overflow: hidden;
  color: #ffffff;
}

.inner-page-banner-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.inner-page-banner::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 24, 14, 0.72), rgba(4, 24, 14, 0.42)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.5));
}

.inner-page-banner-content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 6vw, 64px) clamp(82px, 8vw, 112px);
}

.inner-page-banner-content h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.inner-page-banner-content p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 800;
  line-height: 1.45;
}

.inner-breadcrumb {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 max(20px, calc((100vw - 1120px) / 2 + 64px));
  background: rgba(0, 0, 0, 0.56);
  color: #8bea3c;
  font-size: 0.95rem;
  font-weight: 800;
}

.inner-breadcrumb a {
  color: #8bea3c;
}

.inner-breadcrumb span:last-child {
  color: #ffffff;
}

@media (max-width: 760px) {
  .inner-page-banner {
    min-height: 250px;
  }

  .inner-page-banner-content {
    padding: 48px 20px 82px;
  }

  .inner-breadcrumb {
    min-height: 52px;
    padding: 0 20px;
    font-size: 0.86rem;
  }
}

/* Cleaner product photo mosaic in the intro section. */
.premium-intro .intro-scroll-cue {
  display: none !important;
}

.premium-intro .intro-leaves,
.premium-intro .intro-leaves span {
  display: none !important;
}

.premium-intro .intro-collage {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(150px, 0.82fr) !important;
  grid-template-rows: 190px 150px !important;
  gap: 16px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(19, 124, 59, 0.1) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.66) !important;
  box-shadow: 0 28px 76px rgba(4, 39, 25, 0.12) !important;
}

.premium-intro .collage-img {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  box-shadow: 0 18px 42px rgba(4, 39, 25, 0.12) !important;
}

.premium-intro .collage-pepper {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
}

.premium-intro .collage-coconut {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.premium-intro .collage-paddy,
.premium-intro .collage-jackfruit {
  grid-row: 2 !important;
}

.premium-intro .collage-paddy {
  display: none !important;
}

.premium-intro .collage-jackfruit {
  grid-column: 2 !important;
  justify-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  align-self: stretch !important;
}

@media (max-width: 1000px) {
  .premium-intro .intro-collage {
    grid-template-rows: 220px 150px !important;
  }
}

@media (max-width: 760px) {
  .premium-intro .intro-collage {
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 210px 140px 140px !important;
  }

  .premium-intro .collage-pepper {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }

  .premium-intro .collage-coconut {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .premium-intro .collage-paddy {
    display: none !important;
  }

  .premium-intro .collage-jackfruit {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 760px) {
  .testimonial-slider-section {
    padding: 48px 18px;
  }

  .testimonial-slider {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 10px;
  }

  .testimonial-review-card {
    min-height: 330px;
    padding: 26px 22px;
  }

  .testimonial-review-card p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .testimonial-slider-button {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 440px) {
  .testimonial-slider {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .testimonial-slider-viewport {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .testimonial-slider-button {
    grid-row: 2;
    justify-self: end;
  }

  .testimonial-slider-next {
    justify-self: start;
  }

  .testimonial-slider-dots {
    grid-row: 3;
  }
}

/* Refined shop highlights stat cards. */
.climate-card-row {
  grid-template-columns: repeat(5, minmax(170px, 1fr)) !important;
  gap: 16px !important;
  width: min(100%, 1180px) !important;
  margin-top: clamp(34px, 5vw, 56px) !important;
}

.climate-card {
  position: relative !important;
  display: grid !important;
  min-height: 132px !important;
  align-content: space-between !important;
  gap: 12px !important;
  overflow: hidden !important;
  padding: 18px 18px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.54) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 244, 0.9)) !important;
  color: #10251a !important;
  box-shadow:
    0 22px 48px rgba(2, 18, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  text-align: left !important;
}

.climate-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #0b7fbc, #f1c62e, #28a85b);
}

.climate-card::after {
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 104px;
  height: 104px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 198, 46, 0.2), rgba(11, 127, 188, 0.08) 48%, transparent 70%);
  pointer-events: none;
}

.climate-card-icon {
  display: inline-grid !important;
  width: 34px !important;
  height: 28px !important;
  margin: 0 !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: rgba(19, 124, 59, 0.1) !important;
  color: #0b7fbc !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.climate-card p {
  margin: 0 !important;
  color: rgba(16, 37, 26, 0.72) !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

.climate-card strong {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  color: #137c3b !important;
  font-size: clamp(1.42rem, 1.9vw, 1.95rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 0.96 !important;
}

.climate-card sup {
  font-size: 0.48em !important;
}

.climate-stats .climate-leaves,
.climate-stats .climate-leaves span {
  display: none !important;
}

@media (max-width: 1000px) {
  .climate-card-row {
    grid-template-columns: repeat(3, minmax(170px, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .climate-card-row {
    grid-template-columns: 1fr !important;
    max-width: 380px !important;
  }

  .climate-card {
    min-height: 112px !important;
  }
}

/* Final mobile header placement fix. Keep this at the end so it wins. */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    display: block !important;
    background: #ffffff !important;
  }

  .header-topbar {
    min-height: 0 !important;
  }

  .header-main {
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    height: 126px !important;
    min-height: 126px !important;
    padding: 4px 22px 0 8px !important;
    background: #ffffff !important;
  }

  .site-header .brand {
    display: inline-flex !important;
    position: absolute !important;
    top: 4px !important;
    left: 8px !important;
    width: 120px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .brand-logo {
    display: block !important;
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
  }

  .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
    z-index: 8 !important;
  }

  .header-navrow {
    position: static !important;
    display: block !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .header-navrow .header-call {
    position: absolute !important;
    top: calc(100% - 82px) !important;
    right: 74px !important;
    z-index: 9 !important;
    display: inline-flex !important;
    width: auto !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: #28a84d !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    line-height: 1 !important;
    pointer-events: auto !important;
  }

  .header-navrow .nav-links,
  .header-search,
  .header-phone,
  .header-search-link {
    display: none !important;
  }
}

/* Restore older mobile slide-out menu behavior. */
@media (max-width: 760px) {
  .mobile-menu-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    z-index: 1002 !important;
    display: inline-flex !important;
    transform: translateY(-50%) !important;
  }

  .mobile-menu-open .mobile-menu-toggle {
    position: fixed !important;
    top: 44px !important;
    left: min(calc(82vw - 58px), 242px) !important;
    right: auto !important;
    transform: none !important;
    color: #06150d !important;
  }

  .mobile-menu-open .mobile-menu-toggle span {
    opacity: 0 !important;
  }

  .mobile-menu-open .mobile-menu-toggle::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .mobile-menu-open .mobile-menu-toggle::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 30px !important;
    left: 0 !important;
    z-index: 1001 !important;
    display: flex !important;
    width: min(82vw, 300px) !important;
    height: calc(100dvh - 30px) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 18px 20px 28px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 18px 0 40px rgba(10, 30, 18, 0.22) !important;
    transform: translateX(-105%) !important;
    transition: transform 240ms ease !important;
    pointer-events: auto !important;
  }

  .mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 0 2px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #5d6870 !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
  }

  .header-navrow .nav-links a:first-child,
  .header-navrow .nav-links a[aria-current="page"] {
    color: #d91609 !important;
  }

  .header-navrow .nav-links a::before,
  .header-navrow .nav-links a::after {
    content: none !important;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
  }

  body.mobile-menu-open::before {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000 !important;
    content: "" !important;
    background: rgba(0, 0, 0, 0.34) !important;
  }
}

/* Final color-safe mobile header: keep existing brand colors. */
@media (max-width: 760px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .site-header::before,
  .site-header::after,
  .header-info,
  .header-search,
  .header-phone,
  .header-search-link,
  .header-navrow .header-call {
    display: none !important;
  }

  .header-main {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 22px !important;
    background: #ffffff !important;
  }

  .site-header .brand {
    position: absolute !important;
    top: 4px !important;
    left: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: 68px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .brand-logo {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    height: 68px !important;
    max-height: 68px !important;
    filter: none !important;
  }

  .mobile-menu-toggle {
    position: relative !important;
    z-index: 1002 !important;
    display: inline-flex !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #06150d !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .mobile-menu-toggle span,
  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after {
    position: absolute !important;
    left: 50% !important;
    width: 22px !important;
    height: 1px !important;
    border-radius: 0 !important;
    background: currentColor !important;
    box-shadow: none !important;
    transform: translateX(-50%) !important;
  }

  .mobile-menu-toggle span {
    top: 14px !important;
  }

  .mobile-menu-toggle::before {
    top: 8px !important;
  }

  .mobile-menu-toggle::after {
    top: 20px !important;
  }

  .mobile-menu-open .mobile-menu-toggle {
    position: fixed !important;
    top: 44px !important;
    left: min(calc(82vw - 58px), 242px) !important;
    right: auto !important;
    color: #06150d !important;
  }

  .header-navrow {
    position: static !important;
    display: block !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }
}

/* Stable responsive header for mobile. Keep this final so it wins. */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    z-index: 1000 !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-shadow: 0 2px 0 rgba(12, 94, 40, 0.08) !important;
  }

  .site-header::before,
  .site-header::after,
  .header-info,
  .header-search,
  .header-phone,
  .header-search-link,
  .header-navrow .header-call {
    display: none !important;
    content: none !important;
  }

  .header-topbar {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 6px 14px 7px !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #38a73d, #68c928) !important;
  }

  .header-topbar p,
  .header-topbar div {
    min-width: 0 !important;
    margin: 0 !important;
  }

  .header-topbar p {
    display: inline-flex !important;
    align-items: center !important;
    width: min(100%, 298px) !important;
    min-height: 25px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-size: 0.69rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .header-topbar div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto 22px 22px 22px !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .header-topbar a {
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 0 10px !important;
    color: #ffffff !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
    line-height: 25px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .header-topbar span {
    min-width: 0 !important;
    color: #ffffff !important;
    font-size: 0.62rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .header-topbar div span:not(:first-of-type) {
    display: inline-grid !important;
    width: 22px !important;
    height: 22px !important;
    place-items: center !important;
    border-radius: 50% !important;
  }

  .header-main {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 4px 22px !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .header-main .brand,
  .site-header .brand {
    position: static !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    transform: none !important;
  }

  .brand-logo {
    display: block !important;
    width: auto !important;
    max-width: min(42vw, 132px) !important;
    height: 64px !important;
    max-height: 64px !important;
    object-fit: contain !important;
    filter: none !important;
  }

  .mobile-menu-toggle {
    position: relative !important;
    z-index: 1102 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #06150d !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .mobile-menu-toggle span,
  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after {
    position: absolute !important;
    left: 50% !important;
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    border-radius: 999px !important;
    content: "" !important;
    background: currentColor !important;
    box-shadow: none !important;
    transform: translateX(-50%) !important;
  }

  .mobile-menu-toggle::before {
    top: 10px !important;
  }

  .mobile-menu-toggle span {
    top: 17px !important;
  }

  .mobile-menu-toggle::after {
    top: 24px !important;
  }

  .header-navrow {
    position: static !important;
    z-index: auto !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1101 !important;
    display: flex !important;
    width: min(82vw, 300px) !important;
    height: 100dvh !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 82px 20px 28px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 18px 0 40px rgba(10, 30, 18, 0.22) !important;
    transform: translateX(-105%) !important;
    transition: transform 240ms ease !important;
    pointer-events: auto !important;
  }

  .mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 0 2px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #5d6870 !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    white-space: normal !important;
  }

  .header-navrow .nav-links a:first-child,
  .header-navrow .nav-links a[aria-current="page"] {
    color: #d91609 !important;
  }

  .header-navrow .nav-links a::before,
  .header-navrow .nav-links a::after {
    content: none !important;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
  }

  body.mobile-menu-open::before {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1050 !important;
    content: "" !important;
    background: rgba(0, 0, 0, 0.34) !important;
  }

  .mobile-menu-open .mobile-menu-toggle {
    position: fixed !important;
    top: 23px !important;
    left: min(calc(82vw - 58px), 242px) !important;
    right: auto !important;
    color: #06150d !important;
    transform: none !important;
  }

  .mobile-menu-open .mobile-menu-toggle span {
    opacity: 0 !important;
  }

  .mobile-menu-open .mobile-menu-toggle::before {
    top: 18px !important;
    transform: translateX(-50%) rotate(45deg) !important;
  }

  .mobile-menu-open .mobile-menu-toggle::after {
    top: 18px !important;
    transform: translateX(-50%) rotate(-45deg) !important;
  }

  main,
  .hero {
    position: relative !important;
    z-index: 1 !important;
  }

  .hero {
    margin-top: 0 !important;
  }
}

/* Remove the blank mobile logo/menu strip: real EOF override. */
@media (max-width: 768px) {
  .site-header {
    background: transparent !important;
    box-shadow: none !important;
  }

  .header-main {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .header-main .brand,
  .site-header .brand,
  .header-main .brand-logo,
  .site-header .brand-logo {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .mobile-menu-toggle {
    position: absolute !important;
    top: 14px !important;
    right: 24px !important;
    transform: none !important;
  }
}

/* Mobile header like the reference: logo left, red hamburger right. */
@media (max-width: 768px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(18, 29, 22, 0.08) !important;
  }

  .header-topbar,
  .header-info,
  .header-search,
  .header-phone,
  .header-search-link,
  .header-navrow .header-call {
    display: none !important;
  }

  .header-main {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: none !important;
    height: 82px !important;
    min-height: 82px !important;
    max-height: none !important;
    padding: 0 32px 0 44px !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }

  .header-main .brand,
  .site-header .brand {
    position: static !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  .header-main .brand-logo,
  .site-header .brand-logo {
    display: block !important;
    width: 142px !important;
    min-width: 112px !important;
    max-width: min(45vw, 142px) !important;
    height: auto !important;
    min-height: 1px !important;
    max-height: 62px !important;
    visibility: visible !important;
    object-fit: contain !important;
    pointer-events: auto !important;
  }

  .mobile-menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 1220 !important;
    display: inline-flex !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ed2118 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .mobile-menu-toggle span,
  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after {
    position: absolute !important;
    left: 50% !important;
    display: block !important;
    width: 21px !important;
    height: 2px !important;
    border-radius: 999px !important;
    content: "" !important;
    background: currentColor !important;
    box-shadow: none !important;
    transform: translateX(-50%) !important;
  }

  .mobile-menu-toggle::before {
    top: 8px !important;
  }

  .mobile-menu-toggle span {
    top: 14px !important;
  }

  .mobile-menu-toggle::after {
    top: 20px !important;
  }

  .header-navrow {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1210 !important;
    display: flex !important;
    width: min(82vw, 300px) !important;
    height: 100dvh !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 92px 22px 28px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 18px 0 40px rgba(10, 30, 18, 0.22) !important;
    transform: translateX(-105%) !important;
    transition: transform 240ms ease !important;
  }

  .mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 50px !important;
    padding: 0 2px !important;
    border-bottom: 1px solid #e7ece8 !important;
    color: #4e5f57 !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  .header-navrow .nav-links a:first-child,
  .header-navrow .nav-links a[aria-current="page"] {
    color: #ed2118 !important;
  }

  .header-navrow .nav-links a::before,
  .header-navrow .nav-links a::after {
    content: none !important;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
  }

  body.mobile-menu-open::before {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1205 !important;
    content: "" !important;
    background: rgba(0, 0, 0, 0.34) !important;
  }

  .mobile-menu-open .mobile-menu-toggle {
    position: fixed !important;
    top: 26px !important;
    left: min(calc(82vw - 58px), 242px) !important;
    right: auto !important;
    color: #ed2118 !important;
    transform: none !important;
  }

  .mobile-menu-open .mobile-menu-toggle span {
    opacity: 0 !important;
  }

  .mobile-menu-open .mobile-menu-toggle::before {
    top: 14px !important;
    transform: translateX(-50%) rotate(45deg) !important;
  }

  .mobile-menu-open .mobile-menu-toggle::after {
    top: 14px !important;
    transform: translateX(-50%) rotate(-45deg) !important;
  }
}

/* Final mobile preference: no white rectangle, just logo and menu over content. */
@media (max-width: 768px) {
  .site-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1200 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header-topbar,
  .header-info,
  .header-search,
  .header-phone,
  .header-search-link,
  .header-navrow .header-call {
    display: none !important;
  }

  .header-main {
    position: absolute !important;
    top: 12px !important;
    left: 0 !important;
    z-index: 1215 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 28px 0 28px !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .header-main .brand,
  .site-header .brand {
    position: static !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  .header-main .brand-logo,
  .site-header .brand-logo {
    display: block !important;
    width: 126px !important;
    min-width: 106px !important;
    max-width: min(42vw, 126px) !important;
    height: auto !important;
    max-height: 58px !important;
    visibility: visible !important;
    object-fit: contain !important;
    pointer-events: auto !important;
  }

  .mobile-menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 1220 !important;
    display: inline-flex !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .header-navrow {
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .mobile-menu-open .mobile-menu-toggle {
    position: fixed !important;
    top: 26px !important;
    left: min(calc(82vw - 58px), 242px) !important;
    right: auto !important;
    color: #ffffff !important;
  }
}

/* EOF mobile hero composition: desktop alignment scaled for phones. */
@media (max-width: 520px) {
  .hero {
    min-height: 455px !important;
    max-height: 455px !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 45% !important;
    left: 49% !important;
    width: min(76vw, 292px) !important;
    transform: translate(-50%, -54%) rotate(0deg);
    animation: earthHeroRotateClockwise 42s linear infinite !important;
    transform-origin: center center !important;
  }

  .hero .hero-copy {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 44% !important;
    z-index: 7 !important;
    width: 108vw !important;
    max-width: none !important;
    padding: 0 18px !important;
    transform: translateX(-50%) !important;
  }

  .hero .hero-copy h1#hero-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0.06em !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: clamp(2.9rem, 15.4vw, 4.18rem) !important;
    line-height: 0.9 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .hero .hero-copy h1#hero-title .hero-word {
    display: inline-block !important;
    margin: 0 !important;
  }

  .hero .hero-copy h1#hero-title .hero-word-outline {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.86) !important;
    text-stroke: 1px rgba(255, 255, 255, 0.86) !important;
  }

  .hero .hero-glass-cards {
    position: absolute !important;
    inset: 0 !important;
    z-index: 8 !important;
    display: block !important;
    pointer-events: none !important;
  }

  .hero .hero-glass-card {
    min-width: 82px !important;
    max-width: 102px !important;
    padding: 7px 8px !important;
    border-radius: 9px !important;
  }

  .hero .hero-glass-card strong {
    font-size: 0.82rem !important;
    line-height: 1.05 !important;
  }

  .hero .hero-glass-card small {
    margin-top: 2px !important;
    font-size: 0.5rem !important;
    line-height: 1.18 !important;
  }

  .hero .hero-glass-card-one {
    left: 56% !important;
    top: 21% !important;
  }

  .hero .hero-glass-card-two {
    right: 4vw !important;
    top: 36% !important;
  }

  .hero .hero-glass-card-three {
    left: 52% !important;
    bottom: 23% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 430px !important;
    max-height: 430px !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.52rem, 13.8vw, 3.35rem) !important;
  }

  .hero .hero-glass-card-one {
    left: 54% !important;
    top: 22% !important;
  }

  .hero .hero-glass-card-two {
    right: 4vw !important;
    top: 37% !important;
  }
}

/* Mobile drawer CTA. */
.mobile-store-button {
  display: none !important;
}

@media (max-width: 768px) {
  .header-navrow .nav-links .mobile-store-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(196px, 100%) !important;
    min-height: 52px !important;
    margin: 16px 0 0 !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #159447 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(21, 148, 71, 0.24) !important;
    font-size: 0.92rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .header-navrow .nav-links .mobile-store-button:hover,
  .header-navrow .nav-links .mobile-store-button:focus-visible {
    background: #0f7838 !important;
    color: #ffffff !important;
  }

  .header-navrow .nav-links a:first-child,
  .header-navrow .nav-links a[aria-current="page"] {
    color: #159447 !important;
  }
}

/* Keep the mobile logo and menu bar fixed while scrolling. */
@media (max-width: 768px) {
  body {
    padding-top: 76px !important;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1300 !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-shadow: 0 4px 14px rgba(12, 64, 34, 0.12) !important;
  }

  .header-main {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 1310 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 28px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .header-main .brand,
  .site-header .brand {
    position: static !important;
    display: inline-flex !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
    pointer-events: auto !important;
  }

  .header-main .brand-logo,
  .site-header .brand-logo {
    display: block !important;
    visibility: visible !important;
    width: 126px !important;
    max-width: min(42vw, 126px) !important;
    height: auto !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }

  .mobile-menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    color: #159447 !important;
  }

  .hero {
    margin-top: 0 !important;
  }
}
/* Absolute final mobile hero height reduction. */
@media (max-width: 520px) {
  .hero {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  .hero .hero-earth {
    top: 50% !important;
    width: min(74vw, 276px) !important;
  }

  .hero .hero-copy {
    top: 54% !important;
  }

  .hero .hero-copy h1#hero-title {
    font-size: clamp(2.18rem, 12vw, 3.1rem) !important;
  }

  .hero .hero-glass-card-one {
    top: 26% !important;
  }

  .hero .hero-glass-card-two {
    top: 42% !important;
  }

  .hero .hero-glass-card-three {
    bottom: 8% !important;
  }
}

@media (max-width: 380px) {
  .hero {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
}

/* True final mobile title alignment. */
@media (max-width: 520px) {
  .hero .hero-copy {
    top: 42% !important;
  }

  .hero .hero-glass-card {
    min-width: 64px !important;
    max-width: 76px !important;
    padding: 5px 6px !important;
    border-radius: 8px !important;
  }

  .hero .hero-glass-card strong {
    font-size: 0.68rem !important;
    line-height: 1 !important;
  }

  .hero .hero-glass-card small {
    margin-top: 1px !important;
    font-size: 0.43rem !important;
    line-height: 1.08 !important;
  }

  .hero .hero-glass-card-one {
    left: 58% !important;
    top: 25% !important;
  }

  .hero .hero-glass-card-two {
    right: 0.5vw !important;
    top: 39% !important;
  }

  .hero .hero-glass-card-three {
    left: 54% !important;
    bottom: 9% !important;
  }
}

/* Desktop hero height trim. Mobile rules above keep their approved size. */
@media (min-width: 769px) {
  .hero {
    width: 100% !important;
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }
}

/* Mobile topbar restore: add the strip above the existing logo/menu row. */
@media (max-width: 768px) {
  body {
    padding-top: 104px !important;
  }

  .site-header {
    height: 104px !important;
    min-height: 104px !important;
  }

  .header-topbar {
    position: relative !important;
    z-index: 1320 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    background: linear-gradient(90deg, #178b38, #7ed321) !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
  }

  .header-topbar p,
  .header-topbar div {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 0.66rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .header-topbar p {
    flex: 0 0 auto !important;
  }

  .header-topbar div {
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }

  .header-topbar a {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: #ffffff !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .header-topbar span {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    opacity: 1 !important;
  }
}

/* Show full mobile topbar details in a compact two-line strip. */
@media (max-width: 768px) {
  body {
    padding-top: 124px !important;
  }

  .site-header {
    height: 124px !important;
    min-height: 124px !important;
  }

  .header-topbar {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 4px 12px !important;
  }

  .header-topbar p,
  .header-topbar div {
    width: 100% !important;
    justify-content: center !important;
    gap: 7px !important;
    font-size: 0.62rem !important;
  }

  .header-topbar a {
    flex: 0 1 auto !important;
    max-width: 48vw !important;
  }

  .header-topbar span {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 0.6rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }
}

.header-topbar .topbar-social-link {
  width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  flex: 0 0 24px !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #ffffff !important;
  font-size: 0.58rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2) !important;
}

.header-topbar .topbar-social-link::before {
  content: none !important;
}

@media (max-width: 768px) {
  .header-topbar .topbar-social-link {
    display: inline-flex !important;
    max-width: none !important;
    width: 22px !important;
    height: 22px !important;
    min-height: 22px !important;
    flex-basis: 22px !important;
    font-size: 0.54rem !important;
  }
}

/* Mobile topbar fit: keep every contact/social item visible on narrow screens. */
@media (max-width: 768px) {
  body {
    padding-top: 146px !important;
  }

  .site-header {
    height: 146px !important;
    min-height: 146px !important;
  }

  .header-topbar {
    height: 70px !important;
    min-height: 70px !important;
    gap: 2px !important;
    padding: 4px 10px !important;
  }

  .header-topbar p,
  .header-topbar div {
    gap: 5px !important;
    font-size: 0.56rem !important;
  }

  .header-topbar p {
    min-height: 18px !important;
    padding: 0 8px !important;
  }

  .header-topbar div {
    flex-wrap: wrap !important;
    row-gap: 3px !important;
    column-gap: 5px !important;
  }

  .header-topbar a {
    min-height: 20px !important;
    padding: 0 8px !important;
  }

  .header-topbar div > a:not(.topbar-social-link) {
    max-width: 42vw !important;
  }

  .header-topbar span {
    min-height: 20px !important;
    font-size: 0.52rem !important;
  }

  .header-topbar div span:not(:first-of-type),
  .header-topbar .topbar-social-link {
    width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    flex-basis: 20px !important;
    font-size: 0.5rem !important;
  }
}

/* Final mobile logo restore: keep this at the end so repeated header rules cannot hide it. */
@media (max-width: 768px) {
  body {
    padding-top: 0 !important;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1300 !important;
    width: 100% !important;
    height: 146px !important;
    min-height: 146px !important;
  }

  main {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 146px !important;
  }

  .hero,
  .inner-page-banner,
  .products-page-hero {
    margin-top: 0 !important;
  }

  .header-main .brand,
  .site-header .brand {
    position: absolute !important;
    top: 50% !important;
    left: 16px !important;
    z-index: 1103 !important;
    display: inline-flex !important;
    width: min(46vw, 150px) !important;
    height: 56px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    transform: translateY(-50%) !important;
  }

  .header-main .brand-logo,
  .site-header .brand-logo {
    display: block !important;
    width: auto !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 54px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Mobile header visibility guard: this must remain last. */
@media (max-width: 768px) {
  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1300 !important;
    display: block !important;
    width: 100% !important;
    height: 146px !important;
    min-height: 146px !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .header-main {
    position: relative !important;
    z-index: 1310 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 18px !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .header-main .brand,
  .site-header .brand {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 1315 !important;
    display: inline-flex !important;
    visibility: visible !important;
    width: min(48vw, 150px) !important;
    min-width: 104px !important;
    max-width: 150px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .header-main .brand-logo,
  .site-header .brand-logo {
    display: block !important;
    visibility: visible !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 150px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 54px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .mobile-menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 1320 !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Desktop hero clearance: keep the hero below the full menu/topbar. */
@media (min-width: 769px) {
  html {
    scroll-padding-top: 116px !important;
  }

  body {
    padding-top: 0 !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    z-index: 1300 !important;
    display: grid !important;
    grid-template-columns: clamp(150px, 18vw, 230px) minmax(0, 1fr) !important;
    grid-template-rows: 30px 86px !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 116px !important;
    min-height: 116px !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .header-topbar {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    height: 30px !important;
    min-height: 30px !important;
  }

  .header-main {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 86px !important;
    min-height: 86px !important;
    padding: 0 18px !important;
    background: #ffffff !important;
  }

  .header-navrow {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: auto !important;
    height: 86px !important;
    min-height: 86px !important;
    padding: 0 clamp(18px, 5vw, 72px) 0 clamp(12px, 2vw, 28px) !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  main {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero,
  .inner-page-banner,
  .products-page-hero {
    margin-top: 0 !important;
    scroll-margin-top: 116px !important;
  }
}

/* Mobile hero clearance: keep first load and viewport switches below the fixed menu. */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 146px !important;
  }

  body {
    padding-top: 0 !important;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1300 !important;
    width: 100% !important;
    height: 146px !important;
    min-height: 146px !important;
  }

  main {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 146px !important;
  }

  .hero,
  .inner-page-banner,
  .products-page-hero {
    margin-top: 0 !important;
    scroll-margin-top: 146px !important;
  }
}

/* Mobile latest products: keep the moving desktop-style single row. */
@media (max-width: 768px) {
  body:not(.products-page-body) .products {
    overflow: hidden !important;
  }

  body:not(.products-page-body) .products .product-grid.latest-products-slider {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
    animation: latestProductsLoop 28s linear infinite !important;
    will-change: transform !important;
  }

  body:not(.products-page-body) .products .latest-products-slider .product-card {
    flex: 0 0 clamp(104px, 30vw, 132px) !important;
    width: clamp(104px, 30vw, 132px) !important;
    min-width: clamp(104px, 30vw, 132px) !important;
    max-width: clamp(104px, 30vw, 132px) !important;
  }

  body:not(.products-page-body) .products .latest-products-slider .product-card img {
    aspect-ratio: 1.2 !important;
    min-height: 0 !important;
  }
}

/* Force index latest products to one moving row on mobile/tablet. */
@media (max-width: 900px) {
  body:not(.products-page-body) #products.products {
    overflow: hidden !important;
  }

  body:not(.products-page-body) #products.products .product-grid[data-latest-products],
  body:not(.products-page-body) #products.products .product-grid[data-latest-products].latest-products-slider {
    display: flex !important;
    grid-template-columns: none !important;
    grid-auto-flow: unset !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
    animation: latestProductsLoop 28s linear infinite !important;
    transform: translate3d(0, 0, 0);
  }

  body:not(.products-page-body) #products.products .product-grid[data-latest-products] .product-card {
    flex: 0 0 132px !important;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
  }
}

@media (max-width: 420px) {
  body:not(.products-page-body) #products.products .product-grid[data-latest-products] .product-card {
    flex-basis: 118px !important;
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
  }
}

/* Home mobile hero globe: show the full earth before the next section starts. */
@media (max-width: 768px) {
  #home.hero {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
    overflow: hidden !important;
  }

  #home.hero .hero-earth {
    top: 66% !important;
    left: 50% !important;
    width: min(92vw, 360px) !important;
    max-width: none !important;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center center !important;
    animation: mobileEarthRotateFull 42s linear infinite !important;
  }

  #home.hero .hero-copy {
    top: 66% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
  }
}

@media (max-width: 420px) {
  #home.hero {
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
  }

  #home.hero .hero-earth {
    top: 67% !important;
    width: min(96vw, 368px) !important;
  }
}

/* Absolute final hamburger click/open backup. */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    position: relative !important;
    z-index: 2147483647 !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  body.mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }
}

@keyframes mobileEarthRotateFull {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Mobile drawer final fix: make hamburger open the menu panel. */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    position: relative !important;
    z-index: 2147482500 !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .header-navrow {
    display: block !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2147482400 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: min(82vw, 310px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: 86px 22px 24px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 20px 0 50px rgba(4, 39, 25, 0.24) !important;
    transform: translateX(-105%) !important;
    transition: transform 240ms ease !important;
    pointer-events: auto !important;
  }

  body.mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    color: #137c3b !important;
  }

  body.mobile-menu-open {
    overflow: hidden !important;
  }

  body.mobile-menu-open::before {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147482300 !important;
    content: "" !important;
    background: rgba(0, 0, 0, 0.34) !important;
  }
}

/* Final mobile restore: clean hero composition plus visible menu drawer. */
@media (max-width: 768px) {
  #home.hero {
    height: 560px !important;
    min-height: 560px !important;
    max-height: 560px !important;
    overflow: hidden !important;
  }

  #home.hero .hero-earth {
    top: 66% !important;
    left: 50% !important;
    width: min(90vw, 350px) !important;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: mobileEarthRotateFull 42s linear infinite !important;
  }

  #home.hero .hero-copy {
    top: 48% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    z-index: 2147483000 !important;
    display: flex !important;
    flex-direction: column !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: 92px 24px 28px !important;
    background: #ffffff !important;
    box-shadow: -22px 0 54px rgba(4, 39, 25, 0.24) !important;
    transform: translateX(110%) !important;
    transition: transform 240ms ease !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    border-bottom: 1px solid #e6eee8 !important;
    color: #137c3b !important;
    font-size: 0.92rem !important;
    font-weight: 900 !important;
  }

  body.mobile-menu-open::before {
    z-index: 2147482900 !important;
  }
}

/* Absolute final mobile state: restore accepted hero, only fix drawer visibility. */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 146px !important;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1300 !important;
    height: 146px !important;
    min-height: 146px !important;
  }

  main {
    padding-top: 146px !important;
  }

  #home.hero {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
    overflow: hidden !important;
  }

  #home.hero .hero-earth {
    top: 66% !important;
    left: 50% !important;
    width: min(92vw, 360px) !important;
    max-width: none !important;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center center !important;
    animation: mobileEarthRotateFull 42s linear infinite !important;
  }

  #home.hero .hero-copy {
    top: 66% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
  }

  .mobile-menu-toggle {
    z-index: 2147483600 !important;
    pointer-events: auto !important;
  }

  .header-navrow .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    z-index: 2147483500 !important;
    display: flex !important;
    flex-direction: column !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding: 94px 24px 28px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: -22px 0 54px rgba(4, 39, 25, 0.24) !important;
    transform: translateX(110%) !important;
    transition: transform 240ms ease !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.mobile-menu-open .header-navrow .nav-links {
    transform: translateX(0) !important;
  }

  .header-navrow .nav-links a {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    border-bottom: 1px solid #e6eee8 !important;
    color: #137c3b !important;
    font-size: 0.92rem !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 420px) {
  #home.hero {
    height: 640px !important;
    min-height: 640px !important;
    max-height: 640px !important;
  }

  #home.hero .hero-earth {
    top: 67% !important;
    width: min(96vw, 368px) !important;
  }
}
