html { scroll-behavior: smooth; }
body {
  font-family: Outfit, system-ui, sans-serif;
  color: #14221B;
  background: #fff;
}
.font-display { font-family: "Bebas Neue", Impact, sans-serif; }
::selection { background: #F15A24; color: #fff; }
.photo-face { object-fit: cover; object-position: center 18%; }
.photo-place { object-fit: cover; object-position: center 42%; }
.card-lift {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 18px 40px -24px rgba(12, 51, 38, 0.35);
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px -20px rgba(12, 51, 38, 0.28);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.animate-marquee { animation: marquee 42s linear infinite; }
.group:hover .animate-marquee { animation-play-state: paused; }
.hero-veil {
  background: linear-gradient(90deg, rgba(7,31,24,0.86) 0%, rgba(7,31,24,0.48) 40%, rgba(7,31,24,0.14) 100%);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input, select, textarea {
  width: 100%;
}
#site-menu.hidden { display: none; }
