/* ===== Sumone Footer — dark editorial =====
 * - Pure black background, white typography
 * - Generous vertical padding (magazine breathing room)
 * - Column titles uppercase + tracked
 * - Square corners, hairline dividers
 */

.cc_U8yM1GihET_footer .kombos-footer {
  width: 100%;
  background: var(--kombos-gray-900);
  color: var(--kombos-white);
  border-top: 0;
}

.cc_U8yM1GihET_footer .kombos-footer__wrapper {
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

/* ===== Top section ===== */

.cc_U8yM1GihET_footer .kombos-footer__top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* ---- Brand column ---- */

.cc_U8yM1GihET_footer .kombos-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cc_U8yM1GihET_footer .kombos-footer__logo-wrap {
  width: 7.5rem;
  height: 3rem;
  overflow: hidden;
  filter: invert(1); /* logo BG'de görünür kalsın (siyah logo → beyaz) */
}

.cc_U8yM1GihET_footer .kombos-footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.cc_U8yM1GihET_footer .kombos-footer__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 24rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
}

/* ---- Socials ---- */

.cc_U8yM1GihET_footer .kombos-footer__socials {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.125rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
}

.kombos-footer__socials a,
.cc_U8yM1GihET_footer .kombos-footer__socials button {
  color: inherit;
  transition: opacity 0.2s ease;
}

.kombos-footer__socials a:hover,
.cc_U8yM1GihET_footer .kombos-footer__socials button:hover {
  opacity: 0.6;
}

/* ---- Link columns ---- */

.cc_U8yM1GihET_footer .kombos-footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.cc_U8yM1GihET_footer .kombos-footer__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

.cc_U8yM1GihET_footer .kombos-footer__col-title {
  margin: 0;
  color: var(--kombos-white);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cc_U8yM1GihET_footer .kombos-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.cc_U8yM1GihET_footer .kombos-footer__col-link {
  color: var(--footer-link-color, rgba(255, 255, 255, 0.65));
  text-decoration: none;
  transition: color 0.15s ease;
  width: fit-content;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
}

.cc_U8yM1GihET_footer .kombos-footer__col-link:hover {
  color: var(--footer-link-hover-color, var(--kombos-white));
}

/* ===== Bottom bar ===== */

.cc_U8yM1GihET_footer .kombos-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cc_U8yM1GihET_footer .kombos-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.cc_U8yM1GihET_footer .kombos-footer__badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  width: fit-content;
}

.cc_U8yM1GihET_footer .kombos-footer__badge-logo {
  width: 42px;
  height: auto;
  color: var(--kombos-white);
}

.cc_U8yM1GihET_footer .kombos-footer__badge-text {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

/* ===== 2 columns (660px+) ===== */

@media (min-width: 660px) {
.cc_U8yM1GihET_footer .kombos-footer__columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Tablet (768px+) ===== */

@media (min-width: 768px) {
.cc_U8yM1GihET_footer .kombos-footer__wrapper {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

.cc_U8yM1GihET_footer .kombos-footer__socials {
    gap: 1rem;
  }
}

/* ===== Desktop (1024px+) ===== */

@media (min-width: 1024px) {
.cc_U8yM1GihET_footer .kombos-footer__wrapper {
    padding-top: 5rem;
    padding-bottom: 3rem;
    gap: 4rem;
  }

.cc_U8yM1GihET_footer .kombos-footer__top {
    flex-direction: row;
    gap: 6rem;
  }

.cc_U8yM1GihET_footer .kombos-footer__brand {
    width: 24rem;
    flex-shrink: 0;
  }

.cc_U8yM1GihET_footer .kombos-footer__columns {
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }

.cc_U8yM1GihET_footer .kombos-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
  }
}
