/* Muslim Abaya — full-width footer (all pages) */
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

#site-footer-mount {
  clear: both;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: #0a0a0a;
}

#site-footer-mount:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Edge-to-edge: breaks out of any centered parent */
body #site-footer-mount,
body #ma-social-connect-mount {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  box-sizing: border-box;
  position: relative;
  left: 0;
  right: 0;
}

body #site-footer-mount .anz-footer,
body #site-footer-mount .anz-footer-trust,
body #site-footer-mount .anz-footer-main,
body #site-footer-mount .anz-bottom {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body #ma-social-connect-mount .ma-footer-strip,
body #ma-social-connect-mount .ma-social-connect,
body #ma-social-connect-mount .ma-social-connect-inner {
  width: 100%;
  max-width: 100%;
}

#site-footer-mount .anz-footer {
  content-visibility: visible;
  contain-intrinsic-size: auto;
  min-height: 0;
  height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#site-footer-mount .anz-footer svg {
  display: block;
  width: 18px !important;
  height: 18px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex-shrink: 0;
}

#site-footer-mount .anz-social-link svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

#site-footer-mount .anz-wa-cta .anz-wa-icon svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
}

.anz-footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(201, 169, 98, 0.28);
  font-family: "Hind Siliguri", "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #e8e4dc;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#ma-social-connect-mount + #site-footer-mount .anz-footer {
  margin-top: 0;
  border-top: 2px solid rgba(201, 169, 98, 0.22);
}

#ma-social-connect-mount:empty {
  display: none;
}

/* Copyright strip — 0.5in tall, full width, text vertically centered */
.anz-footer-strip,
.anz-bottom.anz-footer-strip,
#site-footer-mount .anz-bottom.anz-footer-strip {
  height: 0.5in;
  min-height: 0.5in;
  max-height: 0.5in;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-sizing: border-box;
  display: grid !important;
  place-items: center;
  text-align: center;
  overflow: hidden;
  border-top: 2px solid rgba(201, 169, 98, 0.28);
  background: #060606;
  flex-shrink: 0;
  align-self: stretch;
}

.anz-bottom {
  border-top: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.anz-bottom p {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  text-align: center !important;
  font-size: 13px;
  line-height: 1.35;
  color: #7a766e;
  letter-spacing: 0.03em;
  flex: 0 0 auto;
}

.anz-footer-trust {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.anz-trust-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 16px !important;
  box-sizing: border-box;
  width: 100%;
}

.anz-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #c9a962;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.anz-trust-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c9a962;
  flex-shrink: 0;
}

.anz-footer-main,
.anz-footer .anz-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.75fr 1fr 1fr;
  gap: 20px 28px;
  padding: 24px 16px 20px;
  box-sizing: border-box;
  align-items: start;
  width: 100%;
}

.anz-col-brand,
.anz-col-shop,
.anz-col-links,
.anz-col-contact,
.anz-col-newsletter {
  min-width: 0;
}

.anz-logo {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #fff;
}

.anz-title {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c9a962;
}

.anz-text {
  font-size: 15px;
  line-height: 1.55;
  color: #b8b4ac;
  margin: 0 0 10px;
  max-width: 320px;
}

.anz-wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.22);
}

.anz-wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
}

.anz-wa-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.anz-wa-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 14px rgba(37, 211, 102, 0.32);
}

.anz-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.anz-link-list li {
  margin-bottom: 3px;
}

.anz-link-list li:last-child {
  margin-bottom: 0;
}

.anz-link-list a {
  text-decoration: none;
  color: #d4d0c8;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.anz-link-list a:hover {
  color: #fff;
}

.anz-soon {
  font-size: 12px;
  color: #6b6760;
  font-weight: 500;
}

.anz-contact-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #d4d0c8;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.anz-contact-link:last-child {
  margin-bottom: 0;
}

a.anz-contact-link:hover {
  color: #fff;
}

.anz-contact-static {
  cursor: default;
}

.anz-contact-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #c9a962;
}

.anz-contact-icon svg {
  width: 16px;
  height: 16px;
}

.anz-contact-link > span:last-child {
  flex: 1;
  min-width: 0;
  padding-top: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.anz-newsletter-note {
  font-size: 14px;
  line-height: 1.5;
  color: #a8a49c;
  margin: 0 0 10px;
}

.anz-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.newsletter-form {
  display: flex;
  align-items: stretch;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 34px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  outline: none;
  font-size: 13px;
  font-family: inherit;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-form input::placeholder {
  color: #9a968e;
}

.newsletter-form input:focus {
  border-color: #c9a962;
  box-shadow: 0 0 0 2px rgba(201, 169, 98, 0.12);
}

.newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 34px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #c9a962;
  border-radius: 6px;
  background: #c9a962;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.02em;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.newsletter-form button:hover:not(:disabled) {
  background: transparent;
  color: #c9a962;
}

.newsletter-form button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.anz-socials {
  display: flex;
  gap: 5px;
  margin-top: 7px;
  flex-wrap: wrap;
}

.anz-social-link {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.15s ease;
}

.anz-social-link:hover {
  background: #c9a962;
  border-color: #c9a962;
  transform: translateY(-1px);
}

.anz-social-link svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

#site-footer-mount .subscribe-success {
  display: none;
  margin-top: 10px;
  padding: 10px 12px 10px 40px;
  border-radius: 6px;
  border: 1px solid rgba(201, 169, 98, 0.35);
  background: rgba(201, 169, 98, 0.08);
  position: relative;
  animation: subscribeFadeIn 0.35s ease;
}

#site-footer-mount .subscribe-success.show {
  display: block;
}

#site-footer-mount .subscribe-success-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c9a962;
  color: #111;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#site-footer-mount .subscribe-success-icon svg {
  width: 12px !important;
  height: 12px !important;
  display: block;
}

#site-footer-mount .subscribe-success-title {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

#site-footer-mount .subscribe-success-text {
  margin: 0;
  font-size: 12px;
  color: #a8a49c;
  line-height: 1.45;
}

@keyframes subscribeFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .anz-footer-main {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px 16px;
    padding: 16px 18px 12px;
  }

  .anz-col-brand {
    grid-column: 1 / -1;
  }

  .anz-text {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .anz-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    padding: 14px 14px 10px;
  }

  .anz-col-brand {
    grid-column: 1 / -1;
  }

  .anz-col-shop {
    grid-column: 1;
  }

  .anz-col-links {
    grid-column: 2;
  }

  .anz-col-contact {
    grid-column: 1 / -1;
  }

  .anz-col-newsletter {
    grid-column: 1 / -1;
  }

  .anz-trust-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 12px;
    padding: 6px 14px !important;
  }

  .anz-logo {
    font-size: 18px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }

  .anz-footer-strip,
  .anz-bottom.anz-footer-strip,
  #site-footer-mount .anz-bottom.anz-footer-strip {
    height: 0.5in;
    min-height: 0.5in;
    max-height: 0.5in;
    padding: 0 14px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}
