:root{color-scheme:light;--ink:#14213d;--accent:#d97706;--accent-soft:#fef3c7;--surface:#fffaf0;--card:rgba(255,255,255,0.88);--line:rgba(20,33,61,0.12)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:Georgia,Times New Roman,serif;background:radial-gradient(circle at top,rgba(255,255,255,.96),transparent 38%),linear-gradient(180deg,#f7efe0,#f4dfbf 48%,#fef6e8);color:var(--ink)}body{min-height:100vh}a{color:inherit;text-decoration:none}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:24px 0 56px}.hero{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:28px;padding:28px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,248,235,.75)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath fill='none' stroke='rgba(217,119,6,0.08)' stroke-width='1' d='M0 90h180M90 0v180M20 20l140 140M160 20 20 160'/%3E%3C/svg%3E");box-shadow:0 28px 65px rgba(20,33,61,.12)}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:var(--accent-soft);color:#92400e;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.95;margin:18px 0 14px;max-width:11ch}.hero-copy{max-width:42rem;font-size:1.08rem;line-height:1.7;margin-bottom:22px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:22px}.info-card,.property-card,.stat-card{border:1px solid var(--line);background:var(--card);border-radius:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stat-card{padding:18px}.stat-label{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(20,33,61,.7)}.stat-value{display:block;margin-top:8px;font-size:1.8rem;font-weight:700}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:34px 0 18px}.section-heading h2{margin:0;font-size:clamp(1.8rem,4vw,2.5rem)}.section-heading p{margin:0;color:rgba(20,33,61,.72);max-width:30rem;line-height:1.6}.info-grid,.property-grid{display:grid;grid-gap:18px;gap:18px}.info-grid,.property-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-card{padding:20px}.property-facts,.property-meta{display:flex;flex-wrap:wrap;gap:10px}.pill,.property-status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.8rem;background:rgba(217,119,6,.12);color:#92400e}.property-title{margin:14px 0 8px;font-size:1.4rem}.price{font-size:1.6rem;font-weight:700;margin:10px 0}.property-description{color:rgba(20,33,61,.78);line-height:1.65;min-height:84px}.info-card{padding:18px}.info-card h3{margin:10px 0 8px}.info-card p{margin:0;color:rgba(20,33,61,.75);line-height:1.6}.footer-note{margin-top:28px;padding:18px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.72);color:rgba(20,33,61,.78)}@media (max-width:920px){.hero-stats,.info-grid,.property-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:start}}