/* Avigha Industries — header / footer / contact chrome
   Brand green preserved: #43cd05
   Fonts: Familjen Grotesk (display) + Inter (UI/body)
*/

@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ai-green: #43cd05;
  --ai-green-dark: #36a804;
  --ai-ink: #1a1f16;
  --ai-muted: #5c6658;
  --ai-line: rgba(26, 31, 22, 0.12);
  --ai-surface: #ffffff;
  --ai-soft: #f4f7f2;
  --ai-font-display: 'Familjen Grotesk', system-ui, sans-serif;
  --ai-font-body: 'Inter', system-ui, sans-serif;
  --ai-header-h: 64px;
  --ai-topbar-h: 32px;
  --ai-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* —— Typography —— */
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ai-font-body) !important;
  color: var(--ai-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.heading h1,
.navbar-brand,
.footer .title,
.enq-heading,
.contact-panel__title,
.contact-form__title {
  font-family: var(--ai-font-display) !important;
  letter-spacing: -0.02em;
}

p, .nav-link, .dropdown-item, .form-control, label, .foot {
  font-family: var(--ai-font-body);
}

/* —— Top bar (thin strip) —— */
.site-topbar,
section.theme-color.site-topbar,
section.theme-color.d-none.d-lg-block.site-topbar {
  background: #f3f6f1 !important;
  border-bottom: 1px solid var(--ai-line);
  line-height: 1;
}

.site-topbar .container {
  max-width: 1140px;
}

.site-topbar .head,
section.theme-color.site-topbar .head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
  min-height: var(--ai-topbar-h);
  list-style: none;
  background: transparent !important;
}

.site-topbar .list-group-item,
section.theme-color.site-topbar .head > a.list-group-item {
  background: transparent !important;
  border: 0 !important;
  color: var(--ai-muted) !important;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.35rem 0.85rem 0.35rem 0 !important;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s var(--ai-ease);
}

.site-topbar .list-group-item + .list-group-item,
section.theme-color.site-topbar .head > a.list-group-item + a.list-group-item {
  padding-left: 0.85rem !important;
  border-left: 1px solid var(--ai-line) !important;
  margin-left: 0.15rem;
}

.site-topbar .list-group-item:hover,
section.theme-color.site-topbar .head > a.list-group-item:hover {
  opacity: 1;
  color: var(--ai-green-dark) !important;
}

.site-topbar .list-group-item .fa,
section.theme-color.site-topbar .head .fa {
  color: var(--ai-green-dark);
  opacity: 1;
  font-size: 0.78em;
  width: 0.9rem;
  text-align: center;
}

/* —— Header / nav —— */
.site-header-wrap {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--ai-surface);
  border-bottom: 1px solid var(--ai-line);
  box-shadow: 0 1px 0 rgba(67, 205, 5, 0.06);
  transition: box-shadow 0.25s var(--ai-ease);
}

.site-header-wrap.is-scrolled {
  box-shadow: 0 6px 20px rgba(26, 31, 22, 0.07);
}

.site-header-wrap .navbar {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  min-height: var(--ai-header-h);
}

.site-header-wrap .navbar > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.site-header-wrap .navbar-brand {
  padding: 0;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

.site-header-wrap .navbar-brand img {
  max-width: 150px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.site-header-wrap .navbar-toggler {
  border: 1px solid var(--ai-line);
  border-radius: 8px;
  padding: 0.4rem 0.55rem;
  box-shadow: none;
  margin-left: auto;
}

.site-header-wrap .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(67, 205, 5, 0.25);
}

.site-header-wrap .navbar-nav {
  align-items: center;
  gap: 0.1rem;
}

.site-header-wrap .navbar-light .navbar-nav .nav-link {
  color: var(--ai-ink) !important;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.45rem 0.75rem !important;
  border-radius: 8px;
  position: relative;
  transition: color 0.2s var(--ai-ease), background 0.2s var(--ai-ease);
}

.site-header-wrap .navbar-light .navbar-nav .nav-link:hover,
.site-header-wrap .navbar-light .navbar-nav .nav-link:focus {
  color: var(--ai-green-dark) !important;
  background: rgba(67, 205, 5, 0.08);
}

.site-header-wrap .navp {
  padding: 0.45rem 0.75rem !important;
}

/* Get a Quote CTA */
.site-header-wrap .btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  background: var(--ai-green) !important;
  color: #fff !important;
  font-family: var(--ai-font-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  border: 0;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(67, 205, 5, 0.28);
  transition: background 0.2s var(--ai-ease), transform 0.15s var(--ai-ease), box-shadow 0.2s var(--ai-ease);
}

.site-header-wrap .btn-quote:hover,
.site-header-wrap .btn-quote:focus {
  background: var(--ai-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(54, 168, 4, 0.32);
}

.site-header-wrap .btn-quote:focus-visible {
  outline: 3px solid rgba(67, 205, 5, 0.45);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .site-header-wrap .btn-quote,
  .site-header-wrap .navbar-nav > .nav-item.dropdown > .dropdown-menu,
  .site-header-wrap .dropdown-menu .submenu {
    transition: none !important;
  }

  .site-header-wrap .btn-quote:hover,
  .site-header-wrap .btn-quote:focus {
    transform: none;
  }
}

@media (min-width: 992px) {
  /* Logo left | nav center | CTA right */
  .site-header-wrap .navbar > .container-fluid {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
    align-items: center;
    column-gap: 1rem;
  }

  .site-header-wrap .navbar-brand {
    grid-column: 1;
    justify-self: start;
  }

  .site-header-wrap .navbar-collapse {
    display: contents !important;
  }

  .site-header-wrap .navbar-nav.header-nav-links {
    grid-column: 2;
    justify-self: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .site-header-wrap .btn-quote {
    grid-column: 3;
    justify-self: end;
  }

  .site-header-wrap .navbar-expand-lg .navbar-collapse {
    justify-content: unset !important;
  }

  /* Our Products — open on hover */
  .site-header-wrap .navbar-nav > .nav-item.dropdown {
    position: relative;
  }

  .site-header-wrap .navbar-nav > .nav-item.dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s var(--ai-ease), transform 0.18s var(--ai-ease), visibility 0.18s;
    margin-top: 0;
    border: 1px solid var(--ai-line);
    border-radius: 12px;
    padding: 0.45rem;
    min-width: 232px;
    box-shadow: 0 16px 40px rgba(26, 31, 22, 0.12);
    background: #fff;
    z-index: 1050;
  }

  .site-header-wrap .navbar-nav > .nav-item.dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }

  .site-header-wrap .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu,
  .site-header-wrap .navbar-nav > .nav-item.dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header-wrap .dropdown-menu > li {
    position: relative;
    list-style: none;
  }

  .site-header-wrap .dropdown-menu .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: calc(100% + 6px);
    top: -6px;
    margin: 0;
    border: 1px solid var(--ai-line);
    border-radius: 12px;
    padding: 0.45rem;
    min-width: 250px;
    box-shadow: 0 16px 40px rgba(26, 31, 22, 0.12);
    background: #fff !important;
    background-color: #fff !important;
    transform: translateX(4px);
    transition: opacity 0.18s var(--ai-ease), transform 0.18s var(--ai-ease), visibility 0.18s;
    z-index: 1051;
  }

  .site-header-wrap .dropdown-menu > li:hover > .submenu,
  .site-header-wrap .dropdown-menu > li:focus-within > .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    background: #fff !important;
    background-color: #fff !important;
  }

  .site-header-wrap .dropdown-menu > li:hover {
    background-color: transparent;
  }

  .site-header-wrap .dropdown-menu .submenu.dropdown-menu {
    background: #fff !important;
    background-color: #fff !important;
  }

  /* Parent row with nested menu — chevron */
  .site-header-wrap .dropdown-menu > li:has(> .submenu) > .dropdown-item {
    padding-right: 1.85rem;
  }

  .site-header-wrap .dropdown-menu > li:has(> .submenu) > .dropdown-item::after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: var(--ai-muted);
  }
}

.site-header-wrap .dropdown-item {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ai-ink);
  border-radius: 8px;
  padding: 0.6rem 0.85rem;
  white-space: normal;
  line-height: 1.35;
  transition: background 0.15s var(--ai-ease), color 0.15s var(--ai-ease);
}

.site-header-wrap .dropdown-item:hover,
.site-header-wrap .dropdown-item:focus {
  background: rgba(67, 205, 5, 0.1);
  color: var(--ai-green-dark);
}

.site-header-wrap .submenu .dropdown-item {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--ai-muted);
}

.site-header-wrap .submenu .dropdown-item:hover,
.site-header-wrap .submenu .dropdown-item:focus {
  color: var(--ai-green-dark);
  background: rgba(67, 205, 5, 0.1);
}

@media (max-width: 991.98px) {
  .site-header-wrap {
    z-index: 1040;
  }

  .site-header-wrap .navbar {
    min-height: 56px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .site-header-wrap .navbar-brand img {
    max-width: 128px;
    max-height: 40px;
  }

  .site-header-wrap .navbar-toggler {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-color: var(--ai-line);
    padding: 0;
  }

  .site-header-wrap .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(67, 205, 5, 0.25);
  }

  /* Full-screen mobile menu sheet */
  .site-header-wrap .navbar-collapse {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: 0 0 env(safe-area-inset-bottom, 0);
    border: 0;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .site-header-wrap .navbar-collapse.show {
    display: flex !important;
  }

  .site-header-wrap .navbar-collapse.collapsing {
    display: flex !important;
    height: 100dvh !important;
    transition: none;
  }

  .mobile-nav-panel {
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid var(--ai-line);
  }

  .mobile-nav-panel__head {
    display: flex;
    flex-direction: row;
    align-items: center; /* vertical only */
    justify-content: flex-start;
    width: 100%;
    height: 56px;
    min-height: 56px;
    padding: 0 0.75rem 0 1rem;
    box-sizing: border-box;
    gap: 0.75rem;
  }

  .mobile-nav-panel__brand {
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin: 0 auto 0 0; /* pin left */
    padding: 0;
    line-height: 0;
    flex: 0 0 auto;
  }

  .mobile-nav-panel__brand img {
    display: block;
    max-width: 140px;
    width: auto;
    height: 40px;
    max-height: 40px;
    object-fit: contain;
    object-position: left center;
  }

  .mobile-nav-panel__close {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin: 0 0 0 auto; /* pin right */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ai-line);
    border-radius: 10px;
    background: var(--ai-soft);
    color: var(--ai-ink);
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    transition: background 0.15s var(--ai-ease), border-color 0.15s var(--ai-ease);
  }

  .mobile-nav-panel__close:hover,
  .mobile-nav-panel__close:focus {
    background: rgba(67, 205, 5, 0.12);
    border-color: rgba(67, 205, 5, 0.35);
    outline: none;
  }

  .mobile-nav-panel__close:focus-visible {
    box-shadow: 0 0 0 3px rgba(67, 205, 5, 0.25);
  }

  .site-header-wrap .navbar-nav.header-nav-links {
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0.5rem 0.75rem;
    flex: 1 1 auto;
  }

  .site-header-wrap .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid var(--ai-line);
  }

  .site-header-wrap .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }

  .site-header-wrap .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0.85rem 0.65rem !important;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    color: var(--ai-ink) !important;
  }

  .site-header-wrap .navbar-nav .nav-link:active {
    background: rgba(67, 205, 5, 0.1);
  }

  .site-header-wrap .navbar-nav .dropdown-toggle::after {
    margin-left: 0.5rem;
    opacity: 0.55;
  }

  .site-header-wrap .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    display: none;
    border: 0;
    box-shadow: none;
    background: var(--ai-soft);
    border-radius: 10px;
    margin: 0 0 0.65rem;
    padding: 0.35rem;
    width: 100%;
  }

  .site-header-wrap .nav-item.dropdown.show > .dropdown-menu,
  .site-header-wrap .nav-item.dropdown > .dropdown-menu.show {
    display: block;
  }

  .site-header-wrap .dropdown-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.75rem;
    font-size: 0.9375rem;
    border-radius: 8px;
  }

  .site-header-wrap .dropdown-menu > li:has(> .submenu) > .dropdown-item::after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 0.85rem;
    color: var(--ai-muted);
    margin-left: 0.5rem;
  }

  .site-header-wrap .dropdown-menu > li.show-sub > .dropdown-item::after {
    content: '\f106';
  }

  .site-header-wrap .dropdown-menu .submenu {
    position: static !important;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: 0;
    background: transparent !important;
    padding: 0.15rem 0 0.35rem 0.65rem;
    margin: 0;
    min-width: 0;
  }

  .site-header-wrap .dropdown-menu > li.show-sub > .submenu {
    display: block;
  }

  .site-header-wrap .submenu .dropdown-item {
    min-height: 42px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ai-muted);
    padding-left: 0.85rem;
    border-left: 2px solid rgba(67, 205, 5, 0.35);
    border-radius: 0 8px 8px 0;
    margin-bottom: 0.15rem;
  }

  .site-header-wrap .btn-quote {
    width: calc(100% - 1.5rem);
    margin: 0.35rem 0.75rem 0.85rem;
    min-height: 48px;
    border-radius: 12px;
    font-size: 0.95rem;
    box-shadow: 0 6px 16px rgba(67, 205, 5, 0.28);
  }

  .mobile-nav-contact {
    flex-shrink: 0;
    margin-top: auto;
    padding: 1rem 1rem 1.35rem;
    border-top: 1px solid var(--ai-line);
    background: var(--ai-soft);
  }

  .mobile-nav-contact__label {
    margin: 0 0 0.65rem;
    font-family: var(--ai-font-display);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ai-muted);
  }

  .mobile-nav-contact__link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 44px;
    padding: 0.35rem 0;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ai-ink) !important;
    text-decoration: none !important;
  }

  .mobile-nav-contact__link .fa {
    width: 1.1rem;
    text-align: center;
    color: var(--ai-green-dark);
  }

  body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }
}

/* Desktop: never show mobile-only chrome (belt + suspenders) */
@media (min-width: 992px) {
  .mobile-nav-panel,
  .mobile-nav-contact {
    display: none !important;
  }
}

/* —— Footer (light) —— */
section.footer.theme-color,
.footer.theme-color {
  background: #f7faf5 !important;
  border-top: 1px solid var(--ai-line);
  padding-top: 2rem;
  margin-top: 2.5rem;
  color: var(--ai-ink);
}

.footer .title,
.footer .nav-item.nav-link.title,
.footer .title.text-white {
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  color: var(--ai-ink) !important;
  border-bottom: 2px solid rgba(67, 205, 5, 0.35) !important;
  padding-bottom: 0.55rem;
  margin-bottom: 0.75rem;
}

.footer .nav-link.foot,
.footer .nav-link.foot.text-white {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.45rem 1rem !important;
  border-radius: 6px;
  box-shadow: none !important;
  color: var(--ai-ink) !important;
  transition: background 0.2s var(--ai-ease), color 0.2s var(--ai-ease), transform 0.2s var(--ai-ease);
  min-height: 44px;
  display: flex;
  align-items: center;
}

.footer .nav-link.foot:hover,
.footer .nav-link.foot.text-white:hover {
  background: rgba(67, 205, 5, 0.12) !important;
  color: var(--ai-green-dark) !important;
  transform: translateX(2px);
}

.footer .ps-5.text-white,
.footer .connect-block,
.footer .ps-5 {
  font-size: 0.875rem;
  line-height: 1.55;
  padding-left: 1.5rem !important;
  padding-right: 1rem;
  color: var(--ai-ink) !important;
}

.footer .ps-5.text-white h6,
.footer .connect-block h6,
.footer .ps-5 h6 {
  font-family: var(--ai-font-body) !important;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  color: var(--ai-ink) !important;
}

.footer .ps-5.text-white p,
.footer .connect-block p,
.footer .ps-5 p {
  font-size: 0.875rem;
  text-align: left;
  margin-bottom: 0;
  color: var(--ai-muted) !important;
}

.footer .ps-5.text-white a,
.footer .connect-block a,
.footer .ps-5 a,
.footer a.text-white {
  color: var(--ai-ink) !important;
  text-decoration: none;
  text-underline-offset: 2px;
}

.footer .ps-5 a:hover,
.footer a.text-white:hover {
  color: var(--ai-green-dark) !important;
  text-decoration: underline;
}

/* —— Footer connect column —— */
.footer-connect {
  padding: 1.5rem 1rem 1.25rem 1.5rem;
}

.footer-connect__title {
  font-family: var(--ai-font-display) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  color: var(--ai-ink) !important;
  border-bottom: 2px solid rgba(67, 205, 5, 0.35);
  padding-bottom: 0.55rem;
  margin: 0 0 1rem;
}

.footer-connect__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-connect__item {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.7rem;
  align-items: start;
}

.footer-connect__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  background: rgba(67, 205, 5, 0.12);
  color: var(--ai-green-dark);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.footer-connect__icon--wa {
  background: rgba(37, 211, 102, 0.14);
  color: #128c7e;
}

.footer-connect__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.1rem;
}

.footer-connect__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ai-muted);
  line-height: 1.2;
}

.footer-connect__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  color: var(--ai-ink) !important;
}

.footer-connect__link {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ai-ink) !important;
  text-decoration: none !important;
  word-break: break-word;
  transition: color 0.2s var(--ai-ease);
}

.footer-connect__link:hover,
.footer-connect__link:focus-visible {
  color: var(--ai-green-dark) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  outline: none;
}

.footer-connect__link--email {
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .footer-connect {
    padding: 0.5rem 1rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-connect__link {
    transition: none;
  }
}

/* —— Footer legal / copyright bar —— */
.footer-legal {
  width: 100%;
  margin-top: 1.25rem;
  padding: 1rem 1rem 1.15rem;
  border-top: 1px solid var(--ai-line);
  text-align: center;
}

.footer-legal__text {
  margin: 0 auto;
  max-width: 52rem;
  font-family: var(--ai-font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--ai-muted) !important;
}

.footer-legal__sep {
  display: inline-block;
  margin: 0 0.45rem;
  color: var(--ai-line);
}

.footer-legal a {
  color: var(--ai-ink) !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: color 0.2s var(--ai-ease), border-color 0.2s var(--ai-ease);
}

.footer-legal a:hover,
.footer-legal a:focus {
  color: var(--ai-green-dark) !important;
  border-bottom-color: rgba(54, 168, 4, 0.45);
}

@media (max-width: 575.98px) {
  .footer-legal__sep {
    display: block;
    margin: 0.35rem auto;
    height: 0;
    overflow: hidden;
  }

  .footer-legal__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
}

.footer .fimg {
  border-radius: 8px;
  border: 1px solid var(--ai-line);
  transition: transform 0.25s var(--ai-ease), opacity 0.25s var(--ai-ease);
}

.footer .thumbnail:hover .fimg {
  transform: scale(1.04);
  opacity: 0.92;
}

.footer + .footer,
section.footer.theme-color.pb-1 {
  margin-top: 0;
  padding-top: 0.85rem;
  padding-bottom: 1.1rem !important;
  border-top: 1px solid var(--ai-line);
  background: #eef3eb !important;
  color: var(--ai-muted) !important;
}

.footer.pb-1,
.footer.pb-1 .text-white,
.footer.pb-1 a,
.footer.pb-1 a.text-white {
  color: var(--ai-muted) !important;
}

.footer.pb-1 a:hover {
  color: var(--ai-green-dark) !important;
}

/* —— Contact page —— */
.contact-hero {
  padding: 2.5rem 0 1rem;
}

.contact-hero h1,
.contact-page-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--ai-ink);
  margin-bottom: 0.35rem;
}

.contact-layout {
  padding-bottom: 3rem;
}

.contact-panel {
  background: var(--ai-soft);
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  padding: 1.5rem;
  height: 100%;
}

.contact-panel__title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--ai-ink);
}

.contact-panel__lead {
  color: var(--ai-muted);
  font-size: 0.9375rem;
  text-align: left;
  margin-bottom: 1.25rem;
}

.contact-fact {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.65rem 0.85rem;
  align-items: start;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--ai-line);
}

.contact-fact:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-fact:first-of-type {
  padding-top: 0;
}

.contact-fact__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  background: rgba(67, 205, 5, 0.15);
  color: var(--ai-green-dark);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
}

.contact-fact__label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ai-muted);
  margin: 0 0 0.2rem;
  font-family: var(--ai-font-body) !important;
}

.contact-fact__value {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ai-ink);
  text-align: left;
  line-height: 1.45;
}

.contact-fact__value a {
  color: var(--ai-ink);
  text-decoration: none;
}

.contact-fact__value a:hover {
  color: var(--ai-green-dark);
  text-decoration: underline;
}

.contact-form-card {
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 30px rgba(26, 31, 22, 0.06);
  margin-top: 0 !important;
}

.contact-form__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ai-ink);
  margin-bottom: 1.25rem;
}

.contact-form-card label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ai-ink);
  margin-bottom: 0.35rem;
}

.contact-form-card .form-control,
.contact-form-card input[type='tel'],
.contact-form-card textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--ai-line);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 0.9375rem;
  font-family: var(--ai-font-body);
  background: var(--ai-soft);
  transition: border-color 0.2s var(--ai-ease), box-shadow 0.2s var(--ai-ease), background 0.2s var(--ai-ease);
}

.contact-form-card textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contact-form-card .form-control:focus,
.contact-form-card input[type='tel']:focus,
.contact-form-card textarea:focus {
  outline: none;
  border-color: var(--ai-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(67, 205, 5, 0.2);
}

.contact-form-card .btn.theme-color,
.contact-form-card .data-submit-send-enq {
  min-height: 48px;
  padding: 0.7rem 1.5rem;
  border-radius: 10px;
  font-weight: 600;
  font-family: var(--ai-font-body);
  border: 0;
  float: none !important;
  width: 100%;
  transition: background 0.2s var(--ai-ease), transform 0.15s var(--ai-ease);
}

.contact-form-card .btn.theme-color:hover,
.contact-form-card .data-submit-send-enq:hover {
  background: var(--ai-green-dark) !important;
  transform: translateY(-1px);
}

.contact-form-card .req {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.contact-field-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ai-ink);
  margin-bottom: 0.35rem;
}

.contact-phone-row {
  display: grid;
  grid-template-columns: minmax(10rem, 14rem) 1fr;
  gap: 0.6rem;
  align-items: start;
}

.contact-combobox,
.contact-product-select {
  position: relative;
}

.contact-combobox__toggle,
.contact-product-select__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  width: 100%;
  text-align: left !important;
  cursor: pointer;
  min-height: 48px;
  appearance: none;
  -webkit-appearance: none;
  touch-action: manipulation;
}

.contact-combobox__toggle:disabled {
  opacity: 0.65;
  cursor: wait;
}

.contact-combobox__toggle:focus-visible,
.contact-product-select__toggle:focus-visible,
.contact-combobox__search:focus-visible,
.contact-combobox__option:focus-visible {
  outline: none;
  border-color: var(--ai-green);
  box-shadow: 0 0 0 3px rgba(67, 205, 5, 0.22);
}

.contact-combobox__value,
.contact-product-select__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: var(--ai-ink);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.contact-product-select__label.is-placeholder {
  color: var(--ai-muted);
  font-weight: 400;
}

.contact-combobox__caret {
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid var(--ai-muted);
  border-bottom: 2px solid var(--ai-muted);
  transform: rotate(45deg);
  margin-top: -0.2rem;
  margin-left: auto;
  flex-shrink: 0;
}

.contact-product-select.is-open .contact-combobox__caret,
.contact-combobox.is-open .contact-combobox__caret {
  transform: rotate(225deg);
  margin-top: 0.15rem;
}

.contact-combobox__panel,
.contact-product-select__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 40;
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(20, 40, 10, 0.14);
}

.contact-combobox__panel {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: max(100%, 17.5rem);
  overflow: hidden;
}

.contact-combobox__search-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.55rem 0.55rem 0.45rem;
  background: #fff;
  border-bottom: 1px solid var(--ai-line);
}

.contact-combobox__search {
  margin: 0;
  min-height: 42px;
  background: var(--ai-soft);
}

.contact-combobox__list {
  list-style: none;
  margin: 0;
  padding: 0.35rem;
  max-height: 240px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(67, 205, 5, 0.45) transparent;
}

.contact-combobox__list::-webkit-scrollbar {
  width: 6px;
}

.contact-combobox__list::-webkit-scrollbar-thumb {
  background: rgba(67, 205, 5, 0.4);
  border-radius: 999px;
}

.contact-combobox__option {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--ai-font-body);
  color: var(--ai-ink);
  cursor: pointer;
  transition: background-color 0.15s var(--ai-ease), color 0.15s var(--ai-ease);
}

.contact-combobox__dial {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--ai-green-dark);
  letter-spacing: 0.01em;
}

.contact-combobox__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--ai-ink);
  font-weight: 500;
}

.contact-combobox__option:hover,
.contact-combobox__option:focus-visible {
  background: var(--ai-soft);
}

.contact-combobox__option[aria-selected="true"] {
  background: rgba(67, 205, 5, 0.12);
}

.contact-combobox__option[aria-selected="true"] .contact-combobox__name {
  color: var(--ai-green-dark);
  font-weight: 600;
}

.contact-combobox__empty {
  padding: 0.85rem 0.65rem;
  font-size: 0.85rem;
  color: var(--ai-muted);
  text-align: left;
}

.contact-products-hint {
  margin: 0 0 0.55rem;
  font-size: 0.8rem;
  color: var(--ai-muted);
}

.contact-products {
  max-height: 280px;
  overflow: auto;
  border: 1px solid var(--ai-line);
  border-radius: 10px;
  background: #fff;
  padding: 0.65rem 0.75rem;
}

.contact-product-select__panel.contact-products {
  margin: 0;
}

.contact-product-select.is-open .contact-product-select__toggle,
.contact-combobox.is-open .contact-combobox__toggle {
  border-color: var(--ai-green);
  background: #fff;
}

.contact-products__group + .contact-products__group {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--ai-line);
}

.contact-products__cat {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ai-green-dark);
  pointer-events: none;
  user-select: none;
}

.contact-products__item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 0.35rem;
  padding: 0.45rem 0.4rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ai-ink);
  cursor: pointer;
  min-height: 44px;
}

.contact-products__item:hover {
  background: var(--ai-soft);
}

.contact-products__item input {
  margin-top: 0.15rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--ai-green);
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .contact-combobox__option {
    transition: none;
  }
}

.contact-form-alert {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
}

.contact-form-alert--ok {
  background: rgba(67, 205, 5, 0.12);
  border: 1px solid rgba(67, 205, 5, 0.35);
  color: #1f5c08;
}

.contact-form-alert--err {
  background: rgba(185, 28, 28, 0.08);
  border: 1px solid rgba(185, 28, 28, 0.25);
  color: #7f1d1d;
}

@media (max-width: 575.98px) {
  .contact-phone-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .contact-panel {
    margin-bottom: 1.25rem;
  }
}

/* —— Home about / company teaser —— */
.home-about {
  padding: 2.75rem 0 2.5rem;
  background:
    linear-gradient(180deg, #f7faf5 0%, #fff 55%);
  border-bottom: 1px solid var(--ai-line);
}

.home-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.85fr);
  gap: 2rem 2.5rem;
  align-items: stretch;
}

.home-about__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ai-green-dark);
}

.home-about__title {
  margin: 0 0 0.85rem;
  font-family: var(--ai-font-display) !important;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ai-ink);
}

.home-about__lead {
  margin: 0 0 0.85rem;
  max-width: 38rem;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--ai-ink);
}

.home-about__text {
  margin: 0 0 1.35rem;
  max-width: 38rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ai-muted);
}

.home-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  background: var(--ai-green) !important;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(67, 205, 5, 0.25);
  transition: background 0.2s var(--ai-ease), transform 0.15s var(--ai-ease), box-shadow 0.2s var(--ai-ease);
}

.home-about__cta:hover,
.home-about__cta:focus {
  background: var(--ai-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(54, 168, 4, 0.3);
}

.home-about__cta:focus-visible {
  outline: 3px solid rgba(67, 205, 5, 0.4);
  outline-offset: 2px;
}

.home-about__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  padding: 1.15rem;
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(26, 31, 22, 0.05);
}

.home-about__fact {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 0.9rem;
  background: var(--ai-soft);
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border-color 0.2s var(--ai-ease), background 0.2s var(--ai-ease);
}

.home-about__fact:hover {
  border-color: rgba(67, 205, 5, 0.35);
  background: #fff;
}

.home-about__fact-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ai-muted);
}

.home-about__fact-value {
  font-family: var(--ai-font-display) !important;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ai-ink);
  letter-spacing: -0.01em;
}

@media (max-width: 991.98px) {
  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .home-about {
    padding: 2rem 0 1.75rem;
  }

  .home-about__facts {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .home-about__cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-about__cta,
  .home-about__fact {
    transition: none !important;
  }

  .home-about__cta:hover {
    transform: none;
  }
}

/* —— Home products —— */
.home-products {
  padding: 2.5rem 0 3rem;
}

.home-products .section-head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
}

.home-products .section-head h1,
.home-products .section-head h2,
.home-products .section-head .heading h1,
.home-products .section-head .heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--ai-ink);
}

.home-products .section-head p {
  margin: 0;
  text-align: center;
  color: var(--ai-muted);
  font-size: 0.975rem;
}

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

@media (max-width: 991.98px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
  .product-grid { grid-template-columns: 1fr; }
}

.product-tile {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.25s var(--ai-ease), box-shadow 0.25s var(--ai-ease), border-color 0.25s var(--ai-ease);
}

.product-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(26, 31, 22, 0.1);
  border-color: rgba(67, 205, 5, 0.45);
  color: inherit;
}

.product-tile__media {
  aspect-ratio: 4 / 3;
  background: var(--ai-soft);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.85rem;
  transition: transform 0.35s var(--ai-ease);
}

.product-tile:hover .product-tile__media img {
  transform: scale(1.04);
}

.product-tile__body {
  padding: 0.9rem 1rem 1.05rem;
  border-top: 1px solid var(--ai-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: #fff;
}

.product-tile__body h5 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ai-ink);
  font-family: var(--ai-font-display) !important;
  line-height: 1.3;
}

.product-tile__cta {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ai-green-dark);
  letter-spacing: 0.02em;
}

.home-products__more {
  text-align: center;
  margin-top: 1.75rem;
}

.home-products__more .btn {
  min-height: 46px;
  padding: 0.65rem 1.4rem;
  border-radius: 10px;
  font-weight: 600;
}

/* —— Products index (category hub) —— */
.products-page {
  padding: 0 0 3rem;
  background:
    linear-gradient(180deg, #f7faf5 0%, #fff 18%, #fff 100%);
}

.products-page .breadcrumb-row {
  margin-bottom: 0;
  background: #f3f6f1 !important;
}

.products-page__intro {
  max-width: 40rem;
  margin: 0 auto 2rem;
  padding: 2rem 0.5rem 0;
  text-align: center;
}

.products-page__intro h1 {
  margin: 0 0 0.5rem;
  font-family: var(--ai-font-display) !important;
  font-size: clamp(1.7rem, 3.2vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ai-ink);
}

.products-page__intro p {
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.55;
  color: var(--ai-muted);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s var(--ai-ease), box-shadow 0.25s var(--ai-ease), border-color 0.25s var(--ai-ease);
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(26, 31, 22, 0.1);
  border-color: rgba(67, 205, 5, 0.45);
}

.category-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--ai-soft);
  overflow: hidden;
  text-decoration: none;
}

.category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s var(--ai-ease);
}

.category-card:hover .category-card__media img {
  transform: scale(1.04);
}

.category-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
  padding: 1.15rem 1.2rem 1.25rem;
  border-top: 1px solid var(--ai-line);
}

.category-card__meta {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ai-green-dark);
}

.category-card__title {
  margin: 0;
  font-family: var(--ai-font-display) !important;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.category-card__title a {
  color: var(--ai-ink) !important;
  text-decoration: none !important;
}

.category-card__title a:hover,
.category-card__title a:focus {
  color: var(--ai-green-dark) !important;
}

.category-card__text {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ai-muted);
}

.category-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  margin-top: auto;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  background: var(--ai-green) !important;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: background 0.2s var(--ai-ease), transform 0.15s var(--ai-ease);
}

.category-card__btn:hover,
.category-card__btn:focus {
  background: var(--ai-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.category-card__btn:focus-visible {
  outline: 3px solid rgba(67, 205, 5, 0.4);
  outline-offset: 2px;
}

.products-page__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
  max-width: 1100px;
  margin: 2.25rem auto 0;
  padding: 1.25rem 1.35rem;
  text-align: center;
  background: var(--ai-soft);
  border: 1px solid var(--ai-line);
  border-radius: 14px;
}

.products-page__cta p {
  margin: 0;
  font-size: 0.975rem;
  font-weight: 500;
  color: var(--ai-ink);
}

.products-page__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.6rem 1.35rem;
  border-radius: 10px;
  background: var(--ai-ink) !important;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s var(--ai-ease), transform 0.15s var(--ai-ease);
}

.products-page__cta-btn:hover,
.products-page__cta-btn:focus {
  background: var(--ai-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.products-page__cta-btn:focus-visible {
  outline: 3px solid rgba(67, 205, 5, 0.4);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  .category-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .products-page__intro {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .category-card__btn,
  .products-page__cta-btn {
    width: 100%;
  }

  .products-page__cta {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .category-card,
  .category-card__media img,
  .category-card__btn,
  .products-page__cta-btn {
    transition: none !important;
  }

  .category-card:hover,
  .category-card__btn:hover,
  .products-page__cta-btn:hover {
    transform: none;
  }

  .category-card:hover .category-card__media img {
    transform: none;
  }
}

/* —— Category / product listing pages —— */
.category-page {
  padding: 1.5rem 0 3rem;
}

.category-page .product-grid {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.category-page .breadcrumb-row {
  margin-bottom: 0;
}

/* —— Breadcrumb —— */
.breadcrumb-row {
  background: #f3f6f1 !important;
  border-bottom: 1px solid var(--ai-line) !important;
  padding: 0.7rem 0 !important;
  margin: 0;
  position: relative;
  text-align: left !important;
  text-transform: none !important;
}

.breadcrumb-row::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--ai-green);
}

.breadcrumb-row .container {
  display: flex;
  align-items: center;
  min-height: 1.5rem;
}

.breadcrumb-row ul,
.breadcrumb-row ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.2rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  font-family: var(--ai-font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.breadcrumb-row li,
.breadcrumb-row .text-white,
.breadcrumb-row .list-inline {
  color: var(--ai-muted) !important;
  background: transparent !important;
  border: 0 !important;
}

.breadcrumb-row a,
.breadcrumb-row a.text-white,
.breadcrumb-row a.text-decoration-none {
  color: var(--ai-ink) !important;
  text-decoration: none !important;
  padding: 0.2rem 0.15rem;
  border-radius: 4px;
  transition: color 0.15s var(--ai-ease), background 0.15s var(--ai-ease);
}

.breadcrumb-row a:hover,
.breadcrumb-row a:focus {
  color: var(--ai-green-dark) !important;
  background: rgba(67, 205, 5, 0.1);
}

.breadcrumb-row a:focus-visible {
  outline: 2px solid rgba(67, 205, 5, 0.45);
  outline-offset: 2px;
}

.breadcrumb-row li:last-child {
  color: var(--ai-ink) !important;
  font-weight: 600;
  padding: 0.2rem 0.15rem;
}

/* Explicit separator items (category pages) */
.breadcrumb-row li[aria-hidden="true"],
.breadcrumb-row li.px-2 {
  color: rgba(26, 31, 22, 0.28) !important;
  font-weight: 400 !important;
  padding: 0 0.2rem !important;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  .breadcrumb-row {
    padding: 0.6rem 0 !important;
  }

  .breadcrumb-row ul,
  .breadcrumb-row ol {
    font-size: 0.75rem;
  }
}

.category-page__intro {
  max-width: 40rem;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 0 0.5rem;
}

.category-page__intro h1 {
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--ai-ink);
  letter-spacing: -0.02em;
}

.category-page__intro p {
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.55;
  color: var(--ai-muted);
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.25s var(--ai-ease), box-shadow 0.25s var(--ai-ease), border-color 0.25s var(--ai-ease);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(26, 31, 22, 0.1);
  border-color: rgba(67, 205, 5, 0.45);
}

.product-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--ai-soft);
  overflow: hidden;
  text-decoration: none;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.35s var(--ai-ease);
}

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  padding: 1rem 1.05rem 1.15rem;
  border-top: 1px solid var(--ai-line);
  background: #fff;
}

.product-card__title {
  margin: 0;
  font-family: var(--ai-font-display) !important;
  font-size: 1.05rem;
  font-weight: 650;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
}

.product-card__title a {
  color: var(--ai-ink) !important;
  text-decoration: none !important;
}

.product-card__title a:hover,
.product-card__title a:focus {
  color: var(--ai-green-dark) !important;
}

.product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 44px;
  margin-top: auto;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  background: var(--ai-green) !important;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  border: 0;
  transition: background 0.2s var(--ai-ease), transform 0.15s var(--ai-ease);
}

.product-card__btn:hover,
.product-card__btn:focus {
  background: var(--ai-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.product-card__btn:focus-visible {
  outline: 3px solid rgba(67, 205, 5, 0.4);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .product-card__media img,
  .product-card__btn {
    transition: none !important;
  }

  .product-card:hover,
  .product-card__btn:hover {
    transform: none;
  }
}

/* —— Company profile page —— */
.profile-page {
  padding: 2rem 0 3rem;
}

.profile-intro {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .profile-intro { grid-template-columns: 1fr; }
}

.profile-card,
.profile-facts {
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  padding: 1.5rem 1.6rem;
}

.profile-card h1 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--ai-ink);
}

.profile-card p {
  margin: 0;
  color: var(--ai-muted);
  font-size: 0.975rem;
  line-height: 1.65;
  text-align: left;
}

.profile-facts h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--ai-ink);
}

.profile-fact-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0.5rem 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--ai-line);
}

.profile-fact-row:last-child { border-bottom: 0; }

.profile-fact-row dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ai-muted);
}

.profile-fact-row dd {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ai-ink);
}

.profile-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 767.98px) {
  .profile-highlights { grid-template-columns: 1fr; }
}

.profile-highlight {
  background: var(--ai-soft);
  border: 1px solid var(--ai-line);
  border-radius: 12px;
  padding: 1.15rem 1.2rem;
}

.profile-highlight strong {
  display: block;
  font-family: var(--ai-font-display);
  font-size: 1.05rem;
  color: var(--ai-ink);
  margin-bottom: 0.25rem;
}

.profile-highlight span {
  font-size: 0.875rem;
  color: var(--ai-muted);
}

/* —— Gallery page —— */
.gallery-page {
  padding: 2rem 0 3rem;
}

.gallery-page .section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.gallery-page .section-head h1 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.gallery-page .section-head p {
  margin: 0;
  text-align: center;
  color: var(--ai-muted);
}

.gallery-masonry {
  columns: 3;
  column-gap: 1rem;
}

@media (max-width: 991.98px) {
  .gallery-masonry { columns: 2; }
}

@media (max-width: 575.98px) {
  .gallery-masonry { columns: 1; }
}

.gallery-item {
  break-inside: avoid;
  margin: 0 0 1rem;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ai-line);
  background: #fff;
  position: relative;
  transition: transform 0.25s var(--ai-ease), box-shadow 0.25s var(--ai-ease);
}

.gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(26, 31, 22, 0.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(26, 31, 22, 0.28));
  opacity: 0;
  transition: opacity 0.25s var(--ai-ease);
  pointer-events: none;
}

.gallery-item:hover::after {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* —— Product detail pages —— */
.product-detail {
  padding: 0 0 3rem;
  background: linear-gradient(180deg, #f7faf5 0%, #fff 14%, #fff 100%);
}

.product-detail .breadcrumb-row {
  margin-bottom: 0;
}

.product-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem 2.5rem;
  align-items: start;
  padding-top: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.product-detail__media {
  margin: 0;
  background: #fff;
  border: 1px solid var(--ai-line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(26, 31, 22, 0.05);
}

.product-detail__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 1.25rem;
  background: var(--ai-soft);
}

.product-detail__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ai-green-dark);
}

.product-detail__eyebrow a {
  color: inherit !important;
  text-decoration: none !important;
}

.product-detail__eyebrow a:hover,
.product-detail__eyebrow a:focus {
  text-decoration: underline !important;
}

.product-detail__title {
  margin: 0 0 0.65rem;
  font-family: var(--ai-font-display) !important;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--ai-ink);
}

.product-detail__price {
  margin: 0 0 1rem;
  font-family: var(--ai-font-display) !important;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ai-ink);
  letter-spacing: -0.02em;
}

.product-detail__price span {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ai-muted);
}

.product-detail__lead {
  margin: 0 0 1.35rem;
  max-width: 36rem;
  font-size: 0.975rem;
  line-height: 1.6;
  color: var(--ai-muted);
}

.product-detail__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  padding: 0;
}

.product-detail__spec {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
  padding: 0.75rem 0.85rem;
  background: var(--ai-soft);
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border-color 0.2s var(--ai-ease), background 0.2s var(--ai-ease);
}

.product-detail__spec:hover {
  border-color: rgba(67, 205, 5, 0.35);
  background: #fff;
}

.product-detail__spec dt {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ai-muted);
}

.product-detail__spec dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ai-ink);
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.product-detail__cta,
.product-detail__cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s var(--ai-ease), color 0.2s var(--ai-ease), transform 0.15s var(--ai-ease), border-color 0.2s var(--ai-ease);
}

.product-detail__cta {
  background: var(--ai-green) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(67, 205, 5, 0.25);
}

.product-detail__cta:hover,
.product-detail__cta:focus {
  background: var(--ai-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.product-detail__cta-secondary {
  background: #fff !important;
  color: var(--ai-ink) !important;
  border: 1px solid var(--ai-line);
}

.product-detail__cta-secondary:hover,
.product-detail__cta-secondary:focus {
  border-color: var(--ai-green);
  color: var(--ai-green-dark) !important;
  transform: translateY(-1px);
}

.product-detail__cta:focus-visible,
.product-detail__cta-secondary:focus-visible {
  outline: 3px solid rgba(67, 205, 5, 0.4);
  outline-offset: 2px;
}

.product-detail__related {
  max-width: 1100px;
  margin: 2.75rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--ai-line);
}

.product-detail__related-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1.25rem;
}

.product-detail__related-head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ai-ink);
}

.product-detail__related-head a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ai-green-dark) !important;
  text-decoration: none !important;
}

.product-detail__related-head a:hover,
.product-detail__related-head a:focus {
  text-decoration: underline !important;
}

.category-page__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
  max-width: 1100px;
  margin: 2.25rem auto 0;
  padding: 1.25rem 1.35rem;
  text-align: center;
  background: var(--ai-soft);
  border: 1px solid var(--ai-line);
  border-radius: 14px;
}

.category-page__cta p {
  margin: 0;
  font-size: 0.975rem;
  font-weight: 500;
  color: var(--ai-ink);
}

.category-page__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.6rem 1.35rem;
  border-radius: 10px;
  background: var(--ai-ink) !important;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s var(--ai-ease), transform 0.15s var(--ai-ease);
}

.category-page__cta-btn:hover,
.category-page__cta-btn:focus {
  background: var(--ai-green-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.category-page__cta-btn:focus-visible {
  outline: 3px solid rgba(67, 205, 5, 0.4);
  outline-offset: 2px;
}

@media (max-width: 991.98px) {
  .product-detail__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .product-detail__specs {
    grid-template-columns: 1fr;
  }

  .product-detail__actions {
    flex-direction: column;
  }

  .product-detail__cta,
  .product-detail__cta-secondary,
  .category-page__cta-btn {
    width: 100%;
  }

  .category-page__cta {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail__spec,
  .product-detail__cta,
  .product-detail__cta-secondary,
  .category-page__cta-btn {
    transition: none !important;
  }

  .product-detail__cta:hover,
  .product-detail__cta-secondary:hover,
  .category-page__cta-btn:hover {
    transform: none;
  }
}

.product-detail__price--quote {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ai-muted);
  letter-spacing: 0;
}

/* —— Home hero slider —— */
.home-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef3ea 0%, var(--ai-soft) 100%);
  border-bottom: 1px solid var(--ai-line);
}

.home-slider__carousel {
  position: relative;
  width: 100%;
}

.home-slider__inner {
  width: 100%;
}

.home-slider__item {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dfe6d9;
}

.home-slider__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.home-slider__indicators {
  margin-bottom: 0.85rem;
  gap: 0.4rem;
}

.home-slider__indicators [data-bs-target] {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.55);
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(26, 31, 22, 0.18);
  transition: width 0.2s var(--ai-ease), background-color 0.2s var(--ai-ease);
}

.home-slider__indicators .active {
  width: 1.35rem;
  background-color: var(--ai-green);
  box-shadow: 0 0 0 1px rgba(67, 205, 5, 0.35);
}

.home-slider__control.carousel-control-prev,
.home-slider__control.carousel-control-next {
  width: 2.75rem;
  height: 2.75rem;
  top: 50% !important;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(26, 31, 22, 0.14);
  transition: background-color 0.2s var(--ai-ease), transform 0.2s var(--ai-ease), box-shadow 0.2s var(--ai-ease);
  touch-action: manipulation;
}

.home-slider__control--prev {
  left: 0.65rem;
  right: auto;
}

.home-slider__control--next {
  right: 0.65rem;
  left: auto;
}

.home-slider__control:hover,
.home-slider__control:focus-visible {
  background: #fff;
  box-shadow: 0 6px 18px rgba(26, 31, 22, 0.18);
  outline: none;
}

.home-slider__control:focus-visible {
  box-shadow: 0 0 0 3px rgba(67, 205, 5, 0.35), 0 6px 18px rgba(26, 31, 22, 0.18);
}

.home-slider__control:active {
  transform: translateY(-50%) scale(0.96);
}

.home-slider__control-icon {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid var(--ai-ink);
  border-right: 2px solid var(--ai-ink);
}

.home-slider__control--prev .home-slider__control-icon {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}

.home-slider__control--next .home-slider__control-icon {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}

@media (min-width: 576px) {
  .home-slider__item {
    aspect-ratio: 16 / 9;
  }

  .home-slider__control.carousel-control-prev,
  .home-slider__control.carousel-control-next {
    width: 3rem;
    height: 3rem;
  }

  .home-slider__control--prev {
    left: 1rem;
  }

  .home-slider__control--next {
    right: 1rem;
  }
}

@media (min-width: 768px) {
  .home-slider__item {
    aspect-ratio: 21 / 9;
  }
}

@media (min-width: 992px) {
  .home-slider__item {
    aspect-ratio: 1512 / 456;
    max-height: min(52vh, 520px);
  }

  .home-slider__img {
    object-position: center 40%;
  }
}

@media (min-width: 1400px) {
  .home-slider__item {
    max-height: 560px;
  }
}

@media (max-width: 575.98px) {
  .home-slider__control.carousel-control-prev,
  .home-slider__control.carousel-control-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .home-slider__indicators {
    margin-bottom: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-slider__indicators [data-bs-target],
  .home-slider__control {
    transition: none;
  }

  .home-slider__control:active {
    transform: translateY(-50%);
  }
}
