:root {
  --ink: #171311;
  --forest: #171717;
  --forest-deep: #080808;
  --cream: #f8f4ed;
  --paper: #ffffff;
  --gold: #d71920;
  --clay: #a80f15;
  --sage: #d9c6a9;
  --muted: #6f625a;
  --line: rgba(23, 19, 17, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-geist), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-shell { min-height: 76px; width: min(1240px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 650; letter-spacing: -0.02em; white-space: nowrap; }
.brand strong { color: var(--gold); font-weight: 800; }
.brand-logo { width: 86px; height: 46px; object-fit: contain; background: white; }
.brand-copy { display: grid; line-height: 1.05; }
.brand span:last-child { margin-left: 2px; }
.nav-shell nav { display: flex; gap: 30px; margin-left: auto; }
.nav-shell nav a { font-size: 13px; color: #5d514a; transition: color .2s ease; }
.nav-shell nav a:hover { color: var(--forest); }
.header-call { display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px; border-radius: 999px; background: var(--forest); color: white; font-size: 13px; font-weight: 700; }
.header-call span { color: var(--gold); }

.hero { min-height: 790px; position: relative; overflow: hidden; background: #fff; color: var(--ink); padding: 98px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(23,19,17,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,19,17,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-glow { position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -190px; top: -220px; background: rgba(215, 25, 32, .08); filter: blur(2px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: 74px; align-items: center; }
.kicker { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: #ff4b51; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.kicker span { width: 30px; height: 1px; background: currentColor; }
.kicker.dark { color: #b31218; }
.kicker.light { color: #ff4b51; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 6.7vw, 92px); line-height: .96; letter-spacing: -.065em; font-weight: 720; }
.hero h1 em { display: block; color: #ff4b51; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.hero-intro { max-width: 655px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: white; }
.button-gold:hover { background: #ed252c; }
.button-ghost { border-color: rgba(23,19,17,.3); color: var(--ink); background: white; }
.button-light { width: 100%; background: var(--gold); color: white; }
.button-light:hover { background: #ed252c; }
.trust-strip { margin-top: 42px; display: flex; gap: 28px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.trust-strip span { display: flex; align-items: center; gap: 8px; }
.trust-strip b { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid rgba(255,75,81,.65); color: #ff4b51; border-radius: 50%; font-size: 9px; }
.hero-panel { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--ink); box-shadow: 0 24px 70px rgba(23,19,17,.12); }
.featured-home { width: 100%; height: 250px; display: block; object-fit: cover; object-position: 50% 56%; border-bottom: 1px solid var(--line); }
.panel-house { height: 250px; position: relative; overflow: hidden; background: #d8c3a4; }
.panel-house::before { content: ""; position: absolute; inset: 55% 0 0; background: #b99f7c; border-top: 1px solid rgba(23,19,17,.18); }
.roof { position: absolute; left: 19%; bottom: 44%; width: 62%; height: 95px; background: #151515; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.house-body { position: absolute; left: 26%; right: 26%; bottom: 18%; height: 105px; background: #f5ead8; display: flex; align-items: center; justify-content: space-around; }
.house-body i { width: 42px; height: 38px; background: #c7b293; border: 5px solid #fffaf0; }
.house-body b { width: 35px; height: 66px; align-self: flex-end; background: var(--gold); }
.sun { position: absolute; width: 44px; height: 44px; border-radius: 50%; top: 29px; right: 34px; background: var(--gold); }
.panel-content { padding: 28px 30px 30px; }
.small-kicker { margin: 0 0 10px; color: #ff4b51; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.panel-content h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; font-size: 34px; line-height: 1.1; letter-spacing: -.03em; }
.panel-content > p:not(.small-kicker) { color: var(--muted); line-height: 1.6; font-size: 14px; margin: 14px 0 24px; }
.hero-note { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; padding: 20px 5vw; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; text-align: right; background: rgba(255,255,255,.78); }
.hero-note span { margin: 0 10px; color: #ff4b51; }

.section { padding: 110px 0; }
.properties { background: var(--cream); }
.section-title-row { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-title-row h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 64px); line-height: 1.04; font-weight: 400; letter-spacing: -.045em; }
.section-title-row > p { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.home-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-card { overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.home-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(23,35,29,.1); }
.home-visual { height: 245px; position: relative; overflow: hidden; }
.home-visual.sage { background: #d8c5a7; }
.home-visual.sand { background: #cdb38e; }
.home-visual.clay { background: #c94b4f; }
.home-visual::after { content: ""; position: absolute; inset: 68% 0 0; background: rgba(23,19,17,.24); }
.example-tag { position: absolute; z-index: 3; top: 17px; left: 17px; padding: 7px 10px; background: rgba(255,253,248,.88); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.home-number { position: absolute; right: 12px; top: -15px; color: rgba(255,255,255,.25); font-size: 96px; font-weight: 800; letter-spacing: -.08em; }
.mini-house { position: absolute; z-index: 2; left: 18%; right: 18%; bottom: 20%; height: 105px; background: #f4eddf; }
.mini-house::before { content: ""; position: absolute; width: 112%; height: 78px; left: -6%; top: -70px; background: #161616; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.mini-house i, .mini-house b { position: absolute; bottom: 24px; width: 40px; height: 37px; background: #cbb898; border: 5px solid white; }
.mini-house i { left: 18%; }.mini-house b { right: 18%; }
.mini-house span { position: absolute; bottom: 0; left: calc(50% - 18px); width: 36px; height: 68px; background: var(--gold); }
.home-content { padding: 26px; }
.home-meta { display: flex; gap: 20px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 700; }
.home-content h3 { margin: 13px 0 9px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.price { margin: 0; color: var(--forest); font-size: 24px; font-weight: 780; }
.home-detail { min-height: 66px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.home-content a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--forest); font-size: 12px; font-weight: 800; }
.inventory-teaser { min-height: 250px; display: grid; grid-template-columns: .75fr 1.3fr .8fr; align-items: stretch; border: 1px solid var(--line); background: #fff; box-shadow: 0 22px 60px rgba(23,19,17,.07); }
.inventory-count { display: grid; align-content: center; justify-items: center; padding: 38px; border-right: 1px solid var(--line); background: #171717; color: white; text-align: center; }
.inventory-count strong { font-family: Georgia, serif; font-size: 84px; font-weight: 400; line-height: .82; letter-spacing: -.07em; }
.inventory-count strong span { color: #ff4b51; }
.inventory-count p { margin: 18px 0 0; color: #c8bdb5; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.inventory-points { display: grid; align-content: center; gap: 0; padding: 36px 44px; }
.inventory-points span { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); color: #554a44; font-size: 13px; }
.inventory-points span:first-child { border-top: 1px solid var(--line); }
.inventory-points span::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.inventory-button { margin: 26px; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border: 0; background: var(--gold); color: white; cursor: pointer; text-align: left; transition: transform .2s ease, background .2s ease; }
.inventory-button:hover { background: #ed252c; transform: translateY(-3px); }
.inventory-button span { max-width: 155px; font-family: Georgia, serif; font-size: 27px; line-height: 1.05; }
.inventory-button b { align-self: flex-end; font-size: 25px; font-weight: 400; }

.buyer { background: #f8f4ed; }
.buyer-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 68px; align-items: center; }
.buyer-copy h2 { margin: 0; max-width: 570px; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 64px); line-height: 1.04; font-weight: 400; letter-spacing: -.045em; }
.buyer-copy > p:not(.kicker) { max-width: 575px; margin: 24px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.buyer-assurance { display: grid; gap: 12px; }
.buyer-assurance span { display: flex; align-items: center; gap: 11px; color: #4e443e; font-size: 13px; font-weight: 700; }
.buyer-assurance b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #f8e0e0; color: var(--gold); font-size: 10px; }
.buyer-form { display: grid; gap: 15px; padding: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(23,19,17,.07); }
.buyer-form-heading span { color: #ad1218; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.buyer-form-heading h3 { margin: 7px 0 10px; font-family: Georgia, serif; font-size: 34px; line-height: 1.1; font-weight: 400; letter-spacing: -.035em; }
.form-two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.buyer-form label { display: grid; gap: 7px; color: #382f2b; font-size: 11px; font-weight: 750; }
.buyer-form input, .buyer-form textarea, .buyer-form select { width: 100%; padding: 13px 14px; border: 1px solid #d7cdc0; border-radius: 2px; background: #fff; color: var(--ink); outline: 0; }
.buyer-form select { min-height: 48px; }
.buyer-form input:focus, .buyer-form textarea:focus, .buyer-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,25,32,.1); }
.buyer-form textarea { resize: vertical; }
.buyer-form .button { width: 100%; }
.buyer-form small { color: #776b63; font-size: 10px; line-height: 1.5; }

.process { background: #fff; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-heading { text-align: center; }
.process-heading .kicker { justify-content: center; }
.process-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 61px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 66px; }
.step { padding: 0 26px; border-left: 1px solid var(--line); }
.step:last-child { border-right: 1px solid var(--line); }
.step-number { color: #ff4b51; font-family: Georgia, serif; font-size: 34px; }
.step-line { width: 100%; height: 1px; background: var(--line); margin: 19px 0 25px; position: relative; }
.step-line::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; top: -3px; left: 0; background: var(--gold); }
.step h3 { min-height: 48px; margin: 0 0 12px; font-size: 17px; line-height: 1.35; }
.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.benefits { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.benefits span { display: flex; gap: 15px; padding: 16px 10px 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.benefits span:nth-child(odd) { border-right: 1px solid var(--line); }
.benefits span:nth-child(even) { padding-left: 18px; }
.benefits b { color: #b31218; font-size: 10px; }
blockquote { margin: 34px 0 0; padding-left: 21px; border-left: 3px solid var(--gold); color: #645850; font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.6; }
.lead-form { display: grid; gap: 16px; padding: 36px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(23,35,29,.09); }
.form-heading span { color: #b31218; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.form-heading h3 { margin: 7px 0 10px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1.1; }
.lead-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 750; }
.lead-form input, .lead-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d9d5c9; border-radius: 2px; background: #fbfaf5; color: var(--ink); outline: 0; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,25,32,.12); }
.lead-form textarea { resize: vertical; }
.lead-form small { color: #7b827e; font-size: 10px; line-height: 1.5; }

.contact { padding: 88px 0; background: #fff; color: var(--ink); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .9fr .85fr 1.05fr; gap: 52px; align-items: center; }
.contact h2 { margin: 0; font-family: Georgia, serif; font-size: 46px; font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.contact-person { display: flex; align-items: center; gap: 17px; }
.contact-logo { flex: 0 0 auto; width: 118px; height: 68px; object-fit: contain; background: white; }
.contact-person div:last-child { display: grid; gap: 5px; }
.contact-person strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.contact-person span { color: var(--muted); font-size: 10px; }
.contact-actions { display: grid; }
.contact-actions a { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-actions a:first-child { border-top: 1px solid var(--line); }
.contact-actions span { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.contact-actions strong { font-size: 12px; }

.location { padding: 76px 0; background: #fff; border-top: 1px solid var(--line); }
.location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: stretch; }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.location-copy > img { width: 136px; height: 74px; object-fit: contain; margin-bottom: 24px; background: white; }
.location-copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 44px; line-height: 1.05; font-weight: 400; letter-spacing: -.04em; }
.location-copy address { color: #4f443d; font-family: Georgia, serif; font-size: 20px; font-style: normal; line-height: 1.55; }
.location-details { display: grid; gap: 7px; margin: 22px 0 28px; }
.location-details a { color: #6b5d54; font-size: 12px; font-weight: 700; }
.map-wrap { min-height: 350px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #eee6da; box-shadow: 0 16px 45px rgba(23,19,17,.07); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 350px; display: block; border: 0; }

footer { padding: 30px 0; background: #080808; color: #a99c93; }
.footer-grid { display: grid; grid-template-columns: 1fr .8fr 1.2fr; gap: 32px; align-items: center; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: 76px; height: 42px; }
footer p { margin: 0; font-size: 9px; line-height: 1.55; }
.footer-identity { display: grid; gap: 12px; }
.compliance-links { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: #fff; font-size: 9px; line-height: 1.5; }
.compliance-links a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #d71920; }
.compliance-links a:hover { color: #ff4b51; }

.inventory-dialog { width: min(1220px, calc(100vw - 32px)); max-width: none; height: min(900px, calc(100vh - 32px)); max-height: none; margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 10px; background: white; color: var(--ink); box-shadow: 0 35px 110px rgba(0,0,0,.35); }
.inventory-dialog::backdrop { background: rgba(12, 10, 9, .76); backdrop-filter: blur(7px); }
.inventory-window { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.inventory-header { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 14px 20px; border-bottom: 1px solid var(--line); background: #fff; }
.inventory-header img { width: 105px; height: 58px; object-fit: contain; }
.inventory-header div { display: grid; gap: 3px; }
.inventory-header span { color: #ad1218; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; }
.inventory-header h2 { margin: 0; font-family: Georgia, serif; font-size: 29px; font-weight: 400; letter-spacing: -.035em; }
.inventory-close { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.inventory-close:hover { border-color: var(--gold); color: var(--gold); }
.inventory-frame-wrap { min-height: 0; position: relative; background: #f8f4ed; }
.inventory-frame-wrap::before { content: "Cargando propiedades disponibles…"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
.inventory-frame-wrap iframe { position: relative; z-index: 1; width: 100%; height: 100%; display: block; border: 0; background: white; }
.inventory-footer { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 20px; background: #171717; color: white; }
.inventory-footer p { margin: 0; color: #c8bdb5; font-size: 10px; line-height: 1.45; }
.inventory-footer a { flex: 0 0 auto; color: white; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--gold); font-size: 11px; font-weight: 750; }

@media (max-width: 980px) {
  .nav-shell nav { display: none; }
  .hero { min-height: auto; padding-bottom: 92px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 560px; }
  .home-grid { grid-template-columns: 1fr 1fr; }
  .home-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); }
  .inventory-teaser { grid-template-columns: .72fr 1.28fr; }
  .inventory-button { grid-column: 1 / -1; min-height: 120px; flex-direction: row; align-items: center; }
  .inventory-button span { max-width: none; }
  .steps { grid-template-columns: 1fr 1fr; gap: 40px 0; }
  .buyer-grid { grid-template-columns: 1fr; gap: 54px; }
  .location-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-actions { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shell, .nav-shell { width: min(100% - 30px, 1180px); }
  .site-header { position: relative; }
  .nav-shell { min-height: 68px; }
  .brand { font-size: 13px; }
  .brand-logo { width: 74px; height: 40px; }
  .brand-copy { display: none; }
  .header-call { margin-left: auto; width: 39px; height: 39px; padding: 0; border-radius: 50%; font-size: 0; }
  .header-call span { font-size: 16px; }
  .hero { padding-top: 70px; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-strip { gap: 14px 20px; }
  .hero-grid { gap: 50px; }
  .hero-note { text-align: center; font-size: 8px; }
  .section { padding: 78px 0; }
  .section-title-row { grid-template-columns: 1fr; gap: 24px; }
  .section-title-row h2 { font-size: 43px; }
  .home-grid { grid-template-columns: 1fr; }
  .home-card:last-child { grid-column: auto; max-width: none; }
  .inventory-teaser { grid-template-columns: 1fr; }
  .inventory-count { border-right: 0; border-bottom: 1px solid var(--line); }
  .inventory-count strong { font-size: 70px; }
  .inventory-points { padding: 24px; }
  .inventory-button { grid-column: auto; margin: 0 24px 24px; }
  .inventory-dialog { width: calc(100vw - 14px); height: calc(100vh - 14px); }
  .inventory-header { min-height: 74px; padding: 10px 12px; gap: 10px; }
  .inventory-header img { width: 76px; height: 44px; }
  .inventory-header h2 { font-size: 21px; }
  .inventory-header span { font-size: 8px; }
  .inventory-close { width: 38px; height: 38px; }
  .inventory-footer { align-items: flex-start; flex-direction: column; gap: 7px; }
  .steps { grid-template-columns: 1fr; margin-top: 48px; }
  .step, .step:last-child { padding: 0 0 26px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step h3 { min-height: auto; }
  .benefits { grid-template-columns: 1fr; }
  .benefits span:nth-child(odd) { border-right: 0; }
  .benefits span:nth-child(even) { padding-left: 0; }
  .lead-form { padding: 25px; }
  .buyer-form { padding: 25px; }
  .form-two-columns { grid-template-columns: 1fr; }
  .buyer-copy h2 { font-size: 43px; }
  .location { padding: 78px 0; }
  .map-wrap, .map-wrap iframe { min-height: 300px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-actions { grid-column: auto; }
  .contact h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid p:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
