.footer-section {
  font-family: "Zen Kaku Gothic New", sans-serif;;
  position: relative;
  overflow: hidden;
  background: #1f1a17;
  color: #fff;
}

.footer-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.footer-overlay {
  position: relative;
  z-index: 1;
  /* background: rgba(28, 21, 16, 0.48); */
}

.footer-container {
  max-width: none;
  width: 100%;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  display: block;
  width: 5rem;
  height: auto;
  margin-bottom: 1.5rem;
}

.footer-title {
  margin: 0 0 4rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #fff;
}

.footer-row {
  width: 50rem;
  margin: 0 0 1.5rem;
  align-items: center;
}

.footer-row:last-of-type {
  margin-bottom: 4rem;
}

.footer-label,
.footer-text,
.footer-copy p {
  margin: 0;
  color: #fff;
}

.footer-label {
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.98);
  color: #000;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.footer-row a{
  text-decoration: underline;
  color: #FFF;
}

.footer-row a:hover{
  text-decoration: none;
}

.footer-tel {
  font-size: 1.25rem;
}

.footer-copy {
  margin-top: 2rem;
  text-align: center;
}

.footer-copy p {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* cvp */
.cvp-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  z-index: 1000;
}

.cvp-action {
  display: block;
  width: calc(50% - 0.25rem);
  padding: 0.75rem;
  background: #fff;
  text-decoration: none;
  border: solid 1px #be9768;
}

.cvp-action-row {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.cvp-action-row > * {
  padding: 0;
}

.cvp-action-icon-wrap {
  width: 1.5rem;
  margin-right: 0.75rem;
  flex: 0 0 auto;
}

.cvp-action-icon {
  display: block;
  width: 100%;
  height: auto;
}

.cvp-action-label-wrap {
  width: auto;
  max-width: none;
  flex: 1 1 auto;
}

.cvp-action-label {
  margin: 0;
  color: #be9768;
  font-family: "Zen Antique", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.cvp-action-label p {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .cvp-actions {
    right: 2rem;
    bottom: 2rem;
    left: auto;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
  }

  .cvp-action {
    width: 100%;
    padding: 0.75rem 1rem;
  }
}
