/* Updated login hero using the user-provided aerial farm photograph. */
.login-visual {
  background-color: #173c2e;
  background-image:
    linear-gradient(180deg, rgba(9, 27, 21, .10) 0%, rgba(9, 31, 23, .28) 48%, rgba(6, 27, 19, .78) 100%),
    url('assets/login-farm-aerial-2026.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-visual::after {
  background:
    linear-gradient(90deg, rgba(4, 23, 16, .18), transparent 58%),
    linear-gradient(180deg, transparent 36%, rgba(4, 24, 17, .42) 100%);
}

.login-copy {
  max-width: 780px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .34);
}

.login-copy p {
  color: rgba(255, 255, 255, .9);
  opacity: 1;
}

@media (min-width: 1500px) {
  .login-visual { background-position: center 54%; }
}
