@import url('../tokens.css');

.site-footer {
  --popup-control-border: var(--popup-border-strong);
  --popup-focus: var(--color-forest);
  margin-top: 0;
  background: var(--color-footer-green);
  color: rgba(255, 249, 241, 0.92);
  -webkit-user-select: none;
  user-select: none;
  transition: margin-right 480ms var(--home-ease, cubic-bezier(0.16, 1, 0.3, 1));
}

.site-footer__newsletter {
  background: var(--color-sand-dark);
  color: #232030;
}

.site-footer__newsletter-inner {
  padding: 34px 0 36px;
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
}

.site-footer__newsletter-text {
  max-width: 980px;
  margin: 0;
  color: #232030;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.site-footer__newsletter-form {
  width: min(100%, 553px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 4px;
  border: 2px solid #203022;
  border-radius: 999px;
  overflow: hidden;
  background: #FFF9F1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__newsletter-form:hover,
.site-footer__newsletter-form:focus-within {
  border-color: var(--popup-focus);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--popup-focus) 14%, transparent);
}

.site-footer__newsletter-input {
  appearance: none;
  -webkit-appearance: none;
  min-width: 0;
  height: 46px;
  padding: 0 20px;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  color: #232030;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
}

.site-footer__newsletter-input:focus,
.site-footer__newsletter-input:focus-visible {
  outline: 0;
  box-shadow: none;
}

.site-footer__newsletter-input:-webkit-autofill,
.site-footer__newsletter-input:-webkit-autofill:hover,
.site-footer__newsletter-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #232030;
  -webkit-box-shadow: 0 0 0 1000px #FFF9F1 inset;
  box-shadow: 0 0 0 1000px #FFF9F1 inset;
  transition: background-color 9999s ease-out 0s;
}

.site-footer__newsletter-input::placeholder {
  color: var(--color-ink-muted);
  opacity: 1;
}

.site-footer__newsletter-button {
  min-width: 158px;
  height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #FFF9F1;
  color: #232030;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--duration-fast) var(--ease-standard),
    color var(--duration-fast) var(--ease-standard);
}

.site-footer__newsletter-button:hover,
.site-footer__newsletter-button:focus-visible {
  background: #232030;
  color: #FFF9F1;
}

.site-footer__main {
  background: var(--color-footer-green);
}

.site-footer__promise {
  border-bottom: 1px solid rgba(255, 249, 241, 0.12);
}

body:not(.page--homepage) .site-footer__promise,
body.page--homepage.is-homepage-authenticated .site-footer__promise {
  display: none !important;
}

.site-footer__promise-inner {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px 0;
}

.site-footer__promise-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: #FFF9F1;
}

.site-footer__asset-icon {
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: var(--site-footer-icon-url) center / contain no-repeat;
  mask: var(--site-footer-icon-url) center / contain no-repeat;
}

.site-footer__asset-icon--promise {
  --site-footer-icon-url: url("../../assets/footer-icons/promise-plus.svg");
}

.site-footer__asset-icon--globe {
  --site-footer-icon-url: url("../../assets/footer-icons/globe.svg");
}

.site-footer__promise-text {
  margin: 0;
  color: rgba(255, 249, 241, 0.94);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: underline dotted rgba(255, 249, 241, 0.28);
  text-underline-offset: 8px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, max-content);
  justify-content: space-between;
  gap: 40px;
  padding: 46px 0 52px;
}

.site-footer__brand-column {
  width: min(100%, 440px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 22px;
}

.site-footer__brandmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.site-footer__brandmark-logo {
  display: block;
  width: 150px;
  height: auto;
}

.site-footer__app-button {
  min-height: 46px;
  padding: 0 21px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #FFF9F1;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  isolation: isolate;
  overflow: visible;
  transform: none;
}

.site-footer__app-button:hover,
.site-footer__app-button:focus-visible {
  background: transparent;
  transform: none;
}

.site-footer__app-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: color-mix(in srgb, var(--color-cream) 16%, transparent);
  transform: scale(1);
  transform-origin: center;
  transition: transform 180ms ease;
  will-change: transform;
}

.site-footer__app-button:hover::before,
.site-footer__app-button:focus-visible::before {
  transform: scale(1.04);
}

.site-footer__nav {
  display: grid;
  justify-self: start;
  margin-left: -80px;
  grid-template-columns: repeat(3, minmax(112px, 148px)) minmax(172px, 196px);
  gap: 70px;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__column[hidden] {
  display: none !important;
}

.site-footer__heading {
  margin: 0;
  color: #FFF9F1;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__links a {
  color: rgba(255, 249, 241, 0.84);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-standard);
}

.site-footer__links a:hover {
  color: #FFF9F1;
}

.site-footer__socials {
  display: grid;
  grid-template-columns: repeat(4, 38px);
  gap: 16px 14px;
  align-items: center;
  justify-content: start;
  margin-top: 4px;
  max-width: 194px;
}

.site-footer__social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-cream);
  transition: color var(--duration-fast) var(--ease-standard),
    transform var(--duration-fast) var(--ease-standard);
  overflow: visible;
}

.site-footer__social-link:hover {
  color: var(--color-cream);
  transform: none;
}

.site-footer__social-link svg {
  width: 100%;
  height: 100%;
}

.site-footer__social-icon {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: currentColor;
  -webkit-mask: var(--site-footer-icon-url) center / contain no-repeat;
  mask: var(--site-footer-icon-url) center / contain no-repeat;
}

.site-footer__social-icon--facebook {
  --site-footer-icon-url: url("../../assets/social-icons/facebook.svg");
}

.site-footer__social-icon--instagram {
  --site-footer-icon-url: url("../../assets/social-icons/instagram.svg");
}

.site-footer__social-icon--pinterest {
  --site-footer-icon-url: url("../../assets/social-icons/pinterest.svg");
}

.site-footer__social-icon--youtube {
  --site-footer-icon-url: url("../../assets/social-icons/youtube.svg");
}

.site-footer__social-icon--reddit {
  --site-footer-icon-url: url("../../assets/social-icons/reddit.svg");
}

.site-footer__social-icon--x {
  --site-footer-icon-url: url("../../assets/social-icons/x.svg");
}

.site-footer__social-icon--whatsapp {
  --site-footer-icon-url: url("../../assets/social-icons/whatsapp.svg");
}

.site-footer__social-icon--messenger {
  --site-footer-icon-url: url("../../assets/social-icons/messenger.svg");
}

.site-footer__social-link svg path {
  fill: currentColor;
}

.site-footer__meta {
  border-top: 1px solid rgba(255, 249, 241, 0.12);
}

.site-footer__meta-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.site-footer__copyright,
.site-footer__legal a {
  color: rgba(255, 249, 241, 0.76);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.site-footer__locale-trigger {
  margin: 0;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 249, 241, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color var(--duration-fast) var(--ease-standard);
}

.site-footer__locale-trigger:hover,
.site-footer__locale-trigger:focus-visible,
.site-footer__locale-trigger[aria-expanded="true"] {
  background: rgba(255, 249, 241, 0.12);
}

.site-footer__locale-trigger:focus-visible {
  outline: 0;
}

.site-footer__locale-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  line-height: 0;
  color: #FFF9F1;
}

.site-footer__locale-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.site-footer__locale-divider {
  color: rgba(255, 249, 241, 0.44);
}

.site-footer__copyright {
  justify-self: center;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 22px;
}

.site-footer__legal a:hover {
  color: #FFF9F1;
}

body.site-footer-locale-open {
  overflow: hidden;
}

@keyframes site-footer-locale-close-bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

.site-footer__locale-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-modal-front, 13000);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  background: rgba(35, 32, 48, 0.52);
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease;
}

.site-footer__locale-modal-overlay[hidden] {
  display: none !important;
}

.site-footer__locale-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.site-footer__locale-modal-overlay.is-closing {
  pointer-events: none;
}

.site-footer__locale-modal-shell {
  width: 580px;
  max-width: calc(100vw - 40px);
  position: relative;
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transform-origin: top center;
  transition:
    opacity 0.26s ease,
    transform 0.26s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: opacity, transform;
}

.site-footer__locale-modal-overlay.is-open .site-footer__locale-modal-shell {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.site-footer__locale-modal-overlay.is-closing .site-footer__locale-modal-shell {
  opacity: 0;
  transform: translateY(0) scale(1);
}

.site-footer__locale-sheet-grip {
  display: none;
}

.site-footer__locale-modal-close {
  position: absolute;
  top: 0;
  left: calc(100% + var(--popup-close-offset, 10px));
  width: var(--popup-close-width, 78px);
  height: var(--popup-close-height, 55px);
  border: 0;
  border-radius: 999px;
  background: var(--popup-bg);
  box-shadow: var(--popup-shadow-soft);
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.24s ease, filter 0.24s ease;
  will-change: transform;
}

.site-footer__locale-modal-close::before,
.site-footer__locale-modal-close::after {
  content: none;
}

.site-footer__locale-modal-close-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--popup-close-icon-size, 17px);
  height: var(--popup-close-icon-size, 17px);
  display: block;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.site-footer__locale-modal-close:hover,
.site-footer__locale-modal-close:focus-visible {
  background: var(--popup-close-hover-bg, var(--sort-control-bg));
  animation: site-footer-locale-close-bounce 0.28s cubic-bezier(0.23, 1.3, 0.32, 1) both;
  filter: var(--popup-close-hover-filter);
}

.site-footer__locale-modal-close:active {
  transform: none;
}

.site-footer__locale-modal-close:focus-visible {
  outline: 2px solid var(--popup-focus);
  outline-offset: 2px;
}

.site-footer__locale-modal {
  --site-footer-locale-field-bg: var(--popup-bg);
  width: 100%;
  padding: 30px 28px 20px;
  background: var(--popup-bg);
  border-radius: 30px;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  box-shadow: var(--popup-shadow);
}

.site-footer__locale-modal-title {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--popup-title-font, var(--font-display));
  font-size: var(--popup-title-size, 25px);
  font-weight: var(--popup-title-weight, 600);
  line-height: var(--popup-title-line-height, 1.16);
  letter-spacing: 0;
}

.site-footer__locale-modal-copy {
  margin-top: 14px;
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.site-footer__locale-modal-link {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #232030;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.site-footer__locale-fields {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.site-footer__locale-field {
  position: relative;
  padding-top: 8px;
}

.site-footer__locale-label {
  position: absolute;
  top: 2px;
  left: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 36px);
  margin: 0;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--site-footer-locale-field-bg, var(--popup-bg));
  color: var(--color-ink);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
  pointer-events: none;
}

.site-footer__locale-select {
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 46px 0 20px;
  border: 0;
  background: transparent;
  background-image: none;
  color: var(--color-ink);
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
}

.site-footer__locale-select::-ms-expand {
  display: none;
}

.site-footer__locale-select-shell {
  position: relative;
  height: 46px;
  min-height: 46px;
  background: var(--site-footer-locale-field-bg, var(--popup-bg));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--color-ink) 4%, transparent);
  overflow: hidden;
  border: 1.5px solid var(--popup-border-strong);
  border-radius: 999px;
  outline: 2px solid transparent;
  outline-offset: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
}

.site-footer__locale-select-shell:focus-within {
  border-color: var(--color-forest);
  outline-color: transparent;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-forest) 14%, transparent);
}

.site-footer__locale-select-caret {
  width: 13px;
  height: 13px;
  pointer-events: none;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -6.5px;
  color: var(--color-ink);
  background: currentColor;
  -webkit-mask: url('../../assets/header-icons/filter-chevron.svg') center / contain no-repeat;
  mask: url('../../assets/header-icons/filter-chevron.svg') center / contain no-repeat;
  opacity: 0.92;
}

.site-footer__locale-select-caret::before,
.site-footer__locale-select-caret::after {
  content: none;
}

.site-footer__locale-actions {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.site-footer__locale-cancel,
.site-footer__locale-save {
  min-height: 54px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.site-footer__locale-cancel {
  min-width: 149px;
  padding: 0 30px;
  border: 0;
  background: transparent;
  color: #232030;
  transition: box-shadow 0.22s ease;
}

.site-footer__locale-cancel:hover,
.site-footer__locale-cancel:focus-visible {
  background: transparent;
  box-shadow: var(--shadow-card-hover);
  outline: 0;
}

.site-footer__locale-cancel:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-ink) 18%, transparent);
  outline-offset: 2px;
}

.site-footer__locale-save {
  min-width: 161px;
  padding: 0 30px;
  border: 0;
  background: transparent;
  color: #FFF9F1;
  position: relative;
  isolation: isolate;
  overflow: visible;
  transition: none;
}

.site-footer__locale-save::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #232030;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
  pointer-events: none;
}

.site-footer__locale-save:hover,
.site-footer__locale-save:focus-visible {
  background: transparent;
  outline: 0;
}

.site-footer__locale-save:hover::before,
.site-footer__locale-save:focus-visible::before {
  transform: scale(1.04);
}

.site-footer__locale-save:active::before {
  transform: scale(1);
}

.site-footer__locale-save:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-ink) 18%, transparent);
  outline-offset: 2px;
}

@media (max-width: 1140px) {
  .site-footer__inner {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    align-items: start;
    gap: 30px;
  }

  .site-footer__brand-column {
    width: 100%;
    max-width: 320px;
    justify-self: center;
    align-self: center;
  }

  .site-footer__nav {
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 24px 30px;
  }

  .site-footer__meta-inner {
    grid-template-columns: 1fr;
    justify-items: flex-start;
    gap: 12px;
    padding: 18px 0;
  }

  .site-footer__copyright {
    justify-self: start;
  }

  .site-footer__legal {
    justify-content: flex-start;
  }

  .site-footer__legal a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .site-footer__locale-modal-shell {
    max-width: calc(100vw - 32px);
  }
}

@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer__brand-column {
    width: 100%;
    max-width: none;
    justify-self: center;
  }

  .site-footer__nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 40px;
  }
}

@media (max-width: 767px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 34px 0 38px;
  }

  .site-footer__newsletter-inner {
    padding: 28px 0 30px;
    gap: 18px;
  }

  .site-footer__newsletter-text {
    font-size: 16px;
  }

  .site-footer__newsletter-form {
    width: 100%;
  }

  .site-footer__newsletter-input {
    padding: 0 18px;
  }

  .site-footer__newsletter-button {
    min-width: 144px;
  }

  .site-footer__promise-inner {
    min-height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px 0;
  }

  .site-footer__promise-text {
    font-size: 15px;
    text-underline-offset: 6px;
  }

  .site-footer__brand-column {
    width: 100%;
    max-width: none;
    justify-self: center;
    align-self: center;
    gap: 18px;
    align-items: center;
    text-align: center;
  }

  .site-footer__brandmark {
    width: 164px;
    height: 63px;
    margin-inline: auto;
  }

  .site-footer__brandmark::before {
    left: 44px;
    width: 120px;
  }

  .site-footer__brandmark::after {
    left: -15px;
    top: 53px;
    width: 120px;
  }

  .site-footer__brandmark-text {
    width: 155px;
    height: 45px;
    font-size: 37.8px;
    line-height: 45px;
  }

  .site-footer__app-button {
    width: min(100%, 320px);
    min-height: 46px;
    justify-content: center;
    font-size: 15px;
    margin-inline: auto;
  }

  .site-footer__nav {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__heading {
    font-size: 18px;
  }

  .site-footer__links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .site-footer__socials {
    gap: 18px;
  }

  .site-footer__social-link {
    width: 44px;
    height: 44px;
  }

  .site-footer__locale-trigger {
    min-height: 44px;
    padding: 12px 18px;
    gap: 10px;
    font-size: 13px;
  }

  .site-footer__locale-modal-overlay {
    --site-footer-locale-sheet-top: clamp(84px, 13dvh, 128px);
    align-items: flex-end;
    justify-content: center;
    padding: calc(env(safe-area-inset-top, 0px) + var(--site-footer-locale-sheet-top)) 0 0;
    overflow: hidden;
    background: rgba(35, 32, 48, 0.42);
    transition: opacity 0.22s ease;
  }

  .site-footer__locale-modal-shell {
    width: 100%;
    max-width: none;
    height: calc(100vh - (env(safe-area-inset-top, 0px) + var(--site-footer-locale-sheet-top)));
    height: calc(100dvh - (env(safe-area-inset-top, 0px) + var(--site-footer-locale-sheet-top)));
    max-height: none;
    display: flex;
    flex-direction: column;
    background: var(--popup-bg);
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -8px 28px rgba(35, 32, 48, 0.22);
    opacity: 1;
    overflow: hidden;
    transform: translateY(100%);
    transform-origin: bottom center;
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-footer__locale-modal-overlay.is-open .site-footer__locale-modal-shell {
    opacity: 1;
    transform: translateY(0);
  }

  .site-footer__locale-modal-overlay.is-closing .site-footer__locale-modal-shell {
    opacity: 1;
    transform: translateY(100%);
    transition: transform 180ms cubic-bezier(0.4, 0, 1, 1);
  }

  .site-footer__locale-modal-overlay.is-sheet-dragging .site-footer__locale-modal-shell {
    transform: translateY(var(--site-footer-locale-sheet-drag-y, 0px));
    transition: none;
    will-change: transform;
  }

  .site-footer__locale-modal-overlay.is-sheet-settling .site-footer__locale-modal-shell {
    transform: translateY(var(--site-footer-locale-sheet-drag-y, 0px));
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .site-footer__locale-modal-overlay.is-sheet-closing .site-footer__locale-modal-shell {
    transform: translateY(var(--site-footer-locale-sheet-drag-y, 100%));
    transition: transform 180ms cubic-bezier(0.4, 0, 1, 1);
    will-change: transform;
  }

  .site-footer__locale-sheet-grip {
    min-height: var(--popup-sheet-grip-height, 44px);
    display: flex;
    flex: 0 0 var(--popup-sheet-grip-height, 44px);
    align-items: center;
    justify-content: center;
    background: var(--popup-bg);
    cursor: grab;
    touch-action: none;
    user-select: none;
  }

  .site-footer__locale-sheet-grip span {
    width: var(--popup-sheet-grip-width, 48px);
    height: var(--popup-sheet-grip-thickness, 5px);
    border-radius: 999px;
    background: var(--popup-sheet-grip-color);
  }

  .site-footer__locale-modal-overlay.is-sheet-dragging .site-footer__locale-sheet-grip {
    cursor: grabbing;
  }

  .site-footer__locale-modal-close {
    display: none !important;
  }

  .site-footer__locale-modal {
    min-height: 0;
    padding: 2px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    box-shadow: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .site-footer__locale-modal-title {
    font-size: var(--popup-title-size, 25px);
    line-height: var(--popup-title-line-height, 1.16);
  }

  .site-footer__locale-select {
    height: 46px;
    min-height: 46px;
    font-size: 13px;
    line-height: 46px;
  }

  .site-footer__locale-actions {
    flex-direction: column-reverse;
  }

  .site-footer__locale-cancel,
  .site-footer__locale-save {
    width: 100%;
  }
}

@media (min-width: 961px) {
  body.is-ai-panel-open .site-footer {
    margin-left: 0 !important;
  }

  body.is-ai-panel-open:not(.page--homepage) .site-footer {
    --site-footer-lume-compression: 360px;
    margin-right: var(--site-footer-lume-compression) !important;
  }

  body.is-ai-panel-open.page--gift-room .site-footer {
    --site-footer-lume-compression: 360px;
  }

  body.is-ai-panel-open footer.site-footer .container,
  body.is-ai-panel-open .site-footer .container {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.is-ai-panel-open .site-footer__promise-inner {
    min-height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px 0;
  }

  body.is-ai-panel-open .site-footer__promise-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.45;
    text-underline-offset: 6px;
  }
}

@media (min-width: 961px) and (max-width: 1640px) {
  body.is-ai-panel-open .site-footer__inner {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    align-items: start;
    gap: 30px;
  }

  body.is-ai-panel-open .site-footer__brand-column {
    width: 100%;
    max-width: 320px;
    justify-self: center;
    align-self: center;
  }

  body.is-ai-panel-open .site-footer__nav {
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 24px 30px;
  }

  body.is-ai-panel-open .site-footer__meta-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: flex-start;
    gap: 12px;
    padding: 18px 0;
  }

  body.is-ai-panel-open .site-footer__copyright {
    justify-self: start !important;
  }

  body.is-ai-panel-open .site-footer__legal {
    justify-content: flex-start !important;
    max-width: 100%;
    min-width: 0;
  }

  body.is-ai-panel-open .site-footer__locale-modal-shell {
    max-width: calc(100vw - 32px);
  }
}

@media (min-width: 961px) and (max-width: 1264px) {
  body.is-ai-panel-open .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 34px 0 38px;
  }

  body.is-ai-panel-open .site-footer__newsletter-inner {
    padding: 28px 0 30px;
    gap: 18px;
  }

  body.is-ai-panel-open .site-footer__newsletter-text {
    font-size: 16px;
  }

  body.is-ai-panel-open .site-footer__newsletter-form {
    width: 100%;
  }

  body.is-ai-panel-open .site-footer__newsletter-input {
    padding: 0 18px;
  }

  body.is-ai-panel-open .site-footer__newsletter-button {
    min-width: 144px;
  }

  body.is-ai-panel-open .site-footer__promise-inner {
    min-height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px 0;
  }

  body.is-ai-panel-open .site-footer__promise-text {
    font-size: 15px;
    text-underline-offset: 6px;
  }

  body.is-ai-panel-open .site-footer__brand-column {
    width: 100%;
    max-width: none;
    justify-self: center;
    align-self: center;
    gap: 18px;
    align-items: center;
    text-align: center;
  }

  body.is-ai-panel-open .site-footer__app-button {
    width: min(100%, 320px);
    min-height: 46px;
    justify-content: center;
    font-size: 15px;
    margin-inline: auto;
  }

  body.is-ai-panel-open .site-footer__nav {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.is-ai-panel-open .site-footer__heading {
    font-size: 18px;
  }

  body.is-ai-panel-open .site-footer__links a {
    font-size: 15px;
  }

  body.is-ai-panel-open .site-footer__socials {
    gap: 18px;
  }

  body.is-ai-panel-open .site-footer__social-link {
    width: 22px;
    height: 22px;
  }

body.is-ai-panel-open .site-footer__locale-trigger {
    padding: 12px 18px;
    gap: 10px;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  .site-footer__locale-modal-title {
    font-size: 22px !important;
    line-height: 1.18 !important;
  }
}
