body { overflow-x: hidden; }

.elementor-widget-drink_scroll > .elementor-widget-container {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.e-con:has(.ds-wrap),
.e-con-inner:has(.ds-wrap) {
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
}

.ds-wrap {
  position: relative;
  width: 100%;
}

.ds-camera {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden !important;
  isolation: isolate;
}

.ds-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background-color: #555C39;
}

.ds-portal {
  position: absolute !important;
  left: 50% !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.ds-portal-bar-outer {
  position: absolute !important;
  left: 50% !important;
  z-index: 50 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  will-change: transform;
}

.ds-portal-bar {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 20px;
  background-color: #555C39;
  pointer-events: none !important;
}

.ds-photo-wrap {
  position: absolute !important;
  inset: 0 !important;
  will-change: clip-path;
}

.ds-photo {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

.ds-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.ds-headline {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center; /* override per-slide via inline style */
  pointer-events: none !important;
  overflow: hidden !important;
}

.ds-headline-group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.ds-headline-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #555C39 !important;
  margin-bottom: 0.45em;
}

.ds-headline-inner {
  font-size: clamp(3.5rem, 15vw, 13rem);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 82px;
}

.ds-content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 5% !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}

.ds-content-inner {
  display: flex;
  flex-direction: column;
}

.ds-label {
  display: block;
  font-size: clamp(0.65rem, 1.2vw, 0.85rem);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.ds-description {
  font-size: clamp(0.85rem, 1.4vw, 1.1rem);
  line-height: 1.6;
  margin: 0;
}

.ds-description p {
  margin: 0 0 0.5em;
}

.ds-description p:last-child {
  margin-bottom: 0;
}

.ds-svg-defs {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: visible !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {

  .ds-portal,
  .ds-portal-bar-outer {
    top: 0 !important;
    transform: translate(-50%, 0) !important;
    width: 85vw !important;
    height: auto !important;
  }

  .ds-headline {
    left: calc(50% - 42.5vw) !important;
    right: auto !important;
    width: 85vw !important;
    bottom: auto !important;
    height: var(--ds-portal-h, 60vh) !important;
  }

  .ds-headline-inner {
    font-size: clamp(1.6rem, 9vw, 2.8rem);
    white-space: normal;
    text-align: center;
    margin-top: 20px;
  }

  .ds-content {
    top: var(--ds-portal-h, 60vh) !important;
    align-items: flex-start !important;
    padding: 20px 24px !important;
  }

  .ds-content-inner {
    max-width: 100% !important;
  }

  .ds-label {
    font-size: clamp(0.65rem, 3vw, 0.85rem);
  }

  .ds-description {
    font-size: clamp(0.85rem, 3.5vw, 1rem);
  }
}
