:root { --dosd-ink: #173f38; --dosd-paper: #fbf7ee; --dosd-coral: #d76d4a; --dosd-muted: #63716c; --dosd-line: #d9d1c3; }
.dosd-panel, .dosd-map-shell, .dosd-contact-panel, .dosd-report-panel, .dosd-legal-cta { box-sizing: border-box; font-family: Arial, sans-serif; }
.dosd-panel, .dosd-map-shell { max-width: 1120px; margin: 2rem auto; padding: clamp(1.3rem, 4vw, 3rem); border: 1px solid var(--dosd-line); border-radius: 24px; background: var(--dosd-paper); color: var(--dosd-ink); }
.dosd-eyebrow { color: var(--dosd-coral); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.dosd-panel h2, .dosd-map-heading h2 { margin: .5rem 0 1rem; color: var(--dosd-ink); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; }
.dosd-form { display: grid; gap: 1rem; margin-top: 1.5rem; }
.dosd-form label { display: grid; gap: .4rem; color: var(--dosd-ink); font-weight: 700; }
.dosd-form input, .dosd-form textarea, .dosd-map-filters input, .dosd-legal-form input { box-sizing: border-box; width: 100%; border: 1px solid var(--dosd-line); border-radius: 10px; padding: .78rem .9rem; background: #fffdf9; color: var(--dosd-ink); font: inherit; }
.dosd-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.dosd-button { display: inline-flex; width: fit-content; align-items: center; justify-content: center; min-height: 44px; border: 0; border-radius: 999px; padding: .75rem 1.15rem; background: var(--dosd-ink); color: #fff; cursor: pointer; font-weight: 700; text-decoration: none; }
.dosd-button:hover { background: #0b2e28; color: #fff; }.dosd-button:disabled { opacity: .55; cursor: not-allowed; }.dosd-secondary { background: #fffdf9; border: 1px solid var(--dosd-ink); color: var(--dosd-ink); }.dosd-verification-row { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }.dosd-help, .dosd-panel p, .dosd-map-heading p { color: var(--dosd-muted); }.dosd-notice { max-width: 1120px; margin: 1rem auto; padding: 1rem; border-left: 4px solid var(--dosd-coral); background: #fff6ef; }.dosd-notice-error { border-left-color: #9a2e2e; }
.dosd-map-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }.dosd-map-heading p { max-width: 28rem; margin: 0; }.dosd-map-filters { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .65rem; margin: 1.5rem 0; }.dosd-map { height: min(65vh, 650px); border-radius: 18px; overflow: hidden; background: #dbe6df; }.dosd-map-status { margin: .85rem 0 0; color: var(--dosd-muted); }
.dosd-property-facts { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.5rem 0; }.dosd-property-facts span { padding: .5rem .7rem; border: 1px solid var(--dosd-line); border-radius: 999px; color: var(--dosd-ink); font-weight: 700; }.dosd-property-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .8rem; margin: 1.5rem 0; }.dosd-property-gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; }.dosd-contact-panel, .dosd-report-panel, .dosd-legal-cta { display: flex; gap: 1.2rem; justify-content: space-between; align-items: center; margin: 1.5rem 0; padding: 1.25rem; border-radius: 18px; }.dosd-contact-panel { background: var(--dosd-ink); color: #fff; }.dosd-contact-panel h3 { margin: .35rem 0; font-family: Georgia, serif; }.dosd-contact-panel p { margin: 0; color: #deebe4; }.dosd-contact-panel .dosd-secondary { margin-left: .5rem; }.dosd-report-panel { display: block; border: 1px solid var(--dosd-line); background: #fffdf9; }.dosd-report-panel p { color: var(--dosd-muted); }.dosd-text-button { border: 0; padding: 0; color: #9a2e2e; background: none; cursor: pointer; font-weight: 700; text-decoration: underline; }.dosd-legal-cta { background: #f0e4d4; }.dosd-legal-cta h3 { margin: .3rem 0; color: var(--dosd-ink); font-family: Georgia, serif; }.dosd-legal-cta p { margin: .4rem 0; }.dosd-legal-cta small { color: var(--dosd-muted); }.dosd-legal-form { min-width: 250px; }.dosd-legal-form .dosd-button { margin-top: .5rem; }
@media (max-width: 760px) { .dosd-grid-2, .dosd-map-filters { grid-template-columns: 1fr; }.dosd-map-heading, .dosd-contact-panel, .dosd-legal-cta { display: block; }.dosd-contact-panel .dosd-button, .dosd-contact-panel .dosd-secondary { margin: .8rem .4rem 0 0; }.dosd-legal-form { min-width: 0; margin-top: 1rem; }.dosd-map { height: 430px; } }
