.sold-hero{justify-content:center;align-items:center;min-height:50vh;display:flex;position:relative;overflow:hidden}.sold-hero__background{z-index:0;position:absolute;inset:0}.sold-hero__background-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.05)}.sold-hero__overlay{background:linear-gradient(135deg,#0a0a0ad9 0%,#8b1e3f99 50%,#0a0a0acc 100%);position:absolute;inset:0}.sold-hero__vignette{position:absolute;inset:0;box-shadow:inset 0 0 200px #0009}.sold-hero__decorative{inset:var(--py-space-8);z-index:1;pointer-events:none;position:absolute}.sold-hero__corner{border-color:var(--py-burgundy);opacity:.6;border-style:solid;width:50px;height:50px;position:absolute}.sold-hero__corner--top-left{border-width:2px 0 0 2px;top:0;left:0}.sold-hero__corner--top-right{border-width:2px 2px 0 0;top:0;right:0}.sold-hero__corner--bottom-left{border-width:0 0 2px 2px;bottom:0;left:0}.sold-hero__corner--bottom-right{border-width:0 2px 2px 0;bottom:0;right:0}.sold-hero__content{z-index:2;max-width:var(--py-max-width);padding:var(--py-space-20)var(--py-space-6);text-align:center;margin:0 auto;position:relative}.sold-hero__inner{align-items:center;gap:var(--py-space-5);flex-direction:column;display:flex}.sold-hero__inner>*{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.sold-hero__inner--visible>*{opacity:1;transform:translateY(0)}.sold-hero__badge{align-items:center;gap:var(--py-space-3);padding:var(--py-space-3)var(--py-space-6);background:linear-gradient(135deg,var(--py-burgundy),#6b1027);border-radius:var(--py-radius-full);display:inline-flex}.sold-hero__badge-icon{font-size:var(--py-text-sm);color:var(--py-gold)}.sold-hero__badge-text{font-family:var(--font-body);font-size:var(--py-text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--py-white);font-weight:600}.sold-hero__title{align-items:center;gap:var(--py-space-2);font-family:var(--font-heading);color:var(--py-white);flex-direction:column;font-size:clamp(3rem,8vw,6rem);font-weight:300;line-height:1;display:flex}.sold-hero__title-line{display:block}.sold-hero__title-accent{color:var(--py-gold);text-shadow:0 0 60px #8b1e3f80;font-weight:400}.sold-hero__subtitle{max-width:500px;font-family:var(--font-body);font-size:var(--py-text-lg);color:#fffc;margin-top:var(--py-space-4);font-weight:400;line-height:1.7}@media (max-width:768px){.sold-hero{min-height:40vh}.sold-hero__content{padding:var(--py-space-16)var(--py-space-4)}.sold-hero__decorative{inset:var(--py-space-4)}.sold-hero__corner{width:30px;height:30px}.sold-hero__subtitle{font-size:var(--py-text-base)}}
