/* ═══ PROPERTY DETAIL ═══ */
.property-detail { padding: calc(80px + var(--space-2xl)) 0 var(--space-5xl); }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.8125rem; color: var(--text-muted); margin-bottom: var(--space-2xl); }
.breadcrumb a { color: var(--text-body); transition: color var(--duration-fast); }
.breadcrumb a:hover { color: var(--green-mid); }
.breadcrumb__sep { color: var(--text-light); }
.detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: var(--space-2xl); margin-top: var(--space-2xl); }
.detail-header { margin-bottom: var(--space-xl); }
.detail-header__badges { display: flex; gap: 8px; margin-bottom: var(--space-md); }
.detail-header__title { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: var(--space-md); color: var(--text-dark); }
.detail-header__location { display: flex; align-items: center; gap: 6px; font-size: 0.9375rem; color: var(--text-muted); }
.detail-price-bar { display: flex; align-items: center; justify-content: space-between; padding: var(--space-lg); background: var(--bg-secondary); border-radius: var(--radius-md); margin-bottom: var(--space-xl); }
.detail-price { font-family: var(--font-display); font-size: 2rem; color: var(--green-deep); }
.detail-price__currency { font-family: var(--font-body); font-size: 0.875rem; font-weight: 600; color: var(--text-muted); }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-md); margin-bottom: var(--space-2xl); }
.feature-item { text-align: center; padding: var(--space-lg); background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius-md); }
.feature-item__icon { display: flex; align-items: center; justify-content: center; margin-bottom: 8px; color: var(--green-mid); }
.feature-item__icon svg { width: 24px; height: 24px; }
.feature-item__value { font-family: var(--font-display); font-size: 1.375rem; color: var(--text-dark); }
.feature-item__label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.detail-section { margin-bottom: var(--space-2xl); }
.detail-section__title { font-size: 1.25rem; margin-bottom: var(--space-lg); padding-bottom: var(--space-md); border-bottom: 1px solid var(--border-light); }
.detail-description { font-size: 0.9375rem; color: var(--text-body); line-height: 1.8; }
.investment-summary { padding: var(--space-xl); background: var(--green-muted); border-radius: var(--radius-lg); border: 1px solid rgba(82,183,136,0.2); }
.investment-summary__title { font-family: var(--font-display); font-size: 1.125rem; color: var(--green-deep); margin-bottom: var(--space-md); }
.investment-summary__uses { display: flex; flex-wrap: wrap; gap: 8px; }
.investment-use-tag { padding: 6px 14px; background: white; border-radius: var(--radius-full); font-size: 0.8125rem; color: var(--green-deep); font-weight: 500; border: 1px solid rgba(82,183,136,0.2); }
.specs-table { width: 100%; border-collapse: collapse; }
.specs-table td { padding: 10px 0; font-size: 0.875rem; border-bottom: 1px solid var(--border-light); }
.specs-table td:first-child { color: var(--text-muted); width: 40%; }
.specs-table td:last-child { color: var(--text-dark); font-weight: 500; }
.map-container { height: 300px; border-radius: var(--radius-lg); overflow: hidden; }
.sidebar-card { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: var(--space-xl); position: sticky; top: 100px; }
.sidebar-card__title { font-size: 1.125rem; margin-bottom: var(--space-lg); }
.sidebar-card .btn { width: 100%; }
.related-section { margin-top: var(--space-4xl); }
