/* ==========================================================================
   GOOD HARVEST PRODUCTS CO., LTD. - Complete Clean & Modern Botanical Style
   Rebuilt from scratch matching User Reference Screenshots:
   - Header & Nav with solid green pill button (#529848)
   - Clean Hero Slider with absolute stacked slides & circular < > arrows
   - Products Catalog with 4-column floating produce cutouts on Sage background
   - Global Standards & Our Partners showcase on Crisp White background
   - Subpages Redesign: Products, Product Detail, About, Farms, Contact
   - Elegantly constrained images (no oversized media)
   - Floating Scroll-to-Top button (↑)
   - Palette: Soft Sage Pastel (#dce8dc), Grass Green (#529848), White (#ffffff), Deep Forest (#1e3a1d)
   ========================================================================== */

:root {
  /* Theme Palette */
  --bg-sage: #dce8dc;
  --bg-sage-subtle: #e8f1e8;
  --bg-sage-deep: #cadaca;
  --bg-white: #ffffff;
  --brand-green: #529848;
  --brand-green-hover: #43803a;
  --brand-green-light: #72b368;
  --brand-dark-green: #1e3a1d;
  --text-dark: #1e3a1d;
  --text-body: #2d472b;
  --text-muted: #516d50;
  --text-light: #728c71;
  --border-sage: #bed2bf;
  --border-subtle: rgba(82, 152, 72, 0.18);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 9999px;
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.05);
  --shadow-hover: 0 10px 28px rgba(30, 58, 29, 0.12);
  --font-base: 'Prompt', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-title: 'Plus Jakarta Sans', 'Prompt', -apple-system, BlinkMacSystemFont, sans-serif;
  --focus-ring: 0 0 0 3px rgba(82, 152, 72, 0.35);
}

/* ------------------------------------------------------------- Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-body);
  background-color: var(--bg-sage);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-sage);
  color: var(--text-body);
  overflow-x: hidden;
}

/* Thai typography adjustments */
.lang-th body, .lang-th {
  line-height: 1.8;
}
.lang-th h1, .lang-th h2, .lang-th h3, .lang-th h4 {
  line-height: 1.4;
  letter-spacing: normal;
}

img, picture, svg {
  display: block;
  max-width: 100%;
}

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

button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px; top: -60px;
  z-index: 2000;
  padding: 10px 18px;
  background: var(--brand-dark-green);
  color: #fff;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--brand-green);
  outline-offset: 2px;
  box-shadow: var(--focus-ring);
  border-radius: 4px;
}

/* ==========================================================================
   HEADER & NAVIGATION (Screenshot 1 Style)
   ========================================================================== */
.header-nav {
  background-color: var(--bg-sage);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-subtle);
  transition: background-color 0.25s ease;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Brand Logo */
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo-img {
  height: 50px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  display: block;
}

.nav-drawer-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.drawer-logo-img {
  height: 38px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  display: block;
}

.footer-logo-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.footer-logo-img {
  height: 52px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  display: block;
}

.nav-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo-text-wrap {
  display: flex;
  flex-direction: column;
}

.nav-logo-text {
  font-family: var(--font-title);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--brand-dark-green);
  line-height: 1.15;
}

.nav-logo-tagline {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

/* Primary Navigation Menu */
.nav-primary {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
}

.nav-item {
  display: inline-flex;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--brand-dark-green);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: var(--radius-pill);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nav-link:hover {
  background-color: rgba(82, 152, 72, 0.12);
  color: var(--brand-dark-green);
}

/* Active Nav Link: Solid Grass Green Pill Button */
.nav-link.active,
.nav-link[aria-current="page"] {
  background-color: var(--brand-green) !important;
  color: #ffffff !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(82, 152, 72, 0.35);
}

/* Actions & Language Switcher */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.lang-switch {
  position: relative;
}

.lang-switch-toggle {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-pill);
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border-sage);
  color: var(--brand-dark-green);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.lang-switch-toggle:hover {
  background-color: #ffffff;
  border-color: var(--brand-green);
}

.lang-switch-caret {
  transition: transform 0.2s ease;
}

.lang-switch-list {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background-color: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.12), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-sage);
  list-style: none;
  padding: 0.35rem;
  min-width: 130px;
  z-index: 50;
}

.lang-switch.is-open .lang-switch-list {
  display: block;
  animation: langDropdownFade 0.16s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes langDropdownFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lang-switch.is-open .lang-switch-caret {
  transform: rotate(180deg);
}

.lang-switch.is-open .lang-switch-toggle {
  background-color: #ffffff;
  border-color: var(--brand-green);
  box-shadow: 0 2px 8px rgba(15, 61, 46, 0.08);
}

.lang-switch-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--brand-dark-green);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.lang-switch-item:hover {
  background-color: var(--bg-sage-subtle);
  color: var(--brand-green);
}

.lang-switch-item.is-current {
  background-color: var(--bg-sage-subtle);
  color: var(--brand-green);
  font-weight: 700;
}

.lang-switch-check {
  color: var(--brand-green);
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.45rem;
  color: var(--brand-dark-green);
  border-radius: var(--radius-sm);
}

.nav-backdrop,
.nav-drawer-head,
.nav-drawer-foot {
  display: none;
}

/* ==========================================================================
   HERO SECTION (Screenshot 1 Style)
   ========================================================================== */
.clean-hero-section {
  padding: 1.25rem 0 2rem 0;
  background-color: var(--bg-sage);
}

.clean-hero-container {
  width: 100%;
}

.clean-hero-card {
  position: relative;
  background-color: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  height: 480px;
  width: 100%;
  display: block;
}

.clean-hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

/* Bulletproof Slide Stacking */
.clean-hero-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.clean-hero-slide.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2 !important;
}

/* Slide 1: AI Freshness Graphic Banner */
.clean-hero-graphic-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.clean-hero-banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.clean-hero-brand-tag {
  position: absolute;
  bottom: 24px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-sage);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 5;
}

.clean-hero-brand-name {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  letter-spacing: 0.05em;
}

/* Slide 2 & 3: Clean Farm Landscapes */
.clean-hero-photo-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.clean-hero-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.clean-hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 2.5rem 1.75rem;
  background: linear-gradient(to top, rgba(15, 34, 15, 0.75) 0%, rgba(15, 34, 15, 0.3) 60%, transparent 100%);
  color: #ffffff;
  z-index: 3;
}

.clean-hero-caption-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* Circular Arrow Controls (< and >) */
.clean-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1.5px solid #c9d8cb;
  color: #4a6847;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.clean-hero-prev { left: 20px; }
.clean-hero-next { right: 20px; }

.clean-hero-arrow:hover {
  background: #ffffff;
  border-color: var(--brand-green);
  color: var(--brand-green);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 4px 14px rgba(82, 152, 72, 0.2);
}

/* Pagination Dots */
.clean-hero-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.clean-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(30, 58, 29, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.clean-hero-dot.active {
  background: var(--brand-green);
  width: 26px;
  border-radius: var(--radius-pill);
}

/* ==========================================================================
   PRODUCTS CATALOG & GRID SECTION (Screenshot 2 Style)
   Airy, Floating Produce Cutouts on Seamless Sage Pastel
   ========================================================================== */
.clean-products-section {
  padding: 2.5rem 0 4.5rem 0;
  background-color: var(--bg-sage);
}

.clean-section-header {
  text-align: center;
  margin-bottom: 2.75rem;
}

.clean-section-title {
  font-family: var(--font-title);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.clean-section-title.dark {
  color: #1e293b;
}

/* 4-Column Responsive Grid (Works for both .clean-products-grid and .products-grid) */
.clean-products-grid,
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.75rem;
}

/* Floating Produce Card */
.clean-product-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease;
}

.clean-product-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.clean-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  width: 100%;
  margin-bottom: 0.85rem;
}

.clean-product-media picture,
.clean-product-media img,
.clean-product-img {
  max-height: 165px;
  max-width: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.07));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease;
}

.clean-product-card:hover .clean-product-img,
.clean-product-card:hover .clean-product-media img {
  transform: scale(1.08) translateY(-6px);
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.13));
}

.clean-product-body {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.clean-product-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brand-dark-green);
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.clean-product-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Section Actions */
.clean-products-actions {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.clean-btn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: var(--radius-pill);
  background-color: #ffffff;
  border: 1.5px solid var(--border-sage);
  color: var(--brand-dark-green);
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.clean-btn-more:hover {
  background-color: var(--brand-green);
  color: #ffffff;
  border-color: var(--brand-green);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(82, 152, 72, 0.25);
}

/* ==========================================================================
   SUBPAGES: COMMON PAGE HERO & BADGES
   ========================================================================== */
.page-hero {
  padding: 3.5rem 0 2rem;
  text-align: center;
  background-color: var(--bg-sage);
}

.clean-page-badge,
.section-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-green);
  background: rgba(82, 152, 72, 0.12);
  padding: 4px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 0.85rem;
}

.page-title {
  font-family: var(--font-title);
  font-size: 2.35rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.page-lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ==========================================================================
   SUBPAGE: PRODUCTS CATALOG (/products)
   ========================================================================== */
.products-catalog-section {
  padding: 2.5rem 0 4.5rem;
  background-color: var(--bg-sage);
}

.products-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.product-search-form {
  display: flex;
  gap: 0.65rem;
  width: 100%;
  max-width: 520px;
}

.search-input-wrap {
  position: relative;
  flex: 1;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

.clean-search-input {
  width: 100%;
  padding: 0.7rem 1rem 0.7rem 2.85rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--border-sage);
  background: #ffffff;
  font-family: inherit;
  font-size: 0.92rem;
  color: var(--text-body);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.clean-search-input:focus {
  border-color: var(--brand-green);
  box-shadow: var(--focus-ring);
}

.clean-search-btn {
  padding: 0.7rem 1.6rem;
  border-radius: var(--radius-pill);
  background: var(--brand-green);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.2s;
  white-space: nowrap;
}

.clean-search-btn:hover {
  background: var(--brand-green-hover);
  transform: translateY(-1px);
}

.products-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.clean-filter-pill {
  padding: 0.45rem 1.2rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border-sage);
  color: var(--brand-dark-green);
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.clean-filter-pill:hover {
  background: #ffffff;
  border-color: var(--brand-green);
  color: var(--brand-green);
}

.clean-filter-pill.active {
  background: var(--brand-green) !important;
  color: #ffffff !important;
  border-color: var(--brand-green) !important;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(82, 152, 72, 0.3);
}

.results-count {
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.clean-empty-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 3.5rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: var(--text-muted);
  box-shadow: var(--shadow-card);
  max-width: 480px;
  margin: 0 auto;
}

.clean-btn-pill {
  display: inline-flex;
  padding: 0.65rem 1.6rem;
  border-radius: var(--radius-pill);
  background: var(--brand-green);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
}

/* ==========================================================================
   SUBPAGE: PRODUCT DETAIL (/products/{slug})
   ========================================================================== */
.breadcrumb {
  padding: 1.25rem 0;
  font-size: 0.85rem;
}

.breadcrumb ol {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: 0.5rem;
  color: var(--text-light);
}

.breadcrumb a {
  color: var(--text-muted);
  transition: color 0.15s;
}

.breadcrumb a:hover {
  color: var(--brand-green);
}

.breadcrumb [aria-current="page"] {
  color: var(--brand-dark-green);
  font-weight: 700;
}

.product-detail {
  padding: 0.5rem 0 3.5rem;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3.5rem;
  align-items: start;
}

.product-detail-media {
  background: transparent;
  border-radius: var(--radius-lg);
  padding: 0;
  display: block;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: none;
  width: 100%;
}

.product-detail-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-detail-media picture,
.product-detail-media img,
.product-detail-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-lg);
  filter: none;
  transition: transform 0.35s ease;
}

.product-detail-body {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.product-detail-title {
  font-family: var(--font-title);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  line-height: 1.2;
}

.product-detail-desc {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--text-body);
}

.product-spec-heading {
  font-family: var(--font-title);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  margin-top: 0.75rem;
}

.product-spec-list {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-sage);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.product-spec-row {
  display: flex;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid var(--bg-sage-subtle);
}

.product-spec-row:last-child {
  border-bottom: none;
}

.product-spec-row dt {
  width: 38%;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--brand-dark-green);
}

.product-spec-row dd {
  width: 62%;
  font-size: 0.88rem;
  color: var(--text-body);
}

.product-spec-note {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-top: -0.25rem;
}

.product-detail-actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 1rem;
}

.btn-pill-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius-pill);
  background: var(--brand-green);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.92rem;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(82, 152, 72, 0.25);
}

.btn-pill-primary:hover {
  background: var(--brand-green-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(82, 152, 72, 0.35);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius-pill);
  background: #ffffff;
  border: 1.5px solid var(--border-sage);
  color: var(--brand-dark-green);
  font-weight: 700;
  font-size: 0.92rem;
  transition: all 0.2s;
}

.btn-outline:hover {
  background: var(--bg-sage-subtle);
  border-color: var(--brand-green);
  color: var(--brand-green);
}

/* Product Gallery */
.product-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-gallery-item {
  background: transparent;
  border-radius: var(--radius-md);
  padding: 0;
  border: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1 / 1;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-gallery-item:hover,
.product-gallery-item.is-active {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.product-gallery-item.is-active {
  outline: 3px solid var(--brand-green);
  outline-offset: 2px;
}

.product-gallery-item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-gallery-item picture,
.product-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-md);
  transition: transform 0.3s ease;
}

.product-gallery-item:hover img {
  transform: scale(1.06);
}

/* ==========================================================================
   SUBPAGE: ABOUT US (/about)
   ========================================================================== */
.about-content-section {
  padding: 1rem 0 4.5rem;
}

.clean-narrow-container {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.clean-content-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(82, 152, 72, 0.1);
}

.clean-block-title {
  font-family: var(--font-title);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  margin-bottom: 1.25rem;
}

.clean-block-desc {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.clean-timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.clean-timeline-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background: var(--bg-sage-subtle);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-sage);
}

.clean-timeline-badge {
  font-family: var(--font-title);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--brand-green);
  background: #ffffff;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.clean-timeline-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-dark-green);
}

.clean-timeline-date {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Business Model Flow */
.clean-model-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: var(--bg-sage-subtle);
  padding: 1.75rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-sage);
}

.clean-model-node {
  flex: 1;
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 1.35rem;
  border: 1.5px solid var(--border-sage);
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.clean-model-node.active {
  border-color: var(--brand-green);
  box-shadow: 0 4px 14px rgba(82, 152, 72, 0.15);
}

.clean-model-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-green);
  margin-bottom: 0.35rem;
}

.clean-model-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  line-height: 1.3;
}

.clean-model-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.clean-model-arrow {
  color: var(--brand-green);
  flex-shrink: 0;
}

/* Vision Card */
.clean-vision-card {
  background: linear-gradient(135deg, #ffffff 0%, #edf5ee 100%);
  border-radius: var(--radius-lg);
  padding: 2.75rem 2.25rem;
  border: 1.5px solid var(--border-sage);
  box-shadow: var(--shadow-card);
  text-align: center;
  position: relative;
}

.clean-vision-leaf {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.clean-vision-label {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-green);
}

.clean-vision-text {
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  color: var(--brand-dark-green);
  line-height: 1.65;
  margin-top: 0.75rem;
}

/* Team Grid */
.clean-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.clean-team-avatar picture,
.clean-team-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 0.75rem;
  border: 3px solid var(--bg-sage);
}

.clean-team-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-dark-green);
}

.clean-team-title {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ==========================================================================
   SUBPAGE: FARMS (/farms)
   Carefully Constrained, Clean Farm Cards
   ========================================================================== */
.farms-list-section {
  padding: 1rem 0 4.5rem;
}

.clean-farms-stack {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.clean-farm-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  border: 1px solid rgba(82, 152, 72, 0.12);
  min-height: 320px;
}

.clean-farm-card.is-reversed {
  direction: rtl;
}

.clean-farm-card.is-reversed .clean-farm-content {
  direction: ltr;
}

.clean-farm-media {
  height: 100%;
  min-height: 300px;
  max-height: 360px;
  overflow: hidden;
  position: relative;
  background: #f4f7f4;
}

.clean-farm-media picture,
.clean-farm-media img,
.clean-farm-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.clean-farm-card:hover .clean-farm-main-img,
.clean-farm-card:hover .clean-farm-media img {
  transform: scale(1.04);
}

.clean-farm-content {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.clean-farm-name {
  font-family: var(--font-title);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  line-height: 1.25;
}

.clean-farm-loc {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand-green);
  margin-top: 0.25rem;
}

.clean-farm-desc {
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.6;
}

.clean-farm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.clean-farm-tag {
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-pill);
  background: var(--bg-sage-subtle);
  color: var(--brand-dark-green);
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid var(--border-sage);
}

.clean-farm-thumbs {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.clean-farm-thumb {
  width: 68px;
  height: 68px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1.5px solid var(--border-sage);
}

.clean-farm-thumb picture,
.clean-farm-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   SUBPAGE: CONTACT (/contact)
   ========================================================================== */
.contact-page-section {
  padding: 1rem 0 4.5rem;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

.clean-contact-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.75rem;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  border: 1px solid rgba(82, 152, 72, 0.12);
}

.contact-info-title {
  font-family: var(--font-title);
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  line-height: 1.25;
}

.contact-producer-note {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-detail-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(82, 152, 72, 0.12);
  color: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-light);
}

.contact-detail-val {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-body);
  font-style: normal;
  margin-top: 0.15rem;
}

.contact-inline-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-green);
  margin-top: 0.35rem;
}

.contact-actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.contact-map-col {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  min-height: 420px;
  border: 1.5px solid var(--border-sage);
}

.contact-map-frame {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  border-radius: var(--radius-lg);
}

/* ==========================================================================
   CLEAN CTA BAND
   ========================================================================== */
.clean-cta-section {
  padding: 1.5rem 0 3.5rem;
}

.clean-cta-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.75rem 3rem;
  box-shadow: var(--shadow-card);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border: 1.5px solid var(--border-sage);
}

.clean-cta-title {
  font-family: var(--font-title);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--brand-dark-green);
  margin-bottom: 0.35rem;
}

.clean-cta-lead {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.clean-cta-actions {
  display: flex;
  gap: 0.85rem;
  flex-shrink: 0;
}

.clean-cta-btn-primary {
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius-pill);
  background: var(--brand-green);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(82, 152, 72, 0.25);
  white-space: nowrap;
}

.clean-cta-btn-primary:hover {
  background: var(--brand-green-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(82, 152, 72, 0.35);
}

.clean-cta-btn-secondary {
  padding: 0.75rem 1.8rem;
  border-radius: var(--radius-pill);
  background: #ffffff;
  border: 1.5px solid var(--border-sage);
  color: var(--brand-dark-green);
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.2s;
  white-space: nowrap;
}

.clean-cta-btn-secondary:hover {
  background: var(--bg-sage-subtle);
  border-color: var(--brand-green);
  color: var(--brand-green);
}

/* ==========================================================================
   OUR PARTNERS SECTION
   Pure Crisp White Background - 3 Valued Partners
   ========================================================================== */
.clean-partners-section {
  padding: 4.5rem 0 5rem 0;
  background-color: var(--bg-white);
}

.clean-partners-grid.three-partners {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.clean-partners-grid.three-partners .partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
  width: auto;
  min-width: 220px;
  max-width: 320px;
  padding: 0.5rem 1rem;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0;
  box-shadow: none !important;
  border: none !important;
  transition: none !important;
  transform: none !important;
}

/* Strictly NO hover animations or movement */
.clean-partners-grid.three-partners .partner-logo-item:hover {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.partner-logo-img {
  max-height: 125px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: none !important;
  transform: none !important;
}

.partner-logo-img:hover {
  transform: none !important;
}

.partner-logo-img.partner-agro {
  max-height: 140px;
}

.partner-logo-img.partner-makro {
  max-height: 98px;
  width: auto;
  min-width: 220px;
}

.partner-logo-img.partner-okj {
  max-height: 140px;
}

@media (max-width: 768px) {
  .clean-partners-grid.three-partners {
    gap: 2.5rem;
  }
  .clean-partners-grid.three-partners .partner-logo-item {
    height: 105px;
    min-width: 150px;
    padding: 0.25rem 0.5rem;
  }
  .partner-logo-img {
    max-height: 90px;
  }
  .partner-logo-img.partner-agro {
    max-height: 95px;
  }
  .partner-logo-img.partner-makro {
    max-height: 68px;
    min-width: 150px;
  }
  .partner-logo-img.partner-okj {
    max-height: 95px;
  }
}

/* ==========================================================================
   FOOTER (Botanical & Clean)
   ========================================================================== */
.footer-main {
  background-color: var(--bg-sage);
  border-top: 1px solid var(--border-sage);
  padding: 4rem 0 2rem 0;
  margin-top: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand p {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.footer-title {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-dark-green);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.1rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-links a {
  font-size: 0.88rem;
  color: var(--text-body);
  transition: color 0.15s ease;
}

.footer-links a:hover {
  color: var(--brand-green);
}

.footer-address {
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-body);
}

.footer-address a {
  color: var(--brand-dark-green);
  font-weight: 600;
}

.footer-chat {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  display: flex;
  gap: 1rem;
}

.footer-chat a {
  font-weight: 700;
  color: var(--brand-green);
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 1.25rem;
  padding: 0.5rem 1.4rem;
  border-radius: var(--radius-pill);
  background-color: var(--brand-green);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  transition: background-color 0.2s ease;
}

.footer-cta:hover {
  background-color: var(--brand-green-hover);
}

/* Locate Section */
.footer-locate {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border-sage);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.footer-locate-lead {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.footer-locate-address {
  font-style: normal;
  font-size: 0.88rem;
  color: var(--text-body);
  margin-bottom: 1.25rem;
}

.footer-locate-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius-pill);
  background-color: #ffffff;
  border: 1px solid var(--border-sage);
  color: var(--brand-dark-green);
  font-weight: 700;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}

.footer-locate-btn:hover {
  background-color: var(--brand-green);
  color: #ffffff;
  border-color: var(--brand-green);
}

.footer-locate-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: var(--radius-md);
}

.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(82, 152, 72, 0.15);
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ==========================================================================
   FLOATING SCROLL TO TOP BUTTON (Screenshot 2 & 3 Style)
   ========================================================================== */
.clean-scroll-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #4a5e4b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.clean-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.clean-scroll-top:hover {
  background-color: var(--brand-green);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 20px rgba(82, 152, 72, 0.35);
}

/* Motion / Reveals */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================================
   RESPONSIVE DESIGN (Tablets & Mobile)
   ========================================================================== */
@media (max-width: 1024px) {
  .clean-products-grid,
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .clean-partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .mobile-nav-toggle {
    display: flex;
  }
  
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(15, 61, 46, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 190;
    cursor: pointer;
  }

  body.nav-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.nav-open {
    overflow: hidden;
  }

  .nav-primary {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 85vw);
    height: 100vh;
    height: 100dvh;
    background-color: #ffffff;
    box-shadow: -6px 0 25px rgba(0, 0, 0, 0.18);
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem 1.5rem;
    z-index: 200;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-primary.is-open {
    right: 0;
  }
  
  .nav-drawer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-sage);
    margin-bottom: 1.25rem;
    gap: 0.75rem;
  }

  .nav-drawer-logo {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
  }

  .drawer-logo-img {
    height: 36px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
  }
  
  .nav-drawer-brand {
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--brand-dark-green);
  }
  
  .nav-drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: var(--radius-sm);
    background-color: var(--bg-sage-subtle);
    border: 1px solid var(--border-sage);
    color: var(--brand-dark-green);
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
  }

  .nav-drawer-close:hover,
  .nav-drawer-close:active {
    background-color: #e2e8f0;
    color: #000000;
  }

  .nav-drawer-close svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  
  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  
  .nav-link {
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
  }
  
  .nav-drawer-foot {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border-sage);
  }

  .nav-drawer-lang-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
  }

  .nav-drawer-lang {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-drawer-lang-item {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: var(--radius-pill);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--border-sage);
    color: var(--brand-dark-green);
    background-color: #ffffff;
    transition: all 0.15s ease;
  }

  .nav-drawer-lang-item.is-current {
    background-color: var(--brand-green);
    color: #ffffff;
    border-color: var(--brand-green);
  }
  
  .clean-hero-card {
    height: 360px;
  }
  
  .clean-products-grid,
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.25rem;
  }
  
  .clean-standards-grid {
    gap: 2rem;
  }
  
  .clean-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
  
  .product-detail-grid,
  .clean-farm-card,
  .contact-info-grid,
  .footer-locate,
  .clean-cta-card {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  
  .clean-farm-card.is-reversed {
    direction: ltr;
  }
  
  .clean-model-flow {
    flex-direction: column;
  }
  
  .clean-model-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 560px) {
  .clean-hero-card {
    height: 240px;
    border-radius: var(--radius-md);
  }
  
  .clean-hero-arrow {
    width: 34px;
    height: 34px;
  }
  
  .clean-hero-prev { left: 10px; }
  .clean-hero-next { right: 10px; }
  
  .page-title {
    font-size: 1.85rem;
  }
  
  .clean-section-title {
    font-size: 1.75rem;
  }
  
  .clean-products-grid,
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.85rem;
  }
  
  .clean-product-media {
    height: 135px;
  }
  
  .clean-product-img {
    max-height: 120px;
  }
  
  .clean-product-title {
    font-size: 1rem;
  }
  
  .clean-product-desc {
    font-size: 0.8rem;
  }
  
  .clean-partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  
  .clean-partners-grid.three-partners {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
  }
  
  .clean-partners-grid.three-partners .partner-logo-item {
    height: 95px;
    min-width: 140px;
    padding: 0.2rem;
  }
  
  .partner-logo-img {
    max-height: 80px;
  }
  
  .partner-logo-img.partner-agro {
    max-height: 85px;
  }
  
  .partner-logo-img.partner-makro {
    max-height: 55px;
    min-width: 140px;
  }
  
  .partner-logo-img.partner-okj {
    max-height: 85px;
  }
  
  .nav-logo-img {
    height: 38px;
    max-width: 185px;
  }
  
  .footer-logo-img {
    height: 42px;
    max-width: 200px;
  }
  
  .clean-farm-media {
    max-height: 220px;
    min-height: 200px;
  }
  
  .clean-content-card,
  .clean-farm-content,
  .clean-contact-card,
  .clean-cta-card {
    padding: 1.75rem 1.25rem;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
  }
}
