:root {
  --forest: #314332;
  --forest-deep: #202c22;
  --moss: #63745d;
  --terracotta: #a45f3f;
  --paper: #f5f3ec;
  --sand: #e7e2d6;
  --ink: #20231f;
  --muted: #686c65;
  --white: #fff;
  --display: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
iframe { max-width: 100%; }
section[id] { scroll-margin-top: 72px; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: var(--white); transition: background .3s, height .3s, color .3s; }
.site-header.scrolled { height: 70px; background: rgba(32,44,34,.96); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(255,255,255,.12); }
.brand { justify-self: start; display: block; padding: .2rem; background: #3c4d39; border: 1px solid rgba(255,255,255,.22); }
.brand img { width: 72px; height: 56px; object-fit: contain; }
.nav { display: flex; gap: clamp(1.3rem, 3vw, 3.25rem); }
.nav a { position: relative; text-decoration: none; font-size: .84rem; letter-spacing: .04em; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: currentColor; transition: right .25s; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.65); text-decoration: none; font-size: .78rem; letter-spacing: .035em; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--white); color: var(--forest-deep); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: inherit; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { position: fixed; z-index: 25; inset: 0; display: none; place-content: center; gap: 1rem; background: var(--forest-deep); color: var(--white); visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.mobile-nav.open { visibility: visible; opacity: 1; }
.mobile-nav a { font-family: var(--display); font-size: clamp(2.3rem, 10vw, 4rem); line-height: 1.1; text-decoration: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 45%; transform: scale(1.015); animation: hero-in 1.3s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(22,28,22,.78) 0%, rgba(22,28,22,.44) 46%, rgba(22,28,22,.08) 75%), linear-gradient(0deg, rgba(22,28,22,.5), transparent 35%); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 86vw); margin-left: clamp(1.25rem, 8vw, 9rem); padding-top: 3rem; }
.eyebrow { margin: 0 0 1.35rem; color: var(--forest); font-size: .72rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.78); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.9rem, 11vw, 10rem); font-weight: 400; line-height: .75; letter-spacing: -.055em; }
.hero h1 em { font-size: .42em; font-style: normal; letter-spacing: 0; vertical-align: top; }
.hero-lede { margin: 2rem 0 0 .35rem; font-family: var(--display); font-size: clamp(1.55rem, 2.5vw, 2.3rem); line-height: 1.08; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin: 2.5rem 0 0 .35rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 1.4rem; text-decoration: none; font-size: .83rem; font-weight: 600; }
.button-light { background: var(--white); color: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .88rem; }
.light-link { color: var(--white); border-color: rgba(255,255,255,.7); }
.hero-meta { position: absolute; z-index: 2; right: clamp(1.25rem, 5vw, 5.5rem); bottom: 2.7rem; display: grid; grid-template-columns: repeat(2, minmax(130px,1fr)); gap: 1.4rem 2.8rem; }
.hero-meta div { display: grid; }
.hero-meta strong { font-family: var(--display); font-size: 1.65rem; font-weight: 400; }
.hero-meta span { color: rgba(255,255,255,.68); font-size: .72rem; letter-spacing: .04em; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(1.25rem, 4vw, 4.5rem); bottom: 2rem; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.72); text-decoration: none; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { width: 1px; height: 34px; background: rgba(255,255,255,.6); }

.intro { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 9rem); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.intro h2 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.intro-copy { max-width: 430px; padding-bottom: .45rem; }
.intro-copy p { margin: 0 0 2rem; color: var(--muted); font-size: 1.08rem; }

.image-panel { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); min-height: 760px; background: var(--forest); color: var(--white); }
.architecture-image { min-height: 680px; overflow: hidden; }
.architecture-image img { width: 100%; height: 100%; object-fit: cover; object-position: 76% center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.image-panel:hover .architecture-image img { transform: scale(1.025); }
.architecture-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem); }
.architecture-copy h2, .map-copy h2, .experience-heading h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 400; line-height: .94; letter-spacing: -.04em; }
.architecture-copy > p:not(.eyebrow) { max-width: 510px; margin: 2rem 0 2.5rem; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.detail-list { margin: 0; padding: 0; list-style: none; }
.detail-list li { display: flex; gap: 1.2rem; align-items: center; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; }
.detail-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.detail-list span { color: rgba(255,255,255,.44); font-size: .7rem; letter-spacing: .12em; }

.apartments, .progress-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 4rem; align-items: end; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-heading h2, .location-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 5.7vw, 5.7rem); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.brochure-callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: 0 0 1.25rem; padding: clamp(1.4rem, 3vw, 2.3rem); background: var(--sand); border-left: 4px solid var(--terracotta); }
.brochure-callout h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; line-height: 1; }
.brochure-callout .plan-kicker { margin-bottom: .55rem; }
.brochure-download { flex: 0 0 auto; gap: .7rem; }
.plan-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; align-items: stretch; }
.plan-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; background: var(--white); box-shadow: 0 24px 80px rgba(40,50,39,.08); }
.plan-visual { position: relative; display: grid; place-items: center; min-height: 710px; padding: 2rem; background: #e8e5dc; overflow: hidden; }
.plan-visual img { width: 100%; height: 100%; max-width: 520px; max-height: 670px; object-fit: contain; mix-blend-mode: multiply; }
.plan-badge { position: absolute; left: 1.5rem; bottom: 1.5rem; padding: .5rem .75rem; background: rgba(255,255,255,.86); color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.plan-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.2rem, 5vw, 5.5rem); }
.plan-kicker { margin: 0 0 1rem; color: var(--terracotta); font-size: .74rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.plan-info h3 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 3.2vw, 3.35rem); font-weight: 400; line-height: .98; }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 2.4rem 0; background: var(--sand); border: 1px solid var(--sand); }
.specs div { display: grid; padding: 1.1rem; background: var(--white); }
.specs strong { font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: 1; }
.specs span { margin-top: .25rem; color: var(--muted); font-size: .73rem; }
.check-list { margin: 0 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .48rem 0 .48rem 1.4rem; color: var(--muted); font-size: .88rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 1em; width: 7px; height: 7px; border-radius: 50%; background: var(--moss); }
.button-dark { align-self: flex-start; background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--forest-deep); }

.proximity-map { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); min-height: 690px; background: var(--terracotta); color: var(--white); }
.map-frame { min-height: 620px; padding: clamp(1rem, 2.2vw, 2rem); background: #e5e0d5; }
.map-frame iframe { width: 100%; height: 100%; min-height: 620px; border: 0; filter: saturate(.72) sepia(.08) contrast(.96); }
.map-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); }
.map-copy > p:not(.eyebrow) { max-width: 470px; margin: 1.8rem 0 2rem; color: rgba(255,255,255,.78); }
.route-highlight { display: grid; gap: .15rem; margin-bottom: 2.3rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.route-highlight strong { font-family: var(--display); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.route-highlight span { color: rgba(255,255,255,.7); font-size: .76rem; }
.map-copy .button { align-self: flex-start; }

.location { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; }
.location-image { overflow: hidden; }
.location-image img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); background: var(--sand); }
.location-copy > p:not(.eyebrow):not(.address) { max-width: 550px; color: var(--muted); }
.address { margin: 1.8rem 0 .3rem; font-weight: 600; }
.nearby-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 2rem 0; background: rgba(49,67,50,.15); }
.nearby-grid div { display: grid; min-height: 105px; padding: 1.15rem; background: var(--sand); }
.nearby-grid strong { font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.nearby-grid span { color: var(--muted); font-size: .74rem; }
.location-copy .text-link { align-self: flex-start; }

.progress-section { background: #eceae3; }
.progress-grid { display: grid; grid-template-columns: 1.5fr .75fr; grid-template-rows: repeat(2, minmax(250px, 1fr)); gap: 1rem; }
.progress-grid figure { position: relative; margin: 0; min-height: 320px; overflow: hidden; background: var(--sand); }
.progress-main { grid-row: 1 / 3; }
.progress-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.progress-grid figure:hover img { transform: scale(1.025); }
.progress-main figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; display: flex; justify-content: space-between; padding: .9rem 1rem; background: rgba(32,44,34,.88); color: var(--white); font-size: .8rem; }
.progress-main figcaption span { color: rgba(255,255,255,.65); }

.experience { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--forest-deep); color: var(--white); }
.experience-heading { max-width: 900px; margin-bottom: 4rem; }
.experience-heading > p:last-child { max-width: 550px; margin-top: 1.5rem; color: rgba(255,255,255,.64); }
.project-cards { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1rem; }
.project-card { min-height: 520px; display: grid; grid-template-rows: 1fr auto; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); }
.project-card-image { position: relative; min-height: 390px; overflow: hidden; }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-card:not(.project-current) .project-card-image img { object-position: center 40%; }
.guerrero-project .project-card-image img { object-position: center center; }
.project-card:hover .project-card-image img { transform: scale(1.025); }
.project-card-image > span { position: absolute; left: 1rem; top: 1rem; padding: .45rem .65rem; background: var(--terracotta); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.project-card-body { padding: 1.4rem; }
.project-card-body p, .project-card-body small { margin: 0; color: rgba(255,255,255,.52); font-size: .72rem; }
.project-card-body h3 { margin: .3rem 0; font-family: var(--display); font-size: 2.2rem; font-weight: 400; }
.placeholder-mark { display: grid; place-items: center; min-height: 390px; background: linear-gradient(135deg, #435846, #26362a); }
.project-placeholder.alt .placeholder-mark { background: linear-gradient(135deg, #73503e, #3f322b); }
.placeholder-mark span { font-family: var(--display); font-size: clamp(3.5rem, 7vw, 6rem); letter-spacing: .08em; opacity: .3; }

.contact { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 680px; background: var(--forest); color: var(--white); }
.contact-copy, .contact-details { padding: clamp(4rem, 8vw, 8rem); }
.contact-copy { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 2rem 0 2.5rem; color: rgba(255,255,255,.67); }
.contact-copy .button { align-self: flex-start; }
.contact-details { display: grid; align-content: center; gap: 2rem; }
.contact-details div { display: grid; gap: .4rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-details span { color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-details a, .contact-details p { margin: 0; text-decoration: none; font-family: var(--display); font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.2; overflow-wrap: anywhere; }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 4vw, 4.5rem); background: #141c16; color: rgba(255,255,255,.5); font-size: .72rem; }
.footer img { width: 64px; opacity: .9; }
.footer p { margin: 0; }
.footer p:last-child { justify-self: end; }
.whatsapp-fab { position: fixed; z-index: 22; right: 1.2rem; bottom: 1.2rem; display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: #25d366; color: var(--white); box-shadow: 0 10px 32px rgba(0,0,0,.28); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-fab:hover, .whatsapp-fab:focus-visible { transform: translateY(-2px) scale(1.04); box-shadow: 0 14px 36px rgba(0,0,0,.32); }
.whatsapp-fab svg { width: 31px; height: 31px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-image { animation: none; } * { transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .mobile-nav { display: grid; }
  .brand img { width: 62px; }
  .header-cta { display: none; }
  .hero { align-items: flex-start; padding-top: 30svh; }
  .hero-shade { background: linear-gradient(0deg, rgba(22,28,22,.83) 0%, rgba(22,28,22,.48) 60%, rgba(22,28,22,.1) 100%); }
  .hero-copy { margin-left: 1.25rem; }
  .hero h1 { font-size: clamp(4.5rem, 25vw, 8rem); }
  .hero-meta { left: 1.25rem; right: 1.25rem; bottom: 2rem; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
  .hero-meta div:last-child { display: none; }
  .hero-meta strong { font-size: 1.35rem; }
  .hero-meta span { font-size: .63rem; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .image-panel, .location, .contact { grid-template-columns: 1fr; }
  .architecture-image, .location-image { min-height: 65svh; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .proximity-map { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 520px; }
  .plan-options { grid-template-columns: 1fr; }
  .plan-visual { min-height: 680px; }
  .progress-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .progress-main { grid-column: 1 / 3; grid-row: auto; min-height: 520px !important; }
  .project-cards { grid-template-columns: 1fr 1fr; }
  .project-current { grid-column: 1 / 3; }
  .contact-copy { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 560px) {
  .header-cta { padding: .62rem .72rem; }
  .hero { min-height: 780px; padding-top: 220px; padding-bottom: 190px; }
  .hero-copy { width: calc(100% - 2.5rem); padding-top: 0; }
  .hero-image { object-position: 62% center; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.1rem; }
  .hero-meta { grid-template-columns: repeat(3, 1fr); }
  .intro h2 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .architecture-image { min-height: 72svh; }
  .architecture-copy { padding: 4rem 1.25rem; }
  .section-heading { gap: 1.4rem; }
  .brochure-callout { align-items: flex-start; flex-direction: column; }
  .brochure-download { width: 100%; }
  .plan-visual { min-height: 540px; padding: 1.2rem; }
  .plan-info { padding: 2.2rem 1.25rem; }
  .map-frame { min-height: 430px; padding: .75rem; }
  .map-frame iframe { min-height: 430px; }
  .map-copy { padding: 4rem 1.25rem; }
  .location-image { min-height: 56svh; }
  .location-copy { padding: 4rem 1.25rem; }
  .nearby-grid { grid-template-columns: 1fr 1fr; }
  .progress-grid { grid-template-columns: 1fr; }
  .progress-main { grid-column: auto; min-height: 430px !important; }
  .progress-grid figure { min-height: 290px; }
  .project-cards { grid-template-columns: 1fr; }
  .project-current { grid-column: auto; }
  .project-card, .project-card-image, .placeholder-mark { min-height: 390px; }
  .contact-copy, .contact-details { padding: 4rem 1.25rem; }
  .footer { grid-template-columns: 1fr; gap: .8rem; }
  .footer p:last-child { justify-self: start; }
  .whatsapp-fab { right: .9rem; bottom: max(.9rem, env(safe-area-inset-bottom)); width: 56px; height: 56px; }
}

@media (max-width: 380px) {
  .hero { min-height: 820px; padding-top: 210px; }
  .hero h1 { font-size: 4.35rem; }
  .hero-meta { grid-template-columns: repeat(2, 1fr); }
  .hero-meta div:nth-child(3) { display: none; }
  .nearby-grid, .specs { grid-template-columns: 1fr; }
  .progress-main { min-height: 360px !important; }
}
