/* G1-04 frozen Homepage editorial footer variant. */
.site-footer.footer-editorial {
  background: #08111d;
  color: #f4f6fa;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.footer-editorial .footer-inner {
  width: min(1280px, calc(100% - 88px));
  margin: 0 auto;
  padding: 78px 0 26px;
}

.footer-editorial .footer-editorial-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .62fr);
  gap: 96px;
  align-items: end;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.footer-editorial .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .055em;
}

.footer-editorial .footer-mark {
  width: 30px;
  height: 31px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-editorial .footer-positioning {
  margin: 25px 0 0;
  max-width: 760px;
  color: #e5e9ef;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 610;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.footer-editorial .footer-section-label {
  margin: 0 0 17px;
  color: #69788d;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-editorial .footer-conversation {
  padding-bottom: 2px;
}

.footer-editorial .footer-conversation-copy {
  margin: 0;
  max-width: 390px;
  color: #9aa6b6;
  font-size: 14px;
  line-height: 1.65;
}

.footer-editorial .footer-conversation-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 760;
  cursor: pointer;
}

.footer-editorial .footer-conversation-link strong {
  color: #8478ff;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  transition: transform .18s ease;
}

.footer-editorial .footer-conversation-link:hover strong {
  transform: translateX(4px);
}

.footer-editorial .footer-editorial-middle {
  display: grid;
  grid-template-columns: 150px 180px 160px minmax(0, 1fr);
  gap: 54px;
  padding: 40px 0 42px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.footer-editorial .footer-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-editorial .footer-nav-group .footer-section-label {
  margin-bottom: 6px;
}

.footer-editorial .footer-nav-group a {
  color: #aab5c4;
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 570;
  text-decoration: none;
  transition: color .16s ease, transform .16s ease;
}

.footer-editorial .footer-nav-group a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-editorial .footer-company-note {
  max-width: 520px;
  justify-self: end;
}

.footer-editorial .footer-company-note p:last-child {
  margin: 0;
  max-width: 430px;
  color: #8794a5;
  font-size: 12.5px;
  line-height: 1.65;
}

.footer-editorial .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 23px;
  color: #5f6e81;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: .045em;
}

@media (max-width: 1020px) {
  .footer-editorial .footer-inner {
    width: min(940px, calc(100% - 48px));
    padding-top: 64px;
  }

  .footer-editorial .footer-editorial-top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 44px;
  }

  .footer-editorial .footer-positioning {
    max-width: 760px;
    font-size: 30px;
  }

  .footer-editorial .footer-conversation-copy {
    max-width: 540px;
  }

  .footer-editorial .footer-editorial-middle {
    grid-template-columns: 1fr 1fr;
    gap: 34px 52px;
  }

  .footer-editorial .footer-company-note {
    justify-self: start;
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .footer-editorial .footer-inner {
    width: calc(100% - 32px);
    padding: 52px 0 22px;
  }

  .footer-editorial .footer-editorial-top {
    gap: 28px;
    padding-bottom: 36px;
  }

  .footer-editorial .footer-positioning {
    margin-top: 20px;
    font-size: 26px;
    line-height: 1.2;
  }

  .footer-editorial .footer-conversation-copy {
    font-size: 13px;
  }

  .footer-editorial .footer-editorial-middle {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    padding: 34px 0 36px;
  }

  .footer-editorial .footer-company-note {
    grid-column: 1 / -1;
  }

  .footer-editorial .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .footer-editorial .footer-editorial-middle {
    grid-template-columns: 1fr;
  }

  .footer-editorial .footer-company-note {
    grid-column: auto;
  }
}

/* G1-04 standard frozen internal-page footer family. */
.site-footer.footer-standard {
  background: #090c11;
  color: #fff;
  border-top: 1px solid #1b2129;
}

.footer-standard .footer-inner {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 50px 0 26px;
  min-height: 0;
  display: block;
}

.footer-standard .footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  gap: 72px;
  padding-bottom: 36px;
  border-bottom: 1px solid #1e252f;
}

.footer-standard .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.footer-standard .footer-mark {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-standard .footer-brand-line {
  margin: 16px 0 0;
  color: #c6cdd6;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-standard .footer-positioning {
  margin: 5px 0 0;
  max-width: 520px;
  color: #8f99a7;
  font-size: 12px;
  line-height: 1.6;
}

.footer-standard .footer-project p {
  margin: 0 0 12px;
  color: #7f8a99;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-standard .footer-project a {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
}

.footer-standard .footer-mid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  padding: 34px 0;
}

.footer-standard .footer-group {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-standard .footer-group > strong {
  margin-bottom: 5px;
  color: #747f8e;
  font-size: 9.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-standard .footer-group a {
  color: #c9cfd7;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.5;
}

.footer-standard .footer-contact-name {
  color: #f3f5f7;
  font-size: 12px;
  font-weight: 760;
  margin-bottom: 3px;
}

.footer-standard .footer-contact-item {
  display: grid;
  gap: 2px;
  margin-top: 5px;
}

.footer-standard .footer-contact-item span {
  color: #747f8e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.footer-standard .footer-contact-item a {
  font-size: 11px;
  overflow-wrap: anywhere;
}

.footer-standard .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid #1e252f;
  color: #697482;
  font-size: 10px;
}

@media (max-width: 680px) {
  .footer-standard .footer-inner {
    width: calc(100% - 32px);
    padding: 42px 0 24px;
  }

  .footer-standard .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 30px;
  }

  .footer-standard .footer-mid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    padding: 30px 0;
  }

  .footer-standard .footer-group.footer-direct {
    grid-column: 1 / -1;
  }

  .footer-standard .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}

/* G1-08 Batch A: Projects Index uses the standard visual family with its frozen context geometry. */
.site-footer.footer-standard[data-footer-context="projects-index"] .footer-positioning {
  margin-top: 16px;
}

@media (max-width: 680px) {
  .site-footer.footer-standard[data-footer-context="projects-index"] .footer-inner {
    padding: 50px 0 26px;
  }

  .site-footer.footer-standard[data-footer-context="projects-index"] .footer-top {
    padding-bottom: 36px;
  }

  .site-footer.footer-standard[data-footer-context="projects-index"] .footer-mid {
    gap: 28px;
    padding: 34px 0;
  }
}

.site-footer.footer-standard[data-footer-context="projects-index"] .footer-group a {
  line-height: normal;
}

.site-footer.footer-standard[data-footer-context="projects-index"] .footer-mark {
  object-fit: initial;
  flex: initial;
}


/* G1-08 Batch B.1 — Frozen Case Detail footer presentation within the standard visual family. */
.site-footer.footer-standard[data-footer-presentation="case-compact"] {
  background: #090c11;
  color: #fff;
  border-top: 1px solid #1b2129;
  padding: 0;
}

.site-footer.footer-standard[data-footer-presentation="case-compact"] .footer-inner {
  width: calc(100% - 64px);
  min-height: 150px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-footer.footer-standard[data-footer-presentation="case-compact"] .footer-brand {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .04em;
  color: #fff;
}

.site-footer.footer-standard[data-footer-presentation="case-compact"] .footer-copy {
  margin-top: 8px;
  color: #8c95a0;
  font-size: 11px;
  line-height: normal;
}

.site-footer.footer-standard[data-footer-presentation="case-compact"] .footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 10px;
}

.site-footer.footer-standard[data-footer-presentation="case-compact"] .footer-links a {
  color: #c6cbd1;
  font: inherit;
  line-height: normal;
  text-decoration: none;
}

.site-footer.footer-standard[data-footer-context="project-vazpo"] .footer-inner {
  width: min(1260px, calc(100% - 32px));
  min-height: 176px;
  padding: 32px 0;
}

.site-footer.footer-standard[data-footer-context="project-vazpo"] .footer-brand {
  font-size: 14px;
  letter-spacing: -.01em;
}

.site-footer.footer-standard[data-footer-context="project-vazpo"] .footer-copy {
  margin-top: 9px;
}

.site-footer.footer-standard[data-footer-context="project-vazpo"] .footer-links {
  gap: 24px;
  font-size: 11px;
}

.site-footer.footer-standard[data-footer-context="project-aerech"] {
  background: #101114;
  color: #d9dbe1;
  border-top: 0;
  padding: 38px 0;
}

.site-footer.footer-standard[data-footer-context="project-aerech"] .footer-inner {
  min-height: 0;
  gap: 24px;
  font-size: 11px;
}

.site-footer.footer-standard[data-footer-context="project-aerech"] .footer-inner > strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}

.site-footer.footer-standard[data-footer-context="project-aerech"] .footer-links {
  gap: 18px;
  font-size: 11px;
}

.site-footer.footer-standard[data-footer-context="project-aerech"] .footer-links a {
  color: #b6b9c1;
}


.site-footer.footer-standard[data-footer-context="project-graese"] .footer-inner {
  gap: 30px;
}

.site-footer.footer-standard[data-footer-context="project-graese"] .footer-copy {
  margin-top: 7px;
}
@media (max-width: 900px) {
  .site-footer.footer-standard[data-footer-presentation="case-compact"] .footer-inner {
    width: calc(100% - 36px);
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .site-footer.footer-standard[data-footer-presentation="case-compact"] .footer-links {
    flex-wrap: wrap;
  }

  .site-footer.footer-standard[data-footer-context="project-zhending"] .footer-inner,
  .site-footer.footer-standard[data-footer-context="project-graese"] .footer-inner {
    width: calc(100% - 28px);
  }
}

@media (max-width: 720px) {
  .site-footer.footer-standard[data-footer-context="project-vazpo"] .footer-inner {
    width: calc(100% - 32px);
    min-height: 176px;
    gap: 28px;
  }

  .site-footer.footer-standard[data-footer-context="project-vazpo"] .footer-links {
    gap: 18px;
  }

  .site-footer.footer-standard[data-footer-context="project-aerech"] .footer-inner,
  .site-footer.footer-standard[data-footer-context="project-kingxchip"] .footer-inner {
    width: calc(100% - 34px);
  }
}

@media (max-width: 560px) {
  .site-footer.footer-standard[data-footer-context="project-graese"] .footer-inner {
    width: calc(100% - 28px);
    min-height: 150px;
  }
}
