:root {
  --ink: #26323a;
  --muted: #647077;
  --paper: #f7f4ef;
  --white: #fffdf9;
  --sand: #e7d9c6;
  --clay: #a86d4d;
  --line: rgba(38, 50, 58, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }

.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 10; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header { width: min(1360px, calc(100% - 64px)); margin: 0 auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.04em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--clay); font-family: var(--serif); font-size: 21px; font-style: italic; }
nav { display: flex; align-items: center; gap: 30px; color: #445058; font-size: 14px; }
nav a { transition: color .2s; }
nav a:hover, .text-link:hover { color: var(--clay); }
.header-cta { padding: 10px 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 600; transition: all .2s; }
.header-cta:hover { background: var(--ink); color: var(--white); }

.hero { width: min(1360px, calc(100% - 64px)); min-height: 645px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding: 36px 0 80px; }
.hero-copy { max-width: 620px; padding-left: clamp(0px, 5vw, 70px); }
.eyebrow { margin: 0 0 16px; color: var(--clay); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 560px; margin-bottom: 27px; font-size: clamp(57px, 6.7vw, 100px); }
h1 em { color: var(--clay); font-weight: 500; }
.lead { max-width: 480px; color: #536067; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 25px; border-radius: 999px; font-size: 14px; font-weight: 600; }
.button-primary { background: var(--ink); color: white; transition: background .2s, transform .2s; }
.button-primary:hover { background: var(--clay); transform: translateY(-2px); }
.text-link { font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(38, 50, 58, .35); text-underline-offset: 5px; transition: color .2s; }
.text-link span { display: inline-block; margin-left: 4px; font-size: 18px; line-height: 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 64px; color: var(--muted); font-size: 13px; }
.hero-image-wrap { position: relative; height: 535px; }
.hero-accent { position: absolute; right: -16px; top: 44px; bottom: -27px; width: 71%; background: var(--sand); }
.hero-image { position: absolute; inset: 0 12% 0 0; width: 88%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.87) contrast(.97); }
.image-note { position: absolute; right: 0; bottom: 0; width: 220px; padding: 21px 23px; background: var(--white); font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.25; }

.section-space { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 124px 0; }
.intro { border-top: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12%; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(40px, 4.4vw, 67px); }
.intro-grid p { max-width: 430px; margin-bottom: 5px; color: #58646b; font-size: 18px; line-height: 1.7; }

.properties { padding-top: 54px; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.category-card { display: flex; min-height: 280px; padding: 38px 28px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); background: var(--white); text-align: center; transition: transform .2s, box-shadow .2s; }
.category-card--available { border-color: var(--ink); color: var(--white); background: var(--ink); }
.category-card--soon { border-color: var(--sand); background: var(--sand); }
.category-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(26px, 2.5vw, 32px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.category-card p { max-width: 255px; min-height: 44px; margin: 0 0 28px; color: #536067; font-size: 14px; }
.category-card--available p { color: #d9dfe0; }
.category-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.category-link span { font-size: 20px; text-decoration: none; }
.category-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(38, 50, 58, .1); }
.category-card:focus-visible, .catalog-nav a:focus-visible, .catalog-actions a:focus-visible { outline: 3px solid var(--clay); outline-offset: 5px; }
.catalog-main { padding-top: 40px; padding-bottom: 85px; }
.catalog-main > .back-link { margin-bottom: 35px; }
.catalog-heading h1 { max-width: none; margin-bottom: 22px; font-size: clamp(45px, 6.5vw, 82px); }
.catalog-heading > p:last-child { max-width: 650px; margin-bottom: 36px; color: var(--muted); font-size: 18px; }
.catalog-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; padding: 0 0 28px; border-bottom: 1px solid var(--line); }
.catalog-nav a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid var(--line); border-radius: 999px; font-weight: 600; }
.catalog-nav a:hover { color: var(--ink); border-color: var(--clay); background: var(--sand); }
.catalog-nav a[aria-current="page"] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.catalog-empty { padding: 60px 35px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.catalog-empty h2 { max-width: 680px; margin: 0 auto 22px; font-size: clamp(32px, 3.5vw, 46px); line-height: 1.1; }
.catalog-empty p { max-width: 540px; margin: 0 auto 30px; color: var(--muted); }
.catalog-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px; }
.catalog-actions .button { padding: 14px 25px; text-align: center; }
.catalog-count { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.catalog-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.catalog-contact p { margin: 0; color: var(--muted); }
.catalog-main .property-card-link { min-height: 340px; }
.property-filters[hidden] { display: none; }
.property-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 18px; margin: 0 0 24px; padding: 25px; border: 1px solid var(--line); background: var(--white); }
.property-filters label { min-width: 0; }
.property-filters label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.property-filters select { width: 100%; min-height: 44px; padding: 9px 34px 9px 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 0; outline: 0; background: #fff; font: inherit; font-size: 14px; }
.property-filters select:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(168, 109, 77, .1); }
.filter-reset { justify-self: start; padding: 0; color: var(--ink); border: 0; border-bottom: 1px solid rgba(38, 50, 58, .35); background: none; cursor: pointer; font: inherit; font-size: 13px; font-weight: 600; }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.property-grid > [hidden] { display: none; }
.filter-empty { margin: 24px 0 0; padding: 24px; color: var(--muted); border: 1px solid var(--line); background: var(--white); font-size: 14px; }
.property-card { display: flex; min-height: 272px; flex-direction: column; justify-content: flex-end; padding: 32px 30px; border: 1px solid var(--line); background: var(--white); }
.property-card-active { border-color: transparent; background: var(--ink); color: var(--white); }
.property-status { margin-bottom: auto; color: var(--clay); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.property-card-active .property-status { color: #d89c76; }
.property-card h3 { max-width: 290px; margin-bottom: 12px; font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1.08; letter-spacing: -.04em; }
.property-card .property-meta { margin-bottom: 15px; color: var(--clay); font-size: 13px; font-weight: 600; }
.property-card p:last-child { max-width: 290px; margin-bottom: 0; color: #58646b; font-size: 14px; }
.property-card-active p:last-child { color: #d9dfe0; }
.property-card-sold { position: relative; display: block; overflow: hidden; padding: 0; border: 0; color: var(--white); background: var(--ink); }
.property-card-link { position: relative; display: flex; min-height: 272px; height: 100%; align-items: flex-end; overflow: hidden; }
.property-card-sold img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.property-card-sold::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 27, 30, .08) 8%, rgba(20, 27, 30, .82) 100%); content: ""; pointer-events: none; }
.property-card-content { position: relative; z-index: 1; width: 100%; padding: 28px 30px; }
.property-card-sold .property-status { margin-bottom: 45px; color: #f5c2a3; }
.property-card-sold .property-meta { color: #f5c2a3; }
.property-card-sold p:last-of-type { color: rgba(255, 253, 249, .88); }
.property-view { display: inline-block; margin-top: 20px; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.property-card-sold:hover img, .property-card-sold:focus-within img { transform: scale(1.045); }
.property-card-sold:focus-within { outline: 3px solid var(--clay); outline-offset: 4px; }
.properties-note { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 15px; }

.alerts { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: center; padding-top: 72px; padding-bottom: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.alerts-copy h2 { max-width: 530px; }
.alerts-copy > p:last-child { max-width: 480px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.alert-form { padding: 32px; background: var(--white); border-top: 3px solid var(--clay); box-shadow: 0 17px 46px rgba(38, 50, 58, .06); }

.services { padding-top: 54px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 50px; }
.section-heading h2 { max-width: 650px; }
.section-note { max-width: 250px; margin-bottom: 5px; color: var(--muted); font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: flex; min-height: 295px; padding: 34px 31px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); background: rgba(255,255,255,.24); text-align: center; }
.service-card.featured-card { border-color: transparent; background: var(--sand); }
.service-card h3 { max-width: 260px; margin: 0 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.1; letter-spacing: -.04em; }
.service-card p:last-child { max-width: 280px; margin-bottom: 0; color: #556068; font-size: 14px; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14%; align-items: center; }
.process { border-top: 1px solid var(--line); }
.process-copy h2 { margin-bottom: 24px; }
.process-copy > p:not(.eyebrow) { max-width: 445px; color: #59656c; font-size: 17px; }
.dark-link { display: inline-block; margin-top: 12px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 49px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--clay); font-family: var(--serif); font-size: 22px; font-style: italic; }
.process-list h3 { margin-bottom: 2px; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: -.035em; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.about { position: relative; display: grid; grid-template-columns: .2fr 1fr; gap: 28px; width: min(100%, 1440px); padding: 126px max(32px, calc((100vw - 1180px) / 2)); background: var(--ink); color: #f5f1ea; }
.about .eyebrow { color: #d89c76; }
.about h2 { max-width: 770px; }
.about div:last-child > p:last-child { max-width: 640px; margin: 31px 0 0; color: #c8d0d2; font-size: 17px; line-height: 1.75; }
.about-symbol { color: #d89c76; font-family: var(--serif); font-size: 100px; line-height: .7; }

.proof { padding-top: 108px; }
.proof-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; align-items: end; }
.proof-heading h2 { max-width: 660px; }
.proof-heading > p { max-width: 485px; margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.proof-numbers { display: grid; grid-template-columns: repeat(2, 1fr); margin: 56px 0 18px; color: var(--white); background: var(--ink); }
.proof-numbers div { display: flex; min-height: 178px; flex-direction: column; justify-content: center; padding: 35px 44px; }
.proof-numbers div + div { border-left: 1px solid rgba(255, 255, 255, .18); }
.proof-numbers strong { color: #d89c76; font-family: var(--serif); font-size: clamp(58px, 6vw, 82px); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
.proof-numbers span { margin-top: 12px; color: #d9dfe0; font-size: 14px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.proof-grid article, .partnership-grid article { display: flex; min-height: 265px; padding: 30px 27px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); background: rgba(255, 255, 255, .24); text-align: center; }
.proof-grid h3, .partnership-grid h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.proof-grid p, .partnership-grid p { max-width: 285px; margin-bottom: 0; color: var(--muted); font-size: 14px; }

.buyer-guide { padding-top: 64px; border-top: 1px solid var(--line); }
.buyer-guide-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; align-items: end; }
.buyer-guide-heading h2 { max-width: 660px; }
.buyer-guide-heading > p { max-width: 480px; margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.buyer-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 56px 0 0; padding: 1px; list-style: none; background: var(--line); }
.buyer-steps li { min-height: 275px; padding: 28px 24px; background: var(--paper); }
.buyer-steps span { color: var(--clay); font-family: var(--serif); font-size: 21px; font-style: italic; }
.buyer-steps h3 { margin: 46px 0 10px; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.buyer-steps p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 11%; align-items: start; margin-top: 104px; }
.faq-intro h2 { max-width: 400px; }
.faq-intro > p:last-child { max-width: 390px; margin: 25px 0 0; color: var(--muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding-right: 38px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 4px; top: 0; color: var(--clay); content: "+"; font-family: var(--sans); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: 14px 38px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-flow { max-width: 700px; margin: 18px 38px 0 0; color: var(--muted); }
.faq-flow h3 { margin: 25px 0 10px; font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--ink); }
.faq-flow h3:first-child { margin-top: 0; }
.faq-flow ol { margin: 0; padding-left: 22px; }
.faq-flow li { margin-bottom: 8px; padding-left: 4px; font-size: 14px; line-height: 1.65; }

.partnerships { padding-top: 64px; border-top: 1px solid var(--line); }
.partnership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.partnership-button { margin-top: 34px; }

.contact { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 122px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: center; }
.contact h2 { max-width: 610px; }
.contact-copy { max-width: 455px; margin-top: 27px; color: var(--muted); font-size: 17px; }
.contact-person { display: grid; grid-template-columns: 104px 1fr; gap: 22px; align-items: start; max-width: 480px; margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.contact-person img { display: block; width: 104px; height: 126px; object-fit: cover; object-position: center 23%; }
.contact-person p { margin-bottom: 0; }
.contact-person-name { font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.contact-person-role { margin-top: 4px; color: var(--muted); font-size: 13px; }
.contact-person-intro { max-width: 330px; margin-top: 11px !important; color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-link { display: block; width: fit-content; margin-top: 8px; font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(38, 50, 58, .28); text-underline-offset: 4px; }
.contact-link:hover, .site-footer a:hover { color: var(--clay); }
.contact-form { padding: 34px; background: var(--white); border-top: 3px solid var(--clay); box-shadow: 0 17px 46px rgba(38, 50, 58, .06); }
.contact-form-heading { display: flex; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.contact-form-heading p { margin-bottom: 0; }
.contact-form-heading p:last-child { max-width: 310px; color: var(--muted); font-size: 13px; }
.contact-status { color: var(--clay); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label:not(.form-consent), .alert-form label:not(.form-consent) { display: block; margin-bottom: 15px; }
.contact-form label > span:first-child, .alert-form label > span:first-child { display: block; margin-bottom: 7px; color: #4d5960; font-size: 12px; font-weight: 600; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea, .alert-form input:not([type="checkbox"]) { width: 100%; min-height: 46px; padding: 11px 13px; color: var(--ink); border: 1px solid rgba(38, 50, 58, .2); border-radius: 0; outline: 0; background: #fff; font: inherit; font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { min-height: 116px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .alert-form input:focus { border-color: var(--clay); box-shadow: 0 0 0 3px rgba(168, 109, 77, .1); }
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 4px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--clay); }
.form-consent a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-submit:disabled { color: rgba(255, 255, 255, .78); background: #788187; cursor: not-allowed; transform: none; }
.form-result { min-height: 0; margin: 12px 0 0; font-size: 13px; font-weight: 600; text-align: center; }
.form-result:empty { display: none; }
.form-result-success { color: #3f7258; }
.form-result-error { color: #9b493f; }
.form-fallback { margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-fallback a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { width: min(1360px, calc(100% - 64px)); min-height: 118px; margin: 0 auto; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 13px; }
.site-footer p { margin: 0; }

.legal-main { width: min(900px, calc(100% - 64px)); margin: 0 auto; padding: 84px 0 120px; }
.legal-main h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(52px, 7vw, 86px); }
.legal-lead { max-width: 700px; margin-bottom: 56px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.legal-section { padding: 31px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 17px; font-family: var(--serif); font-size: 29px; font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.legal-section p, .legal-section li { color: #536067; line-height: 1.7; }
.legal-section ul { margin: 0; padding-left: 20px; }
.legal-section a { color: var(--ink); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }

.object-main { overflow: hidden; }
.object-hero { width: min(1360px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; padding: 44px 0 88px; }
.back-link { display: inline-flex; margin-bottom: 48px; color: var(--muted); font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(38, 50, 58, .35); text-underline-offset: 5px; }
.back-link:hover { color: var(--clay); }
.object-hero h1 { max-width: 570px; margin-bottom: 28px; font-size: clamp(55px, 6.2vw, 90px); }
.object-lead { max-width: 495px; margin-bottom: 34px; color: #536067; font-size: 19px; line-height: 1.7; }
.object-facts { display: flex; flex-wrap: wrap; gap: 0; margin: 0; }
.object-facts div { min-width: 118px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.object-facts div:last-child { border-right: 0; }
.object-facts dd { margin: 0 0 2px; color: var(--clay); font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1; }
.object-facts dt { color: var(--muted); font-size: 12px; font-weight: 600; }
.object-hero-media { position: relative; min-height: 560px; }
.object-hero-media::before { position: absolute; z-index: -1; top: 45px; right: -34px; bottom: -34px; width: 72%; background: var(--sand); content: ""; }
.object-hero-media img { display: block; width: 100%; height: 560px; object-fit: cover; }
.object-story { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; align-items: start; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 112px 0; border-top: 1px solid var(--line); }
.object-story h2 { max-width: 590px; }
.object-story-copy { max-width: 560px; color: #556168; font-size: 17px; line-height: 1.75; }
.object-story-copy p:last-child { margin-bottom: 0; }
.source-link { display: inline-flex; margin-top: 16px; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(38, 50, 58, .3); text-underline-offset: 5px; }
.source-link:hover { color: var(--clay); }
.object-details { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 0 0 112px; }
.object-details-heading h2 { max-width: 480px; margin-bottom: 22px; }
.object-details-heading > p:last-child { max-width: 390px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.object-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; border-top: 1px solid var(--line); }
.object-details-grid div { min-height: 96px; padding: 21px 18px 20px 0; border-bottom: 1px solid var(--line); }
.object-details-grid div:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.object-details-grid dt { margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.object-details-grid dd { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.3; }
.object-location { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%; align-items: center; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 0 0 112px; }
.object-location-copy h2 { max-width: 520px; margin-bottom: 24px; }
.object-location-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.object-location-copy ul { margin: 25px 0 28px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.object-location-copy li { padding: 12px 0; color: #536067; border-bottom: 1px solid var(--line); font-size: 14px; }
.object-map { min-height: 430px; padding: 13px; background: var(--sand); }
.object-map iframe { display: block; width: 100%; height: 404px; border: 0; filter: saturate(.72) contrast(.94); }
.object-gallery-section { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 4px 0 120px; }
.object-gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.object-gallery-heading h2 { max-width: 620px; }
.object-gallery-heading p:last-child { max-width: 290px; margin-bottom: 5px; color: var(--muted); font-size: 15px; }
.object-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery-item { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--sand); }
.gallery-item--wide { grid-column: span 8; }
.gallery-item img { display: block; width: 100%; height: 350px; object-fit: cover; transition: transform .45s ease; }
.gallery-item--wide img { height: 350px; }
.gallery-item figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 48px 22px 19px; color: var(--white); font-size: 13px; font-weight: 600; background: linear-gradient(transparent, rgba(24, 31, 35, .72)); opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item:hover figcaption { opacity: 1; transform: translateY(0); }
.object-closing { width: min(100%, 1440px); margin: 0 auto; padding: 102px max(32px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--ink); text-align: center; }
.object-closing h2 { max-width: 725px; margin: 0 auto 24px; }
.object-closing h2 + p { max-width: 580px; margin: 0 auto; color: #c8d0d2; font-size: 17px; }
.object-closing-cta { margin-top: 30px; }

@media (max-width: 800px) {
  .site-header, .hero, .section-space, .contact, .site-footer { width: min(100% - 40px, 560px); }
  .site-header { min-height: 76px; }
  nav { display: none; }
  .header-cta { padding: 8px 13px; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding: 38px 0 75px; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(53px, 15.5vw, 75px); }
  .lead { font-size: 17px; }
  .trust-row { margin-top: 45px; }
  .hero-image-wrap { height: min(118vw, 520px); }
  .hero-accent { right: -5px; }
  .image-note { width: 190px; padding: 17px; font-size: 18px; }
  .section-space { padding: 82px 0; }
  .intro-grid, .process, .contact, .alerts, .proof-heading, .buyer-guide-heading, .faq { grid-template-columns: 1fr; gap: 32px; }
  h2 { font-size: clamp(39px, 11vw, 56px); }
  .section-heading { display: block; }
  .section-note { margin-top: 20px; }
  .property-filters, .property-grid, .service-grid, .proof-grid, .buyer-steps, .partnership-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 225px; padding: 30px 24px; }
  .category-card p { min-height: 0; margin-bottom: 22px; }
  .catalog-main { padding-top: 28px; padding-bottom: 65px; }
  .catalog-heading h1 { font-size: clamp(43px, 11vw, 62px); }
  .catalog-nav { display: flex; gap: 8px; }
  .catalog-nav a { padding: 10px 16px; font-size: 13px; }
  .catalog-empty { padding: 38px 20px; }
  .catalog-main .property-card-link { min-height: 315px; }
  .property-card { min-height: 230px; }
  .property-card-link { min-height: 250px; }
  .service-card { min-height: 0; }
  .about { grid-template-columns: 1fr; gap: 4px; padding: 82px 20px; }
  .about-symbol { font-size: 78px; }
  .alerts { padding-top: 72px; padding-bottom: 72px; }
  .alert-form, .contact-form { padding: 26px 20px; }
  .proof { padding-top: 82px; }
  .proof-numbers { grid-template-columns: 1fr; margin-top: 40px; }
  .proof-numbers div { min-height: 150px; padding: 30px 26px; }
  .proof-numbers div + div { border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .buyer-guide, .partnerships { padding-top: 82px; }
  .buyer-steps { margin-top: 40px; }
  .buyer-steps li { min-height: 0; }
  .buyer-steps h3 { margin-top: 25px; }
  .faq { margin-top: 78px; }
  .faq-intro { margin-bottom: 10px; }
  .contact-form-heading { display: block; }
  .contact-form-heading p:last-child { margin-top: 8px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { min-height: 190px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 9px; }
  .legal-main { width: min(100% - 40px, 560px); padding: 55px 0 82px; }
  .legal-main h1 { font-size: clamp(48px, 14vw, 68px); }
  .object-hero { width: min(100% - 40px, 560px); grid-template-columns: 1fr; gap: 42px; padding: 30px 0 76px; }
  .back-link { margin-bottom: 35px; }
  .object-hero h1 { font-size: clamp(49px, 14vw, 70px); }
  .object-lead { font-size: 17px; }
  .object-facts div { min-width: 92px; padding-right: 16px; margin-right: 16px; }
  .object-facts dd { font-size: 27px; }
  .object-hero-media { min-height: 440px; }
  .object-hero-media::before { right: -14px; bottom: -18px; }
  .object-hero-media img { height: 440px; }
  .object-story { grid-template-columns: 1fr; gap: 30px; width: min(100% - 40px, 560px); padding: 78px 0; }
  .object-details { grid-template-columns: 1fr; gap: 30px; width: min(100% - 40px, 560px); padding-bottom: 78px; }
  .object-details-grid { grid-template-columns: 1fr; }
  .object-details-grid div:nth-child(even) { padding-left: 0; border-left: 0; }
  .object-details-grid dd { font-size: 20px; }
  .object-location { grid-template-columns: 1fr; gap: 34px; width: min(100% - 40px, 560px); padding-bottom: 78px; }
  .object-map { min-height: 350px; }
  .object-map iframe { height: 324px; }
  .object-gallery-section { width: min(100% - 40px, 560px); padding-bottom: 80px; }
  .object-gallery-heading { display: block; margin-bottom: 30px; }
  .object-gallery-heading p:last-child { margin-top: 18px; }
  .object-gallery { grid-template-columns: 1fr; gap: 14px; }
  .gallery-item, .gallery-item--wide { grid-column: auto; }
  .gallery-item img, .gallery-item--wide img { height: auto; aspect-ratio: 1.5; }
  .gallery-item figcaption { position: static; padding: 12px 0 0; color: var(--ink); background: none; opacity: 1; transform: none; }
  .object-closing { padding: 78px 20px; text-align: left; }
}

@media (max-width: 390px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-row { display: grid; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .category-card { transition: none; }
  .category-card:hover { transform: none; }
}
