@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --paper: #faf9f5;
  --cream: #f0eee5;
  --ink: #243e34;
  --green: #24483d;
  --muted: #666f67;
  --line: #dedfd5;
  --accent: #b16844;
  --white: #fff;
  --radius: 12px;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
a {
  color: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
select,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
}
button,
a,
input,
select,
summary:focus-visible {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid #b16844;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  padding: 14px 20px;
  background: var(--green);
  color: white;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  border-bottom: 1px solid #e7e7dc;
  background: var(--paper);
}
.header-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
  flex-shrink: 0;
}
.brand svg {
  width: 40px;
  height: 40px;
}
.brand-light {
  font-weight: 400;
}
.brand small {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 5px;
}
.header-inner nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
}
.header-inner nav > a:not(.button) {
  text-decoration: none;
  padding: 12px 0;
}
.header-inner nav > a:not(.button):hover,
.site-footer nav a:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-small {
  min-height: 42px;
  padding: 12px 17px;
}
.button-outline {
  border-color: #a2afa1;
  background: transparent;
}
.button-outline:hover {
  background: #eaece3;
}
.button-primary {
  background: var(--green);
  color: #fff;
}
.button-primary:hover {
  background: #16372d;
}
.button-cream {
  background: #f4f0df;
  color: var(--green);
}
.button-cream:hover {
  background: #fff;
}
.button span[aria-hidden] {
  font-size: 18px;
}
.hero {
  background: linear-gradient(110deg, #f3f1e7, #edeee3);
  padding-top: 50px;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 82px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.6;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
}
.location-dot {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px #b1684412;
}
h1 {
  font-size: clamp(40px, 4.55vw, 65px);
  line-height: 1.12;
  letter-spacing: -3px;
  font-weight: 500;
}
h1 em {
  font-style: normal;
  color: #748364;
}
.hero-description {
  font-size: 15px;
  color: #5f695d;
  max-width: 405px;
  line-height: 1.9;
  margin-top: 25px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #a7b19e;
  padding-bottom: 7px;
}
.text-link:hover {
  color: var(--accent);
}
.text-link span {
  font-size: 20px;
}
.hero-link {
  margin-top: 25px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  color: #757c6c;
  margin-top: 41px;
}
.note-line {
  width: 29px;
  height: 1px;
  background: #9aa68e;
}
.hero-art {
  position: relative;
  padding: 0 0 18px 12px;
}
.hero-art > img {
  width: 100%;
  height: auto;
  border-radius: 180px 180px 12px 12px;
  aspect-ratio: 1.176;
  object-fit: cover;
  border: 1px solid #d5dac7;
}
.art-caption {
  position: absolute;
  bottom: 1px;
  left: -4px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fffdf6;
  box-shadow: 0 10px 35px #2234280b;
  border: 1px solid #ececdf;
  border-radius: 6px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
}
.caption-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edf0e5;
  font-size: 21px;
}
.art-caption small {
  display: block;
  color: #818371;
  font-size: 9px;
  margin-top: 5px;
  font-weight: 400;
}
.art-index {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #737b66;
}
.search-container {
  position: relative;
  margin-bottom: -43px;
  z-index: 1;
}
.search-panel {
  display: grid;
  grid-template-columns: 1.65fr 1.05fr 0.88fr 0.95fr auto;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 1px solid #e6e7dc;
  border-radius: 9px;
  padding: 20px;
  box-shadow: 0 12px 30px #28392b07;
}
.search-field {
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid #e6e7df;
}
.search-field:first-child {
  padding-left: 4px;
}
.search-field label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 9px;
}
.search-field input,
.search-field select {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #737769;
  font-size: 11px;
  padding: 4px 0;
  min-height: 26px;
}
.search-field input::placeholder {
  color: #737769;
  opacity: 1;
}
.search-field input:focus,
.search-field select:focus {
  outline-offset: 3px;
}
.search-field select {
  padding-right: 5px;
}
.search-button {
  margin-left: 19px;
  min-height: 50px;
  padding: 13px 18px;
  gap: 10px;
}
.search-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
  padding-block: 68px 27px;
  font-size: 10px;
  color: #767b6d;
}
.trust-strip > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-strip > span > span {
  font-size: 12px;
  color: #65785d;
}
.section {
  padding-block: 54px 65px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading .eyebrow {
  color: #788268;
  margin-bottom: 12px;
}
h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1.4px;
  line-height: 1.3;
}
.section-description {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  padding-bottom: 4px;
}
.results-toolbar {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-size: 11px;
}
.results-toolbar > p {
  color: var(--muted);
}
.results-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.results-controls > label {
  color: #777e71;
}
.results-controls > select {
  max-width: 220px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  padding: 7px 3px;
}
.text-button {
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 11px;
  padding: 9px;
}
.listing-group {
  display: contents;
}
.ad-placement {
  min-width: 0;
  text-align: left;
}
.ad-label {
  margin: 0 0 14px;
  color: #606c58;
  font-size: 10px;
  letter-spacing: 1.3px;
}
.ad-feed {
  grid-column: 1 / -1;
  margin: 20px 0;
  padding: 22px 0;
  border-block: 1px solid var(--line);
}
.ad-feed .ad-body {
  min-height: 150px;
}
.ad-square {
  width: 100%;
  max-width: 336px;
  margin-top: 36px;
}
.ad-square .ad-body {
  min-height: 280px;
}
.ad-placeholder {
  display: grid;
  place-items: center;
  min-height: inherit;
  padding: 24px;
  border: 1px dashed #b6bfae;
  background: #f0f1e9;
  color: #606c58;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.ad-placement:has(ins[data-ad-status="unfilled"]) {
  display: none;
}
.empty-state {
  text-align: center;
  border: 1px solid #e0e4d8;
  border-radius: var(--radius);
  background: radial-gradient(ellipse at top, #f5f6ed 0, #f9faf5 75%);
  padding: 28px 24px 35px;
}
.empty-art {
  width: 135px;
  margin: 0 auto 12px;
}
.empty-state .eyebrow {
  color: #7c8769;
  font-size: 9px;
}
.empty-state h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin-top: 10px;
}
.empty-state > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  max-width: 435px;
  line-height: 1.8;
  margin: 12px auto 21px;
}
.empty-state .button {
  font-size: 11px;
  min-height: 42px;
  padding: 10px 18px;
}
.listing-disclaimer {
  text-align: center;
  font-size: 10px;
  line-height: 1.8;
  color: #7b8174;
  margin-top: 22px;
}
.data-notice {
  font-size: 12px;
  line-height: 1.7;
  padding: 14px 18px;
  border: 1px solid #d9c79e;
  background: #faf3e3;
  border-radius: 6px;
  margin-bottom: 18px;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.listing-card {
  background: #fff;
  border: 1px solid #e0e3d8;
  border-radius: 10px;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.listing-card:hover {
  box-shadow: 0 12px 26px #273c2e0c;
  transform: translateY(-3px);
}
.card-image-wrap {
  position: relative;
  aspect-ratio: 1.48;
  background: #e8ecdf;
}
.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-tag {
  position: absolute;
  top: 13px;
  left: 13px;
  background: #fffdf5;
  color: #324735;
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}
.property-tag.coming {
  background: #f4ead4;
}
.card-body {
  padding: 21px;
}
.rent {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 600;
}
.rent small {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--muted);
  margin-left: 4px;
}
.card-body h3 {
  margin: 13px 0 7px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.4px;
  overflow-wrap: anywhere;
}
.card-address {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  min-height: 21px;
  overflow-wrap: anywhere;
}
.card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  font-size: 11px;
  padding: 17px 0;
  margin-top: 3px;
  border-bottom: 1px solid #e9eadf;
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  font-size: 10px;
  color: #6a7564;
}
.card-bottom button {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 6px 0;
  color: var(--green);
  font-size: 11px;
  font-weight: 600;
}
.card-bottom button:hover {
  text-decoration: underline;
}
.card-bottom button span {
  font-size: 17px;
}
.how-section {
  background: #efeee5;
  border-block: 1px solid #e5e5d9;
  padding: 58px 0 63px;
}
.how-section .section-heading {
  margin-bottom: 35px;
}
.how-section .text-link {
  font-size: 11px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.steps article + article {
  border-left: 1px solid #d9ddcd;
  padding-left: 36px;
}
.step-number {
  font-family: "Manrope", sans-serif;
  color: #8a947d;
  font-size: 16px;
}
.steps h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 12px;
  letter-spacing: -0.3px;
}
.steps p {
  font-size: 12px;
  color: #707767;
  line-height: 1.9;
  max-width: 285px;
}
.landlord-section {
  padding-block: 66px;
}
.landlord-panel {
  background: var(--green);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  padding: 47px 56px;
  color: #f6f3e7;
  background-image: radial-gradient(
    ellipse at 100% 0,
    #45604e55,
    transparent 70%
  );
}
.landlord-panel .eyebrow {
  color: #b7c8ae;
  font-size: 9px;
}
.landlord-panel h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-top: 17px;
  letter-spacing: -1.3px;
}
.landlord-panel > div > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.85;
  color: #c5d0c0;
  max-width: 365px;
  margin-top: 19px;
}
.landlord-panel .button {
  margin-top: 22px;
}
.landlord-panel > div > .submission-note {
  font-size: 11px !important;
  color: #d5dbc9 !important;
  border-left: 2px solid #8d9e79;
  padding-left: 12px;
}
.template-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: #f0eedf;
  text-underline-offset: 5px;
  line-height: 1.5;
  margin-top: 20px;
}
.landlord-checklist {
  align-self: center;
}
.checklist-label {
  font-size: 9px;
  color: #b6c6ab;
  letter-spacing: 1.7px;
}
.landlord-checklist > div {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #ffffff20;
  align-items: center;
}
.landlord-checklist > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.landlord-checklist > div > span {
  font-size: 10px;
  color: #becbac;
  width: 33px;
  height: 33px;
  border: 1px solid #7d947c;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.landlord-checklist p {
  font-size: 14px;
}
.landlord-checklist small {
  display: block;
  font-size: 11px;
  line-height: 1.7;
  color: #b5c6ad;
  margin-top: 5px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 75px;
  padding-bottom: 78px;
}
.faq-section .eyebrow {
  color: #788268;
  font-size: 9px;
  margin-bottom: 14px;
}
.faq-section h2 {
  font-size: 32px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 12px;
  margin-top: 16px;
  color: var(--muted);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  font-size: 12px;
  font-weight: 500;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: #7a866c;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
  padding: 0 24px 20px 0;
}
.site-footer {
  background: #eeeee5;
  border-top: 1px solid #e1e3d6;
  padding-block: 38px 21px;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 31px;
}
.footer-top .brand {
  font-size: 23px;
}
.footer-top .brand small {
  font-size: 8px;
}
.footer-top > p {
  font-size: 12px;
  line-height: 1.9;
  color: #6a7461;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 11px;
  margin-top: 10px;
}
.site-footer nav a {
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid #daddce;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  color: #727d68;
}
dialog {
  border: 1px solid #d6ddce;
  border-radius: 14px;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  width: min(850px, calc(100% - 36px));
  max-height: 90dvh;
  overscroll-behavior: contain;
}
dialog::backdrop {
  background: #12241cd9;
  backdrop-filter: blur(4px);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.dialog-topbar {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 12px 24px;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.dialog-topbar > span {
  font-size: 9px;
  letter-spacing: 2px;
}
.icon-button {
  background: #edefe5;
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 26px;
  display: grid;
  place-items: center;
  line-height: 1;
}
.detail-image {
  width: 100%;
  aspect-ratio: 1.9;
  object-fit: cover;
  background: #e8ecdf;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 13px 24px;
}
.gallery-thumbs button {
  flex: 0 0 72px;
  height: 53px;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 2px;
  background: transparent;
}
.gallery-thumbs button[aria-pressed="true"] {
  border-color: var(--green);
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.detail-body {
  padding: 26px 32px 32px;
}
.detail-heading {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-start;
}
.detail-heading h2 {
  font-size: 26px;
  overflow-wrap: anywhere;
}
.detail-heading .rent {
  white-space: nowrap;
}
.detail-address {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.detail-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.detail-facts span,
.amenity {
  font-size: 12px;
  background: #ecede3;
  padding: 8px 12px;
  border-radius: 4px;
}
.detail-section {
  margin-top: 24px;
}
.detail-section h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.detail-section > p {
  font-size: 13px;
  line-height: 1.85;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #5a6858;
}
.amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 0;
}
.detail-terms div {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.detail-terms dt {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 7px;
}
.detail-terms dd {
  font-size: 12px;
  margin: 0;
  overflow-wrap: anywhere;
}
.contact-box {
  background: #eaeedf;
  padding: 23px;
  border-radius: 8px;
  margin-top: 25px;
}
.contact-box h3 {
  font-size: 17px;
}
.contact-box p {
  font-size: 12px;
  line-height: 1.7;
  color: #58664f;
  margin-top: 8px;
  overflow-wrap: anywhere;
}
.contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 17px;
}
.contact-actions .button {
  font-size: 12px;
  overflow-wrap: anywhere;
  max-width: 100%;
}
.detail-safety {
  font-size: 10px;
  line-height: 1.8;
  color: #75806b;
  margin-top: 20px;
}
.hero-note,
.art-caption small,
.trust-strip,
.section-heading .eyebrow,
.results-controls > label,
.empty-state .eyebrow,
.listing-disclaimer,
.step-number,
.steps p,
.faq-section .eyebrow,
.footer-top > p,
.footer-bottom,
.detail-safety {
  color: #606c58;
}
@media (min-width: 1450px) {
  .hero {
    padding-top: 65px;
  }
  .hero-grid {
    gap: 70px;
  }
  .hero-copy {
    padding-bottom: 15px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner nav {
    gap: 22px;
  }
  .hero-grid {
    gap: 25px;
  }
  h1 {
    font-size: 49px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 29px;
  }
  .art-caption {
    padding: 12px 15px;
  }
  .art-index {
    display: none;
  }
  .search-panel {
    padding: 16px;
  }
  .search-field {
    padding: 0 12px;
  }
  .search-button {
    margin-left: 12px;
    padding: 13px;
  }
  .search-button span {
    font-size: 11px;
  }
  .landlord-panel {
    padding: 42px;
    gap: 45px;
  }
  .faq-section {
    gap: 45px;
  }
  .site-footer nav {
    gap: 17px;
  }
}
@media (max-width: 850px) {
  .container {
    width: calc(100% - 44px);
  }
  .header-inner {
    min-height: 88px;
  }
  .brand {
    font-size: 22px;
  }
  .brand svg {
    width: 34px;
    height: 34px;
  }
  .brand small {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .header-inner nav {
    gap: 18px;
  }
  .header-inner nav > a:nth-child(2) {
    display: none;
  }
  .header-inner nav > a {
    font-size: 11px;
  }
  .hero {
    padding-top: 37px;
  }
  .hero-grid {
    gap: 20px;
    padding-bottom: 65px;
  }
  h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .hero-copy > .eyebrow {
    font-size: 9px;
    margin-bottom: 18px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 19px;
  }
  .hero-link {
    margin-top: 19px;
    font-size: 11px;
  }
  .hero-note {
    font-size: 8px;
    line-height: 1.8;
    gap: 9px;
  }
  .art-caption {
    font-size: 10px;
    left: 0;
    gap: 9px;
    padding: 11px;
  }
  .art-caption small {
    font-size: 8px;
  }
  .caption-mark {
    width: 25px;
    height: 25px;
  }
  .search-panel {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 16px;
    padding: 20px;
  }
  .search-field {
    padding: 0 12px;
  }
  .search-field:nth-child(3) {
    border-right: 0;
  }
  .search-field:nth-child(4) {
    padding-left: 4px;
  }
  .search-button {
    grid-column: 2/4;
    margin: 0;
    min-height: 43px;
  }
  .trust-strip {
    gap: 23px;
    font-size: 9px;
  }
  .section {
    padding-top: 40px;
  }
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  h2 {
    font-size: 29px;
  }
  .section-description {
    font-size: 11px;
  }
  .steps {
    gap: 22px;
  }
  .steps article + article {
    padding-left: 22px;
  }
  .steps h3 {
    font-size: 16px;
  }
  .steps p {
    font-size: 11px;
  }
  .landlord-panel {
    gap: 30px;
    padding: 33px;
  }
  .landlord-panel h2 {
    font-size: 30px;
  }
  .landlord-checklist small {
    font-size: 10px;
  }
  .landlord-checklist > div {
    gap: 13px;
  }
  .faq-section {
    grid-template-columns: 1fr 1.4fr;
    gap: 30px;
  }
  .faq-section h2 {
    font-size: 28px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px;
  }
  .footer-top > p {
    margin-left: auto;
  }
  .site-footer nav {
    width: 100%;
    margin: 0;
  }
  .footer-bottom {
    font-size: 8px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 36px);
  }
  .header-inner {
    min-height: 81px;
    gap: 12px;
  }
  .brand {
    font-size: 20px;
    gap: 7px;
  }
  .brand svg {
    width: 29px;
    height: 29px;
  }
  .brand small {
    font-size: 6px;
    letter-spacing: 1.2px;
  }
  .header-inner nav {
    gap: 0;
  }
  .header-inner nav > a:first-child {
    display: none;
  }
  .header-inner nav > .button {
    font-size: 10px;
    min-height: 38px;
    padding: 9px 10px;
    gap: 8px;
  }
  .hero {
    padding-top: 33px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-bottom: 65px;
  }
  .hero-copy {
    padding-inline: 7px;
  }
  .hero-copy > .eyebrow {
    font-size: 9px;
    margin-bottom: 17px;
  }
  h1 {
    font-size: clamp(38px, 10.5vw, 55px);
    letter-spacing: -2px;
    line-height: 1.13;
  }
  .hero-description {
    font-size: 13px;
    max-width: 360px;
    line-height: 1.85;
    margin-top: 18px;
  }
  .hero-link {
    font-size: 12px;
    margin-top: 18px;
  }
  .hero-note {
    display: none;
  }
  .hero-art {
    padding: 0 0 13px;
    margin-inline: 10px;
  }
  .hero-art > img {
    aspect-ratio: 1.7;
    border-radius: 130px 130px 8px 8px;
    object-position: center 56%;
  }
  .art-caption {
    left: 12px;
    bottom: 0;
    padding: 11px 13px;
    font-size: 10px;
  }
  .art-caption small {
    font-size: 8px;
  }
  .art-index {
    display: block;
    font-size: 6px;
    right: 3px;
    bottom: -4px;
  }
  .search-panel {
    grid-template-columns: 1fr 1fr;
    padding: 18px;
    gap: 17px 10px;
  }
  .search-location {
    grid-column: 1/3;
    padding: 0 0 12px !important;
    border: 0;
    border-bottom: 1px solid #e2e6d9;
  }
  .search-field {
    padding: 0 8px 0 0;
  }
  .search-field:nth-child(3) {
    padding-left: 8px;
  }
  .search-field:nth-child(4) {
    padding-left: 0;
    border-right: 1px solid #e6e7df;
  }
  .search-field label {
    font-size: 10px;
    margin-bottom: 6px;
  }
  .search-field input,
  .search-field select {
    font-size: 16px;
    min-height: 44px;
  }
  .search-button {
    grid-column: auto;
    padding: 12px 8px;
    gap: 7px;
    align-self: end;
    margin-left: 3px;
  }
  .search-button span {
    font-size: 11px;
  }
  .trust-strip {
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 10px;
    padding-top: 65px;
    padding-bottom: 17px;
    font-size: 8px;
  }
  .trust-strip > span {
    gap: 5px;
  }
  .section {
    padding-block: 31px 40px;
  }
  .section-heading {
    gap: 20px;
    margin-bottom: 23px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 9px;
  }
  h2 {
    font-size: 27px;
    letter-spacing: -1.1px;
  }
  .section-description {
    display: none;
  }
  .results-toolbar {
    align-items: flex-start;
    font-size: 10px;
    padding: 14px 0;
    gap: 12px;
  }
  .results-toolbar > p {
    padding-top: 8px;
  }
  .results-controls {
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .results-controls > label {
    font-size: 9px;
  }
  .results-controls > select {
    font-size: 10px;
    max-width: 145px;
  }
  .text-button {
    font-size: 10px;
    padding: 7px 5px;
  }
  .empty-state {
    padding: 25px 20px 29px;
  }
  .empty-art {
    width: 110px;
  }
  .empty-state h3 {
    font-size: 21px;
  }
  .empty-state > p:not(.eyebrow) {
    font-size: 12px;
  }
  .listing-grid {
    grid-template-columns: 1fr;
    gap: 21px;
  }
  .card-body {
    padding: 20px;
  }
  .card-image-wrap {
    aspect-ratio: 1.55;
  }
  .listing-disclaimer {
    font-size: 9px;
    padding-inline: 12px;
  }
  .how-section {
    padding-block: 36px 39px;
  }
  .how-section .section-heading {
    display: block;
    margin-bottom: 29px;
  }
  .how-section .text-link {
    margin-top: 18px;
    font-size: 11px;
  }
  .how-section h2 {
    font-size: 25px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 43px 1fr;
    column-gap: 13px;
  }
  .steps article + article {
    border-left: 0;
    border-top: 1px solid #d9ddcd;
    padding: 23px 0 0;
  }
  .step-number {
    grid-row: 1/3;
    font-size: 15px;
    padding-top: 2px;
  }
  .steps h3 {
    margin: 0 0 8px;
    font-size: 17px;
  }
  .steps p {
    font-size: 12px;
    max-width: none;
  }
  .landlord-section {
    padding-block: 39px;
  }
  .landlord-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 25px;
  }
  .landlord-panel h2 {
    font-size: 32px;
  }
  .landlord-panel .eyebrow {
    font-size: 8px;
  }
  .landlord-panel > div > p:not(.eyebrow) {
    font-size: 12px;
  }
  .checklist-label {
    font-size: 8px;
  }
  .landlord-checklist > div {
    padding: 17px 0;
  }
  .landlord-checklist p {
    font-size: 13px;
  }
  .landlord-checklist small {
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 42px;
  }
  .faq-section h2 {
    font-size: 28px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section > div > p:not(.eyebrow) {
    font-size: 11px;
    margin-top: 12px;
  }
  .faq-list summary {
    font-size: 12px;
    padding: 18px 0;
  }
  .site-footer {
    padding-top: 29px;
  }
  .footer-top {
    gap: 22px;
  }
  .footer-top .brand {
    font-size: 22px;
  }
  .footer-top > p {
    font-size: 10px;
  }
  .site-footer nav {
    justify-content: space-between;
    gap: 12px;
    font-size: 10px;
  }
  .footer-bottom {
    justify-content: flex-start;
    gap: 11px 20px;
    font-size: 8px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .detail-body {
    padding: 22px;
  }
  .detail-heading {
    flex-direction: column;
    gap: 15px;
  }
  .detail-heading h2 {
    font-size: 24px;
  }
  .detail-facts {
    gap: 8px;
  }
  .detail-facts span {
    font-size: 11px;
    padding: 7px 9px;
  }
  .detail-terms {
    grid-template-columns: 1fr;
  }
  .dialog-topbar {
    padding: 10px 17px;
  }
  .contact-box {
    padding: 19px;
  }
  .contact-actions {
    flex-direction: column;
  }
  .gallery-thumbs {
    padding-inline: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .listing-card:hover {
    transform: none;
  }
}
