/* Premium refinement scoped strictly to the site header and opening hero. */
header.new-site-header.compact-reference-header {
  box-shadow: 0 4px 18px rgba(0,0,0,.05) !important;
}

header.compact-reference-header .new-brand-mark img {
  transform: scale(1.05) !important;
  transform-origin: center !important;
}

@media (min-width: 1180px) {
  :root {
    --header-height: 76px;
    --header-scrolled-height: 66px;
  }

  header.compact-reference-header .site-header-inner {
    align-items: center !important;
    padding-block: 0 !important;
  }

  header.compact-reference-header .header-brand-contact,
  header.compact-reference-header .new-header-brand,
  header.compact-reference-header .header-navigation,
  header.compact-reference-header .header-action {
    align-self: center !important;
  }

  header.compact-reference-header .new-brand-mark {
    width: 72px !important;
    height: 72px !important;
    flex-basis: 72px !important;
  }

  header.compact-reference-header .new-brand-mark img {
    max-height: 72px !important;
    transform: scale(1.05) !important;
  }

  header.compact-reference-header .new-brand-copy strong {
    font-size: 23px !important;
    line-height: 1.05 !important;
  }

  header.compact-reference-header .new-brand-copy small {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  header.compact-reference-header .header-navigation {
    gap: 39px !important;
  }

  header.compact-reference-header .header-navigation > a:not(.new-header-cta) {
    font-weight: 600 !important;
  }

  header.compact-reference-header .new-header-cta {
    width: 101px !important;
    min-width: 101px !important;
    max-width: 101px !important;
    height: 35px !important;
    min-height: 35px !important;
    font-size: 13.5px !important;
    box-shadow: 0 7px 18px rgba(177,113,18,.14) !important;
  }

  header.compact-reference-header .new-header-cta:hover,
  header.compact-reference-header .new-header-cta:focus-visible {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 22px rgba(177,113,18,.19) !important;
  }

  header.compact-reference-header.is-scrolled .new-brand-mark {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px !important;
  }

  header.compact-reference-header.is-scrolled .new-brand-mark img {
    max-height: 58px !important;
  }
}

@media (min-width: 1180px) and (max-width: 1500px) {
  header.compact-reference-header .header-navigation { gap: 32px !important; }
  header.compact-reference-header .new-brand-mark {
    width: 68px !important;
    height: 68px !important;
    flex-basis: 68px !important;
  }
  header.compact-reference-header .new-brand-mark img { max-height: 68px !important; }
}

@media (min-width: 1180px) and (max-width: 1320px) {
  header.compact-reference-header .header-navigation { gap: 26px !important; }
  header.compact-reference-header .new-brand-copy strong { font-size: 21px !important; }
  header.compact-reference-header .new-brand-copy small { font-size: 10px !important; }
}

.hero.minimal-luxury-hero h1 {
  font-size: 56.4px !important;
  line-height: 1.14 !important;
  letter-spacing: -.012em !important;
}

.hero.minimal-luxury-hero .hero-title-accent {
  color: #c7861e !important;
}

.hero.minimal-luxury-hero .new-hero-lead {
  margin-top: 29px !important;
  color: #405565 !important;
}

.hero.minimal-luxury-hero .new-hero-content::before {
  background: radial-gradient(ellipse at 66% 48%, rgba(255,255,255,.14) 0%,
    rgba(255,255,255,.06) 43%, transparent 74%) !important;
}

.hero.minimal-luxury-hero .new-hero-kicker {
  position: relative !important;
  top: -10px !important;
  color: #9f6d22 !important;
  font-weight: 600 !important;
  letter-spacing: .035em !important;
  text-shadow: 0 1px 8px rgba(255,255,255,.48) !important;
}

.hero.minimal-luxury-hero .new-hero-actions .btn {
  transition: transform 260ms cubic-bezier(.2,.7,.2,1), box-shadow 260ms ease,
    border-color 260ms ease, background-color 260ms ease !important;
}

.hero.minimal-luxury-hero .new-hero-primary {
  box-shadow: 0 10px 24px rgba(164,112,31,.18) !important;
}

.hero.minimal-luxury-hero .new-hero-secondary {
  box-shadow: 0 8px 20px rgba(16,45,67,.08) !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 14px 28px rgba(164,112,31,.24) !important;
}

.hero.minimal-luxury-hero .new-hero-secondary:hover,
.hero.minimal-luxury-hero .new-hero-secondary:focus-visible {
  box-shadow: 0 12px 24px rgba(16,45,67,.12) !important;
}

.hero.minimal-luxury-hero .hero-reassurance {
  width: min(100%, 560px) !important;
  padding: 9px 16px !important;
  border-color: rgba(190,132,37,.18) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.48) !important;
  box-shadow: 0 7px 20px rgba(29,47,63,.045) !important;
  backdrop-filter: blur(6px) !important;
}

.hero.minimal-luxury-hero .hero-reassurance li {
  gap: 9px !important;
  padding-inline: 18px !important;
}

.hero.minimal-luxury-hero .hero-benefit-icon {
  width: 43px !important;
  height: 43px !important;
  flex-basis: 43px !important;
}

.hero.minimal-luxury-hero .hero-benefit-icon svg {
  width: 33px !important;
  height: 33px !important;
}

@media (min-width: 701px) and (max-width: 1179px) {
  .hero.minimal-luxury-hero h1 {
    font-size: clamp(46px, 6.6vw, 56.4px) !important;
  }
}

@media (max-width: 700px) {
  .hero.minimal-luxury-hero h1 {
    font-size: clamp(37px, 10.5vw, 51px) !important;
    line-height: 1.2 !important;
  }

  .hero.minimal-luxury-hero .new-hero-lead { margin-top: 28px !important; }
  .hero.minimal-luxury-hero .hero-reassurance { padding: 9px 8px !important; }
  .hero.minimal-luxury-hero .hero-reassurance li { padding-inline: 6px !important; }
  .hero.minimal-luxury-hero .hero-benefit-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }
  .hero.minimal-luxury-hero .hero-benefit-icon svg {
    width: 29px !important;
    height: 29px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.minimal-luxury-hero .new-hero-actions .btn { transition-duration: .01ms !important; }
}
