@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap");.inventory-section{background-color:#fff;box-sizing:border-box;font-family:Inter,sans-serif;padding:5rem 0;width:100%}.inv-container{margin:0 auto;max-width:1240px;padding:0 2rem}.inv-header{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:3.5rem}.inv-subtitle{color:#289ecc;display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:.5rem;text-align:center;text-transform:uppercase}.inv-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.85rem,3.5vw,2.75rem);font-weight:800;margin-bottom:1rem}.inv-text,.inv-title{color:#111;line-height:1.15;text-align:center}.inv-text{font-size:1rem;margin:0}.inv-urgency-badge{background-color:#289ecc;border-radius:50px;color:#fff;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1.15rem;text-transform:uppercase}.inv-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}.inv-card{border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.02);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.inv-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.08);transform:translateY(-4px)}.inv-card-image-wrap{background-color:#e6e6e6;padding-top:62.5%;position:relative;width:100%}.inv-card-image-wrap img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.status-tag{border-radius:4px;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:.35rem .75rem;position:absolute;right:1rem;top:1rem}.status-tag.move-in-ready{background-color:#1a3020}.status-tag.pending{background-color:#1e7fa5}.status-tag.under-construction{background-color:#548}.status-tag-price{border-radius:4px;bottom:1rem;font-size:.65rem;font-weight:700;left:1rem;letter-spacing:.05em;padding:.35rem .75rem;position:absolute}.inv-card-body{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.inv-price-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:.75rem}.inv-price{color:#111;font-size:1.4rem;font-weight:700}.inv-estimated{color:#289ecc;font-size:.75rem;font-weight:600}.inv-address{color:#111;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:700;line-height:1.3;margin:0 0 .25rem}.inv-plan{color:var(--off-gray);display:block;font-size:.8rem;margin-bottom:1rem}.inv-specs{display:flex;gap:1.25rem;margin-bottom:1.5rem;margin-top:auto}.spec-item{align-items:center;color:#6c6c6c;display:inline-flex;font-size:.78rem;font-weight:500}.spec-icon{flex-shrink:0;height:14px;margin-right:.45rem;stroke:#a5a5a5;width:14px}.inv-card-btn{align-items:center;background-color:var(--secondary-alt);border:none;border-radius:.375rem;color:#fff;display:inline-flex;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.04em;min-height:44px;padding:.875rem 1.75rem;text-decoration:none;transition:background-color .15s ease-out,transform .16s ease-out,box-shadow .16s ease-out;white-space:nowrap}.inv-card-btn:hover{background-color:#003a73;box-shadow:0 4px 16px #004a8f59}.inv-btn-arrow{height:14px;margin-left:.45rem;stroke:currentColor;width:14px}.inv-footer{margin-top:1rem;text-align:center}.inv-footer-notice{color:#555;font-size:.9rem;margin:0 0 1.5rem}.inv-footer-btn{align-items:center;background-color:var(--secondary-alt);border:none;border-radius:.375rem;color:#fff;display:inline-block;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.04em;min-height:44px;padding:.875rem 1.75rem;text-decoration:none;transition:background-color .15s ease-out,transform .16s ease-out,box-shadow .16s ease-out;svg{display:inline-block}}.inv-footer-btn:hover{background-color:#003a73;box-shadow:0 4px 16px #004a8f59}@media (max-width:991px){.inv-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.inv-grid{grid-template-columns:1fr}.inv-header{align-items:flex-start;flex-direction:column}}