:root {
  --footer-yellow: #f5bd07;
  --footer-green: #26372b;
  --footer-lime: #b9e664;
  --footer-text: #eef5ea;
  --footer-muted: #c5d1c4;
  --footer-line: rgba(255, 255, 255, 0.22);
  --footer-pill: #33463a;
}

.weinhale-footer {
  color: var(--footer-text);
  background: var(--footer-green);
  border-radius: 0;
  overflow: hidden;
}

.weinhale-footer__newsletter {
  padding: 52px 24px 56px;
  text-align: center;
  color: #2b3440;
  background: var(--footer-yellow);
}

.weinhale-footer__newsletter-inner,
.weinhale-footer__main,
.weinhale-footer__bottom {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.weinhale-footer__newsletter-title {
  margin: 0;
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.weinhale-footer__newsletter-copy {
  max-width: 760px;
  margin: 12px auto 0;
  color: rgba(43, 52, 64, 0.84);
  font-size: 18px;
  line-height: 1.55;
}

.weinhale-footer__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.weinhale-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  background: #2d3f34;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.weinhale-footer__socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.weinhale-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #2d3f34;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.weinhale-footer__social img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.weinhale-footer__main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 44px;
  padding: 56px 0 40px;
}

.weinhale-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.weinhale-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.weinhale-footer__logo-image {
  display: block;
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  object-fit: contain !important;
}

.weinhale-footer__contact-list {
  display: grid;
  gap: 14px;
}

.weinhale-footer__contact-item {
  display: flex;
  gap: 12px;
  color: var(--footer-text);
  text-decoration: none;
}

.weinhale-footer__contact-icon {
  flex: 0 0 28px;
  width: 28px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}

.weinhale-footer__contact-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.weinhale-footer__contact-copy,
.weinhale-footer__about {
  color: var(--footer-muted);
  font-size: 18px;
  line-height: 1.55;
}

.weinhale-footer__contact-copy strong {
  display: block;
  color: #fff;
  font-size: 17px;
}

.weinhale-footer__col-title {
  margin: 0 0 18px;
  color: var(--footer-lime);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.weinhale-footer__desktop-only {
  display: block;
}

.weinhale-footer__mobile-only {
  display: none;
}

.weinhale-footer__accordion {
  margin: 0;
}

.weinhale-footer__accordion > summary {
  list-style: none;
  cursor: default;
}

.weinhale-footer__accordion > summary::-webkit-details-marker {
  display: none;
}

.weinhale-footer__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.weinhale-footer__accordion-icon {
  display: none;
  flex: 0 0 auto;
  color: var(--footer-lime);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.weinhale-footer__accordion:not([open]) .weinhale-footer__accordion-icon {
  transform: rotate(-90deg);
}

.weinhale-footer__menu {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.weinhale-footer__menu a,
.weinhale-footer__about a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 160ms ease;
}

.weinhale-footer__menu a {
  font-size: 16px;
  font-weight: 700;
}

.weinhale-footer__about a {
  color: var(--footer-lime);
}

.weinhale-footer__menu a:hover,
.weinhale-footer__menu a:focus-visible,
.weinhale-footer__about a:hover,
.weinhale-footer__about a:focus-visible,
.weinhale-footer__bottom a:hover,
.weinhale-footer__bottom a:focus-visible,
.weinhale-footer__contact-item:hover .weinhale-footer__contact-copy strong,
.weinhale-footer__contact-item:focus-visible .weinhale-footer__contact-copy strong {
  color: var(--footer-lime);
}

.weinhale-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 28px;
  border-top: 1px solid var(--footer-line);
  color: var(--footer-muted);
  font-size: 15px;
}

.weinhale-footer__bottom a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .weinhale-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 56px;
  }

  .weinhale-footer__brand {
    grid-column: 1;
    grid-row: 1;
  }

  .weinhale-footer__col:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .weinhale-footer__col:nth-of-type(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .weinhale-footer__about-col {
    grid-column: 2;
    grid-row: 2;
  }

  .weinhale-footer__newsletter-title {
    font-size: clamp(28px, 4vw, 42px);
  }

  .weinhale-footer__newsletter-copy {
    max-width: 640px;
    font-size: 17px;
  }

  .weinhale-footer__logo-image {
    width: 160px !important;
    max-width: 160px !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .weinhale-footer {
    border-radius: 0;
  }

  .weinhale-footer__newsletter {
    padding: 36px 18px 38px;
  }

  .weinhale-footer__newsletter-inner,
  .weinhale-footer__main,
  .weinhale-footer__bottom {
    width: min(100%, calc(100% - 36px));
  }

  .weinhale-footer__newsletter-title {
    font-size: 32px;
  }

  .weinhale-footer__logo-image {
    width: 140px !important;
    max-width: 140px !important;
    height: auto !important;
  }

  .weinhale-footer__newsletter-copy {
    font-size: 16px;
  }

  .weinhale-footer__button {
    width: 100%;
  }

  .weinhale-footer__main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px 0 28px;
  }

  .weinhale-footer__desktop-only {
    display: none;
  }

  .weinhale-footer__mobile-only {
    display: block;
  }

  .weinhale-footer__social {
    width: 52px;
    height: 52px;
  }

  .weinhale-footer__social-icon {
    display: inline-block;
  }

  .weinhale-footer__social-label {
    display: none;
  }

  .weinhale-footer__brand {
    align-items: center;
    text-align: center;
  }

  .weinhale-footer__contact-list {
    justify-items: center;
    width: 100%;
    gap: 8px;
  }

  .weinhale-footer__contact-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: left;
    width: auto;
    max-width: 100%;
  }

  .weinhale-footer__contact-icon {
    display: inline-flex !important;
    flex: 0 0 22px;
    width: 22px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    visibility: visible;
    opacity: 1;
  }

  .weinhale-footer__contact-icon img {
    display: block !important;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    object-fit: contain;
    visibility: visible;
    opacity: 1;
  }

  .weinhale-footer__contact-item:last-child {
    align-items: flex-start;
  }

  .weinhale-footer__contact-item:last-child .weinhale-footer__contact-icon {
    margin-top: 2px;
  }

  .weinhale-footer__contact-copy strong {
    font-size: 16px;
  }

  .weinhale-footer__col {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--footer-line);
    width: 100%;
  }

  .weinhale-footer__brand,
  .weinhale-footer__col,
  .weinhale-footer__about-col {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .weinhale-footer__col-title {
    margin-bottom: 0;
    font-size: 17px;
    text-align: center;
  }

  .weinhale-footer__accordion > summary {
    cursor: pointer;
  }

  .weinhale-footer__accordion-trigger {
    min-height: 28px;
    width: 100%;
  }

  .weinhale-footer__accordion-icon {
    display: inline-block;
  }

  .weinhale-footer__accordion-content {
    padding-top: 18px;
  }

  .weinhale-footer__accordion:not([open]) .weinhale-footer__accordion-content {
    display: none !important;
  }

  .weinhale-footer__menu {
    justify-items: center;
    text-align: center;
  }

  .weinhale-footer__contact-copy,
  .weinhale-footer__about {
    font-size: 16px;
    text-align: left;
  }

  .weinhale-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 0 24px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .weinhale-footer .weinhale-footer__brand {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .weinhale-footer .weinhale-footer__logo {
    justify-content: flex-start !important;
  }

  .weinhale-footer .weinhale-footer__contact-list {
    display: grid !important;
    justify-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
    margin-top: 4px !important;
  }

  .weinhale-footer .weinhale-footer__contact-item {
    display: grid !important;
    grid-template-columns: 20px 1fr !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 8px !important;
    width: 100% !important;
    text-align: left !important;
  }

  .weinhale-footer .weinhale-footer__contact-icon {
    display: inline-flex !important;
    width: 20px !important;
    min-width: 20px !important;
    flex: 0 0 20px !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .weinhale-footer .weinhale-footer__contact-icon img {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .weinhale-footer .weinhale-footer__contact-copy,
  .weinhale-footer .weinhale-footer__about {
    text-align: left !important;
    font-size: 16px !important;
  }

  .weinhale-footer .weinhale-footer__contact-copy strong {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .weinhale-footer .weinhale-footer__contact-item + .weinhale-footer__contact-item {
    margin-top: 2px !important;
  }
}