@charset "UTF-8";

/* ==========================================================
   月癒 Footer
========================================================== */

.site-footer {
  min-height: 76px;
  padding: 0;
  border-top: 1px solid #d5cec5;
  background: var(--color-background, #fff);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  align-items: center;
  gap: 1rem;
  width: min(92%, 1200px);
  min-height: 76px;
  margin-inline: auto;
  padding: 0.8rem 0;
}

/* 左：Studio Sophia SNS */
.footer-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-width: 0;
}

.footer-media a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.footer-media img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* 右：コピーライト＋Studio Sophia */
.footer-copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
  min-width: 0;
  color: var(--color-muted);
  text-align: right;
}

.footer-credit-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}

.footer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 0.35em;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.footer-created {
  margin: 0.1rem 0 0;
  color: var(--color-muted);
  font-size: 0.68rem;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 8px;
}

.footer-brand-logo img {
  display: block;
  width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  object-fit: contain;
}

.footer-media a:focus-visible {
  outline: 2px solid var(--color-brand-dark);
  outline-offset: 4px;
  border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .footer-media a:hover img {
    opacity: 0.78;
    transform: translateY(-1px);
  }
}

/* ==========================================================
   SP：左40%／右60%、高さ50px
========================================================== */

@media (max-width: 768px) {
  .site-footer {
    height: 50px;
    min-height: 50px;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
    gap: 0.4rem;
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 10px 5px;
  }

  .footer-media {
    gap: 10px;
  }

  .footer-media a {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .footer-media img {
    width: 30px;
    height: 30px;
  }

  .footer-copy {
    gap: 0.45rem;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    font-size: 0.62rem;
    line-height: 1.18;
  }

  .footer-created {
    margin-top: 0;
    font-size: 0.54rem;
    line-height: 1.15;
    letter-spacing: 0.04em;
  }

  .footer-brand-logo {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }

  .footer-brand-logo img {
    width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
  }
}
