:root {
  --green-950: #082c20;
  --green-900: #103e2b;
  --green-800: #175538;
  --green-700: #1f6b46;
  --green-100: #e5eee7;
  --cream: #f6f0e5;
  --cream-deep: #eee4d2;
  --white: #fffdf8;
  --orange-600: #c85d1b;
  --orange-500: #e77b32;
  --orange-100: #f8e0cb;
  --text: #1d2c25;
  --muted: #657068;
  --line: rgba(8, 44, 32, .14);
  --container: 1180px;
  --header-height: 82px;
  --radius: 24px;
  --radius-sm: 14px;
  --shadow: 0 24px 70px rgba(8, 44, 32, .13);
  --shadow-soft: 0 12px 34px rgba(8, 44, 32, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--green-950);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}
h1 { max-width: 14ch; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5rem); letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4.2vw, 3.7rem); letter-spacing: -.035em; }
h3 { margin-bottom: 10px; font-size: 1.28rem; }
:focus-visible { outline: 3px solid #f4a066; outline-offset: 4px; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.icon-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 3000; padding: 10px 15px; border-radius: 10px; background: var(--white); color: var(--green-950); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  min-height: var(--header-height);
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 44, 32, .94);
  box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
  backdrop-filter: blur(14px);
  transition: min-height 220ms ease, background 220ms ease;
}
.site-header.is-compact { min-height: 68px; background: rgba(8, 44, 32, .985); }
.reading-progress { width: 100%; height: 3px; position: absolute; inset: auto 0 0; z-index: 2; background: var(--orange-500); transform: scaleX(0); transform-origin: left; }
.header-row { min-height: inherit; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 45px; border: 1px solid rgba(255,255,255,.25); border-radius: 50% 50% 50% 12px; background: var(--cream); color: var(--green-900); font-family: Georgia, serif; font-weight: 900; transition: transform 220ms ease; }
.brand:hover .brand-mark { transform: rotate(-4deg); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; line-height: 1.1; }
.brand small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: .71rem; letter-spacing: .025em; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { min-height: 44px; position: relative; display: inline-flex; align-items: center; color: rgba(255,255,255,.82); font-size: .88rem; font-weight: 760; }
.site-nav a:not(.nav-cta)::after { width: 100%; height: 1px; position: absolute; right: 0; bottom: 8px; content: ""; background: var(--orange-500); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { padding: 0 19px; border-radius: 999px; background: var(--orange-500); color: #231207; box-shadow: 0 8px 22px rgba(231,123,50,.18); }
.menu-toggle { min-width: 46px; min-height: 46px; display: none; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); color: var(--white); cursor: pointer; font-weight: 800; }
.menu-toggle svg, .btn svg, .floating-whatsapp svg, .hero-services svg { width: 20px; height: 20px; fill: currentColor; flex: 0 0 auto; }

.hero {
  min-height: min(820px, calc(100svh - var(--header-height)));
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) 0;
  background:
    linear-gradient(90deg, rgba(8,44,32,.055) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(rgba(8,44,32,.055) 1px, transparent 1px) 0 0 / 58px 58px,
    radial-gradient(circle at 12% 6%, rgba(231,123,50,.16), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(31,107,70,.17), transparent 32%),
    linear-gradient(145deg, #fffdf8 0%, var(--cream) 58%, #efe3cf 100%);
}
.hero::before { width: 420px; height: 420px; position: absolute; right: -210px; bottom: -210px; content: ""; border: 1px solid rgba(8,44,32,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(8,44,32,.025), 0 0 0 140px rgba(8,44,32,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(42px, 7vw, 88px); }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { width: fit-content; margin-bottom: 16px; padding: 7px 12px; border: 1px solid rgba(200,93,27,.16); border-radius: 999px; background: var(--orange-100); color: #8a3e13; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.hero-lead { max-width: 59ch; margin-bottom: 17px; color: #536158; font-size: clamp(1.04rem, 1.7vw, 1.22rem); }
.hero-services { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-bottom: 20px; color: var(--green-700); font-size: .9rem; font-weight: 850; }
.hero-services span { display: inline-flex; align-items: center; gap: 6px; }
.price-note { max-width: 630px; display: grid; gap: 2px; padding: 15px 18px; border-left: 4px solid var(--orange-500); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: rgba(255,253,248,.8); box-shadow: var(--shadow-soft); backdrop-filter: blur(8px); }
.price-note span { color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-note strong { color: var(--green-900); font-size: 1.18rem; }
.price-note small { color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { min-height: 52px; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; overflow: hidden; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 850; line-height: 1.2; text-align: center; transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease, border-color 170ms ease; }
.btn::after { width: 36px; height: 140%; position: absolute; top: -20%; left: -58px; content: ""; background: rgba(255,255,255,.18); transform: skewX(-18deg); transition: left 420ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { left: calc(100% + 24px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn-primary { background: var(--green-700); color: var(--white); box-shadow: 0 13px 28px rgba(31,107,70,.2); }
.btn-primary:hover { background: var(--green-900); box-shadow: 0 16px 34px rgba(8,44,32,.22); }
.btn-secondary { background: var(--orange-500); color: #231207; box-shadow: 0 13px 28px rgba(231,123,50,.18); }
.btn-secondary:hover { background: #d96a24; }
.btn-outline { border-color: rgba(8,44,32,.25); background: var(--white); color: var(--green-900); }
.btn-outline:hover { border-color: var(--green-700); }

.project-card { position: relative; overflow: hidden; border: 1px solid rgba(8,44,32,.13); border-radius: 38px 12px 38px 12px; background: var(--white); box-shadow: var(--shadow); transform: rotate(.35deg); }
.project-card::after { position: absolute; inset: 0; content: ""; pointer-events: none; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; }
.parcel-plan { min-height: 315px; position: relative; overflow: hidden; padding: 23px; background: linear-gradient(145deg, var(--green-950), var(--green-700)); }
.parcel-plan::before { position: absolute; inset: 0; content: ""; opacity: .38; background: repeating-radial-gradient(circle at 25% 15%, transparent 0 21px, rgba(255,255,255,.07) 22px 23px); }
.parcel-coordinates { position: relative; z-index: 2; display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: .66rem; font-weight: 800; letter-spacing: .09em; }
.plot-canvas { width: 82%; height: 195px; position: absolute; right: 7%; bottom: 43px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; padding-right: 29px; transform: perspective(500px) rotateX(5deg) rotateZ(-5deg); }
.plot-canvas i { min-width: 0; border: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.07); transition: background 220ms ease, transform 220ms ease; }
.plot-canvas i:nth-child(2), .plot-canvas i:nth-child(7), .plot-canvas i:nth-child(11) { background: rgba(231,123,50,.34); }
.project-card:hover .plot-canvas i:nth-child(2), .project-card:hover .plot-canvas i:nth-child(7), .project-card:hover .plot-canvas i:nth-child(11) { background: rgba(231,123,50,.62); transform: translateY(-2px); }
.plot-canvas b { width: 20px; position: absolute; inset: 0 0 0 auto; display: grid; place-items: center; background: rgba(246,240,229,.86); color: var(--green-950); font-size: .55rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.parcel-label { position: absolute; bottom: 18px; left: 22px; z-index: 2; padding: 6px 11px; border-radius: 999px; background: rgba(255,253,248,.94); color: var(--green-900); font-size: .72rem; font-weight: 850; }
.project-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.project-facts div { display: grid; gap: 2px; padding: 16px 18px; background: var(--white); }
.project-facts span { color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.project-facts strong { color: var(--green-900); font-size: 1.02rem; }
.project-card > p { margin: 0; padding: 14px 18px; color: var(--muted); font-size: .76rem; }

.fact-ribbon { position: relative; z-index: 3; background: var(--green-950); color: var(--white); }
.fact-ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-ribbon-grid > div { min-height: 122px; display: grid; align-content: center; gap: 2px; padding: 22px 28px; border-left: 1px solid rgba(255,255,255,.12); }
.fact-ribbon-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.fact-ribbon strong { color: var(--white); font-family: Georgia, serif; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.fact-ribbon span { color: rgba(255,255,255,.58); font-size: .75rem; font-weight: 700; }

.section { padding: clamp(72px, 8vw, 112px) 0; }
.section-soft { background: var(--white); }
.section-heading { max-width: 800px; margin: 0 auto 44px; text-align: center; }
.section-heading .eyebrow { margin-inline: auto; }
.section-heading p, .section-copy { color: var(--muted); font-size: 1.05rem; }
.section-heading-left { margin: 0; text-align: left; }
.section-heading-left .eyebrow { margin-inline: 0; }
.services-section { position: relative; overflow: hidden; background: var(--green-950); color: rgba(255,255,255,.78); }
.services-section::before { width: 480px; height: 480px; position: absolute; top: -300px; right: -110px; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.services-section h2, .services-section h3 { color: var(--white); }
.services-section .section-heading p { color: rgba(255,255,255,.62); }
.services-section .eyebrow { border-color: rgba(231,123,50,.25); background: rgba(231,123,50,.15); color: #ffc18f; }
.service-grid, .feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card, .feature-card { position: relative; overflow: hidden; padding: 29px; border-radius: var(--radius); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.service-card::before, .feature-card::before { width: 74px; height: 74px; position: absolute; right: -28px; bottom: -28px; content: ""; border: 1px solid currentColor; border-radius: 50%; opacity: .08; }
.service-card { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); }
.service-card:hover { border-color: rgba(255,193,143,.42); background: rgba(255,255,255,.08); transform: translateY(-4px); }
.service-card > span { display: block; margin-bottom: 20px; color: #ffc18f; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.service-card p { margin: 0; color: rgba(255,255,255,.62); }
.feature-card { border: 1px solid var(--line); background: rgba(255,253,248,.72); box-shadow: var(--shadow-soft); }
.feature-card:hover { border-color: rgba(31,107,70,.3); box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-card p, .process-grid p { margin-bottom: 0; color: var(--muted); }
.step-number { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50% 50% 50% 11px; background: var(--orange-100); color: #8a3e13; font-size: .78rem; font-weight: 900; }
.center-action { display: flex; justify-content: center; margin-top: 32px; }

.location-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.fact-list { margin: 28px 0 0; border-top: 1px solid var(--line); }
.fact-list div { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.fact-list dt { color: var(--muted); }
.fact-list dd { margin: 0; color: var(--green-900); font-weight: 850; text-align: right; }
.map-shell, .map-placeholder, .map-shell iframe { min-height: 420px; }
.map-shell { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 40px 12px 40px 12px; background: var(--green-100); box-shadow: var(--shadow); }
.map-shell::before { position: absolute; inset: 0; content: ""; opacity: .42; pointer-events: none; background: linear-gradient(35deg, transparent 45%, rgba(255,255,255,.8) 46% 50%, transparent 51%), repeating-linear-gradient(90deg, rgba(8,44,32,.09) 0 1px, transparent 1px 62px), repeating-linear-gradient(rgba(8,44,32,.09) 0 1px, transparent 1px 48px); }
.map-placeholder { position: relative; z-index: 1; display: grid; place-items: center; align-content: center; padding: 38px; text-align: center; }
.map-placeholder > svg { width: 56px; height: 56px; margin-bottom: 13px; fill: var(--green-700); filter: drop-shadow(0 8px 10px rgba(31,107,70,.16)); }
.map-placeholder p { max-width: 40ch; color: var(--muted); }
.map-shell iframe { width: 100%; position: relative; z-index: 2; display: block; border: 0; opacity: 1; animation: map-in 420ms ease both; }
.map-shell.is-loading::after { width: 28px; height: 28px; position: absolute; top: 50%; left: 50%; z-index: 3; content: ""; border: 3px solid rgba(8,44,32,.16); border-top-color: var(--green-700); border-radius: 50%; animation: spin 700ms linear infinite; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-grid::before { height: 1px; position: absolute; top: 25px; right: 12.5%; left: 12.5%; content: ""; background: linear-gradient(90deg, var(--orange-500), var(--green-700)); }
.process-grid li { position: relative; display: grid; justify-items: center; gap: 14px; padding: 0 22px; text-align: center; }
.process-grid li > span { width: 52px; height: 52px; z-index: 1; display: grid; place-items: center; border: 7px solid var(--cream); border-radius: 50%; background: var(--green-900); color: var(--white); font-weight: 900; }
.process-grid h3 { margin-bottom: 8px; }

.faq-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); align-items: start; gap: clamp(42px, 7vw, 90px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; color: var(--green-950); cursor: pointer; font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; content: "+"; border-radius: 50%; background: var(--orange-100); color: #8a3e13; font-family: sans-serif; transition: transform 200ms ease, background 200ms ease; }
.faq-list details[open] summary::after { background: var(--green-900); color: var(--white); transform: rotate(45deg); }
.faq-list details p { margin-bottom: 22px; padding-right: 50px; color: var(--muted); animation: answer-in 220ms ease both; }

.contact-section { position: relative; overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(231,123,50,.15), transparent 28%), var(--cream); }
.contact-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; overflow: hidden; padding: clamp(32px, 5.5vw, 62px); border: 1px solid var(--line); border-radius: 40px 12px 40px 12px; background: var(--white); box-shadow: var(--shadow); }
.contact-card::after { width: 260px; height: 260px; position: absolute; right: -150px; bottom: -150px; content: ""; border: 1px solid rgba(8,44,32,.1); border-radius: 50%; box-shadow: 0 0 0 45px rgba(8,44,32,.025), 0 0 0 90px rgba(8,44,32,.015); }
.contact-card > * { position: relative; z-index: 1; }
.contact-card p:last-child { max-width: 67ch; margin-bottom: 0; color: var(--muted); }
.contact-actions { min-width: 235px; display: grid; gap: 11px; }
.site-footer { padding: 52px 0 calc(52px + env(safe-area-inset-bottom)); background: var(--green-950); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 44px; }
.footer-grid strong { color: var(--white); font-family: Georgia, serif; font-size: 1.18rem; }
.footer-grid p { margin: 8px 0 0; font-size: .87rem; }
.footer-grid nav { display: grid; gap: 2px; }
.footer-grid nav a { min-height: 44px; display: flex; align-items: center; }
.footer-grid nav a:hover { color: var(--white); }
.floating-whatsapp { min-width: 58px; min-height: 58px; position: fixed; right: max(17px, env(safe-area-inset-right)); bottom: max(17px, env(safe-area-inset-bottom)); z-index: 900; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 19px; border: 2px solid rgba(255,255,255,.75); border-radius: 999px; background: #25d366; color: #062d1a; box-shadow: 0 17px 38px rgba(0,0,0,.2); font-weight: 900; transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(0,0,0,.25); }
.floating-whatsapp.is-suppressed { opacity: 0; pointer-events: none; transform: translateY(12px); }
.deferred-section { content-visibility: auto; contain-intrinsic-size: auto 850px; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease var(--reveal-delay, 0ms), transform 520ms cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.motion-ready .hero-copy > *, .motion-ready .project-card { opacity: 0; animation: hero-in 620ms cubic-bezier(.2,.7,.2,1) both; }
.motion-ready .hero-copy > :nth-child(2) { animation-delay: 70ms; }
.motion-ready .hero-copy > :nth-child(3) { animation-delay: 140ms; }
.motion-ready .hero-copy > :nth-child(4) { animation-delay: 190ms; }
.motion-ready .hero-copy > :nth-child(5) { animation-delay: 240ms; }
.motion-ready .hero-copy > :nth-child(6) { animation-delay: 290ms; }
.motion-ready .project-card { animation-delay: 170ms; }
.motion-ready .project-card .plot-canvas i { animation: plot-in 460ms cubic-bezier(.2,.7,.2,1) both; }
.motion-ready .project-card .plot-canvas i:nth-child(2n) { animation-delay: 100ms; }
.motion-ready .project-card .plot-canvas i:nth-child(3n) { animation-delay: 180ms; }

@keyframes hero-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes plot-in { from { opacity: 0; transform: scale(.9); } to { opacity: 1; transform: scale(1); } }
@keyframes answer-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@keyframes map-in { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid, .location-grid, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .project-card { width: min(100%, 720px); transform: none; }
  .fact-ribbon-grid { grid-template-columns: 1fr 1fr; }
  .fact-ribbon-grid > div { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .process-grid::before { display: none; }
  .process-grid li { grid-template-columns: 52px 1fr; justify-items: start; text-align: left; }
  .process-grid li > span { border-width: 5px; }
  .contact-actions { width: min(100%, 430px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --header-height: 70px; }
  .container { width: min(var(--container), calc(100% - 30px)); }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 15px; left: 15px; display: none; grid-template-columns: 1fr 1fr; gap: 4px; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: var(--green-950); box-shadow: 0 22px 50px rgba(0,0,0,.26); }
  .js .site-header.is-open .site-nav { display: grid; animation: menu-in 180ms ease both; }
  .site-nav a { justify-content: center; padding: 0 12px; border-radius: 12px; }
  .site-nav a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { grid-column: 1 / -1; margin-top: 4px; }
  .service-grid, .feature-grid { grid-template-columns: 1fr; }
  .service-card, .feature-card { padding: 24px; }
  .map-shell, .map-placeholder, .map-shell iframe { min-height: 360px; }
  .floating-whatsapp { width: 58px; padding: 0; }
  .floating-whatsapp span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  @keyframes menu-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 620px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .brand small { display: none; }
  .brand-mark { width: 41px; height: 41px; flex-basis: 41px; }
  h1 { max-width: none; font-size: clamp(2.65rem, 12vw, 3.6rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.8rem); }
  .hero { padding: 48px 0 58px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .hero::before { display: none; }
  .hero-lead { font-size: 1rem; }
  .actions, .actions .btn, .center-action .btn { width: 100%; }
  .project-facts, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .parcel-plan { min-height: 260px; }
  .plot-canvas { height: 165px; }
  .fact-ribbon-grid { grid-template-columns: 1fr 1fr; }
  .fact-ribbon-grid > div { min-height: 102px; padding: 18px 16px; }
  .fact-ribbon strong { font-size: 1.35rem; }
  .fact-list div { display: grid; gap: 2px; }
  .fact-list dd { text-align: left; }
  .process-grid { gap: 24px; }
  .process-grid li { grid-template-columns: 48px 1fr; padding: 0; text-align: left; }
  .process-grid li > span { width: 48px; height: 48px; border: 0; }
  .map-shell, .map-placeholder, .map-shell iframe { min-height: 330px; }
  .map-placeholder { padding: 28px 20px; }
  .contact-card { padding: 30px 20px; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 380px) {
  .fact-ribbon-grid { grid-template-columns: 1fr; }
  .fact-ribbon-grid > div { min-height: 86px; }
}

@media (hover: none) {
  .btn:hover, .service-card:hover, .feature-card:hover, .floating-whatsapp:hover { transform: none; }
  .btn::after { display: none; }
}

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