.animated-button{letter-spacing:.1em;cursor:pointer;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:Bebas Neue,sans-serif;font-size:.95rem;text-decoration:none;transition:transform .2s;display:inline-flex;position:relative;overflow:hidden}.animated-button:hover{transform:translateY(-2px)}.animated-button:focus-visible{outline-offset:2px;outline:2px solid #c4a574}.animated-button--primary{color:#fdfcfa;background-color:#2d5a3d}.animated-button--primary .animated-button__bg{background-color:#fdfcfa}.animated-button--primary .animated-button__text-hover,.animated-button--primary:hover .animated-button__icon{color:#1a1714}.animated-button--primary-red{color:#fdfcfa;background-color:#c4462a}.animated-button--primary-red .animated-button__bg{background-color:#fdfcfa}.animated-button--primary-red .animated-button__text-hover,.animated-button--primary-red:hover .animated-button__icon{color:#c4462a}.animated-button--secondary{color:#fdfcfa;background-color:#0000;border:1px solid #ffffff4d}.animated-button--secondary:hover{border-color:#fff9}.animated-button--secondary .animated-button__bg{background-color:#ffffff26}.animated-button--secondary-light{color:#2a2a2a;background-color:#0000;border:1px solid #00000026}.animated-button--secondary-light:hover{border-color:#2d5a3d}.animated-button--secondary-light .animated-button__bg{background-color:#2d5a3d}.animated-button--secondary-light .animated-button__text-hover,.animated-button--secondary-light:hover .animated-button__icon{color:#fdfcfa}.animated-button__bg{z-index:0;pointer-events:none;position:absolute;inset:0;transform:translateY(100%)}.animated-button__icon{z-index:2;flex-shrink:0;align-items:center;transition:color .3s;display:flex;position:relative}.animated-button__text-wrapper{z-index:1;line-height:1.2;display:block;position:relative;overflow:hidden}.animated-button__text-primary{white-space:nowrap;display:block}.animated-button__text-hover{white-space:nowrap;width:100%;position:absolute;top:0;left:0}.animated-button__text-primary>div,.animated-button__text-hover>div{will-change:transform;display:inline-block}@media (prefers-reduced-motion:reduce){.animated-button:hover{transform:none}.animated-button--primary:hover{background-color:#1e3d29}.animated-button--secondary:hover{background-color:#ffffff0d}.animated-button__text-hover{display:none}}
