:root {
  --green: #007b3b;
  --green-2: #007b3b;
  --green-3: #92c020;
  --sand: #92c020;
  --cream: #ffffff;
  --ink: #007b3b;
  --muted: #545454;
  --line: rgba(0,123,59,.2);
  --white: #fff;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #ffffff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
.elementor-page-content { min-height: 1px; }
.gr-elementor-canvas { margin: 0; }
.site-shell { overflow: hidden; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 30; color: white; border-bottom: 1px solid rgba(255,255,255,.19); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; min-width: 230px; }
.brand-logo { display: block; width: 220px; max-width: 100%; height: auto; max-height: 64px; object-fit: contain; }
.brand-mark { display: flex; align-items: center; gap: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 27px; font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.brand-mark i { font-style: normal; }
.brand-mark b { color: var(--sand); font: 700 14px Arial; }
.brand-words { display: flex; flex-direction: column; padding-left: 11px; border-left: 1px solid currentColor; line-height: 1; }
.brand-words strong { font-size: 12px; letter-spacing: .18em; }
.brand-words small { margin-top: 5px; font-size: 8px; letter-spacing: .28em; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 600; }
.nav-list { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; display: block; padding: 36px 0; }
.nav-list a::after { position: absolute; right: 100%; bottom: 25px; left: 0; height: 2px; background: var(--sand); content: ""; transition: .25s; }
.nav-list a:hover::after, .nav-list .current-menu-item a::after { right: 0; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 36px 0; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 100%; bottom: 25px; left: 0; height: 2px; background: var(--sand); content: ""; transition: .25s; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 100px; }
.nav-cta.is-active { color: var(--green-3); border-color: var(--green-3); background: rgba(146,192,32,.1); }
.menu-button { display: none; padding: 8px; color: inherit; background: none; border: 0; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }
.custom-logo-link img { display: block; width: auto; max-width: 240px; height: 58px; object-fit: contain; }

.hero { position: relative; color: white; }
.hero-home { min-height: 760px; background: linear-gradient(110deg,#007b3b 8%,rgba(0,123,59,.86) 43%,rgba(0,123,59,.08) 74%), url('/hero-gr-agro.png') center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,123,59,.46),transparent 35%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 70px; align-items: end; min-height: 760px; padding-bottom: 105px; }
.hero-copy { align-self: center; max-width: 720px; padding-top: 92px; }
.eyebrow { margin: 0 0 20px; color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.eyebrow.light { color: var(--sand); }
h1, h2 { margin-top: 0; font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: -.03em; }
h1 { margin-bottom: 25px; font-size: clamp(52px,6vw,80px); line-height: 1.01; }
h2 { margin-bottom: 0; font-size: clamp(36px,4.1vw,56px); line-height: 1.08; }
h3, p { margin-top: 0; }
.hero-text { max-width: 650px; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 22px; border-radius: 100px; font-size: 13px; font-weight: 800; transition: .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-sand { color: var(--green); background: var(--sand); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.55); }
.hero-proof { display: grid; border-top: 1px solid rgba(255,255,255,.25); }
.hero-proof div { display: flex; flex-direction: column; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.hero-proof strong { font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: 700; }
.hero-proof span { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 12px; }
.hero-scroll { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 10px; opacity: .7; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { width: 32px; height: 1px; background: white; }

.section { padding: 112px 0; }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; }
.intro-section, .blog-preview { background: var(--cream); }
.intro-copy { padding-top: 40px; color: #545454; font-size: 17px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 6px; color: var(--green-2); border-bottom: 1px solid #92c020; font-size: 13px; font-weight: 800; }
.text-link svg { width: 17px; }
.intro-copy .text-link { margin-top: 20px; }
.services-section { background: #ffffff; }
.mobile-services-link, .mobile-blog-link { display: none; }
.row-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.row-heading > div { max-width: 720px; }
.section-heading { margin-bottom: 48px; }
.service-grid, .services-list-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-width: 0; min-height: 320px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: .25s; }
.service-card:hover { border-color: #92c020; box-shadow: 0 24px 60px rgba(0,123,59,.13); transform: translateY(-5px); }
.card-top { display: flex; justify-content: space-between; color: var(--green-2); }
.card-top span { font-size: 11px; letter-spacing: .16em; }
.card-top svg { width: 25px; height: 25px; }
.service-card h3 { margin: 70px 0 15px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(22px,2vw,28px); font-weight: 700; line-height: 1.15; overflow-wrap: anywhere; hyphens: auto; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card > a { display: grid; place-items: center; width: 42px; height: 42px; margin-top: auto; color: var(--green); border: 1px solid var(--line); border-radius: 50%; }

.results-section { padding: 0; color: white; background: var(--green); }
.results-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; }
.results-visual { display: flex; align-items: flex-end; margin-left: calc((100vw - min(1160px,calc(100vw - 48px)))/-2); padding: 55px 55px 55px max(55px,calc((100vw - 1160px)/2)); background-color: var(--green); background-position: center; background-size: cover; }
.visual-panel { max-width: 430px; padding-top: 22px; color: #ffffff; border-top: 1px solid rgba(255,255,255,.55); }
.visual-panel svg { width: 38px; height: 38px; }
.visual-panel p { margin: 18px 0 0; font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-weight: 700; line-height: 1.3; }
.results-copy { align-self: center; padding: 95px 0 90px 85px; }
.results-copy > p:not(.eyebrow) { margin: 24px 0; color: #ffffff; line-height: 1.75; }
.check-list { display: grid; gap: 14px; margin: 0 0 34px; padding: 0; color: #ffffff; font-size: 14px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list svg { flex: none; color: var(--sand); }

.post-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.post-card { display: flex; flex-direction: column; min-height: 390px; padding: 27px; border-radius: var(--radius); }
.post-tag { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.post-card h3 { margin: 12px 0; font-family: Arial, Helvetica, sans-serif; font-size: 26px; font-weight: 700; line-height: 1.25; }
.post-card p { font-size: 10px; letter-spacing: .12em; }
.post-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; font-size: 12px; font-weight: 700; }
.blog-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.blog-feature-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; min-width: 0; min-height: 360px; padding: 28px; color: white; background-position: center; background-size: cover; border-radius: var(--radius); }
.blog-feature-card::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(155deg,rgba(0,82,39,.76),rgba(0,45,22,.95)); content: ""; }
.blog-post-grid > .blog-feature-card:first-child { grid-column: span 2; min-height: 430px; }
.blog-feature-card:nth-child(3n+2) { background-position: 68% center; }
.blog-feature-card .post-tag { color: var(--sand); }
.blog-feature-card .post-meta, .blog-feature-card > p:not(.post-summary) { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .12em; }
.blog-feature-card h3 { margin: auto 0 14px; color: white; font-family: Arial, Helvetica, sans-serif; font-size: clamp(24px,2.3vw,34px); font-weight: 700; line-height: 1.15; }
.blog-feature-card .post-summary { margin: 0 0 24px; color: rgba(255,255,255,.86); font-size: 14px; letter-spacing: 0; line-height: 1.65; }
.blog-feature-card a { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 12px; font-weight: 800; }
.featured-post { justify-content: space-between; color: white; background: linear-gradient(140deg,rgba(0,123,59,.12),rgba(0,123,59,.94)),url('/hero-gr-agro.png') center/cover; }
.simple-post { background: white; border: 1px solid rgba(0,123,59,.2); }
.simple-post p { color: #545454; }
.simple-post .post-tag { color: var(--green-2); }
.cta-band { padding: 72px 0; color: #007b3b; background: #92c020; }
.cta-band .eyebrow.light { color: #007b3b; }
.cta-band .button-sand { color: #007b3b; background: #ffffff; }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-content h2 { font-size: 42px; }

.site-footer { padding: 70px 0 25px; color: white; background: #007b3b; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 80px; }
.footer-brand p { max-width: 290px; margin-top: 24px; color: #ffffff; line-height: 1.7; }
.site-footer h3 { margin: 5px 0 22px; color: var(--sand); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.site-footer a, .site-footer span { color: #ffffff; font-size: 13px; }
.site-footer a, .site-footer div > div > span { display: flex; align-items: center; gap: 9px; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: color .2s ease, background-color .2s ease; }
.footer-social a:hover { color: var(--green); background: white; }
.footer-nav-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.footer-nav-list li { margin: 0; }
.footer-note { margin-top: 12px; color: #ffffff !important; font-size: 12px !important; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom span { color: #ffffff; font-size: 10px; }
.footer-bottom a { display: inline; color: #ffffff; font-size: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Internal pages */
.inner-header .site-header { position: relative; background: var(--green); }
.page-hero { padding: 94px 0 80px; color: white; background: var(--green); }
.page-hero .container { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(46px,5.5vw,72px); }
.page-hero p:last-child { max-width: 480px; margin: 0; color: #ffffff; line-height: 1.7; }
.content-section { padding: 90px 0; }
.about-achievements { padding: 58px 0; color: white; background: var(--green); border-top: 1px solid rgba(255,255,255,.18); }
.achievement-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.achievement-item { display: flex; flex-direction: column; min-width: 0; padding: 12px 55px; }
.achievement-item + .achievement-item { border-left: 1px solid rgba(255,255,255,.28); }
.achievement-item strong { font-family: Arial, Helvetica, sans-serif; font-size: clamp(38px,5vw,66px); line-height: 1; letter-spacing: -.045em; overflow-wrap: anywhere; }
.achievement-item span { margin-top: 14px; color: white; font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-video-section { padding-top: 74px; padding-bottom: 74px; background: #ffffff; }
.about-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: var(--green); border-radius: var(--radius); box-shadow: 0 26px 70px rgba(0,123,59,.16); }
.about-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.gr-shortcode-stats { padding: 48px; color: white; background: var(--green); border-radius: var(--radius); }
.gr-shortcode-services, .gr-shortcode-branches, .gr-shortcode-posts, .gr-shortcode-contact-details, .gr-shortcode-contact-form { width: 100%; }
.muted-section { background: var(--cream); }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.branch-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.info-card { padding: 27px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.info-card h3 { font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight: 700; overflow-wrap: anywhere; hyphens: auto; }
.service-detail { min-width: 0; }
.info-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.large-copy { font-family: Arial, Helvetica, sans-serif; font-size: clamp(30px,4vw,48px); font-weight: 700; letter-spacing: -.025em; line-height: 1.2; }
.prose { color: var(--muted); font-size: 16px; line-height: 1.9; }
.form-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { color: #545454; font-size: 12px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 15px; color: #545454; background: white; border: 1px solid var(--line); border-radius: 12px; font: inherit; }
.field textarea { min-height: 130px; resize: vertical; }
.contact-form button { justify-self: start; border: 0; }
.form-success { margin-bottom: 20px; padding: 15px 18px; color: #007b3b; background: #ffffff; border: 1px solid #92c020; border-radius: 12px; }
.form-error { margin-bottom: 20px; padding: 15px 18px; color: #545454; background: #ffffff; border: 1px solid rgba(84,84,84,.35); border-radius: 12px; }
.article-content { max-width: 820px; }
.article-content img { max-width: 100%; height: auto; border-radius: 18px; }
.branch-card:first-child { color: white; background: var(--green); }
.branch-card:first-child p { color: #ffffff; }
.branch-card:first-child .text-link { color: #ffffff; border-bottom-color: rgba(255,255,255,.7); }
.branch-state { display: inline-block; margin-bottom: 30px; color: var(--green-2); font-size: 10px; letter-spacing: .15em; }
.branch-card:first-child .branch-state { color: var(--sand); }
.template-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }
.service-detail { min-height: 310px; }
.service-detail > svg, .info-card > svg { color: var(--green-2); }
.service-detail .text-link { margin-top: 18px; }
.post-list-card { min-height: 270px; }
.post-list-card .post-meta { color: var(--green-2); font-size: 10px; letter-spacing: .13em; }
.post-list-card a { display: flex; align-items: center; gap: 8px; color: var(--green-2); font-size: 12px; font-weight: 800; }
.contact-details { display: grid; gap: 18px; margin-top: 38px; }
.contact-unit { display: grid; gap: 14px; }
.contact-unit + .contact-unit { margin-top: 12px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-unit h3 { margin: 0 0 2px; color: var(--green-1); font-family: Arial, Helvetica, sans-serif; font-size: 22px; }
.contact-details p, .contact-channel, .contact-address { display: flex; align-items: center; gap: 14px; margin: 0; color: #545454; }
.contact-channel { width: fit-content; transition: color .2s ease; }
.contact-channel:hover { color: var(--green-1); }
.contact-details p > svg, .contact-channel > svg, .contact-address > svg { flex: 0 0 auto; padding: 12px; width: 46px; height: 46px; color: var(--green-1); border: 1px solid var(--line); border-radius: 50%; }
.contact-address { align-items: flex-start; line-height: 1.55; }
.contact-details span { display: flex; flex-direction: column; gap: 4px; font-size: 14px; font-weight: 700; }
.contact-details small { color: var(--muted); font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 900px) {
  .container { width: min(100% - 32px,1160px); }
  .nav-wrap { height: 78px; }
  .main-nav { position: absolute; top: 78px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 28px; background: #007b3b; border-top: 1px solid rgba(255,255,255,.15); }
  .main-nav.open { display: flex; }
  .nav-list { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-list a { padding: 15px 0; }
  .nav-list a::after { display: none; }
  .nav-list .current-menu-item a::after { right: 0; bottom: 5px; display: block; }
  .main-nav > a:not(.nav-cta) { padding: 15px 0; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav > a.active:not(.nav-cta)::after { right: 0; bottom: 5px; display: block; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .menu-button { display: block; }
  .hero-home { background-position: center center, center center; background-size: cover; background-repeat: no-repeat; }
  .hero-home, .hero-grid { min-height: 690px; }
  .hero-grid { grid-template-columns: 1fr; align-items: center; padding-bottom: 70px; }
  .hero-copy { padding-top: 100px; }
  .hero-proof { display: none; }
  .split-grid, .results-grid, .page-hero .container, .form-grid { grid-template-columns: 1fr; gap: 36px; }
  .achievement-item { padding: 12px 28px; }
  .intro-copy { padding-top: 0; }
  .service-grid, .services-list-grid, .content-grid, .branch-grid, .post-grid { grid-template-columns: 1fr; }
  .blog-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-post-grid > .blog-feature-card:first-child { grid-column: span 2; }
  .results-grid { gap: 0; }
  .results-visual { min-height: 430px; margin-left: 0; padding: 40px; }
  .results-copy { padding: 80px 0; }
  .desktop-link { display: none; }
  .mobile-services-link, .mobile-blog-link { display: inline-flex; margin-top: 30px; }
  .blog-preview .mobile-blog-link {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    width: fit-content;
    visibility: visible;
    opacity: 1;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .post-card { min-height: 280px; }
  .cta-content { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .brand { min-width: 0; }
  .brand-logo { width: 178px; max-height: 54px; }
  .brand-words { display: none; }
  h1 { font-size: 47px; }
  .section { padding: 78px 0; }
  .service-card { min-height: 290px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero { padding: 80px 0 60px; }
  .blog-post-grid { grid-template-columns: 1fr; }
  .blog-post-grid > .blog-feature-card:first-child { grid-column: auto; min-height: 380px; }
  .about-achievements { padding: 42px 0; }
  .achievement-grid { grid-template-columns: 1fr; }
  .achievement-item { padding: 22px 0; }
  .results-visual { min-height: 360px; padding: 28px; }
  .visual-panel p { font-size: 23px; }
  .achievement-item + .achievement-item { border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .about-video-section { padding-top: 48px; padding-bottom: 48px; }
  .gr-shortcode-stats { padding: 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .results-copy { padding-left: 0; }
  .cta-content h2 { font-size: 35px; }
}
