.hero {
    position: relative;
   
    height: 810px;
    background-color: #ffffff;
  }
  
  .hero--home {
    background-image: none;
  }
  
  .hero--home::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 810px;
    background-image: url('/img/home/hero-mobile.webp');
    background-size: 100% 810px;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
  }
  
  .hero--home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 810px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
/*    background: linear-gradient(to bottom, rgb(165 165 165 / 0%), #ffffff36);*/
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.35));
  }
  
  .hero .sized-content {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    align-items: flex-start;
  }
  
  .hero .tracking-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    width: 560px;
  }
  
  .hero .container-2 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .hero .text-wrapper {
    position: relative;
    width: 560px;
    margin-top: -1.00px;
    font-family: var(--headline-primary-font-family);
    font-weight: 500;
    color: var(--backgroundcontentbackground-primary);
    font-size: 60px;
    letter-spacing: 0;
    line-height: 66.0px;
  }
  
  .hero .p {
    position: relative;
    align-self: stretch;
    font-family: "Source Sans Pro", Helvetica;
    font-weight: 300;
    color: var(--backgroundcontentbackground-primary);
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 140%;
    max-width: 550px;
  }
  
  .hero .frame {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .hero .text-wrapper-2 {
    position: relative;
    width: 520px;
    margin-top: -1.00px;
    font-family: "Source Sans Pro", Helvetica;
    font-weight: 300;
    color: var(--backgroundcontentbackground-primary);
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 140%;
  }
  
  .hero .CTA {
    display: inline-flex;
    height: 64px;
    align-items: center;
    gap: 24px;
    padding: 0px 8px 0px 24px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #ffffff33;
  }
  
  .hero .text-wrapper-3 {
    position: relative;
    width: 350px;
    font-family: "Poppins";
    font-weight: 400;
    color: #0000004c;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 160%;
  }

  .hero .text-wrapper-3 {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  
  .hero .text-wrapper-3::placeholder {
    color: #0000004c;
    opacity: 1;
  }
  
  .hero .CTA {
    border-radius: 0;
  }
  
  .hero .text-wrapper-2 {
    cursor: default;
  }
  
  .about-us .text-wrapper {
    position: relative;
    width: 633px;
    margin-top: -1.00px;
    font-family: var(--headline-primary-font-family);
    font-weight: 500;
    color: var(--brand-colorsmain-brand-color);
    font-size: 40px;
    letter-spacing: 0;
    line-height: 120%;
  }

  .about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 140px 80px 170px;
    position: relative;
  }
  
  .about-us .frame {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    position: relative;
    height: 540px;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    flex: 0 0 auto;
  }

  /* wine-bottles-desktop.webp — CLS / Lighthouse (same as width="720" height="695") */
  .about-us--home .frame > img.container {
    aspect-ratio: 720 / 695;
  }

  .about-us .container {
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    display: block;
    max-width: 100%;
    width: auto;
    height: 540px;
  }

  .about-us .container img {
    height: 540px;
    aspect-ratio: 600 / 400;
    object-fit: cover;
  }
  
  .about-us .div {
    display: inline-flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
    width: 633px;    
  }
  
  .about-us .text-wrapper {
    position: relative;
    width: 633px;
    max-width: 100%;
    margin-top: -1.00px;
    font-family: var(--headline-primary-font-family);
    font-weight: 500;
    color: var(--brand-colorsmain-brand-color);
    font-size: 40px;
    letter-spacing: 0;
    line-height: 120%;
  }
  
  .about-us .with-years-of-wrapper {
    display: flex;
    gap: 20px;
    align-self: stretch;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
  }
  
  .about-us .with-years-of {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Poppins";
    font-weight: 400;
    color: var(--backgroundcontentcontent-primary);
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 25.2px;
  }

  .services {
    display: flex;
    flex-direction: column;
    min-height: auto;
    align-items: center;
    gap: 40px;
    padding: 80px 80px 100px;
    position: relative;
    background-color: var(--backgroundcontentbackground-third);
  }

  .services_background {
    background: var(--backgroundcontentbackground-third);
  }
  
  .services .text-wrapper {
    position: relative;
    margin-top: -1.00px;
    color: var(--backgroundcontentcontent-primary);
    max-width: 728px;
    width: 100%;
    font-family: var(--headline-primary-font-family);
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0;
    line-height: 120%;
  }
  
  .services .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    flex: 0 0 auto;
    position: relative;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .services .div {
    display: flex;
    align-items: stretch;
    gap: 40px;
    flex: 0 0 auto;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .services .card {
    width: 400px;
    min-height: 439px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
    position: relative;
    background-color: var(--backgroundcontentbackground-primary);
    cursor: pointer;
  }
  
  .services .img {
    height: 200px;
    position: relative;
    align-self: stretch;
    width: 100%;
    aspect-ratio: 400 / 280;
    object-fit: cover;
  }
  
  .services .container-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .services .container-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .services .text-wrapper-2 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--headline-primary-font-family);
    font-weight: 700;
    color: var(--backgroundcontentcontent-primary);
    font-size: 30px;
    letter-spacing: 0;
    line-height: 130%;
  }
  
  .services .p {
    position: relative;
    width: 368px;
    min-height: 72px;
    font-family: "Poppins";
    font-weight: 400;
    color: #070707b2;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 150%;
  }

  /* Services: single row from 1440px */
  @media (min-width: 1440px) {
    .services .container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
    }
    .services .container .div {
      display: contents;
    }
  }

  /* EU countries popup (locations section) */
  .eu-countries-popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0.2s ease, opacity 0.2s ease;
  }
  .eu-countries-popup.eu-countries-popup--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .eu-countries-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
  }
  .eu-countries-popup__panel {
    position: relative;
    z-index: 1;
    background-color: var(--backgroundcontentbackground-third);
    padding: 24px;
    padding-top: 16px;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    max-width: 90vw;
    width: 400px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .eu-countries-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--backgroundcontentcontent-primary);
    transition: opacity 0.2s ease;
  }
  .eu-countries-popup__close:hover {
    opacity: 0.7;
  }
  .eu-countries-popup__close-icon {
    width: 24px;
    height: 24px;
    display: block;
  }
  .eu-countries-popup__title {
    margin: 0 0 16px;
    font-family: var(--headline-primary-font-family);
    font-weight: 700;
    color: var(--backgroundcontentcontent-primary);
    font-size: 32px;
    line-height: 130%;
  }
  .eu-countries-popup__list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .eu-countries-popup__item {
    margin: 0;
  }
  .eu-countries-popup__link {
    display: block;
    width: 100%;
    padding: 10px 12px;
    text-align: left;
    background: transparent;
    border: none;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--backgroundcontentcontent-primary);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .eu-countries-popup__link:hover {
    background-color: var(--backgroundcontentbackground-primary);
    color: var(--backgroundcontentcontent-primary);
  }
  .eu-countries-popup__link:focus-visible {
    outline: 2px solid var(--backgroundcontentcontent-primary);
    outline-offset: 2px;
  }

  .locations-black .map-marker {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transform: translate(-50%, -100%);
    transition: transform 0.2s ease, opacity 0.3s ease;
    z-index: 10;
  }
  

  .locations-black .map-marker img {
    width: 24px;
    height: 32px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  }

  .locations-black .map-marker-wh img {
    width: 30px;
    height: 30px;
  }

  .map-edited__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .region-tooltip .image {
    width: 64px;
    height: 64px;
    object-fit: cover;
  }

  .locations-black .map-marker .marker-label {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 500;
    color: var(--backgroundcontentbackground-primary);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 8px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }

  .locations-black .map-marker:hover .marker-label {
    opacity: 1;
  }

  .locations-black .map-marker:hover {
    transform: translate(-50%, -100%) scale(1.15);
    z-index: 20;
  }

  .locations-black .map-marker[data-level="region"] {
    display: flex;
  }

  .locations-black .map-marker[data-level="country"] {
    display: none;
  }

  .locations-black .map-marker.active {
    display: flex !important;
  }

  .locations-black .map-marker.hidden {
    display: none !important;
  }

  /* Europe zoom: mobile, tablet, desktop */
  .locations-black__map-scroll.map-scroll--europe-zoom {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }
  .locations-black__map-scroll.map-scroll--europe-zoom .map-edited {
    position: relative;
    width: 2312px;
    min-width: 2312px;
    height: 800px;
    min-height: 800px;
  }
  .locations-black__map-scroll.map-scroll--europe-zoom .map-edited img {
    object-fit: cover;
    object-position: center center;
  }

  /* Asia zoom: mobile, tablet, desktop */
  .locations-black__map-scroll.map-scroll--asia-zoom {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }
  .locations-black__map-scroll.map-scroll--asia-zoom .map-edited {
    position: relative;
    width: 2000px;
    min-width: 2000px;
    height: 692px;
    min-height: 692px;
  }
  .locations-black__map-scroll.map-scroll--asia-zoom .map-edited img {
    object-fit: contain;
    object-position: center center;
  }

  /* North America zoom: mobile, tablet, desktop */
  .locations-black__map-scroll.map-scroll--north-america-zoom {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }
  .locations-black__map-scroll.map-scroll--north-america-zoom .map-edited {
    position: relative;
    width: 2312px;
    min-width: 2312px;
    height: 800px;
    min-height: 800px;
  }
  .locations-black__map-scroll.map-scroll--north-america-zoom .map-edited img {
    object-fit: cover;
    object-position: center center;
  }

  .certifications {
    display: flex;
    flex-direction: column;
    min-height: 499px;
    align-items: center;
    gap: 30px;
    padding: 80px;
    position: relative;
    background-color: var(--backgroundcontentbackground-third);
  }

  .certifications__content {
    justify-content: center;
  }

  .certifications__background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }
  
  .certifications__header {
    display: flex;
    flex-direction: column;
    max-width: 624px;
    width: 100%;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
    z-index: 1;
  }
  
  .certifications__title {
    position: relative;
    width: 100%;
    max-width: 656px;
    margin-top: -1.00px;
    font-family: var(--headline-primary-font-family);
    font-weight: 500;
    color: var(--backgroundcontentbackground-primary);
    font-size: 50px;
    text-align: center;
    letter-spacing: 0;
    line-height: 120%;
  }
  
  .certifications__description {
    position: relative;
    width: 100%;
    font-family: "Poppins";
    font-weight: 400;
    color: var(--backgroundcontentbackground-primary);
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.60px;
    line-height: 140%;
  }
  
  .certifications__logos {
    width: 100%;
    display: inline-flex;
    min-height: 143px;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
  }
  
  .certifications__logo-item {
    position: relative;
    width: 300px;
    margin-top: -0.50px;
    margin-bottom: -0.50px;
  }
  
  .certifications__logo-item--padded {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px;
  }
  
  .certifications__logo-image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 120 / 80;
    object-fit: contain;
    flex: 0 0 auto;
  }

  /* Certifications / Accreditations – mobile (375px): темний фон, білий текст і логотипи, відступи 80/16 */
  

  
  /* Country Modal Overlay */
.country-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.country-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Country Modal Content – layout and sizing per Figma (1440×961) */
.country-modal {
  position: relative;
  width: 100%;
  max-width: 1440px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f6ed;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.country-modal-overlay.active .country-modal {
  transform: scale(1);
}

.country-modal__header {
  flex-shrink: 0;
  padding: 38px 35px 0 35px
}

.country-modal__title {
  font-family: var(--headline-primary-font-family);
  font-weight: 500;
  color: var(--backgroundcontentcontent-primary);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 48px;
  margin: 0 0 22px 0;
}

.country-modal__divider {
  width: 100%;
  max-width: 1233px;
  height: 1px;
  margin: 0;
  border: none;
  background-color: var(--backgroundcontentcontent-tertiary);
  flex-shrink: 0;
}

.country-modal__inner {
  display: flex;
  flex: 1;
  min-height: 0;
  gap: 0;
}

.country-modal__content {
  flex: 1;
  min-width: 0;
  max-width: 856px;
  padding: 30px 21px 0 37px;
  overflow-y: auto;
}

.country-modal__description {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  color: var(--backgroundcontentcontent-primary);
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 140%;
  margin: 0 0 10px 0;
}

.country-modal__description br {
  display: block;
  content: "";
  margin-bottom: 0.65em;
}
.country-modal__description br + br {
  margin-bottom: 0.35em;
}

.country-modal__description .span {
  letter-spacing: 0.12px;
}

.country-modal__services-section {
  margin-top: 25px;
}

.country-modal__services-title {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 700;
  color: var(--backgroundcontentcontent-primary);
  font-size: 18px;
  letter-spacing: 0.12px;
  line-height: 140%;
  margin: 0;
}

.country-modal__services-list {
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 400;
    color: var(--backgroundcontentcontent-primary);
    font-size: 18px;
    letter-spacing: 0.12px;
    line-height: 140%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
}

.country-modal__services-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 0;
}

.country-modal__services-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.country-modal__contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.country-modal__contact[hidden] {
  display: none !important;
}

.country-modal__contact-text {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  color: var(--backgroundcontentcontent-primary);
  font-size: 20px;
  letter-spacing: 0.12px;
  line-height: 28px;
  white-space: pre-line;
  margin: 0;
}

.country-modal__cta--contact {
  align-self: flex-start;
}

.country-modal__map {
  width: 100%;
  min-height: 280px;
  margin-top: 24px;
  background: var(--backgroundcontentcontent-secondary, #e8e6e0);
}

.country-modal__map .gm-style > div:first-child {
  border-radius: 4px;
}

.country-modal__image-container {
  flex-shrink: 0;
  width: 588px;
  max-height: 60vh;
  overflow: hidden;
}

.country-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.14;
  display: block;
}

.country-modal__image.country-modal__image--loading {
  opacity: 0;
}

.country-modal__footer {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding: 34px 0;
}

.country-modal__cta {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  background-color: var(--brand-colorsmain-brand-color);
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.country-modal__cta:hover {
  background-color: rgba(112, 24, 55, 0.9);
}

.country-modal__cta:active {
  background-color: rgba(112, 24, 55, 1);
}

.country-modal__cta-text {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  color: var(--backgroundcontentbackground-primary);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: normal;
  white-space: nowrap;
}

.country-modal__close {
  position: absolute;
  top: 11px;
  right: 34px;
  width: 49px;
  height: 49px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 27px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: var(--backgroundcontentcontent-primary);
  transition: opacity 0.2s ease;
}

.country-modal__close:hover {
  opacity: 0.7;
}

.country-modal__close-icon {
  width: 29px;
  height: 29px;
  display: block;
}

/* Make markers clickable when country level */
.locations-black .map-marker[data-level="country"] {
  cursor: pointer;
}

.locations-black .map-marker[data-level="country"]:hover {
  transform: translate(-50%, -100%) scale(1.2);
}

/* Country Modal – responsive */


/* =========================
   HOME PAGE BACKGROUND STYLES
   ========================= */

/* Hero Section Background */
.hero--home {
  background-image: none;
}

.hero--home::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 810px;
  background-image: url('/img/home/hero-mobile.webp');
  background-size: 100% 810px;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero--home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 810px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
/*  background: linear-gradient(to bottom, rgb(165 165 165 / 0%), #ffffff36);*/
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.35));
  z-index: 1;
}

/* About Us Section Background */
.about-us--home::after {
  content: '';
  position: absolute;
  width: 148px;
  height: 236px;
  top: 562px;
  left: 27px;
  background-image: url('/img/home/clip-path-group-mobile.webp');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

/* Certifications Section Background */
.certifications--home {
  background-image: url('/img/home/certifications-background-image-mobile.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 744px) and (max-width: 1439px) {
  .hero--home::after {
    background-image: url('/img/home/hero-tablet.webp');
  }

  .about-us--home::after {
    background-image: url('/img/home/clip-path-group-tablet.webp');
  }

  .certifications--home {
    background-image: url('/img/home/certifications-background-image-tablet.webp');
  }
}

@media (min-width: 1440px) {
  .hero--home::after {
    background-image: url('/img/home/hero-desktop.webp');
  }

  .about-us--home::after {
    background-image: url('/img/home/clip-path-group-desktop.webp');
  }

  .certifications--home {
    background-image: url('/img/home/certifications-background-image-desktop.webp');
  }
}

.testimonials {
    position: relative;
    padding: 120px 0px;
    overflow: hidden;
}

.testimonials__background {
    background-color: var(--backgroundcontentbackground-third);
}

.testimonials__decor {
    position: absolute;
    width: 663px;
    height: 663px;
    opacity: 0.15;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonials__decor--left {
    top: 0px;
    left: 85px;
    background-image: url("/img/shared/grape-decore.svg");
}

.testimonials__decor--right {
    bottom: 285px;
    right: -270px;
    background-image: url("/img/shared/grape-decore.svg");
}

.testimonials__title {
    text-align: center;
    font-family: var(--headline-primary-font-family);
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    color: var(--backgroundcontentcontent-primary);
}

.testimonials__list {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0;
    box-sizing: border-box;
}

.testimonials__list::-webkit-scrollbar {
    display: none;
}

.testimonials__nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 32px;
    position: relative;
    z-index: 1;
}

.testimonials__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    color: var(--backgroundcontentbackground-primary);
    background-color: var(--brand-colorsmain-brand-color);
    font-family: var(--body-primary-font-family);
    transition:
        background-color 0.2s ease,
        transform 0.15s ease,
        opacity 0.2s ease;
}

.testimonials__nav-btn:hover:not(:disabled) {
    background-color: var(--brand-colorssecond-brand-color);
}

.testimonials__nav-btn:active:not(:disabled) {
    transform: translateY(1px);
}

.testimonials__nav-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.testimonials__nav-btn:focus-visible {
    outline: 2px solid var(--backgroundcontentcontent-primary);
    outline-offset: 3px;
}

.testimonials__nav-icon {
    display: block;
    flex-shrink: 0;
}

.testimonial-card {
    background-color: var(--backgroundcontentbackground-primary);
    z-index: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: calc((100% - 48px) / 3);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
}

.testimonial-card__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-card__icon {
    width: 120px;
    height: 24px;
    background-image: url("/img/services/auction-wines/icons/testimonials-star.svg"); /* you can swap */
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
}

.testimonial-card__text {
    font-family: var(--body-primary-font-family);
    font-size: 18px;
    line-height: 25.2px;
    color: var(--backgroundcontentcontent-primary);
}

.testimonial-card__author {
    font-family: var(--body-primary-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    color: var(--backgroundcontentcontent-primary);
}

@media (max-width: 743px) {
  .country-modal {
    min-height: auto;
    max-height: 90vh;
  }

  .country-modal__header {
    padding: 40px 24px 0 24px;
  }

  .country-modal__title {
    font-size: 32px;
    line-height: 40px;
  }

  .country-modal__inner {
    flex-direction: column;
  }

  .country-modal__content {
    max-width: 100%;
    padding: 20px 24px 0 24px;
  }

  .country-modal__description,
  .country-modal__services-list {
    font-size: 16px;
    line-height: 24px;
  }

  .country-modal__services-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .country-modal__services-list li {
    margin-bottom: 6px;
    padding-left: 18px;
  }

  .country-modal__image-container {
    width: 100%;
    max-width: 100%;
    height: 250px;
    margin-top: 0;
  }

  .country-modal__footer {
    padding: 24px 0;
  }
}

@media (min-width: 800px) and (max-width: 1439px) {
    .locations-black .region-btn {
      display: flex;
      justify-content: center;
    }

    .locations-black__map-scroll {
      display: flex;
      justify-content: center;
    }
}

@media (min-width: 744px) and (max-width: 1439px) {
.about-us.about-us--home.sized-content {
      padding: 28px 32px 80px;
      align-items: stretch;
    }

    .about-us .frame {
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      height: auto;
      gap: 32px;
    }

    .about-us .container {
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0;
      order: 1;
    }

    .about-us .container img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .about-us .div {
      width: 100%;
      max-width: 100%;
      gap: 24px;
      order: 2;
    }

    .about-us .text-wrapper {
      width: 100%;
      font-size: 24px;
      line-height: 1.2;
      color: var(--brand-colorsmain-brand-color);
    }

    .about-us .with-years-of-wrapper {
      gap: 16px;
    }

    .about-us .with-years-of {
      font-size: 16px;
      line-height: 1.2;
      color: var(--backgroundcontentcontent-primary);
    }

   .services.sized-content {
      padding: 48px 32px 80px;
    }

    .services .text-wrapper {
      font-size: 24px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .services .text-wrapper-2 {
      font-size: 20px;
    }

    .services .container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 100%;
      max-width: 100%;
      gap: 24px;
      align-items: stretch;
    }

    .services .div {
      display: contents;
    }

    .services .card {
      width: 100%;
      max-width: 100%;
      min-height: auto;
      box-sizing: border-box;
      cursor: pointer;
    }

    .services .p {
      width: 100%;
      height: auto;
      max-width: 100%;
    }

    .locations-black {
      width: 100%;
      max-width: 100%;
      min-height: 601px;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 24px 32px 32px;
      overflow: visible;
      box-sizing: border-box;
      background-color: var(--colors-miscellaneous-window-grabber);
    }

    .locations-black .text-wrapper-3 {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      text-align: center;
      padding: 0 32px;
      font-family: var(--headline-primary-font-family);
      font-weight: 500;
      font-size: 24px;
      color: var(--backgroundcontentbackground-primary);
      line-height: 120%;
      box-sizing: border-box;
    }

    .locations-black .rectangle {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }

    .locations-black .locations-header {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 32px;
      box-sizing: border-box;
    }

    .locations-black .locations-header .world-class-flexible {
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 0;
      font-family: var(--headline-primary-font-family);
      font-weight: 600;
      font-size: 24px;
      line-height: 1.3;
      color: var(--backgroundcontentbackground-primary);
    }

    .locations-black .region-filters {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-wrap: nowrap;
      gap: 12px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x;
      scrollbar-width: none;
      -ms-overflow-style: none;
      justify-content: flex-start;
      padding: 8px;
      box-sizing: border-box;
    }

    .locations-black .region-filters::-webkit-scrollbar {
      display: none;
    }

    .locations-black .region-btn {
      flex-shrink: 0;
      display: inline-flex;
      height: 48px;
      align-items: center;
      padding: 14px 24px;
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #e6e8ee;
      cursor: pointer;
      font-family: "Urbanist", Helvetica;
      font-weight: 500;
      font-size: 16px;
      color: var(--text-01-color);
      white-space: nowrap;
      transition: background-color 0.2s ease, border-color 0.2s ease;
    }

    .locations-black .region-btn:hover {
      background-color: #f5f5f5;
      border-color: #d0d0d0;
    }

    .locations-black .region-btn[aria-pressed="true"] {
      background-color: var(--x-701937);
      border-color: var(--x-701937);
      color: var(--text-03-color);
    }

    .locations-black__map-scroll {
      width: 100%;
      max-width: 100%;
      flex-shrink: 0;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x;
      scrollbar-width: none;
      -ms-overflow-style: none;
      height: 320px;
      min-height: 320px;
      border-radius: 3px;
    }

    .locations-black__map-scroll::-webkit-scrollbar {
      display: none;
    }

    .locations-black__map-scroll .map-edited {
      position: relative;
      top: auto;
      left: auto;
      width: 800px;
      min-width: 800px;
    }

    .locations-black__map-scroll .map-edited img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .locations-black .p {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 16px;
      text-align: center;
      justify-content: center;
      color: #ffffffa1;
    }

    .locations-black .analytics-widget.region-tooltip,
    .locations-black .analytics-widget.country-tooltip {
      display: none !important;
    }

    .certifications.certifications--home {
      min-height: 437px;
      padding: 80px 32px 80px;
      position: relative;
    }

    .certifications.certifications--home::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0;
      pointer-events: none;
    }

    .certifications__content.sized-content {
      padding: 0;
      position: relative;
  z-index: 1;
}

    .certifications__header {
      gap: 16px;
      margin-bottom: 24px;
    }

    .certifications__title {
      font-size: 32px;
      line-height: 1.2;
      color: var(--backgroundcontentbackground-primary);
    }

    .certifications__description {
      font-size: 16px;
      line-height: 1.4;
      color: var(--backgroundcontentbackground-primary);
      max-width: 343px;
      margin-left: auto;
      margin-right: auto;
    }

    .certifications__logos {
      min-height: auto;
      gap: 32px;
      justify-content: center;
      flex-wrap: nowrap;
    }

    .certifications__logo-item {
      width: auto;
      max-width: 140px;
    }

    .certifications__logo-item--padded {
      padding: 0;
    }

    .certifications__logo-image {
      width: 100%;
      height: auto;
      max-height: 80px;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .locations-black .map-marker img {
        width: 17px;
        height: 23px;
    }

    .locations-black .map-marker-wh img {
        width: 23px;
        height: 23px;
    }

    .locations-black .region-btn {
        height: 39px;
    }

.hero {
      height: auto;
      min-height: 518px;
      display: flex;
      align-items: flex-start;
    }

    .hero--home::after {
      height: 518px !important;
      background-size: 100% 518px;
  background-size: cover;
  background-position: center;
    }

    .hero--home::before {
      height: 518px !important;
    }

    .hero .sized-content {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      width: 100%;
      max-width: 100%;
      padding: 106px 32px 40px;
      box-sizing: border-box;
    }

    .hero .tracking-container {
      padding: 40px 0 0 0;
      width: 100%;
      max-width: 100%;
      gap: 24px;
    }

    .hero .container-2 {
      width: 100%;
    }

    .hero .text-wrapper {
      width: 100%;
      font-size: 32px;
      line-height: 1.15;
      color: var(--backgroundcontentbackground-primary);
    }

    .hero .p {
      width: 100%;
      max-width: 100%;
      font-size: 16px;
      line-height: 1.4;
      color: var(--backgroundcontentbackground-primary);
    }

    .hero .frame {
      width: 100%;
      gap: 12px;
    }

    .hero .text-wrapper-2 {
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      color: var(--backgroundcontentbackground-primary);
    }

    .hero .CTA {
      width: 100%;
      height: 64px;
      padding: 0 6px 0 16px;
      gap: 8px;
      border-radius: 0;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.95);
      border-color: rgba(255, 255, 255, 0.4);
    }

    .hero .text-wrapper-3 {
      flex: 1;
      min-width: 0;
      width: auto;
      font-size: 16px;
    }

    .hero .CTA .primary-button {
      flex-shrink: 0;
      height: 48px;
      padding: 0 16px;
      border-radius: 0;
    }

    .hero .tracking-button-label {
        font-size: 16px;
    }

    .about-us--home::after {
        width: 118px;
        height: 187px;
        top: 514px;
        left: 13px;
    }

    .locations-black__map-scroll.map-scroll--europe-zoom .map-edited {
      width: 3200px;
      min-width: 3200px;
      height: 1107px;
      min-height: 1107px;
    }

    .locations-black__map-scroll.map-scroll--asia-zoom .map-edited {
      width: 2800px;
      min-width: 2800px;
      height: 969px;
      min-height: 969px;
    }

    .locations-black__map-scroll.map-scroll--north-america-zoom .map-edited {
      width: 3200px;
      min-width: 3200px;
      height: 1107px;
      min-height: 1107px;
    }

    .testimonial-card {
        display: flex;
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        box-sizing: border-box;
    }

    .testimonials {
        padding: 40px 0px;
    }

    .eu-countries-popup__panel {
        padding-top: 20px;
    }

    .eu-countries-popup__title {
        font-size: 26px;
    }

    .eu-countries-popup__link {
        font-size: 20px;
    }

    .testimonials__decor {
        position: absolute;
        width: 508px;
        height: 508px;
        opacity: 0.15;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .testimonials__decor--left {
        top: -30px;
        left: -15px;
        background-image: url("/img/shared/grape-decore.svg");
    }

    .testimonials__decor--right {
        bottom: 245px;
        right: -270px;
        background-image: url("/img/shared/grape-decore.svg");
    }
}


@media (min-width: 1440px) {
    /* Locations desktop */
    .locations_background {
        background-color: var(--colors-miscellaneous-window-grabber);
    }

    .locations-black {
        position: relative;
        width: 100%;
        max-width: 1440px;
        height: 1059px;
        padding-left: 0;
        padding-right: 0;
    }

    .locations-black .rectangle {
        position: absolute;
        top: 148px;
        left: 0;
        width: 1440px;
        height: 912px;
        pointer-events: none; /* не перекривати карту — ховер по маркерах працює */
    }

    .locations-black .rectangle .locations-header,
    .locations-black .rectangle .region-filters {
        pointer-events: auto; /* кнопки та заголовок лишаються клікабельними */
    }

    /* Зона карти: фіксований контейнер з overflow hidden — карта не залазить на кнопки */
    .locations-black__map-scroll {
        position: absolute;
        top: 450px;
        left: 55px;
        width: 1330px;
        height: 461px;
        overflow: hidden;
        border-radius: 3px;
        z-index: 1;
    }

    .locations-black .rectangle {
        z-index: 2;
    }

    .locations-black .map-edited {
        position: absolute;
        top: 0;
        left: 0;
        width: 1330px;
        height: 461px;
        aspect-ratio: 2.89;
    }

    /* Europe zoom — більший зум, карта обрізається по межі зони (не залазить на кнопки) */
    .locations-black__map-scroll.map-scroll--europe-zoom {
        overflow: hidden;
    }
    .locations-black__map-scroll.map-scroll--europe-zoom .map-edited {
        width: 5600px;
        min-width: 5600px;
        height: 1938px;
        min-height: 1938px;
    }

    /* contain щоб маркери (в %) збігалися з картою; cover обрізав би карту і позиції їхали */
    .locations-black__map-scroll.map-scroll--europe-zoom .map-edited img {
        object-fit: contain;
        object-position: center center;
    }

    /* Asia zoom — десктоп: менший зум, щоб усі маркери Азії були на екрані */
    .locations-black__map-scroll.map-scroll--asia-zoom {
        overflow: hidden;
    }
    .locations-black__map-scroll.map-scroll--asia-zoom .map-edited {
        width: 4000px;
        min-width: 4000px;
        height: 1384px;
        min-height: 1384px;
    }
    .locations-black__map-scroll.map-scroll--asia-zoom .map-edited img {
        object-fit: contain;
        object-position: center center;
    }

    /* North America zoom — десктоп */
    .locations-black__map-scroll.map-scroll--north-america-zoom {
        overflow: hidden;
    }
    .locations-black__map-scroll.map-scroll--north-america-zoom .map-edited {
        width: 5600px;
        min-width: 5600px;
        height: 1938px;
        min-height: 1938px;
    }
    .locations-black__map-scroll.map-scroll--north-america-zoom .map-edited img {
        object-fit: contain;
        object-position: center center;
    }

    .locations-black .world-class-flexible {
        position: relative;
        align-self: stretch;
        margin-top: -1.00px;
        margin-bottom: -3.59px;
        font-family: var(--headline-primary-font-family);
        font-weight: 600;
        color: var(--backgroundcontentbackground-primary);
        font-size: 46px;
        text-align: center;
        letter-spacing: 0;
        line-height: 50.6px;
    }

    .locations-black .locations-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 737px;
    }

    .locations-black .region-filters {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 16px;
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
    }

    .locations-black .region-btn {
        display: inline-flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 14px 45px;
        background-color: #ffffff;
        border-radius: 3px;
        border: 1px solid #e6e8ee;
        cursor: pointer;
        font-family: "Urbanist", Helvetica;
        font-weight: 500;
        font-size: 18px;
        color: var(--text-01-color);
        white-space: nowrap;
        transition: background-color 0.2s ease, border-color 0.2s ease;
    }

    .locations-black .region-btn:hover {
        background-color: #f5f5f5;
        border-color: #d0d0d0;
    }

    .locations-black .region-btn[aria-pressed="true"] {
        background-color: var(--x-701937);
        border-color: var(--x-701937);
        color: var(--text-03-color);
    }

    .locations-black .text-wrapper-3 {
        position: absolute;
        top: 84px;
        left: 356px;
        width: 728px;
        font-family: var(--headline-primary-font-family);
        font-weight: 500;
        color: var(--backgroundcontentbackground-primary);
        font-size: 40px;
        text-align: center;
        letter-spacing: 0;
        line-height: 120%;
        white-space: nowrap;
    }

    .locations-black .group {
        position: absolute;
        top: 542px;
        left: 176px;
        width: 1014px;
        height: 253px;
    }

    .locations-black .analytics-widget {
        display: flex;
        width: 367px;
        height: 78px;
        align-items: center;
        gap: 12px;
        padding: 12px;
        position: absolute;
        top: 503px;
        left: 231px;
        background-color: #ffffff;
        border-radius: 100px;
        overflow: hidden;
        box-shadow: 0px 2.76px 13.8px #00000033;
    }

    /* Region tooltips: same as country tooltip – position set by JS next to region marker */
    .locations-black .analytics-widget.region-tooltip {
        position: absolute;
        z-index: 30;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .locations-black .analytics-widget.region-tooltip.region-tooltip-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Country tooltip: same plaque style, position set by JS on marker hover */
    .locations-black .analytics-widget.country-tooltip {
        position: absolute;
        z-index: 30;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .locations-black .analytics-widget.country-tooltip.country-tooltip-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .locations-black .image {
        position: relative;
        width: 46.94px;
        height: 46.94px;
        aspect-ratio: 1;
        object-fit: cover;
    }

    .locations-black .country-tooltip-image--loading {
        opacity: 0;
    }

    .locations-black .location-tooltip {
        display: flex;
        flex-direction: column;
        width: 341px;
        align-items: flex-start;
        position: relative;
        margin-top: -7.00px;
        margin-bottom: -7.00px;
        margin-right: -12.00px;
    }

    .locations-black .location-tooltip-title {
        display: flex;
        flex-direction: column;
        width: 269px;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 18px;
        position: relative;
        flex: 0 0 auto;
        text-align: left;
    }

    .locations-black .text-wrapper-4 {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        align-self: stretch;
        margin-top: -1.00px;
        font-family: "Montserrat-SemiBold", Helvetica;
        font-weight: 600;
        color: var(--text-01-color);
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28.0px;
        text-align: left;
    }

    .locations-black .united-kingdom {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        width: 288px;
        font-family: "Poppins";
        font-weight: 400;
        color: var(--text-02-color);
        font-size: 13px;
        letter-spacing: 0;
        line-height: 19.5px;
        text-align: left;
    }

    .locations-black .p {
        position: absolute;
        top: 942px;
        left: calc(50.00% - 271px);
        height: 28px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-family: "Montserrat-SemiBold", Helvetica;
        font-weight: 600;
        color: #ffffffa1;
        font-size: 20px;
        text-align: center;
        letter-spacing: 0;
        line-height: 28.0px;
        white-space: nowrap;
    }

    .locations-black .pointing {
        position: absolute;
        top: calc(50.00% + 36px);
        left: calc(50.00% - 96px);
        width: 24px;
        height: 26px;
        box-shadow: 0px 1.67px 1.33px #00000080;
        background-image: url(./img/shape-3.svg);
        background-size: 100% 100%;
    }

    .locations-black .shape {
        position: absolute;
        top: calc(50.00% - 13px);
        left: calc(50.00% - 13px);
        width: 25px;
        height: 27px;
    }

    .locations-black .img {
        left: calc(50.00% + 6px);
        position: absolute;
        top: calc(50.00% + 2px);
        width: 1px;
        height: 7px;
    }

    .locations-black .shape-2 {
        left: calc(50.00% + 2px);
        position: absolute;
        top: calc(50.00% + 2px);
        width: 1px;
        height: 7px;
    }

    .locations-black .shape-3 {
        left: calc(50.00% - 1px);
        position: absolute;
        top: calc(50.00% + 2px);
        width: 1px;
        height: 7px;
    }
}

@media (max-width: 743px) {
    .about-us.about-us--home.sized-content {
      padding: 28px 16px 80px;
      align-items: stretch;
    }

    .about-us .frame {
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      height: auto;
      gap: 32px;
    }

    .about-us .container {
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 0;
      order: 1;
    }

    .about-us .container img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .about-us .div {
      width: 100%;
      max-width: 100%;
      gap: 24px;
      order: 2;
    }

    .about-us .text-wrapper {
      width: 100%;
      font-size: 24px;
      line-height: 1.2;
      color: var(--brand-colorsmain-brand-color);
    }

    .about-us .with-years-of-wrapper {
      gap: 12px;
    }

    .about-us .with-years-of {
      font-size: 16px;
      line-height: 1.2;
      color: var(--backgroundcontentcontent-primary);
    }

    .services.sized-content {
      padding: 48px 16px 80px;
    }
    
    .services .text-wrapper {
      font-size: 24px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .services .text-wrapper-2 {
      font-size: 20px;
    }

    .services .container {
      width: 100%;
      max-width: 100%;
      gap: 24px;
    }

    .services .div {
      flex-direction: column;
      width: 100%;
      gap: 24px;
    }

    .services .card {
      width: 100%;
      max-width: 100%;
      min-height: auto;
      box-sizing: border-box;
      cursor: pointer;
    }

    .services .p {
      width: 100%;
      height: auto;
      max-width: 100%;
    }

    .locations-black {
      width: 100%;
      max-width: 100%;
      min-height: 601px;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 24px 16px 32px;
      overflow: visible;
      box-sizing: border-box;
      background-color: var(--colors-miscellaneous-window-grabber);
    }

    .locations-black .text-wrapper-3 {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      text-align: center;
      padding: 0 16px;
      font-family: var(--headline-primary-font-family);
      font-weight: 500;
      font-size: 24px;
      color: var(--backgroundcontentbackground-primary);
      line-height: 120%;
      box-sizing: border-box;
    }

    .locations-black .rectangle {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: auto;
      margin-bottom: 20px;
    }

    .locations-black .locations-header {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 16px;
      box-sizing: border-box;
    }

    .locations-black .locations-header .world-class-flexible {
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 0;
      font-family: var(--headline-primary-font-family);
      font-weight: 600;
      font-size: 24px;
      line-height: 1.3;
      color: var(--backgroundcontentbackground-primary);
    }

    .locations-black .region-filters {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-wrap: nowrap;
      gap: 12px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x;
      scrollbar-width: none;
      -ms-overflow-style: none;
      justify-content: flex-start;
      padding: 8px;
      box-sizing: border-box;
    }

    .locations-black .region-filters::-webkit-scrollbar {
      display: none;
    }

    .locations-black .region-btn {
      flex-shrink: 0;
      display: inline-flex;
      height: 48px;
      align-items: center;
      justify-content: center;
      padding: 14px 24px;
      background-color: #ffffff;
      border-radius: 3px;
      border: 1px solid #e6e8ee;
      cursor: pointer;
      font-family: "Urbanist", Helvetica;
      font-weight: 500;
      font-size: 16px;
      color: var(--text-01-color);
      white-space: nowrap;
      transition: background-color 0.2s ease, border-color 0.2s ease;
    }

    .locations-black .region-btn:hover {
      background-color: #f5f5f5;
      border-color: #d0d0d0;
    }

    .locations-black .region-btn[aria-pressed="true"] {
      background-color: var(--x-701937);
      border-color: var(--x-701937);
      color: var(--text-03-color);
    }

    .locations-black__map-scroll {
      width: 100%;
      max-width: 100%;
      flex-shrink: 0;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x;
      scrollbar-width: none;
      -ms-overflow-style: none;
      height: 320px;
      min-height: 320px;
      border-radius: 3px;
    }

    .locations-black__map-scroll::-webkit-scrollbar {
      display: none;
    }

    .locations-black__map-scroll .map-edited {
      position: relative;
      top: auto;
      left: auto;
      width: 800px;
      min-width: 800px;
    }

    .locations-black__map-scroll .map-edited img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Asia zoom — мобільна версія: більший зум */
    .locations-black__map-scroll.map-scroll--asia-zoom .map-edited {
      width: 2700px;
      min-width: 2700px;
      height: 934px;
      min-height: 934px;
    }

    /* North America zoom — мобільна версія */
    .locations-black__map-scroll.map-scroll--north-america-zoom .map-edited {
      width: 2312px;
      min-width: 2312px;
      height: 800px;
      min-height: 800px;
    }

    .locations-black .p {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 16px;
      text-align: center;
      justify-content: center;
      color: #ffffffa1;
    }

    .locations-black .analytics-widget.region-tooltip,
    .locations-black .analytics-widget.country-tooltip {
      display: none !important;
    }

.certifications.certifications--home {
      min-height: 437px;
      padding: 80px 16px 80px;
      position: relative;
    }

    .certifications.certifications--home::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 0;
      pointer-events: none;
    }

    .certifications__content.sized-content {
      padding: 0;
      position: relative;
      z-index: 1;
    }

    .certifications__header {
      gap: 16px;
      margin-bottom: 24px;
    }

    .certifications__title {
      font-size: 32px;
      line-height: 1.2;
      color: var(--backgroundcontentbackground-primary);
    }

    .certifications__description {
      font-size: 16px;
      line-height: 1.4;
      color: var(--backgroundcontentbackground-primary);
      max-width: 343px;
      margin-left: auto;
      margin-right: auto;
    }

    .certifications__logos {
      min-height: auto;
      gap: 32px;
      justify-content: center;
      flex-wrap: nowrap;
    }

    .certifications__logo-item {
      width: auto;
      max-width: 140px;
    }

    .certifications__logo-item--padded {
      padding: 0;
    }

    .certifications__logo-image {
      width: 100%;
      height: auto;
      max-height: 80px;
      object-fit: contain;
      filter: brightness(0) invert(1);
    }

    .locations-black .map-marker img {
        width: 15px;
        height: 21px;
    }

    .locations-black .map-marker-wh img {
        width: 20px;
        height: 20px;
    }

    .locations-black .region-btn {
        height: 39px;
    }

    .hero {
      height: auto;
      min-height: 518px;
      display: flex;
      align-items: flex-start;
    }

    .hero--home::after {
      height: 518px !important;
      background-size: 100% 518px;
      background-size: cover;
      background-position: center;
}

    .hero--home::before {
      height: 518px !important;
    }

    .hero .sized-content {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      width: 100%;
      max-width: 100%;
      padding: 106px 16px 40px;
      box-sizing: border-box;
    }

    .hero .tracking-container {
      padding: 40px 0 0 0;
      width: 100%;
      max-width: 100%;
      gap: 24px;
    }

    .hero .container-2 {
      width: 100%;
    }

    .hero .text-wrapper {
      width: 100%;
      font-size: 32px;
      line-height: 1.15;
      color: var(--backgroundcontentbackground-primary);
    }

    .hero .p {
      width: 100%;
      max-width: 100%;
      font-size: 16px;
      line-height: 1.4;
      color: var(--backgroundcontentbackground-primary);
    }

    .hero .frame {
      width: 100%;
      gap: 12px;
    }

    .hero .text-wrapper-2 {
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      color: var(--backgroundcontentbackground-primary);
    }

    .hero .CTA {
      width: 100%;
      height: 64px;
      padding: 0 6px 0 16px;
      gap: 8px;
      border-radius: 0;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.95);
      border-color: rgba(255, 255, 255, 0.4);
    }

    .hero .text-wrapper-3 {
      flex: 1;
      min-width: 0;
      width: auto;
      font-size: 16px;
    }

    .hero .CTA .primary-button {
      flex-shrink: 0;
      height: 48px;
      padding: 0 16px;
      border-radius: 0;
    }

    .hero .tracking-button-label {
        font-size: 16px;
    }
 
    /* Clients mobile scroll is in globals.css so it works on Index, About, etc. */

    .about-us--home::after {
        width: 61px;
        height: 94px;
        top: 214px;
        left: 10px;
    }

    .testimonials__list {
        gap: 24px;
        margin: 0;
    }

    .testimonial-card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .testimonials {
        padding: 40px 0px;
    }

    .eu-countries-popup__panel {
        padding-top: 24px;
    }

    .eu-countries-popup__title {
        font-size: 20px;
    }

    .eu-countries-popup__link {
        font-size: 16px;
    }

    .testimonials__decor {
        position: absolute;
        width: 280px;
        height: 280px;
        opacity: 0.15;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .testimonials__decor--left {
        top: 420px;
        left: 25px;
        background-image: url("/img/shared/grape-decore.svg");
    }

    .testimonials__decor--right {
        top: -55px;
        right: -117px;
        background-image: url("/img/shared/grape-decore.svg");
    }
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee__content {
    display: flex;
    width: max-content;
    animation: marquee 60s linear infinite;
}

.marquee__content span {
    white-space: nowrap;
    padding-left: 100vw;
}

.marquee:hover .marquee__content {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}