/*
Theme Name: Agri Lighting Child
Template: hello-elementor
Version: 1.0.2
Text Domain: agri-lighting-child
*/

/* Reset any earlier full-bleed rules on these blocks */
.agri-newsletter-hero,
.agri-footer{
  width:auto;
  max-width:none;
  margin-left:0;
  margin-right:0;
  left:auto;
  right:auto;
  position:relative;
}

/* Full-bleed background layer (no layout shift) */
.agri-footer::before,
.agri-newsletter-hero::before{
  content:"";
  position:absolute;
  inset:0;
  left:50%;
  transform:translateX(-50%);
  width:100vw;
  z-index:-1;
}

/* Footer full width background */
.agri-footer::before{ background:#000; }

/* Hero keeps its existing inline background-image, and this inherits it */
.agri-newsletter-hero::before{
  background: inherit;
  background-size: cover;
  background-position: center;
}

/* Fix the white strip and stop clipping */
html, body{ margin:0; padding:0; }
#page, .site, .site-content, .site-main{ overflow-x: visible !important; }
body{ overflow-x: clip; }

:root{
  --agri-black:#000000;
  --agri-yellow:#F0FE06;
  --agri-white:#ffffff;
  --agri-border:rgba(255,255,255,.14);
}

/* Skip link */
.skip-link{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip-link:focus{
  left:12px;
  top:12px;
  width:auto;
  height:auto;
  padding:10px 12px;
  background:var(--agri-yellow);
  color:#000;
  z-index:99999;
}

/* Header */
.agri-header{
  background:var(--agri-black);
  border-bottom:1px solid var(--agri-border);
}
.agri-header *{box-sizing:border-box;}
.agri-header__inner{
  max-width:1280px;
  margin:0 auto;
  padding:10px 16px;
  display:flex;
  align-items:center;
  gap:14px;
}

/* Logo */
.agri-header__logo{display:flex;align-items:center;flex:0 0 auto;}
.agri-header__logo img{height:40px;width:auto;display:block;max-width:240px;}

/* Search + VAT */
.agri-header__searchwrap{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
}
.agri-search{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
}
.agri-search__input{
  width:100%;
  min-width:0;
  height:40px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background:#0b0b0b;
  color:var(--agri-white);
  padding:0 12px;
  outline:none;
}
.agri-search__input::placeholder{color:rgba(255,255,255,.55);}
.agri-search__input:focus{
  border-color:var(--agri-yellow);
  box-shadow:0 0 0 3px rgba(240,254,6,.15);
}
.agri-search__btn{
  height:40px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.18);
  background:#141414;
  color:var(--agri-white);
  cursor:pointer;
  white-space:nowrap;
}
.agri-search__btn:hover{
  border-color:rgba(240,254,6,.55);
  color:var(--agri-yellow);
}
.agri-vat{
  display:flex;
  align-items:center;
  gap:10px;
  white-space:nowrap;
  color:var(--agri-white);
  font-size:13px;
}
.agri-vat__toggle{
  width:46px;
  height:26px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:#111;
  position:relative;
  cursor:pointer;
  padding:0;
}
.agri-vat__knob{
  width:20px;
  height:20px;
  border-radius:999px;
  background:var(--agri-white);
  position:absolute;
  top:50%;
  left:3px;
  transform:translateY(-50%);
  transition:transform .2s ease;
}
.agri-vat__toggle[aria-pressed="true"]{border-color:rgba(240,254,6,.65);}
.agri-vat__toggle[aria-pressed="true"] .agri-vat__knob{
  transform:translate(20px,-50%);
  background:var(--agri-yellow);
}

/* Actions */
.agri-header__actions{flex:0 0 auto;display:flex;align-items:center;gap:10px;}
.agri-iconlink{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--agri-white);
  text-decoration:none;
  padding:6px 8px;
  border-radius:10px;
  border:1px solid transparent;
  line-height:1;
}
.agri-iconlink:hover{
  color:var(--agri-yellow);
  border-color:rgba(240,254,6,.35);
}
.agri-icon{width:20px;height:20px;display:inline-flex;}
.agri-icon svg{width:20px;height:20px;display:block;}
.agri-cartcount{
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}
.agri-iconlink:hover .agri-cartcount{
  background:rgba(240,254,6,.14);
  border-color:rgba(240,254,6,.35);
  color:var(--agri-yellow);
}

/* Main nav row */
.agri-mainnav{background:#3f3f3f;}
.agri-mainnav__inner{max-width:1280px;margin:0 auto;padding:0 16px;}
.agri-mainnav__list{list-style:none;margin:0;padding:0;display:flex;gap:22px;align-items:center;}
.agri-navitem{position:relative;}
.agri-navlink{display:block;color:#fff;text-decoration:none;padding:14px 4px;border-bottom:3px solid transparent;}
.agri-navitem:hover .agri-navlink{color:var(--agri-yellow);border-bottom-color:var(--agri-yellow);}

/* Machines dropdown */
.agri-dropdown{
  position:absolute;
  left:0;
  top:100%;
  display:none;
  background:#121212;
  border:1px solid rgba(255,255,255,.12);
  border-top:3px solid var(--agri-yellow);
  border-radius:14px;
  overflow:visible;
  z-index:99999;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}
.agri-navitem.has-dropdown:hover .agri-dropdown{display:block;}

.agri-dropdown__left{
  width:220px;
  background:#0e0e0e;
  padding:10px;
  border-radius:14px;
}
.agri-subitem{
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#fff;
  text-decoration:none;
  padding:12px 12px;
  border-radius:10px;
  border:1px solid transparent;
}
.agri-subitem:hover{
  color:var(--agri-yellow);
  border-color:rgba(240,254,6,.25);
  background:rgba(255,255,255,.04);
}

/* Tractor mega (this matches your current header structure with .agri-mega inside .agri-subwrap) */
.agri-subwrap{position:relative;}
.agri-subwrap .agri-mega{
  display:none;
  position:absolute;
  left:220px;
  top:-10px;
  width:min(1100px, calc(92vw - 240px));
  background:#0b0b0b;
  border:1px solid rgba(255,255,255,.12);
  border-top:3px solid var(--agri-yellow);
  border-radius:14px;
  padding:16px;
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}
.agri-subwrap:hover .agri-mega{display:block;}
.agri-subwrap:focus-within .agri-mega{display:block;}

.agri-mega__top{padding:4px 2px 12px 2px;border-bottom:1px solid rgba(255,255,255,.10);margin-bottom:14px;}
.agri-mega__title{color:var(--agri-yellow);font-weight:800;font-size:16px;}

.agri-mega__grid{display:grid;grid-template-columns:1.1fr 1fr 1.2fr 1fr;gap:16px;}
.agri-mega__h{color:var(--agri-yellow);font-weight:700;font-size:14px;margin:0 0 10px 0;}
.agri-mega__list{list-style:none;margin:0;padding:0;}
.agri-mega__list li{margin:0;padding:0;}
.agri-mega__list a{
  display:block;
  padding:9px 10px;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  border:1px solid transparent;
}
.agri-mega__list a:hover{
  color:var(--agri-yellow);
  border-color:rgba(240,254,6,.25);
  background:rgba(255,255,255,.04);
}

.agri-mega__card{
  display:block;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  overflow:hidden;
  background:rgba(255,255,255,.03);
}
.agri-mega__img{width:100%;height:auto;display:block;}
.agri-mega__cardtitle{padding:12px 12px 0 12px;font-weight:700;}
.agri-mega__cta{padding:10px 12px 12px 12px;color:var(--agri-yellow);font-weight:700;}

/* Mobile */
@media (max-width: 920px){
  .agri-header__inner{flex-wrap:wrap;}
  .agri-header__searchwrap{flex:1 1 100%;}
  .agri-vat__label{display:none;}
  .agri-iconlink__text{display:none;}
}
@media (max-width: 980px){
  .agri-dropdown{position:static;display:block;margin:10px 0;}
  .agri-subwrap .agri-mega{position:static;display:block;width:100%;left:auto;top:auto;margin-top:10px;}
  .agri-mega__grid{grid-template-columns:1fr;}
}
/* Full width Tractor mega dropdown */
.agri-navitem.has-dropdown{position:static;}

.agri-dropdown{
  left:0;
  right:0;
  width:100%;
  max-width:none;
  min-width:0;
}

.agri-mainnav__inner{position:relative;}

.agri-mega--direct{
  width:100%;
  max-width:none;
}

.agri-mega__grid{
  grid-template-columns:1.3fr 1fr 1.2fr 1.1fr;
}
/* Tractor mega menu side breathing room */
.agri-mega--direct{
  padding-left:26px;
  padding-right:26px;
}

.agri-mega__grid{
  column-gap:26px;
}

.agri-mega__col:first-child{padding-left:6px;}
.agri-mega__featured{padding-right:6px;}
/* Tractor mega menu bottom padding */
.agri-mega--direct{
  padding-bottom:26px;
}
@media (max-width: 980px){
  /* Stop forced-open mega menus on mobile */
  .agri-navitem.has-dropdown .agri-dropdown{
    position:static;
    display:none;
    width:100%;
    margin:10px 0 0 0;
    box-shadow:none;
  }

  /* Open only when JS adds .is-open */
  .agri-navitem.has-dropdown.is-open .agri-dropdown{
    display:block;
  }

  /* Make the mega content stack on mobile */
  .agri-mega--direct{
    position:static;
    display:block;
    width:100%;
    padding:14px;
  }

  .agri-mega__grid{
    grid-template-columns:1fr;
    row-gap:14px;
  }
}
/* Centre the top nav items */
.agri-mainnav__list{
  justify-content:center;
}

/* Centre the mega panel within the viewport */
.agri-dropdown{
  left:50%;
  right:auto;
  transform:translateX(-50%);
  width:min(1280px, calc(100vw - 32px));
}

/* Keep mobile behaviour clean */
@media (max-width: 980px){
  .agri-dropdown{
    left:auto;
    transform:none;
    width:100%;
  }
}
/* Double the logo size */
.agri-header__logo img{
  height:80px;
  max-width:480px;
}

/* Give the header row enough height */
.agri-header__inner{
  padding-top:14px;
  padding-bottom:14px;
}

.agri-newsletter-hero{
  background:
    linear-gradient(180deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.78) 100%),
    url("https://jolly-ellis.57-129-130-216.plesk.page/wp-content/uploads/2025/11/tractor-6595099_1280.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:56px 16px;
}

.agri-newsletter-hero__inner{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:22px;
  align-items:start;
}

.agri-newsletter-hero__copy{
  color:#fff;
}

.agri-newsletter-hero__eyebrow{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.8;
  margin-bottom:8px;
}

.agri-newsletter-hero__title{
  margin:0 0 10px 0;
  font-size:28px;
  line-height:1.15;
}

.agri-newsletter-hero__sub{
  margin:0;
  opacity:.85;
  max-width:48ch;
}

.agri-newsletter-hero__form{
  background:rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:18px;
  backdrop-filter: blur(6px);
}

/* Mobile */
@media (max-width: 900px){
  .agri-newsletter-hero__inner{
    grid-template-columns:1fr;
  }
}
/* Footer trust row (single black bar with yellow border) */
.agri-trustrow{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  padding:14px 18px;
  border:2px solid var(--agri-yellow);
  border-radius:14px;
  background:#000;
  margin:0 0 22px 0;
}

.agri-trustitem{
  flex:1 1 220px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  text-decoration:none;
  color:#fff;
  background:transparent;
  border:0;
  border-right:1px solid rgba(255,255,255,.14);
  border-radius:0;
}

.agri-trustitem:last-child{
  border-right:0;
}

.agri-trusticon{
  width:32px;
  height:32px;
  border-radius:10px;
  background:var(--agri-yellow);
  color:#111;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.agri-trusticon svg{
  width:18px;
  height:18px;
  display:block;
}

.agri-trusttext{
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}

/* Hover */
.agri-trustitem:hover{
  color:var(--agri-yellow);
}

.agri-trustitem:hover .agri-trusticon{
  filter:brightness(.96);
}

/* Mobile */
@media (max-width: 820px){
  .agri-trustrow{
    padding:12px 12px;
  }
  .agri-trustitem{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }
  .agri-trustitem:nth-last-child(1){
    border-bottom:0;
  }
  .agri-trusttext{
    white-space:normal;
  }
}
.agri-footer{
  background:#000;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.10);
}

.agri-footer__wrap{
  max-width:1280px;
  margin:0 auto;
  padding:42px 16px 18px 16px;
}

/* Trust row: black bar + yellow border */
.agri-trustrow{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  padding:14px 18px;
  border:2px solid var(--agri-yellow);
  border-radius:14px;
  background:#000;
  margin:0 0 22px 0;
}

.agri-trustitem{
  flex:1 1 220px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  text-decoration:none;
  color:#fff;
  background:transparent;
  border:0;
  border-right:1px solid rgba(255,255,255,.14);
}

.agri-trustitem:last-child{border-right:0;}

.agri-trusticon{
  width:32px;
  height:32px;
  border-radius:10px;
  background:var(--agri-yellow);
  color:#111;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.agri-trusticon svg{width:18px;height:18px;display:block;}
.agri-trusttext{font-weight:700;line-height:1.2;white-space:nowrap;}

.agri-trustitem:hover{color:var(--agri-yellow);}

/* Newsletter hero */
.agri-newsletter-hero{
  background:
    linear-gradient(180deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.78) 100%),
    url("https://agri-lighting.co.uk/wp-content/uploads/2025/11/tractor-6595099_1280-300x200.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:56px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  margin:0 0 26px 0;
}

.agri-newsletter-hero__inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:22px;
  align-items:start;
}

.agri-newsletter-hero__copy{color:#fff;}
.agri-newsletter-hero__eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.8;margin-bottom:8px;}
.agri-newsletter-hero__title{margin:0 0 10px 0;font-size:28px;line-height:1.15;}
.agri-newsletter-hero__sub{margin:0;opacity:.85;max-width:52ch;}

.agri-newsletter-hero__form{
  background:rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:18px;
  backdrop-filter: blur(6px);
}

/* Footer grid */
.agri-footergrid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:26px;
  padding:10px 0 18px 0;
}

.agri-foothead{
  margin:0 0 12px 0;
  color:var(--agri-yellow);
  font-size:15px;
  font-weight:800;
}

.agri-footlist{list-style:none;margin:0;padding:0;}
.agri-footlist li{margin:10px 0;}
.agri-footlist a{color:#fff;text-decoration:none;opacity:.9;}
.agri-footlist a:hover{color:var(--agri-yellow);opacity:1;text-decoration:underline;}

.agri-footcontact li{display:grid;grid-template-columns:92px 1fr;gap:10px;align-items:start;}
.agri-footlabel{color:var(--agri-yellow);font-weight:800;}

.agri-socials{display:flex;gap:10px;flex-wrap:wrap;}
.agri-socials a{
  width:34px;height:34px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);
  color:#fff;text-decoration:none;font-weight:800;
}
.agri-socials a:hover{color:var(--agri-yellow);border:1px solid rgba(240,254,6,.35);background:rgba(240,254,6,.10);}

/* Bottom bar */
.agri-footerbottom{
  border-top:1px solid rgba(255,255,255,.10);
  padding:14px 0 0 0;
  margin-top:12px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:rgba(255,255,255,.70);
  font-size:13px;
}

.agri-backtotop{color:#fff;text-decoration:none;}
.agri-backtotop:hover{color:var(--agri-yellow);}

/* Responsive */
@media (max-width: 980px){
  .agri-footergrid{grid-template-columns:repeat(2, minmax(0,1fr));}
  .agri-newsletter-hero__inner{grid-template-columns:1fr;}
}

@media (max-width: 820px){
  .agri-trustitem{border-right:0;border-bottom:1px solid rgba(255,255,255,.14);}
  .agri-trustitem:last-child{border-bottom:0;}
  .agri-trusttext{white-space:normal;}
}

@media (max-width: 560px){
  .agri-footerbottom{flex-direction:column;align-items:flex-start;}
}

@media (max-width: 640px){
  /* Contact column: stack label + value */
  .agri-footcontact li{
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .agri-footlabel{
    margin: 0;
    line-height: 1.1;
  }

  /* Prevent awkward breaks on email/phone */
  .agri-footcontact a{
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Bottom legal line link colour */
  .agri-footerbottom__left a{
    color: #fff;
    text-decoration: none;
  }
  .agri-footerbottom__left a:hover{
    color: var(--agri-yellow);
    text-decoration: underline;
  }

  /* Slightly tighter footer bottom spacing on mobile */
  .agri-footerbottom{
    gap: 10px;
    line-height: 1.4;
  }
}

/* Fix footer Contact column wrapping on mobile */
@media (max-width: 640px){

  /* Override the 92px label column */
  .agri-footer .agri-footlist.agri-footcontact li{
    display:block !important;
  }

  .agri-footer .agri-footlist.agri-footcontact .agri-footlabel{
    display:block !important;
    margin:0 0 6px 0 !important;
    line-height:1.2 !important;
  }

  .agri-footer .agri-footlist.agri-footcontact li > *:not(.agri-footlabel){
    display:block !important;
    line-height:1.4 !important;
  }

  /* Stop ugly breaks in phone and email */
  .agri-footer .agri-footlist.agri-footcontact a{
    word-break:normal !important;
    overflow-wrap:anywhere !important;
  }

  /* Social buttons: keep them on one row when possible */
  .agri-footer .agri-footsocial .agri-socials{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    gap:10px !important;
  }
}
/* Agri Lighting Home — Hero */
/* Home — Hero (full-bleed, Baymard-friendly) */
body.home .agri-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:clamp(520px, 70vh, 780px);
  display:flex;
  align-items:center;
  padding:clamp(44px, 6vw, 92px) 5%;
  background-color:#000;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#fff;
  overflow:hidden;
}

/* Overlay for text contrast */
body.home .agri-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,0.86) 0%,
    rgba(0,0,0,0.55) 46%,
    rgba(0,0,0,0.18) 100%
  );
}
/* ================================
   Home — Hero (FULL OVERRIDE v2)
   Desktop fades panel to transparent
   ================================ */

/* Full-bleed hero */
body.home .agri-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:clamp(520px, 70vh, 780px);
  display:flex;
  align-items:center;
  padding:clamp(44px, 6vw, 92px) 5%;
  background-color:#000;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  color:#fff;
  overflow:hidden;
}

/* Kill any full-width dark overlay */
body.home .agri-hero::before{
  content:none !important;
}

/* Make the content wrapper a left panel that fades out to the right */
body.home .agri-hero__inner{
  position:relative;
  width:min(1240px, 100%);
  margin:0 auto;
  max-width:760px;
  padding:clamp(22px, 3vw, 34px);
  border-radius:22px;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.62) 55%,
    rgba(0,0,0,0.28) 78%,
    rgba(0,0,0,0.00) 100%
  );
}

/* Typography */
body.home .agri-hero__title{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(34px, 4.2vw, 60px);
  line-height:1.06;
  font-weight:800;
  letter-spacing:-0.02em;
  max-width:19ch;
}

body.home .agri-hero__sub{
  margin:0 0 26px;
  color:#fff;
  font-size:clamp(16px, 1.7vw, 20px);
  line-height:1.55;
  max-width:58ch;
  opacity:0.95;
}

body.home .agri-hero__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* Button */
body.home .agri-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 20px;
  border-radius:14px;
  text-decoration:none;
  font-weight:800;
  border:2px solid transparent;
  line-height:1;
  white-space:nowrap;
}

body.home .agri-btn--primary{
  background:#F0FE06;
  color:#000;
  border-color:#F0FE06;
}

body.home .agri-btn--primary:hover{
  filter:brightness(0.95);
}

body.home .agri-btn--primary:focus-visible{
  outline:3px solid #F0FE06;
  outline-offset:3px;
}

/* Mobile keeps readability */
@media (max-width: 820px){
  body.home .agri-hero{
    min-height:520px;
    padding:54px 6%;
    background-position:65% center;
  }

  body.home .agri-hero__inner{
    max-width:none;
    border-radius:18px;
    background:rgba(0,0,0,0.74);
  }
}

/* Home — Section Header: Brand + Title + Link */
.agri-section-head{
  padding:34px 4% 18px;
  background:#fff;
}

.agri-section-head__inner{
  width:min(1240px, 100%);
  margin:0 auto;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}

.agri-kicker{
  margin:0 0 8px;
  font-weight:800;
  letter-spacing:0.02em;
  text-transform:uppercase;
  font-size:13px;
  color:#111;
}

.agri-section-head__title{
  margin:0;
  font-size:clamp(26px, 2.2vw, 34px);
  line-height:1.15;
  font-weight:900;
  color:#111;
}

.agri-section-head__link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  text-decoration:none;
  color:#111;
  padding:10px 12px;
  border-radius:12px;
}

.agri-section-head__link:hover{
  background:rgba(0,0,0,0.05);
}

.agri-section-head__link:focus-visible{
  outline:3px solid #F0FE06;
  outline-offset:3px;
}

@media (max-width: 720px){
  .agri-section-head__inner{
    align-items:flex-start;
    flex-direction:column;
  }

  .agri-section-head__link{
    padding:8px 0;
  }
}

/* Footer full width override */
footer,
.site-footer,
#colophon,
.elementor-location-footer{
  width:100% !important;
  max-width:none !important;
}

/* If Elementor is rendering the footer, remove its container max-width */
.elementor-location-footer .elementor-container,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-section-wrap,
.elementor-location-footer .e-con,
.elementor-location-footer .e-con-inner{
  width:100% !important;
  max-width:none !important;
}

/* If Hello Elementor uses a wrapper container */
.site-footer .container,
.site-footer .wrap,
.site-footer .site-container,
#colophon .container,
#colophon .wrap{
  width:100% !important;
  max-width:none !important;
}

/* Optional: keep your footer content aligned with the site grid via padding only */
.site-footer,
#colophon,
.elementor-location-footer{
  padding-left:4% !important;
  padding-right:4% !important;
}

/* Footer: kill WP constrained width (content-size: 800px) */
footer .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

footer .alignwide,
footer .wp-block-group.alignwide{
  max-width:none !important;
}

/* If the footer is an Elementor template, remove Elementor boxed container too */
.elementor-location-footer .elementor-section.elementor-section-boxed > .elementor-container{
  max-width:none !important;
}

/* Footer full width (hard override) */
#colophon,
.site-footer,
footer.site-footer,
.elementor-location-footer{
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
}

/* Remove Elementor "boxed" container max-width inside footer */
.elementor-location-footer .elementor-section.elementor-section-boxed > .elementor-container,
.elementor-location-footer .elementor-container{
  max-width:none !important;
  width:100% !important;
}

/* Remove WP block editor constrained layout inside footer */
#colophon .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.site-footer .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:none !important;
}

/* Remove common theme container max-width inside footer */
#colophon .container,
#colophon .wrap,
.site-footer .container,
.site-footer .wrap{
  max-width:none !important;
  width:100% !important;
}
.agri-footer-fullbleed{
  width:100%;
}
/* Shop by Category — Styles */
.agri-catsection{max-width:1280px;margin:0 auto;padding:18px 16px;}
.agri-cathead{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 0 14px 0;}
.agri-cath2{margin:0;font-weight:900;font-size:28px;line-height:1.1;color:#111;}
.agri-catviewall{color:#111;text-decoration:none;font-weight:800;white-space:nowrap;}
.agri-catviewall:hover{text-decoration:underline;}

.agri-catgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
@media (max-width:980px){.agri-catgrid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.agri-catgrid{grid-template-columns:1fr;}}

.agri-catcard{
  position:relative;
  display:block;
  border-radius:18px;
  overflow:hidden;
  min-height:138px;
  text-decoration:none;
  color:#fff;
  background:#111;
  transform:translateZ(0);
}

.agri-catcard::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--bg);
  background-size:cover;
  background-position:center;
  transform:scale(1);
  transition:transform 320ms ease;
}

.agri-catcard::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.75) 100%);
  transition:opacity 320ms ease;
  opacity:1;
}

.agri-catlabel{
  position:absolute;
  left:14px;
  bottom:12px;
  z-index:2;
  font-weight:900;
  font-size:16px;
  line-height:1.2;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
  max-width:80%;
}

.agri-catarrow{
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:2;
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#F0FE06;
  color:#111;
  transition:transform 320ms ease, filter 320ms ease;
}
.agri-catarrow svg{width:18px;height:18px;display:block;}

.agri-catcard:hover::before{transform:scale(1.08);}
.agri-catcard:hover .agri-catarrow{transform:translateX(2px);}
.agri-catcard:focus-visible{outline:3px solid #F0FE06;outline-offset:4px;}
/* Shop by Category — Hover text to yellow */
.agri-catcard:hover .agri-catlabel{color:#F0FE06;}
.agri-catcard:focus-visible .agri-catlabel{color:#F0FE06;}

:root{
  --agri-black:#000;
  --agri-yellow:#F0FE06;
  --agri-text:#111;
  --agri-muted:rgba(0,0,0,.65);
  --agri-card:#fff;
  --agri-border:rgba(0,0,0,.10);
}

.agri-prodsection{
  padding:34px 16px 18px;
  max-width:1280px;
  margin:0 auto;
}

.agri-prodhead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin:0 0 14px 0;
}

.agri-prodh2{
  margin:0;
  font-size:44px;
  line-height:1.05;
  font-weight:900;
  color:var(--agri-text);
}

.agri-prodviewall{
  color:var(--agri-text);
  text-decoration:none;
  font-weight:800;
  padding:10px 12px;
  border-radius:12px;
}

.agri-prodviewall:hover{
  color:var(--agri-yellow);
  background:rgba(0,0,0,.04);
}

.agri-prodrail{
  display:flex;
  gap:22px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:10px 2px 16px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}

.agri-prodrail::-webkit-scrollbar{height:10px;}
.agri-prodrail::-webkit-scrollbar-thumb{background:rgba(0,0,0,.18);border-radius:999px;}

.agri-prodcard{
  flex:0 0 calc((100% - (22px * 3)) / 4.5);
  min-width:240px;
  scroll-snap-align:start;
  background:var(--agri-card);
  border:1px solid var(--agri-border);
  border-radius:14px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.agri-proda{
  display:block;
  text-decoration:none;
  color:inherit;
  padding:14px 14px 10px;
}

.agri-prodmedia{
  aspect-ratio: 4 / 3;
  background:#f3f3f3;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.agri-prodimg{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:scale(1);
  transition:transform .25s ease;
}

.agri-prodcard:hover .agri-prodimg{
  transform:scale(1.06);
}

.agri-prodt{
  margin:12px 0 6px;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
  color:var(--agri-text);
}

.agri-prodcard:hover .agri-prodt{
  color:var(--agri-yellow);
}

.agri-prodp{
  color:var(--agri-muted);
  font-weight:800;
}

.agri-add{
  margin:0 14px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  padding:12px 14px;
  border:2px solid rgba(0,0,0,.12);
  background:#efefef;
  color:var(--agri-text);
  text-decoration:none;
  font-weight:900;
}

.agri-add:hover{
  border-color:rgba(240,254,6,.60);
  background:rgba(240,254,6,.18);
  color:var(--agri-text);
}

@media (max-width: 980px){
  .agri-prodh2{font-size:34px;}
  .agri-prodcard{flex-basis:62%;}
}

@media (max-width: 640px){
  .agri-prodsection{padding-left:12px;padding-right:12px;}
  .agri-prodcard{flex-basis:78%;}
}
/* Trust section */
.agri-trust{
  background:#fff;
  padding:44px 16px;
}

.agri-trust__inner{
  max-width:1280px;
  margin:0 auto;
}

.agri-trust__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px 0;
}

.agri-trust__title{
  margin:0;
  font-size:clamp(28px, 3.2vw, 46px);
  line-height:1.08;
  font-weight:900;
  color:#111;
}

.agri-trust__sub{
  margin:10px 0 0 0;
  color:#3a3a3a;
  font-size:16px;
}

.agri-trust__headright{
  display:flex;
  align-items:center;
  gap:10px;
  color:#3a3a3a;
  font-weight:700;
  white-space:nowrap;
}

.agri-trust__fact{
  padding:8px 12px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:999px;
  background:#fafafa;
}

.agri-trust__dot{
  opacity:.6;
}

.agri-trust__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.agri-trustcard{
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.agri-trustcard__icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#F0FE06;
  color:#111;
  margin:0 0 12px 0;
}

.agri-trustcard__icon svg{
  width:22px;
  height:22px;
  display:block;
}

.agri-trustcard__title{
  margin:0 0 6px 0;
  font-size:18px;
  line-height:1.2;
  font-weight:900;
  color:#111;
}

.agri-trustcard__text{
  margin:0;
  color:#3a3a3a;
  line-height:1.5;
}

.agri-trustcard:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.10);
  border-color:rgba(240,254,6,.60);
}

@media (max-width: 980px){
  .agri-trust__head{
    flex-direction:column;
    align-items:flex-start;
  }
  .agri-trust__headright{
    white-space:normal;
    flex-wrap:wrap;
  }
  .agri-trust__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px){
  .agri-trust__grid{
    grid-template-columns:1fr;
  }
}
/* Blog carousel */
.agri-blog{
  background:#fff;
  padding:44px 16px;
}

.agri-blog__inner{
  max-width:1280px;
  margin:0 auto;
}

.agri-blog__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px 0;
}

.agri-blog__title{
  margin:0;
  font-size:clamp(24px, 2.6vw, 34px);
  line-height:1.15;
  font-weight:900;
  color:#111;
}

.agri-blog__sub{
  margin:10px 0 0 0;
  max-width:70ch;
  color:#3a3a3a;
  line-height:1.55;
}

.agri-blog__viewall{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:900;
  color:#111;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.10);
  background:#fafafa;
  white-space:nowrap;
}

.agri-blog__viewall:hover{
  border-color:rgba(240,254,6,.70);
  background:rgba(240,254,6,.10);
}

.agri-blog__rail{
  display:flex;
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  padding:6px 2px 16px 2px;
  -webkit-overflow-scrolling:touch;
}

.agri-blog__rail:focus{
  outline:3px solid rgba(240,254,6,.70);
  outline-offset:6px;
  border-radius:14px;
}

.agri-blogcard{
  flex:0 0 auto;
  width:calc((100% - 18px * 3) / 4.5);
  min-width:260px;
  scroll-snap-align:start;
}

.agri-blogcard__link{
  display:block;
  text-decoration:none;
  color:inherit;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.agri-blogcard__link:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.10);
  border-color:rgba(240,254,6,.70);
}

.agri-blogcard__media{
  position:relative;
  aspect-ratio: 16 / 10;
  background-size:cover;
  background-position:center;
  transform:scale(1);
  transition:transform .35s ease;
}

.agri-blogcard__link:hover .agri-blogcard__media{
  transform:scale(1.06);
}

.agri-blogcard__badge{
  position:absolute;
  top:12px;
  left:12px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.72);
  color:#fff;
  font-weight:900;
  font-size:12px;
  border:1px solid rgba(255,255,255,.14);
}

.agri-blogcard__body{
  padding:14px 14px 16px 14px;
}

.agri-blogcard__title{
  margin:0 0 8px 0;
  font-size:16px;
  line-height:1.25;
  font-weight:900;
  color:#111;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:40px;
}

.agri-blogcard__excerpt{
  margin:0 0 12px 0;
  color:#3a3a3a;
  line-height:1.5;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:66px;
}

.agri-blogcard__meta{
  display:flex;
  align-items:center;
  gap:10px;
  color:#3a3a3a;
  font-weight:800;
  font-size:13px;
}

.agri-blogcard__cta{
  color:#111;
  border-bottom:2px solid rgba(240,254,6,.0);
}

.agri-blogcard__link:hover .agri-blogcard__cta{
  color:#F0FE06;
}

.agri-blog__empty{
  margin:0;
  color:#3a3a3a;
  padding:12px 0 0 0;
}

@media (max-width: 980px){
  .agri-blog__head{
    flex-direction:column;
    align-items:flex-start;
  }
  .agri-blogcard{
    width:calc((100% - 18px) / 2.2);
  }
}

@media (max-width: 560px){
  .agri-blogcard{
    width:calc((100% - 18px) / 1.2);
    min-width:240px;
  }
}

/* Home — Story */
.agri-story{
  padding:56px 16px;
  background:#fff;
}

.agri-story__inner{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.05fr 1fr;
  gap:34px;
  align-items:start;
}

.agri-story__media{
  border-radius:22px;
  overflow:hidden;
  background:#111;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.agri-story__media img{
  width:100%;
  height:100%;
  display:block;
  aspect-ratio: 16 / 9;
  object-fit:cover;
}

.agri-story__content{
  padding-top:6px;
}

.agri-story__meta{
  font-size:14px;
  font-weight:800;
  color:#111;
  opacity:.8;
  text-align:right;
  margin:0 0 10px 0;
}

.agri-story__title{
  margin:0 0 14px 0;
  font-size:clamp(28px, 3.2vw, 46px);
  line-height:1.1;
  font-weight:900;
  color:#111;
}

.agri-story__copy p{
  margin:0 0 14px 0;
  font-size:18px;
  line-height:1.6;
  color:#333;
  max-width:62ch;
}

.agri-story__link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
  font-weight:900;
  text-decoration:none;
  color:#111;
  border-bottom:3px solid var(--agri-yellow);
  padding-bottom:4px;
}

.agri-story__link:hover{
  color:var(--agri-yellow);
}

@media (max-width: 980px){
  .agri-story__inner{
    grid-template-columns:1fr;
  }
  .agri-story__meta{
    text-align:left;
  }
}

/* Top makes row */
.agri-makes{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:14px;
}

.agri-makechip{
  display:flex;
  flex-direction:column;
  gap:8px;
  text-decoration:none;
  color:#fff;
  background:#0b0b0b;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:14px;
}

.agri-makechip__img{
  width:86px;
  height:86px;
  border-radius:999px;
  background-size:cover;
  background-position:center;
  border:2px solid rgba(240,254,6,.45);
  box-shadow:0 10px 22px rgba(0,0,0,.28);
}

.agri-makechip__name{
  font-weight:800;
  font-size:16px;
  line-height:1.15;
}

.agri-makechip__cta{
  font-weight:800;
  color:rgba(255,255,255,.80);
}

.agri-makechip:hover{
  border-color:rgba(240,254,6,.55);
}

.agri-makechip:hover .agri-makechip__cta{
  color:var(--agri-yellow);
}

@media (max-width: 1100px){
  .agri-makes{grid-template-columns:repeat(3, minmax(0,1fr));}
}

@media (max-width: 640px){
  .agri-makes{grid-template-columns:repeat(2, minmax(0,1fr));}
  .agri-makechip__img{width:74px;height:74px;}
}
.agri-makechip__img{
  display:block;
  width:86px;
  height:86px;
  border-radius:50%;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  flex:0 0 auto;
}
.agri-fitmentbar{
  display:flex;
  align-items:flex-end;
  gap:14px;
}

.agri-fitmentfield{
  flex:1 1 auto;
  min-width:0;
}

.agri-fitmentselect{
  width:100%;
}

.agri-fitmentbtn{
  flex:0 0 auto;
  white-space:nowrap;
}

@media (max-width: 720px){
  .agri-fitmentbar{
    flex-direction:column;
    align-items:stretch;
  }
  .agri-fitmentbtn{
    width:100%;
  }
}
/* Manufacturer finder (override) */
.agri-sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.agri-fitment--full{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#f6f6f6;
  padding:46px 0;
}

.agri-fitment__inner{
  max-width:1280px;
  margin:0 auto;
  padding:0 16px;
}

.agri-fitment__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px 0;
}

.agri-fitment__title{
  margin:0;
  font-size:clamp(26px, 3vw, 40px);
  line-height:1.08;
  font-weight:900;
  color:#111;
}

.agri-fitment__sub{
  margin:10px 0 0 0;
  color:rgba(0,0,0,.70);
  line-height:1.5;
}

.agri-fitment__viewall{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  color:#111;
  text-decoration:none;
  padding:10px 12px;
  border-radius:12px;
  border-bottom:3px solid var(--agri-yellow);
}

.agri-fitment__viewall:hover{
  color:#111;
  background:rgba(0,0,0,.04);
}

/* Finder bar */
.agri-fitmentbar{
  display:grid;
  grid-template-columns: 1fr auto;
  gap:12px;
  align-items:center;
  padding:14px;
  background:#000;
  border:2px solid rgba(240,254,6,.55);
  border-radius:18px;
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}

.agri-fitmentselect{
  height:54px;
  border-radius:14px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.18);
  background:#0b0b0b;
  color:#fff;
  font-weight:800;
  outline:none;
}

.agri-fitmentselect:focus{
  border-color:var(--agri-yellow);
  box-shadow:0 0 0 3px rgba(240,254,6,.18);
}

.agri-fitmentbtn{
  height:54px;
  border-radius:14px;
  padding:0 18px;
  border:2px solid var(--agri-yellow);
  background:var(--agri-yellow);
  color:#000;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

.agri-fitmentbtn:hover{
  filter:brightness(.96);
}

/* Top manufacturers cards */
.agri-makes{
  margin-top:18px;
  display:grid;
  grid-template-columns:repeat(6, minmax(0,1fr));
  gap:14px;
}

.agri-makechip{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
  text-decoration:none;
  color:#fff;
  background:radial-gradient(120% 140% at 20% 10%, rgba(240,254,6,.10) 0%, rgba(0,0,0,0) 55%), #0b0b0b;
  border:1px solid rgba(0,0,0,.12);
  border-radius:20px;
  padding:16px;
  box-shadow:0 14px 34px rgba(0,0,0,.10);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height:150px;
}

.agri-makechip__img{
  width:86px;
  height:86px;
  border-radius:999px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  border:2px solid rgba(240,254,6,.55);
  box-shadow:0 10px 22px rgba(0,0,0,.30);
}

.agri-makechip__name{
  font-weight:900;
  font-size:18px;
  line-height:1.15;
}

.agri-makechip__cta{
  font-weight:900;
  color:rgba(255,255,255,.78);
}

.agri-makechip:hover{
  transform:translateY(-2px);
  border-color:rgba(240,254,6,.70);
  box-shadow:0 18px 46px rgba(0,0,0,.16);
}

.agri-makechip:hover .agri-makechip__cta{
  color:var(--agri-yellow);
}

@media (max-width: 1100px){
  .agri-makes{grid-template-columns:repeat(3, minmax(0,1fr));}
}

@media (max-width: 720px){
  .agri-fitment__head{flex-direction:column;align-items:flex-start;}
  .agri-fitmentbar{grid-template-columns:1fr;gap:10px;}
  .agri-makes{grid-template-columns:repeat(2, minmax(0,1fr));}
  .agri-makechip__img{width:74px;height:74px;}
}
/* Fix theme link hover/visited turning blue inside manufacturer cards */
.agri-fitment .agri-makechip,
.agri-fitment .agri-makechip:visited,
.agri-fitment .agri-makechip:hover,
.agri-fitment .agri-makechip:focus,
.agri-fitment .agri-makechip:active{
  color:#fff !important;
  text-decoration:none !important;
}

.agri-fitment .agri-makechip .agri-makechip__name,
.agri-fitment .agri-makechip:visited .agri-makechip__name,
.agri-fitment .agri-makechip:hover .agri-makechip__name{
  color:#fff !important;
}

.agri-fitment .agri-makechip .agri-makechip__cta{
  color:rgba(255,255,255,.78) !important;
}

.agri-fitment .agri-makechip:hover .agri-makechip__cta{
  color:var(--agri-yellow) !important;
}
/* Home — Reviews */
.agri-reviews{
  background:#fff;
  padding:44px 16px;
}

.agri-reviews__inner{
  max-width:1280px;
  margin:0 auto;
}

.agri-reviews__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px 0;
}

.agri-reviews__title{
  margin:0;
  font-size:clamp(24px, 2.6vw, 34px);
  line-height:1.15;
  font-weight:900;
  color:#111;
}

.agri-reviews__sub{
  margin:10px 0 0 0;
  max-width:70ch;
  color:#3a3a3a;
  line-height:1.55;
}

/* Kill theme link colours inside the widget */
.agri-reviews__widget a{
  color:inherit !important;
  text-decoration:none !important;
}

.agri-reviews__widget a:hover{
  color:var(--agri-yellow) !important;
}

/* Give the widget a little breathing room */
.agri-reviews__widget{
  margin-top:8px;
}

/* Make card corners match site */
.agri-reviews__widget .CarouselWidget,
.agri-reviews__widget .CarouselWidget__header,
.agri-reviews__widget .CarouselWidget__reviews,
.agri-reviews__widget .CarouselWidget__card{
  border-radius:18px !important;
}

/* Home — FAQs */
.agri-faq{
  background:#fff;
  padding:44px 16px;
}

.agri-faq__inner{
  max-width:1280px;
  margin:0 auto;
}

.agri-faq__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 18px 0;
}

.agri-faq__title{
  margin:0;
  font-size:clamp(24px, 2.6vw, 34px);
  line-height:1.15;
  font-weight:900;
  color:#111;
}

.agri-faq__sub{
  margin:10px 0 0 0;
  max-width:70ch;
  color:#3a3a3a;
  line-height:1.55;
}

.agri-faq__list{
  display:grid;
  gap:12px;
}

.agri-faq__item{
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  overflow:hidden;
}

.agri-faq__q{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 18px;
  font-weight:900;
  color:#111;
}

.agri-faq__q::-webkit-details-marker{
  display:none;
}

.agri-faq__icon{
  width:34px;
  height:34px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(240,254,6,.18);
  border:2px solid rgba(240,254,6,.40);
  color:#111;
  font-size:18px;
  line-height:1;
  flex:0 0 auto;
}

.agri-faq__a{
  padding:0 18px 16px 18px;
}

.agri-faq__a p{
  margin:0;
  color:#3a3a3a;
  line-height:1.6;
  font-weight:600;
}

.agri-faq__item[open]{
  border-color:rgba(240,254,6,.70);
}

.agri-faq__item[open] .agri-faq__icon{
  background:#F0FE06;
  border-color:#F0FE06;
}

.agri-faq__item[open] .agri-faq__icon{
  content:"+";
}

.agri-faq__item[open] .agri-faq__icon{
  transform:rotate(45deg);
}

.agri-faq__q:focus-visible{
  outline:3px solid rgba(240,254,6,.80);
  outline-offset:4px;
  border-radius:14px;
}

/* Stop theme link hover colours bleeding into FAQ */
.agri-faq a{
  color:inherit;
}

.agri-faq a:hover{
  color:var(--agri-yellow);
}
/* FAQs — 2 column grid */
.agri-faq{background:#fff;padding:44px 16px;}
.agri-faq__inner{max-width:1280px;margin:0 auto;}
.agri-faq__head{margin:0 0 16px 0;}
.agri-faq__title{margin:0;font-size:clamp(24px,2.6vw,34px);line-height:1.15;font-weight:900;color:#111;}
.agri-faq__sub{margin:10px 0 0 0;color:#3a3a3a;line-height:1.55;max-width:70ch;}

.agri-faq__list--2col{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
  align-items:start;
}

.agri-faq__item{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  overflow:hidden;
}

.agri-faq__q{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  font-weight:900;
  color:#111;
}

.agri-faq__q::-webkit-details-marker{display:none;}

.agri-faq__icon{
  width:28px;
  height:28px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(240,254,6,.25);
  border:1px solid rgba(240,254,6,.55);
  color:#111;
  flex:0 0 auto;
}

.agri-faq__a{padding:0 16px 14px 16px;}
.agri-faq__a p{margin:0;color:#3a3a3a;line-height:1.55;}

.agri-faq__item[open] .agri-faq__icon{background:#F0FE06;border-color:#F0FE06;}

.agri-faq__q:focus-visible{
  outline:3px solid rgba(240,254,6,.75);
  outline-offset:4px;
  border-radius:14px;
}

@media (max-width: 900px){
  .agri-faq__list--2col{grid-template-columns:1fr;}
}
/* FAQs — 2 column layout */
.agri-faq{
  background:#fff;
  padding:44px 16px;
}

.agri-faq__inner{
  max-width:1280px;
  margin:0 auto;
}

.agri-faq__head{
  margin:0 0 16px 0;
}

.agri-faq__title{
  margin:0;
  font-size:clamp(24px,2.6vw,34px);
  line-height:1.15;
  font-weight:900;
  color:#111;
}

.agri-faq__sub{
  margin:10px 0 0 0;
  color:#3a3a3a;
  line-height:1.55;
  max-width:70ch;
}

.agri-faq__list--2col{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  align-items:start;
}

.agri-faq__item{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
  overflow:hidden;
}

.agri-faq__q{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  color:#111;
}

.agri-faq__qtext{
  font-weight:900;
  color:#111;
}

.agri-faq__q::-webkit-details-marker{
  display:none;
}

.agri-faq__q:hover .agri-faq__qtext{
  color:#111;
}

.agri-faq__q:focus-visible{
  outline:3px solid rgba(240,254,6,.75);
  outline-offset:4px;
  border-radius:14px;
}

.agri-faq__icon{
  width:28px;
  height:28px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(240,254,6,.25);
  border:1px solid rgba(240,254,6,.55);
  color:#111;
  flex:0 0 auto;
}

.agri-faq__item[open] .agri-faq__icon{
  background:#F0FE06;
  border-color:#F0FE06;
}

.agri-faq__a{
  padding:0 16px 14px 16px;
}

.agri-faq__a p{
  margin:0;
  color:#3a3a3a;
  line-height:1.55;
}

@media (max-width: 900px){
  .agri-faq__list--2col{
    grid-template-columns:1fr;
  }
}