.listing-standard {
    --midnight: #0a0e1a;
    --navy: #121832;
    --slate: #1e2746;
    --gold: #c9a84c;
    --gold-light: #e4cc7a;
    --gold-dark: #a8893e;
    --ice: #e8edf5;
    --white: #f8f9fc;
    --fog: #9aa3b8;
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    background: var(--midnight);
    color: var(--ice);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
}

.listing-standard *,
.listing-standard *::before,
.listing-standard *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.listing-standard a {
    transition: color 0.2s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.listing-standard a:focus-visible {
    outline: 2px solid var(--gold-light);
    outline-offset: 4px;
}

.listing-standard .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 64px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(10, 14, 26, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.listing-standard .nav-brand {
    color: var(--gold);
    font-family: 'Syne', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
}

.listing-standard .nav-brand:hover { color: var(--gold-light); }

.listing-standard .nav-right { display: flex; align-items: center; gap: 24px; }

.listing-standard .nav-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ice);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.listing-standard .nav-phone:hover { color: var(--gold); }
.listing-standard .nav-phone svg { width: 16px; height: 16px; color: var(--gold); }

.listing-standard .nav-cta,
.listing-standard .button-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--midnight);
    background: var(--gold);
    font-family: 'Syne', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 6px;
}

.listing-standard .nav-cta { padding: 8px 20px; }

.listing-standard .nav-cta:hover,
.listing-standard .button-gold:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.3);
}

.listing-standard .nav-cta svg,
.listing-standard .button-gold svg { width: 14px; height: 14px; }

.listing-standard .hero {
    position: relative;
    min-height: 720px;
    padding: 154px 5vw 104px;
    isolation: isolate;
    background: var(--midnight);
    border-bottom: 1px solid rgba(201, 168, 76, 0.14);
}

.listing-standard .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(10, 14, 26, 0.99) 0%, rgba(10, 14, 26, 0.9) 32%, rgba(10, 14, 26, 0.48) 64%, rgba(10, 14, 26, 0.22) 100%),
        linear-gradient(180deg, rgba(10, 14, 26, 0.38) 0%, rgba(10, 14, 26, 0.14) 45%, rgba(10, 14, 26, 0.84) 100%);
}

.listing-standard .hero::after {
    content: '';
    position: absolute;
    top: 90px;
    right: 10vw;
    z-index: 2;
    width: 1px;
    height: 240px;
    background: linear-gradient(var(--gold), transparent);
    opacity: 0.35;
    pointer-events: none;
}

.listing-standard .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    filter: saturate(0.86) contrast(1.05);
}

.listing-standard .hero-inner,
.listing-standard .content-inner,
.listing-standard .footer-inner,
.listing-standard .footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
}

.listing-standard .hero-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 7vw;
    align-items: end;
}

.listing-standard .eyebrow,
.listing-standard .section-kicker,
.listing-standard .group-kicker {
    color: var(--gold);
    font-family: 'Syne', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.listing-standard .eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.listing-standard .eyebrow::before {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--gold);
}

.listing-standard h1,
.listing-standard h2,
.listing-standard h3,
.listing-standard .stat-value {
    font-family: 'Syne', sans-serif;
    color: var(--white);
}

.listing-standard h1 {
    max-width: 760px;
    font-size: clamp(2.7rem, 6vw, 5.7rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.listing-standard h1 span { color: var(--gold-light); }

.listing-standard .hero-copy {
    max-width: 610px;
    margin-top: 28px;
    color: var(--ice);
    font-size: clamp(1rem, 2vw, 1.18rem);
    font-weight: 300;
    line-height: 1.8;
}

.listing-standard .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.listing-standard .button-gold {
    min-height: 48px;
    padding: 12px 20px;
}

.listing-standard .button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 20px;
    color: var(--ice);
    background: rgba(10, 14, 26, 0.18);
    border: 1px solid rgba(201, 168, 76, 0.45);
    border-radius: 6px;
    font-family: 'Syne', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.listing-standard .button-outline:hover {
    color: var(--gold-light);
    border-color: var(--gold);
    background: rgba(201, 168, 76, 0.07);
}

.listing-standard .hero-note {
    padding: 24px;
    background: rgba(18, 24, 50, 0.78);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-left: 3px solid var(--gold);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.listing-standard .hero-note h2 { margin-bottom: 12px; font-size: 0.9rem; letter-spacing: 0.04em; }
.listing-standard .hero-note p { color: var(--fog); font-size: 0.86rem; font-weight: 300; line-height: 1.7; }

.listing-standard .market-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 32px;
    color: var(--fog);
    font-family: 'Syne', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.listing-standard .market-strip span { display: inline-flex; align-items: center; gap: 8px; }
.listing-standard .market-strip span::before { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }

@media (max-width: 900px) {
    .listing-standard .hero { min-height: 760px; }
    .listing-standard .hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .listing-standard .hero-note { max-width: 500px; }
    .listing-standard .hero::before {
        background:
            linear-gradient(90deg, rgba(10, 14, 26, 0.97) 0%, rgba(10, 14, 26, 0.75) 58%, rgba(10, 14, 26, 0.44) 100%),
            linear-gradient(180deg, rgba(10, 14, 26, 0.34) 0%, rgba(10, 14, 26, 0.18) 40%, rgba(10, 14, 26, 0.9) 100%);
    }
}

@media (max-width: 768px) {
    .listing-standard .site-nav { height: 56px; padding: 0 4vw; }
    .listing-standard .nav-brand { font-size: 0.72rem; }
    .listing-standard .nav-right { gap: 12px; }
    .listing-standard .nav-phone span { display: none; }
    .listing-standard .nav-cta { padding: 7px 14px; font-size: 0.72rem; }
    .listing-standard .hero { min-height: 720px; padding: 112px 6vw 72px; }
    .listing-standard .hero::after { top: 74px; right: 8vw; height: 164px; }
    .listing-standard .hero-media { object-position: 64% center; }
    .listing-standard .hero-actions { flex-direction: column; align-items: stretch; }
    .listing-standard .hero-actions a { width: 100%; }
}

@media (max-width: 480px) {
    .listing-standard .hero { min-height: 700px; }
    .listing-standard h1 { font-size: clamp(2.4rem, 13vw, 3.7rem); }
    .listing-standard .hero-media { object-position: 68% center; }
    .listing-standard .hero-note { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .listing-standard a { transition: none; }
    .listing-standard .hero-media { transition: none; }
    .listing-standard .nav-cta:hover,
    .listing-standard .button-gold:hover,
    .listing-standard .button-outline:hover { transform: none; }
}
