.hm-global-footer,
.hm-global-footer * {
  box-sizing: border-box;
}

.hm-global-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 68px clamp(24px, 4.8vw, 72px) 48px;
  border-top: 1px solid rgba(244, 240, 232, 0.16);
  background: #020a16;
  color: #f4f0e8;
  font-family: inherit;
}

.hm-global-footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(130px, 0.45fr) minmax(250px, 0.75fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: start;
}

.hm-global-footer__lockup {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: #f4f0e8;
  text-decoration: none;
}

.hm-global-footer__mark {
  position: relative;
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
}

.hm-global-footer__mark span {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dba958;
}

.hm-global-footer__mark span:nth-child(1) { left: 30px; top: 0; }
.hm-global-footer__mark span:nth-child(2) { left: 56px; top: 15px; }
.hm-global-footer__mark span:nth-child(3) { left: 56px; top: 45px; }
.hm-global-footer__mark span:nth-child(4) { left: 30px; top: 60px; }
.hm-global-footer__mark span:nth-child(5) { left: 4px; top: 45px; }
.hm-global-footer__mark span:nth-child(6) { left: 4px; top: 15px; }

.hm-global-footer__brand {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 520;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hm-global-footer__label {
  margin: 0 0 18px;
  color: #dba958;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hm-global-footer__nav {
  display: grid;
  gap: 11px;
}

.hm-global-footer a {
  color: rgba(244, 240, 232, 0.72);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.hm-global-footer a:hover,
.hm-global-footer a:focus-visible {
  color: #f4f0e8;
}

.hm-global-footer a:focus-visible {
  outline: 2px solid #dba958;
  outline-offset: 5px;
}

.hm-global-footer__copy {
  margin: 0;
  color: rgba(244, 240, 232, 0.72);
  font-size: 16px;
  line-height: 1.45;
}

.hm-global-footer__note {
  max-width: 760px;
  margin: 48px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 240, 232, 0.16);
  color: rgba(244, 240, 232, 0.58);
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

.hm-global-footer__meta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  padding-top: 26px;
  border-top: 1px solid rgba(244, 240, 232, 0.16);
  color: rgba(244, 240, 232, 0.42);
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .hm-global-footer {
    padding: 52px 22px 32px;
  }

  .hm-global-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hm-global-footer__lockup {
    gap: 18px;
  }

  .hm-global-footer__mark {
    transform: scale(0.82);
    transform-origin: left center;
    margin-right: -15px;
  }

  .hm-global-footer__brand {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hm-global-footer__note {
    margin-top: 40px;
  }

  .hm-global-footer__meta {
    display: grid;
    gap: 8px;
    margin-top: 48px;
  }
}
