@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");

:root {
  --vdo-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --vdo-fade-ms: 1400;
  --vdo-zoom-ms: 8000;
  --vdo-pill-primary: #ed1c24;
  --vdo-pill-cap-icon: #ed1c24;
  --vdo-btn-radius: 12px;
  --vdo-cap-size: 3rem;
  --vdo-cap-size-sm: 2.2rem;
  --vdo-cap-gap: 0.75rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ─── Header ─── */
.vdo-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2.2rem 0;
  background: transparent;
  z-index: 100;
  pointer-events: none;
}

.vdo-header .container {
  pointer-events: auto;
}

.vdo-header a,
.vdo-header button {
  pointer-events: auto;
}

.vdo-logo img {
  /* height: 36px; */
  width: auto;
  display: block;
}

.vdo-nav-ticket-btn {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.vdo-nav-ticket-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.vdo-burger-btn {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  padding: 0;
}

.vdo-burger-btn__line {
  display: block;
  height: 1.5px;
  background: #fff;
  border-radius: 1px;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    width 0.35s ease;
}

.vdo-burger-btn__line--top {
  width: 58%;
  align-self: flex-start;
}

.vdo-burger-btn__line--mid {
  width: 100%;
}

.vdo-burger-btn__line--bottom {
  width: 58%;
  align-self: flex-end;
}

.vdo-burger-btn.is-active .vdo-burger-btn__line--top {
  width: 100%;
  transform: translateY(9px) rotate(45deg);
}

.vdo-burger-btn.is-active .vdo-burger-btn__line--mid {
  opacity: 0;
  transform: scaleX(0);
}

.vdo-burger-btn.is-active .vdo-burger-btn__line--bottom {
  width: 100%;
  align-self: center;
  transform: translateY(-9px) rotate(-45deg);
}

/* ─── Viewport ─── */
.vdo-hero-viewport {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: relative;
  background: #000;
}

.vdo-swiper,
.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Fade transition — match video dissolve */
.vdo-swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  transition-duration: var(--vdo-fade-ms);
  transition-timing-function: ease-in-out;
}

.vdo-swiper.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

/* ─── Background: one continuous slow zoom (no pause) ─── */
.vdo-bg-layer {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  z-index: 1;
  will-change: transform;
}

.vdo-bg-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      ellipse 90% 80% at 50% 50%,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.22) 45%,
      rgba(0, 0, 0, 0.42) 100%
    );
  pointer-events: none;
}

/* .vdo-bg-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.3) 38%,
    rgba(0, 0, 0, 0.3) 65%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
} */

.vdo-bg-layer.is-zooming {
  animation: vdoBgFlow var(--vdo-zoom-ms) linear forwards;
}

@keyframes vdoBgFlow {
  from {
    transform: scale(1.06) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.14) translate3d(-1.2%, -0.7%, 0);
  }
}

/* ─── Content matrix ─── */
.vdo-content-matrix {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 20% 0 8%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.vdo-content-matrix .container {
  pointer-events: none;
  justify-content: space-between;
}

.vdo-hero-stack {
  display: contents;
}

.vdo-content-matrix a,
.vdo-content-matrix button {
  pointer-events: auto;
}

/* Show content during crossfade (not after) */
.swiper-slide.vdo-content-ready .vdo-content-matrix {
  opacity: 1;
  transition-duration: 0.6s;
}

.vdo-main-headline {
  font-size: clamp(3rem, 7.5vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 0.95;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.45);
}

.vdo-main-headline span {
  display: block;
  opacity: 0;
  transform: translateY(60px);
  transition:
    transform 1s var(--vdo-ease),
    opacity 0.85s ease;
}

.swiper-slide.vdo-content-ready .vdo-main-headline span:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.swiper-slide.vdo-content-ready .vdo-main-headline span:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.vdo-footer-details {
  max-width: 480px;
}

.vdo-paragraph {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition:
    transform 1.1s var(--vdo-ease),
    opacity 0.9s ease;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.swiper-slide.vdo-content-ready .vdo-paragraph {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

.vdo-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(25px);
  transition:
    transform 1.1s var(--vdo-ease),
    opacity 0.9s ease;
}

.swiper-slide.vdo-content-ready .vdo-actions {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}

/* Exit before slide change */
.swiper-slide.vdo-content-leave .vdo-content-matrix {
  opacity: 0;
  transition-duration: 0.3s;
}

.swiper-slide.vdo-content-leave .vdo-main-headline span,
.swiper-slide.vdo-content-leave .vdo-paragraph,
.swiper-slide.vdo-content-leave .vdo-actions {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition-duration: 0.3s !important;
  transition-delay: 0s !important;
}

/* ─── Buttons: split pill — label left, cable car cap right ─── */
.vdo-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  isolation: isolate;
  transition:
    transform 0.35s var(--vdo-ease),
    box-shadow 0.35s var(--vdo-ease);
}

:root {
  --vdo-btn-radius: 12px;
  --vdo-cap-size: 3rem;
}

.vdo-btn__label {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-right: var(--vdo-cap-gap);
}

.vdo-btn__cap {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: calc(var(--vdo-btn-radius) - 2px);
  color: var(--vdo-pill-cap-icon);
  flex-shrink: 0;
  transition:
    transform 0.4s var(--vdo-ease),
    box-shadow 0.35s var(--vdo-ease);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.vdo-btn__img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}

.vdo-btn__icon {
  display: block;
  flex-shrink: 0;
  transition:
    transform 0.35s var(--vdo-ease),
    opacity 0.35s var(--vdo-ease);
}

.vdo-btn--pill {
  height: 3.35rem;
  padding: 0 calc(var(--vdo-cap-size) + var(--vdo-cap-gap)) 0 0;
  border-radius: var(--vdo-btn-radius);
  background: var(--vdo-pill-primary);
  box-shadow: 0 8px 26px rgba(237, 28, 36, 0.28);
}

.vdo-btn--pill .vdo-btn__label {
  padding: 0 1.1rem 0 1.75rem;
  font-size: 0.78rem;
}

.vdo-btn--pill .vdo-btn__cap {
  width: var(--vdo-cap-size);
  height: calc(var(--vdo-cap-size) - 0.1rem);
}

.vdo-btn--pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(237, 28, 36, 0.38);
}

.vdo-btn--pill:hover .vdo-btn__cap {
  transform: translateY(-50%) scale(1.06);
}

.vdo-btn--pill:active {
  transform: translateY(-1px);
}

.vdo-btn--sm {
  height: 2.65rem;
  padding: 0 calc(var(--vdo-cap-size-sm) + var(--vdo-cap-gap)) 0 0;
  border-radius: calc(var(--vdo-btn-radius) - 2px);
}

.vdo-btn--sm .vdo-btn__label {
  padding: 0 0.75rem 0 1.25rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.vdo-btn--sm .vdo-btn__cap {
  width: var(--vdo-cap-size-sm);
  height: var(--vdo-cap-size-sm);
}

.vdo-btn--sm .vdo-btn__img {
  width: 1.8rem;
  height: 1.8rem;
}

.vdo-btn--sm .vdo-btn__icon {
  width: 17px;
  height: 17px;
}

.vdo-btn--menu.is-active .vdo-btn__menu-icon {
  opacity: 0.85;
  transform: rotate(90deg);
}

.vdo-btn--pill-glass {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.vdo-btn--pill-glass .vdo-btn__label {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 0.84rem;
}

.vdo-btn--pill-glass .vdo-btn__cap {
  background: #fff;
  color: var(--vdo-pill-cap-icon);
}

.vdo-btn--pill-glass:hover {
  border-color: rgba(255, 255, 255, 0.48);
}

/* Arrows — aligned to container */
.vdo-nav-arrows-wrap {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  z-index: 90;
  pointer-events: none;
}

.vdo-nav-arrows-wrap .container {
  pointer-events: none;
}

.vdo-nav-arrows {
  display: flex;
  gap: 12px;
  pointer-events: auto;
}

.vdo-arrow {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition:
    border-color 0.2s,
    background 0.2s;
}

.vdo-arrow:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .vdo-header {
    padding: 1.15rem 0;
  }

  .vdo-logo img {
    max-height: 2.15rem;
    width: auto;
  }

  .vdo-bg-layer::before {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.42) 0%,
        rgba(0, 0, 0, 0.18) 32%,
        rgba(0, 0, 0, 0.28) 58%,
        rgba(0, 0, 0, 0.78) 100%
      );
  }

  .vdo-content-matrix {
    padding: 0;
    justify-content: flex-end;
  }

  .vdo-content-matrix .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0;
    min-height: 100%;
    padding: 5.5rem 1.5rem 6.25rem;
  }

  .vdo-hero-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    width: 100%;
  }

  .vdo-main-headline {
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
    letter-spacing: -0.04em;
    line-height: 0.98;
    margin: 0 0 40px;
  }

  .vdo-footer-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .vdo-paragraph {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
    max-width: 20rem;
  }

  .vdo-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: max-content;
    max-width: 100%;
    gap: 0.65rem;
  }

  .vdo-actions .vdo-btn--pill {
    width: 100%;
    height: 2.85rem;
    padding: 0 2.75rem 0 0;
    box-sizing: border-box;
  }

  .vdo-actions .vdo-btn--pill .vdo-btn__label {
    padding: 0 0.35rem 0 1.15rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .vdo-actions .vdo-btn--pill .vdo-btn__cap {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.175rem;
  }

  .vdo-actions .vdo-btn--pill-glass .vdo-btn__label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

/* Enforce consistent rounded buttons and cap spacing across variants */
.vdo-btn,
.vdo-btn--pill,
.vdo-btn--sm {
  border-radius: var(--vdo-btn-radius) !important;
}

.vdo-btn__cap {
  border-radius: calc(var(--vdo-btn-radius) - 2px) !important;
  right: 12px !important;
}

.vdo-actions .vdo-btn--pill .vdo-btn__cap {
  right: 12px !important;
  border-radius: calc(var(--vdo-btn-radius) - 2px) !important;
}

  .vdo-nav-arrows-wrap {
    bottom: 1.5rem;
  }

  .vdo-nav-arrows-wrap .container {
    justify-content: flex-end !important;
    padding-right: 1.5rem;
  }

  .vdo-arrow {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 390px) {
  .vdo-content-matrix .container {
    padding: 5rem 1.25rem 6rem;
  }

  .vdo-hero-stack {
    gap: 0.35rem;
  }

  .vdo-main-headline {
    font-size: 2.1rem;
  }

  .vdo-footer-details {
    gap: 0.75rem;
  }

  .vdo-paragraph {
    max-width: none;
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdo-bg-layer.is-zooming {
    animation: none;
    transform: scale(1) !important;
  }
  .vdo-content-matrix {
    opacity: 1 !important;
  }
  .vdo-main-headline span,
  .vdo-paragraph,
  .vdo-actions {
    opacity: 1 !important;
    transform: none !important;
  }
  .vdo-offcanvas,
  .vdo-offcanvas__link,
  .vdo-menu-backdrop {
    transition: none !important;
  }
}

/* ═══════════════════════════════════════════
   OFFCANVAS MENU
═══════════════════════════════════════════ */

.vdo-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.65s ease,
    visibility 0.65s ease;
}

.vdo-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

/* Logo centered in blurred left area */
.vdo-backdrop-brand {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - clamp(340px, 42%, 580px));
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.6s ease 0.2s,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}

.vdo-menu-backdrop.is-open .vdo-backdrop-brand {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.vdo-backdrop-brand__logo {
  height: clamp(48px, 6vw, 72px);
  width: auto;
  margin-bottom: 1.25rem;
  filter: brightness(1.05);
}

.vdo-backdrop-brand__tagline {
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  max-width: 280px;
  line-height: 1.5;
}

.vdo-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 42%;
  min-width: 340px;
  max-width: 580px;
  height: 100vh;
  height: 100svh;
  z-index: 210;
  background: #000;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.65s ease,
    visibility 0.75s ease;
  overflow-y: auto;
}

.vdo-offcanvas.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.vdo-offcanvas__inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 2.75rem 3rem;
}

.vdo-offcanvas__section--top {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vdo-offcanvas__section--bottom {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vdo-offcanvas__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.vdo-offcanvas__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

.vdo-offcanvas__head .vdo-offcanvas__label {
  margin-bottom: 0;
}

.vdo-offcanvas__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition:
    border-color 0.25s,
    background 0.25s;
}

.vdo-offcanvas__close:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
}

.vdo-offcanvas__nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.vdo-offcanvas__buy {
  margin-top: 2.5rem;
  align-self: flex-start;
}

.vdo-offcanvas__buy .vdo-btn__img {
  width: 1.35rem;
  height: 1.35rem;
}

.vdo-offcanvas__link {
  display: block;
  font-size: clamp(2rem, 3.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 0.2rem 0;
  opacity: 0;
  transform: translateX(28px);
  transition:
    color 0.25s ease,
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.vdo-offcanvas__link em {
  font-style: normal;
  font-size: 0.55em;
  font-weight: 600;
  vertical-align: super;
  opacity: 0.7;
}

.vdo-offcanvas__link:hover {
  color: rgba(255, 255, 255, 0.65);
}

.vdo-offcanvas.is-open .vdo-offcanvas__link {
  opacity: 1;
  transform: translateX(0);
}

.vdo-offcanvas.is-open .vdo-offcanvas__link:nth-child(1) {
  transition-delay: 0.12s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__link:nth-child(2) {
  transition-delay: 0.18s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__link:nth-child(3) {
  transition-delay: 0.24s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__link:nth-child(4) {
  transition-delay: 0.3s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__link:nth-child(5) {
  transition-delay: 0.36s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__link:nth-child(6) {
  transition-delay: 0.42s;
}

.vdo-offcanvas__email {
  display: inline-block;
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateX(20px);
  transition:
    color 0.25s,
    opacity 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.35s,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.35s;
}

.vdo-offcanvas__email:hover {
  color: rgba(255, 255, 255, 0.7);
}

.vdo-offcanvas.is-open .vdo-offcanvas__email {
  opacity: 1;
  transform: translateX(0);
}

.vdo-offcanvas__location {
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 2.5rem;
  opacity: 0;
  transform: translateX(16px);
  transition:
    opacity 0.5s ease 0.42s,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.42s;
}

.vdo-offcanvas.is-open .vdo-offcanvas__location {
  opacity: 1;
  transform: translateX(0);
}

.vdo-offcanvas__socials-wrap .vdo-offcanvas__label {
  margin-bottom: 1.25rem;
  opacity: 0;
  transition: opacity 0.45s ease 0.48s;
}

.vdo-offcanvas.is-open .vdo-offcanvas__socials-wrap .vdo-offcanvas__label {
  opacity: 1;
}

.vdo-offcanvas__socials {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.vdo-offcanvas__social {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transform: translateY(8px);
  transition:
    color 0.25s,
    opacity 0.45s ease,
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.vdo-offcanvas__social:hover {
  color: rgba(255, 255, 255, 0.55);
}

.vdo-offcanvas.is-open .vdo-offcanvas__social {
  opacity: 1;
  transform: translateY(0);
}

.vdo-offcanvas.is-open .vdo-offcanvas__social:nth-child(1) {
  transition-delay: 0.52s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__social:nth-child(2) {
  transition-delay: 0.57s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__social:nth-child(3) {
  transition-delay: 0.62s;
}
.vdo-offcanvas.is-open .vdo-offcanvas__social:nth-child(4) {
  transition-delay: 0.67s;
}

body.vdo-menu-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .vdo-offcanvas {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .vdo-offcanvas__inner {
    padding: 2rem 1.75rem 2.5rem;
  }

  .vdo-offcanvas__link {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .vdo-backdrop-brand {
    display: none;
  }
}

/* ═══════════════════════════════════════════
   About section
   ═══════════════════════════════════════════ */
.vdo-about {
  background: #fff;
  color: #1a1a1a;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.vdo-about__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem 0.45rem 0.75rem;
  margin-bottom: 1.75rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
}

.vdo-about__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e54b3b;
  flex-shrink: 0;
}

.vdo-about__title {
  margin: 0 0 2.5rem;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  /* max-width: 34rem; */
}

.vdo-about__title em {
  font-style: normal;
  color: #e54b3b;
}

.vdo-about__stat-row {
  display: flex;
  align-items: flex-end;
  gap: clamp(1.25rem, 4vw, 5.5rem);
}

.vdo-about__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}

.vdo-about__stat-number {
  margin: 0;
  color: #e54b3b;
  font-size: clamp(3.5rem, 14vw, 5.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.vdo-about__stat-caption {
  margin: 0.75rem 0 0;
  color: #1a1a1a;
  font-size: clamp(0.95rem, 2.8vw, 1.125rem);
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}
.vdo-about__stat-label {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  padding-bottom: 0.65rem;
}

.vdo-about__figure {
  margin: 0;
  overflow: hidden;
  border-radius: 1.5rem;
}

.vdo-about__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdo-about__figure--sm {
  aspect-ratio: 4 / 5;
  margin-left: auto;
  transform: translateY(1.5rem);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.vdo-about__figure--lg {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 34rem;
  margin-bottom: 2rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}

.vdo-about__text {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #555;
  max-width: 34rem;
}

@media (max-width: 991px) {
  .vdo-about {
    padding: clamp(3rem, 8vw, 4.5rem) 0;
  }

  .vdo-about__title {
    margin-bottom: 1.75rem;
    font-size: clamp(1.75rem, 6.5vw, 2.35rem);
  }

  .vdo-about__figure--sm {
    transform: none;
    margin-left: 0;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 11rem;
  }

  .vdo-about__stat-row {
    flex-wrap: nowrap;
    align-items: flex-end;
  }

  .vdo-about__figure--lg {
    max-height: none;
    aspect-ratio: 16 / 11;
    margin-bottom: 1.5rem;
  }

  .vdo-about__text {
    max-width: none;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .vdo-about__badge {
    margin-bottom: 1.25rem;
  }

  .vdo-about__stat-row {
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
  }

  .vdo-about__stat {
    align-items: flex-start;
    min-width: 0;
  }

  .vdo-about__stat-number {
    font-size: clamp(3rem, 18vw, 4.25rem);
  }

  .vdo-about__stat-caption {
    text-align: left;
    margin-top: 0.5rem;
    font-size: 0.9rem;
  }

  .vdo-about__figure--sm {
    width: 42%;
    max-width: 10rem;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .vdo-about__stat-number {
    font-size: clamp(5.5rem, 8vw, 8.125rem);
    margin-top: 1.85rem;
  }

  .vdo-about__stat-caption {
    font-size: 1.125rem;
  }
}

.px-blur-bottom {
  backdrop-filter: blur(10px);
  bottom: 0;
  flex: none;
  height: 80px;
  left: 0;
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

.image-bg-absolute {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

/* ═══════════════════════════════════════════
   Things To Do — sticky portfolio layout
   ═══════════════════════════════════════════ */
.vdo-work {
  position: relative;
  background-color: #ffffff;
  color: #1a1a1a;
  padding: clamp(4rem, 8vw, 7rem) 0;
  isolation: isolate;
}

.vdo-work__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.vdo-work__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

.vdo-work .container {
  position: relative;
  z-index: 2;
}

.vdo-work__layout {
  display: grid;
  grid-template-columns: minmax(280px, 36%) 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}

.vdo-work__intro {
  position: sticky;
  top: clamp(1.5rem, 4vw, 3rem);
  align-self: start;
  z-index: 3;
  padding-right: 1rem;
}

.vdo-work__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem 0.45rem 0.75rem;
  margin-bottom: 1.75rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}

.vdo-work__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vdo-pill-primary);
  flex-shrink: 0;
}

.vdo-work__heading {
  margin: 0 0 1.25rem;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  max-width: 14ch;
}

.vdo-work__desc {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  max-width: 28rem;
}

.vdo-work__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.vdo-btn--dark {
  background: #1a1a1a;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
}

.vdo-btn--dark:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.vdo-btn--dark .vdo-btn__cap {
  background: #fff;
  color: #1a1a1a;
}

.vdo-work__list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 5vw, 4rem);
  perspective: 1200px;
}

.vdo-work__card {
  display: block;
  transform-style: preserve-3d;
  transition: transform 0.45s var(--vdo-ease);
}

.vdo-work__card:hover {
  transform: translateY(-6px);
}

.vdo-work__figure {
  margin: 0 0 1.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
  aspect-ratio: 16 / 10;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.vdo-work__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--vdo-ease);
}

.vdo-work__card:hover .vdo-work__figure img {
  transform: scale(1.03);
}

.vdo-work__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.vdo-work__name {
  margin: 0 0 0.35rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.vdo-work__subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: #888;
  line-height: 1.4;
}

.vdo-work__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
  flex-shrink: 0;
}

.vdo-work__tag {
  padding: 0.4rem 0.75rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.7);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s var(--vdo-ease);
}

@media (max-width: 991px) {
  .vdo-work__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .vdo-work__intro {
    position: static;
    padding-right: 0;
  }

  .vdo-work__heading {
    max-width: none;
  }
}

@media (max-width: 576px) {
  .vdo-work__meta {
    flex-direction: column;
    gap: 1rem;
  }

  .vdo-work__tags {
    justify-content: flex-start;
  }
}

/* ═══════════════════════════════════════════
   Café feature section (parallax + top blend)
   ═══════════════════════════════════════════ */
.vdo-cafe {
  --vdo-cafe-cream: #f2eee4;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--vdo-cafe-cream);
}

.vdo-cafe__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  pointer-events: none;
}

.vdo-cafe__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      #ffffff 0%,
      rgba(255, 255, 255, 0.94) 5%,
      rgba(242, 238, 228, 0.55) 14%,
      rgba(242, 238, 228, 0) 26%
    ),
    radial-gradient(
      ellipse 90% 75% at 50% 52%,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.45) 35%,
      rgba(0, 0, 0, 0.22) 65%,
      rgba(0, 0, 0, 0.05) 85%,
      transparent 100%
    );
}

.vdo-cafe__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(12rem, 24vw, 18rem) clamp(4.5rem, 10vw, 7.5rem) clamp(1rem, 6vw, 3rem) ;
}

.vdo-cafe__center {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}

.vdo-cafe__title {
  margin: 0 0 0.85rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 600;
  
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  margin-bottom: 40px;
}
.vdo-cafe__title em {
  font-style: italic;
}

.vdo-cafe__address {
  margin: 0 auto 1.75rem;
  max-width: 34rem;
  font-size: clamp(0.9rem, 1.4vw, 1.3rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

.vdo-cafe__center .vdo-btn {
  margin-inline: auto;
}

@media (max-width: 575.98px) {
  .vdo-cafe__content {
    padding-block: 5rem 4rem;
  }

  .vdo-cafe__title {
    margin-bottom: 0.7rem;
  }

  .vdo-cafe__address {
    margin-bottom: 1.4rem;
    padding-inline: 0.5rem;
  }

  .vdo-cafe__veil {
    background:
      linear-gradient(
        to bottom,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 4%,
        rgba(242, 238, 228, 0.5) 12%,
        rgba(242, 238, 228, 0) 22%
      ),
      radial-gradient(
        ellipse 100% 80% at 50% 50%,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.58) 38%,
        rgba(0, 0, 0, 0.24) 68%,
        rgba(0, 0, 0, 0.06) 88%,
        transparent 100%
      );
  }

  .vdo-cafe__bg {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdo-cafe__bg {
    background-attachment: scroll;
  }
}

/* ═══════════════════════════════════════════
   Where & How to Buy — ticket desk / bento
   ═══════════════════════════════════════════ */
.vdo-buy {
  --vdo-buy-ink: #141414;
  --vdo-buy-muted: #5c5c5c;
  --vdo-buy-line: rgba(20, 20, 20, 0.1);
  --vdo-buy-sand: #f4f1ea;
  --vdo-buy-night: #1c1a18;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(237, 28, 36, 0.06), transparent 55%),
    radial-gradient(ellipse 60% 40% at 0% 100%, rgba(237, 28, 36, 0.04), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #fff 48%, #ffffff 100%);
  color: var(--vdo-buy-ink);
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.vdo-buy__aura {
  position: absolute;
  inset: auto -10% -20% auto;
  width: min(42vw, 28rem);
  height: min(42vw, 28rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 28, 36, 0.12), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.vdo-buy__shell {
  position: relative;
  z-index: 1;
}

.vdo-buy__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem 2.5rem;
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.vdo-buy__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem 0.45rem 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.vdo-buy__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vdo-pill-primary);
  flex-shrink: 0;
}

.vdo-buy__title {
  margin: 0 0 0.85rem;
  font-size: clamp(2.4rem, 5.5vw, 4.25rem);
  font-weight: 600;
  line-height: 0.98;
  color: var(--vdo-buy-ink);
}



.vdo-buy__title em {
  font-style: italic;
  font-weight: 500;
  color: var(--vdo-pill-primary);
}

.vdo-buy__lede {
  margin: 0;
  max-width: 28rem;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  line-height: 1.6;
  color: var(--vdo-buy-muted);
}

.vdo-buy__head-stamp {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border: 1.5px dashed rgba(237, 28, 36, 0.45);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.65);
  transform: rotate(4deg);
}

.vdo-buy__stamp-ring {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 2px solid var(--vdo-pill-primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--vdo-pill-primary);
}

.vdo-buy__stamp-meta {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  color: #777;
}

.vdo-buy__bento {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-areas: "hours ops";
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.vdo-buy__tile {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  display: flex;
  flex-direction: column;
}

.vdo-buy__tile--hours {
  grid-area: hours;
  background:
    linear-gradient(145deg, #1f1c1a 0%, #2a2623 55%, #171514 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(20, 16, 12, 0.22);
}

.vdo-buy__tile--ops {
  grid-area: ops;
  background:
    linear-gradient(160deg, #fff 0%, var(--vdo-buy-sand) 100%);
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.06);
}

.vdo-buy__tile--ops .vdo-btn {
  align-self: flex-start;
  width: auto;
}

.vdo-buy__tile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

.vdo-buy__index {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.45);
}

.vdo-buy__tile--ops .vdo-buy__index {
  color: rgba(20, 20, 20, 0.35);
}

.vdo-buy__tile--hours .vdo-buy__tag {
  color: #ff8a80;
}

.vdo-buy__tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vdo-pill-primary);
}

.vdo-buy__timeboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(4.5rem, 1.35fr) minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1.35rem;
}

.vdo-buy__clock {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.1rem;
}

.vdo-buy__clock--close {
  justify-content: flex-end;
  text-align: right;
}

.vdo-buy__clock--close .vdo-buy__clock-ampm {
  text-align: right;
}

.vdo-buy__clock-num {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.vdo-buy__clock-sep {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  opacity: 0.55;
  animation: vdoBuyBlink 1.4s steps(1) infinite;
}

.vdo-buy__clock-ampm {
  width: 100%;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
}

.vdo-buy__rope {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 2.75rem;
  align-self: center;
  pointer-events: none;
}

.vdo-buy__rope-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 18%;
  transform: translateY(-50%);
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 8%,
    rgba(255, 255, 255, 0.75) 22%,
    rgba(255, 255, 255, 0.75) 78%,
    rgba(255, 255, 255, 0.35) 92%,
    transparent 100%
  );
}

.vdo-buy__rope-cabin {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.75rem;
  height: auto;
  transform: translate(-50%, -58%);
  filter: brightness(0) invert(1);
  opacity: 0.95;
  z-index: 2;
  animation: vdoBuyCabinTravel 14s ease-in-out infinite;
}

@keyframes vdoBuyCabinTravel {
  0% {
    left: 0%;
    transform: translate(-50%, -58%);
  }

  50% {
    left: 100%;
    transform: translate(-50%, -58%);
  }

  100% {
    left: 0%;
    transform: translate(-50%, -58%);
  }
}

@keyframes vdoBuyBlink {
  50% { opacity: 0.15; }
}

.vdo-buy__break {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vdo-buy__break-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.vdo-buy__break-time {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}

.vdo-buy__ops-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.vdo-buy__ops-text {
  margin: 0 0 1.5rem;
  max-width: 22rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--vdo-buy-muted);
  flex: 1;
}

/* Route map — contacts */
.vdo-buy__route {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: 1rem;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(1rem, 2vw, 1.5rem);
}

.vdo-buy__route-svg {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2.75rem;
  width: 84%;
  height: 5rem;
  pointer-events: none;
  z-index: 0;
}

.vdo-buy__route-path {
  fill: none;
  stroke: var(--vdo-pill-primary);
  stroke-width: 2;
  stroke-dasharray: 8 10;
  opacity: 0.35;
}

.vdo-buy__route-cabin {
  position: absolute;
  left: 50%;
  top: 2.1rem;
  width: 1.75rem;
  height: auto;
  transform: translateX(-50%);
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(237, 28, 36, 0.35));
  animation: vdoBuyRouteCabin 5s var(--vdo-ease) infinite alternate;
}

@keyframes vdoBuyRouteCabin {
  from { transform: translateX(calc(-50% - 4rem)) translateY(0.35rem); }
  to { transform: translateX(calc(-50% + 4rem)) translateY(-0.35rem); }
}

.vdo-buy__stop {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vdo-buy__stop--ktm {
  align-items: flex-end;
  text-align: right;
}

.vdo-buy__pin {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.vdo-buy__stop--ktm .vdo-buy__pin {
  flex-direction: row-reverse;
}

.vdo-buy__pin-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--vdo-pill-primary);
  box-shadow: 0 0 0 6px rgba(237, 28, 36, 0.15);
}

.vdo-buy__pin-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vdo-pill-primary);
}

.vdo-buy__stop-card {
  padding: 1.35rem 1.4rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 12px 36px rgba(20, 20, 20, 0.06);
  transition: transform 0.35s var(--vdo-ease), box-shadow 0.35s var(--vdo-ease);
}

.vdo-buy__stop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(20, 20, 20, 0.1);
}

.vdo-buy__stop--kurintar .vdo-buy__stop-card {
  border-top: 3px solid var(--vdo-pill-primary);
}

.vdo-buy__stop--ktm .vdo-buy__stop-card {
  border-top: 3px solid #1a1a1a;
}

.vdo-buy__stop-type {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
}

.vdo-buy__stop-name {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--vdo-buy-ink);
}

.vdo-buy__stop-addr {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--vdo-buy-muted);
}

.vdo-buy__stop-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.vdo-buy__stop--ktm .vdo-buy__stop-phones {
  justify-content: flex-end;
}

.vdo-buy__stop-phones a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--vdo-buy-ink);
  text-decoration: none;
  border-bottom: 1.5px solid rgba(237, 28, 36, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.vdo-buy__stop-phones a:hover {
  color: var(--vdo-pill-primary);
  border-color: var(--vdo-pill-primary);
}

/* Checkout — payments */
.vdo-buy__checkout {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  margin-top: clamp(0.5rem, 2vw, 1rem);
  padding: clamp(1.75rem, 3.5vw, 2.25rem) clamp(1.25rem, 3vw, 2rem);
  background: linear-gradient(160deg, #fff 0%, var(--vdo-buy-sand) 100%);
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.06);
}

.vdo-buy__checkout-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2.5rem;
}

.vdo-buy__checkout-label {
  flex: 0 0 auto;
  min-width: 11.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #2a2a2a;
  letter-spacing: -0.01em;
}

.vdo-buy__checkout-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2.25rem;
  flex: 1;
}

.vdo-buy__checkout-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  transition: opacity 0.2s ease;
}

a.vdo-buy__checkout-logo:hover {
  opacity: 0.7;
}

.vdo-buy__checkout-logo img {
  display: block;
  height: 2.65rem;
  width: auto;
  max-width: 10rem;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .vdo-buy__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vdo-buy__bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hours"
      "ops";
  }

  .vdo-buy__route {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 1rem;
  }

  .vdo-buy__route-svg,
  .vdo-buy__route-cabin {
    display: none;
  }

  .vdo-buy__stop--ktm {
    align-items: flex-start;
    text-align: left;
  }

  .vdo-buy__stop--ktm .vdo-buy__pin {
    flex-direction: row;
  }

  .vdo-buy__stop--ktm .vdo-buy__stop-phones {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .vdo-buy__timeboard {
    gap: 0.4rem;
  }

  .vdo-buy__clock-num {
    font-size: 2.15rem;
  }

  .vdo-buy__checkout {
    padding: 1.35rem 1rem;
    gap: 1.15rem;
  }

  .vdo-buy__checkout-row {
    gap: 0.75rem 1rem;
  }

  .vdo-buy__checkout-label {
    min-width: 0;
    width: 100%;
  }

  .vdo-buy__checkout-logos {
    gap: 1.1rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdo-buy__clock-sep,
  .vdo-buy__rope-cabin,
  .vdo-buy__route-cabin {
    animation: none;
  }

  .vdo-buy__rope-cabin {
    left: 50%;
    transform: translate(-50%, -58%);
  }
}

/* ═══════════════════════════════════════════
   Rates — title + toggle
   ═══════════════════════════════════════════ */
.vdo-rates {
  background: #fff;
  color: #1a1a1a;
  padding: 70px 0;
}

.vdo-rates__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-bottom: 1.75rem;
}

.vdo-rates__head {
  flex: 1;
  min-width: 0;
}

.vdo-rates__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem 0.45rem 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background: #fafafa;
}

.vdo-rates__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vdo-pill-primary);
  box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.15);
}

.vdo-rates__title {
  margin: 0 0 1rem;
  font-size: clamp(2.75rem, 5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.vdo-rates__title-top {
  display: block;
  color: #1a1a1a;
}

.vdo-rates__title-accent {
  display: inline-block;
  margin-top: 0.1em;
  padding: 0.08em 0.28em 0.12em;
  color: var(--vdo-pill-primary);
  border-radius: 0.15em;
}

.vdo-rates__lead {
  margin: 0;
  max-width: 36ch;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #888;
}

.vdo-rates__toggle-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.vdo-rates__toggle-label {
  display: block;
  width: 100%;
  margin-bottom: 0.65rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #aaa;
  text-align: right;
}

.vdo-rates__toggle {
  position: relative;
  display: flex;
  width: min(280px, 38vw);
  padding: 0.3rem;
  background: #ebebeb;
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.vdo-rates__toggle-btn {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  border: none;
  background: transparent;
  color: #777;
  font-family: inherit;
  cursor: pointer;
  border-radius: 999px;
  transition: color 0.35s ease;
}

.vdo-rates__toggle-text {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vdo-rates__toggle-btn.is-active {
  color: #fff;
}

.vdo-rates__toggle-glider {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: calc(50% - 0.3rem);
  height: calc(100% - 0.6rem);
  background: var(--vdo-pill-primary);
  border-radius: 999px;
  transition: transform 0.45s var(--vdo-ease);
  box-shadow:
    0 2px 8px rgba(237, 28, 36, 0.35),
    0 0 0 1px rgba(237, 28, 36, 0.1);
}

.vdo-rates__toggle.is-twoway .vdo-rates__toggle-glider {
  transform: translateX(100%);
}

.vdo-rates__cta {
  width: auto;
  margin: 1.35rem auto 0.1rem;
  align-self: center;
  flex-shrink: 0;
}

.vdo-rates__stub-col .vdo-rates__cta .vdo-btn__cap {
  overflow: hidden;
}

.vdo-rates__stub-col .vdo-rates__cta .vdo-btn__img {
  width: 1.65rem;
  height: 1.65rem;
  object-fit: contain;
}

.vdo-rates__stub-col .vdo-btn--pill {
  display: inline-flex;
  width: auto;
}

.vdo-rates__board {
  min-width: 0;
  min-height: 1px;
}

@media (max-width: 991px) {
  .vdo-rates__top {
    flex-direction: column;
    align-items: stretch;
  }

  .vdo-rates__toggle-wrap {
    align-items: stretch;
  }

  .vdo-rates__toggle-label {
    text-align: left;
  }

  .vdo-rates__toggle {
    width: 100%;
  }

  .vdo-rates__lead {
    max-width: none;
  }
}

.vdo-rates__line-row {
  --vdo-rates-sticky-top: clamp(1.25rem, 3vw, 2.5rem);
  margin-top: 0.5rem;
  align-items: stretch;
}

.vdo-rates__stub-col {
  display: flex;
  flex-direction: column;
}


/* ---------- CABLE LINE ---------- */
.line-section{
  position:relative;
  width:100%;
  margin:0;
}

.line-section.is-visible .station {
  opacity: 1;
  transform: translateY(0);
}

.line-section .station {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s var(--vdo-ease),
    transform 0.65s var(--vdo-ease);
}

.line-section.is-visible .station:nth-child(2) { transition-delay: 0.05s; }
.line-section.is-visible .station:nth-child(3) { transition-delay: 0.12s; }
.line-section.is-visible .station:nth-child(4) { transition-delay: 0.19s; }
.line-section.is-visible .station:nth-child(5) { transition-delay: 0.26s; }
.line-section.is-visible .station:nth-child(6) { transition-delay: 0.33s; }
.line-section.is-visible .station:nth-child(7) { transition-delay: 0.4s; }
.line-section.is-visible .station:nth-child(8) { transition-delay: 0.47s; }
.line-section.is-visible .station:nth-child(9) { transition-delay: 0.54s; }
#cableSvg{
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  z-index:1;
  overflow:visible;
  pointer-events:none;
}
.rope-strand{
  fill:none;
  stroke:#E4002B;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.rope-strand.back{
  stroke-width:3.5;
  stroke-dasharray:1 13;
  opacity:0.3;
  stroke:#0A0A0A;
}
.rope-strand.front{
  stroke-width:3;
  stroke-dasharray:1 13;
  stroke-dashoffset:7;
  opacity:0.9;
}
.cabin-rider {
  pointer-events: none;
}

.cabin-rider image {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

.node.is-active {
  border-color: #E4002B;
  box-shadow: 0 0 0 5px rgba(228, 0, 43, 0.18);
  transform: translate(-50%, -50%) scale(1.15);
}

@media (min-width: 720px) {
  .station.left .node.is-active {
    transform: translate(50%, -50%) scale(1.15);
  }

  .station.right .node.is-active {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.station{
  position:relative;
  padding-left:76px;
  margin-bottom:34px;
}
@media (min-width:720px){
  .station{
    width:50%;
    padding-left:0;
    margin-bottom:46px;
  }
  .station.left{ padding-right:56px;}
  .station.right{ margin-left:50%; padding-left:56px; }
}

.node{
  position:absolute;
  left:32px; top:8px;
  transform:translate(-50%,-50%);
  width:16px; height:16px;
  border-radius:50%;
  background:#FFFFFF;
  border:3px solid #E4002B;
  z-index:4;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width:720px){
  .station.left .node{ left:auto; right:-8px; top:8px; transform:translate(50%,-50%); }
  .station.right .node{ left:-8px; top:8px; transform:translate(-50%,-50%); }
}

.card{
  background:linear-gradient(165deg, #FFFFFF, #F4F3F0);
  border:1px solid rgba(10,10,10,0.14);
  border-radius:14px;
  padding:22px 22px 18px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow:0 1px 3px rgba(10,10,10,0.04);
}
.card:hover{
  transform:translateY(-3px);
  border-color:#E4002B;
  box-shadow:0 16px 30px -18px rgba(10,10,10,0.35);
}
.card.cargo{
  border-style:dashed;
  border-color:rgba(10,10,10,0.3);
}
.card.cargo:hover{ border-color:#E4002B; }
.card-head{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-bottom:14px;
}
.letter{
  font-family:'Big Shoulders Display', sans-serif;
  font-weight:700;
  font-size:15px;
  color:#FFFFFF;
  background:#E4002B;
  width:26px; height:26px;
  border-radius:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.card-title{
  font-family:'Big Shoulders Display', sans-serif;
  font-weight:700;
  font-size:22px;
  text-transform:uppercase;
  letter-spacing:0.02em;
  color:#0A0A0A;
}
.card-sub{
  font-size:12px;
  color:rgba(10,10,10,0.45);
  margin:0 0 14px;
}

.fare-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:9px 0;
  border-top:1px solid rgba(10,10,10,0.12);
}
.fare-row:first-of-type{ border-top:none; }
.nat{
  font-size:13.5px;
  color:rgba(10,10,10,0.7);
}
.price{
  font-family:'IBM Plex Mono', monospace;
  font-size:14.5px;
  font-weight:600;
  color:#000;
  white-space:nowrap;
  display:grid;
}
.price .p{
  grid-area:1/1;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .25s ease, transform .25s ease;
}
.price .p.show{ opacity:1; transform:translateY(0); }

.cargo-price{
  font-family:'IBM Plex Mono', monospace;
  font-size:26px;
  font-weight:600;
  color:#0A0A0A;
  margin-top:2px;
}
.cargo-price span{ font-size:13px; color:rgba(10,10,10,0.45); font-weight:500; }
.cargo-note{ font-size:12px; color:rgba(10,10,10,0.45); margin-top:8px; }

/* ---------- FOOTER STUB ---------- */
.stub {
  position: sticky;
  top: var(--vdo-rates-sticky-top, 1.5rem);
  width: 100%;
  margin: 0;
  padding: 0;
}

.stub-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.stub-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 0.85rem;
  padding: 1.5rem 1.35rem 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.stub-card::before,
.stub-card::after {
  display: none;
}

.stub-title {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--vdo-pill-primary);
}

.stub ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.stub li {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #666;
  padding-left: 1rem;
  position: relative;
}

.stub li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: var(--vdo-pill-primary);
  border-radius: 1px;
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .stub {
    position: static;
    margin-top: 0.5rem;
  }

  .stub-inner {
    gap: 1.25rem;
  }
}

/* ═══════════════════════════════════════════
   Nearby attractions slider
   ═══════════════════════════════════════════ */
.vdo-nearby {
  position: relative;
  isolation: isolate;
  background-color: #ffffff;
  color: #1a1a1a;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  overflow: hidden;
}

.vdo-nearby .container {
  position: relative;
  z-index: 2;
}

.vdo-nearby > .image-bg-absolute {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.vdo-nearby__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

.vdo-nearby__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.vdo-nearby__intro {
  flex: 1;
  min-width: min(100%, 28rem);
}

.vdo-nearby__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem 0.45rem 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
}

.vdo-nearby__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vdo-pill-primary);
  flex-shrink: 0;
}

.vdo-nearby__title {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #1a1a1a;
}

.vdo-nearby__title em {
  font-style: normal;
  color: var(--vdo-pill-primary);
}

.vdo-nearby__lede {
  margin: 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #666;
}

.vdo-nearby__actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}

.vdo-nearby__actions .vdo-btn {
  align-self: flex-start;
}

.vdo-nearby__progress {
  position: relative;
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
}

.vdo-nearby__progress-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.vdo-nearby__progress-track {
  fill: none;
  stroke: #ebebeb;
  stroke-width: 3;
}

.vdo-nearby__progress-ring {
  fill: none;
  stroke: var(--vdo-pill-primary);
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s var(--vdo-ease);
}

.vdo-nearby__progress-num {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #555;
}

.vdo-nearby__slider {
  width: 100%;
  overflow: hidden;
}

.vdo-nearby__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.35rem;
}

.vdo-nearby__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100% !important;
}

.vdo-nearby__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 !important;
  border-radius: 999px;
  background: #d8d8d8;
  opacity: 1;
  transition:
    width 0.3s var(--vdo-ease),
    background 0.3s ease;
}

.vdo-nearby__pagination .swiper-pagination-bullet-active {
  width: 1.75rem;
  background: var(--vdo-pill-primary);
}

.vdo-nearby-swiper {
  overflow: hidden;
}

.vdo-nearby-swiper .swiper-slide {
  width: clamp(220px, 26vw, 300px);
  height: auto;
}

.vdo-nearby__card {
  position: relative;
  aspect-ratio: 3 / 4.15;
  border-radius: 1.15rem;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.vdo-nearby__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vdo-nearby__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.35) 62%,
    rgba(0, 0, 0, 0.82) 100%
  );
  pointer-events: none;
}

.vdo-nearby__card-num {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 2;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.vdo-nearby__card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.25rem 1.2rem 1.35rem;
}

.vdo-nearby__card-title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.vdo-nearby__card-text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
  .vdo-nearby__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .vdo-nearby-swiper .swiper-slide {
    width: clamp(200px, 62vw, 280px);
  }
}

@media (max-width: 575.98px) {
  .vdo-nearby__actions {
    width: 100%;
    justify-content: space-between;
  }
}

/* ═══════════════════════════════════════════
   Testimonials
   ═══════════════════════════════════════════ */
.vdo-testimonials {
  position: relative;
  isolation: isolate;
  background-color: #fafafa;
  color: #1a1a1a;
  padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(4rem, 9vw, 7rem);
  overflow: hidden;
}

.vdo-testimonials .container {
  position: relative;
  z-index: 2;
}

.vdo-testimonials .vdo-nearby__badge {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.vdo-testimonials > .image-bg-absolute {
  z-index: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.vdo-testimonials__statement {
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  max-width: min(100%, 19ch);
  text-align: center;
  font-size: clamp(2.35rem, 6.8vw, 5.25rem);
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
  color: #2b2b2b;
}

.vdo-testimonials__inline-media {
  display: inline-block;
  width: clamp(5.5rem, 14vw, 10.5rem);
  height: clamp(2.6rem, 5.5vw, 5rem);
  border-radius: 0.35rem;
  background: #e8a98a;
  overflow: hidden;
  vertical-align: middle;
}

.vdo-testimonials__inline-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vdo-testimonials__rule {
  width: 100%;
  height: 1px;
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
  background: #e3e3e3;
  border: 0;
}

.vdo-testimonials-swiper {
  overflow: hidden;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.vdo-testimonials-swiper .swiper-slide {
  height: auto;
}

.vdo-testimonials__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-right: 0.5rem;
}

.vdo-testimonials__stars {
  margin-bottom: 1.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #1a1a1a;
}

.vdo-testimonials__quote {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.vdo-testimonials__text {
  margin: 0 0 1.75rem;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #666;
}

.vdo-testimonials__author {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
  color: #888;
}

.vdo-testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.vdo-testimonials__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background: transparent;
  color: #555;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
}

.vdo-testimonials__arrow:hover {
  border-color: #aaa;
  color: #1a1a1a;
  background: rgba(0, 0, 0, 0.03);
}

.vdo-testimonials__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .vdo-testimonials__statement {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }
}

/* ═══════════════════════════════════════════
   Blog slider
   ═══════════════════════════════════════════ */
.vdo-blog {
  position: relative;
  background: #fff;
  color: #1a1a1a;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  overflow: hidden;
}

.vdo-blog__head {
  max-width: 40rem;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.vdo-blog__head .vdo-nearby__badge {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.vdo-blog__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.vdo-blog__lede {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #666;
}

.vdo-blog .container {
  overflow: hidden;
}

.vdo-blog-swiper {
  overflow: hidden;
  padding-bottom: 0.25rem;
}

.vdo-blog-swiper .swiper-wrapper {
  align-items: stretch;
}

.vdo-blog-swiper .swiper-slide {
  height: auto;
  display: flex;
  transition: transform 0.55s ease;
}

.vdo-blog-swiper .swiper-slide > .vdo-blog__card {
  width: 100%;
  height: 100%;
}

.vdo-blog__card {
  --vdo-blog-card-h: 30rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: var(--vdo-blog-card-h);
  min-height: var(--vdo-blog-card-h);
  max-height: var(--vdo-blog-card-h);
  border-radius: 1.35rem;
  background: #f4f4f4;
  overflow: hidden;
  transition: background 0.45s ease, box-shadow 0.45s ease;
}

.vdo-blog__media {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 0;
  overflow: hidden;
  border-radius: 1.35rem 1.35rem 0 0;
  transition: border-radius 0.45s ease;
}

.vdo-blog__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.vdo-blog__cat {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #c4a484;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.vdo-blog__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 0 0 auto;
  min-height: 9.5rem;
  padding: 1.15rem 1.15rem 1.35rem;
  transition: color 0.45s ease, padding 0.45s ease, min-height 0.45s ease;
}

.vdo-blog__meta {
  margin: 0;
  font-size: 0.82rem;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.vdo-blog__author {
  color: #c4a484;
  font-weight: 600;
}

.vdo-blog__card-title {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vdo-blog__card-title a {
  color: inherit;
  text-decoration: none;
}

.vdo-blog__card-title a:hover {
  color: var(--vdo-pill-primary);
}

.vdo-blog__excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.45s ease, margin 0.45s ease;
  max-height: 3.2em;
}

/* Active (center) slide — overlay layout */
.vdo-blog-swiper .swiper-slide-active .vdo-blog__card {
  background: #1a1a1a;
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__media {
  position: absolute;
  inset: 0;
  height: 100%;
  flex: none;
  border-radius: 1.35rem;
  z-index: 0;
  min-height: 0;
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.42) 40%,
    rgba(0, 0, 0, 0.1) 68%,
    transparent 100%
  );
  pointer-events: none;
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__media img {
  transform: scale(1.04);
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  min-height: 0;
  padding: 1.35rem 1.35rem 1.5rem;
  color: #fff;
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__meta {
  color: rgba(255, 255, 255, 0.85);
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__author {
  color: #e2b996;
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__card-title,
.vdo-blog-swiper .swiper-slide-active .vdo-blog__card-title a {
  color: #fff;
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__card-title a:hover {
  color: #fff;
  opacity: 0.9;
}

.vdo-blog-swiper .swiper-slide-active .vdo-blog__excerpt {
  opacity: 0;
  max-height: 0;
  margin: 0;
  pointer-events: none;
  overflow: hidden;
}

.vdo-blog__nav {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.vdo-blog__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: transparent;
  color: #444;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.vdo-blog__arrow:hover {
  border-color: #999;
  color: #1a1a1a;
  background: rgba(0, 0, 0, 0.03);
}

.vdo-blog__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .vdo-blog__card {
    --vdo-blog-card-h: 26rem;
  }
}

/* ═══════════════════════════════════════════
   Scroll reveal & section animations
   ═══════════════════════════════════════════ */
.vdo-header {
  opacity: 0;
  transform: translateY(-18px);
  animation: vdoHeaderIn 1s var(--vdo-ease) 0.25s forwards;
}

@keyframes vdoHeaderIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vdo-reveal,
.vdo-reveal-group > * {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition:
    opacity 0.95s var(--vdo-ease),
    transform 0.95s var(--vdo-ease),
    filter 0.95s var(--vdo-ease);
}

.vdo-reveal:not(.is-visible),
.vdo-reveal-group:not(.is-visible) > * {
  will-change: opacity, transform;
}

.vdo-reveal.is-visible,
.vdo-reveal-group.is-visible > * {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}

.vdo-reveal--left,
.vdo-reveal-group--left > * {
  transform: translate3d(-56px, 0, 0);
}

.vdo-reveal--right,
.vdo-reveal-group--right > * {
  transform: translate3d(56px, 0, 0);
}

.vdo-reveal--scale,
.vdo-reveal-group--scale > * {
  transform: scale(0.92);
}

.vdo-reveal--fade,
.vdo-reveal-group--fade > * {
  transform: none;
}

.vdo-reveal--blur {
  filter: blur(8px);
}

.vdo-reveal-group.is-visible > *:nth-child(1) { transition-delay: 0ms; }
.vdo-reveal-group.is-visible > *:nth-child(2) { transition-delay: 90ms; }
.vdo-reveal-group.is-visible > *:nth-child(3) { transition-delay: 180ms; }
.vdo-reveal-group.is-visible > *:nth-child(4) { transition-delay: 270ms; }
.vdo-reveal-group.is-visible > *:nth-child(5) { transition-delay: 360ms; }
.vdo-reveal-group.is-visible > *:nth-child(6) { transition-delay: 450ms; }
.vdo-reveal-group.is-visible > *:nth-child(7) { transition-delay: 540ms; }
.vdo-reveal-group.is-visible > *:nth-child(8) { transition-delay: 630ms; }

.vdo-reveal-group--slow.is-visible > *:nth-child(1) { transition-delay: 0ms; }
.vdo-reveal-group--slow.is-visible > *:nth-child(2) { transition-delay: 140ms; }
.vdo-reveal-group--slow.is-visible > *:nth-child(3) { transition-delay: 280ms; }
.vdo-reveal-group--slow.is-visible > *:nth-child(4) { transition-delay: 420ms; }
.vdo-reveal-group--slow.is-visible > *:nth-child(5) { transition-delay: 560ms; }
.vdo-reveal-group--slow.is-visible > *:nth-child(6) { transition-delay: 700ms; }
.vdo-reveal-group.is-visible > *:nth-child(7) { transition-delay: 840ms; }

.vdo-reveal[data-vdo-delay="1"] { transition-delay: 100ms; }
.vdo-reveal[data-vdo-delay="2"] { transition-delay: 200ms; }
.vdo-reveal[data-vdo-delay="3"] { transition-delay: 300ms; }
.vdo-reveal[data-vdo-delay="4"] { transition-delay: 400ms; }

.vdo-reveal.is-visible[data-vdo-delay],
.vdo-reveal-group.is-visible > .vdo-reveal[data-vdo-delay] {
  transition-delay: calc(var(--vdo-reveal-delay, 0) * 1ms);
}

/* Image clip reveal */
.vdo-img-reveal {
  overflow: hidden;
}

.vdo-img-reveal img {
  transform: scale(1.12);
  transition: transform 1.2s var(--vdo-ease);
}

.vdo-img-reveal.is-visible img {
  transform: scale(1);
}

/* Line draw */
.vdo-line-draw {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s var(--vdo-ease);
}

.vdo-line-draw.is-visible {
  transform: scaleX(1);
}

/* Section bg parallax */
.vdo-parallax-bg {
  will-change: transform;
  transition: transform 0.1s linear;
}

/* Interactive hovers */
.vdo-about__figure--lg {
  transition:
    transform 0.55s var(--vdo-ease),
    box-shadow 0.55s var(--vdo-ease);
}

.vdo-about__figure--lg:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.16);
}

.vdo-about__figure--sm {
  transition:
    transform 0.55s var(--vdo-ease),
    box-shadow 0.55s var(--vdo-ease);
}

.vdo-about__figure--sm:hover {
  transform: translateY(calc(1.5rem - 6px));
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
  .vdo-about__figure--sm:hover {
    transform: translateY(-6px);
  }
}

.vdo-work__card:hover .vdo-work__tag {
  transform: translateY(-2px);
}

.vdo-nearby__card {
  transition:
    transform 0.5s var(--vdo-ease),
    box-shadow 0.5s var(--vdo-ease);
}

.vdo-nearby__card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.vdo-nearby__card img {
  transition: transform 0.7s var(--vdo-ease);
}

.vdo-nearby__card:hover img {
  transform: scale(1.06);
}

.vdo-buy__tile {
  transition:
    transform 0.45s var(--vdo-ease),
    box-shadow 0.45s var(--vdo-ease);
}

.vdo-buy__tile:hover {
  transform: translateY(-5px);
}

.vdo-buy__tile--hours:hover {
  box-shadow: 0 28px 64px rgba(20, 16, 12, 0.32);
}

.vdo-buy__tile--ops:hover {
  box-shadow: 0 22px 52px rgba(20, 20, 20, 0.1);
}

.vdo-buy__checkout-logo {
  transition:
    transform 0.35s var(--vdo-ease),
    opacity 0.2s ease;
}

.vdo-buy__checkout-logo:hover {
  transform: translateY(-3px) scale(1.04);
}

.vdo-testimonials__inline-media {
  transition:
    transform 0.6s var(--vdo-ease),
    box-shadow 0.6s var(--vdo-ease);
}

.vdo-testimonials__statement.is-visible .vdo-testimonials__inline-media {
  animation: vdoMediaPop 0.9s var(--vdo-ease) 0.35s both;
}

@keyframes vdoMediaPop {
  from {
    transform: scale(0.85) rotate(-3deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

.vdo-testimonials__card {
  transition: transform 0.4s var(--vdo-ease);
}

.vdo-testimonials-swiper .swiper-slide-active .vdo-testimonials__card {
  transform: translateY(-4px);
}

.vdo-cafe__center > * {
  transition:
    opacity 0.9s var(--vdo-ease),
    transform 0.9s var(--vdo-ease);
}

.vdo-cafe.is-visible .vdo-cafe__title {
  animation: vdoCafeTitleIn 1s var(--vdo-ease) both;
}

.vdo-cafe.is-visible .vdo-cafe__address {
  animation: vdoCafeFadeUp 1s var(--vdo-ease) 0.15s both;
}

.vdo-cafe.is-visible .vdo-cafe__center .vdo-btn {
  animation: vdoCafeFadeUp 1s var(--vdo-ease) 0.3s both;
}

@keyframes vdoCafeTitleIn {
  from {
    opacity: 0;
    transform: translateY(40px);
    letter-spacing: 0.06em;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: normal;
  }
}

@keyframes vdoCafeFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vdo-about__badge-dot,
.vdo-work__badge-dot,
.vdo-rates__badge-dot,
.vdo-nearby__badge-dot,
.vdo-buy__badge-dot {
  animation: vdoBadgePulse 2.4s ease-in-out infinite;
}

@keyframes vdoBadgePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.45);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(237, 28, 36, 0);
  }
}

.vdo-rates__title-accent {
  display: inline-block;
  transition: transform 0.5s var(--vdo-ease);
}

.vdo-rates.is-visible .vdo-rates__title-accent {
  animation: vdoAccentPop 0.8s var(--vdo-ease) 0.4s both;
}

@keyframes vdoAccentPop {
  from {
    transform: scale(0.88);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.stub li {
  opacity: 0;
  transform: translateX(-12px);
  transition:
    opacity 0.5s var(--vdo-ease),
    transform 0.5s var(--vdo-ease);
}

.stub.is-visible li {
  opacity: 1;
  transform: translateX(0);
}

.stub.is-visible li:nth-child(1) { transition-delay: 0.1s; }
.stub.is-visible li:nth-child(2) { transition-delay: 0.18s; }
.stub.is-visible li:nth-child(3) { transition-delay: 0.26s; }
.stub.is-visible li:nth-child(4) { transition-delay: 0.34s; }
.stub.is-visible li:nth-child(5) { transition-delay: 0.42s; }
.stub.is-visible li:nth-child(6) { transition-delay: 0.5s; }

.vdo-hero-viewport .vdo-nav-arrows {
  opacity: 0;
  transform: translateY(16px);
  animation: vdoArrowsIn 1s var(--vdo-ease) 1.1s forwards;
}

@keyframes vdoArrowsIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdo-header,
  .vdo-hero-viewport .vdo-nav-arrows {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .vdo-reveal,
  .vdo-reveal-group > *,
  .vdo-line-draw,
  .stub li,
  .vdo-img-reveal img,
  .line-section .station {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .vdo-cafe.is-visible .vdo-cafe__title,
  .vdo-cafe.is-visible .vdo-cafe__address,
  .vdo-cafe.is-visible .vdo-cafe__center .vdo-btn,
  .vdo-rates.is-visible .vdo-rates__title-accent,
  .vdo-testimonials__statement.is-visible .vdo-testimonials__inline-media {
    animation: none !important;
  }

  .vdo-about__badge-dot,
  .vdo-work__badge-dot,
  .vdo-rates__badge-dot,
  .vdo-nearby__badge-dot,
  .vdo-buy__badge-dot {
    animation: none;
  }

  .vdo-parallax-bg {
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════
   Footer
   ═══════════════════════════════════════════ */
.vdo-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 15% 0%, rgba(237, 28, 36, 0.22), transparent 58%),
    radial-gradient(ellipse 55% 45% at 100% 100%, rgba(237, 28, 36, 0.16), transparent 52%),
    linear-gradient(165deg, #0d0d0d 0%, #050505 42%, #120808 100%);
  color: #fff;
  padding-top: clamp(3.5rem, 7vw, 5rem);
}

.vdo-footer__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(237, 28, 36, 0.08) 0%, transparent 28%),
    radial-gradient(circle at 50% 68%, rgba(237, 28, 36, 0.06), transparent 42%);
}

.vdo-footer__main {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.vdo-footer__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2rem, 4vw, 3rem);
}

.vdo-footer__brand {
  flex: 0 1 auto;
  max-width: min(100%, 38rem);
}

.vdo-footer__nav {
  flex: 0 0 auto;
  width: min(100%, 19rem);
  margin-left: auto;
}

.vdo-footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.vdo-footer__logo img {
  display: block;
  height: clamp(2rem, 6vw, 4.65rem);
  width: auto;
}

.vdo-footer__tagline {
  margin: 0 0 6rem;
  max-width: 22rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
}

.vdo-footer__contacts {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.5rem, 1.2vw, 1rem);
}

.vdo-footer__contact-block {
  flex: 1 1 min(100%, 16rem);
  min-width: 300px;
}

.vdo-footer__contact-title {
  margin: 0 0 0.65rem;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: var(--vdo-pill-primary);
}

.vdo-footer__contact-text {
  margin: 0 0 0.25rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.vdo-footer__contact-rows {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 1rem;
}

.vdo-footer__contact-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 0;
  padding: 0.2rem 0;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.25s ease;
}

.vdo-footer__contact-row:hover {
  opacity: 0.78;
}

.vdo-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  color: #111;
}

.vdo-footer__contact-icon i {
  display: block;
  font-size: 1em;
  line-height: 1;
  color: #111;
}

.vdo-footer__contact-value {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #fff;
}

.vdo-footer__nav-label {
  margin: 0 0 1.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.vdo-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vdo-footer__links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vdo-footer__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.3s var(--vdo-ease);
}

.vdo-footer__links a svg {
  flex-shrink: 0;
  opacity: 0.55;
  transition: transform 0.3s var(--vdo-ease), opacity 0.25s ease;
}

.vdo-footer__links a:hover {
  color: rgba(255, 255, 255, 0.78);
  padding-left: 0.35rem;
}

.vdo-footer__links a:hover svg {
  opacity: 1;
  transform: translate(2px, -2px);
}

.vdo-footer__watermark-wrap {
  --wm-x: 50%;
  --wm-y: 50%;
  --wm-size: clamp(7rem, 15vw, 13rem);
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(1rem, 3vw, 2rem) 0 clamp(0.5rem, 2vw, 1rem);
  overflow: hidden;
  cursor: default;
}

.vdo-footer__watermark {
  margin: 0;
  font-size: clamp(5.5rem, 18vw, 13.5rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}

.vdo-footer__watermark--base {
  color: rgba(255, 255, 255, 0.06);
}

.vdo-footer__watermark--shine {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: inherit 0;
  background: linear-gradient(
    115deg,
    #ffffff 0%,
    #ffffff 38%,
    var(--vdo-pill-primary) 58%,
    #ffffff 78%,
    #ffffff 100%
  );
  background-size: 220% 100%;
  background-position: var(--wm-x) 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-mask-image: radial-gradient(
    circle var(--wm-size) at var(--wm-x) var(--wm-y),
    #000 0%,
    #000 34%,
    transparent 72%
  );
  mask-image: radial-gradient(
    circle var(--wm-size) at var(--wm-x) var(--wm-y),
    #000 0%,
    #000 34%,
    transparent 72%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.vdo-footer__watermark-wrap.is-active .vdo-footer__watermark--shine {
  opacity: 1;
}

.vdo-footer__bar {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vdo-footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding: 1.15rem 0 1.35rem;
}

.vdo-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

.vdo-footer__legal a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.2s ease;
}

.vdo-footer__legal a:hover {
  color: #fff;
}

.vdo-footer__copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

@media (max-width: 991.98px) {
  .vdo-footer__grid {
    flex-direction: column;
    gap: 2.5rem;
  }

  .vdo-footer__nav {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .vdo-footer__contacts {
    flex-direction: column;
    gap: 1rem;
  }

  .vdo-footer__links a {
    font-size: 1.35rem;
    padding: 0.85rem 0;
  }

  .vdo-footer__bar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .vdo-footer__copy {
    text-align: left;
  }

  .vdo-footer__watermark {
    font-size: clamp(4rem, 15vw, 6rem);
  }

  .vdo-footer__watermark-wrap {
    --wm-size: clamp(5rem, 15vw, 7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vdo-footer__watermark--shine {
    display: none;
  }

  .vdo-footer__watermark--base {
    color: rgba(255, 255, 255, 0.12);
  }
}

/* --- Offcanvas Subnav Accordion Styling --- */
.vdo-offcanvas__accordion-item {
    display: block;
    width: 100%;
}

/* Ensure button handles open/fade states exactly like adjacent native links */
.vdo-offcanvas.is-open .vdo-offcanvas__accordion-item .vdo-offcanvas__link {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.18s; /* Matches original index positioning */
}

/* Sub-navigation container spacing */
.vdo-offcanvas__subnav {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.5rem 0 1rem 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0.25rem 0 0.5rem 0.5rem;
}

/* Submenu layout typography */
.vdo-offcanvas__sublink {
    display: block;
    font-size: 1.15rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    padding: 0.3rem 0;
    transition: color 0.25s ease, transform 0.25s ease;
}

.vdo-offcanvas__sublink:hover {
    color: #fff;
    transform: translateX(4px);
}

/* Accordion indicator arrow mechanics */
.vdo-accordion-icon {
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s ease;
}

.vdo-offcanvas__link:hover .vdo-accordion-icon {
    color: #fff;
}

/* Rotate indicator arrow dynamically when expanded */
.vdo-offcanvas__link[aria-expanded="true"] .vdo-accordion-icon {
    transform: rotate(180deg);
    color: #fff;
}