.site-footer {
    padding: 8em 6em 6em;
    margin-top: 10em;
    background: #1d7560;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: relative;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    will-change: clip-path;
  }
  
  .footer-talk {
    text-align: center;
    
  }
  
  .footer-talk-heading {
    font-size: clamp(3rem, 10vw, 11.25rem);
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #ffffff;
    font-family: montserrat, sans-serif;
    letter-spacing: -0.02em;
    margin-bottom: 5rem;
  }
  
  .chair-model-inline {
    display: inline-block;
    position: relative;
    width: 0.5em;
    height: 0.8em;
    vertical-align: middle;
    margin: 0 0.1em;
    overflow: visible;
  }
  
  .chair-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.2em;
    height: 1.2em;
    pointer-events: none;
    max-width: 200px;
    max-height: 200px;
  }
  
  .footer-partner-btn {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 1em 2.5em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    transition: background 0.3s ease, color 0.3s ease;
    font-family: "montserrat", sans-serif;
  }
  
  .footer-partner-btn:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  
  .footer-partner-btn .arrow {
    font-size: 16px;
  }
  
  .footer-top {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3em;
    margin-top: auto;
    margin-bottom: 0;
  }
  
  .footer-description {
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
    color: #ffffff;
    letter-spacing: 0.2em;
  }
  
  .footer-label {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    margin-bottom: 0.8em;
    color: #e9e2d2;
  }
  
  .footer-address {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  

  
  .footer-contact a,
  .footer-pages a,   .footer-social a, .footer-offices a, .footer-contact a, .footer-address {
    display: block;
    margin-bottom: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    line-height: 1.6;
  }

  .footer-contact-line {
    display: block;
    margin-bottom: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
  }
  
  .footer-contact a:hover,
  .footer-pages a:hover {
    opacity: 0.7;
  }
  
  .footer-contact a,
  .footer-social a {
    display: block;
    margin-bottom: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  
  .footer-social a:hover {
    opacity: 0.7;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 2em;
  }
  
  .footer-bottom p {
    color: #ffffff;
    font-size: 12px;
  }
  
  .footer-links {
    display: flex;
    gap: 1.5em;
  }
  
  .footer-links a {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  
  .footer-links a:hover {
    opacity: 0.7;
  }
  
  .site-footer .footer-top .logo,
  .footer-top p.logo {
    color: #e9e2d2 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }

  .footer-top img.footer-logo,
  .footer-top .footer-logo {
    height: 32px;
    width: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 1em;
    opacity: 1;
    visibility: visible;
  }


  .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-transform: uppercase;
  }
  
  .footer p {
    color: #000000;
  }
  
  .footer p:nth-child(1) {
    width: 25%;
  }


  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: clip;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }



  @media (min-width: 1920px) {

  
    .footer-talk-heading {
      font-size: 200px;
    }
  
    .site-footer {
      margin-left: auto;
      margin-right: auto;
    }
  }


  @media (max-width: 480px) {
    .site-footer {
      padding: 4em 1.5em 2.5em;
    }
  
    .footer-talk-heading {
      font-size: 2.2rem;
    }
  
    .footer-contact a,
    .footer-pages a,
    .footer-social a,
    .footer-address,
    .footer-links a {
      font-size: 11px;
      line-height: 1.5;
    }
  }

  @media (max-width: 960px) {
  .site-footer {
    padding: 6em 3em 4em;
  }

  .footer-talk-heading {
    font-size: 120px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  } }


  @media (max-width: 768px) {
  .footer-talk-heading {
    font-size: 96px;
  } }

  

  @media (max-width: 640px) {

  .site-footer {
    padding: 5em 1.5em 3em;
  }

  .footer-talk {
    margin-bottom: 3em;
  }

  .footer-talk-heading {
    font-size: 64px;
    margin-bottom: 1.5em;
  }

  .footer-partner-btn {
    padding: 0.9em 2em;
    font-size: 13px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
  } }


@media (max-width: 1024px) {
    .site-footer {
      height: auto;        /* instead of 100vh */
      min-height: 60vh;    /* optional: keep it nicely tall */
      clip-path: none;     /* avoid clipping the bottom */
      padding-bottom: 3em; /* a bit of safe space at the bottom */
    }
  }
  
  /* Phones: tighter padding, fully flexible height */
  @media (max-width: 640px) {
    .site-footer {
      height: auto;
      min-height: 0;
      padding: 4em 1.5em 2.5em;
      clip-path: none;
    }
  }

  .chair-word {
    white-space: nowrap;
  }