.jm-footer{background:#5F6B4F;color:#F5EEE2;padding:90px 0 40px;font-family:Inter,sans-serif}
  .jm-footer__main{max-width:1440px;margin:0 auto;padding:0 80px}
  .jm-footer__cols{
    display:grid;
    grid-template-columns:minmax(280px,35%) 1fr;
    grid-template-areas:
      "brand right"
      "social right";
    column-gap:80px;
    row-gap:0;
    align-items:start;
  }
  .jm-footer__brand{grid-area:brand;display:flex;flex-direction:column;align-items:flex-start}
  .jm-footer__right{grid-area:right;min-width:0}
  .jm-footer__social-wrap{grid-area:social}
  .jm-footer__logo-link{text-decoration:none;line-height:0;display:inline-block}
  .jm-footer__logo{display:block;width:130px;height:87px;object-fit:contain}
  .jm-footer__desc{margin:24px 0 32px;max-width:325px;font-size:12px;line-height:1.6;text-align:left}
  .jm-footer__social{display:flex;gap:20px}
  .jm-footer__social a{width:50px;height:50px;display:block;flex-shrink:0;transition:opacity .2s,transform .2s}
  .jm-footer__social a:hover{opacity:.85;transform:translateY(-1px)}
  .jm-footer__social img{width:100%;height:100%;display:block;object-fit:contain;border-radius:50%}
  .jm-footer__quick{display:none;text-align:center;font-size:14px;font-weight:600;line-height:1.2;margin:0 0 16px}
  .jm-footer__right-stack{width:100%;max-width:702px;margin-left:auto}
  .jm-footer__nav{display:flex;align-items:flex-start;justify-content:space-between;gap:0;margin-bottom:40px;width:100%}
  .jm-footer__item{display:flex;flex-direction:column;align-items:center;gap:16px;color:#F5EEE2;text-decoration:none;flex:0 0 auto}
  .jm-footer__item:hover{opacity:.85}
  .jm-footer__circle{width:60px;height:60px;display:block;flex-shrink:0;transition:transform .2s}
  .jm-footer__circle img{width:100%;height:100%;display:block;object-fit:contain;border-radius:50%}
  .jm-footer__item:hover .jm-footer__circle{transform:translateY(-1px)}
  .jm-footer__label{font-size:14px;white-space:nowrap;font-weight:400}
  .jm-footer__div{width:1px;height:86px;background:#F5EEE2;flex-shrink:0;align-self:flex-start}
  .jm-footer__box{display:flex;align-items:center;gap:30px;background:rgba(135,143,113,.3);border-radius:10px;padding:30px 40px;width:100%;box-sizing:border-box}
  .jm-footer__mailicon{width:60px;height:60px;flex-shrink:0;display:block}
  .jm-footer__mailicon img{width:100%;height:100%;display:block;object-fit:contain;border-radius:50%}
  .jm-footer__title{display:block;font-size:16px;font-weight:600;margin-bottom:12px}
  .jm-footer__field{display:flex;align-items:center;gap:16px;border-bottom:1px solid #F5EEE2;padding-bottom:8px}
  .jm-footer__field input{flex:1;background:transparent;border:0;outline:0;color:#E6E6E6;font-size:14px;font-family:Inter,sans-serif;min-width:0}
  .jm-footer__field input::placeholder{color:#E6E6E6}
  .jm-footer__submit{width:30px;height:30px;border-radius:50%;background:#F5EEE2;border:0;color:#5F6B4F;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s,opacity .2s}
  .jm-footer__submit:hover{opacity:.85;transform:translateX(1px)}
  .jm-footer__submit svg{width:16px;height:8px;fill:#5F6B4F}
  .jm-footer__sp{height:60px}
  .jm-footer__line{border-top:1px solid #F5EEE2;max-width:1280px;margin:0 auto}
  .jm-footer__copy{text-align:center;margin:16px 0 0;font-size:14px;line-height:2.8;font-weight:400}

  /* Tablet */
  @media (max-width:1199px){
    .jm-footer{padding:70px 0 32px}
    .jm-footer__main{padding:0 40px}
    .jm-footer__cols{
      grid-template-columns:1fr;
      grid-template-areas:
        "brand"
        "right"
        "social";
      row-gap:28px;
    }
    .jm-footer__brand{align-items:center;text-align:center;width:100%}
    .jm-footer__desc{text-align:center;margin-left:auto;margin-right:auto;max-width:520px}
    .jm-footer__quick{display:block}
    .jm-footer__right-stack{margin-left:auto;margin-right:auto}
    .jm-footer__social-wrap{display:flex;justify-content:center;width:100%}
  }

  /* Mobile */
  @media (max-width:768px){
    .jm-footer{padding:50px 0 10px}
    .jm-footer__main{padding:0 20px}
    .jm-footer__cols{row-gap:0}
    .jm-footer__brand{align-items:center;text-align:center;width:100%}
    .jm-footer__logo-link{margin:0 auto}
    .jm-footer__logo{margin:0 auto;width:109px;height:70px}
    .jm-footer__desc{
      margin:20px auto 0;
      max-width:343px;
      font-size:10px;
      line-height:14px;
      text-align:center;
    }
    .jm-footer__social-wrap{margin-top:40px;margin-bottom:18px;display:flex;justify-content:center;width:100%}
    .jm-footer__social{justify-content:center;margin:0 auto;gap:30px}
    .jm-footer__social a{width:30px;height:30px}
    .jm-footer__quick{font-size:14px;margin:40px 0 20px}
    .jm-footer__right-stack{max-width:353px;margin:0 auto}
    .jm-footer__nav{margin-bottom:40px;justify-content:space-between;gap:0}
    .jm-footer__item{gap:8px;min-width:0}
    .jm-footer__circle{width:30px;height:30px}
    .jm-footer__label{font-size:10px}
    .jm-footer__div{display:block;height:49px}
    .jm-footer__box{min-height:85px;border-radius:8px;padding:14px 16px;gap:16px}
    .jm-footer__mailicon{width:45px;height:45px}
    .jm-footer__title{font-size:12px;margin-bottom:8px}
    .jm-footer__field{gap:10px;padding-bottom:5px}
    .jm-footer__field input{font-size:10px}
    .jm-footer__submit{width:20px;height:20px}
    .jm-footer__submit svg{width:11px;height:8px}
    .jm-footer__sp{height:22px}
    .jm-footer__copy{margin-top:6px;font-size:10px;line-height:1.8}
  }
