:root {
  --ht-ivory: #F4EFE5;        /* section light bg ("Light Ivory") */
  --ht-beige: #EEE8D4;        /* cards (matches theme --chiffon-ivory) */
  --ht-gold: #BA9B37;         /* accent, eyebrows, icons (theme --gold-y) */
  --ht-gold-deep: #96741F;    /* accessible deep-gold text accent */
  --ht-btn-dark: #A6892F;     /* filled-button hover */
  --ht-dark: #14100B;         /* near-black brown section bg */
  --ht-brown: #241A10;        /* footer gradient start */
  --ht-text: #18181B;
  --ht-muted: #4B5563;
  --ht-white: #fff;
}

.vd-ht {
  margin: 0;
  overflow-x: clip;
  background: var(--ht-white);
  color: var(--ht-text);
  font-family: "Sofia Pro", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.vd-ht *,
.vd-ht *::before,
.vd-ht *::after {
  box-sizing: border-box;
}

.vd-ht img {
  display: block;
  max-width: 100%;
}

.vd-ht h1,
.vd-ht h2,
.vd-ht h3,
.vd-ht h4,
.vd-ht h5,
.vd-ht h6 {
  margin-top: 0;
  color: inherit;
  font-family: "Sofia Pro", system-ui, sans-serif;
  font-weight: 800;
}

.vd-ht h1 {
  font-size: clamp(2.75rem, 3.1vw, 3.5rem);
  line-height: 1.08;
}

.vd-ht h2 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 1.15;
}

.vd-ht p {
  margin-top: 0;
}

.vd-ht a {
  color: inherit;
}

.vd-ht .ht-container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(24px, 8.93vw, 50px);
}

.vd-ht .ht-eyebrow {
  margin-bottom: 14px;
  color: var(--ht-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.vd-ht .ht-btn,
.vd-ht .ht-btn-dark,
.vd-ht .ht-btn-outline {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Sofia Pro", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vd-ht .ht-btn,
.vd-ht .ht-btn-dark {
  border-color: var(--ht-gold);
  background: var(--ht-gold);
  color: var(--ht-text);
}

.vd-ht .ht-btn-outline {
  border-color: var(--ht-gold);
  background: transparent;
  color: inherit;
}

.vd-ht .ht-btn:hover,
.vd-ht .ht-btn:focus-visible,
.vd-ht .ht-btn-dark:hover,
.vd-ht .ht-btn-dark:focus-visible {
  border-color: var(--ht-btn-dark);
  background: var(--ht-btn-dark);
  color: var(--ht-text);
  transform: translateY(-1px);
}

.vd-ht .ht-btn-outline:hover,
.vd-ht .ht-btn-outline:focus-visible {
  border-color: var(--ht-gold);
  background: var(--ht-gold);
  color: var(--ht-text);
  transform: translateY(-1px);
}

/* Later section bundles use the deep text token for these interactive fills. */
.vd-ht .ht-carousel-arrow:hover,
.vd-ht .ht-carousel-arrow:focus-visible,
.vd-ht .ht-faq-toggle[aria-expanded="true"] .ht-faq-icon {
  --ht-gold-deep: var(--ht-btn-dark);
}

.vd-ht .ht-btn:focus-visible,
.vd-ht .ht-btn-dark:focus-visible,
.vd-ht .ht-btn-outline:focus-visible,
.vd-ht .ht-nav-toggle:focus-visible,
.vd-ht .ht-primary-nav a:focus-visible {
  outline: 2px solid var(--ht-gold);
  outline-offset: 3px;
}

.vd-ht .ht-img-ph {
  display: grid;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--ht-gold);
  background: var(--ht-beige);
  color: var(--ht-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.vd-ht .ht-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ht-white);
  color: var(--ht-dark);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 150ms ease;
}

.vd-ht .ht-skip-link:focus {
  transform: translateY(0);
}

/* Header */
.vd-ht .ht-header {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  color: var(--ht-white);
}

.vd-ht.admin-bar .ht-header {
  top: 32px;
}

.vd-ht .ht-header__inner {
  position: relative;
  display: flex;
  min-height: 116px;
  align-items: center;
  gap: 34px;
}

.vd-ht .ht-header__logo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.vd-ht .ht-header__logo img {
  width: 158px;
  height: auto;
}

.vd-ht .ht-primary-nav {
  margin-left: auto;
}

.vd-ht .ht-primary-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.55vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vd-ht .ht-primary-nav__list a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.vd-ht .ht-primary-nav__list a:not(.ht-header__consultation, .ht-header__phone) {
  color: var(--ht-white);
  font-size: 14px;
  font-weight: 700;
}

.vd-ht .ht-primary-nav__list > li > a:not(.ht-header__consultation, .ht-header__phone) {
  padding-block: 14px;
}

.vd-ht .ht-primary-nav__list > li > a:not(.ht-header__consultation, .ht-header__phone):hover,
.vd-ht .ht-primary-nav__list > li > a:not(.ht-header__consultation, .ht-header__phone):focus-visible {
  color: var(--ht-gold);
}

.vd-ht .ht-nav-caret {
  color: var(--ht-gold);
  font-size: 11px;
}

.vd-ht .ht-header__consultation {
  min-height: 44px;
  padding: 13px 21px;
  border-radius: 999px;
  background: var(--ht-gold);
  color: var(--ht-text);
  font-size: 14px;
  font-weight: 700;
}

.vd-ht .ht-header__consultation:hover,
.vd-ht .ht-header__consultation:focus-visible {
  background: var(--ht-btn-dark);
  color: var(--ht-text);
}

.vd-ht .ht-header__phone {
  min-height: 54px;
  padding: 15px 20px;
  background: var(--ht-white);
  color: var(--ht-dark);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .2px;
}

.vd-ht .ht-nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--ht-gold);
  border-radius: 0;
  background: rgba(20, 16, 11, .46);
  color: var(--ht-gold);
  cursor: pointer;
}

.vd-ht .ht-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ht-gold);
  transition: transform 180ms ease, opacity 180ms ease;
}

/* Hero */
.vd-ht .ht-hero {
  position: relative;
  min-height: 823px;
  overflow: hidden;
  background: var(--ht-dark);
  color: var(--ht-white);
}

.vd-ht .ht-hero__media,
.vd-ht .ht-hero__media img,
.vd-ht .ht-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vd-ht .ht-hero__media img {
  object-fit: cover;
  object-position: center top;
}

.vd-ht .ht-hero__shade {
  background: linear-gradient(90deg, rgba(20, 16, 11, .24) 0%, rgba(20, 16, 11, .1) 48%, rgba(20, 16, 11, 0) 76%);
}

.vd-ht .ht-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 823px;
  padding-top: 176px;
  padding-bottom: 176px;
}

.vd-ht .ht-hero__copy {
  max-width: 650px;
}

.vd-ht .ht-hero__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--ht-gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.vd-ht .ht-hero__copy h1 {
  max-width: 640px;
  margin-bottom: 24px;
  color: var(--ht-white);
  font-weight: 900;
  letter-spacing: -.9px;
}

.vd-ht .ht-hero__copy > p:not(.ht-hero__promise) {
  max-width: 610px;
  margin-bottom: 14px;
  color: var(--ht-white);
  font-size: 17px;
  line-height: 1.65;
}

.vd-ht .ht-hero__promise {
  margin-bottom: 27px;
  color: var(--ht-white);
  font-size: 17px;
}

.vd-ht .ht-hero__promise strong {
  font-weight: 900;
}

.vd-ht .ht-google-rating {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  color: var(--ht-white);
  line-height: 1.1;
}

.vd-ht .ht-google-rating__logo {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
}

.vd-ht .ht-google-rating__details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
}

.vd-ht .ht-google-rating__label {
  color: var(--ht-white);
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.vd-ht .ht-google-rating__score {
  width: auto;
  height: 20px;
}

.vd-ht .ht-hero__stats {
  position: absolute;
  z-index: 4;
  right: max(calc((100vw - 1440px) / 2 + 50px), 50px);
  bottom: 56px;
  display: grid;
  width: min(740px, calc(100vw - 100px));
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: transparent;
  color: var(--ht-dark);
}

.vd-ht .ht-hero__stat {
  position: relative;
  display: flex;
  min-height: 138px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 14px;
  border: 1px solid rgba(27, 42, 74, .08);
  background: var(--ht-white);
  box-shadow: 0 12px 28px rgba(20, 16, 11, .16);
  text-align: center;
}

.vd-ht .ht-hero__stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ht-gold);
  font-family: "Granville", Georgia, serif;
  font-size: clamp(1.8rem, 2.2vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 1;
  white-space: nowrap;
}

.vd-ht .ht-hero__stat span {
  color: #1B2A4A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  line-height: 1.25;
  text-transform: uppercase;
}

/* Awards logos */
.vd-ht .ht-logos {
  display: flex;
  min-height: 165px;
  align-items: center;
  background: var(--ht-ivory);
}

.vd-ht .ht-logos__track {
  display: grid;
  min-height: 165px;
  align-items: center;
  gap: clamp(12px, 2vw, 32px);
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.vd-ht .ht-logos__item {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.vd-ht .ht-logos__item img {
  width: auto;
  max-width: 132px;
  height: 105px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 180ms ease;
}

.vd-ht .ht-logos__item:hover img {
  transform: translateY(-2px);
}

/* Recent settlements */
.vd-ht .ht-numbers {
  display: flex;
  min-height: 86px;
  align-items: center;
  background: var(--ht-dark);
  color: var(--ht-white);
}

.vd-ht .ht-numbers__track {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 28px;
  overflow: hidden;
}

.vd-ht .ht-numbers__label {
  flex: 0 0 auto;
  color: var(--ht-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.vd-ht .ht-numbers__marquee {
  min-width: 0;
  flex: 1 1 auto;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--ht-gold) var(--ht-dark);
  scrollbar-width: thin;
}

.vd-ht .ht-numbers__marquee:focus-visible {
  outline: 2px solid var(--ht-gold);
  outline-offset: -3px;
}

.vd-ht .ht-numbers__marquee-content {
  display: flex;
  min-width: 100%;
  align-items: center;
}

.vd-ht .ht-numbers__group {
  display: flex;
  min-width: 100%;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
  gap: 28px;
  padding-inline-end: 28px;
}

.vd-ht .ht-numbers__group[aria-hidden="true"] {
  display: none;
}

.vd-ht .ht-numbers__entry {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  margin: 0;
  color: var(--ht-white);
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

.vd-ht .ht-numbers__entry time {
  color: var(--ht-gold);
  font-weight: 900;
  letter-spacing: .5px;
}

.vd-ht .ht-numbers__entry > span {
  color: var(--ht-gold);
}

.vd-ht .ht-numbers__entry strong {
  color: var(--ht-white);
  font-weight: 800;
}

@keyframes ht-numbers-marquee {
  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .vd-ht .ht-numbers__marquee {
    overflow: hidden;
  }

  .vd-ht .ht-numbers__group,
  .vd-ht .ht-numbers__group[aria-hidden="true"] {
    display: flex;
    animation: ht-numbers-marquee 17s linear infinite;
    will-change: transform;
  }

  .vd-ht .ht-numbers__marquee:hover .ht-numbers__group,
  .vd-ht .ht-numbers__marquee:focus-within .ht-numbers__group {
    animation-play-state: paused;
  }
}

@media (max-width: 1199px) {
  .vd-ht .ht-header__inner {
    gap: 22px;
  }

  .vd-ht .ht-header__logo img {
    width: 134px;
  }

  .vd-ht .ht-primary-nav__list {
    gap: 14px;
  }

  .vd-ht .ht-primary-nav__list a:not(.ht-header__consultation, .ht-header__phone) {
    font-size: 13px;
  }

  .vd-ht .ht-header__consultation {
    padding-inline: 16px;
  }

  .vd-ht .ht-header__phone {
    min-height: 50px;
    padding-inline: 15px;
    font-size: 16px;
  }

  .vd-ht .ht-hero__stats {
    right: 50px;
  }

  .vd-ht .ht-numbers__track {
    gap: 18px;
  }

  .vd-ht .ht-numbers__group {
    gap: 18px;
    padding-inline-end: 18px;
  }

  .vd-ht .ht-numbers__entry {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .vd-ht .ht-header__inner {
    min-height: 96px;
    justify-content: space-between;
  }

  .vd-ht .ht-header__logo img {
    width: 142px;
  }

  .vd-ht .ht-nav-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .vd-ht .ht-nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .vd-ht .ht-nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .vd-ht .ht-nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .vd-ht .ht-primary-nav {
    position: absolute;
    top: 84px;
    right: clamp(24px, 8.93vw, 50px);
    left: clamp(24px, 8.93vw, 50px);
    max-height: 0;
    margin-left: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    background: rgba(20, 16, 11, .97);
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: max-height 240ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .vd-ht .ht-primary-nav.is-open {
    max-height: min(560px, calc(100vh - 105px));
    overflow-y: auto;
    border-color: var(--ht-gold);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .vd-ht .ht-primary-nav__list {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 16px;
  }

  .vd-ht .ht-primary-nav__list li {
    width: 100%;
  }

  .vd-ht .ht-primary-nav__list a,
  .vd-ht .ht-primary-nav__list > li > a:not(.ht-header__consultation, .ht-header__phone) {
    width: 100%;
    justify-content: space-between;
    padding: 13px 14px;
    font-size: 15px;
  }

  .vd-ht .ht-header__consultation,
  .vd-ht .ht-header__phone {
    min-height: 48px;
    justify-content: center;
    margin-top: 8px;
    padding: 13px 18px;
    border-radius: 0;
  }

  .vd-ht.ht-nav-open {
    overflow: hidden;
  }

  .vd-ht .ht-hero {
    min-height: 923px;
  }

  .vd-ht .ht-hero__media,
  .vd-ht .ht-hero__media img,
  .vd-ht .ht-hero__shade {
    bottom: auto;
    height: 823px;
  }

  .vd-ht .ht-hero__media img {
    object-position: center top;
  }

  .vd-ht .ht-hero__shade {
    background: linear-gradient(180deg, rgba(20, 16, 11, .18) 0%, rgba(20, 16, 11, 0) 55%, rgba(20, 16, 11, .24) 100%);
  }

  .vd-ht .ht-hero__inner {
    min-height: 823px;
    padding-top: 122px;
    padding-bottom: 126px;
  }

  .vd-ht .ht-hero__copy {
    max-width: 560px;
    margin-inline: auto;
    text-align: center;
  }

  .vd-ht .ht-hero__copy h1 {
    max-width: 540px;
    margin-right: auto;
    margin-bottom: 19px;
    margin-left: auto;
    font-size: clamp(2.2rem, 7.8vw, 3rem);
    letter-spacing: -.6px;
  }

  .vd-ht .ht-hero__copy > p:not(.ht-hero__promise) {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.55;
  }

  .vd-ht .ht-hero__promise {
    margin-bottom: 20px;
  }

  .vd-ht .ht-google-rating {
    margin-right: auto;
    margin-left: auto;
  }

  .vd-ht .ht-hero__stats {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .vd-ht .ht-hero__stat {
    min-height: 100px;
    padding: 17px 7px;
  }

  .vd-ht .ht-hero__stat strong {
    margin-bottom: 7px;
    font-size: clamp(1.3rem, 5vw, 1.75rem);
  }

  .vd-ht .ht-hero__stat span {
    font-size: 9px;
    letter-spacing: .8px;
  }

  .vd-ht .ht-logos {
    min-height: 150px;
  }

  .vd-ht .ht-logos__track {
    display: flex;
    min-height: 150px;
    align-items: center;
    gap: 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-color: var(--ht-gold) var(--ht-ivory);
  }

  .vd-ht .ht-logos__item {
    min-width: 120px;
  }

  .vd-ht .ht-logos__item img {
    max-width: 118px;
    height: 92px;
  }

  .vd-ht .ht-numbers__track {
    gap: 16px;
  }
}

@media (max-width: 782px) {
  .vd-ht.admin-bar .ht-header {
    top: 46px;
  }
}

@media (max-width: 575px) {
  .vd-ht .ht-header__logo img {
    width: 122px;
  }

  .vd-ht .ht-hero {
    min-height: 1029px;
  }

  .vd-ht .ht-hero__copy h1 {
    font-size: clamp(2rem, 9.3vw, 2.4rem);
  }

  .vd-ht .ht-hero__copy > p:not(.ht-hero__promise) {
    font-size: 15px;
  }

  .vd-ht .ht-google-rating {
    gap: 12px;
    margin-top: 20px;
  }

  .vd-ht .ht-google-rating__logo {
    width: 52px;
    height: 52px;
  }

  .vd-ht .ht-google-rating__label {
    font-size: 19px;
  }

  .vd-ht .ht-google-rating__score {
    height: 19px;
  }

  .vd-ht .ht-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vd-ht .ht-hero__stat strong {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .vd-ht .ht-hero__stat span {
    letter-spacing: .8px;
  }

  .vd-ht .ht-numbers__track {
    gap: 12px;
  }

  .vd-ht .ht-numbers__label {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .vd-ht .ht-numbers__group {
    gap: 16px;
    padding-inline-end: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vd-ht .ht-btn,
  .vd-ht .ht-btn-dark,
  .vd-ht .ht-btn-outline,
  .vd-ht .ht-skip-link,
  .vd-ht .ht-primary-nav,
  .vd-ht .ht-nav-toggle span,
  .vd-ht .ht-logos__item img {
    transition: none;
  }
}
