.site-footer{background:rgba(255,255,255,.08);color:#fff;position:relative;overflow:hidden;margin-top:auto;border-top:1px solid rgba(255,255,255,.15);box-shadow:0 10px 40px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.2);-webkit-backface-visibility:hidden;-webkit-perspective:1000px;transform-origin:center center;will-change:transform,opacity,background-color}@supports (backdrop-filter:blur(10px)){.site-footer{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(255,255,255,.08)}}.site-footer::before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.3) 50%,transparent 100%)}.footer-container{width:100%;max-width:1400px;margin:0 auto;position:relative;z-index:2}.footer-main{display:grid;grid-template-columns:1.6fr 0.6fr 0.6fr 0.6fr 0.8fr 1.8fr;gap:3rem;padding:4rem 2rem 3rem;align-items:baseline}.brand-section{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.brand-header{display:flex;flex-direction:column;gap:1rem;width:100%}.logo-container{display:flex;align-items:flex-start;width:100%}.logo{display:flex;align-items:baseline;gap:.75rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.8rem;letter-spacing:-.5px;transition:all .3s ease;line-height:1.2}.logo-symbol{height:2rem;width:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, .3));flex-shrink:0}.logo-text{color:#fff;transition:all .4s ease;font-family:Poppins,-apple-system,sans-serif;line-height:1.2}.logo:hover .logo-text{color:var(--brand-color-dark-green)}.brand-description{font-family:Inter,-apple-system,sans-serif;font-size:1rem;font-weight:300;line-height:1.6;color:#fff;max-width:280px;margin:0}.footer-contact-email{display:flex;align-items:center;width:100%}.footer-social-links{display:flex;gap:1rem;align-items:center}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(8px);color:#fff}.footer-social-link:hover{background:rgba(168,216,168,.2);border-color:var(--brand-color-dark-green);transform:translateY(-2px)}.link-column{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;height:fit-content}.column-title{font-family:Poppins,-apple-system,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0;padding:0;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{font-family:Inter,-apple-system,sans-serif;font-size:.95rem;font-weight:400;color:#fff;text-decoration:none;transition:all .3s ease;padding:.25rem 0}.footer-link:hover{color:var(--brand-color-dark-green);transform:translateX(4px)}.footer-contact-section{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;height:fit-content}.footer-contact-info{display:flex;flex-direction:column;gap:1rem;width:100%}.footer-contact-item{display:flex;align-items:flex-start}.footer-contact-link{font-family:Inter,-apple-system,sans-serif;font-size:.95rem;font-weight:400;color:#fff;text-decoration:none;transition:all .3s ease;line-height:1.4}.footer-contact-link:hover{color:var(--brand-color-dark-green)}.address-group{display:flex;flex-direction:column;gap:.25rem}.address-line{font-family:Inter,-apple-system,sans-serif;font-size:.95rem;font-weight:400;color:#fff;line-height:1.4}.newsletter-section{display:flex;flex-direction:column;align-items:flex-start;height:fit-content}.newsletter{padding:1.5rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:12px;backdrop-filter:blur(8px);width:100%}.newsletter-title{font-family:Poppins,-apple-system,sans-serif;font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem 0;line-height:1.2}.newsletter-description{font-family:Inter,-apple-system,sans-serif;font-size:.85rem;font-weight:300;color:#fff;margin:0 0 1rem 0;line-height:1.5}.newsletter-form{display:flex;gap:.5rem;align-items:stretch;flex-wrap:wrap}.newsletter-input{flex:none;width:100%;padding:.75rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;font-family:Inter,-apple-system,sans-serif;font-size:.9rem;color:#fff;transition:all .3s ease;line-height:1.2;box-sizing:border-box;min-width:0}.newsletter-input::placeholder{color:#fff}.newsletter-input:focus{outline:0;border-color:#a8d8a8;background:rgba(255,255,255,.15);box-shadow:0 0 0 2px rgba(168,216,168,.3)}.newsletter-button{padding:.75rem 1.25rem;background:var(--brand-color-dark-green);color:#fff;border:2px solid var(--brand-color-dark-green);border-radius:8px;font-family:Inter,-apple-system,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;line-height:1.2;display:flex;align-items:center;width:100%;justify-content:center;margin-top:.5rem}.newsletter-button:hover{background:#fff;color:var(--brand-color-dark-green);border-color:var(--brand-color-dark-green)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:2rem 0}.bottom-content{display:flex;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem}.copyright{text-align:center}.copyright p{font-family:Inter,-apple-system,sans-serif;font-size:.9rem;font-weight:400;color:#fff;margin:0}@media (max-width:1024px){.footer-main{grid-template-columns:1.8fr 1fr 1fr 1fr 1fr 1.5fr;gap:2rem;padding:3rem 1.5rem 2rem}.brand-description{max-width:250px}}@media (max-width:768px){.footer-main{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 1rem 2rem;align-items:start}.brand-section{grid-column:1/-1;text-align:center;align-items:center}.brand-header{align-items:center;text-align:center}.logo-container{justify-content:center}.logo{justify-content:center}.brand-description{max-width:none;text-align:left}.footer-contact-email{justify-content:flex-start}.footer-social-links{gap:.75rem;justify-content:flex-start}.newsletter-section{grid-column:1/-1}.link-column{text-align:left;align-items:flex-start}.footer-contact-section{text-align:left;align-items:flex-start}.footer-contact-item{justify-content:flex-start}.address-group{align-items:flex-start}.column-title{align-self:flex-start}}@media (max-width:480px){.footer-main{grid-template-columns:1fr 1fr;padding:2rem 1rem 1.5rem;gap:2rem;text-align:left;align-items:flex-start}.brand-section{align-items:flex-start}.brand-header{align-items:flex-start;text-align:left}.logo-container{justify-content:flex-start}.logo{font-size:1.6rem;justify-content:flex-start}.logo-symbol{height:1.8rem}.link-column{text-align:left;align-items:flex-start}.footer-contact-section{text-align:left;align-items:flex-start}.footer-contact-info{align-items:flex-start}.footer-contact-item{justify-content:flex-start}.address-group{align-items:flex-start}.newsletter{padding:1.25rem}.newsletter-form{flex-direction:column;gap:1rem;align-items:stretch}.newsletter-button{justify-content:center}.footer-social-links{gap:.75rem}.footer-social-link{width:36px;height:36px}.column-title{align-self:flex-start;text-align:left}}.newsletter-input:-webkit-autofill,.newsletter-input:-webkit-autofill:focus,.newsletter-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px rgba(255,255,255,.1) inset;-webkit-text-fill-color:#ffffff;transition:background-color 5000s ease-in-out 0s}@media (prefers-reduced-motion:reduce){.footer-contact-link,.footer-link,.footer-social-link,.newsletter-button,.newsletter-input{transition:none!important}.footer-social-link:hover,.newsletter-button:hover{transform:none}.footer-link:hover{transform:none}}@media (prefers-contrast:high){.site-footer{background:rgba(51,66,56,.8);border-top:2px solid #fff}.footer-social-link,.newsletter{background:rgba(255,255,255,.2);border-color:#fff}.newsletter-input{background:rgba(255,255,255,.2);border-color:#fff}.footer-bottom{border-top-color:#fff}}