/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#15201b;--green:#087a55;--green-dark:#075c43;--lime:#b7e34a;--paper:#f7f9f5;--sage:#dde8df;--line:#cfdbd1;--muted:#5a675f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;background:#f7f9f5f0;border-bottom:1px solid #15201b1a;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;height:88px;padding:0 clamp(24px,4.5vw,72px);display:grid;position:sticky;top:0}.brand-logo{align-items:center;width:190px;display:inline-flex}.brand-logo img{width:100%;height:auto;display:block}nav{gap:clamp(24px,3vw,52px);font-size:14px;display:flex}nav a{position:relative}nav a:after{content:"";background:var(--green);height:2px;transition:right .25s;position:absolute;bottom:-8px;left:0;right:100%}nav a:hover:after{right:0}.header-cta{color:var(--green);justify-self:end;font-size:14px;font-weight:700}.header-cta span,.button span,.text-link span,.product-card a span{transition:transform .2s;display:inline-block}.header-cta:hover span,.button:hover span,.text-link:hover span,.product-card a:hover span{transform:translate(3px,-3px)}.hero{grid-template-columns:minmax(420px,.86fr) 1.14fr;min-height:calc(100vh - 88px);display:grid;overflow:hidden}.hero-copy{z-index:2;background:linear-gradient(90deg, var(--paper) 87%, #f7f9f500);padding:clamp(72px,9vh,118px) clamp(36px,5vw,80px) 52px;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--green);margin:0 0 25px;font-size:11px;font-weight:800}h1{letter-spacing:-.055em;max-width:700px;margin:0;font-size:clamp(56px,5.3vw,86px);font-weight:800;line-height:.98}h1 span{color:var(--green);display:block}.hero-lead{max-width:585px;color:var(--muted);margin:30px 0 0;font-size:18px;line-height:1.65}.hero-actions{gap:16px;margin-top:34px;display:flex}.button{border:1px solid var(--green);justify-content:center;align-items:center;gap:18px;min-height:54px;padding:0 24px;font-size:14px;font-weight:750;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 12px 25px #087a5521}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}.button.secondary{color:var(--green)}.proof-row{grid-template-columns:repeat(3,1fr);max-width:570px;margin-top:52px;display:grid}.proof-row div{border-right:1px solid var(--line);align-items:center;gap:13px;margin-right:17px;padding-right:17px;display:flex}.proof-row div:last-child{border:0}.proof-row strong{color:var(--green);font-size:12px}.proof-row span{font-size:12px;line-height:1.35}.hero-visual{background:linear-gradient(90deg,#f7f9f552,#0000 22%),url(/tekagro-hero.png) 50%/cover no-repeat;min-height:700px;position:relative}.visual-note{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border:1px solid #fffc;padding:18px 20px;display:flex;position:absolute;box-shadow:0 18px 50px #0b2b2024}.visual-note small{color:var(--muted);margin-bottom:5px;font-size:11px;display:block}.visual-note strong{font-size:14px}.top-note{align-items:center;gap:12px;top:16%;right:6%}.bottom-note{max-width:295px;display:block;bottom:8%;left:8%}.status-dot{background:var(--green);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #087a551f}.section{padding:120px clamp(24px,7vw,112px)}.intro{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:1.1fr .9fr;gap:10vw;display:grid}h2{letter-spacing:-.045em;margin:0;font-size:clamp(40px,4.5vw,68px);line-height:1.04}.intro h2{max-width:690px}.intro-copy{padding-top:36px}.intro-copy p{color:var(--muted);margin:0 0 25px;font-size:18px;line-height:1.7}.section-heading{justify-content:space-between;align-items:end;gap:50px;margin-bottom:60px;display:flex}.section-heading>p{max-width:390px;color:var(--muted);line-height:1.6}.product-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.product-card{background:var(--paper);border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px;transition:background .25s,transform .25s}.product-card:hover{background:#fff;transform:translateY(-5px)}.product-top{color:var(--green);justify-content:space-between;font-size:11px;font-weight:800;display:flex}.tag{border:1px solid var(--line);color:var(--muted);border-radius:20px;padding:5px 9px}.product-art{background:linear-gradient(135deg, var(--sage), #eef3ea);place-items:center;height:180px;margin:25px 0;display:grid;overflow:hidden}.product-art span{color:var(--green);opacity:.72;filter:drop-shadow(12px 18px #087a5514);font-size:80px}.art-02{background:linear-gradient(135deg,#eaf2de,#dbe8d2)}.art-03{background:linear-gradient(135deg,#e1ece6,#cdded5)}.art-04{background:linear-gradient(135deg,#eff0df,#dfe7c5)}.product-card h3{letter-spacing:-.02em;margin:0 0 12px;font-size:21px}.product-card>p{min-height:108px;color:var(--muted);margin:0 0 18px;font-size:14px;line-height:1.55}.product-card a{color:var(--green);font-size:13px;font-weight:750}.product-photo{background-position:50%;background-size:cover}.art-01{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain}.art-02{background-position:50% 48%}.art-03{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain}.art-04{background-position:50% 38%}.product-features{border-top:1px solid var(--line);min-height:104px;margin:0 0 22px;padding:16px 0 0;list-style:none}.product-features li{color:var(--muted);margin:0 0 8px;padding-left:16px;font-size:12px;line-height:1.4;position:relative}.product-features li:before{content:"";background:var(--green);border-radius:50%;width:5px;height:5px;position:absolute;top:6px;left:0}.eshepherd{background:#f4f4f2;border-top:1px solid #deded9;border-bottom:1px solid #deded9;grid-template-columns:1.02fr .98fr;align-items:stretch;min-height:700px;padding:0;display:grid;overflow:hidden}.eshepherd-copy{padding:clamp(80px,9vw,140px) clamp(36px,7vw,112px)}.eshepherd .eyebrow{color:#d96800}.eshepherd-copy h2{max-width:740px}.eshepherd-copy>p:not(.eyebrow){color:#575757;max-width:650px;margin:30px 0 0;font-size:17px;line-height:1.7}.eshepherd-facts{border-top:1px solid #d5d5d0;grid-template-columns:repeat(3,1fr);max-width:670px;margin-top:44px;padding-top:24px;display:grid}.eshepherd-facts div{border-right:1px solid #d5d5d0;padding-right:18px}.eshepherd-facts div:not(:first-child){padding-left:18px}.eshepherd-facts div:last-child{border:0}.eshepherd-facts strong{color:#d96800;margin-bottom:7px;font-size:21px;display:block}.eshepherd-facts span{color:#555;font-size:11px;line-height:1.4}.eshepherd-actions{align-items:center;gap:25px;margin-top:38px;display:flex}.button.eshepherd-button{color:#111;background:#ff8400;border-color:#ff8400}.button.eshepherd-button:hover{background:#e97500}.official-link{border-bottom:1px solid #222;padding-bottom:4px;font-size:13px;font-weight:750}.eshepherd-visual{background:radial-gradient(circle at 54% 55%,#f3a24d 0,#ff8400 30%,#e36f00 72%);min-height:700px;position:relative}.eshepherd-visual:before{content:"";border:1px solid #00000029;border-radius:50%;position:absolute;inset:8% 7%}.eshepherd-visual img{object-fit:contain;object-position:bottom right;z-index:1;width:117%;height:94%;position:absolute;inset:6% 0 0 -17%}.eshepherd-visual>span{z-index:2;color:#000000a6;letter-spacing:.04em;font-size:10px;position:absolute;bottom:18px;right:22px}.method{color:#fff;background:#10271e;grid-template-columns:.8fr 1.2fr;gap:10vw;display:grid}.method .eyebrow{color:var(--lime)}.method-heading>p:last-child{color:#b8c8c0;max-width:440px;margin-top:28px;line-height:1.65}.steps{border-top:1px solid #ffffff2e;margin:0;padding:0;list-style:none}.steps li{border-bottom:1px solid #ffffff2e;grid-template-columns:60px 1fr;gap:22px;padding:28px 0;display:grid}.step-number{color:var(--lime);padding-top:6px;font-size:11px;font-weight:800}.steps h3{margin:0 0 8px;font-size:21px}.steps p{color:#b8c8c0;margin:0;line-height:1.55}.about{background:#fff;grid-template-columns:.85fr 1.15fr;gap:10vw;display:grid}.about-photo{background:linear-gradient(#0000 48%,#073a2abf),url(/tekagro-hero.png) 64%/cover no-repeat;min-height:510px;position:relative;overflow:hidden}.about-photo:after{content:"";border:1px solid #ffffff73;position:absolute;inset:20px}.about-photo span{z-index:1;color:#fff;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:800;position:absolute;bottom:38px;left:42px;right:42px}.about-content{align-self:center}.about-content>p:not(.eyebrow){max-width:650px;color:var(--muted);margin:30px 0;font-size:17px;line-height:1.7}.text-link{color:var(--green);border-bottom:1px solid var(--green);padding-bottom:5px;font-weight:800}.contact{text-align:center;background:var(--green);color:#fff}.contact .eyebrow{color:var(--lime)}.contact h2{max-width:970px;margin:0 auto 45px}.button.light{color:var(--green);background:#fff;border-color:#fff}footer{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;padding:32px clamp(24px,4.5vw,72px);font-size:12px;display:grid}footer p:last-child{justify-self:end}.footer-logo{width:165px}@media (width<=1050px){nav{display:none}.site-header{grid-template-columns:1fr auto}.hero{grid-template-columns:1fr}.hero-copy{background:var(--paper);padding-bottom:70px}.hero-visual{min-height:560px}.product-grid{grid-template-columns:repeat(2,1fr)}.eshepherd{grid-template-columns:1fr}.eshepherd-visual{min-height:570px}.eshepherd-visual img{width:100%;left:0}}@media (width<=720px){.site-header{height:72px}.brand-logo{width:148px}.header-cta{font-size:12px}.hero{min-height:auto}.hero-copy{padding:65px 24px 48px}h1{font-size:clamp(48px,14vw,68px)}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.proof-row{gap:0;margin-top:38px}.proof-row div{margin-right:8px;padding-right:8px;display:block}.proof-row strong{margin-bottom:7px;display:block}.hero-visual{min-height:480px}.top-note{top:28px;right:20px}.bottom-note{bottom:20px;left:20px}.section{padding:82px 24px}.intro,.method,.about{grid-template-columns:1fr;gap:55px}.section-heading{display:block}.section-heading>p{margin-top:25px}.product-grid{grid-template-columns:1fr}.product-card>p,.product-features{min-height:auto}.eshepherd-copy{padding:82px 24px}.eshepherd-facts{gap:0}.eshepherd-facts div{padding-right:8px}.eshepherd-facts div:not(:first-child){padding-left:8px}.eshepherd-actions{flex-direction:column;align-items:stretch}.eshepherd-visual{min-height:430px}.about-photo{min-height:380px}footer{text-align:left;grid-template-columns:1fr;gap:15px}footer p{margin:0}footer p:last-child{justify-self:start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
