:root {
  --navy: #0b1f3a;
  --navy-2: #142f50;
  --green: #2e8b57;
  --green-dark: #237346;
  --sage: #e7f0ea;
  --off-white: #f7f8f6;
  --line: #e2e8e5;
  --text: #5b6777;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--navy); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  height: 94px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center;
  gap: 40px; padding: 0 clamp(24px, 4.5vw, 76px); background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(226,232,229,.7); position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
}
.brand img, .footer-brand img { width: 185px; height: auto; display: block; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.3vw, 42px); }
.desktop-nav a { font-size: 14px; font-weight: 600; position: relative; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--green); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; padding: 0 28px; font-size: 14px; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 30px rgba(46,139,87,.16); }
.button-primary:hover { background: var(--green-dark); }
.button-outline { color: var(--green-dark); border-color: var(--green); background: transparent; }
.button-outline:hover { background: var(--green); color: var(--white); }
.mobile-menu { display: none; position: relative; }

.hero { min-height: calc(100vh - 94px); display: grid; grid-template-columns: minmax(420px, .86fr) minmax(540px, 1.14fr); }
.hero-copy { padding: clamp(70px, 10vh, 120px) clamp(36px, 5vw, 90px) 52px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 26px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 630px; margin: 0; font-size: clamp(48px, 4.5vw, 74px); line-height: 1.04; letter-spacing: -.045em; font-weight: 720; }
.hero-text { color: var(--text); max-width: 560px; margin: 28px 0 0; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.hero-signature { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: auto 0 0; padding-top: 54px; color: #647083; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; font-weight: 700; }
.hero-signature span { width: 28px; height: 1px; background: var(--green); margin-right: 6px; }
.hero-signature i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }
.hero-image { margin: 0 0 0; border-radius: 56px 0 0 0; background-image: linear-gradient(90deg, rgba(11,31,58,.03), rgba(11,31,58,0)), url('/images/hero-loteamento.png'); background-size: cover; background-position: 54% center; min-height: 680px; }

.stats { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 clamp(24px,5vw,84px); }
.stats div { min-height: 150px; padding: 32px clamp(18px,3vw,48px); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.stats div:first-child { border-left: 1px solid var(--line); }
.stats strong { color: var(--navy); font-size: 34px; letter-spacing: -.03em; }
.stats span { margin-top: 7px; color: var(--text); font-size: 13px; }

.section { padding: 120px clamp(24px,7vw,110px); }
.intro { display: grid; grid-template-columns: 1fr .9fr; gap: 10vw; background: var(--off-white); }
.section h2, .land-cta h2, .agro h2, .contact h2 { margin: 0; font-size: clamp(38px,4vw,60px); line-height: 1.08; letter-spacing: -.04em; }
.intro-copy > p, .section-heading > p, .partners-copy > p, .agro-copy > p, .contact-copy > p { color: var(--text); font-size: 17px; line-height: 1.8; margin: 0; }
.text-link { display: inline-flex; gap: 16px; align-items: center; margin-top: 30px; color: var(--green-dark); font-weight: 750; font-size: 14px; }
.text-link span { font-size: 22px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.areas { background: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 22px; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.area-card { min-height: 580px; padding: 48px; display: grid; grid-template-columns: 62px 1fr; gap: 28px; border-radius: 10px; overflow: hidden; }
.area-urbanismo { color: var(--white); background: linear-gradient(145deg, rgba(11,31,58,.98), rgba(20,47,80,.95)), radial-gradient(circle at 90% 10%, #44735c, transparent 40%); }
.area-incorporacao { background: var(--sage); color: var(--navy); }
.area-number { font-size: 13px; color: #7db28f; font-weight: 800; padding-top: 4px; }
.card-label { margin: 0 0 52px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; color: var(--green); }
.area-urbanismo .card-label { color: #8cc9a1; }
.area-card h3 { max-width: 430px; font-size: clamp(32px,3vw,45px); line-height: 1.1; letter-spacing: -.035em; margin: 0 0 24px; }
.area-card p:not(.card-label) { font-size: 16px; line-height: 1.75; opacity: .8; max-width: 480px; }
.area-card ul { list-style: none; padding: 0; margin: 38px 0 0; display: grid; gap: 16px; }
.area-card li { position: relative; padding-left: 24px; font-size: 14px; font-weight: 600; }
.area-card li::before { content: ""; width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; position: absolute; left: 0; top: 5px; opacity: .7; }

.process-section { color: var(--white); background: var(--navy); }
.eyebrow-light { color: #8bc29e; }
.process-heading > p:last-child { color: #aeb8c5; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.process-card { min-height: 245px; padding: 36px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.process-card span { color: #7db28f; font-size: 11px; font-weight: 800; }
.process-card h3 { margin: 58px 0 12px; font-size: 22px; }
.process-card p { color: #abb7c5; line-height: 1.7; font-size: 14px; max-width: 290px; }

.projects { background: var(--off-white); }
.projects-heading { max-width: none; display: grid; grid-template-columns: 1fr .65fr; gap: 10vw; align-items: end; }
.projects-heading > p { padding-bottom: 10px; }
.project-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; }
.project-card { grid-column: span 6; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(11,31,58,.09); }
.project-visual { height: 250px; position: relative; overflow: hidden; background: #2e7654; }
.project-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-visual.has-image::before { width: 100%; height: 100%; left: 0; bottom: 0; border: 0; border-radius: 0; transform: none; background: linear-gradient(180deg, rgba(7,22,38,.32) 0%, transparent 38%, rgba(7,22,38,.12) 100%); pointer-events: none; z-index: 1; }
.project-visual.has-image::after { display: none; }
.project-blue .project-visual { background: #315a74; }
.project-sage .project-visual { background: #6b806e; }
.project-gold .project-visual { background: #827451; }
.project-navy .project-visual { background: #1b354e; }
.project-visual::before, .project-visual::after { content: ""; position: absolute; width: 140%; height: 75px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transform: rotate(-16deg); left: -20%; bottom: 38px; }
.project-visual::after { bottom: 92px; left: -4%; transform: rotate(15deg); }
.project-index { position: absolute; left: 26px; top: 24px; z-index: 2; color: rgba(255,255,255,.88); font-weight: 700; font-size: 12px; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.project-state { position: absolute; right: 24px; top: 20px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); color: white; background: rgba(7,22,38,.16); font-size: 10px; font-weight: 800; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.project-lines i { position: absolute; height: 1px; background: rgba(255,255,255,.25); width: 70%; left: 15%; top: 47%; transform: rotate(-32deg); }
.project-lines i:nth-child(2) { transform: rotate(25deg); top: 61%; }
.project-lines i:nth-child(3) { transform: rotate(-4deg); top: 76%; }
.project-content { padding: 30px; min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; }
.project-content > p { color: var(--green); text-transform: uppercase; font-size: 10px; letter-spacing: .13em; font-weight: 800; margin: 0 0 20px; }
.project-content h3 { font-size: 29px; letter-spacing: -.025em; margin: 0 0 7px; }
.project-content strong { color: var(--text); font-size: 13px; font-weight: 650; }
.project-content > span { color: var(--text); line-height: 1.65; font-size: 14px; margin-top: 22px; }
.project-content > small { color: #7b8794; font-size: 10px; line-height: 1.5; margin-top: auto; padding-top: 20px; }

.land-cta { margin: 0; padding: 88px clamp(24px,7vw,110px); color: var(--white); background: var(--green-dark); display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }
.land-cta > div { max-width: 820px; }
.land-cta p:not(.eyebrow) { max-width: 720px; color: #d7eadf; line-height: 1.75; font-size: 16px; }
.button-light { background: var(--white); color: var(--green-dark); min-width: 230px; }

.partners { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.partners-copy h2 { margin-bottom: 28px; }
.partner-principles { border-top: 1px solid var(--line); }
.partner-principles div { display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: center; min-height: 105px; border-bottom: 1px solid var(--line); }
.partner-principles span { color: var(--green); font-size: 11px; font-weight: 800; }
.partner-principles strong { font-size: 18px; }

.agro { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 590px; background: #edf1e8; }
.agro-visual { min-height: 590px; background-image: linear-gradient(90deg, rgba(11,31,58,.06), rgba(11,31,58,0)), url('/images/agro-soja.png'); background-size: cover; background-position: center center; }
.agro-copy { padding: 100px clamp(36px,6vw,100px); display: flex; flex-direction: column; justify-content: center; }
.agro-copy h2 { margin-bottom: 26px; }
.agro-location { margin-top: 40px; padding-top: 28px; border-top: 1px solid #ccd7c7; display: flex; align-items: center; gap: 18px; }
.agro-location span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; font-size: 10px; font-weight: 800; color: var(--green); }

.contact { padding: 120px clamp(24px,7vw,110px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; color: var(--white); background: var(--navy); }
.contact-copy > p:not(.eyebrow) { color: #aeb8c5; }
.contact-copy h2 { margin-bottom: 28px; }
.contact-details { margin-top: 55px; display: grid; gap: 13px; color: #dce4ec; font-size: 14px; }
.contact-details a { width: fit-content; }
.contact-form { padding: 46px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); display: grid; gap: 22px; border-radius: 8px; }
.contact-form label { display: grid; gap: 9px; color: #cbd4de; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); background: transparent; color: white; padding: 11px 0 14px; outline: none; text-transform: none; letter-spacing: normal; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #7db28f; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #748397; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form button { border: 0; cursor: pointer; margin-top: 8px; }
.contact-form small { color: #7f8da0; line-height: 1.5; }

footer { min-height: 175px; padding: 42px clamp(24px,5vw,76px); display: grid; grid-template-columns: auto 1fr auto; gap: 32px 55px; align-items: center; border-top: 1px solid var(--line); }
footer p { color: var(--text); font-size: 12px; }
footer div { display: flex; gap: 30px; font-size: 12px; font-weight: 650; }
footer > span { grid-column: 1 / -1; color: #8a94a1; font-size: 10px; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 30; min-height: 54px; display: inline-flex; align-items: center; gap: 11px; padding: 8px 20px 8px 8px; border-radius: 999px; color: white; background: #25d366; box-shadow: 0 14px 36px rgba(14, 73, 39, .28); font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #1fbd5a; }
.whatsapp-float span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.4); font-size: 10px; font-weight: 850; letter-spacing: .04em; }

@media (max-width: 1100px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; border: 1px solid var(--green); padding: 11px 16px; color: var(--green-dark); font-size: 13px; font-weight: 700; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 54px; width: 260px; padding: 20px; background: white; box-shadow: 0 18px 55px rgba(11,31,58,.16); display: grid; gap: 4px; }
  .mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .project-card { grid-column: span 6; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand img { width: 150px; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy { padding: 68px 24px 44px; }
  .hero h1 { font-size: clamp(44px,13vw,60px); }
  .hero-text { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-signature { margin-top: 30px; line-height: 1.8; }
  .hero-image { min-height: 430px; margin-left: 24px; border-radius: 32px 0 0 0; }
  .stats { grid-template-columns: 1fr 1fr; padding: 0; }
  .stats div { min-height: 120px; padding: 22px; }
  .stats div:first-child { border-left: 0; }
  .stats strong { font-size: 27px; }
  .section { padding: 82px 24px; }
  .intro, .partners, .contact { grid-template-columns: 1fr; gap: 52px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 0; padding: 32px 26px; grid-template-columns: 1fr; gap: 15px; }
  .card-label { margin-bottom: 36px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card { min-height: 220px; padding: 25px; }
  .process-card h3 { margin-top: 42px; }
  .projects-heading { grid-template-columns: 1fr; gap: 20px; }
  .project-card { grid-column: 1 / -1; }
  .land-cta { padding: 72px 24px; grid-template-columns: 1fr; gap: 32px; }
  .land-cta .button { width: 100%; }
  .agro { grid-template-columns: 1fr; }
  .agro-visual { min-height: 320px; }
  .agro-copy { padding: 72px 24px; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 18px; }
  footer div { flex-wrap: wrap; }
  footer > span { grid-column: 1; }
  .whatsapp-float { right: 16px; bottom: 16px; padding-right: 16px; }
}

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