:root {
  --footer-orange: #ff4f00;
  --footer-width: 75vw;
}

.mk-footer {
  width: var(--footer-width);
  margin-inline: auto;
  padding: 28px 0 32px;
  border-top: 1px solid #292929;
  color: #f4f2ef;
  font-family: Inter, Arial, sans-serif;
}
.mk-footer * { box-sizing: border-box; }
.mk-footer a { color: inherit; text-decoration: none; }
.mk-footer .mk-container {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 24px clamp(44px, 5vw, 86px);
}
.mk-footer-brand { min-width: 0; }
.mk-footer-brand > img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}
.mk-footer-brand p {
  margin: 8px 0 0;
  color: #777;
  font-size: 11px;
}
.mk-footer-sitemap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #aaa;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.mk-footer-sitemap span {
  color: var(--footer-orange);
  font-size: 13px;
}
.mk-footer-sitemap:hover { color: #fff; }

.mk-footer .mk-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 28px;
  align-items: start;
  justify-content: stretch;
}
.mk-footer .mk-footer-nav-group {
  display: grid;
  align-content: start;
  gap: 8px;
}
.mk-footer-nav-group > span {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.11);
  color: var(--footer-orange);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mk-footer-nav-group a {
  width: fit-content;
  color: #aaa;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.mk-footer-nav-group a:hover { color: #fff; }

.mk-footer-channels {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.mk-footer-channel {
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 8px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.025);
  color: #aaa;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.mk-footer-channel:hover {
  border-color: var(--footer-orange);
  background: rgba(255,79,0,.07);
  color: #fff;
}
.mk-footer-channel > span:last-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.mk-footer-channel small {
  color: #666;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 rgba(0,0,0,.95), 1px -1px 0 rgba(0,0,0,.95), -1px 1px 0 rgba(0,0,0,.95), 1px 1px 0 rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.96), 0 0 12px rgba(255,79,0,.22);
}
.mk-footer-channel strong {
  overflow: hidden;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mk-channel-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  text-shadow: -1px -1px 0 rgba(0,0,0,.95), 1px -1px 0 rgba(0,0,0,.95), -1px 1px 0 rgba(0,0,0,.95), 1px 1px 0 rgba(0,0,0,.95), 0 0 8px rgba(0,0,0,.96), 0 0 14px rgba(255,79,0,.28);
  filter: drop-shadow(1px 0 0 rgba(0,0,0,.85)) drop-shadow(-1px 0 0 rgba(0,0,0,.85)) drop-shadow(0 1px 0 rgba(0,0,0,.85)) drop-shadow(0 -1px 0 rgba(0,0,0,.85));
}
.mk-channel-icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.mk-footer-shopify .mk-channel-icon img {
  width: 20px;
  height: 20px;
  opacity: .78;
}
.mk-channel-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mk-channel-icon-orange { color: var(--footer-orange); }
.mk-footer-contact strong {
  font-size: 9px;
  letter-spacing: -.04em;
}

.mk-footer-channel small,
.mk-footer-channel strong,
.mk-channel-icon {
  text-shadow:
    -1px -1px 0 rgba(0,0,0,.98),
    1px -1px 0 rgba(0,0,0,.98),
    -1px 1px 0 rgba(0,0,0,.98),
    1px 1px 0 rgba(0,0,0,.98),
    0 -1px 0 rgba(0,0,0,.98),
    0 1px 0 rgba(0,0,0,.98),
    -1px 0 0 rgba(0,0,0,.98),
    1px 0 0 rgba(0,0,0,.98),
    0 0 10px rgba(0,0,0,1),
    0 0 16px rgba(255,79,0,.24);
}

.mk-channel-icon {
  filter:
    drop-shadow(1px 0 0 rgba(0,0,0,.92))
    drop-shadow(-1px 0 0 rgba(0,0,0,.92))
    drop-shadow(0 1px 0 rgba(0,0,0,.92))
    drop-shadow(0 -1px 0 rgba(0,0,0,.92));
}
.mk-footer-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 2px;
}
.mk-footer-meta p,
.mk-footer-meta > span {
  margin: 0;
  color: #777;
  font-size: 10px;
}

@media (max-width: 1180px) {
  .mk-footer-channels { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  :root { --footer-width: 90vw; }
  .mk-footer .mk-container { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --footer-width: calc(100vw - 28px); }
  .mk-footer { max-width: calc(100vw - 28px); }
  .mk-footer .mk-container {
    width: 100%;
    max-width: 100%;
  }
  .mk-footer .mk-footer-nav { grid-template-columns: 1fr; }
  .mk-footer .mk-footer-channels { grid-template-columns: 1fr; }
  .mk-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
