/* Final non-invasive visual QA corrections. */
@media(max-width:950px) {
  .btn.sticky {
    width: auto !important;
    max-width: calc(100% - 32px) !important;
  }
}

/* Hero message and trust refinement */
.hero.minimal-luxury-hero .new-hero-content h1 {
  width: 100%;
  max-width: 780px !important;
  font-size: clamp(58px, 4.5vw, 64px) !important;
  line-height: 1.12 !important;
  white-space: normal !important;
  text-wrap: balance !important;
}
.hero.minimal-luxury-hero .hero-title-line {
  display: block;
}
.hero.minimal-luxury-hero .new-hero-content {
  left: -25px !important;
  width: min(100%, 780px) !important;
  max-width: 780px !important;
}
.hero.minimal-luxury-hero .new-hero-kicker {
  margin-bottom: 13px !important;
}
.hero.minimal-luxury-hero .new-hero-lead {
  max-width: 760px;
  margin-top: 12px !important;
  color: #35485a !important;
  font-size: clamp(18px, 1.35vw, 20px) !important;
  line-height: 1.72 !important;
}
.hero.minimal-luxury-hero .new-hero-lead > span {
  white-space: normal !important;
}
.hero.minimal-luxury-hero .hero-title-accent {
  display: inline-block;
  margin-inline: 8px;
  color: #bd8122;
  text-shadow: 0 1px 2px rgba(189,129,34,.1);
}
.hero.minimal-luxury-hero .hero-services {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 660px);
  gap: 12px;
  margin: 10px auto 0;
  color: #162d42;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.hero.minimal-luxury-hero .hero-services i {
  color: #bd8122;
  margin-inline: 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}
.hero.minimal-luxury-hero .hero-contact-note {
  margin: 6px 3px 0;
  color: #526273;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
}
.hero.minimal-luxury-hero .hero-reassurance {
  margin-top: 68px !important;
  padding: 5px 12px !important;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(190,132,37,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.52);
  box-shadow: 0 8px 22px rgba(29,47,63,.045);
  backdrop-filter: blur(8px);
}
.hero.minimal-luxury-hero .hero-reassurance li {
  flex: 1 1 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding-inline: 22px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.hero.minimal-luxury-hero .hero-reassurance li:not(:last-child)::after {
  width: .75px !important;
  background: rgba(185,127,27,.36) !important;
}
.hero.minimal-luxury-hero .new-hero-actions {
  margin-top: 20px !important;
  gap: 22px !important;
}
.hero.minimal-luxury-hero .new-hero-actions .btn {
  height: 61px !important;
  min-height: 61px !important;
  transition: transform 250ms ease, box-shadow 250ms ease !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.hero.minimal-luxury-hero .new-hero-actions .btn:hover,
.hero.minimal-luxury-hero .new-hero-actions .btn:focus-visible {
  transform: translateY(-2px) !important;
}
.hero.minimal-luxury-hero .new-hero-primary:hover,
.hero.minimal-luxury-hero .new-hero-primary:focus-visible {
  box-shadow: 0 18px 34px rgba(164,112,31,.27) !important;
}
.hero.minimal-luxury-hero .new-hero-secondary:hover,
.hero.minimal-luxury-hero .new-hero-secondary:focus-visible {
  box-shadow: 0 16px 30px rgba(16,45,67,.17) !important;
}
.hero.minimal-luxury-hero .new-hero-actions .btn:active {
  transform: translateY(-1px) !important;
}
.hero.minimal-luxury-hero .hero-benefit-icon {
  flex-basis: 50px !important;
  width: 50px !important;
  height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero.minimal-luxury-hero .hero-btn-arrow {
  font-size: 17px !important;
}
.hero.minimal-luxury-hero .hero-benefit-icon svg {
  width: 33px !important;
  height: 33px !important;
}

@media(min-width:761px) {
  .hero.minimal-luxury-hero .new-hero-actions .btn {
    width: 242px !important;
    min-width: 242px !important;
  }
  .hero.minimal-luxury-hero .new-hero-content::before {
    top: -30px !important;
    bottom: -30px !important;
    right: auto !important;
    left: -110px !important;
    width: clamp(680px, 58vw, 920px) !important;
    background: linear-gradient(90deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.025) 56%, transparent 100%) !important;
    transform: none !important;
  }
}

header.new-site-header.compact-reference-header {
  box-shadow: 0 10px 30px rgba(16,45,67,.065) !important;
}
header.compact-reference-header .site-header-inner,
header.compact-reference-header .header-brand-contact,
header.compact-reference-header .new-header-brand,
header.compact-reference-header .new-header-contact,
header.compact-reference-header .new-header-contact > a {
  align-items: center !important;
}

@media(min-width:1001px) {
  .hero.minimal-luxury-hero .hero-title-line {
    white-space: nowrap;
  }
}

@media(max-width:1100px) and (min-width:761px) {
  .hero.minimal-luxury-hero .new-hero-content {
    left: -15px !important;
    width: min(72vw, 700px) !important;
  }
  .hero.minimal-luxury-hero .new-hero-content h1 {
    font-size: clamp(48px, 5vw, 56px) !important;
  }
  .hero.minimal-luxury-hero .new-hero-lead {
    max-width: 620px !important;
  }
}

@media(max-width:760px) {
  .hero.minimal-luxury-hero .new-hero-content {
    left: 0 !important;
  }
  .hero.minimal-luxury-hero .new-hero-content h1 {
    font-size: clamp(35px, 9.2vw, 44px) !important;
    line-height: 1.15 !important;
  }
  .hero.minimal-luxury-hero .hero-title-line {
    white-space: normal;
  }
  .hero.minimal-luxury-hero .hero-contact-note {
    margin-top: 7px;
    text-align: center;
    line-height: 1.55;
  }
  .hero.minimal-luxury-hero .hero-services {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
    font-size: 14px;
  }
  .hero.minimal-luxury-hero .hero-reassurance {
    width: 100%;
    padding: 5px 7px !important;
  }
  .hero.minimal-luxury-hero .new-hero-primary {
    height: 59px !important;
    min-height: 59px !important;
  }
  .hero.minimal-luxury-hero .hero-benefit-icon {
    flex-basis: 50px !important;
    width: 50px !important;
    height: 50px !important;
  }
  .hero.minimal-luxury-hero .hero-benefit-icon svg {
    width: 33px !important;
    height: 33px !important;
  }
}

/* Match every process-card hover response to the immediate fifth card. */
#process.process-motion-ready.is-visible .process-step:hover,
#process.process-motion-ready.is-visible .process-step:focus-within {
  --process-delay: 0ms;
  transition-delay: 0ms !important;
}
