.page-home {
  overflow-x: hidden;
}

.page-home .site-brand {
  animation: home-intro-from-left 680ms cubic-bezier(0.2, 0.78, 0.2, 1) 80ms backwards;
}
.page-home .site-nav {
  animation: home-intro-from-top 680ms cubic-bezier(0.2, 0.78, 0.2, 1) 170ms backwards;
}
.page-home .site-header__actions {
  animation: home-intro-from-right 680ms cubic-bezier(0.2, 0.78, 0.2, 1) 250ms backwards;
}
.page-home .home-hero__backdrop {
  animation: home-intro-scene 1350ms cubic-bezier(0.2, 0.78, 0.2, 1) backwards;
}
.page-home .home-hero__title > span {
  animation: home-intro-rise 760ms cubic-bezier(0.2, 0.78, 0.2, 1) backwards;
}
.page-home .home-hero__title > span:nth-child(1) { animation-delay: 300ms; }
.page-home .home-hero__title > span:nth-child(2) { animation-delay: 390ms; }
.page-home .home-hero__title > span:nth-child(3) { animation-delay: 480ms; }
.page-home .home-hero__lede {
  animation: home-intro-rise 720ms cubic-bezier(0.2, 0.78, 0.2, 1) 570ms backwards;
}
.page-home .hero-search {
  animation: home-intro-rise 760ms cubic-bezier(0.2, 0.78, 0.2, 1) 660ms backwards;
}
.page-home .home-hero__actions {
  animation: home-intro-rise 720ms cubic-bezier(0.2, 0.78, 0.2, 1) 760ms backwards;
}
.page-home .home-hero__powered {
  animation: home-intro-from-right 760ms cubic-bezier(0.2, 0.78, 0.2, 1) 850ms backwards;
}
@keyframes home-intro-from-left {
  from { opacity: 0; filter: blur(5px); transform: translateX(-24px); }
}
@keyframes home-intro-from-right {
  from { opacity: 0; filter: blur(5px); transform: translateX(24px); }
}
@keyframes home-intro-from-top {
  from { opacity: 0; filter: blur(4px); transform: translateY(-18px); }
}
@keyframes home-intro-rise {
  from { opacity: 0; filter: blur(5px); transform: translateY(28px); }
}
@keyframes home-intro-scene {
  from { opacity: 0.58; filter: saturate(0.7) brightness(0.72); transform: scale(1.075); }
}

.home-hero {
  position: relative;
  min-height: calc(100svh - 96px);
  isolation: isolate;
  overflow: clip;
  background: #050705;
}
.home-hero__backdrop,
.home-hero__sunlight,
.home-hero__overlay,
.home-hero__glow {
  position: absolute;
  inset: 0;
}
.home-hero__backdrop {
  background-image: url('/assets/images/stock-art/concepts/homepage-hero-background-plate-v1.png');
  background-size: cover;
  background-position: right center;
  transform: scale(1.02);
}
.home-hero__sunlight {
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
  background: radial-gradient(circle at 98% 31%, rgba(255, 230, 142, 0.58) 0%, rgba(246, 194, 70, 0.25) 5%, rgba(240, 179, 55, 0.08) 12%, transparent 24%);
  animation:
    hero-sun-arrival 1.9s cubic-bezier(0.16, 0.76, 0.24, 1) both,
    hero-sun-breathe 6.5s ease-in-out 1.9s infinite alternate;
}
.home-hero__sunlight::before,
.home-hero__sunlight::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.home-hero__sunlight::before {
  top: -18%;
  right: -9%;
  width: 64%;
  height: 82%;
  background:
    linear-gradient(126deg, transparent 18%, rgba(255, 225, 135, 0.12) 42%, transparent 58%),
    linear-gradient(116deg, transparent 34%, rgba(242, 190, 72, 0.09) 48%, transparent 63%);
  filter: blur(12px);
  transform-origin: 92% 28%;
  animation: hero-sun-rays 10s ease-in-out infinite alternate;
}
.home-hero__sunlight::after {
  top: 22%;
  right: -2.5%;
  width: clamp(110px, 10vw, 190px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 240, 180, 0.48) 0%, rgba(246, 198, 79, 0.2) 28%, transparent 70%);
  filter: blur(8px);
}
@keyframes hero-sun-breathe {
  from { opacity: 0.68; filter: brightness(0.94); }
  to { opacity: 0.94; filter: brightness(1.12); }
}
@keyframes hero-sun-arrival {
  0% { opacity: 0.18; filter: brightness(0.68) saturate(0.8); }
  58% { opacity: 1; filter: brightness(1.34) saturate(1.08); }
  100% { opacity: 0.76; filter: brightness(1) saturate(1); }
}
@keyframes hero-sun-rays {
  from { opacity: 0.52; transform: rotate(-1.5deg) scale(0.98); }
  to { opacity: 0.9; transform: rotate(1.5deg) scale(1.04); }
}
.home-hero__overlay {
  background:
    linear-gradient(90deg, rgba(2,4,3,0.96) 0%, rgba(3,6,4,0.92) 22%, rgba(3,6,4,0.78) 38%, rgba(3,6,4,0.32) 56%, rgba(3,6,4,0.10) 100%),
    linear-gradient(180deg, rgba(2,4,3,0.72) 0%, rgba(2,4,3,0.18) 22%, rgba(2,4,3,0.34) 100%);
}
.home-hero__glow {
  background:
    radial-gradient(circle at 71% 88%, rgba(31, 242, 109, 0.18) 0%, rgba(31, 242, 109, 0.04) 18%, rgba(31, 242, 109, 0) 30%),
    radial-gradient(circle at 74% 87%, rgba(225, 185, 58, 0.22) 0%, rgba(225, 185, 58, 0.06) 14%, rgba(225, 185, 58, 0) 28%);
  pointer-events: none;
}
.home-hero__sparkles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}
.home-hero__sparkles span {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 0;
  filter: drop-shadow(0 0 7px rgba(255, 224, 116, 0.9));
  animation: hero-dollar-sparkle 4.8s ease-in-out infinite;
}
.home-hero__sparkles span::before,
.home-hero__sparkles span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31,242,109,0), #fff2b4 48%, #fff 52%, rgba(240,200,77,0));
  transform: translate(-50%, -50%);
}
.home-hero__sparkles span::before {
  width: 100%;
  height: 2px;
}
.home-hero__sparkles span::after {
  width: 2px;
  height: 100%;
}
.home-hero__sparkles span:nth-child(1) {
  top: 57%;
  left: 80.5%;
  animation-delay: 1.15s;
}
.home-hero__sparkles span:nth-child(2) {
  top: 69%;
  left: 86.5%;
  width: 16px;
  height: 16px;
  animation-delay: 2.7s;
}
.home-hero__sparkles span:nth-child(3) {
  top: 78%;
  left: 81.8%;
  width: 13px;
  height: 13px;
  animation-delay: 4s;
}
@keyframes hero-dollar-sparkle {
  0%, 68%, 100% { opacity: 0; transform: rotate(0deg) scale(0.25); }
  75% { opacity: 1; transform: rotate(36deg) scale(1.15); }
  82% { opacity: 0.72; transform: rotate(68deg) scale(0.72); }
  90% { opacity: 0; transform: rotate(90deg) scale(0.2); }
}
.home-hero__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - var(--gb-content-frame)), var(--gb-content-max));
  margin: 0 auto;
  min-height: calc(100svh - 96px);
  display: flex;
  align-items: center;
  padding: clamp(28px, 4vw, 52px) 0 clamp(42px, 6vw, 72px);
}
.home-hero__content {
  width: min(760px, 100%);
  padding: 0;
}
.home-hero__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.04em;
  font-size: clamp(3.15rem, 5.1vw, 5.1rem);
  line-height: 0.93;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}
.gold-text {
  color: #f0c84d;
}
.home-hero__lede {
  width: min(760px, 100%);
  margin: 18px 0 0;
  color: rgba(232, 235, 227, 0.76);
  font-size: clamp(1.16rem, 1.22vw, 1.4rem);
  line-height: 1.56;
}
.hero-search {
  width: min(880px, 100%);
  margin-top: 10px;
  padding: 18px 20px 16px;
  border-radius: 20px;
  border: 1px solid var(--gb-border-green);
  background: linear-gradient(180deg, rgba(6, 18, 10, 0.84) 0%, rgba(5, 14, 8, 0.68) 100%);
  box-shadow: var(--gb-shadow);
}
.hero-search__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.hero-search__head span {
  font-size: 1rem;
  font-weight: 800;
  color: #f6e7af;
}
.hero-search__head strong {
  font-size: 1.12rem;
  font-weight: 900;
  color: var(--gb-green);
}
.hero-search__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}
.hero-search__field {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border-radius: 14px;
  border: 1px solid rgba(201, 155, 31, 0.24);
  background: rgba(4, 9, 6, 0.84);
}
.hero-search__field i {
  color: #f0c84d;
  font-size: 1.2rem;
}
.hero-search__field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--gb-text);
  font-size: 1.12rem;
}
.hero-search__field input::placeholder {
  color: rgba(218, 222, 211, 0.48);
}
.hero-search__button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 14px;
  background: linear-gradient(180deg, #efc741 0%, var(--gb-gold-deep) 100%);
  color: #101007;
  font-weight: 900;
  font-size: 0.98rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}
.hero-search__button::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -42%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.46), transparent);
  transform: translateX(-220%) skewX(-18deg);
  transition: transform 620ms cubic-bezier(0.2, 0.72, 0.2, 1);
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero-search__button:hover,
.hero-search__button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 38px rgba(201,155,31,0.28), 0 0 22px rgba(240,200,77,0.16);
  outline: 0;
}
.hero-search__button:hover::after,
.hero-search__button:focus-visible::after {
  transform: translateX(620%) skewX(-18deg);
}
.hero-search__help {
  margin: 12px 0 0;
  color: rgba(218, 222, 211, 0.58);
  font-size: 0.98rem;
}
.home-hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.home-hero__powered {
  position: absolute;
  right: 0;
  bottom: clamp(58px, 6vw, 84px);
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 13px;
  width: 270px;
  min-height: 72px;
  padding: 11px 14px 11px 11px;
  overflow: hidden;
  border: 1px solid rgba(139,92,246,0.44);
  border-radius: 18px;
  color: var(--gb-text);
  background:
    radial-gradient(circle at 18% 0%, rgba(139,92,246,0.18), transparent 48%),
    rgba(4,10,7,0.76);
  box-shadow: 0 22px 52px rgba(0,0,0,0.42), 0 0 28px rgba(109,40,217,0.12);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 240ms ease, background-color 220ms ease;
}
.home-hero__powered::after {
  content: "";
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -38%;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.38), transparent);
  transform: translateX(-240%) skewX(-18deg);
  transition: transform 620ms cubic-bezier(0.2,0.72,0.2,1);
  pointer-events: none;
  mix-blend-mode: screen;
}
.home-hero__powered img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(46,16,101,0.28);
}
.home-hero__powered span {
  display: grid;
  gap: 2px;
}
.home-hero__powered small {
  color: rgba(218,222,211,0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.home-hero__powered strong {
  color: #b992ff;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}
.home-hero__powered > i {
  color: var(--gb-green);
  font-size: 0.82rem;
  transition: transform 220ms ease;
}
.home-hero__powered:hover,
.home-hero__powered:focus-visible {
  border-color: rgba(185,146,255,0.76);
  background-color: rgba(8,18,12,0.9);
  box-shadow: 0 28px 62px rgba(0,0,0,0.5), 0 0 34px rgba(139,92,246,0.22), 0 0 20px rgba(31,242,109,0.08);
  transform: translateY(-4px);
  outline: 0;
}
.home-hero__powered:hover::after,
.home-hero__powered:focus-visible::after {
  transform: translateX(680%) skewX(-18deg);
}
.home-hero__powered:hover > i,
.home-hero__powered:focus-visible > i {
  transform: translate(2px,-2px);
}

.home-trustee {
  position: relative;
  isolation: isolate;
  padding: clamp(64px, 6vw, 92px) 0 clamp(56px, 5vw, 76px);
  background: linear-gradient(180deg, rgba(5,7,5,1) 0%, rgba(4,9,6,0.98) 24%, rgba(4,9,6,0.98) 100%);
  overflow: clip;
}
.home-trustee__backdrop,
.home-trustee__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-trustee__backdrop {
  background:
    linear-gradient(90deg, rgba(4,9,6,0.9) 0%, rgba(4,9,6,0.76) 34%, rgba(4,9,6,0.38) 60%, rgba(4,9,6,0.12) 100%),
    url('/assets/images/stock-art/hero-trustee-sales-page-stock.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.46;
}
.home-trustee__glow {
  background:
    radial-gradient(circle at 70% 42%, rgba(31,242,109,0.1) 0%, rgba(31,242,109,0.03) 22%, rgba(31,242,109,0) 44%),
    radial-gradient(circle at 73% 76%, rgba(225,185,58,0.09) 0%, rgba(225,185,58,0.02) 18%, rgba(225,185,58,0) 40%);
}
.home-trustee__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - var(--gb-content-frame)), var(--gb-content-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(26px, 2.8vw, 40px);
  align-items: stretch;
}
.home-trustee__copy {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.home-trustee__kicker,
.home-wholesale__kicker,
.home-hard-money__kicker {
  margin: 0 0 14px;
  color: var(--gb-green);
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.home-trustee__title,
.home-wholesale__title,
.home-hard-money__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.04em;
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}
.home-trustee__title {
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
}
.home-wholesale__title {
  font-size: clamp(2.9rem, 4.3vw, 4.8rem);
}
.home-hard-money__title {
  font-size: clamp(2.9rem, 4.2vw, 4.7rem);
}
.home-trustee__lede,
.home-wholesale__lede,
.home-hard-money__lede {
  margin: 18px 0 0;
  color: rgba(232,235,227,0.76);
  line-height: 1.62;
}
.home-trustee__lede {
  width: min(640px, 100%);
  font-size: clamp(1.02rem, 1.02vw, 1.15rem);
}
.home-wholesale__lede {
  max-width: 640px;
  font-size: clamp(1.02rem, 1.02vw, 1.14rem);
}
.home-hard-money__lede {
  max-width: 620px;
  font-size: clamp(1.02rem, 1.02vw, 1.14rem);
}
.home-trustee__actions,
.home-wholesale__actions,
.home-hard-money__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.home-trustee__actions {
  align-items: flex-start;
}
.home-trustee__actions .button,
.home-wholesale__actions .button,
.home-hard-money__actions .button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  gap: 10px;
  font-size: 0.98rem;
}
.home-trustee__benefits {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(640px, 100%);
  margin-top: 10px;
}
.home-trustee__benefit-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(31,242,109,0.16);
  background: rgba(8,18,11,0.56);
  box-shadow: 0 16px 34px rgba(0,0,0,0.14);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}
.home-trustee__benefit-card:hover,
.home-trustee__benefit-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(94,255,111,0.46);
  background: rgba(9,24,13,0.76);
  box-shadow: 0 22px 44px rgba(0,0,0,0.26), 0 0 26px rgba(31,242,109,0.14);
}
.home-trustee__benefit-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(201,155,31,0.18);
  background: rgba(15,29,19,0.88);
  color: #f0c84d;
  font-size: 0.96rem;
}
.home-trustee__benefit-card strong,
.home-trustee__benefit-card span {
  display: block;
}
.home-trustee__benefit-card strong {
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.2;
}
.home-trustee__benefit-card span {
  margin-top: 4px;
  color: rgba(214,219,208,0.7);
  line-height: 1.42;
  font-size: 0.94rem;
}
.home-trustee__console-shell {
  --trustee-rotate-x: 3deg;
  --trustee-rotate-y: -13deg;
  position: relative;
  height: 100%;
  padding: 16px 18px;
  border-radius: 26px;
  border: 1px solid rgba(201,155,31,0.16);
  background: linear-gradient(180deg, rgba(7,17,10,0.88) 0%, rgba(5,12,7,0.92) 100%);
  transform: perspective(2200px) rotateY(var(--trustee-rotate-y)) rotateX(var(--trustee-rotate-x));
  transform-origin: right center;
  box-shadow:
    34px 34px 88px rgba(0,0,0,0.34),
    0 0 0 1px rgba(201,155,31,0.05),
    0 0 42px rgba(31,242,109,0.08);
  transition: transform 180ms ease-out, border-color 260ms ease, box-shadow 260ms ease, opacity 520ms ease;
  will-change: transform;
}
.has-motion .home-trustee__console-shell.is-motion-pending {
  opacity: 0;
  transform: perspective(2200px) translateY(28px) rotateY(calc(var(--trustee-rotate-y) - 3deg)) rotateX(calc(var(--trustee-rotate-x) + 2deg));
}
.home-trustee__console-shell:hover {
  border-color: rgba(94,255,111,0.34);
  box-shadow:
    34px 34px 88px rgba(0,0,0,0.4),
    0 0 0 1px rgba(201,155,31,0.08),
    0 0 58px rgba(31,242,109,0.16);
}
.home-trustee__console-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(31,242,109,0.1);
  pointer-events: none;
}
.home-trustee__console-shell::after {
  content: "";
  position: absolute;
  left: 56px;
  right: 18px;
  bottom: -24px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(31,242,109,0.16) 0%, rgba(31,242,109,0.08) 34%, rgba(0,0,0,0) 76%);
  filter: blur(20px);
  opacity: 0.52;
  pointer-events: none;
}
.home-trustee__console-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.home-trustee__panel {
  min-width: 0;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(31,242,109,0.14);
  background: rgba(9,20,12,0.72);
  box-shadow: 0 18px 30px rgba(0,0,0,0.22);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}
.home-trustee__panel:hover,
.home-trustee__panel:focus-within {
  z-index: 2;
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(94,255,111,0.48);
  background: rgba(10,27,15,0.88);
  box-shadow: 0 24px 44px rgba(0,0,0,0.3), 0 0 30px rgba(31,242,109,0.16);
}
.home-trustee__panel--live {
  grid-column: 1 / -1;
}
.home-trustee__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.home-trustee__panel-head span,
.home-trustee__panel-head strong,
.home-trustee__panel-head a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.home-trustee__panel-head span {
  font-weight: 900;
  color: #f5f6ef;
}
.home-trustee__panel-head span i,
.home-trustee__panel-head a,
.home-trustee__panel-head strong i {
  color: var(--gb-green);
}
.home-trustee__panel-head strong {
  color: rgba(244,245,239,0.84);
  font-size: 0.86rem;
}
.home-trustee__live-topline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.home-trustee__mini-label {
  margin: 0;
  color: rgba(218,222,211,0.6);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 800;
}
.home-trustee__bid {
  margin: 8px 0 0;
  font-size: clamp(1.9rem, 2.1vw, 2.45rem);
  line-height: 1;
  color: #f5d668;
}
.home-trustee__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.home-trustee__stats-grid div {
  padding: 11px;
  border-radius: 15px;
  background: rgba(5,12,7,0.68);
  border: 1px solid rgba(201,155,31,0.1);
}
.home-trustee__stats-grid dt {
  margin: 0;
  color: rgba(218,222,211,0.56);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.home-trustee__stats-grid dd {
  margin: 8px 0 0;
  font-size: 0.98rem;
  font-weight: 800;
}
.home-trustee__panel-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gb-green);
  font-weight: 800;
  white-space: nowrap;
}
.home-trustee__timer {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #f5f6ef;
}
.home-trustee__timer strong {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  line-height: 1;
}
.home-trustee__timer b {
  color: rgba(245,246,239,0.44);
  font-size: 1.4rem;
}
.home-trustee__timer-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  color: rgba(218,222,211,0.54);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-trustee__progress {
  height: 10px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(5,12,7,0.72);
  overflow: hidden;
}
.home-trustee__progress span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f0c84d 0%, var(--gb-green) 100%);
  background-size: 180% 100%;
  animation: trustee-progress-flow 2.8s ease-in-out infinite alternate;
}
.home-trustee__panel--timer em {
  display: block;
  margin-top: 12px;
  color: rgba(214,219,208,0.72);
  font-style: normal;
}
.home-trustee__panel--verified {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}
.home-trustee__verified-badge {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(12,26,16,0.88);
  border: 1px solid rgba(31,242,109,0.18);
  color: #f0c84d;
  font-size: 1.15rem;
}
.home-trustee__panel--verified strong,
.home-trustee__panel--verified span,
.home-trustee__panel--verified em {
  display: block;
}
.home-trustee__panel--verified strong {
  font-size: 1rem;
}
.home-trustee__panel--verified span {
  margin-top: 12px;
  color: rgba(218,222,211,0.68);
}
.home-trustee__panel--verified em {
  margin-top: 4px;
  color: var(--gb-green);
  font-style: normal;
  font-weight: 800;
}
.home-trustee__queue-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.home-trustee__queue-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding-top: 12px;
  border-top: 1px solid rgba(31,242,109,0.12);
}
.home-trustee__queue-list li:first-child {
  padding-top: 0;
  border-top: 0;
}
.home-trustee__queue-list b {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(12,26,16,0.88);
  color: var(--gb-green);
}
.home-trustee__queue-list span,
.home-trustee__queue-list em,
.home-trustee__queue-list strong {
  display: block;
}
.home-trustee__queue-list span {
  font-weight: 800;
}
.home-trustee__queue-list em {
  margin-top: 4px;
  color: rgba(218,222,211,0.64);
  font-style: normal;
  font-weight: 500;
}
.home-trustee__queue-list strong {
  color: #f0c84d;
  white-space: nowrap;
}
.home-trustee__activity-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 0.8fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(31,242,109,0.12);
}
.home-trustee__activity-row:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.home-trustee__activity-row span {
  color: rgba(218,222,211,0.66);
}
.home-trustee__activity-row b {
  color: #f5f6ef;
}
.home-trustee__activity-row strong {
  color: #f0c84d;
}
.home-trustee__activity-row em {
  color: var(--gb-green);
  font-style: normal;
  font-weight: 800;
}







.home-wholesale {
  position: relative;
  isolation: isolate;
  padding: clamp(56px, 4.6vw, 74px) 0 clamp(8px, 0.9vw, 14px);
  background: linear-gradient(180deg, rgba(4,9,6,1) 0%, rgba(4,9,6,0.98) 42%, rgba(5,7,5,1) 100%);
  overflow: clip;
}
.home-wholesale__backdrop,
.home-wholesale__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-wholesale__backdrop {
  background:
    linear-gradient(180deg, rgba(4,9,6,0.96) 0%, rgba(4,9,6,0.88) 26%, rgba(4,9,6,0.94) 100%),
    linear-gradient(90deg, rgba(4,9,6,0.98) 0%, rgba(4,9,6,0.94) 34%, rgba(4,9,6,0.68) 58%, rgba(4,9,6,0.38) 100%),
    url('/assets/images/stock-art/concepts/wholesale-section-rebuild-concept-v1.png');
  background-size: cover;
  background-position: center top;
  opacity: 0.3;
}
.home-wholesale__glow {
  background:
    radial-gradient(circle at 64% 63%, rgba(31,242,109,0.12) 0%, rgba(31,242,109,0.04) 18%, rgba(31,242,109,0) 44%),
    radial-gradient(circle at 68% 70%, rgba(225,185,58,0.16) 0%, rgba(225,185,58,0.06) 16%, rgba(225,185,58,0) 34%);
}
.home-wholesale__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - var(--gb-content-frame)), var(--gb-content-max));
  margin: 0 auto;
}
.home-wholesale__header {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  gap: clamp(30px, 3.4vw, 60px);
  align-items: start;
}
.home-wholesale__copy {
  max-width: 600px;
}
.home-wholesale__rail {
  display: grid;
  gap: 0;
  align-self: start;
  align-content: start;
}
.home-wholesale__controls {
  position: relative;
  isolation: isolate;
  overflow: visible;
  z-index: 8;
  padding: 17px 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(225,185,58,0.4);
  background:
    radial-gradient(circle at 82% 0%, rgba(31,242,109,0.11), transparent 42%),
    linear-gradient(145deg, rgba(10,24,14,0.9), rgba(5,13,8,0.82));
  box-shadow:
    inset 0 0 0 1px rgba(31,242,109,0.09),
    0 20px 48px rgba(0,0,0,0.28),
    0 0 30px rgba(31,242,109,0.08);
  transition: border-color 220ms ease, box-shadow 240ms ease, background-color 220ms ease;
}
.home-wholesale__controls::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246,212,93,0.76), rgba(31,242,109,0.68), transparent);
  box-shadow: 0 0 18px rgba(31,242,109,0.24);
}
.home-wholesale__controls:hover,
.home-wholesale__controls:focus-within {
  border-color: rgba(94,255,111,0.58);
  box-shadow:
    inset 0 0 0 1px rgba(31,242,109,0.13),
    0 24px 56px rgba(0,0,0,0.36),
    0 0 42px rgba(31,242,109,0.15),
    0 0 22px rgba(225,185,58,0.08);
}
.home-wholesale__filter-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
  color: #f7dc75;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-wholesale__filter-label::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: var(--gb-green);
  box-shadow: 0 0 0 4px rgba(31,242,109,0.1), 0 0 16px rgba(31,242,109,0.72);
}
.home-wholesale__filter-wrap {
  position: relative;
}
.home-wholesale__filter-note {
  margin: 10px 0 0;
  color: rgba(214,219,208,0.66);
  font-size: 0.9rem;
  line-height: 1.46;
}
.home-wholesale__filter-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 10px;
}
.home-wholesale__filter-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(31,242,109,0.18);
  background: rgba(6,18,10,0.72);
  color: #d9f6de;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-wholesale__filter-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(201,155,31,0.18);
  background: rgba(24,19,8,0.52);
  color: rgba(245,232,186,0.92);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-wholesale__filter-native-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(225,185,58,0.3);
  border-radius: 10px;
  color: #f6d45d;
  background: rgba(225,185,58,0.08);
  transform: translateY(-50%);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 220ms ease;
  pointer-events: none;
}
.home-wholesale__filter-select {
  width: 100%;
  min-height: 58px;
  padding: 0 58px 0 18px;
  border-radius: 15px;
  border: 1px solid rgba(225,185,58,0.48);
  background: linear-gradient(180deg, rgba(9,22,13,0.98), rgba(4,10,6,0.98));
  color: #f4f5ef;
  font-size: 1.02rem;
  font-weight: 800;
  appearance: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025), 0 10px 24px rgba(0,0,0,0.18);
  transition: border-color 200ms ease, box-shadow 220ms ease, color 200ms ease, background-color 200ms ease;
}
.home-wholesale__filter-select:hover {
  border-color: rgba(246,212,93,0.76);
  color: #fff8dc;
}
.home-wholesale__filter-select:focus {
  outline: 0;
  border-color: rgba(94,255,111,0.78);
  box-shadow: 0 0 0 3px rgba(31,242,109,0.15), 0 14px 30px rgba(0,0,0,0.26), 0 0 22px rgba(31,242,109,0.12);
}
.home-wholesale__filter-select option {
  background: #061008;
  color: #f4f5ef;
}
.home-wholesale__filter-wrap:focus-within i {
  color: var(--gb-green);
  border-color: rgba(94,255,111,0.52);
  background: rgba(31,242,109,0.1);
}
.home-wholesale__filter-trigger[hidden],
.home-wholesale__filter-menu[hidden] {
  display: none;
}
.home-wholesale__filter-wrap.is-enhanced .home-wholesale__filter-select,
.home-wholesale__filter-wrap.is-enhanced .home-wholesale__filter-native-icon {
  display: none;
}
.home-wholesale__filter-trigger {
  width: 100%;
  min-height: 58px;
  padding: 0 10px 0 18px;
  border: 1px solid rgba(225,185,58,0.48);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(180deg, rgba(9,22,13,0.98), rgba(4,10,6,0.98));
  color: #f4f5ef;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.025), 0 10px 24px rgba(0,0,0,0.18);
  cursor: pointer;
  text-align: left;
  transition: border-color 200ms ease, box-shadow 220ms ease, color 200ms ease, transform 220ms ease;
}
.home-wholesale__filter-trigger span {
  font-size: 1.02rem;
  font-weight: 800;
}
.home-wholesale__filter-trigger i {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(225,185,58,0.3);
  border-radius: 10px;
  color: #f6d45d;
  background: rgba(225,185,58,0.08);
  transition: transform 260ms cubic-bezier(0.2,0.75,0.2,1), color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.home-wholesale__filter-trigger:hover,
.home-wholesale__filter-trigger:focus-visible,
.home-wholesale__filter-wrap.is-open .home-wholesale__filter-trigger {
  border-color: rgba(94,255,111,0.78);
  color: #fff8dc;
  box-shadow: 0 0 0 3px rgba(31,242,109,0.14), 0 14px 30px rgba(0,0,0,0.28), 0 0 24px rgba(31,242,109,0.12);
  outline: 0;
}
.home-wholesale__filter-wrap.is-open .home-wholesale__filter-trigger i {
  color: var(--gb-green);
  border-color: rgba(94,255,111,0.52);
  background: rgba(31,242,109,0.1);
  transform: rotate(180deg);
}
.home-wholesale__filter-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(94,255,111,0.42);
  border-radius: 16px;
  background:
    radial-gradient(circle at 84% 0%, rgba(31,242,109,0.11), transparent 44%),
    rgba(3,11,6,0.98);
  box-shadow: 0 26px 60px rgba(0,0,0,0.58), 0 0 34px rgba(31,242,109,0.14);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px) scale(0.975);
  transform-origin: top center;
  transition: opacity 180ms ease, visibility 180ms ease, transform 280ms cubic-bezier(0.2,0.75,0.2,1);
}
.home-wholesale__filter-wrap.is-open .home-wholesale__filter-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.home-wholesale__filter-menu button {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 3px 14px;
  width: 100%;
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: rgba(244,245,239,0.94);
  background: transparent;
  cursor: pointer;
  text-align: left;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 170ms ease, transform 220ms ease, color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.home-wholesale__filter-wrap.is-open .home-wholesale__filter-menu button {
  opacity: 1;
  transform: none;
}
.home-wholesale__filter-wrap.is-open .home-wholesale__filter-menu button:nth-child(2) {
  transition-delay: 35ms;
}
.home-wholesale__filter-wrap.is-open .home-wholesale__filter-menu button:nth-child(3) {
  transition-delay: 70ms;
}
.home-wholesale__filter-menu button span {
  font-size: 0.96rem;
  font-weight: 850;
}
.home-wholesale__filter-menu button small {
  grid-column: 1;
  color: rgba(214,219,208,0.62);
  font-size: 0.76rem;
  line-height: 1.35;
}
.home-wholesale__filter-menu button::after {
  content: "";
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(214,219,208,0.32);
  border-radius: 999px;
}
.home-wholesale__filter-menu button:hover,
.home-wholesale__filter-menu button:focus-visible {
  border-color: rgba(31,242,109,0.26);
  color: #fff;
  background: rgba(31,242,109,0.075);
  outline: 0;
}
.home-wholesale__filter-menu button[aria-selected="true"] {
  border-color: rgba(225,185,58,0.36);
  color: #f7dc75;
  background: rgba(225,185,58,0.075);
}
.home-wholesale__filter-menu button[aria-selected="true"]::after {
  border-color: var(--gb-green);
  background: var(--gb-green);
  box-shadow: 0 0 12px rgba(31,242,109,0.62);
}
.home-wholesale__carousel {
  position: relative;
  margin-top: clamp(10px, 1.2vw, 16px);
  padding-inline: clamp(78px, 7vw, 108px);
}
.home-wholesale__stage {
  position: relative;
  height: 548px;
  overflow: visible;
}
.home-wholesale__arrow {
  position: absolute;
  top: 46%;
  z-index: 6;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201,155,31,0.52);
  background: rgba(5,12,7,0.92);
  color: #f0c84d;
  transform: translateY(-50%);
  box-shadow: 0 18px 40px rgba(0,0,0,0.38);
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}
.home-wholesale__arrow:hover,
.home-wholesale__arrow:focus-visible {
  background: rgba(8,18,11,0.98);
  border-color: rgba(94,255,111,0.58);
  color: #fff3bf;
  box-shadow: 0 0 0 3px rgba(31,242,109,0.14), 0 18px 40px rgba(0,0,0,0.38);
  outline: 0;
}
.home-wholesale__arrow:disabled {
  opacity: 0.38;
  cursor: default;
  border-color: rgba(201,155,31,0.18);
  color: rgba(240,200,77,0.42);
  box-shadow: none;
}
.home-wholesale__arrow--prev {
  left: -28px;
}
.home-wholesale__arrow--next {
  right: -28px;
}
.home-wholesale__card {
  position: absolute;
  top: 10px;
  left: 50%;
  width: clamp(272px, 21vw, 312px);
  min-height: 414px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(31,242,109,0.2);
  background: linear-gradient(180deg, rgba(6,18,10,0.96) 0%, rgba(5,13,8,0.98) 100%);
  box-shadow: 0 20px 48px rgba(0,0,0,0.42);
  transition: transform 260ms ease, opacity 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}
.home-wholesale__card[data-carousel-slot="-2"] {
  opacity: 0.3;
  z-index: 1;
  transform: translate3d(calc(-50% - clamp(366px, 28vw, 456px)), 50px, 0) scale(0.8);
}
.home-wholesale__card[data-carousel-slot="-1"] {
  opacity: 0.72;
  z-index: 2;
  transform: translate3d(calc(-50% - clamp(210px, 15vw, 252px)), 22px, 0) scale(0.89);
}
.home-wholesale__card[data-carousel-slot="0"] {
  opacity: 1;
  z-index: 4;
  width: clamp(352px, 28vw, 416px);
  min-height: 484px;
  transform: translate3d(-50%, 0, 0) scale(1);
}
.home-wholesale__card[data-carousel-slot="1"] {
  opacity: 0.72;
  z-index: 2;
  transform: translate3d(calc(-50% + clamp(210px, 15vw, 252px)), 22px, 0) scale(0.89);
}
.home-wholesale__card[data-carousel-slot="2"] {
  opacity: 0.3;
  z-index: 1;
  transform: translate3d(calc(-50% + clamp(366px, 28vw, 456px)), 50px, 0) scale(0.8);
}
.home-wholesale__card.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.home-wholesale__card.is-active,
.home-wholesale__card[data-carousel-slot="0"] {
  border-color: rgba(94,255,111,0.92);
  box-shadow: 0 0 38px rgba(57,232,107,0.44), 0 26px 62px rgba(0,0,0,0.52);
}
.home-wholesale__card:hover {
  border-color: rgba(94,255,111,0.62);
  box-shadow: 0 0 42px rgba(57,232,107,0.28), 0 28px 64px rgba(0,0,0,0.5);
}
.home-wholesale__card-photo {
  position: relative;
  height: 148px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(3,9,5,0.46) 100%),
    var(--card-image);
  background-size: cover;
  background-position: center;
}
.home-wholesale__card[data-carousel-slot="0"] .home-wholesale__card-photo {
  height: 184px;
}
.home-wholesale__card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(5,25,10,0.92);
  color: var(--gb-green);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
}
.home-wholesale__card-star {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(17,24,25,0.88);
  border: 1px solid rgba(201,155,31,0.52);
  color: #f0c84d;
}
.home-wholesale__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 16px;
}
.home-wholesale__address-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.home-wholesale__address-row i {
  color: var(--gb-green);
  font-size: 1rem;
  margin-top: 2px;
}
.home-wholesale__address-row h3 {
  margin: 0;
  color: #f4f5ef;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.16;
  text-transform: uppercase;
}
.home-wholesale__location {
  margin: 4px 0 12px 28px;
  color: rgba(214,219,208,0.76);
  font-size: 0.98rem;
}
.home-wholesale__metrics {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-radius: 16px;
  border: 1px solid rgba(31,242,109,0.1);
  overflow: hidden;
}
.home-wholesale__metrics div {
  min-width: 0;
  padding: 10px 12px;
  border-right: 1px solid rgba(31,242,109,0.1);
  border-bottom: 1px solid rgba(31,242,109,0.1);
}
.home-wholesale__metrics div:nth-child(2n) {
  border-right: 0;
}
.home-wholesale__metrics div:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.home-wholesale__metrics dt {
  margin: 0 0 6px;
  color: rgba(214,219,208,0.64);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-wholesale__metrics dd {
  margin: 0;
  color: #f4f5ef;
  font-size: 1rem;
  font-weight: 700;
}
.home-wholesale__metrics--featured div:nth-child(2) dd {
  color: var(--gb-green);
}
.home-wholesale__timing {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: rgba(214,219,208,0.84);
}
.home-wholesale__timing i {
  color: var(--gb-green);
}
.home-wholesale__timing span {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.96rem;
}
.home-wholesale__timing strong {
  color: var(--gb-green);
  font-size: 1.12rem;
}
.home-wholesale__card-button {
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding-top: 0;
  justify-content: center;
  font-size: 0.94rem;
}

@keyframes trustee-progress-flow {
  from { background-position: 0% 50%; filter: brightness(0.94); }
  to { background-position: 100% 50%; filter: brightness(1.16); }
}
.home-wholesale__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.home-wholesale__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(244,245,239,0.22);
  cursor: pointer;
  transition: width 220ms ease, background-color 220ms ease, transform 220ms ease, border-color 220ms ease, opacity 220ms ease;
}
.home-wholesale__dots button:hover,
.home-wholesale__dots button:focus-visible {
  background: rgba(244,245,239,0.42);
  border-color: rgba(94,255,111,0.38);
  transform: translateY(-1px);
  outline: 0;
}
.home-wholesale__dots button:disabled {
  opacity: 0.24;
  cursor: default;
  transform: none;
}
.home-wholesale__dots button.is-active {
  width: 32px;
  border-color: rgba(94,255,111,0.32);
  background: linear-gradient(90deg, var(--gb-green) 0%, #9df2a8 100%);
}

.home-hard-money {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(28px, 2.5vw, 40px) 0 clamp(30px, 2.8vw, 44px);
  border-top: 1px solid rgba(201,155,31,0.12);
  background: linear-gradient(180deg, rgba(4,9,6,1) 0%, rgba(3,7,4,0.99) 100%);
}
.home-hard-money__backdrop,
.home-hard-money__overlay,
.home-hard-money__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-hard-money__backdrop {
  background-image: url('/assets/images/stock-art/hero-wholesale-page-page.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.82;
  transform: scale(1.02);
}
.home-hard-money__overlay {
  background:
    linear-gradient(90deg, rgba(3,7,4,0.98) 0%, rgba(3,7,4,0.92) 26%, rgba(3,7,4,0.64) 48%, rgba(3,7,4,0.24) 76%, rgba(3,7,4,0.12) 100%),
    linear-gradient(180deg, rgba(3,7,4,0.16) 0%, rgba(3,7,4,0.24) 56%, rgba(3,7,4,0.48) 100%);
}
.home-hard-money__glow {
  background:
    radial-gradient(circle at 71% 78%, rgba(31,242,109,0.16) 0%, rgba(31,242,109,0.04) 20%, rgba(31,242,109,0) 40%),
    radial-gradient(circle at 74% 82%, rgba(225,185,58,0.16) 0%, rgba(225,185,58,0.04) 16%, rgba(225,185,58,0) 34%);
}
.home-hard-money__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - var(--gb-content-frame)), var(--gb-content-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(24px, 3vw, 46px);
  align-items: stretch;
}
.home-hard-money__copy {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home-hard-money__programs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}
.home-hard-money__program-card {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: start;
  min-height: 154px;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid rgba(31,242,109,0.16);
  background: linear-gradient(180deg, rgba(5,16,9,0.78) 0%, rgba(4,11,7,0.64) 100%);
  box-shadow: 0 20px 40px rgba(0,0,0,0.16);
}
.home-hard-money__program-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201,155,31,0.16);
  background: rgba(10,24,14,0.84);
  color: #f0c84d;
  font-size: 1.02rem;
}
.home-hard-money__program-card strong {
  display: block;
  font-size: 0.94rem;
  line-height: 1.2;
}
.home-hard-money__program-card span {
  display: block;
  margin-top: 0;
  color: rgba(232,235,227,0.7);
  line-height: 1.42;
  font-size: 0.86rem;
}
.home-hard-money__visual-shell {
  grid-column: 1;
  grid-row: 1;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  perspective: 2200px;
}
.home-hard-money__visual-card {
  --hard-money-rotate-x: 2deg;
  --hard-money-rotate-y: 9deg;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(650px, 100%);
  min-height: 100%;
  padding: clamp(22px, 2vw, 30px);
  border-radius: 30px;
  border: 1px solid rgba(31,242,109,0.24);
  background:
    linear-gradient(145deg, rgba(7,22,12,0.92) 0%, rgba(3,10,6,0.9) 58%, rgba(14,20,8,0.86) 100%);
  box-shadow:
    -28px 34px 78px rgba(0,0,0,0.42),
    0 0 0 1px rgba(31,242,109,0.06),
    0 0 48px rgba(31,242,109,0.14);
  backdrop-filter: blur(10px);
  transform: rotateY(var(--hard-money-rotate-y)) rotateX(var(--hard-money-rotate-x));
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 180ms ease-out, border-color 260ms ease, box-shadow 260ms ease;
  will-change: transform;
}
.home-hard-money__visual-card:hover {
  border-color: rgba(94,255,111,0.42);
  box-shadow:
    -34px 40px 88px rgba(0,0,0,0.48),
    0 0 0 1px rgba(240,200,77,0.08),
    0 0 62px rgba(31,242,109,0.2);
}
.home-hard-money__visual-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  top: -150px;
  right: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,242,109,0.22) 0%, rgba(31,242,109,0.04) 48%, transparent 72%);
  filter: blur(4px);
}
.home-hard-money__visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(118deg, transparent 0 46%, rgba(240,200,77,0.05) 50%, transparent 54% 100%);
  background-size: 220% 100%;
  animation: hard-money-panel-sheen 7s ease-in-out infinite;
  pointer-events: none;
}
.home-hard-money__visual-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transform: translateZ(24px);
}
.home-hard-money__visual-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gb-green);
  font-weight: 900;
}
.home-hard-money__visual-head strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f6e7af;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-hard-money__visual-head strong i {
  color: #f0c84d;
}
.home-hard-money__visual-feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  transform: translateZ(32px);
}
.home-hard-money__visual-feature-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  border: 1px solid rgba(240,200,77,0.34);
  background: linear-gradient(145deg, rgba(240,200,77,0.16), rgba(31,242,109,0.08));
  color: #f4d35e;
  font-size: 1.4rem;
  box-shadow: 0 0 28px rgba(240,200,77,0.1);
}
.home-hard-money__visual-feature p {
  margin: 0 0 7px;
  color: var(--gb-green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.home-hard-money__visual-title {
  margin: 0;
  max-width: 520px;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.home-hard-money__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  transform: translateZ(20px);
}
.home-hard-money__pill-row span {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201,155,31,0.18);
  background: rgba(7,18,10,0.76);
  color: rgba(245,233,183,0.9);
  font-size: 0.86rem;
  font-weight: 800;
}
.home-hard-money__funding-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  transform: translateZ(16px);
}
.home-hard-money__funding-path::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 16.666%;
  right: 16.666%;
  height: 1px;
  background: linear-gradient(90deg, rgba(240,200,77,0.44), rgba(31,242,109,0.52));
}
.home-hard-money__funding-path article {
  position: relative;
  z-index: 1;
  padding: 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(31,242,109,0.14);
  background: rgba(4,14,8,0.82);
}
.home-hard-money__funding-path i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(9,29,15,0.96);
  color: var(--gb-green);
  box-shadow: 0 0 18px rgba(31,242,109,0.12);
}
.home-hard-money__funding-path span {
  display: block;
  margin-top: 13px;
  color: rgba(245,233,183,0.8);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-hard-money__funding-path strong {
  display: block;
  margin-top: 7px;
  font-size: 0.94rem;
  line-height: 1.2;
}
.home-hard-money__funding-path p {
  margin: 7px 0 0;
  color: rgba(232,235,227,0.68);
  line-height: 1.4;
  font-size: 0.82rem;
}
.home-hard-money__program-card,
.home-hard-money__funding-path article {
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}
.home-hard-money__program-card:hover,
.home-hard-money__funding-path article:hover {
  transform: translateY(-3px);
  border-color: rgba(94,255,111,0.42);
  background: rgba(7,23,12,0.82);
  box-shadow: 0 22px 44px rgba(0,0,0,0.24), 0 0 26px rgba(31,242,109,0.13);
}
.home-hard-money__visual-link {
  min-height: 48px;
  margin-top: 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 15px;
  border: 1px solid rgba(240,200,77,0.28);
  background: linear-gradient(90deg, rgba(240,200,77,0.12), rgba(31,242,109,0.08));
  color: #f7e8ae;
  font-weight: 900;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  transform: translateZ(28px);
}
.home-hard-money__visual-link i {
  color: var(--gb-green);
}
.home-hard-money__visual-link:hover,
.home-hard-money__visual-link:focus-visible {
  transform: translateY(-2px) translateZ(34px);
  border-color: rgba(94,255,111,0.5);
  box-shadow: 0 16px 34px rgba(0,0,0,0.24), 0 0 22px rgba(31,242,109,0.12);
  outline: 0;
}

@keyframes hard-money-panel-sheen {
  0%, 54% { background-position: 180% 0; }
  78%, 100% { background-position: -80% 0; }
}

/* Homepage responsive ownership: tablet. */
@media (max-width: 1199px) {
.home-hero,
  .home-hero__inner {
    min-height: calc(100svh - 94px);
  }
  .home-hero__backdrop {
    background-position: 72% center;
  }
  .home-hero__content {
    width: min(760px, 100%);
    padding-top: 8px;
  }
  .home-hero__powered {
    right: 12px;
    bottom: 42px;
    width: 248px;
  }
  .home-hero__title {
    font-size: clamp(3.05rem, 7vw, 4.85rem);
  }
  .home-trustee__inner {
    grid-template-columns: 1fr;
  }
  .home-trustee__console-shell {
    --trustee-rotate-x: 2deg;
    --trustee-rotate-y: -8deg;
  }

.home-hard-money__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .home-hard-money__copy,
  .home-hard-money__visual-shell {
    grid-column: auto;
    grid-row: auto;
  }
  .home-hard-money__copy {
    width: min(720px, 100%);
  }
  .home-hard-money__visual-shell {
    min-height: auto;
    justify-content: flex-start;
  }
  .home-hard-money__visual-card {
    --hard-money-rotate-x: 1deg;
    --hard-money-rotate-y: 5deg;
    width: min(760px, 100%);
  }

.home-wholesale__header {
    grid-template-columns: 1fr;
  }
  .home-wholesale__rail {
    max-width: 760px;
  }
  .home-wholesale__carousel {
    margin-top: 24px;
    padding-inline: 20px;
  }
  .home-wholesale__stage {
    height: 500px;
  }
  .home-wholesale__arrow {
    top: auto;
    bottom: -58px;
    transform: none;
    width: 52px;
    height: 52px;
  }
  .home-wholesale__arrow--prev {
    left: calc(50% - 66px);
  }
  .home-wholesale__arrow--next {
    right: calc(50% - 66px);
  }
  .home-wholesale__card[data-carousel-slot="-2"],
  .home-wholesale__card[data-carousel-slot="2"] {
    opacity: 0;
    pointer-events: none;
  }
  .home-wholesale__card[data-carousel-slot="-1"] {
    transform: translate3d(calc(-50% - 184px), 20px, 0) scale(0.84);
  }
  .home-wholesale__card[data-carousel-slot="1"] {
    transform: translate3d(calc(-50% + 184px), 20px, 0) scale(0.84);
  }
}

/* Homepage responsive ownership: compact tablet. */
@media (max-width: 900px) {
.home-trustee__console-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-trustee__panel--live {
    grid-column: 1 / -1;
  }

.home-wholesale__header {
    gap: 24px;
  }
  .home-wholesale__copy,
  .home-wholesale__rail {
    max-width: 100%;
  }
  .home-wholesale__controls {
    padding: 16px 16px 18px;
  }
  .home-wholesale__carousel {
    margin-top: 24px;
    padding-inline: 18px;
  }
  .home-wholesale__stage {
    height: 482px;
  }
  .home-wholesale__arrow {
    top: auto;
    bottom: -52px;
    transform: none;
    width: 52px;
    height: 52px;
  }
  .home-wholesale__arrow--prev {
    left: calc(50% - 66px);
  }
  .home-wholesale__arrow--next {
    right: calc(50% - 66px);
  }
  .home-wholesale__card[data-carousel-slot="-1"] {
    opacity: 0.24;
    pointer-events: none;
    transform: translate3d(calc(-50% - 98px), 22px, 0) scale(0.72);
  }
  .home-wholesale__card[data-carousel-slot="1"] {
    opacity: 0.24;
    pointer-events: none;
    transform: translate3d(calc(-50% + 98px), 22px, 0) scale(0.72);
  }
  .home-wholesale__card[data-carousel-slot="0"] {
    width: min(100%, 336px);
    min-height: 434px;
  }
  .home-wholesale__card-badge {
    top: 14px;
    left: 14px;
    gap: 7px;
    padding: 9px 12px;
    font-size: 0.84rem;
  }
  .home-wholesale__card-star {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }
  .home-wholesale__dots {
    margin-top: 20px;
    gap: 8px;
  }
  .home-hard-money {
    padding: 44px 0 58px;
  }
  .home-hard-money__programs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-hard-money__visual-card {
    padding: 20px;
    border-radius: 24px;
  }
  .home-hard-money__visual-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-hard-money__funding-path {
    grid-template-columns: 1fr;
  }
  .home-hard-money__funding-path::before {
    top: 16.666%;
    bottom: 16.666%;
    left: 29px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(240,200,77,0.44), rgba(31,242,109,0.52));
  }
}

/* Homepage responsive ownership: mobile. */
@media (max-width: 767px) {
.home-hero,
  .home-hero__inner {
    min-height: auto;
  }
  .home-hero__inner {
    width: min(calc(100% - var(--gb-content-frame-mobile)), var(--gb-content-max));
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 0 64px;
  }
  .home-hero__powered {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 300px);
    margin-top: 24px;
    align-self: flex-start;
  }
  .home-hero__backdrop {
    background-position: 78% center;
  }
  .home-hero__sparkles {
    display: none;
  }
  .home-hero__overlay {
    background:
      linear-gradient(180deg, rgba(2,4,3,0.92) 0%, rgba(3,6,4,0.82) 22%, rgba(3,6,4,0.62) 48%, rgba(3,6,4,0.42) 100%),
      linear-gradient(90deg, rgba(2,4,3,0.92) 0%, rgba(2,4,3,0.78) 44%, rgba(2,4,3,0.24) 100%);
  }
  .home-hero__title {
    font-size: clamp(2.7rem, 11vw, 4rem);
    line-height: 0.95;
  }
  .home-hero__lede {
    font-size: 1.12rem;
  }
  .hero-search {
    padding: 16px 18px;
    margin-top: 10px;
  }
  .hero-search__head,
  .hero-search__row,
  .home-hero__actions,
  .home-trustee__actions {
    display: flex;
    flex-direction: column;
  }
  .hero-search__button,
  .button,
  .home-trustee__actions .button {
    width: 100%;
    justify-content: center;
  }
  .home-trustee {
    padding: 60px 0 54px;
  }
  .home-trustee__inner {
    width: min(calc(100% - var(--gb-content-frame-mobile)), var(--gb-content-max));
  }
  .home-trustee__title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
  .home-trustee__console-grid,
  .home-trustee__stats-grid,
  .home-trustee__activity-row,
  .home-trustee__queue-list li {
    grid-template-columns: 1fr;
  }
  .home-trustee__console-shell {
    perspective: none;
    transform: none;
    height: auto;
  }
  .home-trustee__console-shell::after {
    opacity: 0.36;
  }
  .home-trustee__console-grid {
    transform: none;
  }
  .home-trustee__panel,
  .home-trustee__panel--live,
  .home-trustee__panel--timer,
  .home-trustee__panel--verified,
  .home-trustee__panel--queue,
  .home-trustee__panel--activity {
    transform: none;
  }
  .home-trustee__live-topline {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }
  .home-trustee__queue-list strong {
    white-space: normal;
  }

.home-wholesale {
    padding: 52px 0 98px;
  }
  .home-wholesale__inner {
    width: min(calc(100% - var(--gb-content-frame-mobile)), var(--gb-content-max));
  }
  .home-wholesale__title {
    font-size: clamp(2.6rem, 11vw, 3.8rem);
  }
  .home-wholesale__lede {
    font-size: 1rem;
    line-height: 1.56;
  }
  .home-wholesale__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-wholesale__filter-note {
    font-size: 0.86rem;
  }
  .home-wholesale__filter-meta {
    gap: 6px;
  }
  .home-wholesale__filter-count,
  .home-wholesale__filter-status {
    min-height: 28px;
    padding: 0 10px;
    letter-spacing: 0.03em;
  }
  .home-wholesale__filter-status {
    font-size: 0.74rem;
  }
  .home-wholesale__stage {
    height: 438px;
  }
  .home-wholesale__card[data-carousel-slot="-1"],
  .home-wholesale__card[data-carousel-slot="1"] {
    opacity: 0;
    pointer-events: none;
  }
  .home-wholesale__card,
  .home-wholesale__card[data-carousel-slot="0"] {
    top: 0;
    width: min(100%, 308px);
    min-height: 404px;
  }
  .home-wholesale__card-photo,
  .home-wholesale__card[data-carousel-slot="0"] .home-wholesale__card-photo {
    height: 150px;
  }
  .home-wholesale__card-body {
    padding: 11px 11px 12px;
  }
  .home-wholesale__address-row {
    gap: 10px;
  }
  .home-wholesale__address-row i {
    font-size: 0.94rem;
  }
  .home-wholesale__address-row h3 {
    font-size: 0.92rem;
    line-height: 1.12;
  }
  .home-wholesale__location {
    margin: 3px 0 10px 24px;
    font-size: 0.88rem;
  }
  .home-wholesale__metrics div {
    padding: 9px 10px;
  }
  .home-wholesale__metrics dt {
    font-size: 0.72rem;
  }
  .home-wholesale__metrics dd {
    font-size: 0.9rem;
  }
  .home-wholesale__timing {
    margin-top: 10px;
  }
  .home-wholesale__timing strong {
    font-size: 0.96rem;
  }
  .home-wholesale__card-button {
    min-height: 44px;
    margin-top: 11px;
    font-size: 0.9rem;
  }
  .home-wholesale__card-badge {
    top: 12px;
    left: 12px;
    gap: 6px;
    padding: 8px 11px;
    font-size: 0.8rem;
  }
  .home-wholesale__card-star {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .home-wholesale__arrow {
    top: auto;
    bottom: -48px;
    transform: none;
    width: 46px;
    height: 46px;
  }
  .home-wholesale__arrow--prev {
    left: calc(50% - 58px);
  }
  .home-wholesale__arrow--next {
    right: calc(50% - 58px);
  }
  .home-wholesale__dots {
    margin-top: 22px;
  }
  .home-hard-money {
    padding: 40px 0 50px;
  }
  .home-hard-money__inner {
    width: min(calc(100% - var(--gb-content-frame-mobile)), var(--gb-content-max));
    gap: 18px;
  }
  .home-hard-money__title {
    font-size: clamp(2.5rem, 11vw, 3.6rem);
  }
  .home-hard-money__lede {
    font-size: 1rem;
    line-height: 1.56;
  }
  .home-hard-money__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-hard-money__program-card {
    padding: 14px 14px;
    gap: 12px;
  }
  .home-hard-money__programs {
    grid-template-columns: 1fr;
  }
  .home-hard-money__program-icon {
    width: 44px;
    height: 44px;
  }
  .home-hard-money__visual-card {
    padding: 16px;
    border-radius: 22px;
    transform: none;
  }
  .home-hard-money__visual-title {
    font-size: 1.4rem;
  }
  .home-hard-money__pill-row {
    gap: 8px;
  }
  .home-hard-money__pill-row span {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.8rem;
  }
  .home-hard-money__funding-path article {
    padding: 14px 12px;
  }
}

.has-section-reveal .section-reveal {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(44px) scale(0.985);
  transition:
    opacity 760ms ease,
    filter 760ms ease,
    transform 820ms cubic-bezier(0.2, 0.78, 0.2, 1);
  will-change: opacity, filter, transform;
}
.has-section-reveal .section-reveal.is-revealed {
  opacity: 1;
  filter: none;
  transform: translateY(0) scale(1);
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .site-brand,
  .page-home .site-nav,
  .page-home .site-header__actions,
  .page-home .home-hero__backdrop,
  .page-home .home-hero__title > span,
  .page-home .home-hero__lede,
  .page-home .hero-search,
  .page-home .home-hero__actions,
  .page-home .home-hero__powered {
    animation: none;
  }
  .home-hero__sunlight,
  .home-hero__sunlight::before,
  .home-hero__sparkles span {
    animation: none;
  }
  .home-hero__sparkles {
    display: none;
  }
  .home-hero__sunlight {
    opacity: 0.78;
    filter: none;
  }
  .has-section-reveal .section-reveal,
  .has-section-reveal .section-reveal.is-revealed {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
  .hero-search__button,
  .hero-search__button::after,
  .home-trustee__console-shell,
  .home-trustee__benefit-card,
  .home-trustee__panel,
  .home-hard-money__program-card,
  .home-hard-money__funding-path article,
  .home-hard-money__visual-card::after {
    transition: none;
  }
  .home-hard-money__visual-card::after {
    animation: none;
  }
  .home-hard-money__visual-card {
    transform: none;
  }
  .home-trustee__progress span {
    animation: none;
  }
  .hero-search__button:hover,
  .hero-search__button:focus-visible {
    transform: none;
  }
  .hero-search__button::after {
    display: none;
  }
  .home-hero__powered,
  .home-hero__powered::after,
  .home-hero__powered > i {
    transition: none;
  }
  .home-hero__powered:hover,
  .home-hero__powered:focus-visible,
  .home-hero__powered:hover > i,
  .home-hero__powered:focus-visible > i {
    transform: none;
  }
  .home-hero__powered::after {
    display: none;
  }
  .home-wholesale__controls,
  .home-wholesale__filter-select,
  .home-wholesale__filter-native-icon,
  .home-wholesale__filter-trigger,
  .home-wholesale__filter-trigger i,
  .home-wholesale__filter-menu,
  .home-wholesale__filter-menu button {
    transition: none;
  }
}

@media (hover: none) {
  .home-trustee__benefit-card:hover,
  .home-trustee__panel:hover,
  .home-hard-money__program-card:hover,
  .home-hard-money__funding-path article:hover {
    transform: none;
  }
}
