:root {
    --bv-black: #0d0d0d;
    --bv-ink: #191919;
    --bv-white: #ffffff;
    --bv-paper: #f7f6f2;
    --bv-soft: #efeee9;
    --bv-line: #d9d7cf;
    --bv-muted: #706f6b;
    --bv-gold: #b5933e;
    --bv-serif: 'Playfair Display', Georgia, serif;
    --bv-sans: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.public-page { margin: 0; background: var(--bv-white); color: var(--bv-ink); font-family: var(--bv-sans); letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.public-menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 9999; padding: 12px 16px; background: var(--bv-white); color: var(--bv-black); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--bv-gold); outline-offset: 4px; }
body.public-page .header { position: fixed; }
body.public-page main { min-height: calc(100vh - 61px); }

.eyebrow { margin: 0 0 18px; color: var(--bv-gold); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.eyebrow--light { color: #d9bf72; }
.page-hero { min-height: 540px; padding: 156px max(24px, calc((100vw - 1240px)/2)) 82px; display: grid; align-items: end; background: var(--bv-black); color: var(--bv-white); position: relative; overflow: hidden; }
.page-hero--image::before { content: ''; position: absolute; inset: 0; background-image: var(--hero-image); background-size: cover; background-position: center; opacity: .5; }
.page-hero--image::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.38); }
.page-hero__content { position: relative; z-index: 1; max-width: 860px; }
.page-hero h1 { margin: 0 0 24px; font-family: var(--bv-serif); font-size: clamp(46px, 6.4vw, 92px); font-weight: 500; line-height: .98; }
.page-hero p:not(.eyebrow) { max-width: 660px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(15px, 1.4vw, 18px); line-height: 1.7; }
.section { padding: 96px max(24px, calc((100vw - 1240px)/2)); }
.section--paper { background: var(--bv-paper); }
.section--dark { background: var(--bv-black); color: var(--bv-white); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading h2 { margin: 0 0 18px; font-family: var(--bv-serif); font-size: clamp(36px, 4.5vw, 62px); font-weight: 500; line-height: 1.08; }
.section-heading p { margin: 0; color: var(--bv-muted); font-size: 15px; line-height: 1.75; }
.section--dark .section-heading p { color: rgba(255,255,255,.65); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--bv-black); background: var(--bv-black); color: var(--bv-white); font-size: 10px; font-weight: 750; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: .22s; }
.button:hover { background: var(--bv-white); color: var(--bv-black); }
.button--light { border-color: var(--bv-white); background: var(--bv-white); color: var(--bv-black); }
.button--light:hover { background: transparent; color: var(--bv-white); }
.button--outline { background: transparent; color: var(--bv-black); }
.button--outline:hover { background: var(--bv-black); color: var(--bv-white); }
.text-link { font-size: 11px; font-weight: 700; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { margin-left: 8px; }
.text-link--light { color: var(--bv-white); }

.split-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr); gap: clamp(56px, 8vw, 120px); align-items: start; }
.split-copy { position: sticky; top: 124px; }
.split-copy h2 { margin: 0 0 24px; font-family: var(--bv-serif); font-size: clamp(38px, 4vw, 62px); font-weight: 500; line-height: 1.08; }
.split-copy > p { color: var(--bv-muted); line-height: 1.75; }
.promise { margin-top: 34px; padding: 22px 0 0 54px; border-top: 1px solid var(--bv-line); position: relative; }
.promise::before { content: '24h'; position: absolute; left: 0; top: 21px; color: var(--bv-gold); font-family: var(--bv-serif); font-size: 25px; }
.promise strong { display: block; margin-bottom: 6px; font-size: 12px; }
.promise span { color: var(--bv-muted); font-size: 12px; line-height: 1.55; }
.form-panel { background: var(--bv-white); border: 1px solid var(--bv-line); padding: clamp(28px, 4vw, 54px); }
.form-intro { margin-bottom: 34px; }
.form-intro h2 { margin: 0 0 10px; font-family: var(--bv-serif); font-size: 32px; font-weight: 500; }
.form-intro p { margin: 0; color: var(--bv-muted); font-size: 13px; line-height: 1.65; }
.form-errors { margin-bottom: 24px; border-left: 3px solid #9c352c; padding: 14px 18px; background: #fff5f3; color: #7d2a23; font-size: 13px; line-height: 1.6; }
.form-errors p { margin: 0; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin: 0 0 8px; color: #55534e; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid var(--bv-line); border-radius: 0; background: #fbfbf9; color: var(--bv-ink); padding: 13px 14px; outline: none; transition: border-color .18s, background .18s; }
.field textarea { min-height: 132px; resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--bv-black); background: var(--bv-white); }
.field small { display: block; margin-top: 7px; color: var(--bv-muted); font-size: 11px; line-height: 1.5; }
.check-field { grid-column: 1 / -1; display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: var(--bv-muted); font-size: 11px; line-height: 1.55; }
.check-field input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--bv-black); }
.check-field a { color: var(--bv-black); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { margin-top: 30px; display: flex; align-items: center; gap: 18px; }
.form-submit p { margin: 0; color: var(--bv-muted); font-size: 10px; line-height: 1.5; }

.property-summary { display: grid; grid-template-columns: 150px 1fr; gap: 22px; margin-bottom: 32px; padding-bottom: 30px; border-bottom: 1px solid var(--bv-line); }
.property-summary img { width: 150px; height: 112px; object-fit: cover; }
.property-summary__text { align-self: center; }
.property-summary__text span { color: var(--bv-gold); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.property-summary__text h2 { margin: 7px 0; font-family: var(--bv-serif); font-size: 22px; font-weight: 500; }
.property-summary__text p { margin: 0; color: var(--bv-muted); font-size: 12px; }
.property-unavailable { padding: 24px; border: 1px solid var(--bv-line); background: var(--bv-paper); }

.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 72px; align-items: start; }
.legal-aside { position: sticky; top: 120px; }
.legal-aside p { margin: 0 0 16px; color: var(--bv-muted); font-size: 11px; line-height: 1.6; text-transform: uppercase; }
.legal-aside nav { display: grid; gap: 10px; }
.legal-aside a { color: var(--bv-muted); font-size: 12px; text-decoration: none; }
.legal-aside a:hover { color: var(--bv-black); }
.legal-content section { scroll-margin-top: 120px; padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid var(--bv-line); }
.legal-content section:last-child { border: 0; }
.legal-content h2 { margin: 0 0 18px; font-family: var(--bv-serif); font-size: 30px; font-weight: 500; }
.legal-content h3 { margin: 28px 0 12px; font-size: 13px; }
.legal-content p, .legal-content li { color: #4f4e4a; font-size: 14px; line-height: 1.8; }
.legal-content ul { padding-left: 20px; }
.legal-content a { text-underline-offset: 3px; }

.success-hero { min-height: 78vh; padding: 150px 24px 90px; display: grid; place-items: center; background: var(--bv-paper); }
.success-card { width: min(100%, 720px); text-align: center; }
.success-mark { width: 66px; height: 66px; margin: 0 auto 30px; display: grid; place-items: center; border: 1px solid var(--bv-gold); color: var(--bv-gold); font-family: var(--bv-serif); font-size: 24px; }
.success-card h1 { margin: 0 0 18px; font-family: var(--bv-serif); font-size: clamp(42px, 6vw, 74px); font-weight: 500; line-height: 1; }
.success-card > p { max-width: 590px; margin: 0 auto; color: var(--bv-muted); line-height: 1.75; }
.success-card .button-row { justify-content: center; }

.public-footer { background: var(--bv-black); color: var(--bv-white); padding: 28px max(24px, calc((100vw - 1240px)/2)); }
.public-footer__bottom { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; }
.public-footer__bottom nav { display: flex; gap: 22px; }
.public-footer__bottom a { text-decoration: none; }

@media (max-width: 1180px) and (min-width: 861px) {
    body.public-page .header-inner { gap: 22px; padding-right: 28px; padding-left: 28px; }
    body.public-page .header-left,
    body.public-page .header-right { gap: 18px; }
    body.public-page .header-login-btn { display: none; }
}

@media (max-width: 980px) {
    .split-layout { grid-template-columns: 1fr; }
    .split-copy { position: static; }
    .legal-layout { grid-template-columns: 1fr; gap: 44px; }
    .legal-aside { position: static; }
    .legal-aside nav { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .page-hero { min-height: 480px; padding-top: 126px; padding-bottom: 60px; }
    .page-hero h1 { font-size: clamp(43px, 13vw, 62px); }
    .section { padding-top: 70px; padding-bottom: 70px; }
    .field-grid { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .check-field { grid-column: auto; }
    .form-panel { padding: 25px 20px; }
    .form-submit { align-items: flex-start; flex-direction: column; }
    .form-submit .button { width: 100%; }
    .property-summary { grid-template-columns: 96px 1fr; }
    .property-summary img { width: 96px; height: 92px; }
    .legal-aside nav { grid-template-columns: 1fr; }
    .public-footer { padding-bottom: 28px; }
    .public-footer__bottom { align-items: flex-start; flex-direction: column; }
    .public-footer__bottom nav { flex-wrap: wrap; }
    body.public-page .bv-widget { display: none; }
    body.public-page .blv-public-chat { right: 16px; bottom: 18px; }
    body.public-page .blv-public-chat-panel { right: -4px; bottom: 62px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
