:root {
  --green: #143f2b;
  --green-2: #1f5d3b;
  --leaf: #72a03f;
  --lime: #a9c95b;
  --cream: #f4f1e8;
  --sand: #d9c7a2;
  --gold: #d9a441;
  --ink: #17211b;
  --muted: #637068;
  --white: #fff;
  --shadow: 0 20px 55px rgba(21, 45, 31, 0.12);
  --radius: 18px;
  --transition: all 0.32s ease;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.7;
  background: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: 1240px;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  background: #fff;
  padding: 0.75rem 1rem;
  z-index: 9999;
}
.skip-link:focus {
  top: 1rem;
}
.topbar {
  background: var(--green);
  color: #dfeadd;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.45rem 0;
}
.topbar-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex: none;
  white-space: nowrap;
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-marquee {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
.topbar-marquee-track {
  display: flex;
  width: max-content;
  animation: topbar-marquee 24s linear infinite;
}
.topbar-marquee-text {
  flex: none;
  padding-right: 4rem;
}
.topbar-marquee:hover .topbar-marquee-track {
  animation-play-state: paused;
}
@keyframes topbar-marquee {
  to {
    transform: translateX(-50%);
  }
}

.topbar a:hover {
  color: #fff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(20, 63, 43, 0.09);
  transition: var(--transition);
  backdrop-filter: blur(12px);
}
.site-header.scrolled {
  box-shadow: 0 10px 35px rgba(16, 48, 32, 0.1);
}
.navbar {
  padding: 0.55rem 0;
}
.navbar-brand img {
  height: 100px;
  width: auto;
  object-fit: contain;
}
.navbar-nav {
  gap: 0.1rem;
}
.nav-link {
  font-weight: 650;
  color: var(--ink);
  font-size: 0.92rem;
  padding: 0.9rem 0.75rem !important;
}
.nav-link:hover,
.nav-link:focus {
  color: var(--green-2);
}
.dropdown-menu {
  border: 0;
  border-radius: 12px;
  padding: 0.65rem;
  min-width: 240px;
  box-shadow: var(--shadow);
}
.dropdown-item {
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
  font-size: 0.9rem;
}
.dropdown-item:hover {
  background: #eef4e8;
  color: var(--green);
}
.dropdown-all {
  font-weight: 700;
  color: var(--green);
  border-bottom: 1px solid #e5e9e3;
  border-radius: 0;
  margin-bottom: 0.35rem;
}
.nav-cta {
  margin-left: 0.65rem;
}
.btn {
  border-radius: 999px;
  padding: 0.75rem 1.3rem;
  font-weight: 750;
  font-size: 0.9rem;
  transition: var(--transition);
}
.btn-lg {
  padding: 0.95rem 1.65rem;
}
.btn-brand {
  background: var(--green-2);
  color: #fff;
  border: 1px solid var(--green-2);
  box-shadow: 0 8px 24px rgba(31, 93, 59, 0.2);
}
.btn-brand:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline-brand {
  border: 1px solid var(--green-2);
  color: var(--green-2);
}
.btn-outline-brand:hover {
  background: var(--green-2);
  color: #fff;
  transform: translateY(-2px);
}
.hero {
  height: min(810px, calc(100vh - 106px));
  min-height: 650px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url("/images/hero-farm-to-world.jpg") center/cover no-repeat;
}
.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 23, 15, 0.78) 0%,
    rgba(9, 23, 15, 0.38) 44%,
    rgba(9, 23, 15, 0.02) 72%
  );
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
}
.hero-copy {
  max-width: 680px;
}
.hero-eyebrow,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--leaf);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 1.2rem;
}
.hero-eyebrow {
  color: #d1e9a7;
}
.hero-eyebrow:before,
.eyebrow:before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}
.eyebrow.light {
  color: #cfe8a4;
}
.hero h1 {
  font-size: clamp(3.5rem, 7vw, 6.6rem);
  margin: 0 0 1.4rem;
  max-width: 850px;
}
.hero h1 em {
  color: #d4eaa7;
  font-weight: 500;
}
.hero-copy > p {
  font-size: 1.16rem;
  max-width: 620px;
  color: #e8ece7;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.hero-stats {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  background: rgba(10, 34, 22, 0.83);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-stats .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hero-stats .container > div {
  padding: 1.1rem 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.hero-stats strong,
.hero-stats span {
  display: block;
}
.hero-stats strong {
  font-family: Georgia, serif;
  font-size: 1.15rem;
}
.hero-stats span {
  font-size: 0.78rem;
  color: #c7d1ca;
}
.section {
  padding: 7rem 0;
}
.section-tint {
  background: var(--cream);
}
.section-heading {
  max-width: 720px;
  margin: 0 0 3rem;
}
.section-heading h2,
.about-preview h2,
.why-section h2,
.global-section h2,
.contact-cta h2 {
  font-size: clamp(2.45rem, 4.5vw, 4.3rem);
  margin: 0 0 1rem;
}
.section-heading p {
  color: var(--muted);
  max-width: 620px;
  font-size: 1.02rem;
}
.about-preview .lead {
  font-size: 1.25rem;
  color: #334138;
}
.about-preview p:not(.lead) {
  color: var(--muted);
}
.text-link {
  font-weight: 800;
  color: var(--green-2);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.text-link span {
  transition: transform 0.25s;
}
.text-link:hover {
  color: var(--green);
}
.text-link:hover span {
  transform: translateX(5px);
}
.image-stack {
  position: relative;
  padding: 0 0 3rem 3rem;
}
.image-stack > img {
  border-radius: var(--radius);
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.experience-card {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--green);
  color: #fff;
  padding: 1.5rem 1.8rem;
  border-radius: 14px;
  max-width: 290px;
  box-shadow: var(--shadow);
}
.experience-card strong,
.experience-card span {
  display: block;
}
.experience-card strong {
  font-family: Georgia, serif;
  font-size: 1.3rem;
}
.experience-card span {
  color: #c8d4ca;
  font-size: 0.82rem;
  margin-top: 0.25rem;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.category-grid-wide {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.category-card {
  min-height: 440px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 40px rgba(25, 48, 34, 0.1);
}
.category-grid-wide .category-card {
  min-height: 480px;
}
.category-card > a,
.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.category-card img {
  object-fit: cover;
  transition: transform 0.65s ease;
}
.category-card:after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 20%,
    rgba(11, 29, 19, 0.9) 100%
  );
}
.category-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  color: #fff;
}
.category-overlay span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #cce69d;
}
.category-overlay h2,
.category-overlay h3 {
  font-size: 1.65rem;
  margin: 0.4rem 0;
}
.category-overlay p {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #d7ded9;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: var(--transition);
}
.category-overlay b {
  position: absolute;
  right: 1.4rem;
  top: 2.3rem;
  font-size: 1.4rem;
}
.category-card:hover img {
  transform: scale(1.07);
}
.category-card:hover .category-overlay p {
  max-height: 100px;
  opacity: 1;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.product-card,
.blog-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #e6ebe5;
  transition: var(--transition);
}
.product-card:hover,
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.card-image {
  display: block;
  overflow: hidden;
  background: #edf0eb;
}
.card-image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card:hover .card-image img,
.blog-card:hover .card-image img {
  transform: scale(1.055);
}
.card-body {
  padding: 1.4rem;
}
.card-kicker,
.blog-card time {
  color: var(--leaf);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.card-body h3 {
  font-size: 1.45rem;
  margin: 0.4rem 0 0.7rem;
}
.card-body h3 a:hover {
  color: var(--green-2);
}
.card-body p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}
.section-action {
  text-align: center;
  margin-top: 3rem;
}
.why-section {
  background: var(--green);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.why-section:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  left: -220px;
  bottom: -330px;
}
.why-section p {
  color: #c5d2c9;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.why-item {
  padding: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.why-item span {
  color: #bcd77e;
  font-size: 0.72rem;
  font-weight: 800;
}
.why-item h3 {
  font-size: 1.5rem;
  margin: 0.6rem 0;
}
.why-item p {
  font-size: 0.85rem;
  margin: 0;
}
.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.cert-card {
  border: 1px solid #e1e7df;
  border-radius: 14px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
}
.cert-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.cert-card h2,
.cert-card h3 {
  font:
    700 1rem/1.2 Inter,
    sans-serif;
  margin: 0 0 0.35rem;
}
.cert-card p {
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
  margin: 0;
}
.global-section {
  background: linear-gradient(120deg, #173f2c, #255d3f);
  color: #fff;
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
}
.global-section:after {
  content: "";
  position: absolute;
  right: -8%;
  top: -25%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(186, 215, 119, 0.16),
    transparent 66%
  );
}
.global-copy {
  max-width: 620px;
  position: relative;
  z-index: 2;
}
.global-copy p {
  color: #c9d8cd;
  max-width: 560px;
}
.route-lines i {
  position: absolute;
  border: 1px solid rgba(204, 231, 157, 0.25);
  border-radius: 50%;
  width: 600px;
  height: 260px;
  right: -100px;
  top: 120px;
  transform: rotate(-18deg);
}
.route-lines i:nth-child(2) {
  right: -30px;
  top: 210px;
}
.route-lines i:nth-child(3) {
  right: -160px;
  top: 300px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  gap: 1rem;
}
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.gallery-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #dce4dc;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  padding: 0.7rem 1.15rem;
  font-size: 0.86rem;
  font-weight: 750;
  transition: var(--transition);
}
.gallery-filter span {
  display: grid;
  min-width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  background: var(--cream);
  font-size: 0.7rem;
}
.gallery-filter:hover:not(:disabled),
.gallery-filter.active {
  border-color: var(--green-2);
  background: var(--green-2);
  color: #fff;
}
.gallery-filter.active span {
  background: rgba(255, 255, 255, 0.18);
}
.gallery-filter:focus-visible {
  outline: 3px solid rgba(114, 160, 63, 0.35);
  outline-offset: 3px;
}
.gallery-filter:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.gallery-full {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 380px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  margin: 0;
}
.gallery-item:first-child {
  grid-column: span 2;
}
.gallery-item img,
.gallery-item iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.gallery-item img {
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 23, 14, 0.8));
  pointer-events: none;
}
.gallery-item span,
.gallery-item figcaption {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  bottom: 1rem;
  color: #fff;
  font-weight: 800;
  pointer-events: none;
}
.gallery-item-video:after {
  background: linear-gradient(180deg, rgba(7, 23, 14, 0.72), transparent 38%);
}
.gallery-item-video figcaption {
  top: 1rem;
  bottom: auto;
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.blog-grid {
  grid-template-columns: repeat(3, 1fr);
}
.blog-card .card-image img {
  height: 240px;
}
.contact-cta {
  text-align: center;
  background: #173e2b;
  color: #fff;
  padding: 6rem 0;
}
.contact-cta .container {
  max-width: 850px;
}
.contact-cta p {
  color: #cad7ce;
  font-size: 1.05rem;
}

.site-footer {
  background: #0b2418;
  color: #c2cec6;
  padding: 5.5rem 0 1.2rem;
}
.footer-logo {
  filter: brightness(0) invert(1);
  height: 100px;
  width: auto;
  margin-bottom: 1.5rem;
}
.site-footer p {
  max-width: 440px;
}
.footer-tagline {
  color: #c6df8d;
  font-family: Georgia, serif;
  font-size: 1.4rem;
}
.site-footer h2 {
  color: #fff;
  font:
    800 0.76rem Inter,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 1.4rem;
}
.site-footer a {
  display: block;
  margin: 0.65rem 0;
  font-size: 0.88rem;
}
.site-footer a:hover {
  color: #c6df8d;
}
.footer-address {
  font-size: 0.86rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 3.5rem;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 900;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
}
.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-4px);
}
.page-hero {
  background: var(--green);
  color: #fff;
  padding: 7rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  right: -250px;
  top: -340px;
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  font-size: clamp(3.4rem, 6vw, 6rem);
  max-width: 850px;
  margin: 0 0 1rem;
}
.page-hero p {
  font-size: 1.1rem;
  color: #cfdbd2;
  max-width: 680px;
}
.page-hero-image {
  height: 530px;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.page-hero-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(8, 28, 18, 0.9),
    rgba(8, 28, 18, 0.22)
  );
}
.page-hero-image .container {
  padding-bottom: 4rem;
}
.page-hero-image h1 {
  font-size: 4.6rem;
}
.breadcrumb-nav {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: #d1ddd5;
  font-size: 0.78rem;
  margin-bottom: 1.2rem;
}
.breadcrumb-nav.dark {
  color: var(--muted);
  margin-bottom: 2.5rem;
}
.breadcrumb-nav a:hover {
  color: var(--lime);
}
.product-detail {
  padding-top: 4rem;
}
.product-main-image {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
}
.product-main-image img {
  width: 100%;
  height: 660px;
  object-fit: cover;
}
.product-thumbs {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}
.product-thumbs img {
  width: 90px;
  height: 75px;
  object-fit: cover;
  border-radius: 8px;
}
.product-copy {
  padding-left: 2rem;
}
.product-copy h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  margin-bottom: 1.2rem;
}
.product-copy .lead {
  color: var(--muted);
  font-size: 1.15rem;
}
.rich-content {
  font-size: 1.02rem;
  color: #475249;
}
.rich-content h2 {
  font-size: 2rem;
  margin: 2rem 0 0.8rem;
  color: var(--ink);
}
.spec-list {
  margin: 2rem 0;
}
.spec-list > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 0.9rem 0;
  border-bottom: 1px solid #e1e7df;
}
.spec-list dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green-2);
}
.spec-list dd {
  margin: 0;
}
.article-header {
  background: var(--green);
  color: #fff;
  padding: 7rem 0 10rem;
  text-align: center;
}
.article-header .container {
  max-width: 930px;
}
.article-header h1 {
  font-size: clamp(3rem, 5vw, 5.4rem);
}
.article-header p {
  font-size: 1.15rem;
  color: #d0dbd3;
}
.article-header time {
  font-size: 0.8rem;
  color: #b7caad;
}
.article-image {
  margin-top: -6rem;
  position: relative;
}
.article-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.article-body {
  max-width: 760px;
  margin: 4rem auto 7rem;
}
.value-grid,
.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.value-card,
.pack-grid > div {
  padding: 2rem;
  background: #fff;
  border: 1px solid #e0e6df;
  border-radius: 14px;
}
.value-card span,
.pack-grid span {
  color: var(--leaf);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.value-card h2,
.pack-grid h2 {
  font-size: 1.7rem;
  margin: 0.7rem 0;
}
.value-card p,
.pack-grid p {
  color: var(--muted);
  font-size: 0.9rem;
}
.quality-list {
  background: var(--green);
  border-radius: var(--radius);
  padding: 1rem 2rem;
  color: #fff;
}
.quality-list > div {
  display: flex;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.quality-list > div:last-child {
  border: 0;
}
.quality-list b {
  color: #cce495;
}
.quality-list strong {
  display: block;
}
.rounded-image {
  border-radius: var(--radius);
  height: 620px;
  object-fit: cover;
}
.contact-info h2 {
  font-size: 3rem;
}
.contact-info dl > div {
  border-bottom: 1px solid #e1e7e1;
  padding: 1rem 0;
}
.contact-info dt {
  font-size: 0.7rem;
  color: var(--leaf);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.contact-info dd {
  margin: 0;
  font-weight: 650;
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
}
.form-card {
  padding: 2.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #e2e7e1;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
}
.form-grid .full {
  grid-column: span 2;
}
.form-card label {
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
}
.form-control {
  border: 1px solid #dce3dc;
  border-radius: 9px;
  padding: 0.8rem 0.9rem;
}
.form-control:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 0.2rem rgba(114, 160, 63, 0.14);
}
.field-validation-error {
  display: block;
  color: #b3261e;
  font-size: 0.75rem;
  margin-top: 0.3rem;
}
.map-card {
  margin-top: 4rem;
  border-radius: var(--radius);
  overflow: hidden;
  height: 420px;
}
.map-card iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.page-link {
  color: var(--green);
  border-color: #dfe6df;
}
.active > .page-link {
  background: var(--green);
  border-color: var(--green);
}
.empty-state {
  min-height: 65vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 1rem;
}
.empty-state > div {
  max-width: 650px;
}
.empty-state span {
  font:
    600 8rem/1 Georgia,
    serif;
  color: #dce6d8;
}
.empty-state h1 {
  font-size: 3rem;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1199px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cert-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-card {
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  .topbar-links > a:last-of-type {
    display: none;
  }
  .site-header .navbar-collapse {
    padding: 1rem 0 1.4rem;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
  .navbar-nav {
    align-items: stretch !important;
  }
  .nav-cta {
    margin: 0.7rem 0 0;
  }
  .nav-cta .btn {
    display: block;
  }
  .hero {
    height: 760px;
  }
  .hero h1 {
    font-size: 4.5rem;
  }
  .category-grid,
  .category-grid-wide {
    grid-template-columns: 1fr 1fr;
  }
  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-copy {
    padding-left: 0;
  }
  .product-main-image img {
    height: 540px;
  }
  .gallery-full {
    grid-template-columns: 1fr 1fr;
  }
  .global-section {
    padding: 6rem 0;
  }
  .route-lines {
    display: none;
  }
}
@media (max-width: 767px) {
  .topbar-marquee {
    width: 100%;
  }
  .topbar-links {
    display: none;
  }
  .navbar-brand img {
    height: 50px;
  }
  .hero {
    height: 700px;
    min-height: 700px;
  }
  .hero-media {
    background-position: 62% center;
  }
  .hero-media:after {
    background: linear-gradient(
      90deg,
      rgba(8, 23, 15, 0.85),
      rgba(8, 23, 15, 0.36)
    );
  }
  .hero-inner {
    padding-bottom: 6rem;
  }
  .hero h1 {
    font-size: 3.5rem;
  }
  .hero-copy > p {
    font-size: 1rem;
  }
  .hero-stats .container > div {
    padding: 0.85rem 0.5rem;
    text-align: center;
  }
  .hero-stats strong {
    font-size: 0.9rem;
  }
  .hero-stats span {
    font-size: 0.65rem;
  }
  .section {
    padding: 4.5rem 0;
  }
  .section-heading h2,
  .about-preview h2,
  .why-section h2,
  .global-section h2,
  .contact-cta h2 {
    font-size: 2.65rem;
  }
  .category-grid,
  .category-grid-wide,
  .cards-grid,
  .blog-grid,
  .cert-grid,
  .value-grid,
  .pack-grid,
  .gallery-grid,
  .gallery-full {
    grid-template-columns: 1fr;
  }
  .category-card {
    min-height: 460px;
  }
  .cards-grid {
    gap: 1rem;
  }
  .card-image img {
    height: 300px;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-auto-rows: 320px;
  }
  .gallery-item:first-child {
    grid-column: span 1;
  }
  .gallery-full {
    grid-auto-rows: 360px;
  }
  .page-hero {
    padding: 5rem 0 4rem;
  }
  .page-hero h1 {
    font-size: 3.3rem;
  }
  .page-hero-image {
    height: 500px;
  }
  .page-hero-image h1 {
    font-size: 3.2rem;
  }
  .product-main-image img {
    height: 460px;
  }
  .product-copy h1 {
    font-size: 3.2rem;
  }
  .article-header {
    padding: 5rem 0 8rem;
  }
  .article-image img {
    height: 400px;
  }
  .article-body {
    padding: 0 1.2rem;
  }
  .form-card {
    padding: 1.3rem;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    grid-column: span 1;
  }
  .footer-bottom {
    gap: 1rem;
    flex-direction: column;
  }
  .image-stack {
    padding-left: 1.2rem;
  }
  .experience-card {
    max-width: 260px;
  }
  .rounded-image {
    height: 480px;
  }
}
@media (max-width: 420px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .category-card {
    min-height: 420px;
  }
  .product-main-image img {
    height: 390px;
  }
  .spec-list > div {
    grid-template-columns: 1fr;
  }
  .spec-list dt {
    margin-bottom: 0.3rem;
  }
  .cert-card {
    align-items: flex-start;
  }
  .cert-card img {
    width: 55px;
    height: 55px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .topbar-marquee-track {
    animation: none;
  }
}
