/* HIMEMIYA unified branded footer — based on approved sketch.
   Shared style.css remains untouched. */

.hm-footer{
  background:#fbfaf6;
  color:#2d2a27;
}

.hm-footer-line{
  height:1px;
  background:rgba(45,42,39,.55);
}

.hm-footer-inner{
  width:min(1180px, calc(100% - 120px));
  margin:0 auto;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
}

.hm-footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.hm-footer-mark{
  display:block;
  width:27px;
  height:27px;
  object-fit:contain;
  flex:0 0 auto;
}

.hm-footer-brandcopy{
  min-width:0;
}

.hm-footer-name{
  font-family:"Cormorant Garamond",serif;
  font-size:19px;
  line-height:1.05;
  font-weight:500;
  letter-spacing:.025em;
  color:#2d2a27;
  white-space:nowrap;
}

.hm-footer-tagline{
  margin-top:4px;
  font-family:"Cormorant Garamond",serif;
  font-size:16px;
  line-height:1.05;
  font-weight:400;
  letter-spacing:.02em;
  white-space:nowrap;
}

.hm-footer-tagline-black{
  color:#a61f24;
}

.hm-footer-tagline-red{
  color:#a61f24;
  margin-left:4px;
}

.hm-footer-copy{
  font-size:10.5px;
  line-height:1.4;
  letter-spacing:.05em;
  color:#706a64;
  white-space:nowrap;
  flex:0 0 auto;
}

@media(max-width:900px){
  .hm-footer-inner{
    width:min(100% - 40px, 680px);
  }
}

@media(max-width:620px){
  .hm-footer-inner{
    min-height:auto;
    padding:23px 0 25px;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }

  .hm-footer-mark{
    width:25px;
    height:25px;
  }

  .hm-footer-name{
    font-size:18px;
    white-space:normal;
  }

  .hm-footer-tagline{
    font-size:15px;
    white-space:normal;
    line-height:1.15;
  }

  .hm-footer-tagline-red{
    margin-left:3px;
  }

  .hm-footer-copy{
    white-space:normal;
  }
}
