.footer-02{background:linear-gradient(to bottom,#000,#0a0a0a);padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.footer-02__container{max-width:1400px;margin:0 auto;padding:0 40px}.footer-02__newsletter{padding:100px 0;border-bottom:1px solid rgba(109,114,97,.15)}.footer-02__newsletter-content{max-width:600px}.footer-02__newsletter-title{font-size:clamp(32px,3.5vw,48px);font-weight:500;color:#f6f4f1;line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}.footer-02__newsletter-text{font-size:15px;font-weight:400;color:#f6f4f199;line-height:1.6;margin:0}.footer-02__newsletter-form{display:flex;gap:8px;max-width:400px;justify-self:end}.footer-02__input{flex:1;padding:8px 14px;background:#6d72610d;border:1px solid rgba(109,114,97,.15);border-radius:3px;font-size:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#f6f4f1;transition:all .2s ease}.footer-02__input::placeholder{color:#f6f4f159;font-size:12px}.footer-02__input:focus{outline:none;border-color:#6d726166;background:#6d726114}.footer-02__submit{padding:8px 16px;background:transparent;color:#f6f4f199;border:1px solid rgba(109,114,97,.2);border-radius:3px;font-size:12px;font-weight:400;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;transition:all .2s ease;white-space:nowrap}.footer-02__submit:hover{background:#6d726114;border-color:#6d726159;color:#9ba399}.footer-02__main{padding:60px 0}.footer-02__grid{display:grid;grid-template-columns:1fr auto auto;gap:80px}.footer-02__section--wide{max-width:400px}.footer-02__logo{height:28px;width:auto;margin-bottom:16px}.footer-02__about{font-size:14px;font-weight:400;color:#f6f4f180;line-height:1.6;margin:0}.footer-02__title{font-size:12px;font-weight:600;color:#f6f4f1b3;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px}.footer-02__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-02__list a{position:relative;font-size:14px;font-weight:400;color:#f6f4f199;text-decoration:none;transition:color .2s ease;padding:6px 10px;display:inline-block;margin-left:-10px}.footer-02__list a:hover{color:#9ba399}.footer-02__list a:before,.footer-02__list a:after{content:"";position:absolute;width:0;height:0;transition:all .3s ease;border-color:#f6f4f1}.footer-02__list a:before{top:0;left:0;border-top:1px solid transparent;border-left:1px solid transparent}.footer-02__list a:after{bottom:0;right:0;border-bottom:1px solid transparent;border-right:1px solid transparent}.footer-02__list a:hover:before,.footer-02__list a:hover:after{width:10px;height:10px;border-color:#9ba399}.footer-02__bottom{position:relative;display:flex;justify-content:space-between;align-items:center;padding:24px 0}.footer-02__bottom:before{content:"";position:absolute;top:0;left:0;height:1px;width:0;background:#6d72611a;transition:width .8s cubic-bezier(.22,1,.36,1)}.footer-02__bottom--visible:before{width:100%}.footer-02__bottom .footer-02__copyright,.footer-02__bottom .footer-02__social{opacity:0;transform:translateY(8px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.footer-02__bottom--visible .footer-02__copyright{opacity:1;transform:translateY(0);transition-delay:.6s}.footer-02__bottom--visible .footer-02__social{opacity:1;transform:translateY(0);transition-delay:.75s}.footer-02__left{display:flex;align-items:center;gap:10px;position:absolute;left:50%;transform:translate(-50%)}.footer-02__copyright{font-size:12px;font-weight:400;color:#f6f4f166}.footer-02__left a{position:relative;font-size:12px;font-weight:400;color:#f6f4f180;text-decoration:none;transition:color .2s ease;padding:4px 8px}.footer-02__left a:hover{color:#9ba399}.footer-02__left a:before,.footer-02__left a:after{content:"";position:absolute;width:0;height:0;transition:all .3s ease;border-color:#f6f4f1}.footer-02__left a:before{top:0;left:0;border-top:1px solid transparent;border-left:1px solid transparent}.footer-02__left a:after{bottom:0;right:0;border-bottom:1px solid transparent;border-right:1px solid transparent}.footer-02__left a:hover:before,.footer-02__left a:hover:after{width:10px;height:10px;border-color:#9ba399}.footer-02__separator{font-size:12px;color:#f6f4f140}.footer-02__social{display:flex;gap:16px;align-items:center}.footer-02__social-link{display:flex;align-items:center;justify-content:center;color:#f6f4f166;text-decoration:none;transition:color .2s ease}.footer-02__social-link:hover{color:#6d7261}.footer-02__social-link svg{display:block}@media (max-width: 1024px){.footer-02__container{padding:0 24px}.footer-02__newsletter{grid-template-columns:1fr;gap:40px}.footer-02__grid{grid-template-columns:1fr 1fr;gap:40px}.footer-02__section--wide{grid-column:1 / -1}}@media (max-width: 768px){.footer-02__container{padding:0 20px}.footer-02__newsletter{padding:60px 0}.footer-02__newsletter-form{flex-direction:column}.footer-02__submit{width:100%}.footer-02__main{padding:48px 0}.footer-02__grid{grid-template-columns:1fr;gap:32px}.footer-02__bottom{flex-wrap:wrap;gap:16px}.footer-02__left{flex-wrap:wrap}}.contact-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;animation:contactOverlayIn .2s ease forwards}@keyframes contactOverlayIn{0%{opacity:0}to{opacity:1}}.contact-modal{position:relative;background:#111;border:1px solid rgba(246,244,241,.1);padding:36px 40px 32px;width:100%;max-width:360px;animation:contactModalIn .25s cubic-bezier(.22,1,.36,1) forwards}@keyframes contactModalIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.contact-modal__corner{position:absolute;width:12px;height:12px;background:transparent;pointer-events:none}.contact-modal__corner--tl{top:-1px;left:-1px;border-top:1px solid #f6f4f1;border-left:1px solid #f6f4f1}.contact-modal__corner--tr{top:-1px;right:-1px;border-top:1px solid #f6f4f1;border-right:1px solid #f6f4f1}.contact-modal__corner--bl{bottom:-1px;left:-1px;border-bottom:1px solid #f6f4f1;border-left:1px solid #f6f4f1}.contact-modal__corner--br{bottom:-1px;right:-1px;border-bottom:1px solid #f6f4f1;border-right:1px solid #f6f4f1}.contact-modal__close{position:absolute;top:14px;right:14px;background:none;border:none;color:#f6f4f14d;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s ease}.contact-modal__close:hover{color:#f6f4f1bf}.contact-modal__label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#f6f4f159;margin:0 0 10px}.contact-modal__email{font-size:18px;font-weight:400;color:#f6f4f1;letter-spacing:-.01em;margin:0 0 28px}.contact-modal__actions{display:flex;gap:10px}.contact-modal__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 14px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;border:1px solid rgba(246,244,241,.15);background:transparent;color:#f6f4f199;transition:border-color .2s ease,color .2s ease;white-space:nowrap}.contact-modal__btn:hover{border-color:#f6f4f159;color:#f6f4f1}.contact-modal__btn--primary{background:#6d7261;border-color:#6d7261;color:#f6f4f1}.contact-modal__btn--primary:hover{background:#5c6251;border-color:#5c6251;color:#f6f4f1}
