:root {
  --hg-navy: #1f303f;
  --hg-deep-navy: #142231;
  --hg-midnight: #0c1822;
  --hg-gold: #c29a60;
  --hg-deep-gold: #b48a4f;
  --hg-warm-white: #f1eeea;
  --hg-pearl: #faf8f5;
  --hg-slate: #5f6c76;
  --hg-white: #ffffff;
}

.hg-luxury-hero {
  --hg-photo-scale: 1;
  --hg-photo-y: 0%;
  --hg-content-y: 0%;
  --hg-path-y: 0%;
  --hg-glow-x: 0%;
  --hg-pointer-x: 0px;
  --hg-pointer-y: 0px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: clamp(720px, calc(100svh - 92px), 940px);
  overflow: hidden;
  overflow: clip;
  background: var(--hg-midnight);
  color: var(--hg-white);
}

.hg-luxury-hero__media,
.hg-luxury-hero__media picture,
.hg-luxury-hero__shade,
.hg-luxury-hero__vitality-glow,
.hg-luxury-hero__motion {
  position: absolute;
  inset: 0;
}

.hg-luxury-hero__media {
  z-index: -4;
  animation: hg-luxury-media-reveal 1.65s 350ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hg-luxury-hero__media picture {
  display: block;
}

.hg-luxury-hero__media img {
  width: 100%;
  max-width: none;
  height: 106%;
  margin-top: -3%;
  object-fit: cover;
  object-position: 70% center;
  transform: translate3d(0, var(--hg-photo-y), 0) scale(var(--hg-photo-scale));
  transform-origin: 68% 52%;
}

.hg-luxury-hero__shade {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(7, 16, 24, 0.08) 0%, rgba(7, 16, 24, 0.02) 66%, rgba(7, 16, 24, 0.38) 100%),
    linear-gradient(90deg, rgba(8, 20, 30, 0.97) 0%, rgba(12, 24, 34, 0.9) 29%, rgba(12, 24, 34, 0.5) 48%, rgba(12, 24, 34, 0.1) 72%, rgba(12, 24, 34, 0.12) 100%);
  opacity: 0;
  animation: hg-luxury-overlay-reveal 1.2s 500ms ease-out forwards;
}

.hg-luxury-hero__vitality-glow {
  z-index: -2;
  background:
    radial-gradient(circle at 62% 45%, rgba(194, 154, 96, 0.2), transparent 44%),
    radial-gradient(circle at 44% 92%, rgba(250, 248, 245, 0.12), transparent 38%);
  opacity: 0;
  transform: translate3d(calc(var(--hg-glow-x) + var(--hg-pointer-x)), var(--hg-pointer-y), 0);
  animation: hg-luxury-glow-reveal 1.2s 620ms ease-out forwards;
}

.hg-luxury-hero__motion {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(var(--hg-pointer-x), calc(var(--hg-path-y) + var(--hg-pointer-y)), 0);
  animation: hg-luxury-motion-reveal 900ms 2.15s ease-out forwards;
}

.hg-luxury-hero__motion svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hg-luxury-hero__path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.hg-luxury-hero__path--primary {
  stroke: rgba(194, 154, 96, 0.42);
}

.hg-luxury-hero__path--secondary {
  stroke: rgba(194, 154, 96, 0.2);
}

.hg-luxury-hero__path--pearl {
  stroke: rgba(250, 248, 245, 0.28);
}

.hg-luxury-hero__signal {
  fill: #f8d99f;
  filter: drop-shadow(0 0 7px rgba(248, 217, 159, 0.72));
}

.hg-luxury-hero__signal-glow {
  fill: rgba(194, 154, 96, 0.16);
}

.hg-luxury-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(100%, 1680px);
  min-height: inherit;
  margin: 0 auto;
  padding: 72px clamp(24px, 6vw, 112px) 122px;
}

.hg-luxury-hero__content {
  width: min(46vw, 760px);
  transform: translate3d(0, var(--hg-content-y), 0);
}

.hg-luxury-hero__mask {
  display: block;
  overflow: hidden;
}

.hg-luxury-hero__eyebrow {
  margin: 0 0 17px;
  color: #e1bd82;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.hg-luxury-hero__mask--eyebrow .hg-luxury-hero__reveal-line {
  animation: hg-luxury-line-reveal 700ms 1.05s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hg-luxury-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--hg-white);
  font-size: 5.45rem;
  font-weight: 860;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 3px 24px rgba(4, 12, 18, 0.28);
}

.hg-luxury-hero__mask--heading .hg-luxury-hero__reveal-line {
  display: block;
  opacity: 0;
  transform: translateY(115%);
  animation: hg-luxury-line-reveal 850ms 1.17s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hg-luxury-hero__mask--heading:nth-child(2) .hg-luxury-hero__reveal-line {
  animation-delay: 1.29s;
}

.hg-luxury-hero__mask--heading:nth-child(3) .hg-luxury-hero__reveal-line {
  animation-delay: 1.41s;
}

.hg-luxury-hero__lead {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.3rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(20px);
  animation: hg-luxury-rise-reveal 760ms 1.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hg-luxury-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  animation: hg-luxury-action-reveal 680ms 1.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hg-luxury-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 13px 20px;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.2;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.hg-luxury-hero__button--primary {
  border-color: rgba(255, 255, 255, 0.24);
  background: #cda66d;
  color: var(--hg-midnight);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46), 0 14px 30px rgba(5, 13, 19, 0.24);
}

.hg-luxury-hero__button--secondary {
  border-color: rgba(250, 248, 245, 0.44);
  background: rgba(15, 29, 40, 0.72);
  color: var(--hg-warm-white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hg-luxury-hero__button:hover {
  transform: translateY(-2px);
}

.hg-luxury-hero__button--primary:hover {
  background: #dbb779;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54), 0 18px 38px rgba(5, 13, 19, 0.3);
}

.hg-luxury-hero__button--secondary:hover {
  border-color: rgba(225, 189, 130, 0.86);
  color: var(--hg-white);
}

.hg-luxury-hero__button:focus-visible,
.hg-luxury-hero__verifier:focus-visible {
  outline: 3px solid rgba(250, 248, 245, 0.92);
  outline-offset: 4px;
}

.hg-luxury-hero__verifier {
  position: relative;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 820;
  opacity: 0;
  transform: translateY(10px);
  animation: hg-luxury-rise-reveal 620ms 1.88s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hg-luxury-hero__verifier::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--hg-gold);
  transform: scaleX(0.26);
  transform-origin: left;
  transition: transform 220ms ease;
}

.hg-luxury-hero__verifier:hover::after,
.hg-luxury-hero__verifier:focus-visible::after {
  transform: scaleX(1);
}

.hg-luxury-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hg-luxury-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(250, 248, 245, 0.22);
  border-radius: 8px;
  padding: 8px 11px;
  background: rgba(10, 23, 33, 0.7);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  font-weight: 820;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: hg-luxury-action-reveal 650ms 2s cubic-bezier(0.16, 1, 0.3, 1) forwards, hg-luxury-indicator-float 10s 3.2s ease-in-out infinite;
  backdrop-filter: blur(10px);
}

.hg-luxury-hero__trust li:nth-child(2) {
  animation-delay: 2.08s, 2.1s;
}

.hg-luxury-hero__trust li:nth-child(3) {
  animation-delay: 2.16s, 4.8s;
}

.hg-luxury-hero__trust li > span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #d7ad6a;
  box-shadow: 0 0 0 3px rgba(194, 154, 96, 0.14), 0 0 10px rgba(194, 154, 96, 0.48);
}

.hg-luxury-hero__trust-note {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  opacity: 0;
  transform: translateY(10px);
  animation: hg-luxury-rise-reveal 650ms 2.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hg-luxury-hero__bottom-curve {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 4;
  width: 100%;
  height: clamp(52px, 8.5%, 92px);
  pointer-events: none;
}

.hg-luxury-hero__bottom-curve path {
  fill: var(--hg-pearl);
}

.hg-luxury-hero.is-motion-paused .hg-luxury-hero__trust li {
  animation-play-state: paused;
}

@keyframes hg-luxury-media-reveal {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: scale(1.065);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes hg-luxury-overlay-reveal {
  to {
    opacity: 1;
  }
}

@keyframes hg-luxury-glow-reveal {
  to {
    opacity: 1;
  }
}

@keyframes hg-luxury-motion-reveal {
  to {
    opacity: 0.74;
  }
}

@keyframes hg-luxury-line-reveal {
  from {
    opacity: 0;
    transform: translateY(115%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hg-luxury-rise-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hg-luxury-action-reveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hg-luxury-indicator-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

@media (max-width: 1500px) {
  .hg-luxury-hero h1 {
    font-size: 4.85rem;
  }

  .hg-luxury-hero__content {
    width: min(47vw, 680px);
  }
}

@media (max-width: 1279px) {
  .hg-luxury-hero {
    min-height: clamp(700px, calc(100svh - 86px), 900px);
  }

  .hg-luxury-hero__media img {
    object-position: 64% center;
  }

  .hg-luxury-hero__shade {
    background:
      linear-gradient(180deg, rgba(7, 16, 24, 0.08) 0%, rgba(7, 16, 24, 0.04) 62%, rgba(7, 16, 24, 0.42) 100%),
      linear-gradient(90deg, rgba(8, 20, 30, 0.97) 0%, rgba(12, 24, 34, 0.91) 34%, rgba(12, 24, 34, 0.48) 58%, rgba(12, 24, 34, 0.12) 100%);
  }

  .hg-luxury-hero__inner {
    padding-right: 36px;
    padding-left: clamp(28px, 5vw, 64px);
  }

  .hg-luxury-hero__content {
    width: min(57vw, 610px);
  }

  .hg-luxury-hero h1 {
    font-size: 4.15rem;
  }

  .hg-luxury-hero__lead {
    max-width: 560px;
    font-size: 1.16rem;
  }

  .hg-luxury-hero__path--secondary {
    display: none;
  }
}

@media (max-width: 900px) {
  .hg-luxury-hero h1 {
    font-size: 3.55rem;
  }

  .hg-luxury-hero__content {
    width: min(57vw, 540px);
  }

  .hg-luxury-hero__trust li {
    font-size: 0.7rem;
  }
}

@media (max-width: 767px) {
  .hg-luxury-hero {
    align-items: flex-start;
    min-height: clamp(720px, calc(100svh - 84px), 900px);
  }

  .hg-luxury-hero__media img {
    height: 104%;
    margin-top: -2%;
    object-position: 62% 68%;
    transform-origin: 62% 68%;
  }

  .hg-luxury-hero__shade {
    background:
      linear-gradient(180deg, rgba(6, 15, 23, 0.98) 0%, rgba(8, 18, 27, 0.94) 41%, rgba(8, 18, 27, 0.52) 61%, rgba(8, 18, 27, 0.12) 79%, rgba(8, 18, 27, 0.34) 100%),
      linear-gradient(90deg, rgba(8, 20, 30, 0.34), rgba(8, 20, 30, 0.04));
  }

  .hg-luxury-hero__vitality-glow {
    background: radial-gradient(circle at 78% 64%, rgba(194, 154, 96, 0.16), transparent 38%);
  }

  .hg-luxury-hero__inner {
    align-items: flex-start;
    padding: 34px 20px 102px;
  }

  .hg-luxury-hero__content {
    width: 100%;
    max-width: 560px;
  }

  .hg-luxury-hero__eyebrow {
    margin-bottom: 11px;
    font-size: 0.73rem;
  }

  .hg-luxury-hero h1 {
    max-width: 560px;
    margin-bottom: 16px;
    font-size: 3.05rem;
    line-height: 1;
  }

  .hg-luxury-hero__lead {
    max-width: 520px;
    font-size: 1rem;
    line-height: 1.48;
  }

  .hg-luxury-hero__actions {
    gap: 9px;
    margin-top: 18px;
  }

  .hg-luxury-hero__button {
    width: 100%;
    min-height: 48px;
  }

  .hg-luxury-hero__verifier {
    margin-top: 13px;
    font-size: 0.84rem;
  }

  .hg-luxury-hero__trust {
    gap: 6px;
    margin-top: 16px;
  }

  .hg-luxury-hero__trust li {
    min-height: 32px;
    padding: 6px 9px;
    background: rgba(9, 21, 30, 0.82);
    font-size: 0.66rem;
  }

  .hg-luxury-hero__trust-note {
    max-width: 330px;
    margin-top: 9px;
    font-size: 0.72rem;
  }

  .hg-luxury-hero__path--secondary,
  .hg-luxury-hero__path--pearl {
    display: none;
  }

  .hg-luxury-hero__path--primary {
    stroke-opacity: 0.54;
  }

  .hg-luxury-hero__bottom-curve {
    height: 58px;
  }
}

@media (max-width: 430px) {
  .hg-luxury-hero__inner {
    padding-top: 28px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .hg-luxury-hero h1 {
    font-size: 2.5rem;
  }

  .hg-luxury-hero__lead {
    max-width: 390px;
    font-size: 0.95rem;
  }

  .hg-luxury-hero__trust li {
    flex: 1 1 calc(50% - 6px);
  }

  .hg-luxury-hero__trust li:nth-child(3) {
    display: none;
  }
}

@media (max-width: 374px) {
  .hg-luxury-hero {
    min-height: 760px;
  }

  .hg-luxury-hero h1 {
    font-size: 2.28rem;
  }

  .hg-luxury-hero__eyebrow {
    font-size: 0.68rem;
  }

  .hg-luxury-hero__trust li {
    flex-basis: 100%;
  }

  .hg-luxury-hero__trust li:nth-child(2) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hg-luxury-hero *,
  .hg-luxury-hero *::before,
  .hg-luxury-hero *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .hg-luxury-hero__media,
  .hg-luxury-hero__media img,
  .hg-luxury-hero__shade,
  .hg-luxury-hero__vitality-glow,
  .hg-luxury-hero__motion,
  .hg-luxury-hero__content,
  .hg-luxury-hero__reveal-line,
  .hg-luxury-hero__lead,
  .hg-luxury-hero__actions,
  .hg-luxury-hero__verifier,
  .hg-luxury-hero__trust li,
  .hg-luxury-hero__trust-note {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    translate: none !important;
  }

  .hg-luxury-hero__signal {
    display: none;
  }
}
