:root{--color-bg:#1a1f1a;--color-cream:#e8dcc8;--color-text:#d4c8b4;--color-text-muted:#8a8070;--color-accent:#b8866b;--color-dark:#313738}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{background-color:var(--color-bg);color:var(--color-cream);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.animated-logo{width:100%;max-width:480px;height:auto}.icon-path{fill:transparent;stroke:var(--color-cream);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3000;stroke-dashoffset:3000;animation:draw 1.8s cubic-bezier(.65,0,.35,1) forwards,fill-in .6s ease forwards}.icon-p1{animation-delay:0s,1.8s}.icon-p2{animation-delay:.25s,2.05s}.icon-p3{animation-delay:.5s,2.3s}.icon-p4{animation-delay:.75s,2.55s}.text-agro{opacity:0;animation:fade-up .7s ease forwards;animation-delay:2.6s}.text-lanz{opacity:0;animation:fade-up .7s ease forwards;animation-delay:2.9s}#icon{animation:ambient-glow 4s ease-in-out 4s infinite}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fill-in{0%{fill:transparent;stroke:var(--color-cream)}to{fill:var(--color-cream);stroke:transparent}}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ambient-glow{0%,to{filter:drop-shadow(0 0 0 transparent)}50%{filter:drop-shadow(0 0 12px rgba(232,220,200,.15))}}.page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:2rem;position:relative}.logo-container{width:100%;max-width:480px;margin-bottom:3rem}.message{text-align:center;opacity:0;animation:fade-up .8s ease forwards;animation-delay:3.4s}.message h2{font-size:1.25rem;font-weight:300;letter-spacing:.05em;color:var(--color-text);margin-bottom:.5rem}.divider{width:60px;height:1px;background:var(--color-accent);margin:1.5rem auto;opacity:0;animation:scale-in .6s ease forwards;animation-delay:3.8s}@keyframes scale-in{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.contact{text-align:center;opacity:0;animation:fade-up .8s ease forwards;animation-delay:4.1s}.contact a{color:var(--color-cream);text-decoration:none;font-size:.95rem;letter-spacing:.03em;transition:color .3s ease}.contact a:hover{color:var(--color-accent)}.contact p{font-size:.85rem;color:var(--color-text-muted);margin-top:.4rem}.bg-grain{position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:256px 256px}@media (max-width:640px){.animated-logo{max-width:100%}.message h2{font-size:1.05rem}.logo-container{margin-bottom:2rem}}