/* Visual-only homepage refresh. SEO metadata and schema stay in src/index.html. */

.vc-hero-redesign {
  display: block !important;
  min-height: clamp(560px, 70vh, 760px) !important;
  padding: clamp(6.6rem, 8vw, 8rem) 0 clamp(2.6rem, 4vw, 4.25rem) !important;
  background: #020303 !important;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.vc-hero-redesign::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 83% 18%, rgba(243, 219, 165, 0.22), transparent 18rem),
    radial-gradient(circle at 64% 62%, rgba(209, 159, 54, 0.14), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.16) 66%, rgba(0, 0, 0, 0.46) 100%);
}

.vc-hero-redesign::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #040404 92%);
}

.vc-hero-redesign #vimeo-hero-background {
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 76% 28%, rgba(170, 135, 74, 0.22), transparent 22rem),
    linear-gradient(120deg, #020303 0%, #0d1113 52%, #060606 100%);
  filter: saturate(1.02) contrast(1.06) brightness(0.95);
}

.vc-hero-redesign #vimeo-hero-background .hero-video-poster {
  display: block;
  background:
    radial-gradient(circle at 76% 28%, rgba(170, 135, 74, 0.22), transparent 22rem),
    linear-gradient(120deg, #020303 0%, #0d1113 52%, #060606 100%);
}

.vc-hero-redesign #vimeo-hero-background iframe {
  display: block;
}

.vc-hero-redesign .container {
  position: relative;
  z-index: 3;
}

.vc-hero-shell {
  display: grid;
  grid-template-columns: minmax(42rem, 0.95fr) minmax(12rem, 0.62fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 5rem);
  max-width: min(1640px, calc(100% - 5rem));
}

.vc-hero-copy {
  width: min(100%, 50rem);
  text-align: left !important;
}

.vc-hero-copy.hero-content {
  max-width: none;
  margin: 0;
}

.vc-hero-redesign .anim-sequence,
.vc-hero-redesign .anim-sequence > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.vc-hero-redesign .hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 4.15vw, 4.75rem) !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: uppercase;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.vc-hero-redesign .hero-title .word-span {
  display: block !important;
  margin: 0 !important;
  color: inherit;
  line-height: inherit;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.vc-hero-redesign .hero-title .vc-gold-line {
  color: #d7a622 !important;
  background: linear-gradient(95deg, #f6d166 0%, #d4a51d 42%, #946918 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 24px rgba(212, 165, 29, 0.15));
}

.vc-hero-redesign .hero-title .vc-kicker-line {
  margin-top: 0.65rem !important;
  color: #f2bd32 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(1rem, 1.52vw, 1.42rem) !important;
  font-weight: 800;
  letter-spacing: 0.23em;
  line-height: 1.25 !important;
  -webkit-text-fill-color: currentColor;
}

.vc-hero-redesign .hero-title .vc-amp {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  -webkit-text-fill-color: currentColor;
}

.vc-hero-redesign .hero-subtitle {
  position: relative;
  max-width: 34rem;
  margin: clamp(1.25rem, 2vw, 1.75rem) 0 0;
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.28vw, 1.25rem);
  line-height: 1.58;
  text-align: left;
}

.vc-hero-redesign .hero-subtitle::before {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0;
  bottom: 0.18rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4c348, #d19b18);
}

.vc-hero-redesign .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: clamp(1.4rem, 2vw, 1.85rem);
}

.vc-hero-redesign .hero-actions .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: min(100%, 17rem);
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vc-hero-redesign .button-primary {
  border: 1px solid rgba(244, 196, 70, 0.74);
  color: #070707;
  background: linear-gradient(135deg, #f4c948 0%, #d29b18 54%, #f8d66c 100%);
  box-shadow:
    0 18px 46px rgba(212, 158, 24, 0.28),
    inset 0 1px 0 rgba(255, 248, 221, 0.5);
}

.vc-hero-redesign .button-secondary {
  border: 1px solid rgba(244, 196, 70, 0.9);
  color: #f4bd35;
  background: rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 224, 133, 0.13);
}

.vc-hero-arrow {
  margin-left: 1.2rem;
  font-size: 1.35rem;
  line-height: 1;
}

.vc-hero-proof {
  display: none;
}

.vc-hero-negative {
  min-height: 15rem;
}

.vc-brand-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) repeat(4, minmax(8rem, 1.25fr)) minmax(12rem, 1.25fr);
  align-items: center;
  margin: -1px 0 0;
  padding: 0;
  border-top: 1px solid rgba(215, 166, 34, 0.35);
  border-bottom: 1px solid rgba(215, 166, 34, 0.28);
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.98), rgba(5, 5, 5, 0.98)),
    #050505;
  color: #fff;
}

.vc-brand-strip > * {
  min-height: 4.8rem;
  padding: 0.95rem 1.2rem;
  border-left: 1px solid rgba(215, 166, 34, 0.24);
}

.vc-brand-strip > *:first-child {
  border-left: 0;
}

.vc-brand-heading {
  color: #f0bd35;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.22;
  text-transform: uppercase;
}

.vc-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vc-brand-logo img {
  width: auto;
  max-width: 10rem;
  height: 2.2rem;
  max-height: 2.2rem;
  object-fit: contain;
  opacity: 0.9;
  filter: invert(1) grayscale(1) brightness(1.55) contrast(1.08);
  mix-blend-mode: screen;
}

.vc-brand-review {
  display: grid;
  gap: 0.2rem;
  align-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.vc-stars {
  color: #f4c348;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.vc-review-score {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vc-review-quote {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.68rem;
  font-weight: 700;
}

.vc-category-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #050505;
  border-bottom: 1px solid rgba(215, 166, 34, 0.3);
  scroll-margin-top: 4.8rem;
}

.vc-category-card {
  position: relative;
  min-height: clamp(14rem, 27vh, 18rem);
  overflow: hidden;
  color: #fff8e6;
  background: #060606;
  border: 1px solid rgba(215, 166, 34, 0.2);
  border-radius: 3px;
  isolation: isolate;
}

.vc-category-card:last-child {
  border-right: 1px solid rgba(215, 166, 34, 0.2);
}

.vc-category-card video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.94;
  filter: saturate(0.92) contrast(1.06) brightness(0.84);
  transform: scale(1.015);
  transition:
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 360ms ease,
    opacity 360ms ease;
}

.vc-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 62%);
  pointer-events: none;
  transition: opacity 360ms ease;
}

.vc-category-card:hover video,
.vc-category-card:focus-within video,
.vc-category-card.is-playing video {
  opacity: 1;
  filter: saturate(1.08) contrast(1.02) brightness(0.98);
  transform: scale(1.045);
}

.vc-category-card.is-playing::before {
  opacity: 0.5;
}

.vc-category-card.is-buffering .vc-category-play {
  cursor: wait;
  opacity: 0.84;
}

.vc-category-copy {
  position: absolute;
  left: clamp(1.05rem, 2vw, 1.65rem);
  right: clamp(6rem, 7vw, 7.8rem);
  bottom: clamp(1rem, 2vw, 1.45rem);
  z-index: 2;
  display: grid;
  gap: 0.45rem;
  pointer-events: none;
}

.vc-category-meta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.vc-category-icon {
  display: none;
}

.vc-category-title {
  color: #fff4d4;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.92rem, 1.3vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.74);
}

.vc-category-rule {
  width: 2.2rem;
  height: 1px;
  background: rgba(215, 166, 34, 0.8);
}

.vc-category-copy p {
  max-width: 18rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.82rem, 1vw, 0.94rem);
  line-height: 1.36;
}

.vc-category-play,
.vc-category-link {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 166, 34, 0.62);
  color: #f6c13e;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.vc-category-play {
  top: clamp(0.9rem, 1.5vw, 1.15rem);
  right: clamp(0.9rem, 1.5vw, 1.15rem);
  gap: 0.46rem;
  min-width: 5.15rem;
  min-height: 2.2rem;
  padding: 0 0.72rem;
  border-radius: 5px;
  cursor: pointer;
}

.vc-category-play i {
  width: 0.72rem;
  font-size: 0.72rem;
}

.vc-category-link {
  right: clamp(1.05rem, 2vw, 1.65rem);
  bottom: clamp(1rem, 2vw, 1.45rem);
  gap: 0.44rem;
  min-height: 2.1rem;
  padding: 0 0.68rem;
  border-radius: 5px;
}

.vc-category-arrow {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1;
}

.vc-category-play:hover,
.vc-category-play:focus-visible,
.vc-category-link:hover,
.vc-category-link:focus-visible {
  color: #ffe28b;
  border-color: rgba(255, 221, 104, 0.96);
  background: rgba(20, 16, 8, 0.72);
  transform: translateY(-1px);
}

.vc-category-link:hover .vc-category-arrow,
.vc-category-link:focus-visible .vc-category-arrow {
  transform: translateX(0.12rem);
}

.vc-mobile-action-bar {
  display: none;
}

.vc-video-next-cue {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: fit-content;
  min-height: 2.4rem;
  margin: 0.9rem auto 1rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(215, 166, 34, 0.58);
  border-radius: 999px;
  color: #f2bd32;
  background: rgba(0, 0, 0, 0.34);
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 224, 133, 0.12);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.vc-video-next-cue i {
  font-size: 0.78rem;
  animation: vcScrollNudge 1.6s ease-in-out infinite;
}

.vc-video-next-cue:hover,
.vc-video-next-cue:focus-visible {
  color: #ffe28b;
  border-color: rgba(255, 221, 104, 0.94);
  background: rgba(20, 16, 8, 0.72);
  transform: translateY(-1px);
}

.vc-mobile-scroll-cue {
  display: none;
}

@keyframes vcScrollNudge {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.24rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vc-video-next-cue i,
  .vc-mobile-scroll-cue i {
    animation: none !important;
  }
}

main > .vc-mobile-action-bar + .clients-section {
  border-top: 1px solid rgba(215, 166, 34, 0.25);
}

main > .vc-mobile-action-bar ~ .content-section .section-title.centered,
main > .vc-mobile-action-bar ~ .content-section .section-subtitle.centered {
  text-align: center;
}

main > .vc-mobile-action-bar ~ .content-section .section-title.centered {
  margin-left: auto;
  margin-right: auto;
}

main > .vc-mobile-action-bar ~ .content-section .section-subtitle.centered {
  margin-left: auto;
  margin-right: auto;
}

main > .vc-mobile-action-bar ~ .content-section .grid-container,
main > .vc-mobile-action-bar ~ .content-section .portfolio-grid {
  width: 100%;
}

main > .vc-mobile-action-bar ~ .content-section .text-center,
main > .vc-mobile-action-bar ~ .content-section .cta-content {
  text-align: center;
}

@media (max-width: 1100px) {
  .vc-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vc-brand-heading {
    grid-column: 1 / -1;
    min-height: 3.35rem;
    text-align: center;
  }

  .vc-brand-review {
    grid-column: span 2;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 5.6rem !important;
    min-height: 5.6rem !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100% !important;
    max-width: none !important;
    padding-inline: 1.35rem !important;
  }

  .header .logo {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 1 auto;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .header .logo img:first-child {
    width: 2.95rem !important;
    height: auto !important;
    max-height: none !important;
  }

  .header .logo img:last-child {
    width: 7.35rem !important;
    height: auto !important;
    max-height: none !important;
  }

  .header .header-actions .button.button-primary.button-small.button-book-now {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 7.9rem;
    min-height: 3.1rem;
    padding: 0.85rem 1rem !important;
    border: 1px solid rgba(244, 196, 70, 0.88) !important;
    border-radius: 8px !important;
    color: #f2bd32 !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 48%),
      radial-gradient(95% 160% at 18% 0%, rgba(255, 225, 122, 0.18), transparent 58%),
      rgba(0, 0, 0, 0.5) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 224, 133, 0.18),
      0 12px 28px rgba(0, 0, 0, 0.34) !important;
    font-family: "Montserrat", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .menu-toggle {
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    color: #fff;
  }

  .vc-hero-redesign {
    min-height: auto !important;
    padding: 8.15rem 0 1.1rem !important;
  }

  .vc-hero-redesign::before {
    background:
      radial-gradient(circle at 82% 9%, rgba(244, 213, 147, 0.22), transparent 11rem),
      linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.52) 58%, rgba(0, 0, 0, 0.68) 100%);
  }

  .vc-hero-redesign #vimeo-hero-background {
    left: 36%;
    width: 142%;
    opacity: 0.94;
    filter: saturate(1) contrast(1.06) brightness(0.82);
  }

  .vc-hero-redesign #vimeo-hero-background iframe {
    transform: translate(-50%, -50%) scale(1.14) !important;
  }

  .vc-hero-shell {
    display: block;
    max-width: min(100% - 1.4rem, 29rem);
  }

  .vc-hero-copy {
    width: 100%;
  }

  .vc-hero-redesign .hero-title {
    font-size: clamp(2.28rem, 9.25vw, 2.95rem) !important;
    line-height: 0.95 !important;
  }

  .vc-hero-redesign .hero-title .vc-kicker-line {
    max-width: 24rem;
    font-size: clamp(0.78rem, 3.25vw, 1.02rem) !important;
    letter-spacing: 0.2em;
  }

  .vc-hero-redesign .hero-title .vc-gold-line {
    font-size: 0.86em;
    white-space: nowrap;
  }

  .vc-hero-redesign .hero-subtitle {
    max-width: 25rem;
    margin-top: 1rem;
    font-size: clamp(0.95rem, 3.65vw, 1.06rem);
    line-height: 1.44;
  }

  .vc-hero-redesign .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.74rem;
    margin-top: 1.35rem;
  }

  .vc-hero-redesign .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 3.45rem;
  }

  .hero-marketing-btn {
    display: none !important;
  }

  .vc-hero-proof {
    position: relative;
    display: grid;
    grid-template-columns: 7.05rem 1fr;
    gap: 0.9rem;
    align-items: center;
    width: 100%;
    margin-top: 0.9rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(215, 166, 34, 0.4);
    border-radius: 12px;
    background: rgba(8, 8, 8, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 236, 183, 0.09);
  }

  .vc-hero-proof::before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 8.8rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.26);
  }

  .vc-hero-proof > div {
    text-align: center;
  }

  .vc-hero-proof strong {
    display: block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.18rem;
    line-height: 1;
  }

  .vc-hero-proof span,
  .vc-hero-proof p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .vc-hero-proof p {
    padding-left: 0.7rem;
    text-align: left;
    text-transform: none;
   }

  .vc-mobile-scroll-cue {
    position: relative;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0.72rem auto 0;
    border: 1px solid rgba(215, 166, 34, 0.52);
    border-radius: 50%;
    color: #f2bd32;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 224, 133, 0.14);
  }

  .vc-mobile-scroll-cue i {
    font-size: 0.95rem;
    animation: vcScrollNudge 1.6s ease-in-out infinite;
  }

  .vc-hero-negative {
    display: none;
  }

  .vc-brand-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 1.25rem 1.15rem 1.05rem;
    border-top: 1px solid rgba(215, 166, 34, 0.16);
    border-bottom: 0;
    background: #050505;
  }

  .vc-brand-strip > * {
    min-height: 0;
    padding: 0.55rem 0.5rem;
    border-left: 1px solid rgba(215, 166, 34, 0.23);
  }

  .vc-brand-heading {
    grid-column: 1 / -1;
    padding: 0 0 0.55rem;
    border-left: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    letter-spacing: 0.26em;
    text-align: center;
  }

  .vc-brand-heading br {
    display: none;
  }

  .vc-brand-logo:nth-of-type(2) {
    border-left: 0;
  }

  .vc-brand-logo img {
    max-width: 100%;
    height: 1.9rem;
    max-height: 1.9rem;
  }

  .vc-brand-review {
    display: none;
  }

  .vc-category-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 0.2rem 1rem 1.05rem;
    background: #050505;
    border-top: 0;
    scroll-margin-top: 0.8rem;
  }

  .vc-category-card,
  .vc-category-card:last-child {
    min-height: clamp(11.4rem, 42vw, 14rem);
    border: 1px solid rgba(215, 166, 34, 0.42);
    border-radius: 5px;
  }

  .vc-category-copy {
    left: 1rem;
    right: 6.15rem;
    bottom: 0.9rem;
    gap: 0.28rem;
  }

  .vc-category-title {
    font-size: clamp(0.78rem, 3.1vw, 0.94rem);
    letter-spacing: 0.13em;
  }

  .vc-category-copy p {
    max-width: 16rem;
    font-size: clamp(0.76rem, 2.95vw, 0.86rem);
    line-height: 1.26;
  }

  .vc-category-play {
    top: 0.8rem;
    right: 0.8rem;
    min-width: 4.75rem;
    min-height: 2rem;
    padding: 0 0.62rem;
    font-size: 0.62rem;
  }

  .vc-category-link {
    right: 0.8rem;
    bottom: 0.9rem;
    min-height: 2rem;
    padding: 0 0.62rem;
    font-size: 0.61rem;
  }

  .vc-video-next-cue {
    min-height: 2.25rem;
    margin: 0.25rem auto 0.65rem;
    padding: 0 0.85rem;
    font-size: 0.66rem;
  }

  .vc-video-next-cue i {
    font-size: 0.74rem;
  }

  .vc-mobile-action-bar {
    position: relative;
    bottom: auto;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 0.82rem 0.9rem;
    border-top: 1px solid rgba(215, 166, 34, 0.42);
    border-radius: 22px 22px 0 0;
    background:
      linear-gradient(180deg, rgba(25, 25, 25, 0.96), rgba(11, 11, 11, 0.98)),
      #101010;
    box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.42);
  }

  .vc-mobile-action-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.8rem 0.58rem;
    border: 1px solid #d7a622;
    border-radius: 8px;
    color: #f2bd32;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(0.66rem, 2.45vw, 0.78rem);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .vc-mobile-action-bar a:first-child {
    color: #070707;
    background: linear-gradient(135deg, #f4c948 0%, #d29b18 58%, #f8d66c 100%);
  }
}

@media (min-width: 769px) {
  .vc-hero-redesign {
    min-height: clamp(500px, 58vh, 620px) !important;
    padding-top: clamp(4.75rem, 5.5vw, 6.1rem) !important;
    padding-bottom: clamp(1.2rem, 2vw, 2rem) !important;
  }

  .vc-hero-redesign .hero-subtitle {
    max-width: 39rem;
    font-size: clamp(0.95rem, 1vw, 1.12rem);
    line-height: 1.42;
  }

  .vc-brand-strip > * {
    min-height: clamp(4rem, 7vh, 4.45rem);
    padding: 0.62rem 0.95rem;
  }

  .vc-brand-heading {
    font-size: 0.66rem;
    line-height: 1.12;
  }

  .vc-brand-logo img {
    height: 1.85rem;
    max-height: 1.85rem;
  }

  .vc-stars {
    font-size: 0.7rem;
  }

  .vc-review-score {
    font-size: 0.66rem;
  }

  .vc-review-quote {
    font-size: 0.62rem;
  }

  .vc-category-card {
    min-height: clamp(14rem, 27vh, 18rem);
  }

  .vc-category-copy {
    right: clamp(6rem, 8vw, 7.6rem);
    bottom: clamp(1.15rem, 2vw, 2rem);
    gap: 0.48rem;
  }

  .vc-category-icon {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.78rem;
  }

  .vc-category-copy p {
    font-size: clamp(0.82rem, 0.95vw, 0.94rem);
    line-height: 1.34;
  }

  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header .container {
    max-width: 1780px;
  }

  .main-nav .menu-link {
    color: rgba(255, 255, 255, 0.9);
  }

  .main-nav .menu-link.active,
  .main-nav .menu-link:hover {
    color: #f2bd32;
  }

  .button-book-now {
    border: 1px solid rgba(244, 196, 70, 0.8) !important;
    color: #f2bd32 !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 48%),
      radial-gradient(95% 160% at 18% 0%, rgba(255, 225, 122, 0.18), transparent 58%),
      rgba(0, 0, 0, 0.42) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 224, 133, 0.18),
      0 12px 28px rgba(0, 0, 0, 0.34) !important;
  }
}

@media (min-width: 769px) and (max-height: 800px) {
  .vc-hero-redesign {
    min-height: clamp(430px, 57vh, 470px) !important;
    padding-top: clamp(4rem, 8vh, 4.5rem) !important;
    padding-bottom: 0.9rem !important;
  }

  .vc-hero-shell {
    max-width: min(1500px, calc(100% - 4rem));
  }

  .vc-hero-copy {
    width: min(100%, 45rem);
  }

  .vc-hero-redesign .hero-title {
    font-size: clamp(2.72rem, 4vw, 3.9rem) !important;
    line-height: 0.92 !important;
  }

  .vc-hero-redesign .hero-title .vc-kicker-line {
    margin-top: 0.45rem !important;
    font-size: clamp(0.72rem, 1.25vw, 0.95rem) !important;
  }

  .vc-hero-redesign .hero-subtitle {
    max-width: 44rem;
    margin-top: 0.85rem;
    font-size: clamp(0.84rem, 1vw, 0.96rem);
    line-height: 1.34;
  }

  .vc-hero-redesign .hero-actions {
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .vc-hero-redesign .hero-actions .button {
    min-width: min(100%, 16rem);
    min-height: 2.9rem;
    padding: 0.68rem 1.15rem;
    font-size: 0.72rem;
  }

  .vc-brand-strip > * {
    min-height: 3.45rem;
    padding: 0.38rem 0.7rem;
  }

  .vc-brand-heading {
    font-size: 0.6rem;
  }

  .vc-brand-logo img {
    height: 1.5rem;
    max-height: 1.5rem;
  }

  .vc-stars {
    font-size: 0.62rem;
  }

  .vc-review-score {
    font-size: 0.58rem;
  }

  .vc-review-quote {
    font-size: 0.56rem;
  }

  .vc-category-card {
    min-height: clamp(9.5rem, 27vh, 13.75rem);
  }

  .vc-category-copy {
    left: clamp(1rem, 2.3vw, 2rem);
    right: clamp(5.6rem, 7vw, 6.7rem);
    bottom: clamp(0.75rem, 1.6vw, 1.15rem);
    gap: 0.28rem;
  }

  .vc-category-icon {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.66rem;
  }

  .vc-category-title {
    font-size: clamp(0.74rem, 0.9vw, 0.9rem);
  }

  .vc-category-copy p {
    max-width: 17rem;
    font-size: clamp(0.78rem, 1vw, 0.9rem);
    line-height: 1.18;
  }

  .vc-category-arrow {
    width: auto;
    height: auto;
    right: auto;
    bottom: auto;
  }

  .vc-category-play,
  .vc-category-link {
    min-height: 1.95rem;
    font-size: 0.58rem;
  }
}
