:root {
  color-scheme: light;
  --ink: #111313;
  --ink-soft: #393d3d;
  --paper: #f7f6f2;
  --white: #ffffff;
  --line: #dcded9;
  --muted: #626967;
  --ocean: #1d5d68;
  --ocean-dark: #113d45;
  --ocean-pale: #dce8e7;
  --sand: #d8c8ab;
  --green: #315d43;
  --amber: #96651f;
  --red: #963e3e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1280px;
  --header-height: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 400; -webkit-font-smoothing: antialiased; }
body.menu-open { position: fixed; width: 100%; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
main:focus { outline: none; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); padding: 12px 18px; background: var(--white); color: var(--ink); border: 2px solid var(--ink); font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

:focus-visible { outline: 3px solid #16859a; outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; min-height: var(--header-height); border-bottom: 1px solid rgba(17, 19, 19, 0.12); background: #f7f6f2; }
.header-inner { width: min(100%, var(--max)); min-height: var(--header-height); margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr); align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-family: var(--serif); font-size: 17px; text-decoration: none; }
.brand em { font-weight: 400; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 40px); }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 11px; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--ink); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; justify-self: end; padding: 11px 18px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 11px; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.header-cta:hover { background: var(--ocean-dark); border-color: var(--ocean-dark); }
.menu-toggle, .mobile-nav { display: none; }

.hero { width: min(100%, var(--max)); min-height: calc(100svh - var(--header-height)); margin: 0 auto; padding: clamp(52px, 7vw, 104px) 32px 32px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(48px, 7vw, 108px); }
.eyebrow { margin: 0 0 22px; color: var(--ocean); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .feature-statement h2, .location-copy h2, .contact-copy h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.045em; }
.hero h1 { font-size: clamp(62px, 8vw, 118px); line-height: 0.82; }
.hero h1 em, .section-heading h2 em, .feature-statement h2 em, .location-copy h2 em, .contact-copy h2 em { color: var(--ocean); font-weight: 400; }
.hero-lead { max-width: 570px; margin: 36px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-decoration: none; text-transform: uppercase; transition: background-color 160ms ease, color 160ms ease, transform 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--ocean-dark); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--ocean-pale); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-underline-offset: 5px; text-transform: uppercase; }
.text-link:hover { color: var(--ink); }

.hero-visual { margin: 0; min-width: 0; }
.hero-media { position: relative; aspect-ratio: 4 / 3; background: #d7dbd7; border: 1px solid var(--line); }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-visual figcaption { margin-top: 14px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.hero-facts { margin: 60px 0 0; padding: 28px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.hero-facts div { min-height: 74px; padding: 0 24px; border-left: 1px solid var(--line); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { margin-bottom: 10px; color: var(--muted); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2vw, 30px); }
.hero-facts dd span { color: var(--muted); font-family: var(--sans); font-size: 12px; }

.status-band { background: var(--ink); color: var(--white); padding: 24px max(32px, calc((100vw - var(--max)) / 2 + 32px)); display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.status-band > div { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 16px; }
.status-label { color: #9ca2a0; font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.status-band strong { font-size: 12px; font-weight: 500; }
.status-track { height: 3px; background: #343837; }
.status-track span { display: block; width: var(--progress); height: 100%; background: #65a27b; }
.status-note { justify-self: end; color: #9ca2a0; font-size: 11px; }

.section { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(88px, 10vw, 144px) 32px; }
.section-heading { margin-bottom: 64px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); align-items: end; gap: 48px; }
.section-heading h2, .feature-statement h2, .location-copy h2, .contact-copy h2 { font-size: clamp(45px, 5.5vw, 76px); line-height: 0.98; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.project-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr); gap: clamp(48px, 7vw, 96px); align-items: start; }
.concept-frame { margin: 0; }
.concept-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; background: #e4e4de; border: 1px solid var(--line); }
.concept-frame figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.project-gallery { margin-top: clamp(48px, 7vw, 88px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project-gallery figure { min-width: 0; margin: 0; }
.project-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #d7dbd7; }
.project-gallery figure:nth-child(1) img { object-position: 48% center; }
.project-gallery figure:nth-child(2) img { object-position: center; }
.project-gallery figure:nth-child(3) img { object-position: 58% center; }
.project-gallery figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; letter-spacing: 0.08em; line-height: 1.5; text-transform: uppercase; }
.project-intro { margin: 0 0 40px; font-family: var(--serif); font-size: clamp(23px, 2.3vw, 32px); line-height: 1.42; }
.project-data { margin: 0; border-top: 1px solid var(--line); }
.project-data div { padding: 18px 0; display: grid; grid-template-columns: 130px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.project-data dt { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.project-data dd { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; text-align: right; }
.data-note { margin: 24px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.homes-section { border-top: 1px solid var(--line); }
.homes-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr); gap: clamp(48px, 8vw, 112px); align-items: start; }
.home-legend { margin-bottom: 24px; display: flex; gap: 24px; flex-wrap: wrap; color: var(--muted); font-size: 11px; }
.home-legend span { display: inline-flex; align-items: center; gap: 8px; }
.dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; }
.dot-preventa { background: var(--green); }.dot-reservado { background: var(--amber); }.dot-vendido { background: var(--red); }
.building-selector { display: grid; grid-template-columns: 44px repeat(2, minmax(0, 1fr)); gap: 8px; }
.floor-label { display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.floor-portal { min-height: 92px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.home-button { min-width: 0; min-height: 92px; padding: 15px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; gap: 5px 12px; border: 1px solid var(--line); background: var(--white); color: var(--ink); text-align: left; transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease; }
.home-button:hover { border-color: var(--ocean); transform: translateY(-1px); }
.home-button[aria-pressed="true"] { border-color: var(--ocean); background: var(--ocean-pale); }
.home-button .home-id { font-family: var(--serif); font-size: 20px; }
.home-button .home-status { align-self: center; }
.home-button .home-meta { grid-column: 1 / -1; align-self: end; color: var(--muted); font-size: 11px; line-height: 1.4; }
.home-button .home-price { grid-column: 1 / -1; font-size: 12px; font-weight: 700; }
.home-detail { min-height: 430px; position: sticky; top: calc(var(--header-height) + 28px); padding: 36px; background: var(--ink); color: var(--white); }
.home-detail .eyebrow { color: #91c3c6; }
.home-detail h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.home-detail > p:not(.eyebrow) { color: #b6bcba; line-height: 1.7; }
.home-detail-grid { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #353a39; border-left: 1px solid #353a39; }
.home-detail-grid div { min-height: 86px; padding: 14px; border-right: 1px solid #353a39; border-bottom: 1px solid #353a39; }
.home-detail-grid dt { color: #8c9491; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }
.home-detail-grid dd { margin: 7px 0 0; font-size: 13px; line-height: 1.4; }
.home-detail-price { margin: 0 0 24px; font-family: var(--serif); font-size: 32px; }
.home-badge { width: max-content; padding: 6px 10px; font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.home-badge-preventa { background: #dce9df; color: #244f35; }.home-badge-reservado { background: #f6e7cc; color: #70480f; }.home-badge-vendido { background: #f2dddd; color: #742a2a; }
.noscript-note { padding: 16px; border: 1px solid var(--line); color: var(--muted); }

.features-section { background: var(--ink); color: var(--white); }
.feature-statement { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(88px, 10vw, 144px) 32px 80px; }
.feature-statement .eyebrow { color: #91c3c6; }
.feature-statement h2 { max-width: 900px; }
.feature-statement h2 em { color: var(--sand); }
.features-grid { width: min(100%, var(--max)); margin: 0 auto; padding: 0 32px clamp(88px, 10vw, 144px); display: grid; grid-template-columns: repeat(3, 1fr); }
.features-grid article { min-height: 250px; padding: 34px; border-top: 1px solid #353a39; border-left: 1px solid #353a39; }
.features-grid article:nth-child(3n) { border-right: 1px solid #353a39; }
.features-grid article:nth-last-child(-n + 3) { border-bottom: 1px solid #353a39; }
.features-grid span { color: #8d9693; font-size: 10px; letter-spacing: 0.14em; }
.features-grid h3 { margin: 64px 0 14px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.features-grid p { margin: 0; color: #aeb4b2; font-size: 13px; line-height: 1.7; }

.sustainability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sustainability-grid article { min-height: 310px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.sustainability-grid strong { display: block; color: var(--ocean); font-family: var(--serif); font-size: 64px; font-weight: 400; }
.sustainability-grid h3 { margin: 52px 0 14px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.sustainability-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.location-section { min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ocean-dark); color: var(--white); }
.location-copy { padding: clamp(80px, 9vw, 140px) max(32px, calc((100vw - var(--max)) / 2 + 32px)); padding-right: clamp(48px, 7vw, 100px); }
.location-copy .eyebrow { color: #9fc8ca; }
.location-copy h2 { max-width: 620px; }
.location-copy h2 em { color: var(--sand); }
.location-copy > p:not(.eyebrow):not(.coordinates) { max-width: 520px; margin: 34px 0; color: #c5d1d0; font-size: 16px; line-height: 1.8; }
.coordinates { margin: 24px 0 0; color: #91a6a4; font-size: 11px; }
.location-map { position: relative; min-height: 600px; display: grid; place-content: center; background-color: #dce3de; background-image: linear-gradient(rgba(17,61,69,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(17,61,69,.08) 1px, transparent 1px); background-size: 42px 42px; color: var(--ocean-dark); }
.road { position: absolute; display: block; background: #f3f1e9; box-shadow: 0 0 0 1px rgba(17, 61, 69, 0.09); }
.road-a { width: 88%; height: 34px; top: 32%; left: 6%; transform: rotate(-6deg); }
.road-b { width: 32px; height: 88%; top: 6%; left: 60%; transform: rotate(12deg); }
.road-c { width: 90%; height: 18px; top: 68%; left: 5%; transform: rotate(4deg); }
.map-pin { position: relative; z-index: 2; width: 78px; height: 78px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50% 50% 50% 10%; background: var(--ocean); transform: rotate(-45deg); box-shadow: 0 16px 30px rgba(17, 61, 69, 0.28); }
.map-pin i { width: 24px; height: 24px; border-radius: 50%; background: var(--white); }
.location-map strong, .location-map small { position: relative; z-index: 2; display: block; text-align: center; }
.location-map strong { font-family: var(--serif); font-size: 28px; }.location-map small { margin-top: 8px; color: var(--muted); letter-spacing: 0.15em; text-transform: uppercase; }

.contact-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.contact-copy { padding: clamp(80px, 9vw, 140px) clamp(48px, 7vw, 100px) clamp(80px, 9vw, 140px) max(32px, calc((100vw - var(--max)) / 2 + 32px)); }
.contact-copy .eyebrow { color: #91c3c6; }
.contact-copy h2 em { color: var(--sand); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 34px 0; color: #aeb4b2; line-height: 1.8; }
.contact-copy > a { color: var(--white); text-underline-offset: 5px; }
.contact-form { padding: clamp(80px, 9vw, 140px) max(32px, calc((100vw - var(--max)) / 2 + 32px)) clamp(80px, 9vw, 140px) clamp(48px, 7vw, 100px); display: grid; gap: 20px; background: #181b1b; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { color: #b3bab7; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.field label span { color: #9aa29f; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; border: 1px solid #3a403e; border-radius: 0; padding: 13px 14px; background: #111313; color: var(--white); }
.field textarea { min-height: 130px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #68706d; }
.consent-field { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 12px; }
.consent-field input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ocean); }
.consent-field label, .form-note, .form-status { color: #929a97; font-size: 11px; line-height: 1.65; }
.consent-field a { color: var(--white); }
.contact-form .button { width: max-content; }
.contact-form[aria-busy="true"] .button { cursor: wait; opacity: 0.65; }
.form-note, .form-status { margin: 0; }
.form-status { min-height: 1.4em; }
.form-status[data-state="success"] { color: #9ad4ad; }.form-status[data-state="error"] { color: #f1b0a6; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.site-footer { width: min(100%, var(--max)); margin: 0 auto; padding: 42px 32px 96px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 28px; color: var(--muted); font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--serif); font-size: 15px; }
.site-footer nav { display: flex; gap: 18px; }.site-footer a { text-underline-offset: 4px; }

.legal-header { border-bottom: 1px solid var(--line); }
.legal-nav { width: min(100%, 900px); min-height: var(--header-height); margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.legal-main { width: min(100%, 900px); margin: 0 auto; padding: 80px 28px 120px; }
.legal-main h1 { margin: 0 0 28px; font-family: var(--serif); font-size: clamp(52px, 8vw, 86px); font-weight: 400; }
.legal-main .lead { max-width: 680px; margin-bottom: 64px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.legal-section p { color: var(--ink-soft); line-height: 1.75; }
.legal-footer { width: min(100%, 900px); margin: 0 auto; padding: 32px 28px 64px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.legal-footer-links { display: flex; gap: 18px; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; }
  .menu-toggle span[aria-hidden="true"] { width: 24px; height: 1px; display: block; background: var(--ink); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: var(--header-height) 0 0; display: block; overflow-y: auto; background: var(--paper); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav-inner { min-height: calc(100svh - var(--header-height)); padding: 44px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .mobile-nav a:not(.header-cta) { min-height: 64px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 28px; text-decoration: none; }
  .mobile-nav .header-cta { margin-top: 30px; align-self: stretch; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { aspect-ratio: 16 / 10; }
  .hero-facts { grid-template-columns: 1fr 1fr; gap: 24px 0; }.hero-facts div:nth-child(3) { padding-left: 0; border-left: 0; }
  .status-band { grid-template-columns: 1fr; gap: 22px; }.status-band > div { grid-template-columns: auto 1fr; }.status-track, .status-note { grid-column: 1 / -1; justify-self: stretch; }
  .project-grid, .homes-layout { grid-template-columns: 1fr; }
  .home-detail { position: static; min-height: 0; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }.features-grid article:nth-child(3n) { border-right: 0; }.features-grid article:nth-child(2n) { border-right: 1px solid #353a39; }.features-grid article:nth-last-child(-n + 3) { border-bottom: 0; }.features-grid article:nth-last-child(-n + 2) { border-bottom: 1px solid #353a39; }
  .location-section, .contact-section { grid-template-columns: 1fr; }
  .location-copy, .contact-copy, .contact-form { padding-left: 32px; padding-right: 32px; }
  .location-map { min-height: 500px; }
}

@media (max-width: 700px) {
  :root { --header-height: 62px; }
  .header-inner { min-height: var(--header-height); padding: 0 18px; }
  .brand { font-size: 15px; }.brand img { width: 30px; height: 30px; }
  .hero { min-height: auto; padding: 54px 18px 28px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-lead { margin-top: 26px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-media { aspect-ratio: 5 / 4; }.hero-media img { object-position: 51% center; }
  .hero-facts { margin-top: 42px; padding-top: 22px; }.hero-facts div { min-height: 70px; padding: 0 14px; }.hero-facts dd { font-size: 21px; }
  .status-band { padding: 22px 18px; }
  .section, .feature-statement, .features-grid { padding-left: 18px; padding-right: 18px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 42px; gap: 24px; }.section-heading h2, .feature-statement h2, .location-copy h2, .contact-copy h2 { font-size: clamp(43px, 13vw, 58px); }
  .project-grid { gap: 36px; }.project-data div { grid-template-columns: 1fr; gap: 7px; }.project-data dd { text-align: left; }
  .project-gallery { grid-template-columns: 1fr; gap: 28px; }
  .building-selector { grid-template-columns: 32px repeat(2, minmax(0, 1fr)); gap: 6px; }.home-button { min-height: 104px; padding: 11px; }.home-button .home-meta { font-size: 10px; }.home-button .home-price { font-size: 11px; }.floor-label { padding-right: 2px; font-size: 9px; }
  .home-detail { padding: 28px 20px; }
  .feature-statement { padding-bottom: 52px; }
  .features-grid { grid-template-columns: 1fr; }.features-grid article, .features-grid article:nth-child(2n), .features-grid article:nth-child(3n) { min-height: 220px; border-right: 1px solid #353a39; }.features-grid article:nth-last-child(-n + 2) { border-bottom: 0; }.features-grid article:last-child { border-bottom: 1px solid #353a39; }.features-grid h3 { margin-top: 42px; }
  .sustainability-grid { grid-template-columns: 1fr; }.sustainability-grid article { min-height: 260px; }.sustainability-grid h3 { margin-top: 34px; }
  .location-copy, .contact-copy, .contact-form { padding: 80px 18px; }.location-map { min-height: 430px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
  .site-footer { padding: 36px 18px 70px; grid-template-columns: 1fr; }.site-footer nav { order: 2; }
  .legal-nav, .legal-main, .legal-footer { padding-left: 18px; padding-right: 18px; }.legal-nav .brand img { display: none; }.legal-main { padding-top: 60px; }.legal-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
