﻿.agritech { --accent:#3b8b44; --hero:url("/assets/templates/images/pc/agritech/agritech-hero.webp"); --shade:rgba(255,255,255,.82); --hero-text:#17211a; --hero-muted:#3f5144; --kicker:#2f8f42; }
.agritech .real-nav { background: rgba(255,255,255,.9); }
.agritech .nav-cta { background:#2f7d3d; }
.agritech-hero .hero-copy { max-width: 760px; }
.agritech-hero .hero-copy h1 { max-width: 720px; font-size: 76px; letter-spacing: 0; }
.agritech-hero .real-btn.ghost { color:#1c3b24; background:rgba(255,255,255,.5); border-color:rgba(28,59,36,.24); backdrop-filter: blur(12px); }

@media (max-width: 1080px) {
.agritech-hero .hero-copy h1 { font-size:58px; }
}

@media (max-width: 720px) {
.agritech { --hero:url("/assets/templates/images/mobile/agritech/agritech-hero.webp"); }
  .agritech .real-nav { background:rgba(255,255,255,.94); }
  .agritech .hero-full {
    min-height: min(760px, calc(100svh - 64px));
    padding-top: 74px;
    padding-bottom: 28px;
    background-position: 58% bottom;
  }
  .agritech .hero-full::before {
    background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.72) 54%, rgba(255,255,255,.32) 100%);
  }
  .agritech-hero .hero-copy { max-width:340px; }
  .agritech-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .agritech-hero .hero-copy h1 { max-width:320px; margin-bottom:18px; font-size:33px; line-height:1.1; word-break:normal; }
  .agritech-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .agritech-hero .hero-points { margin-top:22px; gap:10px 14px; }
  .agritech-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .agritech-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .agritech-hero .real-btn.ghost { background:rgba(255,255,255,.75); }
  .agritech .mobile-gallery-float {
    left: auto;
    right: 14px;
    bottom: 12px;
    min-height: 36px;
    padding: 0 12px;
    background: rgba(8,16,27,.92);
    font-size: 12px;
  }
  .agritech .footer-real { padding-bottom:84px; }
  .agritech.js-ready .reveal,
  .agritech .js-ready .reveal,
  html.js-ready body.agritech .reveal { opacity:1; transform:none; }
}

@media (max-width: 360px) {
.agritech-hero .hero-copy h1 {
    max-width: 280px;
    font-size: 31px;
  }
  .agritech-hero .hero-copy .lead {
    max-width: 280px;
    font-size: 15px;
  }
  .agritech-hero .hero-actions {
    max-width: 280px;
  }
  .agritech-hero .real-btn {
    flex-basis: 100%;
    width: 100%;
  }
}
/* 2026-06-04 real hero source + whitespace */
.agritech {
  --nav-ink: #17211a;
  --nav-cta-bg: #2f7d3d;
  --hero-text: #17211a;
  --hero-muted: #3f5144;
  --hero-pos: 64% center;
  --hero-mobile-pos: 60% center;
  --hero-overlay: linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.68) 44%,rgba(255,255,255,.08));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.72) 58%,rgba(255,255,255,.34));
  --hero-title-size: 64px;
  --hero-mobile-title-size: 36px;
  --hero-copy-width: 540px;
  --hero-title-width: 620px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #2f7d3d;
}
.agritech .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.agritech .hero-full {
  background-position: var(--hero-pos);
}
.agritech .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .agritech {
    --mobile-nav-ink: var(--nav-ink);
  }
  .agritech .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .agritech .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
