/* @import moved to HTML <link> tags for non-blocking font load */
/* @import url("https://fonts.googleapis.com/css2?family=Grand+Hotel&family=Righteous&display=swap"); */

/* Devfox global footer — spec: #080808, 1.8fr + 1fr×3, 72px top / 56px horizontal */

/* Logo-clearance variable — every page needs this so the footer aligns under
   the fixed .mil-frame logo on the left. Individual pages may override it. */
:root {
  --sk-frame-x: 60px;
  --sk-logo-width: 5.625rem;
  --sk-logo-gap: 0.75cm;
  --sk-logo-clear: calc(var(--sk-frame-x) + var(--sk-logo-width) + var(--sk-logo-gap));
}

@media screen and (max-width: 1200px) {
  :root {
    --sk-frame-x: 20px;
    --sk-logo-gap: 15px;
    --sk-logo-clear: 0px;
  }
}

.sk-site-footer {
  background: #080808;
  border-top: 0.5px solid rgba(255, 255, 255, 0.08);
  color: #f0efe8 !important;
  /* Always render with the site default font + weight regardless of which
     page-level body class wraps it (e.g. body.sk-services overrides font-family
     and font-weight, body.contact-signal overrides text color). */
  font-family: var(--font-body, "Plus Jakarta Sans", "Helvetica", Arial, sans-serif) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  text-align: left !important;
  width: 100%;
  box-sizing: border-box;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
}

.sk-site-footer *,
.sk-site-footer *::before,
.sk-site-footer *::after {
  box-sizing: border-box;
  /* Defensive resets: parent body classes (sk-services, contact-signal, etc.)
     set their own font, weight, and color, which can subtly bleed into the
     footer. Force every descendant back to the footer's typography baseline
     unless the element explicitly overrides it below. */
  font-family: inherit;
}

.sk-site-footer__inner {
  max-width: 100%;
}

/* Top block: 72px top padding, 56px horizontal (throughout main grid) */
.sk-site-footer__main {
  padding: 72px 56px 0;
}

.sk-site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 2rem;
}

@media (min-width: 992px) {
  .sk-site-footer__grid {
    grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(0, 1fr));
    column-gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
  }
}

.sk-site-footer__grid {
  gap: 2rem clamp(1rem, 2.5vw, 2rem);
}

.sk-site-footer__brand-logo {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.sk-site-footer__brand-logo:hover {
  opacity: 0.9;
}

.sk-site-footer__brand-img {
  height: 110px;
  width: auto;
  display: block;
  object-fit: contain;
}

.sk-site-footer__tagline {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(240, 239, 232, 0.4) !important;
  font-weight: 400 !important;
  max-width: 240px;
  margin: -10px 0 1.25rem;
}

.sk-site-footer__pill {
  display: inline-block;
  padding: 0.45rem 0.95rem;
  margin-bottom: 1.5rem;
  border: 0.5px solid rgba(201, 168, 76, 0.35);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a84c;
}

.sk-site-footer__social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sk-site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 10px;
  height: 34px;
  border: 0.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  color: rgba(240, 239, 232, 0.65);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.sk-site-footer__social:hover {
  border-color: #c9a84c;
  color: #c9a84c;
}

.sk-site-footer__social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.sk-social-handle {
  font-size: 12px;
  font-weight: 500;
}

.sk-social-handle:empty {
  display: none;
}

/* Columns 2–3 — labels + lists */
.sk-site-footer__heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 1rem;
}

.sk-site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sk-site-footer__list li+li {
  margin-top: 12px;
}

.sk-site-footer__list a {
  font-size: 13px;
  color: rgba(240, 239, 232, 0.5) !important;
  font-weight: 400 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sk-site-footer__list a:hover {
  color: #f0efe8 !important;
}

/* Column 4 — Contact */
.sk-site-footer__contact-block+.sk-site-footer__contact-block {
  margin-top: 1rem;
}

.sk-site-footer__contact-label {
  display: block;
  font-size: 10px;
  font-weight: 600 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 239, 232, 0.25) !important;
  margin-bottom: 0.3rem;
}

.sk-site-footer__contact-value {
  font-size: 13px;
  color: rgba(240, 239, 232, 0.65) !important;
  margin: 0;
  line-height: 1.45;
  font-weight: 400 !important;
}

.sk-site-footer__contact-value a {
  color: inherit !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sk-site-footer__contact-value a:hover {
  color: #c9a84c !important;
}

/* Divider — full-width line, 56px horizontal inset */
.sk-site-footer__divider {
  display: block;
  height: 0.5px;
  margin: 56px 56px 0;
  border: none;
  background: rgba(255, 255, 255, 0.06);
}

/* Bottom bar — 56px horizontal padding, space-between row */
.sk-site-footer__bar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 56px 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .sk-site-footer__bar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
}

/* Left: copyright — muted 12px except Devfox in gold */
.sk-site-footer__copy {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

.sk-site-footer__copy-muted {
  color: rgba(240, 239, 232, 0.25) !important;
}

.sk-site-footer__copy-brand {
  font-weight: 600 !important;
  color: rgba(201, 168, 76, 0.6) !important;
}

/* Center: legal — 11px uppercase letter-spaced */
.sk-site-footer__legal {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.sk-site-footer__legal a {
  font-size: 11px;
  font-weight: 600 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 239, 232, 0.2) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.sk-site-footer__legal a:hover {
  color: rgba(240, 239, 232, 0.5) !important;
}

/* Right: Made in Bengaluru */
.sk-site-footer__made {
  font-size: 11px;
  margin: 0;
  line-height: 1.4;
  font-weight: 400 !important;
  color: rgba(240, 239, 232, 0.2) !important;
}

.sk-site-footer__made-accent {
  color: rgba(201, 168, 76, 0.5) !important;
}

/* Desktop: keep footer clear of the fixed .mil-frame logo on the left */
@media screen and (min-width: 1201px) {
  .sk-site-footer__main {
    padding: 72px max(56px, var(--sk-logo-clear, 56px)) 0;
  }

  .sk-site-footer__divider {
    margin-left: max(56px, var(--sk-logo-clear, 56px));
    margin-right: 56px;
  }

  .sk-site-footer__bar {
    padding-left: max(56px, var(--sk-logo-clear, 56px));
    padding-right: 56px;
  }
}

/* Mobile responsive styles (<768px) */
@media screen and (max-width: 768px) {
  .sk-site-footer__main {
    padding: 48px 24px 0 !important;
  }

  .sk-site-footer__divider {
    margin: 40px 24px 0 !important;
  }

  .sk-site-footer__bar {
    padding: 1.5rem 24px 2rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
  }

  .sk-site-footer__social-row {
    justify-content: center !important;
  }

  .sk-site-footer__brand-logo {
    text-align: center !important;
    display: block !important;
  }

  .sk-site-footer__brand-img {
    margin: 0 auto !important;
    height: 96px !important;
  }

  .sk-site-footer__tagline {
    margin: -10px auto 1.25rem !important;
    text-align: center !important;
  }

  .sk-site-footer__pill {
    display: block !important;
    margin: 0 auto 1.5rem !important;
    width: max-content !important;
  }

  .sk-site-footer__grid {
    text-align: center !important;
    gap: 2rem !important;
  }

  .sk-site-footer__col--brand {
    margin-bottom: 7px !important;
    padding-bottom: 40px;
  }

  .sk-site-footer__heading {
    font-size: 12.88px !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 20px !important;
  }

  .sk-site-footer__list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    row-gap: 8px !important;
    column-gap: 0px !important;
  }

  .sk-site-footer__list li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .sk-site-footer__list li:not(:last-child)::after {
    content: "•";
    color: #c9a84c;
    margin: 0 12px;
    font-size: 16px;
  }

  .sk-site-footer__list a {
    font-size: 15px !important;
  }

  .sk-site-footer__contact-row {
    display: flex !important;
    justify-content: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
    padding: 0 16px !important;
  }

  .sk-site-footer__contact-block + .sk-site-footer__contact-block {
    margin-top: 0 !important;
  }
}