/* ==========================================================================
   Sri Thrimurthy Traders — Main Stylesheet
   MicroMill-inspired ecommerce layout (micromill.in style)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Design Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand — MicroMill palette */
  --mm-green: #83b735;
  --mm-green-dark: #6a9629;
  --mm-green-hover: #739e2f;
  --g: #08713d;
  --gd: #05552e;
  --gl: #f4f9f0;
  --gold: #c9a227;
  --gold-light: #f6f0dc;

  /* Neutrals */
  --ink: #333333;
  --muted: #777777;
  --line: #e5e5e5;
  --line-soft: #eeeeee;
  --white: #ffffff;
  --footer-bg: #fafafa;
  --nav-dark: #2d2d2d;
  --nav-dark-hover: #3a3a3a;

  /* Shadows & radius */
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
  --r: 4px;
  --r-sm: 3px;
  --r-xs: 2px;

  /* Layout */
  --container-max: 1200px;
  --topbar-h: 38px;
  --header-main-h: 88px;
  --nav-h: 46px;
  --site-header-h: calc(var(--header-main-h) + var(--nav-h));

  /* WhatsApp */
  --wa-green: #25d366;
  --wa-dark: #128c7e;

  /* Motion */
  --transition: 0.25s ease;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--site-header-h) + 12px);
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 14px;
  color: var(--ink);
  background: var(--white);
  overflow-x: clip;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.website-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.website-wrapper > main,
.website-wrapper > .mm-main {
  flex: 1;
}

/* --------------------------------------------------------------------------
   Layout — Container & Wrap
   -------------------------------------------------------------------------- */
.container,
.wrap {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 15px;
}

.sr-only {
  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: fixed;
  left: 12px;
  top: -60px;
  z-index: 9999;
  background: var(--nav-dark);
  color: var(--white);
  padding: 10px 14px;
  border-radius: var(--r);
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 12px;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  min-height: 42px;
  padding: 0 20px;
  border-radius: var(--r);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  white-space: nowrap;
}

a.btn,
a.btn:hover,
a.btn:focus,
button.btn {
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--solid,
a.btn--solid {
  background: var(--g);
  color: #fff;
  border-color: var(--g);
}

.btn--solid:hover,
a.btn--solid:hover {
  background: var(--gd);
  border-color: var(--gd);
  color: #fff;
}

.btn--outline,
a.btn--outline {
  border-color: var(--g);
  color: var(--gd);
  background: #fff;
}

.btn--outline:hover,
a.btn--outline:hover {
  background: var(--g);
  border-color: var(--g);
  color: #fff;
}

.btn--wa,
a.btn--wa {
  background: var(--wa-green);
  color: #fff;
  border-color: var(--wa-green);
}

.btn--wa:hover,
a.btn--wa:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  color: #fff;
}

.btn--sm {
  min-height: 34px;
  padding: 0 14px;
  font-size: 12px;
}

.btn--lg {
  min-height: 48px;
  padding: 0 28px;
  font-size: 14px;
}

.btn--block {
  width: 100%;
}

/* ==========================================================================
   MICRO MILL HEADER
   ========================================================================== */

/* --------------------------------------------------------------------------
   Top Bar — green strip
   -------------------------------------------------------------------------- */
.mm-topbar {
  background: var(--mm-green);
  color: var(--white);
  font-size: 12px;
  line-height: 1.3;
}

.mm-topbar__inner {
  min-height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mm-topbar__left strong {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mm-topbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.mm-topbar a:not(.mm-topbar__quote) {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  transition: opacity var(--transition);
}

.mm-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mm-topbar__wa {
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 999px;
}

.mm-topbar__wa:hover {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
}

.mm-topbar__wa .icon-wa {
  color: #fff;
}

.mm-topbar a.mm-topbar__quote {
  background: #fff;
  color: var(--gd);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
}

.mm-topbar a.mm-topbar__quote:hover {
  opacity: 1;
  background: #f0faf4;
  color: var(--gd);
}

.mm-topbar a:not(.mm-topbar__quote):hover {
  opacity: 0.85;
}

/* --------------------------------------------------------------------------
   Header — white bar with logo, search, CTAs
   -------------------------------------------------------------------------- */
.mm-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  box-shadow: 0 1px 0 var(--line);
}

.mm-header.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.mm-header__main {
  min-height: var(--header-main-h);
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Logo */
.mm-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  min-width: 0;
}

.mm-logo img {
  width: auto;
  height: 62px;
  max-width: 62px;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent;
  border-radius: 0;
}

.mm-logo__text {
  min-width: 0;
}

.mm-logo__text strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--g);
  line-height: 1.15;
  white-space: nowrap;
}

.mm-logo__text small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  margin-top: 2px;
}

/* Header search */
.mm-search {
  flex: 1;
  min-width: 0;
  max-width: 560px;
  position: relative;
}

.mm-search__row {
  display: flex;
  align-items: stretch;
  border: 2px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--white);
}

.mm-search__cat {
  flex: 0 0 auto;
  max-width: 140px;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  background: #f9f9f9;
  outline: none;
  cursor: pointer;
}

.mm-search__row input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 14px;
  font-size: 13px;
  outline: none;
  background: transparent;
}

.mm-search__row button {
  flex-shrink: 0;
  border: 0;
  padding: 0 22px;
  background: var(--mm-green);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--transition);
}

.mm-search__row button:hover {
  background: var(--mm-green-dark);
}

/* Search suggestions (autocomplete) */
.search-suggestions {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  z-index: 300;
  max-height: 320px;
  overflow-y: auto;
}

.search-suggestions:empty {
  display: none;
}

.search-suggestion {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  text-decoration: none;
  transition: background var(--transition);
}

.search-suggestion:hover,
.search-suggestion:focus {
  background: var(--gl);
}

.search-suggestion img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: var(--r-sm);
  background: #f9f9f9;
  border: 1px solid var(--line-soft);
  flex-shrink: 0;
}

.search-suggestion div {
  min-width: 0;
}

.search-suggestion strong {
  display: block;
  font-size: 13px;
  color: var(--ink);
}

.search-suggestion small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggestions__empty {
  font-size: 13px;
  color: var(--muted);
  padding: 12px 14px;
}

/* Header CTAs */
.mm-header__cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.mm-quote-btn,
.mm-call-btn,
.mm-wa-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: var(--r);
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.mm-quote-btn {
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
}

.mm-quote-btn:hover {
  border-color: var(--mm-green);
  color: var(--g);
}

.mm-quote-btn__icon {
  font-size: 18px;
  color: var(--mm-green);
}

.mm-quote-btn small,
.mm-call-btn small,
.mm-wa-btn small {
  display: block;
  font-size: 10px;
  line-height: 1.2;
}

.mm-quote-btn small {
  color: var(--muted);
}

.mm-call-btn small,
.mm-wa-btn small {
  color: rgba(255, 255, 255, 0.88);
}

.mm-quote-btn b,
.mm-call-btn b,
.mm-wa-btn b {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.mm-call-btn {
  background: var(--g);
  color: #fff;
}

.mm-call-btn:hover {
  background: var(--gd);
  color: #fff;
}

.mm-call-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mm-call-btn__icon .icon-phone,
.mm-call-btn__icon .mm-call-btn__img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #e3e3e3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.mm-call-btn__short {
  display: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.mm-wa-btn {
  background: var(--wa-green);
  color: #fff;
}

.mm-wa-btn:hover {
  background: #20bd5a;
  color: #fff;
}

.mm-wa-btn .icon-wa {
  flex-shrink: 0;
}

/* Burger (mobile) */
.mm-burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--white);
  cursor: pointer;
  flex-shrink: 0;
  padding: 8px;
}

.mm-burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.mm-burger b {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--muted);
}

.mm-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mm-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.mm-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Navigation Bar — dark strip
   -------------------------------------------------------------------------- */
.mm-nav-wrap {
  background: var(--nav-dark);
  color: var(--white);
}

.mm-nav-wrap__inner {
  min-height: var(--nav-h);
  display: flex;
  align-items: stretch;
}

/* Browse categories dropdown */
.mm-browse-cat {
  position: relative;
  flex-shrink: 0;
}

.mm-browse-cat__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  min-height: var(--nav-h);
  padding: 0 20px;
  border: 0;
  background: var(--mm-green);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--transition);
}

.mm-browse-cat__toggle:hover,
.mm-browse-cat__toggle[aria-expanded="true"] {
  background: var(--mm-green-dark);
}

.mm-browse-cat__icon {
  width: 16px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
  border-radius: 1px;
}

.mm-browse-cat__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  max-height: 360px;
  overflow-y: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 0;
  box-shadow: var(--shadow);
  z-index: 250;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.mm-browse-cat__toggle[aria-expanded="true"] + .mm-browse-cat__dropdown,
.mm-browse-cat:hover .mm-browse-cat__dropdown,
.mm-browse-cat__dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

body.drawer-open .mm-topbar,
body.drawer-open .mm-header,
body.drawer-open .float-contact-stack {
  visibility: hidden;
  pointer-events: none;
}

.mm-browse-cat__dropdown a {
  display: block;
  padding: 11px 18px;
  text-decoration: none;
  font-size: 13px;
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
  transition: background var(--transition), color var(--transition);
}

.mm-browse-cat__dropdown a:last-child {
  border-bottom: 0;
}

.mm-browse-cat__dropdown a:hover {
  background: var(--gl);
  color: var(--g);
}

/* Main nav links */
.mm-main-nav {
  display: flex;
  align-items: stretch;
  flex: 1;
  margin-left: auto;
}

.mm-main-nav a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
  transition: background var(--transition), color var(--transition);
}

.mm-main-nav a:hover,
.mm-main-nav a.active {
  background: var(--nav-dark-hover);
  color: var(--white);
}

/* --------------------------------------------------------------------------
   Mobile Drawer
   -------------------------------------------------------------------------- */
.mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
}

.mobile-drawer:not([hidden]) {
  pointer-events: auto;
}

.mobile-drawer__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity 0.28s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-drawer.is-open .mobile-drawer__backdrop {
  opacity: 1;
}

.mobile-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(340px, 100vw);
  max-width: 100%;
  background: var(--white);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.22);
  transform: translateX(105%);
  transition: transform 0.28s ease;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 16px calc(20px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 14px;
  -webkit-overflow-scrolling: touch;
}

.mobile-drawer.is-open .mobile-drawer__panel {
  transform: translateX(0);
}

.mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-soft);
}

.mobile-drawer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  color: var(--g);
}

.mobile-drawer__brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.mobile-drawer__brand span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-drawer__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
  display: grid;
  place-items: center;
  -webkit-tap-highlight-color: transparent;
}

.mm-search__form--mobile {
  display: flex;
  gap: 8px;
}

.mm-search__form--mobile input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}

.mm-search__form--mobile input:focus {
  border-color: var(--mm-green);
}

.mm-search__form--mobile button {
  border: 0;
  border-radius: var(--r);
  padding: 0 16px;
  background: var(--mm-green);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
}

.mobile-drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-drawer__nav a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  border-radius: var(--r);
  transition: background var(--transition), color var(--transition);
}

.mobile-drawer__nav a:hover {
  background: var(--gl);
  color: var(--g);
}

.mobile-drawer__nav a.mobile-drawer__quote {
  margin-top: 6px;
  background: var(--mm-green);
  color: var(--white);
  text-align: center;
  font-weight: 800;
}

.mobile-drawer__nav a.mobile-drawer__quote:hover {
  background: var(--gd);
  color: var(--white);
}

/* ==========================================================================
   SHOP / LISTING PAGES
   ========================================================================== */

/* --------------------------------------------------------------------------
   Page Title Banner
   -------------------------------------------------------------------------- */
.mm-page-title {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  background-color: #3d3d3d;
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 40px 0;
}

.mm-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 113, 61, 0.82), rgba(45, 45, 45, 0.75));
}

.mm-page-title--default {
  background: linear-gradient(135deg, var(--g), var(--nav-dark));
}

.mm-page-title--default::before {
  display: none;
}

.mm-page-title .container,
.mm-page-title__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Breadcrumbs on green/dark page banners — must stay readable */
.mm-page-title .breadcrumb {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  margin-bottom: 12px;
}

.mm-page-title .breadcrumb a {
  color: #ffffff;
  font-weight: 600;
}

.mm-page-title .breadcrumb a:hover {
  color: #dff5e8;
  text-decoration: underline;
}

.mm-page-title .breadcrumb span[aria-current="page"] {
  color: #ffffff;
  font-weight: 700;
}

.mm-page-title .breadcrumb > span:not([aria-current="page"]) {
  color: rgba(255, 255, 255, 0.55);
}

.mm-page-title h1 {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.15;
  color: #fff;
}

.mm-page-title p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
}

/* Category pills */
.mm-cat-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 8px;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}

.mm-cat-pills::-webkit-scrollbar {
  height: 4px;
}

.mm-cat-pills::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 99px;
}

.mm-cat-pills li {
  flex-shrink: 0;
}

.mm-cat-pills a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 16px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--r);
  color: var(--white);
  transition: background var(--transition), border-color var(--transition);
  min-width: 120px;
}

.mm-cat-pills a:hover,
.mm-cat-pills a.active {
  background: var(--mm-green);
  border-color: var(--mm-green);
}

.mm-cat-pills__name {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.mm-cat-pills__count {
  font-size: 11px;
  opacity: 0.85;
}

/* Pills on light background (categories index) */
.section .mm-cat-pills a {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.section .mm-cat-pills a:hover,
.section .mm-cat-pills a.active {
  background: var(--gl);
  border-color: var(--mm-green);
  color: var(--g);
}

.section .mm-cat-pills__count {
  color: var(--muted);
}

/* Shop content area */
.mm-shop-content {
  padding: 28px 15px 48px;
}

.mm-shop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.mm-shop-tools {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mm-results {
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.mm-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mm-sort label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.mm-sort select {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 8px 10px;
  font-size: 12px;
  outline: none;
  background: var(--white);
  cursor: pointer;
}

.mm-sort select:focus {
  border-color: var(--mm-green);
}

/* --------------------------------------------------------------------------
   Product Grid — 4 columns desktop
   -------------------------------------------------------------------------- */
.mm-product-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mm-product-grid--scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.mm-product-grid--scroll .mm-product {
  flex: 0 0 min(280px, 78vw);
  scroll-snap-align: start;
}

/* --------------------------------------------------------------------------
   Product Card — WooCommerce / MicroMill style
   -------------------------------------------------------------------------- */
.mm-product {
  min-width: 0;
}

.mm-product__wrapper {
  border: 1px solid var(--line);
  background: var(--white);
  transition: box-shadow var(--transition), border-color var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mm-product:hover .mm-product__wrapper {
  box-shadow: var(--shadow-sm);
  border-color: #d0d0d0;
}

/* Image area */
.mm-product__top {
  position: relative;
  overflow: hidden;
  background: #fafafa;
}

.mm-product__image,
.mm-product__hover-img {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
}

.mm-product__image img,
.mm-product__hover-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.mm-product__hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}

.mm-product:hover .mm-product__hover-img {
  opacity: 1;
}

.mm-product:hover .mm-product__image img {
  opacity: 0;
}

.mm-product:not(:has(.mm-product__hover-img)):hover .mm-product__image img {
  opacity: 1;
  transform: scale(1.04);
}

/* Hover action buttons on image */
.mm-product__actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mm-product:hover .mm-product__actions {
  opacity: 1;
  transform: translateY(0);
}

.mm-product__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  transition: background var(--transition), color var(--transition);
}

.mm-product__btn--quote {
  background: var(--mm-green);
  color: var(--white);
}

.mm-product__btn--quote:hover {
  background: var(--mm-green-dark);
}

.mm-product__btn--view {
  background: var(--nav-dark);
  color: var(--white);
}

.mm-product__btn--view:hover {
  background: #1a1a1a;
}

/* Product info below image */
.mm-product__bottom {
  padding: 14px 14px 16px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mm-product__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 6px;
  transition: color var(--transition);
}

.mm-product__cat:hover {
  color: var(--mm-green);
}

.mm-product__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 6px;
}

.mm-product__title a {
  text-decoration: none;
  color: var(--ink);
  transition: color var(--transition);
}

.mm-product__title a:hover {
  color: var(--g);
}

.mm-product__spec {
  font-size: 11px;
  color: var(--muted);
  margin: 0 0 8px;
}

.mm-product__price {
  font-size: 15px;
  font-weight: 800;
  color: var(--g);
  margin-top: auto;
}

.mm-product__price ins {
  text-decoration: none;
}

.mm-product__price--ask {
  font-size: 13px;
  font-weight: 700;
  color: var(--mm-green);
}

/* Showcase horizontal scroll */
.showcase-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--mm-green) transparent;
}

.showcase-scroll::-webkit-scrollbar {
  height: 5px;
}

.showcase-scroll::-webkit-scrollbar-thumb {
  background: var(--mm-green);
  border-radius: 99px;
}

.showcase-scroll .mm-product {
  flex: 0 0 min(260px, 78vw);
  scroll-snap-align: start;
}

/* --------------------------------------------------------------------------
   Breadcrumb & Pagination
   -------------------------------------------------------------------------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted);
}

.breadcrumb a {
  text-decoration: none;
  color: var(--g);
  font-weight: 600;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span[aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
}

/* Breadcrumbs on white shop/listing pages */
.mm-shop-content .breadcrumb,
.mm-shop-head .breadcrumb {
  color: var(--muted);
}

.mm-shop-content .breadcrumb a,
.mm-shop-head .breadcrumb a {
  color: var(--gd);
}

.mm-shop-content .breadcrumb span[aria-current="page"],
.mm-shop-head .breadcrumb span[aria-current="page"] {
  color: var(--ink);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 36px;
}

.pagination a {
  min-width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--r);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.pagination a:hover,
.pagination a.active {
  background: var(--mm-green);
  border-color: var(--mm-green);
  color: var(--white);
}

.empty-state {
  text-align: center;
  padding: 60px 24px;
  border: 1px dashed var(--line);
  border-radius: var(--r);
  background: var(--footer-bg);
}

.empty-state h2 {
  font-size: 22px;
  margin: 0 0 10px;
}

.empty-state p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 20px;
}

/* ==========================================================================
   FOOTER — light #fafafa
   ========================================================================== */
.mm-footer {
  background: var(--footer-bg);
  border-top: 1px solid var(--line);
  color: var(--ink);
  margin-top: auto;
}

.mm-footer__main {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 32px;
  padding: 48px 15px 36px;
}

.mm-footer__col h5 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 16px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mm-footer__col p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 12px;
}

.mm-footer__col ul li {
  margin-bottom: 8px;
}

.mm-footer__col a:not(.btn) {
  text-decoration: none;
  font-size: 13px;
  color: var(--muted);
  transition: color var(--transition);
}

.mm-footer__col a:not(.btn):hover {
  color: var(--g);
}

.mm-footer__logo {
  display: inline-block;
  margin-bottom: 14px;
}

.mm-footer__logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: transparent;
}

.mm-footer__contact p {
  font-size: 13px;
  margin: 6px 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.mm-footer__contact a {
  color: var(--g);
  font-weight: 600;
}

.mm-footer__col .btn {
  margin-bottom: 10px;
}

.mm-footer__col a.btn--solid,
.mm-footer__col a.btn--solid:hover {
  color: #fff;
  background: var(--g);
  border-color: var(--g);
}

.mm-footer__col a.btn--solid:hover {
  background: var(--gd);
  border-color: var(--gd);
}

.mm-footer__col a.btn--wa,
.mm-footer__col a.btn--wa:hover {
  color: #fff;
  background: var(--wa-green);
  border-color: var(--wa-green);
}

.mm-footer__col a.btn--wa:hover {
  background: #20bd5a;
  border-color: #20bd5a;
}

.mm-footer__hours {
  font-size: 12px !important;
  margin-top: 12px !important;
}

.mm-footer__copy {
  border-top: 1px solid var(--line);
  background: #f3f3f3;
}

.mm-footer__copy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 15px;
  font-size: 12px;
  color: var(--muted);
}

.mm-footer__copy-inner nav {
  display: flex;
  gap: 16px;
}

.mm-footer__copy-inner a {
  text-decoration: none;
  color: var(--muted);
  transition: color var(--transition);
}

.mm-footer__copy-inner a:hover {
  color: var(--g);
}

/* ==========================================================================
   HOMEPAGE SECTIONS
   ========================================================================== */

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fefefe 0%, #f9fcf7 55%, #f0f7ea 100%);
  border-bottom: 1px solid var(--line-soft);
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 38%, rgba(131, 183, 53, 0.12), transparent 28%),
    linear-gradient(110deg, transparent 62%, rgba(255, 255, 255, 0.75));
  pointer-events: none;
}

.hero__inner {
  position: relative;
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 32px;
  padding: 12px 0 24px;
}

.hero__copy {
  padding: 48px 0;
  z-index: 3;
  position: relative;
  max-width: 560px;
}

.kicker {
  font-weight: 800;
  color: var(--mm-green);
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -1.5px;
  margin: 0 0 16px;
  font-weight: 800;
}

.hero h1 span {
  color: var(--g);
}

.lead {
  max-width: 540px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  position: relative;
  z-index: 4;
}

.hero__visual {
  position: relative;
  align-self: center;
  min-width: 0;
  width: 100%;
  max-width: 560px;
  justify-self: end;
  z-index: 1;
}

.hero-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(8, 106, 57, 0.08);
  backdrop-filter: blur(6px);
}

.hero-showcase__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px 10px;
  background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  overflow: hidden;
  min-height: 130px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.hero-showcase__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(8, 106, 57, 0.1);
}

.hero-showcase__item--main {
  grid-row: span 2;
  min-height: 280px;
  padding: 18px 14px 12px;
  background: linear-gradient(180deg, #fff 0%, #eef7f0 100%);
  border-color: #c5e6cf;
}

.hero-showcase__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  display: block;
}

.hero-showcase__item--main img {
  max-height: 240px;
}

.hero-showcase__item figcaption {
  font-size: 11px;
  font-weight: 700;
  color: var(--g);
  text-align: center;
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   Trust Strip
   -------------------------------------------------------------------------- */
.trust-strip {
  background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
  border-bottom: 1px solid var(--line);
  border-top: 3px solid var(--mm-green);
  padding: 24px 0;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.trust-item:hover {
  border-color: var(--mm-green);
  box-shadow: 0 8px 24px rgba(8, 106, 57, 0.08);
  transform: translateY(-2px);
}

.trust-item__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(131, 183, 53, 0.4);
  border-radius: 50%;
  font-style: normal;
  color: var(--mm-green);
  font-size: 18px;
  flex-shrink: 0;
  background: var(--gl);
}

.trust-item b,
.trust-item small {
  display: block;
}

.trust-item b {
  font-size: 12px;
  line-height: 1.3;
}

.trust-item small {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.25;
  margin-top: 2px;
}

.portfolio-home-link {
  padding: 28px 0;
  background: linear-gradient(135deg, #0a1f14 0%, #086a39 100%);
  color: var(--white);
}

.portfolio-home-link__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.portfolio-home-link__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}

.portfolio-home-link h2 {
  margin: 0 0 6px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  line-height: 1.2;
}

.portfolio-home-link p {
  margin: 0;
  font-size: 14px;
  opacity: 0.88;
}

.portfolio-home-link .btn--solid {
  flex-shrink: 0;
  background: var(--white);
  color: var(--g);
  border-color: var(--white);
}

.portfolio-home-link .btn--solid:hover {
  background: #f0f7f2;
}

/* Legacy trust-row */
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.trust-row > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.trust-row i {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(131, 183, 53, 0.4);
  border-radius: 50%;
  font-style: normal;
  color: var(--mm-green);
  font-weight: 900;
  flex-shrink: 0;
}

.trust-row b,
.trust-row small {
  display: block;
}

.trust-row b { font-size: 12px; }
.trust-row small { font-size: 10px; color: var(--muted); line-height: 1.25; }

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.section {
  padding: 60px 0;
}

.section--compact {
  padding: 24px 0 50px;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 32px;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mm-green);
  margin: 0 0 8px;
}

.section-head h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 12px;
  line-height: 1.15;
  font-weight: 800;
}

.section-lead {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.section-cta {
  text-align: center;
  margin-top: 28px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0 0 28px;
}

.section-title span {
  width: 50px;
  height: 1px;
  background: var(--mm-green);
}

.section-title h2 {
  font-size: 26px;
  margin: 0;
  text-align: center;
}

.section-title--left {
  justify-content: flex-start;
}

.section-title--left h2 {
  font-size: 18px;
  text-align: left;
  color: var(--g);
}

/* --------------------------------------------------------------------------
   Category Cards
   -------------------------------------------------------------------------- */
.categories {
  background: var(--white);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-card {
  min-width: 0;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: var(--white);
  overflow: hidden;
  transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}

.category-card:hover {
  transform: translateY(-3px);
  border-color: var(--mm-green);
  box-shadow: var(--shadow-sm);
}

.category-card__image {
  padding: 20px 16px 12px;
  background: var(--footer-bg);
  display: grid;
  place-items: center;
}

.category-card__image img {
  width: 80px;
  height: 72px;
  object-fit: contain;
}

.category-card__body {
  padding: 14px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.category-card h3 {
  font-size: 14px;
  margin: 0 0 6px;
  color: var(--ink);
  line-height: 1.3;
  font-weight: 700;
}

.category-card p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0 0 10px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-card__meta {
  font-size: 10px;
  font-weight: 800;
  color: var(--mm-green);
  margin-bottom: 8px;
}

.category-card__cta {
  font-size: 11px;
  font-weight: 800;
  color: var(--g);
}

.category-icon {
  font-size: 36px;
  color: var(--mm-green);
}

/* --------------------------------------------------------------------------
   Benefits
   -------------------------------------------------------------------------- */
.benefits {
  padding: 10px 0 40px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.benefit-card {
  border: 1px solid var(--line);
  padding: 22px 18px;
  background: var(--white);
  transition: transform var(--transition), box-shadow var(--transition);
}

.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.benefit-card > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gl);
  border: 1px solid rgba(131, 183, 53, 0.35);
  color: var(--mm-green);
  font-size: 18px;
  margin-bottom: 12px;
}

.benefit-card h3 {
  font-size: 14px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.benefit-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.benefit-panel {
  border: 1px solid var(--line);
  background: var(--footer-bg);
  padding: 20px;
  display: grid;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  gap: 18px;
  align-items: center;
}

.benefit-intro h2 {
  font-size: 19px;
  line-height: 1.05;
  margin: 0 0 9px;
}

.benefit-intro h2 span {
  color: var(--g);
}

.benefit-intro p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}

.benefit {
  display: flex;
  gap: 10px;
  align-items: center;
}

.benefit i {
  font-style: normal;
  color: var(--mm-green);
  font-size: 26px;
}

.benefit b,
.benefit small {
  display: block;
}

.benefit b { font-size: 10px; }
.benefit small { font-size: 9px; color: var(--muted); line-height: 1.35; }

/* --------------------------------------------------------------------------
   Applications
   -------------------------------------------------------------------------- */
.applications {
  background: var(--footer-bg);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.application-card {
  text-align: center;
  padding: 18px 10px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.application-card:hover {
  transform: translateY(-3px);
  border-color: var(--mm-green);
  box-shadow: var(--shadow-sm);
}

.application-card span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  background: var(--gl);
  font-size: 24px;
}

.application-card b {
  display: block;
  font-size: 11px;
  line-height: 1.3;
}

/* --------------------------------------------------------------------------
   About Preview
   -------------------------------------------------------------------------- */
.about-preview__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-preview__media {
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.about-preview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.about-preview__copy .section-eyebrow {
  text-align: left;
}

.about-preview__copy h2 {
  font-size: clamp(24px, 3vw, 30px);
  margin: 0 0 14px;
}

.about-preview__copy p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 14px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #555;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gl);
  color: var(--mm-green);
  font-size: 10px;
  font-weight: 900;
}

/* --------------------------------------------------------------------------
   About Page
   -------------------------------------------------------------------------- */
.about-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.about-page__media {
  overflow: hidden;
  border: 1px solid var(--line);
}

.about-page__media img {
  width: 100%;
  object-fit: cover;
}

.about-page__copy h2 {
  font-size: 26px;
  margin: 0 0 14px;
}

.about-page__copy h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: var(--g);
}

.about-page__copy p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 14px;
}

/* --------------------------------------------------------------------------
   Brands & Gallery
   -------------------------------------------------------------------------- */
.brands-section {
  background: var(--footer-bg);
}

.brands-section .mm-section-head,
.brands-section .mm-section-title {
  text-align: center;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  justify-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}

.brand-grid--page {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  max-width: 960px;
}

/* Home CTA Banner */
.home-cta {
  padding: 0 0 56px;
}

.home-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, #05552e 0%, #08713d 55%, #0a8f4d 100%);
  color: #fff;
  box-shadow: 0 20px 50px rgba(5, 85, 46, 0.25);
}

.home-cta__copy {
  max-width: 560px;
}

.home-cta__copy .section-eyebrow {
  color: #b8e6c8;
}

.home-cta__copy h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.home-cta__copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.home-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 220px;
  flex-shrink: 0;
}

.home-cta__actions .btn--solid {
  background: #fff;
  color: var(--gd);
  border-color: #fff;
}

.home-cta__actions .btn--solid:hover {
  background: #f0faf4;
  color: var(--gd);
  border-color: #f0faf4;
}

.home-cta__actions .btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}

.home-cta__actions .btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}

.btn--lg {
  min-height: 48px;
  padding: 12px 22px;
  font-size: 14px;
}

.brand-card {
  min-height: 118px;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--white);
  padding: 16px 12px;
  text-align: center;
  overflow: visible;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.brand-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.brand-card img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
}

.brand-card span {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  text-align: center;
  line-height: 1.3;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.stats > div {
  background: linear-gradient(180deg, #fff 0%, #f4faf6 100%);
  padding: 20px 14px;
  text-align: center;
  border: 1px solid #d4eadb;
  border-radius: 12px;
  transition: transform var(--transition), box-shadow var(--transition);
}

.stats > div:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(8, 106, 57, 0.08);
}

.stats b {
  font-size: 20px;
  color: var(--g);
  font-weight: 800;
  display: block;
}

.stats small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  display: block;
}

.gallery-preview,
.gallery {
  background: var(--footer-bg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 12px;
}

.gallery-item {
  border: 0;
  background: var(--white);
  padding: 0;
  overflow: hidden;
  min-height: 160px;
  cursor: pointer;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.gallery-item:hover {
  transform: scale(1.01);
  box-shadow: var(--shadow-sm);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: inherit;
}

.gallery-item--featured {
  grid-row: span 2;
  min-height: 332px;
}

.gallery-item__label {
  display: block;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  text-align: left;
  background: var(--white);
}

/* --------------------------------------------------------------------------
   Contact & Forms
   -------------------------------------------------------------------------- */
.contact {
  padding: 32px 0;
  background: var(--white);
}

.contact-panel {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-panel > * {
  min-width: 0;
  width: 100%;
}

.contact-info {
  padding: 24px 18px;
  background: var(--footer-bg);
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 992px) {
  .contact-panel {
    grid-template-columns: 0.32fr 0.68fr;
  }

  .contact-info {
    padding: 28px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
}

.contact-info h2 {
  font-size: 21px;
  margin: 0 0 12px;
}

.contact-info > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 16px;
}

.contact-info a,
.contact-info p {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.55;
  margin: 8px 0;
  color: var(--ink);
}

.contact-info a:hover {
  color: var(--g);
}

.form-wrap {
  padding: 0;
}

.form {
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 16px;
}

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.form label {
  display: block;
  min-width: 0;
}

.form label span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}

.form input,
.form select,
.form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid var(--line);
  padding: 11px 12px;
  font-size: 16px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  background: var(--white);
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: var(--mm-green);
  box-shadow: 0 0 0 3px rgba(131, 183, 53, 0.15);
}

.form textarea {
  resize: vertical;
  min-height: 100px;
}

.submit {
  width: 100%;
  border: 0;
  padding: 13px 16px;
  background: var(--g);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  margin-top: 12px;
  transition: background var(--transition);
}

.submit:hover {
  background: var(--gd);
}

.contact-form-block {
  margin-top: 24px;
}

.product-enquiry {
  margin-top: 32px;
  padding-top: 28px;
  padding-bottom: 8px;
  border-top: 1px solid var(--line);
}

.product-enquiry h2 {
  font-size: clamp(20px, 5vw, 22px);
  margin: 0 0 16px;
}

.alert {
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 600;
  margin: 16px 24px 0;
}

.alert--success {
  background: #e8f5ec;
  color: var(--gd);
  border: 1px solid #b8dcc4;
}

.alert--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* --------------------------------------------------------------------------
   Page Hero (inner pages)
   -------------------------------------------------------------------------- */
.page-hero {
  background: var(--footer-bg);
  border-bottom: 1px solid var(--line);
  padding: 36px 0 40px;
}

.page-hero h1 {
  font-size: clamp(28px, 4vw, 38px);
  margin: 12px 0 10px;
  line-height: 1.15;
  font-weight: 800;
}

.page-hero__lead {
  font-size: 14px;
  color: var(--muted);
  max-width: 640px;
  line-height: 1.65;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Product Detail
   -------------------------------------------------------------------------- */
.product-detail {
  padding-top: 32px;
}

.product-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .product-detail__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 20px;
  }
}

.product-detail__gallery {
  position: static;
}

@media (min-width: 992px) {
  .product-detail__gallery {
    position: sticky;
    top: calc(var(--site-header-h) + 16px);
  }
}

.product-detail__main {
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--footer-bg);
  margin-bottom: 12px;
}

.product-detail__main img {
  width: 100%;
  height: auto;
  min-height: 220px;
  max-height: 420px;
  object-fit: contain;
  padding: 16px;
  display: block;
}

@media (min-width: 992px) {
  .product-detail__main img {
    min-height: 360px;
    padding: 20px;
    max-height: none;
  }
}

.product-detail__thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-thumb {
  width: 72px;
  height: 72px;
  border: 2px solid var(--line);
  padding: 4px;
  background: var(--white);
  cursor: pointer;
  overflow: hidden;
  transition: border-color var(--transition);
}

.product-thumb.active,
.product-thumb:hover {
  border-color: var(--mm-green);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail__info h1 {
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 12px;
  line-height: 1.2;
}

.product-card__category {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mm-green);
  text-decoration: none;
  margin-bottom: 8px;
  display: inline-block;
}

.product-card__category:hover {
  color: var(--g);
}

.product-detail__desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 16px;
}

.product-detail__price {
  font-size: 22px;
  font-weight: 800;
  color: var(--g);
  margin: 0 0 16px;
}

.product-detail__price--ask {
  font-size: 18px;
  color: var(--ink-soft);
}

.spec-table {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  overflow: hidden;
  margin-bottom: 24px;
}

.spec-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.spec-table > div:last-child {
  border-bottom: 0;
}

.spec-table > div:nth-child(even) {
  background: var(--footer-bg);
}

.spec-table span {
  padding: 11px 14px;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
}

.spec-table strong {
  padding: 11px 14px;
  font-size: 12px;
  color: var(--ink);
}

.product-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-detail__actions .btn {
  width: 100%;
  min-height: 46px;
}

@media (min-width: 768px) {
  .product-detail__actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .product-detail__actions .btn {
    width: auto;
    flex: 1 1 auto;
    min-width: 140px;
  }
}

/* --------------------------------------------------------------------------
   Legal Page
   -------------------------------------------------------------------------- */
.legal-page {
  max-width: 760px;
}

.legal-page h1 {
  font-size: 32px;
  margin: 0 0 20px;
}

.legal-page h2 {
  font-size: 20px;
  margin: 28px 0 12px;
}

.legal-page p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 14px;
}

.legal-page ul {
  padding-left: 20px;
  margin: 0 0 14px;
  list-style: disc;
}

.legal-page li {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 6px;
}

/* --------------------------------------------------------------------------
   Floating Call + WhatsApp — locked bottom-right (scroll lo kuda same place)
   -------------------------------------------------------------------------- */
.float-contact-stack {
  position: fixed;
  right: calc(20px + env(safe-area-inset-right, 0px));
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 380;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  pointer-events: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

.float-contact-stack__call,
.float-contact-stack__wa {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  transition: transform var(--transition), box-shadow var(--transition);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.float-contact-stack__call {
  background: #fff;
  border: 2px solid #e8e8e8;
}

.float-contact-stack__call img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.float-contact-stack__wa {
  background: #25d366;
  border: 2px solid #1fb855;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.38);
}

.float-contact-stack__wa .icon-wa {
  display: block;
  color: #fff;
}

.float-contact-stack__call:hover,
.float-contact-stack__wa:hover {
  transform: scale(1.07);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
  color: #fff;
}

.float-contact-stack__wa:hover {
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.48);
}

.mobile-actions {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Lightbox
   -------------------------------------------------------------------------- */
.lightbox {
  width: min(900px, 92vw);
  border: 0;
  padding: 8px;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  position: relative;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  right: 13px;
  top: 13px;
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--white);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: background var(--transition);
}

.lightbox-close:hover {
  background: #f3f4f6;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: background var(--transition);
  color: var(--ink);
}

.lightbox-nav:hover {
  background: var(--white);
}

.lightbox-prev {
  left: 13px;
}

.lightbox-next {
  right: 13px;
}

/* --------------------------------------------------------------------------
   Reveal Animations
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-stagger > .reveal:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger > .reveal:nth-child(2) { transition-delay: 60ms; }
.reveal-stagger > .reveal:nth-child(3) { transition-delay: 120ms; }
.reveal-stagger > .reveal:nth-child(4) { transition-delay: 180ms; }

/* --------------------------------------------------------------------------
   Legacy / Misc
   -------------------------------------------------------------------------- */
.ecosystem {
  padding-top: 5px;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: 0.37fr 0.63fr;
  gap: 28px;
}

.category-banner {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(135deg, rgba(8, 113, 61, 0.85), rgba(45, 45, 45, 0.75)),
    var(--banner-image, none) center / cover no-repeat;
  color: var(--white);
  padding: 36px 0;
}

.category-banner__inner {
  position: relative;
  z-index: 1;
}

.category-banner .breadcrumb {
  color: rgba(255, 255, 255, 0.75);
}

.category-banner .breadcrumb a {
  color: var(--white);
}

.category-banner .breadcrumb span[aria-current="page"] {
  color: var(--white);
}

.category-banner h1 {
  font-size: clamp(28px, 4vw, 36px);
  margin: 10px 0 8px;
}

.category-banner p {
  font-size: 14px;
  opacity: 0.9;
  max-width: 600px;
  line-height: 1.6;
  margin: 0;
}

.category-banner__count {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 14px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 11px;
  font-weight: 800;
}

/* ==========================================================================
   MICRO MILL STYLE — Homepage Layout
   ========================================================================== */

.mm-section-title {
  margin: 0 0 20px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--ink);
  text-align: center;
}

.mm-section-title--left {
  text-align: left;
}

.mm-section-title--bar {
  text-align: left;
  padding-left: 14px;
  border-left: 4px solid var(--mm-green);
  margin-bottom: 0;
}

/* Hero product slider */
.mm-hero-slider {
  position: relative;
  background: linear-gradient(135deg, #f8fbf8 0%, #eef5ea 50%, #fff 100%);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}

.mm-hero-slide {
  display: none;
  padding: 36px 0 20px;
}

.mm-hero-slide.is-active {
  display: block;
  animation: mmFadeIn 0.45s ease;
}

@keyframes mmFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.mm-hero-slide__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  min-height: auto;
  text-align: center;
  padding-right: 20px;
}

.mm-hero-slide__media {
  order: -1;
}

@media (min-width: 992px) {
  .mm-hero-slide__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    min-height: 380px;
    text-align: left;
    padding-right: 24px;
  }

  .mm-hero-slide__media {
    order: 0;
  }

  .float-contact-stack {
    right: calc(24px + env(safe-area-inset-right, 0px));
    bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    gap: 14px;
  }

  .float-contact-stack__call,
  .float-contact-stack__wa {
    width: 58px;
    height: 58px;
  }

  .float-contact-stack__call img {
    width: 44px;
    height: 44px;
  }

  .float-contact-stack__wa .icon-wa {
    width: 28px;
    height: 28px;
  }
}

.mm-hero-slide__cat {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--mm-green);
}

.mm-hero-slide__title {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 800;
  color: var(--ink);
}

.mm-hero-slide__desc {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 480px;
}

.mm-hero-slide__price {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 800;
  color: var(--g);
}

.mm-hero-slide__price--ask {
  font-size: 18px;
  color: var(--muted);
}

.mm-hero-slide__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 991px) {
  .mm-hero-slide__desc {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .mm-hero-slide__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .mm-hero-slide__actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .mm-hero-slide__media img {
    max-height: min(260px, 42vh);
  }
}

@media (min-width: 992px) {
  .mm-hero-slide__actions {
    justify-content: flex-start;
  }
}

.mm-hero-slide__media {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mm-hero-slide__media img {
  width: 100%;
  max-width: 460px;
  max-height: 400px;
  object-fit: contain;
}

.mm-hero-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 0 20px;
}

.mm-hero-slider__btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
  transition: background var(--transition), border-color var(--transition);
}

.mm-hero-slider__btn:hover {
  background: var(--gl);
  border-color: var(--mm-green);
  color: var(--g);
}

.mm-hero-slider__dots {
  display: flex;
  gap: 8px;
}

.mm-hero-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d0d8d2;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}

.mm-hero-slider__dot.is-active {
  background: var(--mm-green);
  transform: scale(1.15);
}

.mm-hero-slide__actions .btn--outline {
  border-color: var(--gd);
  color: var(--gd);
  background: #fff;
}

.mm-hero-slide__actions .btn--outline:hover {
  background: var(--gd);
  border-color: var(--gd);
  color: #fff;
}

.mm-collections--bottom .btn--outline {
  border-color: var(--gd);
  color: var(--gd);
  background: #fff;
}

.mm-collections--bottom .btn--outline:hover {
  background: var(--gd);
  border-color: var(--gd);
  color: #fff;
}

/* Collections band */
.mm-collections {
  padding: 56px 0;
  background: #fff;
}

.mm-collections--bottom {
  background: linear-gradient(180deg, #f4f8f5 0%, #eef5ef 100%);
  border-top: 1px solid var(--line-soft);
  margin-bottom: 0;
}

.mm-collections__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 32px;
}

.mm-collections__brand {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--mm-green);
}

.mm-collections__tagline {
  margin: 12px 0 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}

.mm-section-head {
  margin-bottom: 24px;
}

.mm-section-head .mm-section-title {
  margin-bottom: 0;
  text-align: left;
}

.mm-category-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mm-category-tile {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(8, 106, 57, 0.04);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.mm-category-tile:hover {
  border-color: var(--mm-green);
  box-shadow: 0 12px 28px rgba(8, 106, 57, 0.1);
  transform: translateY(-4px);
}

.mm-category-tile__image {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #fafcfa 0%, #f0f5f1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mm-category-tile__image img {
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
  transition: transform var(--transition);
}

.mm-category-tile:hover .mm-category-tile__image img {
  transform: scale(1.05);
}

.mm-category-tile__title {
  margin: 0;
  padding: 16px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  text-align: center;
  border-top: 1px solid var(--line-soft);
  background: #fff;
}

.mm-category-tile__title span {
  display: block;
  margin-top: 4px;
  color: var(--mm-green);
  font-size: 12px;
  font-weight: 600;
}

/* Product tabs — MicroMill featured section */
.mm-featured-block {
  background: #fff;
}

.mm-product-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--line-soft);
}

.mm-product-tabs__btn {
  padding: 12px 20px;
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color var(--transition), border-color var(--transition);
}

.mm-product-tabs__btn:hover,
.mm-product-tabs__btn.is-active {
  color: var(--g);
  border-bottom-color: var(--mm-green);
}

.mm-product-tab-panel[hidden] {
  display: none !important;
}

/* Landing spec cards */
.mm-landing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mm-landing-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  transition: box-shadow var(--transition), border-color var(--transition);
}

.mm-landing-card:hover {
  border-color: var(--mm-green);
  box-shadow: var(--shadow-sm);
}

.mm-landing-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid var(--line-soft);
  text-decoration: none;
}

.mm-landing-card__image img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: 8px;
}

.mm-landing-card__cat {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--mm-green);
  text-decoration: none;
}

.mm-landing-card__title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.mm-landing-card__title a {
  color: var(--ink);
  text-decoration: none;
}

.mm-landing-card__title a:hover {
  color: var(--g);
}

.mm-landing-card__specs {
  margin: 0 0 10px;
  display: grid;
  gap: 4px;
}

.mm-landing-card__specs div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px;
  font-size: 12px;
}

.mm-landing-card__specs dt {
  color: var(--muted);
  font-weight: 600;
}

.mm-landing-card__specs dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.mm-landing-card__price {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--g);
}

.mm-landing-card__price--ask {
  font-size: 14px;
  color: var(--muted);
}

.mm-landing-card__link {
  font-size: 12px;
  font-weight: 700;
  color: var(--g);
  text-decoration: none;
}

.mm-landing-card__link:hover {
  text-decoration: underline;
}

/* Category product sections */
.mm-cat-section {
  background: #fff;
}

.mm-cat-section:nth-child(even) {
  background: #fafcfa;
}

.mm-cat-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.mm-cat-section__head .mm-section-title--bar {
  margin-top: 4px;
  text-transform: none;
  font-size: clamp(20px, 2vw, 24px);
}

.mm-cat-section__more {
  font-size: 13px;
  font-weight: 700;
  color: var(--g);
  text-decoration: none;
  white-space: nowrap;
}

.mm-cat-section__more:hover {
  text-decoration: underline;
}

/* Offer strip */
.mm-offer-strip {
  padding: 36px 0;
  background: linear-gradient(90deg, #05552e 0%, #08713d 100%);
  color: #fff;
}

.mm-offer-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mm-offer-strip__label {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #b8e6c8;
}

.mm-offer-strip h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
}

.mm-offer-strip p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
}

.mm-offer-strip__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.mm-offer-strip__actions .btn--solid {
  background: #fff;
  color: var(--gd);
  border-color: #fff;
}

.mm-offer-strip__actions .btn--solid:hover {
  background: #f0faf4;
  color: var(--gd);
  border-color: #f0faf4;
}

.mm-offer-strip__actions .btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}

.mm-offer-strip__actions .btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}

/* About block */
.mm-about-block {
  background: #fff;
}

.mm-about-block__inner {
  text-align: left;
}

.mm-about-block__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.mm-about-block__media img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
}

.mm-about-block__copy h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 800;
  color: var(--ink);
}

.mm-about-block__copy p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 16px;
}

.mm-home .section {
  padding: 52px 0;
}

.mm-home .section--compact {
  padding: 32px 0;
}

/* Real mobile / touch — product cards always show actions */
@media (max-width: 991px) {
  .mm-product__actions {
    opacity: 1;
    transform: none;
    position: static;
  }

  .mm-product__hover-img {
    display: none;
  }

  .mm-product:hover .mm-product__image img {
    opacity: 1;
    transform: none;
  }

  .mm-product__wrapper {
    border-radius: 8px;
  }

  .mm-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .form {
    padding: 18px 14px;
  }

  .contact-form-block .contact-panel {
    margin-top: 0;
  }

  .product-detail {
    padding-top: 20px;
  }

  .product-detail__info h1 {
    font-size: clamp(22px, 5.5vw, 28px);
  }
}

/* --------------------------------------------------------------------------
   Reduced Motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .btn:hover,
  .mm-product:hover .mm-product__wrapper,
  .category-card:hover,
  .benefit-card:hover,
  .application-card:hover,
  .brand-card:hover,
  .gallery-item:hover,
  .whatsapp-float:hover,
  .float-contact-stack__call:hover,
  .float-contact-stack__wa:hover,
  .trust-item:hover {
    transform: none !important;
  }

  .mm-product__actions,
  .mm-product__hover-img {
    transition: none !important;
  }

  .mm-product:hover .mm-product__actions {
    opacity: 1;
    transform: none;
  }
}
