/* Site footer – matches puravidabracelets.com mint-dark layout */

:root {
  --mint-light: #d4f0eb;
  --green-accent: #d2e461;
  --footer-border: rgba(218, 218, 218, 0.67);
  --footer-gray: #666;
  --footer-gray-light: #ccc;
}

.site-footer {
  background: var(--mint-dark);
  color: var(--white);
  padding: 0 1rem;
}

.site-footer__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.site-footer__promo {
  padding: 2.5rem 0;
}

.site-footer__headline {
  font-family: 'Causten', 'Alias', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.35;
}

.site-footer__newsletter {
  margin-top: 0.75rem;
}

.site-footer__email-row {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.site-footer__email-input {
  flex: 1;
  width: 100%;
  padding: 0.5rem 1rem 0.75rem;
  border: none;
  border-radius: 9999px;
  background: var(--white);
  color: var(--footer-gray);
  font-family: inherit;
  font-size: 1rem;
}

.site-footer__email-input::placeholder {
  color: #999;
}

.site-footer__submit {
  flex-shrink: 0;
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--green-accent);
  transition: color 0.2s;
}

.site-footer__submit:hover {
  color: var(--blue-dark);
}

.site-footer__submit-icon {
  display: block;
  pointer-events: none;
}

.site-footer__submit:hover .site-footer__submit-icon path:last-child {
  fill: var(--blue-dark);
}

.site-footer__consent {
  margin-top: 1.5rem;
}

.site-footer__consent-label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.75rem;
  cursor: pointer;
}

.site-footer__consent-check {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  appearance: none;
  border: 1px solid var(--white);
  border-radius: 0.375rem;
  background: transparent;
  cursor: pointer;
}

.site-footer__consent-check:checked {
  background: var(--white);
}

.site-footer__consent-label span {
  color: var(--footer-gray-light);
  line-height: 1.5;
}

.site-footer__consent-label a {
  color: inherit;
  text-decoration: underline;
}

.site-footer__success {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
}

.site-footer__sms {
  margin-top: 2rem;
  padding: 1rem;
  background: var(--mint-light);
  border: 1px solid var(--mint);
  border-radius: 0.5rem;
}

.site-footer__sms-title {
  font-family: 'Causten', 'Alias', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.35;
  color: var(--mint-dark);
}

.site-footer__sms-title span {
  color: var(--black);
}

.site-footer__sms-copy {
  margin: 0.75rem 0 0;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--footer-gray);
}

.site-footer__sms-copy a {
  color: inherit;
  text-decoration: underline;
}

.site-footer__social {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__social--mobile {
  justify-content: center;
  margin-top: 1.5rem;
}

.site-footer__social--desktop {
  display: none;
}

.site-footer__social-link {
  display: block;
  line-height: 0;
}

.site-footer__social-link svg {
  height: 2.5rem;
  width: auto;
}

.site-footer__main {
  border-top: 1px solid var(--footer-border);
  padding: 2.5rem 0;
}

.site-footer__logo-wrap {
  margin-bottom: 2.5rem;
}

.site-footer__logo {
  display: block;
  color: var(--white);
}

.site-footer__logo svg {
  width: 11rem;
  height: auto;
  fill: currentColor;
}

.site-footer__logo svg path {
  fill: currentColor;
}

.site-footer__nav {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--footer-border);
  margin-bottom: 2.5rem;
}

.site-footer__nav-grid {
  display: grid;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__nav-details {
  border: none;
}

.site-footer__nav-details summary {
  list-style: none;
}

.site-footer__nav-details summary::-webkit-details-marker {
  display: none;
}

.site-footer__nav-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}

.site-footer__chevron {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.site-footer__nav-details[open] .site-footer__chevron {
  transform: rotate(180deg);
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.site-footer__links a {
  color: var(--white);
  font-size: 0.9375rem;
  line-height: 1.35;
  text-decoration: none;
}

.site-footer__links a:hover {
  text-decoration: underline;
}

.site-footer__links--desktop {
  display: none;
}

.site-footer__bottom {
  display: grid;
  gap: 2.5rem;
  justify-items: center;
}

.site-footer__bcorp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.site-footer__bcorp-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--white);
  border-radius: 50%;
  font-family: 'Causten', 'Alias', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

.site-footer__bcorp-label {
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 12rem;
  line-height: 1.4;
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .site-footer {
    padding: 0 2.5rem;
  }

  .site-footer__inner {
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .site-footer__promo {
    flex: 1;
    margin-left: 3rem;
    padding: 4rem 0;
  }

  .site-footer__headline {
    text-align: left;
  }

  .site-footer__success {
    text-align: left;
  }

  .site-footer__social--mobile {
    display: none;
  }

  .site-footer__main {
    width: 57%;
    flex-shrink: 0;
    border-top: none;
    border-right: 1px solid var(--footer-border);
    padding: 4rem 4rem 4rem 0;
  }

  .site-footer__nav-grid {
    display: flex;
    gap: 3rem;
  }

  .site-footer__nav-col {
    flex: 1;
  }

  .site-footer__nav-heading {
    pointer-events: none;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--footer-border);
  }

  .site-footer__chevron {
    display: none;
  }

  .site-footer__links--mobile {
    display: none;
  }

  .site-footer__links--desktop {
    display: grid;
    margin-top: 0.75rem;
  }

  .site-footer__nav-details:not([open]) .site-footer__links--mobile {
    display: none;
  }

  .site-footer__bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .site-footer__social--desktop {
    display: flex;
  }

  .site-footer__bcorp {
    align-items: flex-start;
    text-align: left;
  }
}
