@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
:root{--sans:"Plus Jakarta Sans",sans-serif;--body:"Plus Jakarta Sans",sans-serif;--serif:"Plus Jakarta Sans",sans-serif;--whatsapp-edge:clamp(16px,2vw,28px);--whatsapp-size:58px;--whatsapp-reserve:calc(18rem + var(--whatsapp-edge))}
.hero h1 em,.intro h2 em,.home-plan h2 em,.neighborhood h2 em,.calculator h2 em,.contact h2 em,.faq h2 em,.projects-showcase h2 em,.story h2 em,.masterplan h2 em,.section-head h2 em,.location h2 em,.cta h2 em{font:inherit;font-family:inherit;font-style:normal;font-weight:inherit;letter-spacing:inherit}
/* Radios discretos: suavizan componentes sin convertirlos en cápsulas */
.featured-project,.secondary-projects article,.lead-form,.advisor-card,.testimonial{border-radius:14px;overflow:hidden}
.map-card,.plan-visual,.site-plan,.calculator-card{border-radius:12px;overflow:hidden}
.gallery figure img,.project-photo,.advisor-photo,.testimonial-photo{border-radius:10px;overflow:hidden}
.project-photo>span,.estimate,.contact-channels a:first-child{border-radius:7px}
.feature-grid,.track-record{border-radius:10px;overflow:hidden}
.contact-channels{border-radius:12px 12px 0 0;overflow:hidden}
@media(max-width:600px){.featured-project,.secondary-projects article,.lead-form,.advisor-card,.testimonial{border-radius:11px}.gallery figure img,.project-photo,.advisor-photo,.testimonial-photo{border-radius:8px}}
.whatsapp-float{position:fixed;right:var(--whatsapp-edge);bottom:var(--whatsapp-edge);z-index:50;display:flex;align-items:center;gap:10px;color:#17211f;text-decoration:none;font:500 12px var(--sans);filter:drop-shadow(0 12px 22px rgba(13,30,23,.2));transition:right .25s,bottom .25s,transform .25s}
.whatsapp-float>span{max-width:190px;padding:.75rem 1rem;overflow:hidden;white-space:nowrap;background:rgba(252,250,246,.96);border:1px solid rgba(19,38,63,.1);border-radius:7px;opacity:1;transition:max-width .25s,padding .25s,opacity .2s,transform .25s}
.whatsapp-float>i{width:var(--whatsapp-size);height:var(--whatsapp-size);flex:0 0 var(--whatsapp-size);border-radius:50%;display:grid;place-items:center;background:#20b85a;color:#fff;transition:.25s}
.whatsapp-float svg{width:41px;height:41px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-float:hover>i{transform:translateY(-3px);background:#169c4a}
.whatsapp-float:hover>span{transform:translateX(-3px)}
.whatsapp-float:focus-visible{outline:3px solid #ce7049;outline-offset:5px;border-radius:99px}
@media(max-width:600px){:root{--whatsapp-size:54px;--whatsapp-edge:16px;--whatsapp-reserve:86px}.whatsapp-float>span{display:none}}
/* La marca gana presencia sin competir con el proyecto destacado. */
.site-header .brand > span {
  width: 44px;
  height: 44px;
  font-size: 19px;
}

.site-header .brand {
  gap: .85rem;
}

.site-header .brand strong {
  font-size: 18px;
  letter-spacing: .13em;
}

.site-header .brand small {
  margin-top: 5px;
  font-size: 8px;
}

.hero-copy > .eyebrow {
  font-size: 12px;
}

@media (max-width: 600px) {
  .site-header .brand > span {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .site-header .brand strong {
    font-size: 14px;
  }

  .hero-copy > .eyebrow {
    font-size: 10px;
    line-height: 1.55;
  }
}

/* Banda comercial integrada al paisaje del hero */
.home-page .hero-facts {
  isolation: isolate;
  background: transparent;
  color: #fff;
  border-top: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.home-page .hero-facts::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -180px;
  bottom: 0;
  height: auto;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(70,99,124,0) 0%,rgba(70,99,124,.05) 24%,rgba(64,93,118,.2) 54%,rgba(50,78,103,.56) 100%);
}

.home-page .hero-facts p {
  border-color: rgba(255,255,255,.22);
}

.home-page .hero-facts b {
  color: rgba(255,255,255,.62);
}

.home-page .hero-facts strong {
  color: #fff;
  text-shadow: 0 1px 12px rgba(9,22,36,.22);
}

@media (max-width: 600px) {
  .home-page .hero-facts {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .home-page .hero-facts::before {
    top: -110px;
    height: auto;
    background: linear-gradient(180deg,rgba(70,99,124,0),rgba(64,93,118,.22) 48%,rgba(45,72,97,.72));
  }
}

/* Portada inmersiva: navegación y marca viven sobre la fotografía. */
body {
  position: relative;
}

.concept-note {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 32;
  width: 100%;
  background: rgba(8,18,31,.38);
  border-bottom: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

.site-header {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 31;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg,rgba(7,16,28,.46),rgba(7,16,28,0));
  border-bottom: 0;
  backdrop-filter: none;
}

.site-header .header-cta {
  color: #fff;
  border-color: rgba(255,255,255,.8);
  background: rgba(7,16,28,.14);
}

.site-header nav a {
  color: #fff;
  text-shadow: 0 1px 16px rgba(0,0,0,.45);
}

.site-header .menu-button i {
  background: #fff;
}

.hero {
  min-height: 100vh;
}

.hero-shade {
  background:
    linear-gradient(180deg,rgba(6,15,27,.32) 0%,rgba(6,15,27,.04) 27%,rgba(6,15,27,.08) 58%,rgba(6,15,27,.48) 100%),
    linear-gradient(90deg,rgba(8,18,31,.88) 0%,rgba(8,18,31,.52) 42%,rgba(8,18,31,.04) 76%);
}

.hero-copy {
  padding-top: 11rem;
}

.hero h1 {
  font-size: clamp(3.35rem, 6.3vw, 6.7rem);
  line-height: .94;
  letter-spacing: -.05em;
}

.hero-facts {
  right: 0;
  bottom: 0;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0,1fr));
  padding: 1.25rem var(--whatsapp-reserve) 1.25rem 50vw;
  border-radius: 0;
  box-shadow: 0 -1px 0 rgba(255,255,255,.15);
}

.home-page .whatsapp-float {
  bottom: var(--whatsapp-edge);
}

.home-page .whatsapp-float:not(.is-over-hero) > span {
  max-width: 0;
  padding-right: 0;
  padding-left: 0;
  border-width: 0;
  opacity: 0;
}

.home-page .whatsapp-float:not(.is-over-hero):hover > span,
.home-page .whatsapp-float:not(.is-over-hero):focus-visible > span {
  max-width: 190px;
  padding: .75rem 1rem;
  border-width: 1px;
  opacity: 1;
}

@media (max-width: 1100px) {
  :root { --whatsapp-reserve: calc(var(--whatsapp-size) + var(--whatsapp-edge) * 2); }
  .home-page .whatsapp-float.is-over-hero > span { display: none; }
}

@media (max-width: 900px) {
  .site-header nav {
    inset: 72px 4vw auto;
    padding: 1.5rem;
    color: var(--ink);
    background: rgba(252,250,246,.97);
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(8,18,31,.2);
  }

  .site-header nav a {
    color: var(--ink);
    text-shadow: none;
  }

  .hero {
    min-height: 100svh;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 12vw, 5.4rem);
  }

  .hero-facts {
    right: 0;
    bottom: 0;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0,1fr));
    padding: 1rem var(--whatsapp-reserve) 1rem 5vw;
  }
}

@media (max-width: 600px) {
  .concept-note {
    height: 28px;
  }

  .site-header {
    top: 28px;
  }

  .hero-copy {
    padding-top: 9rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
    line-height: .96;
  }

  .hero-facts {
    bottom: 0;
    grid-template-columns: repeat(3, minmax(0,1fr));
    padding: .9rem var(--whatsapp-reserve) .9rem 3vw;
  }

  .hero-facts p {
    padding: 0 .65rem;
    border-bottom: 0;
  }

  .hero-facts b {
    font-size: 8px;
  }

  .hero-facts strong {
    font-size: 12px;
  }
}

/* Presentación inequívoca del proyecto que está actualmente a la venta. */
.current-project__heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 7vw;
  align-items: end;
}

.current-project__heading h2 {
  line-height: .9;
}

.current-project__location {
  padding-bottom: .5rem;
}

.current-project__location span {
  display: block;
  margin-bottom: 1.15rem;
  color: var(--terra);
  font: 600 12px var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.current-project__location p,
.current-project__dwelling > p:last-child {
  color: #5e6265;
  line-height: 1.7;
}

.current-project__card {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  margin-top: 4.5rem;
  overflow: hidden;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
}

.current-project__card > img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}

.current-project__details {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
}

.current-project__details dl {
  margin: .5rem 0 2rem;
}

.current-project__details dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.current-project__details dt {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}

.current-project__details dd {
  margin: 0;
  font: 600 13px var(--sans);
  text-align: right;
}

.current-project__details .text-link {
  align-self: stretch;
  justify-content: space-between;
  margin-top: 1.25rem;
  color: #fff;
  border-color: rgba(255,255,255,.35);
}

.current-project__dwelling {
  display: grid;
  grid-template-columns: .45fr 1fr .8fr;
  gap: 4vw;
  align-items: start;
  margin-top: 7rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.current-project__dwelling h3,
.current-project__dwelling p {
  margin-top: 0;
}

.current-project__dwelling h3 {
  font: 600 clamp(2rem,3vw,3.35rem)/1 var(--sans);
  letter-spacing: -.045em;
}

.current-project .feature-grid {
  margin-top: 3.5rem;
}

.current-project__facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 4.5rem 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.current-project__facts div {
  padding: 1.6rem 1.75rem;
  border-right: 1px solid var(--line);
}

.current-project__facts div:first-child { padding-left: 0; }
.current-project__facts div:last-child { border-right: 0; }

.current-project__facts dt {
  margin-bottom: .55rem;
  color: #777;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.current-project__facts dd {
  margin: 0;
  font: 600 17px var(--sans);
}

.current-project--compact .current-project__dwelling { margin-top: 5rem; }

.company {
  padding: 8rem 6vw;
  background: var(--navy);
  color: #fff;
}

.company__intro {
  display: grid;
  grid-template-columns: 1.2fr .7fr;
  column-gap: 9vw;
  align-items: end;
}

.company__intro .eyebrow {
  grid-column: 1 / -1;
}

.company__intro h2 {
  margin: 0;
  font: 600 clamp(2.8rem,5vw,5.3rem)/.98 var(--sans);
  letter-spacing: -.055em;
}

.company__intro > p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.75;
}

.company__intro small {
  grid-column: 2;
  margin-top: 1rem;
  color: rgba(255,255,255,.45);
}

.company__promises {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.company__promises article {
  padding: 2rem 2.5rem 2.5rem;
  border-right: 1px solid rgba(255,255,255,.2);
}

.company__promises article:first-child { padding-left: 0; }
.company__promises article:last-child { border-right: 0; }
.company__promises span { color: #f3c177; font-size: 13px; }
.company__promises h3 { margin: 2.5rem 0 .75rem; font: 600 22px var(--sans); }
.company__promises p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.65; }

.company__record {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.company__record p { margin: 0; }
.company__record strong,
.company__record span { display: block; }
.company__record strong { color: #f3c177; font: 600 38px var(--sans); }
.company__record span { margin-top: .35rem; color: rgba(255,255,255,.65); font-size: 12px; }

.secondary-projects--single {
  grid-template-columns: 1fr;
}

.secondary-projects--single article {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
}

.secondary-projects--single .project-photo {
  height: 100%;
  min-height: 410px;
}

.floorplan-section {
  padding: 8rem 6vw;
  background: #f7f3eb;
  color: #18283d;
}

.floorplan-heading {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 8vw;
  align-items: end;
}

.floorplan-heading h2 {
  margin: 0;
  font: 600 clamp(3rem,5vw,5.5rem)/.96 var(--sans);
  letter-spacing: -.055em;
}

.floorplan-heading > div:last-child > p {
  margin-top: 0;
  color: #626b73;
  line-height: 1.7;
}

.floorplan-heading dl {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: 2rem 0 0;
  border-top: 1px solid rgba(24,40,61,.2);
}

.floorplan-heading dl div { padding: 1rem 1rem 0 0; }
.floorplan-heading dt { color: #75808a; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.floorplan-heading dd { margin: .45rem 0 0; font: 600 14px var(--sans); }
.architectural-plan { margin: 4.5rem 0 0; }
.architectural-plan img { display: block; width: 100%; border: 1px solid rgba(24,40,61,.16); border-radius: 12px; background: #f7f3eb; }
.architectural-plan figcaption { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1rem; color: #6d757c; font-size: 11px; }
.project-plan-link { display: inline-flex; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; padding-bottom: .5rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,.45); text-decoration: none; font: 600 12px var(--sans); }

.location-section { padding: 8rem 6vw; background: #eee7dc; color: #18283d; }
.location-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 8vw; align-items: end; }
.location-heading h2 { margin: 0; font: 600 clamp(3rem,5vw,5.5rem)/.96 var(--sans); letter-spacing: -.055em; }
.location-heading > div:last-child p { margin: 0; color: #626b73; line-height: 1.7; }
.location-heading > div:last-child span { display: block; margin-top: 1rem; color: #9c633d; font: 600 10px var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.location-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2rem; margin-top: 4.5rem; }
.real-map { position: relative; min-height: 650px; overflow: hidden; border-radius: 14px; background: #d8d4cb; }
.real-map iframe { width: 100%; height: 100%; min-height: 650px; border: 0; filter: saturate(.72) contrast(.98); }
.map-reference { position: absolute; top: 1.25rem; left: 1.25rem; padding: .9rem 1rem; border-radius: 8px; background: rgba(252,250,246,.96); box-shadow: 0 12px 30px rgba(24,40,61,.14); }
.map-reference b,.map-reference span { display: block; }
.map-reference b { font: 600 14px var(--sans); }
.map-reference span { margin-top: .25rem; color: #68717b; font-size: 10px; }
.real-map > a { position: absolute; right: 1.25rem; bottom: 1.25rem; padding: .9rem 1rem; border-radius: 8px; background: #18283d; color: #fff; text-decoration: none; font: 600 11px var(--sans); }
.route-list { border-top: 1px solid rgba(24,40,61,.2); }
.route-list article { display: grid; grid-template-columns: 1fr auto; gap: 1.25rem 2rem; padding: 1.55rem 0; border-bottom: 1px solid rgba(24,40,61,.2); }
.route-list article > div:first-child > span { color: #9c633d; font: 600 9px var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.route-list h3 { margin: .45rem 0 .3rem; font: 600 17px var(--sans); }
.route-list article p { margin: 0; color: #68717b; font-size: 11px; }
.route-times { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-self: center; }
.route-times span { color: #68717b; font-size: 10px; white-space: nowrap; }
.route-times b { display: block; margin-bottom: .2rem; color: #18283d; font: 600 14px var(--sans); }
.route-list article > a { grid-column: 1/-1; justify-self: start; color: #18283d; text-decoration: none; border-bottom: 1px solid currentColor; font: 600 11px var(--sans); }
.route-disclaimer { margin: 1.25rem 0 0; color: #777; font-size: 10px; line-height: 1.5; }

/* Sistema común para las fichas: misma arquitectura, contenido según estado. */
.model-section,.commercial-section,.delivery-section,.project-contact { padding: 7rem 6vw; }
.model-section,.delivery-section { background: #fcfaf6; color: #18283d; }
.commercial-section { background: var(--sand); color: #18283d; }
.project-module-head { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; align-items:start; }
.project-module-head h2 { margin:0; font:600 clamp(2.8rem,4.5vw,5rem)/.98 var(--sans); letter-spacing:-.05em; }
.project-module-head > div:last-child > p { margin-top:0; color:#626b73; line-height:1.7; }
.model-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem; margin-top:4rem; }
.model-card { padding:2rem; border:1px solid rgba(24,40,61,.16); border-radius:12px; background:rgba(255,255,255,.55); }
.model-card span,.status-badge { color:var(--terra); font:600 10px var(--sans); letter-spacing:.11em; text-transform:uppercase; }
.model-card h3 { margin:2rem 0 .75rem; font:600 26px var(--sans); }
.model-card p { color:#68717b; line-height:1.6; }
.model-card dl { display:grid; grid-template-columns:repeat(3,1fr); margin:1.5rem 0 0; padding-top:1rem; border-top:1px solid rgba(24,40,61,.14); }
.model-card dt { color:#7a8288; font-size:9px; text-transform:uppercase; }
.model-card dd { margin:.35rem 0 0; font:600 13px var(--sans); }
.model-grid--visual .model-card { padding:0 0 2rem; overflow:hidden; }
.model-grid--visual .model-card > img:first-child { width:100%; aspect-ratio:16/10; object-fit:cover; }
.model-grid--visual .model-card > span,.model-grid--visual .model-card > h3,.model-grid--visual .model-card > p,.model-grid--visual .model-card > dl,.model-grid--visual .model-card > a { margin-left:2rem; margin-right:2rem; }
.model-grid--visual .model-card > span { display:block; margin-top:1.75rem; }
.model-plan { display:flex; justify-content:space-between; margin-top:1.5rem; padding:.8rem 0; color:#17384b; border-top:1px solid rgba(24,40,61,.14); border-bottom:1px solid rgba(24,40,61,.14); text-decoration:none; font:600 11px var(--sans); }
.model-grid--visual .model-plan-preview { display:block; width:calc(100% - 4rem); margin:1.5rem 2rem 0; border:1px solid rgba(24,40,61,.12); border-radius:8px; background:#f7f5ef; }
.model-comparison { margin-top:2rem; border-top:1px solid rgba(24,40,61,.18); }
.model-comparison > div { display:grid; grid-template-columns:1.2fr 1fr 1fr; border-bottom:1px solid rgba(24,40,61,.18); }
.model-comparison span,.model-comparison b { padding:1rem; font-size:12px; }
.model-comparison span { color:#68717b; }
.model-comparison b { border-left:1px solid rgba(24,40,61,.18); font-weight:600; }
.commercial-panel { display:grid; grid-template-columns:1fr 1fr; gap:4rem; margin-top:4rem; padding:2.5rem; border-radius:14px; background:#fff; }
.commercial-panel h3 { margin:.6rem 0 1rem; font:600 30px var(--sans); }
.commercial-panel p { color:#68717b; line-height:1.65; }
.commercial-panel a,.project-contact a { display:inline-flex; justify-content:space-between; gap:2rem; margin-top:1rem; padding:.95rem 1.2rem; border-radius:99px; background:var(--terra); color:#fff; text-decoration:none; font:600 12px var(--sans); }
.milestone-list { display:grid; grid-template-columns:repeat(4,1fr); margin-top:4rem; border-top:1px solid rgba(24,40,61,.18); border-bottom:1px solid rgba(24,40,61,.18); }
.milestone-list article { padding:2rem 1.5rem; border-right:1px solid rgba(24,40,61,.18); }
.milestone-list article:first-child { padding-left:0; }
.milestone-list article:last-child { border-right:0; }
.milestone-list span { color:var(--terra); font:600 11px var(--sans); }
.milestone-list h3 { margin:1.5rem 0 .6rem; font:600 17px var(--sans); }
.milestone-list p { color:#68717b; font-size:12px; line-height:1.55; }
.project-contact { display:flex; justify-content:space-between; gap:4rem; align-items:end; background:var(--navy); color:#fff; }
.project-contact h2 { margin:.5rem 0 0; font:600 clamp(2.6rem,4vw,4.5rem)/1 var(--sans); letter-spacing:-.05em; }
.project-contact > div > p { color:rgba(255,255,255,.65); }

@media (max-width: 900px) {
  .current-project__heading,
  .current-project__card,
  .current-project__dwelling {
    grid-template-columns: 1fr;
  }

  .current-project__card > img {
    min-height: 420px;
  }

  .current-project__facts { grid-template-columns: repeat(2, 1fr); }
  .current-project__facts div:nth-child(2) { border-right: 0; }
  .current-project__facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .company__intro { grid-template-columns: 1fr; gap: 2rem; }
  .company__intro small { grid-column: 1; margin-top: -1rem; }
  .company__promises { grid-template-columns: 1fr; }
  .company__promises article,
  .company__promises article:first-child { padding: 2rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .company__promises article:last-child { border-bottom: 0; }
  .secondary-projects--single article { grid-template-columns: 1fr; }
  .secondary-projects--single .project-photo { min-height: 320px; }
  .floorplan-heading { grid-template-columns: 1fr; gap: 2.5rem; }
  .architectural-plan { margin-top: 3rem; overflow-x: auto; }
  .architectural-plan img { min-width: 850px; }
  .location-heading,.location-layout { grid-template-columns: 1fr; }
  .location-heading { gap: 2.5rem; }
  .real-map,.real-map iframe { min-height: 480px; }
  .project-module-head,.commercial-panel { grid-template-columns:1fr; }
  .milestone-list { grid-template-columns:repeat(2,1fr); }
  .milestone-list article:nth-child(2) { border-right:0; }
  .milestone-list article:nth-child(-n+2) { border-bottom:1px solid rgba(24,40,61,.18); }
  .project-contact { align-items:flex-start; flex-direction:column; }

  .current-project__dwelling {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  .current-project__card {
    margin-top: 3rem;
  }

  .current-project__card > img {
    min-height: 300px;
  }

  .current-project__details {
    padding: 2rem 1.5rem;
  }

  .current-project__dwelling {
    margin-top: 5rem;
  }

  .current-project__facts { margin-top: 3rem; }
  .current-project__facts div,
  .current-project__facts div:first-child { padding: 1.25rem .85rem; }
  .company { padding: 6rem 5vw; }
  .company__record { grid-template-columns: 1fr; }
  .floorplan-section { padding: 6rem 5vw; }
  .floorplan-heading dl { grid-template-columns: 1fr; }
  .floorplan-heading dl div { padding: .85rem 0; border-bottom: 1px solid rgba(24,40,61,.12); }
  .architectural-plan figcaption { flex-direction: column; gap: .35rem; }
  .location-section { padding: 6rem 5vw; }
  .route-list article { grid-template-columns: 1fr; }
  .route-times { grid-template-columns: 1fr 1fr; }
  .route-list article > a { grid-column: 1; }
  .real-map,.real-map iframe { min-height: 400px; }
  .model-section,.commercial-section,.delivery-section,.project-contact { padding:6rem 5vw; }
  .model-grid { grid-template-columns:1fr; }
  .model-card dl { grid-template-columns:1fr; gap:.75rem; }
  .model-comparison { overflow-x:auto; }
  .model-comparison > div { min-width:580px; }
  .milestone-list { grid-template-columns:1fr; }
  .milestone-list article,.milestone-list article:first-child { padding:1.5rem 0; border-right:0; border-bottom:1px solid rgba(24,40,61,.18); }
}
