/* Site footer */

.site-footer {
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  z-index: 10;
}

@media (min-width: 769px) {
  .site-footer {
    padding-top: 140px;
  }
}

/* —— Newsletter —— */
.site-footer__newsletter {
  color: var(--color-almost-black);
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 16px;
  position: relative;
  text-align: center;
}

.site-footer__newsletter::before {
  background: var(--color-almost-black);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  content: "";
  height: calc(60% + 1px);
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  width: calc(100vw + 1px);
  z-index: 0;
}

.site-footer__mandala-wrap {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -60px;
  transform: translateX(-50%);
  width: min(92vw, 480px);
  z-index: 0;
}

@media (min-width: 769px) {
  .site-footer__mandala-wrap {
    top: -90px;
    width: min(92vw, 560px);
  }
}

.site-footer__mandala {
  animation: footer-mandala-spin 51.43s linear infinite;
  display: block;
  height: auto;
  max-width: 100%;
  transform-origin: center center;
  width: 100%;
}

@keyframes footer-mandala-spin {
  to {
    transform: rotate(360deg);
  }
}

.site-footer__newsletter-panel {
  background: var(--color-panel-lavender);
  border-radius: 16px;
  overflow: visible;
  padding: 80px 24px;
  position: relative;
}

@media (min-width: 1025px) {
  .site-footer__newsletter-panel {
    padding: 110px 48px 150px;
  }
}

@media (min-width: 1400px) {
  .site-footer__newsletter-panel {
    padding: 114px 100px 144px;
  }
}

.site-footer__newsletter-title {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 900;
  letter-spacing: -1.44px;
  line-height: 80%;
  margin: 0 auto 20px;
  max-width: 450px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .site-footer__newsletter-title {
    font-size: 6.25rem;
    letter-spacing: -3px;
    max-width: 700px;
  }
}

@media (min-width: 1400px) {
  .site-footer__newsletter-title {
    margin-bottom: 40px;
    max-width: none;
  }
}

.site-footer__newsletter-text {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 1.2;
  margin: 0 auto 32px;
  max-width: 450px;
}

@media (min-width: 1025px) {
  .site-footer__newsletter-text {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
    max-width: 700px;
  }
}

@media (min-width: 1400px) {
  .site-footer__newsletter-text {
    max-width: none;
  }
}

.newsletter-form {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  max-width: 720px;
}

@media (min-width: 769px) {
  .newsletter-form {
    max-width: 860px;
  }
}

@media (min-width: 1025px) {
  .newsletter-form {
    max-width: 960px;
  }
}

.newsletter-form__fields {
  display: flex;
  flex: 1 1 0;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 0;
  min-width: 0;
}

.newsletter-form__fields input {
  background: var(--color-off-white);
  border: none;
  border-radius: 8px;
  flex: 1;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  min-width: 0;
  padding: 14px 16px;
  width: auto;
}

.newsletter-form > .btn {
  align-self: stretch;
  flex-shrink: 0;
  margin: 0;
}

.newsletter-form > .btn .btn__wrapper,
.newsletter-form > .btn .btn__inner {
  height: 100%;
}

.newsletter-form__fields input::placeholder {
  color: rgba(35, 31, 32, 0.6);
}

.newsletter-form__consent {
  align-items: flex-start;
  display: flex;
  flex-basis: 100%;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  gap: 10px;
  line-height: 1.4;
  margin-top: 16px;
  text-align: left;
  width: 100%;
}

.newsletter-form__consent input {
  flex-shrink: 0;
  margin-top: 2px;
}

.newsletter-form__status {
  flex-basis: 100%;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: left;
  width: 100%;
}

.newsletter-form__status.is-success {
  color: #1a7a3a;
}

.newsletter-form__status.is-error {
  color: var(--color-brars-red);
}

.site-footer__sticker {
  position: absolute;
  width: 100px;
  z-index: 10;
}

@media (min-width: 1025px) {
  .site-footer__sticker {
    width: 140px;
  }
}

@media (min-width: 1400px) {
  .site-footer__sticker {
    width: 180px;
  }
}

.site-footer__sticker--since {
  bottom: calc(100% - 60px);
  display: none;
  left: 2%;
}

@media (min-width: 769px) {
  .site-footer__sticker--since {
    display: block;
  }
}

@media (min-width: 1400px) {
  .site-footer__sticker--since {
    bottom: calc(100% - 100px);
    left: -80px;
  }
}

.site-footer__sticker--canada {
  left: 10%;
  top: calc(100% - 60px);
  transform: rotate(-20deg);
  z-index: 20;
}

@media (min-width: 1025px) {
  .site-footer__sticker--canada {
    top: calc(100% - 80px);
  }
}

@media (min-width: 1400px) {
  .site-footer__sticker--canada {
    left: auto;
    right: -70px;
    top: calc(100% - 130px);
    transform: none;
  }
}

/* —— Links band —— */
.site-footer__links {
  background: var(--color-almost-black);
  color: var(--color-off-white);
  padding: 80px 0 24px;
  text-align: center;
}

.site-footer__links-inner {
  margin: 0 auto;
  max-width: 1540px;
  padding: 0 16px;
}

.site-footer__hashtag {
  color: #c6a26d;
  display: none;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4.75rem);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 80%;
  margin: 20px 0 60px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .site-footer__hashtag {
    display: block;
  }
}

.site-footer__hashtag--mobile {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.96px;
  line-height: 80%;
  margin: 20px 0 48px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .site-footer__hashtag--mobile {
    display: none;
  }
}

.site-footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.site-footer__logo img {
  height: auto;
  width: 148px;
}

@media (min-width: 769px) {
  .site-footer__logo img {
    width: 186px;
  }
}

.site-footer__grid {
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .site-footer__grid {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    margin-bottom: 0;
    text-align: left;
  }
}

.site-footer__nav {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .site-footer__nav {
    gap: 60px;
    margin-bottom: 0;
  }
}

.site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__nav li {
  margin-bottom: 12px;
}

.site-footer__nav a {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.36px;
  text-decoration: none;
}

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

.site-footer__subscribe h6 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.48px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.site-footer__subscribe > p {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.site-footer__subscribe .newsletter-form {
  max-width: 100%;
}

.site-footer__subscribe .newsletter-form__fields {
  flex-direction: column;
}

@media (min-width: 1025px) {
  .site-footer__subscribe .newsletter-form__fields {
    flex-direction: row;
  }
}

.site-footer__social {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  .site-footer__social--desktop {
    display: flex;
    justify-content: flex-start;
    margin-top: 24px;
  }

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

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

.site-footer__social a {
  align-items: center;
  background: var(--color-off-white);
  border-radius: 8px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.site-footer__social img {
  height: 20px;
  width: auto;
}

.site-footer__contact {
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 1025px) {
  .site-footer__contact {
    display: flex;
    gap: 80px;
    justify-content: flex-end;
    margin-top: 0;
    text-align: left;
  }
}

.site-footer__contact h6 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.48px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.site-footer__contact p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 1.5;
  margin: 0 0 8px;
}

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