:root {
  --black: #02070d;
  --navy: #030d18;
  --navy-light: #071827;
  --red: #e21a23;
  --red-dark: #bd1018;
  --green: #52b834;
  --green-dark: #3d9824;
  --white: #fff;
  --muted: #b8bec6;
  --line: rgba(255, 255, 255, .13);
  --container: 1310px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; padding-top: 102px; overflow-x: hidden; color: var(--white); background: var(--black); font-family: "Inter", sans-serif; }
body.menu-open { overflow: hidden; }
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: min(calc(100% - 72px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 2000; top: -60px; left: 15px; padding: 10px 16px; background: var(--red); }
.skip-link:focus { top: 15px; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 102px; background: rgba(2, 8, 15, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); transition: background .35s ease, box-shadow .35s ease, border-color .35s ease; }
.site-header.scrolled { background: rgba(1, 6, 12, .985); border-color: rgba(255,255,255,.08); box-shadow: 0 12px 35px rgba(0,0,0,.34); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { width: 200px; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand span { margin-bottom: 5px; font-size: 11px; letter-spacing: .5em; transform: translateX(.25em); }
.brand strong { font-family: "Montserrat", sans-serif; font-size: 26px; letter-spacing: .16em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 40px; }
.nav-link { position: relative; padding: 42px 0 36px; color: #f4f5f6; border: 0; background: transparent; text-transform: uppercase; white-space: nowrap; font-size: 13px; font-weight: 700; cursor: pointer; }
.nav-link::after { content: ""; position: absolute; bottom: 29px; left: 0; width: 0; height: 2px; background: var(--red); transition: width .25s; }
.nav-link:hover, .nav-link.active { color: var(--red); }
.nav-link:hover::after, .nav-link.active::after { width: 42px; }
.nav-dropdown { position: relative; }
.dropdown-toggle { display: flex; align-items: center; gap: 8px; }
.dropdown-toggle svg { width: 14px; }
.dropdown-menu { position: absolute; top: 82px; left: -22px; width: 310px; padding: 10px; color: var(--white); background: #07111c; border: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.open .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.dropdown-menu a { display: block; padding: 12px; border-left: 2px solid transparent; font-size: 12px; line-height: 1.35; }
.dropdown-menu a:hover { color: var(--red); background: rgba(255,255,255,.04); border-color: var(--red); }
.header-contact { display: flex; align-items: center; gap: 28px; }
.phone { display: flex; align-items: center; gap: 10px; white-space: nowrap; font-weight: 700; font-size: 14px; }
.phone svg { width: 27px; color: var(--red); }
.button { position: relative; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; text-transform: uppercase; font-size: 12px; font-weight: 800; overflow: hidden; transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.button::after { content: ""; position: absolute; inset: -2px; background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.2) 48%, transparent 70%); transform: translateX(-120%); transition: transform .65s ease; pointer-events: none; }
.button:hover { transform: translateY(-3px); }
.button:hover::after { transform: translateX(120%); }
.button-red { background: var(--red); box-shadow: 0 10px 28px rgba(226,26,35,.15); }
.button-red:hover { background: var(--red-dark); box-shadow: 0 12px 32px rgba(226,26,35,.32), 0 0 16px rgba(226,26,35,.18); }
.button-green { background: var(--green); box-shadow: 0 10px 28px rgba(82,184,52,.2); }
.button-green:hover { background: var(--green-dark); box-shadow: 0 12px 32px rgba(82,184,52,.3); }
.button-outline { background: rgba(3,13,24,.5); border-color: rgba(255,255,255,.4); }
.button-outline:hover { border-color: var(--red); box-shadow: 0 10px 28px rgba(226,26,35,.13), inset 0 0 18px rgba(226,26,35,.05); }
.button svg { width: 22px; }
.header-button { min-height: 52px; padding-inline: 25px; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 8px; color: var(--white); background: transparent; border: 0; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px auto; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: 505px; overflow: hidden; background: var(--navy); }
.hero-background { position: absolute; inset: -5% 0; background: url("./assets/img/hero-planejar-premium.png?v=red") center/cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.04); will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,7,13,.99) 0%, rgba(1,7,13,.92) 22%, rgba(1,7,13,.57) 42%, rgba(1,7,13,.08) 70%), linear-gradient(0deg, rgba(2,9,16,.72), transparent 48%); }
.hero-inner { position: relative; min-height: 505px; display: flex; align-items: center; }
.hero-copy { width: 510px; padding: 42px 0 35px; }
.overline { margin: 0 0 17px; color: var(--red); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .3em; }
.hero h1 { margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(40px, 3.75vw, 56px); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 span { color: var(--red); }
.hero-description { max-width: 475px; margin: 21px 0 28px; color: #d0d4d8; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; gap: 16px; }
.hero-actions .button { min-width: 235px; }

.metrics { background: linear-gradient(90deg, #020a13, #061627 52%, #020a13); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 100px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 20px 28px; }
.metric + .metric { border-left: 1px solid var(--line); }
.metric svg { flex: 0 0 auto; width: 48px; height: 48px; color: var(--red); stroke-width: 1.7; }
.metric .brazil-map { width: 52px; height: 58px; }
.metric .brazil-map path { fill: rgba(226, 26, 35, .22); stroke-width: 2.8; }
.metric div { min-width: 145px; display: flex; flex-direction: column; }
.metric strong { font-family: "Montserrat", sans-serif; font-size: 29px; line-height: 1.05; }
.metric span { margin-top: 7px; color: #e1e4e7; text-transform: uppercase; font-size: 11px; }
.metric div > span:first-child { margin: 0 0 5px; }
.metric .metric-word { text-transform: uppercase; font-size: 17px; }

.about-section { position: relative; padding: 62px 0 34px; background: radial-gradient(circle at 62% 20%, #0b2035 0, #04111e 35%, #020912 72%); overflow: hidden; }
.about-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.018), transparent 35%); pointer-events: none; }
.about-layout { position: relative; display: grid; grid-template-columns: minmax(390px, .98fr) minmax(380px, .9fr) 280px; align-items: stretch; gap: 20px; }
.about-content { position: relative; z-index: 2; padding: 3px 0 5px; }
.about-content .overline { margin-bottom: 15px; }
.about-content h2 { margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(31px, 3.15vw, 47px); line-height: 1.08; letter-spacing: -.025em; }
.about-content h2 span { color: var(--red); }
.gold-line { display: block; width: 55px; height: 2px; margin: 20px 0 5px; background: #c99424; }
.about-story { position: relative; }
.story-item { min-height: 112px; display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(201,148,36,.42); }
.story-item:last-child { border-bottom: 0; }
.story-item svg { width: 62px; height: 62px; color: var(--red); stroke-width: 1.55; }
.story-item p { margin: 0; color: #e1e4e8; font-size: 13px; line-height: 1.65; }
.story-item mark { padding: 0; color: #e6b033; background: transparent; font-weight: 700; }
.about-image { position: relative; min-height: 545px; margin-left: -5px; background: linear-gradient(90deg, rgba(2,9,18,.68), transparent 28%), linear-gradient(0deg, rgba(2,9,18,.82), transparent 45%), url("./assets/img/hero-planejar-premium.png?v=about") 32% center/cover no-repeat; clip-path: polygon(25% 0, 100% 0, 100% 100%, 24% 100%, 0 25%); }
.about-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(226,26,35,.95), rgba(226,26,35,.95)) left top/2px 100% no-repeat; opacity: .9; }
.about-differentials { align-self: center; padding: 13px 24px; background: rgba(3,13,24,.83); border: 1px solid rgba(201,148,36,.48); border-radius: 18px; box-shadow: 0 20px 45px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.about-differentials article { min-height: 111px; display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 15px; border-bottom: 1px solid rgba(201,148,36,.3); }
.about-differentials article:last-child { border-bottom: 0; }
.about-differentials svg { width: 48px; height: 48px; color: var(--red); }
.about-differentials .brazil-map path { fill: rgba(226,26,35,.12); stroke-width: 3; }
.about-differentials strong, .about-differentials span { display: block; }
.about-differentials strong { margin-bottom: 7px; font-family: "Montserrat", sans-serif; text-transform: uppercase; font-size: 14px; line-height: 1.35; }
.about-differentials span { color: #d1d5d9; font-size: 12px; line-height: 1.45; }
.pillars-box { position: relative; margin-top: 20px; padding: 53px 36px 25px; border: 1px solid rgba(201,148,36,.55); border-radius: 10px; background: rgba(4,15,27,.78); }
.pillars-title { position: absolute; top: 0; left: 50%; display: flex; align-items: center; gap: 18px; padding: 0 20px; background: #04111e; transform: translate(-50%, -50%); }
.pillars-title span { width: 110px; height: 1px; background: #c99424; }
.pillars-title h3 { margin: 0; color: #e6b033; text-transform: uppercase; white-space: nowrap; font-size: 14px; letter-spacing: .45em; }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); }
.about-pillars article { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 0 36px; }
.about-pillars article + article { border-left: 1px solid rgba(201,148,36,.55); }
.about-pillars svg { width: 66px; height: 66px; color: var(--red); }
.about-pillars h4 { margin: 0; text-transform: uppercase; font-family: "Montserrat", sans-serif; font-size: 18px; }
.about-pillars i { display: block; width: 40px; height: 1px; margin: 9px 0 8px; background: #c99424; }
.about-pillars p { margin: 0; color: #d0d5da; font-size: 12px; line-height: 1.8; }
.about-metrics { margin-top: 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; overflow: hidden; }
.about-metrics.metrics { background: rgba(5,18,31,.75); }

.solutions { padding: 27px 0 26px; background: radial-gradient(circle at 72% 35%, #0a1c2e 0, #04111e 36%, #020a13 75%); }
.solutions-heading { display: grid; grid-template-columns: 1.2fr 1.2fr auto; align-items: end; gap: 50px; margin-bottom: 20px; }
.solutions-heading .overline { margin-bottom: 10px; }
.solutions h2 { margin: 0; font-family: "Montserrat", sans-serif; font-size: 25px; line-height: 1.18; }
.solutions-intro { max-width: 395px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.services-button { min-height: 45px; margin-bottom: 1px; padding-inline: 20px; }
.services-button span { font-size: 22px; font-weight: 400; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 215px; border: 1px solid var(--line); overflow: hidden; transition: transform .38s ease, border-color .38s ease, box-shadow .38s ease; }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .45s ease; }
.service-card:hover { z-index: 2; transform: translateY(-7px); border-color: rgba(226,26,35,.72); box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 22px rgba(226,26,35,.09); }
.service-card:hover > img { transform: scale(1.065); filter: brightness(1.06); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,9,16,.98) 0%, rgba(2,9,16,.82) 45%, rgba(2,9,16,.2) 100%); }
.service-content { position: relative; min-height: 215px; display: flex; flex-direction: column; justify-content: flex-end; padding: 17px 16px 14px; }
.service-icon { position: absolute; top: 16px; left: 16px; width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: var(--red); }
.service-icon svg { width: 34px; height: 34px; }
.service-card h3 { margin: 0 0 7px; font-family: "Montserrat", sans-serif; font-size: 15px; line-height: 1.23; }
.service-card p { max-width: 370px; min-height: 32px; margin: 0 0 9px; color: #c1c6cc; font-size: 11px; line-height: 1.45; }
.service-card a { width: max-content; color: var(--red); border-bottom: 1px solid var(--red); text-transform: uppercase; font-size: 10px; font-weight: 800; transition: color .25s, text-shadow .25s, letter-spacing .25s; }
.service-card a span { display: inline-block; margin-left: 6px; font-size: 17px; transition: transform .25s; }
.service-card:hover a { color: #ff3941; letter-spacing: .04em; text-shadow: 0 0 12px rgba(226,26,35,.45); }
.service-card:hover a span { transform: translateX(4px); }
.trusted { margin-top: 24px; padding: 23px 0 6px; border-top: 1px solid var(--line); }
.trusted-heading { max-width: 780px; margin: 0 auto 25px; text-align: center; }
.trusted-heading .overline { margin-bottom: 8px; }
.trusted-heading > p:last-child { margin: 0; color: #9da5ae; font-size: 12px; line-height: 1.6; }
.logo-carousel { position: relative; width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.logo-track { display: flex; width: max-content; animation: logo-scroll 58s linear infinite; will-change: transform; }
.logo-carousel:hover .logo-track { animation-play-state: paused; }
.logo-set { display: flex; align-items: center; gap: 74px; padding-right: 74px; }
.client-logo { flex: 0 0 145px; height: 74px; display: flex; align-items: center; justify-content: center; }
.client-logo img { width: auto; max-width: 145px; height: auto; max-height: 58px; object-fit: contain; opacity: .66; filter: grayscale(1); transition: opacity .25s, filter .25s, transform .25s; }
.client-logo:hover img { opacity: 1; filter: grayscale(1) brightness(1.2) drop-shadow(0 0 10px rgba(255,255,255,.16)); transform: scale(1.06); }
@keyframes logo-scroll { to { transform: translateX(-50%); } }
.contact-strip { padding: 35px 0; background: #07121e; border-top: 1px solid var(--line); }
.contact-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-strip span, .contact-strip strong { display: block; }
.contact-strip span { margin-bottom: 5px; color: var(--red); text-transform: uppercase; font-size: 10px; letter-spacing: .25em; }
.contact-strip strong { font-family: "Montserrat", sans-serif; font-size: 20px; }
.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: var(--red); border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 10px 28px rgba(0,0,0,.35); animation: whatsapp-pulse 3.2s ease-in-out infinite; transition: transform .25s, background .25s; }
.floating-whatsapp:hover { background: var(--red-dark); transform: translateY(-3px) scale(1.04); animation-play-state: paused; }
.floating-whatsapp svg { width: 29px; }
@keyframes whatsapp-pulse {
  0%, 72%, 100% { box-shadow: 0 10px 28px rgba(0,0,0,.35), 0 0 0 0 rgba(226,26,35,.28); }
  84% { box-shadow: 0 10px 28px rgba(0,0,0,.35), 0 0 0 10px rgba(226,26,35,0); }
}

.motion-ready .reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .hero-animate { opacity: 0; transform: translateY(22px); }
.motion-ready.page-loaded .hero-animate { opacity: 1; transform: translateY(0); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--hero-delay, 0ms); }
.service-placeholder { min-height: 100vh; display: grid; place-items: center; padding: 60px 0; background: linear-gradient(90deg, rgba(2,7,13,.98), rgba(2,7,13,.7)), url("./assets/img/hero-planejar-premium.png") center/cover; }
.service-placeholder .container { max-width: 820px; }
.service-placeholder .brand { width: max-content; align-items: flex-start; margin-bottom: 75px; }
.service-placeholder h1 { max-width: 780px; margin: 0 0 22px; font-family: "Montserrat", sans-serif; font-size: clamp(36px, 6vw, 68px); line-height: 1.04; text-transform: uppercase; }
.service-placeholder p:not(.overline) { max-width: 650px; margin: 0 0 30px; color: var(--muted); line-height: 1.7; }

/* Execução de sistemas contra incêndio */
.systems-page { background: #010407; }
.systems-page .site-header { background: rgba(0,0,0,.96); }
.systems-page .site-header.scrolled { background: rgba(0,0,0,.99); }
.works-brand { flex: 0 0 235px; height: 66px; display: flex; align-items: center; }
.works-brand img { width: 225px; height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.systems-header .main-nav { gap: 34px; }
.systems-header-contact { margin-left: 8px; }
.works-header-cta { min-height: 46px; padding-inline: 22px; color: var(--red); border-color: rgba(226,26,35,.75); }
.systems-hero { position: relative; min-height: 600px; background: #020408; overflow: hidden; }
.systems-hero-bg { position: absolute; inset: -4% 0; width: 100%; height: 108%; object-fit: cover; object-position: center; transform: translate3d(0, var(--systems-parallax, 0), 0) scale(1.035); will-change: transform; }
.systems-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.91) 25%, rgba(0,0,0,.52) 47%, rgba(0,0,0,.08) 76%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 48%); }
.systems-hero-inner { position: relative; min-height: 600px; display: flex; align-items: center; }
.systems-hero-copy { width: min(590px, 49%); padding: 52px 0; }
.systems-hero-copy h1 { margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(42px, 4vw, 61px); line-height: 1.02; text-transform: uppercase; letter-spacing: -.025em; }
.systems-hero-copy h1 span { color: var(--red); }
.systems-hero-copy > p:not(.overline) { max-width: 565px; margin: 22px 0; color: #d1d4d8; font-size: 15px; line-height: 1.7; }
.systems-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; margin: 0 0 30px; padding: 0; list-style: none; color: #edf0f2; font-size: 13px; }
.systems-benefits li { display: flex; align-items: center; gap: 10px; }
.systems-benefits span { width: 21px; height: 21px; display: grid; place-items: center; color: var(--red); border: 1px solid var(--red); border-radius: 50%; font-size: 11px; }
.works-section, .gallery-section { padding: 62px 0; background: radial-gradient(circle at 50% 0, #10171e 0, #03070b 50%, #010305 100%); }
.gallery-section { padding-top: 8px; }
.systems-heading { margin-bottom: 30px; text-align: center; }
.systems-heading .overline { margin-bottom: 8px; }
.systems-heading h2 { margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(27px, 3vw, 40px); text-transform: uppercase; letter-spacing: .06em; }
.systems-heading i { display: block; width: 42px; height: 2px; margin: 13px auto 0; background: var(--red); }
.video-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.video-card { position: relative; grid-column: span 2; min-height: 255px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; overflow: hidden; box-shadow: 0 14px 35px rgba(0,0,0,.24); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.video-card:nth-child(4) { grid-column: 2 / span 2; }
.video-card:nth-child(5) { grid-column: 4 / span 2; }
.video-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; transform-origin: center top; transition: transform .6s ease, filter .4s ease; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.04) 65%); }
.video-info { position: absolute; right: 0; bottom: 0; left: 0; padding: 20px; }
.video-info strong, .video-info small { display: block; }
.video-info strong { font-family: "Montserrat", sans-serif; text-transform: uppercase; font-size: 16px; }
.video-info small { margin-top: 5px; color: #c9cdd1; text-transform: uppercase; font-size: 11px; }
.video-card:hover { transform: translateY(-5px); border-color: rgba(226,26,35,.82); box-shadow: 0 18px 40px rgba(0,0,0,.4), 0 0 22px rgba(226,26,35,.12); }
.video-card:hover > img { transform: scale(1.018); filter: brightness(1.06); }
.works-gallery { --gallery-card-width: clamp(240px, 22vw, 330px); position: relative; margin-top: 24px; padding-block: 8px; overflow: hidden; }
.works-gallery::before, .works-gallery::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 110px; pointer-events: none; }
.works-gallery::before { left: 0; background: linear-gradient(90deg, #02060a 0%, rgba(2,6,10,0) 100%); }
.works-gallery::after { right: 0; background: linear-gradient(270deg, #02060a 0%, rgba(2,6,10,0) 100%); }
.works-gallery-track { display: flex; width: max-content; gap: 14px; animation: gallery-scroll 115s linear infinite; will-change: transform; }
.works-gallery:hover .works-gallery-track { animation-play-state: paused; }
.gallery-item { position: relative; flex: 0 0 var(--gallery-card-width); height: 205px; padding: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: #06090c; overflow: hidden; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.1); opacity: 0; font-size: 34px; font-weight: 300; transition: opacity .3s, background .3s; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.82); transition: transform .55s ease, filter .35s ease; }
.gallery-item:hover { border-color: rgba(226,26,35,.7); }
.gallery-item:hover img { transform: scale(1.07); filter: brightness(.98); }
.gallery-item:hover::after { opacity: 1; background: rgba(226,26,35,.14); }
@keyframes gallery-scroll { to { transform: translateX(-50%); } }
.systems-metrics { padding: 0 0 48px; background: #010305; border: 0; }
.systems-metrics .metric-grid { border: 1px solid rgba(255,255,255,.17); border-radius: 9px; overflow: hidden; background: rgba(5,12,19,.9); }
.systems-cta { padding: 65px 0; background: linear-gradient(90deg, rgba(0,0,0,.97), rgba(10,24,37,.95)), url("./assets/img/foto-obra-05.jpg") center/cover; border-top: 1px solid rgba(226,26,35,.35); }
.systems-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.systems-cta h2 { max-width: 770px; margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(27px, 3.2vw, 44px); line-height: 1.15; text-transform: uppercase; }
.systems-cta p:not(.overline) { margin: 12px 0 0; color: #c8cdd2; }
.systems-cta .button { flex: 0 0 auto; min-height: 58px; }
.systems-conversion-section { padding: 62px 0; background: radial-gradient(circle at 50% 0, #10171e 0, #03070b 50%, #010305 100%); border-top: 1px solid rgba(255,255,255,.05); }
.systems-section-lead { max-width: 820px; margin: 14px auto 0; color: #c8cdd2; font-size: 14px; line-height: 1.75; text-transform: none; letter-spacing: 0; }
.systems-execution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.systems-execution-card, .systems-situation-card { position: relative; min-height: 118px; padding: 24px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; overflow: hidden; transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease, background .32s ease; }
.systems-execution-card::before, .systems-situation-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 86% 0, rgba(226,26,35,.14), transparent 42%); opacity: .55; pointer-events: none; }
.systems-execution-card span, .systems-situation-card span { position: relative; display: block; margin-bottom: 14px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.systems-execution-card strong, .systems-situation-card h3 { position: relative; display: block; margin: 0; color: #fff; font-family: "Montserrat", sans-serif; font-size: 15px; line-height: 1.35; }
.systems-execution-card:hover, .systems-situation-card:hover { transform: translateY(-5px); border-color: rgba(226,26,35,.55); box-shadow: 0 18px 38px rgba(0,0,0,.28), 0 0 18px rgba(226,26,35,.08); background: linear-gradient(145deg, rgba(226,26,35,.07), rgba(255,255,255,.02)); }
.systems-situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.systems-situation-card { min-height: 142px; }
.systems-situation-card h3 { max-width: 300px; font-size: 16px; }
.systems-section-action { display: flex; justify-content: center; margin-top: 28px; }
.systems-video-cta { margin-top: 30px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; }
.systems-video-cta p { margin: 0; color: #d7dce0; font-weight: 700; line-height: 1.5; }
.systems-video-cta .button { min-height: 48px; flex: 0 0 auto; }
.systems-process-list { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: systems-step; }
.systems-process-list li { position: relative; min-height: 142px; padding: 26px 20px 22px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; overflow: hidden; }
.systems-process-list li::after { content: ""; position: absolute; top: 42px; right: -18px; width: 28px; height: 1px; background: rgba(226,26,35,.55); }
.systems-process-list li:last-child::after { display: none; }
.systems-process-list span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 18px; color: var(--red); border: 1px solid rgba(226,26,35,.65); border-radius: 50%; font-size: 11px; font-weight: 800; }
.systems-process-list strong { display: block; font-family: "Montserrat", sans-serif; font-size: 14px; line-height: 1.35; text-transform: uppercase; }
.systems-project-analysis { padding: 58px 0; background: #010305; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.systems-analysis-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 34px; background: linear-gradient(135deg, rgba(226,26,35,.12), rgba(255,255,255,.025)); border: 1px solid rgba(226,26,35,.28); border-radius: 12px; box-shadow: 0 24px 55px rgba(0,0,0,.25); }
.systems-analysis-card h2 { max-width: 640px; margin: 0 0 14px; font-family: "Montserrat", sans-serif; font-size: clamp(27px, 3vw, 40px); line-height: 1.12; text-transform: uppercase; }
.systems-analysis-card p:not(.overline) { max-width: 760px; margin: 8px 0 0; color: #cbd0d4; line-height: 1.65; }
.systems-analysis-card .button { flex: 0 0 auto; }
.systems-faq { background: radial-gradient(circle at 80% 0, rgba(226,26,35,.11), transparent 32%), #010305; }
.systems-faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: start; }
.systems-faq-intro h2 { margin: 0 0 14px; font-family: "Montserrat", sans-serif; font-size: clamp(30px, 3.1vw, 43px); line-height: 1.12; text-transform: uppercase; }
.systems-faq-intro p:not(.overline) { max-width: 470px; margin: 0 0 26px; color: #c8cdd2; line-height: 1.75; }
.systems-faq-list { display: grid; gap: 10px; }
.systems-faq-item { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; overflow: hidden; transition: border-color .25s ease, background .25s ease; }
.systems-faq-item[open] { border-color: rgba(226,26,35,.46); background: rgba(226,26,35,.055); }
.systems-faq-item summary { position: relative; padding: 18px 52px 18px 20px; color: #fff; font-weight: 800; cursor: pointer; list-style: none; outline: 0; }
.systems-faq-item summary::-webkit-details-marker { display: none; }
.systems-faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 20px; color: var(--red); font-size: 22px; line-height: 1; transform: translateY(-50%); }
.systems-faq-item[open] summary::after { content: "–"; }
.systems-faq-item summary:focus-visible { box-shadow: inset 0 0 0 2px rgba(226,26,35,.72); }
.systems-faq-item p { margin: 0; padding: 0 20px 18px; color: #c9ced3; line-height: 1.65; }
.systems-cta-note { max-width: 640px; color: #aeb5bc !important; font-size: 12px; line-height: 1.6; }
.lightbox { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 50px; background: rgba(0,0,0,.92); backdrop-filter: blur(8px); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 84vh; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; box-shadow: 0 25px 80px rgba(0,0,0,.7); }
.lightbox-close { position: absolute; top: 22px; right: 28px; width: 48px; height: 48px; color: #fff; background: rgba(226,26,35,.9); border: 0; border-radius: 50%; font-size: 31px; line-height: 1; cursor: pointer; }

.construction-page { --gold: #caa15a; --gold-strong: #e7c278; --gold-dark: #8b6a32; --construction-bg: #041428; --construction-panel: #071a2e; background: var(--construction-bg); color: var(--white); }
.construction-page .overline { color: var(--gold-strong); }
.construction-header { background: rgba(2, 11, 21, .78); border-bottom-color: rgba(202,161,90,.14); backdrop-filter: blur(18px); }
.construction-header.scrolled { background: rgba(2, 10, 20, .94); box-shadow: 0 16px 45px rgba(0,0,0,.28); }
.construction-brand { flex: 0 0 245px; height: 66px; display: flex; align-items: center; }
.construction-brand img { width: 245px; max-height: 62px; object-fit: contain; filter: drop-shadow(0 10px 26px rgba(0,0,0,.24)); }
.construction-header .nav-link.active, .construction-header .nav-link:hover, .construction-header .dropdown-toggle:hover, .construction-header .phone { color: var(--gold-strong); }
.construction-header .nav-link::after { background: var(--gold-strong); }
.construction-header .phone svg, .construction-whatsapp svg { stroke: currentColor; }
.button-gold { color: #07111d; background: linear-gradient(135deg, #f2d388, var(--gold)); border-color: rgba(231,194,120,.75); box-shadow: 0 12px 30px rgba(202,161,90,.2); }
.button-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(202,161,90,.36), 0 0 24px rgba(231,194,120,.18); }
.construction-outline { color: var(--white); border-color: rgba(231,194,120,.42); background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.construction-outline:hover { border-color: var(--gold-strong); box-shadow: 0 16px 36px rgba(0,0,0,.28), 0 0 18px rgba(231,194,120,.14); transform: translateY(-3px); }
.construction-hero { position: relative; min-height: 720px; overflow: hidden; background: #03111f; }
.construction-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 22% 28%, rgba(231,194,120,.16), transparent 34%), linear-gradient(115deg, rgba(3,17,31,.94) 0%, rgba(3,17,31,.78) 34%, rgba(3,17,31,.36) 63%, rgba(3,17,31,.62) 100%); pointer-events: none; }
.construction-hero::after { content: ""; position: absolute; z-index: 1; inset: 120px 6vw auto auto; width: min(42vw, 610px); height: min(36vw, 470px); border: 1px solid rgba(231,194,120,.18); border-radius: 32px; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.01)); backdrop-filter: blur(2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); pointer-events: none; }
.construction-hero-media { position: absolute; inset: 0; }
.construction-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center right; opacity: .66; filter: saturate(.9) contrast(1.03) brightness(.88); transform: translate3d(0, var(--systems-parallax, 0), 0) scale(1.025); will-change: transform; }
.construction-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.9) 0%, rgba(3,17,31,.7) 39%, rgba(3,17,31,.16) 70%, rgba(3,17,31,.32) 100%), linear-gradient(0deg, rgba(3,17,31,.98) 0%, rgba(3,17,31,.18) 42%, rgba(3,17,31,.28) 100%); }
.construction-hero-inner { position: relative; z-index: 2; min-height: 720px; display: flex; align-items: center; }
.construction-hero-copy { width: min(660px, 56%); margin-top: 32px; padding: 38px; border: 1px solid rgba(231,194,120,.18); border-radius: 28px; background: linear-gradient(135deg, rgba(4,20,40,.74), rgba(4,20,40,.38)); box-shadow: 0 28px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.construction-hero h1 { margin: 0 0 22px; font-family: "Montserrat", sans-serif; font-size: clamp(42px, 5.3vw, 72px); line-height: .99; letter-spacing: -.05em; text-transform: uppercase; text-wrap: balance; }
.construction-hero-copy > p:not(.overline) { max-width: 585px; margin: 0 0 24px; color: #dbe0e4; font-size: 16px; line-height: 1.78; }
.construction-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin: 0 0 32px; padding: 0; list-style: none; color: #eff2f4; }
.construction-checks li { position: relative; padding-left: 26px; font-size: 14px; }
.construction-checks li::before { content: ""; position: absolute; left: 0; top: .28em; width: 15px; height: 15px; border: 1px solid var(--gold-strong); border-radius: 50%; background: radial-gradient(circle, var(--gold-strong) 0 3px, transparent 4px); }
.construction-hero .hero-actions { gap: 14px; }
.construction-hero .button { min-height: 56px; border-radius: 0; }
.construction-metrics { position: relative; z-index: 3; margin-top: -36px; padding: 0 0 64px; background: linear-gradient(180deg, transparent, #03111f 44px); }
.construction-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(231,194,120,.18); border-radius: 18px; overflow: hidden; background: rgba(7,26,46,.58); box-shadow: 0 24px 80px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter: blur(16px); }
.construction-metric-grid article { min-height: 116px; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 18px; padding: 24px 30px; }
.construction-metric-grid article + article { border-left: 1px solid rgba(231,194,120,.16); }
.construction-metric-grid svg { width: 54px; height: 54px; fill: none; stroke: var(--gold-strong); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.construction-metric-grid strong, .construction-metric-grid span { display: block; text-transform: uppercase; }
.construction-metric-grid strong { font-family: "Montserrat", sans-serif; font-size: 24px; line-height: 1.1; }
.construction-metric-grid span { margin-top: 4px; color: #c9d0d6; font-size: 12px; letter-spacing: .04em; }
.construction-feature, .construction-portfolio, .construction-launches, .construction-differentials { padding: 78px 0; background: radial-gradient(circle at 50% 0, rgba(22,54,86,.42), rgba(4,20,40,1) 42%, #03111f 100%); }
.construction-launches { background: linear-gradient(180deg, #041428, #03111f); }
.construction-section-head { max-width: 820px; margin-bottom: 30px; }
.construction-section-head.centered { margin-inline: auto; text-align: center; }
.construction-section-head h2 { margin: 0; font-family: "Montserrat", sans-serif; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; text-transform: uppercase; }
.construction-section-head > p:not(.overline) { max-width: 740px; margin: 14px auto 0; color: #c9d0d6; line-height: 1.7; }
.feature-card { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; border: 1px solid rgba(231,194,120,.18); border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); overflow: hidden; box-shadow: 0 28px 90px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(16px); }
.feature-card figure { position: relative; min-height: 520px; margin: 0; overflow: hidden; }
.feature-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.08), rgba(3,17,31,.18)); pointer-events: none; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.02); transition: transform .7s ease, filter .35s ease; }
.feature-card:hover figure img { transform: scale(1.035); filter: brightness(1.04); }
.feature-content { padding: clamp(28px, 4vw, 54px); align-self: center; }
.feature-content .button { min-height: 56px; }
.feature-content p { margin: 0 0 24px; color: #d5d9dd; line-height: 1.8; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; margin: 0 0 28px; padding: 0; list-style: none; }
.feature-list li, .construction-card li { position: relative; padding-left: 20px; color: #eef2f4; font-size: 14px; }
.feature-list li::before, .construction-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-strong); box-shadow: 0 0 14px rgba(231,194,120,.5); }
.construction-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.construction-card { position: relative; min-height: 350px; padding: 26px; border: 1px solid rgba(231,194,120,.16); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.018)); box-shadow: 0 16px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.045); backdrop-filter: blur(12px); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease; overflow: hidden; }
.construction-card::after { content: ""; position: absolute; inset: auto -30% -45% -30%; height: 170px; background: radial-gradient(circle, rgba(231,194,120,.16), transparent 70%); opacity: 0; transition: opacity .35s ease; }
.construction-card:hover { transform: translateY(-7px); border-color: rgba(231,194,120,.5); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: 0 24px 65px rgba(0,0,0,.3); }
.construction-card:hover::after { opacity: 1; }
.construction-card h3 { margin: 22px 0 12px; font-family: "Montserrat", sans-serif; font-size: 24px; text-transform: uppercase; }
.construction-card p { min-height: 95px; margin: 0 0 18px; color: #cfd5da; line-height: 1.65; }
.construction-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.badge { display: inline-flex; width: max-content; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 999px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.badge-done { color: #dfffe8; background: rgba(24,164,83,.18); border: 1px solid rgba(76,220,128,.38); }
.badge-progress { color: #fff0de; background: rgba(224,132,38,.17); border: 1px solid rgba(243,157,65,.46); }
.badge-launch { color: #dff0ff; background: rgba(48,128,214,.18); border: 1px solid rgba(95,166,240,.46); }
.progress-wrap { height: 8px; margin: 20px 0 8px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; }
.progress-wrap span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--gold-strong)); }
.construction-card small { color: var(--gold-strong); font-weight: 700; }
.launch-grid { grid-template-columns: repeat(3, 1fr); }
.launch-card { min-height: 390px; }
.text-link-gold { position: relative; z-index: 1; display: inline-flex; margin-top: 24px; color: var(--gold-strong); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.text-link-gold::after { content: "→"; margin-left: 9px; transition: transform .25s; }
.text-link-gold:hover::after { transform: translateX(4px); }
.property-card {
  display: flex;
  min-height: 520px;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
}
.property-card::after {
  pointer-events: none;
  z-index: 0;
}
.property-carousel {
  position: relative;
  z-index: 1;
  height: clamp(250px, 28vw, 330px);
  min-height: 48%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: #06111d;
}
.property-slides {
  position: absolute;
  inset: 0;
}
.property-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1);
  transition: opacity .65s ease, transform .75s ease;
}
.property-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.property-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(2,11,20,.04) 0%, rgba(2,11,20,.16) 42%, rgba(2,11,20,.80) 100%);
  pointer-events: none;
}
.property-card:hover .property-slide.is-active {
  transform: scale(1.03);
}
.property-carousel .badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.property-badge-row {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  pointer-events: none;
}
.property-badge-row .badge {
  position: static;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.badge-neighborhood {
  color: #f8edd3;
  background: rgba(3,20,38,.70);
  border: 1px solid rgba(214,168,79,.46);
  backdrop-filter: blur(8px);
}
.property-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(3,20,38,.60);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.property-prev { left: 16px; }
.property-next { right: 16px; }
.property-card:hover .property-nav,
.property-carousel:focus-within .property-nav {
  opacity: 1;
}
.property-nav:hover {
  border-color: rgba(214,168,79,.75);
  background: rgba(214,168,79,.92);
  color: #071827;
}
.property-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.property-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  cursor: pointer;
  transition: width .25s ease, background .25s ease, box-shadow .25s ease;
}
.property-dots button.is-active {
  width: 24px;
  background: var(--gold-strong);
  box-shadow: 0 0 18px rgba(214,168,79,.45);
}
.property-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  padding: 26px;
  flex-direction: column;
}
.property-content h3 {
  margin-top: 0;
}
.property-content p {
  min-height: 0;
}
.property-content ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.property-content .text-link-gold {
  margin-top: auto;
  padding-top: 22px;
}
.property-card-featured {
  border-color: rgba(214,168,79,.28);
}
.differentials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.differentials-grid article { min-height: 190px; padding: 28px; border: 1px solid rgba(231,194,120,.16); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter: blur(12px); transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.differentials-grid article:hover { transform: translateY(-6px); border-color: rgba(231,194,120,.48); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.differentials-grid svg { width: 54px; height: 54px; fill: none; stroke: var(--gold-strong); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.differentials-grid h3 { margin: 18px 0 0; font-family: "Montserrat", sans-serif; font-size: 18px; line-height: 1.3; }
.construction-cta { position: relative; min-height: 560px; display: grid; align-items: center; overflow: hidden; background: #03111f; }
.construction-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.construction-cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,31,.98), rgba(3,17,31,.78), rgba(3,17,31,.28)), linear-gradient(0deg, rgba(3,17,31,.95), transparent 45%); }
.construction-cta-inner { position: relative; max-width: 780px; margin-left: max(24px, calc((100% - var(--container)) / 2)); }
.construction-cta h2 { margin: 0 0 18px; font-family: "Montserrat", sans-serif; font-size: clamp(32px, 4vw, 58px); line-height: 1.04; text-transform: uppercase; }
.construction-cta p:not(.overline) { max-width: 650px; margin: 0 0 28px; color: #d7dce0; font-size: 17px; line-height: 1.7; }
.construction-contact-list { display: flex; flex-wrap: wrap; gap: 14px 26px; margin: 26px 0 0; padding: 0; color: #cfd5da; list-style: none; }
.construction-contact-list a { color: var(--gold-strong); }
.construction-footer { padding: 42px 0; background: #020b15; border-top: 1px solid rgba(231,194,120,.18); }
.construction-footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.construction-footer-logo { display: inline-flex; flex-direction: column; color: var(--white); font-family: "Montserrat", sans-serif; font-size: 30px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.construction-footer-logo span { margin-top: 3px; color: var(--gold-strong); font-family: "Inter", sans-serif; font-size: 10px; letter-spacing: .38em; }
.construction-footer p { max-width: 430px; margin: 16px 0 0; color: #c8ced4; line-height: 1.7; }
.construction-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 24px; }
.construction-footer nav a { color: #d8dde1; font-size: 13px; text-transform: uppercase; font-weight: 700; }
.construction-footer nav a:hover { color: var(--gold-strong); }
.construction-whatsapp { background: linear-gradient(135deg, var(--gold-strong), var(--gold)); color: #07111d; border-color: #fff; }

.institutional-footer {
  padding: 34px 0;
  background: #050b12;
  border-top: 1px solid rgba(255,255,255,.08);
}
.institutional-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.institutional-footer-highlight strong,
.institutional-footer-data strong {
  display: block;
  color: var(--white);
  font-size: 12px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.institutional-footer-highlight p,
.institutional-footer-data p {
  margin: 8px 0 0;
  color: rgba(230,235,240,.74);
  font-size: 13px;
  line-height: 1.7;
}
.institutional-footer-data a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(226,27,45,.55);
  text-underline-offset: 4px;
}
.institutional-footer-data a:hover {
  color: var(--red);
}
.projects-footer .institutional-footer-grid,
.construction-footer .institutional-footer-grid {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.construction-footer .institutional-footer-grid {
  border-top-color: rgba(231,194,120,.16);
}

@media (max-width: 1250px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .main-nav { gap: 24px; }
  .header-contact { gap: 15px; }
  .institutional-footer-grid { grid-template-columns: 1fr 1fr; }
  .institutional-footer-highlight { grid-column: 1 / -1; }
  .header-button { padding-inline: 17px; }
  .brand { width: 170px; }
  .phone span { display: none; }
  .about-layout { grid-template-columns: 1fr .86fr 255px; }
  .about-pillars article { padding-inline: 22px; }
  .works-brand { flex-basis: 200px; }
  .works-brand img { width: 195px; }
  .systems-header .main-nav { gap: 20px; }
  .systems-header .nav-link { font-size: 11px; }
  .works-header-cta { padding-inline: 15px; }
  .works-gallery { --gallery-card-width: 300px; }
}

@media (max-width: 980px) {
  body { padding-top: 78px; }
  .site-header { height: 78px; }
  .brand { width: auto; align-items: flex-start; }
  .brand strong { font-size: 20px; }
  .brand span { font-size: 8px; }
  .header-contact { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: absolute; top: 100%; left: 0; width: 100%; height: calc(100vh - 78px); display: block; padding: 22px; background: var(--black); transform: translateX(100%); transition: transform .3s; overflow-y: auto; }
  .menu-open .main-nav { transform: none; }
  .nav-link { width: 100%; display: flex; justify-content: space-between; padding: 17px 3px; border-bottom: 1px solid var(--line); }
  .nav-link::after { display: none; }
  .dropdown-menu { position: static; width: 100%; max-height: 0; padding: 0 10px; border: 0; opacity: 1; visibility: visible; transform: none; overflow: hidden; transition: max-height .3s, padding .3s; }
  .nav-dropdown.open .dropdown-menu { max-height: 250px; padding-block: 8px; }
  .hero, .hero-inner { min-height: 620px; }
  .hero-background { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(1,7,13,.98), rgba(1,7,13,.66)), linear-gradient(0deg, rgba(2,9,16,.85), transparent 65%); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .metric:nth-child(4) { border-top: 1px solid var(--line); }
  .about-layout { grid-template-columns: 1fr 1fr; }
  .about-content { grid-row: span 2; }
  .about-image { min-height: 390px; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 18%); }
  .about-differentials { align-self: stretch; display: grid; grid-template-columns: 1fr 1fr; padding: 8px 20px; border-radius: 12px; }
  .about-differentials article { min-height: 105px; }
  .about-differentials article:nth-child(odd) { padding-right: 15px; }
  .about-differentials article:nth-child(even) { padding-left: 15px; border-left: 1px solid rgba(201,148,36,.3); }
  .about-differentials article:nth-child(3) { border-bottom: 0; }
  .about-pillars article { grid-template-columns: 56px 1fr; gap: 14px; padding-inline: 18px; }
  .about-pillars svg { width: 52px; height: 52px; }
  .solutions-heading { grid-template-columns: 1fr 1fr; }
  .services-button { justify-self: start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .systems-hero, .systems-hero-inner { min-height: 650px; }
  .systems-hero-bg { object-position: 58% center; }
  .systems-hero-copy { width: min(610px, 70%); }
  .systems-execution-grid { grid-template-columns: repeat(3, 1fr); }
  .systems-situation-grid { grid-template-columns: repeat(2, 1fr); }
  .systems-process-list { grid-template-columns: repeat(3, 1fr); }
  .systems-process-list li::after { display: none; }
  .systems-analysis-card { align-items: flex-start; flex-direction: column; }
  .systems-faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-card, .video-card:nth-child(4), .video-card:nth-child(5) { grid-column: auto; }
  .video-card:last-child { grid-column: 1 / -1; }
  .systems-cta .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .hero, .hero-inner { min-height: 680px; }
  .hero-background { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(1,7,13,.97), rgba(1,7,13,.61)), linear-gradient(0deg, rgba(2,9,16,.95), transparent 75%); }
  .hero-copy { width: 100%; padding-top: 55px; }
  .hero h1 { font-size: clamp(35px, 10vw, 48px); }
  .hero-description { max-width: 520px; font-size: 14px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .metric { justify-content: flex-start; padding: 18px; }
  .about-section { padding-top: 48px; }
  .about-layout { grid-template-columns: 1fr; gap: 26px; }
  .about-content { grid-row: auto; }
  .about-content h2 { font-size: clamp(31px, 9vw, 42px); }
  .story-item { grid-template-columns: 58px 1fr; gap: 13px; }
  .story-item svg { width: 48px; height: 48px; }
  .about-image { min-height: 400px; margin: 0; background-position: 30% center; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 13%); }
  .about-differentials { grid-template-columns: 1fr; }
  .about-differentials article, .about-differentials article:nth-child(odd), .about-differentials article:nth-child(even) { padding: 0; border-left: 0; border-bottom: 1px solid rgba(201,148,36,.3); }
  .about-differentials article:last-child { border-bottom: 0; }
  .pillars-box { margin-top: 32px; padding: 45px 24px 10px; }
  .pillars-title { gap: 10px; }
  .pillars-title span { width: 35px; }
  .pillars-title h3 { font-size: 12px; letter-spacing: .28em; }
  .about-pillars { grid-template-columns: 1fr; }
  .about-pillars article { padding: 18px 0; }
  .about-pillars article + article { border-left: 0; border-top: 1px solid rgba(201,148,36,.4); }
  .about-metrics { margin-top: 18px; }
  .solutions { padding-block: 45px 30px; }
  .solutions-heading { grid-template-columns: 1fr; gap: 18px; }
  .solutions-intro { max-width: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card, .service-content { min-height: 285px; }
  .logo-set { gap: 52px; padding-right: 52px; }
  .client-logo { flex-basis: 128px; height: 68px; }
  .client-logo img { max-width: 128px; max-height: 52px; }
  .contact-strip .container { display: block; }
  .contact-strip .button { width: 100%; margin-top: 22px; }
  .systems-hero, .systems-hero-inner { min-height: 720px; }
  .systems-hero-bg { object-position: 65% center; }
  .systems-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.97), rgba(0,0,0,.62)), linear-gradient(0deg, rgba(0,0,0,.92), transparent 72%); }
  .systems-hero-copy { width: 100%; padding-top: 60px; }
  .systems-hero-copy h1 { font-size: clamp(36px, 10vw, 49px); }
  .systems-benefits { grid-template-columns: 1fr; }
  .systems-conversion-section { padding-block: 50px; }
  .systems-section-lead { font-size: 13px; }
  .systems-execution-grid, .systems-situation-grid { grid-template-columns: 1fr; }
  .systems-execution-card, .systems-situation-card { min-height: auto; padding: 20px; }
  .systems-section-action .button { width: 100%; }
  .systems-video-cta { align-items: stretch; flex-direction: column; padding: 18px; }
  .systems-video-cta .button { width: 100%; }
  .systems-process-list { grid-template-columns: 1fr; }
  .systems-process-list li { min-height: auto; display: flex; align-items: center; gap: 16px; padding: 18px; }
  .systems-process-list span { margin: 0; flex: 0 0 auto; }
  .systems-project-analysis { padding-block: 48px; }
  .systems-analysis-card { padding: 24px; gap: 25px; }
  .systems-analysis-card .button { width: 100%; }
  .systems-faq-intro .button { width: 100%; }
  .works-section, .gallery-section { padding-block: 50px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card, .video-card:last-child { grid-column: auto; min-height: 260px; }
  .works-gallery { --gallery-card-width: 255px; margin-inline: -15px; }
  .works-gallery::before, .works-gallery::after { width: 55px; }
  .gallery-item { height: 175px; }
  .systems-cta .button { width: 100%; }
  .lightbox { padding: 20px; }
}

@media (max-width: 460px) {
  .metric-grid { grid-template-columns: 1fr; }
  .metric + .metric { border-left: 0; border-top: 1px solid var(--line); }
  .metric { min-height: 86px; }
  .metric div { min-width: 0; }
  .trusted-heading { text-align: left; }
  .logo-carousel { margin-inline: -15px; width: calc(100% + 30px); }
  .logo-set { gap: 38px; padding-right: 38px; }
  .client-logo { flex-basis: 112px; }
  .client-logo img { max-width: 112px; max-height: 46px; }
  .works-gallery { --gallery-card-width: 82vw; }
  .gallery-item { height: 220px; }
}

@media (max-width: 1250px) {
  .construction-brand { flex-basis: 205px; }
  .construction-brand img { width: 205px; }
  .construction-header .main-nav { gap: 18px; }
  .construction-header .nav-link { font-size: 11px; }
  .construction-header-cta { padding-inline: 15px; }
  .construction-card-grid { grid-template-columns: repeat(2, 1fr); }
  .launch-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .construction-brand { flex: 0 0 auto; }
  .construction-brand img { width: 190px; }
  .construction-header .main-nav { position: absolute; top: 100%; left: 0; width: 100%; height: calc(100vh - 78px); display: block; padding: 22px; background: #020b15; transform: translateX(100%); transition: transform .3s; overflow-y: auto; }
  .menu-open .construction-header .main-nav { transform: none; }
  .construction-hero, .construction-hero-inner { min-height: 720px; }
  .construction-hero::after { opacity: .38; }
  .construction-hero-media { inset: 0; }
  .construction-hero-media img { opacity: .5; object-position: 64% center; }
  .construction-hero-overlay { background: linear-gradient(90deg, rgba(3,17,31,.93), rgba(3,17,31,.68)), linear-gradient(0deg, rgba(3,17,31,.97), transparent 70%); }
  .construction-hero-copy { width: min(680px, 88%); }
  .construction-metric-grid { grid-template-columns: repeat(2, 1fr); }
  .construction-metric-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(231,194,120,.16); }
  .construction-metric-grid article:nth-child(4) { border-top: 1px solid rgba(231,194,120,.16); }
  .feature-card { grid-template-columns: 1fr; }
  .feature-card figure { min-height: 420px; }
  .launch-grid, .differentials-grid { grid-template-columns: 1fr 1fr; }
  .construction-cta-inner { margin-inline: auto; width: min(calc(100% - 40px), var(--container)); }
  .construction-footer-grid { align-items: flex-start; flex-direction: column; }
  .construction-footer nav { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .institutional-footer { padding: 28px 0; }
  .institutional-footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .institutional-footer-highlight { grid-column: auto; }
  .institutional-footer-highlight strong,
  .institutional-footer-data strong { font-size: 11px; letter-spacing: .11em; }
  .institutional-footer-highlight p,
  .institutional-footer-data p { font-size: 12px; line-height: 1.65; }
  .construction-brand img { width: 172px; }
  .construction-hero, .construction-hero-inner { min-height: 760px; }
  .construction-hero::after { display: none; }
  .construction-hero-copy { width: 100%; margin-top: 46px; padding: 28px 22px; border-radius: 22px; background: linear-gradient(135deg, rgba(4,20,40,.78), rgba(4,20,40,.46)); }
  .construction-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .construction-hero-copy > p:not(.overline) { font-size: 15px; }
  .construction-checks { grid-template-columns: 1fr; }
  .construction-hero .hero-actions { display: grid; }
  .construction-hero .button { width: 100%; min-width: 0; }
  .construction-metrics { padding-bottom: 42px; }
  .construction-metric-grid { grid-template-columns: 1fr; }
  .construction-metric-grid article + article, .construction-metric-grid article:nth-child(3), .construction-metric-grid article:nth-child(4) { border-left: 0; border-top: 1px solid rgba(231,194,120,.16); }
  .construction-feature, .construction-portfolio, .construction-launches, .construction-differentials { padding: 54px 0; }
  .construction-section-head h2 { font-size: clamp(28px, 9vw, 40px); }
  .feature-card figure { min-height: 300px; }
  .feature-content { padding: 26px 20px; }
  .feature-list { grid-template-columns: 1fr; }
  .construction-card-grid, .launch-grid, .differentials-grid { grid-template-columns: 1fr; }
  .construction-card { min-height: auto; }
  .construction-card p { min-height: 0; }
  .construction-cta { min-height: 620px; }
  .construction-cta h2 { font-size: clamp(30px, 9vw, 42px); }
  .construction-contact-list { display: grid; }
}

@media (max-width: 460px) {
  .construction-brand img { width: 150px; }
  .construction-metric-grid article { grid-template-columns: 48px 1fr; padding: 20px; }
  .construction-metric-grid svg { width: 46px; height: 46px; }
  .construction-footer-logo { font-size: 24px; }
  .construction-footer-logo span { letter-spacing: .22em; }
}

/* Premium construction landing refresh */
.construction-page {
  --gold: #d6a84f;
  --gold-strong: #e4bf72;
  --gold-dark: #b8872c;
  --construction-bg: #031426;
  --construction-panel: #061a2f;
  background:
    radial-gradient(circle at top right, rgba(16, 52, 85, .35), transparent 35%),
    linear-gradient(180deg, #031426 0%, #020b14 100%);
}
.construction-page .container { width: min(calc(100% - 48px), 1240px); }
.construction-header {
  background: rgba(2, 11, 20, .9);
  border-bottom: 1px solid rgba(214,168,79,.16);
  backdrop-filter: blur(16px);
}
.construction-header.scrolled { background: rgba(2, 11, 20, .98); }
.construction-brand { flex-basis: 280px; }
.construction-brand img { width: 280px; max-height: 76px; object-fit: contain; }
.button-gold {
  color: #071827;
  background: linear-gradient(135deg, #d6a84f, #b8872c);
  border-color: rgba(214,168,79,.72);
  box-shadow: 0 18px 42px rgba(184,135,44,.24);
}
.button-gold:hover { box-shadow: 0 22px 55px rgba(184,135,44,.36), 0 0 24px rgba(214,168,79,.16); }
.construction-outline {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(214,168,79,.55);
  box-shadow: none;
  backdrop-filter: none;
}
.construction-outline:hover { border-color: rgba(214,168,79,.9); box-shadow: 0 18px 44px rgba(0,0,0,.26); }
.construction-hero {
  min-height: 760px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(16,52,85,.35), transparent 35%),
    linear-gradient(180deg, #031426 0%, #020b14 100%);
}
.construction-hero::before,
.construction-hero::after { display: none; }
.construction-hero-overlay {
  background:
    radial-gradient(circle at 88% 28%, rgba(214,168,79,.12), transparent 28%),
    linear-gradient(90deg, rgba(3,20,38,.92) 0%, rgba(3,20,38,.55) 42%, rgba(3,20,38,.10) 100%);
}
.construction-hero-inner {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  padding-block: 74px 58px;
}
.construction-hero-copy {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.construction-hero-copy .overline {
  margin-bottom: 18px;
  color: var(--gold-strong);
  font-size: 12px;
  letter-spacing: .36em;
}
.construction-hero h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(50px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.construction-hero-copy > p:not(.overline) {
  max-width: 560px;
  color: #d7dee5;
  font-size: 17px;
  line-height: 1.75;
}
.construction-checks {
  max-width: 620px;
  margin-bottom: 34px;
  gap: 13px 22px;
}
.construction-checks li { color: #edf2f5; }
.construction-hero .button { min-height: 58px; }
.construction-hero-media {
  position: relative;
  inset: auto;
  margin: 0;
  min-height: 520px;
  border: 1px solid rgba(211,166,77,.28);
  border-radius: 28px;
  overflow: hidden;
  background: #061a2f;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}
.construction-hero-media::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  pointer-events: none;
}
.construction-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(3,20,38,.08), rgba(3,20,38,.26));
  pointer-events: none;
}
.construction-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.03) contrast(1.04) brightness(.95);
  transform: translate3d(0, var(--systems-parallax, 0), 0) scale(1.018);
}
.construction-metrics {
  margin-top: 0;
  padding: 0 0 86px;
  background:
    radial-gradient(circle at top right, rgba(16,52,85,.20), transparent 32%),
    linear-gradient(180deg, #020b14, #031426);
}
.construction-metric-grid,
.feature-card,
.construction-card,
.differentials-grid article {
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(0,0,0,.30);
  backdrop-filter: none;
}
.construction-feature,
.construction-portfolio,
.construction-launches,
.construction-differentials {
  padding: 92px 0;
  background:
    radial-gradient(circle at top right, rgba(16,52,85,.25), transparent 34%),
    linear-gradient(180deg, #031426 0%, #020b14 100%);
}
.construction-section-head { margin-bottom: 38px; }
.construction-section-head h2 { font-size: clamp(32px, 3.5vw, 48px); }
.construction-launches .construction-section-head {
  max-width: 760px;
  margin-bottom: 46px;
}
.construction-launches .construction-section-head .overline {
  margin-bottom: 14px;
  font-size: 10px;
  letter-spacing: .46em;
}
.construction-launches .construction-section-head h2 {
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.06;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.construction-launches .construction-section-head > p:not(.overline) {
  max-width: 620px;
  margin-top: 16px;
  color: rgba(222, 229, 235, .78);
  font-size: 15px;
  line-height: 1.75;
}
.feature-card { border-radius: 28px; }
.feature-card figure { min-height: 560px; }
.feature-card img { filter: saturate(1.03) contrast(1.04) brightness(.95); }
.feature-card:hover figure img { filter: saturate(1.06) contrast(1.05) brightness(.99); }
.construction-card { border-radius: 22px; }
.construction-card:hover,
.differentials-grid article:hover {
  background: rgba(255,255,255,.055);
  border-color: rgba(214,168,79,.36);
  box-shadow: 0 28px 70px rgba(0,0,0,.36);
}
.construction-cta {
  background:
    radial-gradient(circle at top right, rgba(16,52,85,.35), transparent 35%),
    linear-gradient(180deg, #031426 0%, #020b14 100%);
}
.construction-cta > img { filter: saturate(1.02) contrast(1.05) brightness(.88); }
.construction-cta-overlay {
  background:
    linear-gradient(90deg, rgba(3,20,38,.94) 0%, rgba(3,20,38,.64) 46%, rgba(3,20,38,.18) 100%),
    linear-gradient(0deg, rgba(3,20,38,.95), transparent 54%);
}
.construction-footer { background: #020b14; }

@media (max-width: 1250px) {
  .construction-hero-inner { grid-template-columns: .9fr 1fr; gap: 34px; }
  .construction-hero h1 { font-size: clamp(46px, 4.9vw, 62px); }
  .construction-hero-media, .construction-hero-media img { min-height: 480px; }
}

@media (max-width: 980px) {
  .construction-page .container { width: min(calc(100% - 40px), 1240px); }
  .construction-hero, .construction-hero-inner { min-height: auto; }
  .construction-hero-inner {
    grid-template-columns: 1fr;
    padding-block: 58px 46px;
  }
  .construction-hero-media {
    order: -1;
    min-height: 380px;
  }
  .construction-hero-media img {
    min-height: 380px;
    opacity: 1;
    object-position: center;
  }
  .construction-hero h1 { font-size: clamp(42px, 8vw, 58px); }
}

@media (max-width: 700px) {
  .construction-page .container { width: min(calc(100% - 30px), 1240px); }
  .construction-hero-inner { padding-block: 42px 34px; gap: 28px; }
  .construction-hero-media,
  .construction-hero-media img { min-height: 300px; }
  .construction-hero-media { border-radius: 22px; }
  .construction-hero-copy {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .construction-hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .construction-hero-copy > p:not(.overline) { font-size: 15px; }
  .construction-metrics { padding-bottom: 58px; }
  .construction-feature,
  .construction-portfolio,
  .construction-launches,
  .construction-differentials { padding: 64px 0; }
  .property-card { min-height: auto; }
  .property-carousel { height: 270px; }
  .property-content { padding: 22px 20px 24px; }
  .property-content ul { grid-template-columns: 1fr; }
  .property-nav {
    width: 36px;
    height: 36px;
    font-size: 26px;
    opacity: 1;
  }
}

/* Lançamento em destaque premium */
.development-showcase {
  position: relative;
  padding: 96px 0 0;
  background:
    radial-gradient(circle at 70% 18%, rgba(214,168,79,.10), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(16,52,85,.42), transparent 30%),
    linear-gradient(180deg, #031426 0%, #020b14 100%);
  overflow: hidden;
}
.development-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.035), transparent 26%, rgba(255,255,255,.025));
  pointer-events: none;
}
.development-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, .88fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: end;
}
.development-visual .overline {
  color: #d6a84f;
  letter-spacing: .24em;
}
.development-visual h2 {
  max-width: 780px;
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.12;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.development-visual figure {
  position: relative;
  margin: 0;
  min-height: 430px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 30px;
  overflow: hidden;
  background: #061a2f;
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
}
.development-visual figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,20,38,.02), rgba(3,20,38,.16));
  pointer-events: none;
}
.development-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.04) brightness(.96);
  transition: transform .75s ease, filter .35s ease;
}
.development-visual figure:hover img {
  transform: scale(1.025);
  filter: saturate(1.07) contrast(1.05) brightness(1);
}
.development-location-card {
  position: relative;
  padding: 0 0 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.058), rgba(255,255,255,.018));
  box-shadow: 0 26px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
}
.location-highlight {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  margin: 0 0 28px;
  padding: 24px 28px;
  border: 1px solid rgba(214,168,79,.58);
  border-radius: 24px;
  background: rgba(3,20,38,.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 18px 55px rgba(0,0,0,.22);
}
.location-highlight svg,
.location-benefits svg,
.development-differentials svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #d6a84f;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.location-highlight strong {
  display: block;
  color: #d6a84f;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
  text-transform: uppercase;
}
.location-highlight span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.development-location-card > p {
  margin: 0 0 22px;
  padding: 0 30px;
  color: rgba(255,255,255,.90);
  font-size: 18px;
  line-height: 1.7;
}
.location-benefits {
  display: grid;
  margin: 0;
  padding: 0 30px;
  list-style: none;
}
.location-benefits li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(214,168,79,.24);
}
.location-benefits li:first-child {
  border-top-color: rgba(214,168,79,.16);
}
.location-benefits svg {
  width: 40px;
  height: 40px;
}
.location-benefits strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}
.location-benefits span {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.45;
}
.development-location-card .button {
  margin: 12px 30px 0;
  min-height: 54px;
}
.development-differentials {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(2,11,20,.42);
  backdrop-filter: blur(14px);
}
.development-differentials article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 94px;
  padding: 20px 26px;
}
.development-differentials article + article {
  border-left: 1px solid rgba(214,168,79,.35);
}
.development-differentials svg {
  width: 38px;
  height: 38px;
}
.development-differentials span {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .development-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .development-location-card {
    max-width: 760px;
  }
  .development-differentials {
    grid-template-columns: repeat(3, 1fr);
  }
  .development-differentials article:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .development-showcase {
    padding-top: 62px;
  }
  .development-visual h2 {
    font-size: clamp(32px, 9vw, 44px);
  }
  .development-visual figure,
  .development-visual img {
    min-height: 300px;
    border-radius: 22px;
  }
  .development-location-card {
    border-radius: 22px;
  }
  .location-highlight {
    grid-template-columns: 44px 1fr;
    padding: 20px;
  }
  .location-highlight svg {
    width: 38px;
    height: 38px;
  }
  .location-highlight strong {
    font-size: 21px;
  }
  .location-highlight span {
    letter-spacing: .15em;
  }
  .development-location-card > p,
  .location-benefits {
    padding-inline: 20px;
  }
  .development-location-card > p {
    font-size: 16px;
  }
  .location-benefits li {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }
  .location-benefits strong {
    font-size: 16px;
  }
  .location-benefits span {
    font-size: 13px;
  }
  .development-location-card .button {
    width: calc(100% - 40px);
    margin-inline: 20px;
  }
  .development-differentials {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .development-differentials article + article {
    border-left: 0;
    border-top: 1px solid rgba(214,168,79,.24);
  }
}

/* Hero premium da Construtora Planejar */
.construction-page {
  background:
    radial-gradient(circle at top right, rgba(16,52,85,.35), transparent 35%),
    linear-gradient(180deg, #031426 0%, #020b14 100%);
}
.construction-hero {
  display: block;
  min-height: clamp(850px, 94vh, 950px);
  padding-top: 0;
  overflow: hidden;
  background: #031426;
}
.construction-hero::before,
.construction-hero::after {
  display: none;
}
.construction-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #031426;
  box-shadow: none;
}
.construction-hero-media::before,
.construction-hero-media::after {
  display: none;
}
.construction-hero-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(850px, 94vh, 950px);
  object-fit: cover;
  object-position: 68% center;
  opacity: 1;
  filter: saturate(1.04) contrast(1.05) brightness(.92);
  transform: translate3d(0, var(--systems-parallax, 0), 0) scale(1.025);
}
.construction-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,20,38,.95) 0%, rgba(3,20,38,.85) 30%, rgba(3,20,38,.55) 55%, rgba(3,20,38,.10) 100%),
    linear-gradient(0deg, rgba(2,11,20,.96) 0%, rgba(2,11,20,.30) 28%, rgba(2,11,20,.10) 100%);
}
.construction-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(850px, 94vh, 950px);
  align-items: center;
  padding: 130px 0 190px;
}
.construction-hero-copy {
  width: min(620px, 52%);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.construction-hero-copy .overline {
  margin-bottom: 20px;
  color: #d6a84f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
}
.construction-hero h1 {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: clamp(60px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.construction-hero h1 span {
  display: inline-block;
  color: #d6a84f;
}
.construction-hero-copy > p:not(.overline) {
  max-width: 570px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.72;
}
.construction-checks {
  max-width: 610px;
  margin-bottom: 36px;
  gap: 14px 34px;
}
.construction-checks li {
  color: rgba(255,255,255,.92);
  font-size: 15px;
}
.construction-checks li::before {
  top: .18em;
  width: 17px;
  height: 17px;
  background: transparent;
  box-shadow: inset 0 0 0 4px rgba(214,168,79,.16);
}
.construction-hero .hero-actions {
  gap: 16px;
}
.construction-hero .button {
  min-height: 60px;
  border-radius: 4px;
  box-shadow: 0 20px 45px rgba(0,0,0,.26);
}
.construction-hero .button-gold {
  background: linear-gradient(135deg, #d6a84f, #b8872c);
  color: #071827;
}
.construction-hero .construction-outline {
  border-color: rgba(214,168,79,.64);
  background: rgba(3,20,38,.26);
  color: #fff;
}
.construction-hero .construction-outline:hover {
  background: rgba(214,168,79,.12);
  border-color: rgba(214,168,79,.90);
}
.construction-metrics {
  z-index: 4;
  margin-top: -134px;
  padding: 0 0 88px;
  background: linear-gradient(180deg, transparent 0%, rgba(2,11,20,.72) 54%, #020b14 100%);
}
.construction-metric-grid {
  border-color: rgba(255,255,255,.12);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.026));
  box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.construction-metric-grid article {
  min-height: 128px;
}
.construction-metric-grid svg {
  color: #d6a84f;
  stroke: #d6a84f;
}

@media (max-width: 1180px) {
  .construction-hero h1 { font-size: clamp(54px, 5.2vw, 66px); }
  .construction-hero-copy { width: min(590px, 58%); }
  .construction-hero-media img { object-position: 63% center; }
}

@media (max-width: 980px) {
  .construction-hero,
  .construction-hero-inner,
  .construction-hero-media img {
    min-height: 820px;
  }
  .construction-hero-inner {
    display: flex;
    padding: 112px 0 170px;
  }
  .construction-hero-copy {
    width: min(640px, 86%);
  }
  .construction-hero-overlay {
    background:
      linear-gradient(90deg, rgba(3,20,38,.96) 0%, rgba(3,20,38,.84) 48%, rgba(3,20,38,.36) 100%),
      linear-gradient(0deg, rgba(2,11,20,.98) 0%, rgba(2,11,20,.42) 44%, rgba(2,11,20,.14) 100%);
  }
  .construction-hero-media img {
    object-position: 62% center;
  }
  .construction-metrics {
    margin-top: -112px;
  }
}

@media (max-width: 700px) {
  .construction-hero,
  .construction-hero-inner,
  .construction-hero-media img {
    min-height: 790px;
  }
  .construction-hero-inner {
    padding: 96px 0 145px;
    align-items: center;
  }
  .construction-hero-copy {
    width: 100%;
  }
  .construction-hero h1 {
    font-size: clamp(42px, 11vw, 56px);
  }
  .construction-hero-copy > p:not(.overline) {
    font-size: 16px;
  }
  .construction-checks {
    grid-template-columns: 1fr;
  }
  .construction-hero .hero-actions {
    display: grid;
  }
  .construction-hero .button {
    width: 100%;
    min-width: 0;
  }
  .construction-hero-media img {
    object-position: 68% center;
    filter: saturate(1.03) contrast(1.04) brightness(.78);
  }
  .construction-hero-overlay {
    background:
      linear-gradient(90deg, rgba(3,20,38,.98) 0%, rgba(3,20,38,.88) 54%, rgba(3,20,38,.48) 100%),
      linear-gradient(0deg, rgba(2,11,20,.99) 0%, rgba(2,11,20,.58) 50%, rgba(2,11,20,.20) 100%);
  }
  .construction-metrics {
    margin-top: -88px;
    padding-bottom: 58px;
  }
  .construction-metric-grid {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .logo-track { animation-play-state: paused; }
  .works-gallery-track { animation-play-state: paused; }
  .hero-background { transform: scale(1.04); }
  .construction-hero-media img { transform: scale(1.02); }
  .floating-whatsapp { animation: none; }
  .motion-ready .reveal-on-scroll, .motion-ready .hero-animate { opacity: 1; transform: none; }
}

/* Landing page - Projetos de segurança contra incêndio */
.projects-page {
  --projects-red: #e21b2d;
  --projects-red-dark: #b91020;
  --projects-black: #050505;
  --projects-graphite: #111;
  color: #fff;
  background: #050505;
}
.projects-page main { overflow: hidden; }
.projects-page .container { width: min(1220px, calc(100% - 48px)); }
.projects-header { height: 88px; background: rgba(5,5,5,.94); border-color: rgba(255,255,255,.08); }
.projects-header.scrolled { background: rgba(5,5,5,.985); box-shadow: 0 16px 45px rgba(0,0,0,.54); }
.projects-header .header-inner { gap: 28px; }
.projects-brand { width: 188px; align-items: flex-start; }
.projects-brand span { margin: 0 0 3px 4px; color: #c9d1d9; font-size: 9px; letter-spacing: .48em; }
.projects-brand strong { font-size: 24px; letter-spacing: .12em; }
.projects-brand small { margin: 5px 0 0 2px; color: var(--projects-red); font-size: 7px; font-weight: 800; letter-spacing: .24em; }
.projects-header .main-nav { gap: 27px; }
.projects-header .main-nav > a,
.projects-header .dropdown-toggle { font-size: 11px; }
.projects-header .nav-link.active { color: #fff; }
.projects-header .nav-link.active::after { background: var(--projects-red); }
.projects-header .phone { color: #fff; }
.projects-header .phone svg { color: var(--projects-red); stroke: currentColor; fill: none; }
.projects-header-contact { gap: 18px; }
.projects-header-button { min-height: 46px; padding: 0 18px; font-size: 10px; }

.projects-hero { position: relative; min-height: 780px; display: flex; align-items: center; isolation: isolate; background: #050505; }
.projects-hero-image { position: absolute; z-index: -3; inset: 0 0 0 auto; width: 69%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.92) contrast(1.08) brightness(.78); }
.projects-hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.98) 34%, rgba(5,5,5,.83) 52%, rgba(5,5,5,.18) 82%, rgba(5,5,5,.10) 100%), linear-gradient(0deg, #050505 0%, transparent 26%, rgba(5,5,5,.32) 100%); }
.projects-blueprint { position: absolute; z-index: -1; inset: 88px 0 0; opacity: .28; pointer-events: none; background-image: linear-gradient(rgba(226,27,45,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(226,27,45,.08) 1px, transparent 1px); background-size: 54px 54px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 62%); mask-image: linear-gradient(90deg, #000, transparent 62%); }
.projects-hero::after { content: ""; position: absolute; z-index: -1; left: max(24px, calc((100vw - 1220px) / 2)); bottom: 42px; width: 150px; height: 1px; background: linear-gradient(90deg, var(--projects-red), transparent); }
.projects-hero-inner { width: 100%; padding: 105px 0 82px; }
.projects-hero-copy { width: min(680px, 58%); }
.projects-eyebrow { margin: 0 0 20px; color: var(--projects-red); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .27em; }
.projects-hero h1 { max-width: 760px; margin: 0 0 24px; font: 800 clamp(46px, 4.35vw, 68px)/.98 "Montserrat", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.projects-hero h1 span, .projects-heading h2 span, .projects-risk h2 span, .projects-final-cta h2 span { color: var(--projects-red); }
.projects-lead { max-width: 670px; margin: 0 0 14px; color: #f1f3f5; font-size: 17px; line-height: 1.7; }
.projects-support { max-width: 630px; margin: 0 0 28px; color: #aeb7bf; font-size: 14px; line-height: 1.65; }
.projects-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; max-width: 660px; margin: 0 0 34px; padding: 0; list-style: none; }
.projects-checks li { position: relative; padding-left: 27px; color: #d7dce1; font-size: 13px; line-height: 1.45; }
.projects-checks li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: rgba(226,27,45,.13); border: 1px solid var(--projects-red); border-radius: 50%; font-size: 10px; font-weight: 800; }
.projects-hero-actions .button { min-height: 58px; min-width: 220px; }
.projects-page .button-red { background: linear-gradient(135deg, #e21b2d, #c91524); }
.projects-page .button-red:hover { background: linear-gradient(135deg, #f02538, #c91524); box-shadow: 0 16px 38px rgba(226,27,45,.34), 0 0 22px rgba(226,27,45,.18); }

.projects-authority { position: relative; z-index: 4; margin-top: -1px; padding: 0 0 72px; background: #050505; }
.projects-authority-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(226,27,45,.25); background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.016)); box-shadow: 0 28px 70px rgba(0,0,0,.42); }
.projects-authority article { min-height: 118px; display: flex; align-items: center; gap: 18px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.09); }
.projects-authority article:last-child { border-right: 0; }
.projects-authority svg { width: 44px; flex: 0 0 auto; fill: none; stroke: var(--projects-red); stroke-width: 1.6; }
.projects-authority .brazil-map { fill: none; }
.projects-authority strong, .projects-authority span { display: block; }
.projects-authority strong { margin-bottom: 5px; font: 800 23px/1 "Montserrat", sans-serif; }
.projects-authority span { color: #aeb7bf; text-transform: uppercase; font-size: 9px; line-height: 1.4; letter-spacing: .08em; }

.projects-section { position: relative; padding: 105px 0; background: #080808; }
.projects-heading { max-width: 710px; }
.projects-heading h2, .projects-risk h2, .projects-final-cta h2 { margin: 0; font: 800 clamp(34px, 3.25vw, 50px)/1.08 "Montserrat", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.projects-heading > p:not(.projects-eyebrow) { margin: 22px 0 0; color: #aeb7bf; line-height: 1.75; }
.projects-heading-split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; margin-bottom: 54px; }
.projects-heading-split > p { margin: 0; color: #aeb7bf; line-height: 1.8; }
.projects-heading.centered { margin: 0 auto 56px; text-align: center; }

.projects-deliveries { background: radial-gradient(circle at 75% 15%, rgba(226,27,45,.08), transparent 28%), #080808; }
.projects-services-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.10); border-left: 1px solid rgba(255,255,255,.10); }
.projects-services-grid article { position: relative; min-height: 220px; padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.10); border-bottom: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.018); transition: .35s ease; }
.projects-services-grid article:hover { z-index: 2; background: linear-gradient(145deg, rgba(226,27,45,.14), rgba(255,255,255,.025)); border-color: rgba(226,27,45,.55); transform: translateY(-5px); box-shadow: 0 24px 48px rgba(0,0,0,.36); }
.projects-services-grid b { position: absolute; top: 20px; right: 20px; color: rgba(255,255,255,.16); font-size: 11px; letter-spacing: .18em; }
.projects-services-grid svg { width: 43px; margin-bottom: 34px; fill: none; stroke: var(--projects-red); stroke-width: 1.45; }
.projects-services-grid h3 { margin: 0; font-size: 14px; line-height: 1.45; }

.projects-audience { background: #0d0d0d; border-block: 1px solid rgba(255,255,255,.07); }
.projects-audience-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 92px; align-items: center; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.audience-grid span { position: relative; min-height: 58px; display: flex; align-items: center; padding: 12px 16px 12px 45px; color: #d9dde1; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.08); font-size: 13px; transition: .3s ease; }
.audience-grid span::before { content: ""; position: absolute; left: 20px; width: 8px; height: 8px; border: 1px solid var(--projects-red); transform: rotate(45deg); }
.audience-grid span:hover { border-color: rgba(226,27,45,.5); color: #fff; background: rgba(226,27,45,.07); }

.projects-process { background: linear-gradient(180deg, #080808, #050505); }
.projects-timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.projects-timeline::before { content: ""; position: absolute; top: 32px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--projects-red) 14%, var(--projects-red) 86%, transparent); opacity: .65; }
.projects-timeline li { position: relative; text-align: center; padding: 0 22px; }
.projects-timeline b { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; background: #0b0b0b; border: 1px solid var(--projects-red); border-radius: 50%; font: 700 13px "Montserrat", sans-serif; box-shadow: 0 0 0 8px #050505; }
.projects-timeline span { color: #d7dce1; font-size: 13px; line-height: 1.5; }

.projects-risk { padding: 94px 0; background: linear-gradient(110deg, rgba(226,27,45,.16), transparent 44%), #111; border-block: 1px solid rgba(226,27,45,.25); }
.projects-risk-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.projects-risk-copy > p { margin: 0 0 30px; color: #c0c7cd; line-height: 1.8; }
.risk-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.risk-points span { position: relative; padding: 14px 14px 14px 37px; background: rgba(0,0,0,.24); border-left: 2px solid var(--projects-red); color: #e2e6e9; font-size: 12px; }
.risk-points span::before { content: "✓"; position: absolute; left: 15px; color: var(--projects-red); font-weight: 800; }

.projects-why { background: #080808; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.why-grid article { position: relative; min-height: 150px; padding: 22px 24px; overflow: hidden; background: linear-gradient(145deg, #151515, #0d0d0d); border: 1px solid rgba(255,255,255,.08); transition: .35s ease; }
.why-grid article::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--projects-red); transition: width .35s ease; }
.why-grid article:hover { transform: translateY(-3px); border-color: rgba(226,27,45,.38); box-shadow: 0 16px 34px rgba(0,0,0,.3); }
.why-grid article:hover::after { width: 100%; }
.why-grid strong { color: var(--projects-red); font-size: 10px; letter-spacing: .2em; }
.why-grid h3 { margin: 18px 0 8px; font: 700 16px "Montserrat", sans-serif; }
.why-grid p { margin: 0; color: #9fa8b0; font-size: 12.5px; line-height: 1.5; }

.projects-clients { padding: 92px 0; background: #050505; border-top: 1px solid rgba(255,255,255,.07); }
.projects-client-grid { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; margin-top: 48px; border: 1px solid rgba(255,255,255,.08); }
.projects-client-grid > div { height: 112px; display: grid; place-items: center; padding: 24px; border-right: 1px solid rgba(255,255,255,.08); opacity: .66; filter: grayscale(1); transition: .3s ease; }
.projects-client-grid > div:last-child { border-right: 0; }
.projects-client-grid > div:hover { opacity: 1; filter: grayscale(1) brightness(1.28); background: rgba(255,255,255,.025); }
.projects-client-grid img { max-width: 120px; max-height: 54px; object-fit: contain; }
.client-wordmark { color: #d7dce1; font: 800 23px "Montserrat", sans-serif; letter-spacing: .06em; }

.projects-final-cta { position: relative; isolation: isolate; padding: 120px 0; text-align: center; background: radial-gradient(circle at center, rgba(226,27,45,.18), transparent 48%), #0b0b0b; overflow: hidden; }
.projects-cta-lines { position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(226,27,45,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(226,27,45,.14) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: radial-gradient(circle, #000, transparent 68%); mask-image: radial-gradient(circle, #000, transparent 68%); }
.projects-final-inner { max-width: 850px; }
.projects-final-cta h2 { font-size: clamp(40px, 4.2vw, 62px); }
.projects-final-cta p:not(.projects-eyebrow) { max-width: 700px; margin: 25px auto 34px; color: #bdc5cb; line-height: 1.8; }
.projects-final-cta .button { min-height: 62px; padding-inline: 34px; }
.projects-footer { padding: 46px 0; background: #050505; border-top: 1px solid rgba(255,255,255,.08); }
.projects-footer-inner { display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 50px; }
.projects-footer-inner p { color: #929ca4; font-size: 13px; }
.projects-footer-inner > div { display: flex; gap: 28px; }
.projects-footer-inner > div a { color: #c9d1d9; font-size: 12px; }
.projects-footer-inner > div a:hover { color: var(--projects-red); }
.projects-whatsapp { background: var(--projects-red); }

@media (max-width: 1180px) {
  .projects-header .main-nav { gap: 19px; }
  .projects-header-button { display: none; }
  .projects-hero-copy { width: 66%; }
  .projects-authority article { padding: 22px 18px; }
  .projects-services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .projects-page .container { width: min(100% - 36px, 760px); }
  .projects-header { height: 78px; }
  .projects-header-contact { margin-left: auto; }
  .projects-hero { min-height: 820px; }
  .projects-hero-image { width: 100%; opacity: .6; object-position: 64% center; }
  .projects-hero-overlay { background: linear-gradient(90deg, rgba(5,5,5,.98), rgba(5,5,5,.84) 60%, rgba(5,5,5,.48)), linear-gradient(0deg, #050505 0%, transparent 38%, rgba(5,5,5,.35)); }
  .projects-hero-copy { width: min(700px, 88%); }
  .projects-authority-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-authority article:nth-child(2) { border-right: 0; }
  .projects-authority article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .projects-heading-split, .projects-audience-layout, .projects-risk-layout { grid-template-columns: 1fr; gap: 36px; }
  .projects-services-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-timeline { grid-template-columns: 1fr; gap: 0; max-width: 560px; margin: auto; }
  .projects-timeline::before { top: 20px; bottom: 20px; left: 31px; right: auto; width: 1px; height: auto; }
  .projects-timeline li { display: flex; align-items: center; gap: 24px; padding: 0 0 22px; text-align: left; }
  .projects-timeline b { flex: 0 0 auto; margin: 0; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-client-grid { grid-template-columns: repeat(3, 1fr); }
  .projects-client-grid > div:nth-child(3n) { border-right: 0; }
  .projects-client-grid > div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .projects-footer-inner { grid-template-columns: 210px 1fr; }
  .projects-footer-inner > div { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .projects-page .container { width: min(100% - 28px, 560px); }
  .projects-header .header-contact { display: none; }
  .projects-brand { width: 170px; }
  .projects-brand strong { font-size: 21px; }
  .projects-hero { min-height: auto; }
  .projects-hero-inner { padding: 128px 0 74px; }
  .projects-hero-copy { width: 100%; }
  .projects-hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .projects-lead { font-size: 15px; }
  .projects-checks { grid-template-columns: 1fr; gap: 10px; }
  .projects-hero-actions { display: grid; }
  .projects-hero-actions .button { width: 100%; min-width: 0; }
  .projects-authority { padding-bottom: 54px; }
  .projects-authority-grid { grid-template-columns: 1fr; }
  .projects-authority article { min-height: 94px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .projects-authority article:last-child { border-bottom: 0; }
  .projects-section { padding: 76px 0; }
  .projects-heading h2, .projects-risk h2 { font-size: 33px; }
  .projects-services-grid { grid-template-columns: 1fr; }
  .projects-services-grid article { min-height: 160px; }
  .projects-services-grid svg { margin-bottom: 22px; }
  .audience-grid, .risk-points, .why-grid { grid-template-columns: 1fr; }
  .projects-risk { padding: 74px 0; }
  .projects-client-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-client-grid > div { height: 94px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .projects-client-grid > div:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.08); }
  .projects-client-grid > div:nth-child(2n) { border-right: 0; }
  .projects-client-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .projects-final-cta { padding: 88px 0; }
  .projects-final-cta h2 { font-size: 37px; }
  .projects-final-cta .button { width: 100%; padding-inline: 18px; }
  .projects-footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .projects-footer-inner > div { grid-column: auto; flex-direction: column; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .projects-page *, .projects-page *::before, .projects-page *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Refinamento premium - Planejar Projetos */
.projects-logo {
  width: 128px;
  height: 74px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  background: #000;
}
.projects-logo img {
  display: block;
  width: 118px;
  height: auto;
  max-height: none;
  max-width: none;
  transform: scale(1.55);
  transform-origin: center;
}
.projects-header .header-inner { gap: 25px; }
.projects-header .main-nav { margin-left: auto; }
.projects-footer-logo { width: 150px; height: 92px; }
.projects-footer-logo img { width: 145px; }
.projects-page .projects-header,
.projects-page .projects-header.scrolled,
.projects-page .projects-header .header-inner { background: #000; }
.projects-page .projects-header { border-bottom-color: rgba(255,255,255,.08); }
.projects-page .projects-footer { background: #000; }

.projects-field {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 45%, rgba(226,27,45,.09), transparent 28%),
    linear-gradient(135deg, #0d0d0d 0%, #070707 64%, #0b0b0b 100%);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.projects-field::before {
  content: "";
  position: absolute;
  right: -8%;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: .20;
  background-image: linear-gradient(rgba(226,27,45,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(226,27,45,.11) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000);
  mask-image: linear-gradient(90deg, transparent, #000);
}
.projects-field-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.projects-field-media {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: #111;
  box-shadow: 0 36px 90px rgba(0,0,0,.48);
}
.projects-field-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at center, transparent 48%, rgba(0,0,0,.38) 100%), linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.32)); }
.projects-field-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.72) contrast(1.06) brightness(.83); transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.projects-field-media:hover img { transform: scale(1.025); filter: saturate(.78) contrast(1.07) brightness(.88); }
.projects-field-media figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 13px; padding: 14px 18px; color: rgba(255,255,255,.88); background: rgba(8,8,8,.64); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; backdrop-filter: blur(14px); text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.projects-field-media figcaption span { color: var(--projects-red); font-size: 10px; }
.projects-field-content h2 { margin: 0 0 30px; font: 800 clamp(36px, 3.4vw, 52px)/1.08 "Montserrat", sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
.projects-field-content h2 span { color: #fff; font-weight: 600; }
.field-copy { max-width: 670px; margin-bottom: 32px; }
.field-copy p { margin: 0 0 13px; color: #aeb7bf; font-size: 14px; line-height: 1.75; }
.field-copy p:first-child { color: #eef1f3; font-size: 16px; }
.field-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.field-features span { position: relative; min-height: 56px; display: flex; align-items: center; padding: 13px 14px 13px 43px; color: #dfe3e6; background: rgba(255,255,255,.032); border: 1px solid rgba(255,255,255,.09); border-radius: 9px; font-size: 12px; line-height: 1.4; transition: background .3s ease, border-color .3s ease, transform .3s ease; }
.field-features span::before { content: "✓"; position: absolute; left: 16px; width: 17px; height: 17px; display: grid; place-items: center; color: var(--projects-red); border: 1px solid rgba(226,27,45,.45); border-radius: 50%; font-size: 9px; font-weight: 800; }
.field-features span:hover { transform: translateY(-2px); background: rgba(255,255,255,.052); border-color: rgba(226,27,45,.30); }
.field-features span:last-child { grid-column: 1 / -1; }

.projects-portfolio { position: relative; padding: 120px 0; background: radial-gradient(circle at 92% 10%, rgba(226,27,45,.07), transparent 25%), #050505; }
.projects-portfolio-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 100px; margin-bottom: 62px; }
.projects-portfolio-head > p { margin: 0 0 6px; color: #9fa8b0; font-size: 14px; line-height: 1.75; }
.project-cases-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.project-case-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.048), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .4s ease, box-shadow .4s ease;
}
.project-case-card:hover { transform: translateY(-7px); border-color: rgba(226,27,45,.32); box-shadow: 0 36px 80px rgba(0,0,0,.42); }
.project-case-carousel { height: 310px; min-height: 0; border-radius: 0; }
.project-case-carousel::after { background: linear-gradient(180deg, rgba(0,0,0,.03) 25%, rgba(5,5,5,.72) 100%); }
.project-case-card:hover .property-slide.is-active { transform: scale(1.025); }
.project-case-card:hover .property-nav, .project-case-carousel:focus-within .property-nav { opacity: 1; }
.project-case-carousel .property-nav { width: 38px; height: 38px; color: #fff; background: rgba(5,5,5,.64); border-color: rgba(255,255,255,.20); font-size: 24px; backdrop-filter: blur(8px); }
.project-case-carousel .property-nav:hover { color: #fff; background: var(--projects-red); border-color: var(--projects-red); }
.project-case-carousel .property-dots { bottom: 15px; }
.project-case-carousel .property-dots button.is-active { background: var(--projects-red); box-shadow: 0 0 16px rgba(226,27,45,.48); }
.project-case-badge { position: absolute; z-index: 5; top: 18px; left: 18px; padding: 8px 11px; color: #fff; background: rgba(5,5,5,.74); border: 1px solid rgba(226,27,45,.58); border-radius: 5px; backdrop-filter: blur(10px); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.project-case-body { padding: 27px 29px 30px; }
.project-case-top { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 20px; }
.project-case-top img { max-width: 104px; max-height: 35px; object-fit: contain; filter: grayscale(1) brightness(1.75); opacity: .9; }
.project-case-top > span { color: #7f8991; text-transform: uppercase; text-align: right; font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.case-wordmark { color: #e7eaec; font: 800 19px "Montserrat", sans-serif; letter-spacing: .08em; }
.project-case-body h3 { margin: 0 0 11px; font: 700 23px "Montserrat", sans-serif; letter-spacing: -.02em; }
.project-case-body > p { min-height: 45px; margin: 0 0 22px; color: #aab2b9; font-size: 13px; line-height: 1.65; }
.project-case-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.project-case-meta span { padding: 7px 10px; color: #b7bec4; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); border-radius: 999px; text-transform: uppercase; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.projects-portfolio-cta { display: flex; align-items: center; justify-content: space-between; gap: 54px; margin-top: 62px; padding: 42px 46px; background: linear-gradient(110deg, rgba(226,27,45,.12), rgba(255,255,255,.025) 42%, rgba(255,255,255,.015)); border: 1px solid rgba(255,255,255,.11); border-left: 2px solid var(--projects-red); border-radius: 12px; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.projects-portfolio-cta > div > span { color: var(--projects-red); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .19em; }
.projects-portfolio-cta h3 { margin: 11px 0 8px; font: 700 25px "Montserrat", sans-serif; }
.projects-portfolio-cta p { max-width: 720px; margin: 0; color: #9fa8b0; font-size: 13px; line-height: 1.65; }
.projects-portfolio-cta .button { flex: 0 0 auto; min-width: 225px; }

/* Um pouco mais de precisão e respiro nos blocos técnicos existentes */
.projects-deliveries { border-top: 1px solid rgba(255,255,255,.06); }
.projects-services-grid article { backdrop-filter: blur(8px); }
.why-grid article { border-radius: 10px; }
.projects-risk { background: radial-gradient(circle at 15% 50%, rgba(226,27,45,.12), transparent 34%), linear-gradient(135deg, #121212, #090909); }

@media (max-width: 1180px) {
  .projects-logo { width: 104px; }
  .projects-field-grid { gap: 58px; }
  .projects-portfolio-head { gap: 58px; }
}
@media (max-width: 980px) {
  .projects-logo { width: 128px; }
  .projects-field-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .projects-field-media { min-height: 600px; }
  .field-features { grid-template-columns: 1fr; }
  .field-features span:last-child { grid-column: auto; }
  .projects-portfolio-head { grid-template-columns: 1fr; gap: 24px; }
  .projects-portfolio-head > p { max-width: 680px; }
  .project-case-carousel { height: 280px; }
  .projects-portfolio-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
  .projects-logo { width: 112px; height: 68px; }
  .projects-logo img { width: 105px; }
  .projects-field, .projects-portfolio { padding: 80px 0; }
  .projects-field-grid { grid-template-columns: 1fr; gap: 48px; }
  .projects-field-media { min-height: 560px; border-radius: 16px; }
  .projects-field-content h2 { font-size: 34px; }
  .field-features { grid-template-columns: 1fr; }
  .project-cases-grid { grid-template-columns: 1fr; gap: 20px; }
  .project-case-carousel { height: 260px; }
  .project-case-carousel .property-nav { opacity: .85; }
  .project-case-body { padding: 24px 22px 26px; }
  .project-case-body > p { min-height: 0; }
  .projects-portfolio-cta { margin-top: 42px; padding: 30px 24px; }
  .projects-portfolio-cta h3 { font-size: 21px; }
  .projects-portfolio-cta .button { width: 100%; min-width: 0; }
  .projects-footer-logo { width: 138px; height: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  .projects-field-media img, .project-case-card, .project-case-carousel .property-slide { transition: none !important; }
}

/* Vitrine compacta de projetos */
.project-cases-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.project-case-card { height: 398px; display: grid; grid-template-rows: 238px 160px; border-radius: 14px; }
.project-case-carousel { height: 238px; min-height: 238px; }
.project-case-body { min-width: 0; padding: 21px 20px 20px; }
.project-case-top { min-height: 30px; margin-bottom: 15px; gap: 12px; }
.project-case-top img { max-width: 82px; max-height: 28px; }
.project-case-top > span { max-width: 115px; font-size: 7px; line-height: 1.45; }
.project-case-body h3 { margin: 0; font-size: 18px; line-height: 1.18; }
.case-wordmark { font-size: 17px; }
.project-case-badge { top: 14px; left: 14px; padding: 7px 9px; font-size: 7px; }
.project-case-carousel .property-nav { width: 32px; height: 32px; font-size: 20px; }
.project-case-carousel .property-prev { left: 10px; }
.project-case-carousel .property-next { right: 10px; }
.project-case-carousel .property-dots { bottom: 12px; gap: 6px; transition: opacity .3s ease; }
.project-case-carousel .property-dots button { width: 6px; height: 6px; }
.project-case-carousel .property-dots button.is-active { width: 18px; }
.project-case-hover {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  padding: 64px 20px 38px;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5,5,5,.12) 0%, rgba(5,5,5,.88) 54%, rgba(5,5,5,.97) 100%);
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}
.project-case-hover p { margin: 0 0 16px; color: #e5e8ea; font-size: 11px; line-height: 1.55; }
.project-case-hover a { width: fit-content; padding-bottom: 5px; color: #fff; border-bottom: 1px solid var(--projects-red); text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.project-case-card:hover .project-case-hover,
.project-case-card:focus-within .project-case-hover { opacity: 1; pointer-events: auto; transform: translateY(0); }
.project-case-card:hover .project-case-carousel .property-dots,
.project-case-card:focus-within .project-case-carousel .property-dots { opacity: .35; }

@media (max-width: 1250px) {
  .project-cases-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .project-cases-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .project-case-card { height: 410px; grid-template-rows: 248px 162px; }
  .project-case-carousel { height: 248px; min-height: 248px; }
}
@media (max-width: 600px) {
  .project-cases-grid { grid-template-columns: 1fr; }
  .project-case-card { height: 405px; grid-template-rows: 245px 160px; }
  .project-case-carousel { height: 245px; min-height: 245px; }
  .project-case-top img { max-width: 96px; }
  .project-case-body h3 { font-size: 20px; }
}
@media (hover: none) {
  .project-case-carousel .property-nav { opacity: .88; }
  .project-case-hover { justify-content: flex-end; padding-bottom: 34px; }
}

/* Componente reutilizável de portfólio premium */
.project-cases-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.project-case-card {
  height: 520px;
  display: grid;
  grid-template-rows: 338px 100px 82px;
  overflow: hidden;
  background: linear-gradient(145deg, #111 0%, #090909 100%);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(0,0,0,.28);
  transform: translateY(0);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.project-case-card:hover { transform: translateY(-6px); border-color: rgba(226,27,45,.34); box-shadow: 0 32px 78px rgba(0,0,0,.44), 0 0 26px rgba(226,27,45,.055); }
.project-showcase-media { position: relative; min-width: 0; overflow: hidden; background: #0a0a0a; }
.project-showcase-media::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(circle at center, transparent 44%, rgba(0,0,0,.28) 100%), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.27)); transition: opacity .3s ease; }
.project-showcase-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.04) saturate(.86); transform: scale(1.001); transition: transform .3s ease, filter .3s ease; }
.project-case-card:hover .project-showcase-media img { transform: scale(1.04); filter: contrast(1.05) saturate(.92); }
.project-case-card:hover .project-showcase-media::after { opacity: .68; }
.project-showcase-media .project-case-badge { z-index: 2; top: 16px; left: 16px; padding: 8px 10px; color: #fff; background: rgba(12,12,12,.80); border: 1px solid rgba(226,27,45,.65); border-radius: 7px; backdrop-filter: blur(10px); font-size: 7px; letter-spacing: .15em; }
.project-showcase-identity { position: relative; display: grid; grid-template-columns: 58px minmax(0, 1fr) 38px; align-items: center; gap: 12px; padding: 15px 15px 13px; border-top: 1px solid rgba(255,255,255,.06); }
.project-client-logo { width: 58px; height: 58px; display: grid; place-items: center; padding: 8px; overflow: hidden; color: #eceff1; background: #f3f3f3; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; }
.project-client-logo img { max-width: 100%; max-height: 38px; object-fit: contain; filter: grayscale(1); }
.project-client-logo strong { color: #141414; font: 800 13px "Montserrat", sans-serif; letter-spacing: .06em; }
.project-client-logo-wide { padding: 5px; }
.project-client-logo-wide img { max-width: 52px; max-height: 45px; }
.project-client-logo-square { padding: 4px; background: #07194e; }
.project-client-logo-square img { max-width: 48px; max-height: 48px; filter: none; }
.project-showcase-identity h3 { margin: 0 0 6px; overflow: hidden; color: #fff; font: 700 15px/1.1 "Montserrat", sans-serif; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }
.project-showcase-identity p { margin: 0; overflow: hidden; color: #8f989f; text-transform: uppercase; font-size: 6.8px; font-weight: 600; line-height: 1.45; letter-spacing: .12em; text-overflow: ellipsis; white-space: nowrap; }
.project-showcase-arrow { width: 38px; height: 38px; display: grid; place-items: center; color: var(--projects-red); border: 1px solid rgba(226,27,45,.72); border-radius: 50%; font-size: 19px; transition: color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease; }
.project-showcase-arrow:hover { color: #fff; background: var(--projects-red); box-shadow: 0 0 20px rgba(226,27,45,.30); transform: scale(1.08); }
.project-showcase-technical { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.20); }
.project-showcase-technical > div { min-width: 0; display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 7px; padding: 10px 8px; border-right: 1px solid rgba(255,255,255,.08); }
.project-showcase-technical > div:last-child { border-right: 0; }
.project-showcase-technical svg { width: 20px; height: 20px; fill: none; stroke: var(--projects-red); stroke-width: 1.45; flex: 0 0 auto; }
.project-showcase-technical span, .project-showcase-technical strong, .project-showcase-technical small { min-width: 0; display: block; }
.project-showcase-technical strong { margin-bottom: 4px; color: #dde1e4; text-transform: uppercase; font-size: 6.5px; line-height: 1.25; letter-spacing: .055em; }
.project-showcase-technical small { color: #778088; font-size: 6px; line-height: 1.25; }

@media (max-width: 1250px) {
  .project-cases-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .project-case-card { height: 525px; grid-template-rows: 340px 102px 83px; }
  .project-showcase-technical strong { font-size: 7px; }
  .project-showcase-technical small { font-size: 6.5px; }
}
@media (max-width: 900px) {
  .project-cases-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .project-case-card { height: 530px; grid-template-rows: 345px 102px 83px; }
  .project-showcase-identity h3 { font-size: 17px; }
  .project-showcase-identity p { font-size: 7.5px; }
  .project-showcase-technical strong { font-size: 7.5px; }
  .project-showcase-technical small { font-size: 7px; }
}
@media (max-width: 600px) {
  .project-cases-grid { grid-template-columns: 1fr; }
  .project-case-card { width: 100%; max-width: 430px; height: 548px; grid-template-rows: 355px 105px 88px; margin-inline: auto; }
  .project-showcase-identity { grid-template-columns: 64px minmax(0, 1fr) 42px; padding-inline: 17px; }
  .project-client-logo { width: 64px; height: 64px; }
  .project-showcase-identity h3 { font-size: 19px; }
  .project-showcase-identity p { font-size: 8px; }
  .project-showcase-arrow { width: 42px; height: 42px; }
  .project-showcase-technical > div { grid-template-columns: 22px minmax(0,1fr); gap: 8px; padding-inline: 10px; }
  .project-showcase-technical svg { width: 22px; height: 22px; }
  .project-showcase-technical strong { font-size: 7.4px; }
  .project-showcase-technical small { font-size: 6.8px; }
}
@media (prefers-reduced-motion: reduce) {
  .project-case-card, .project-showcase-media img, .project-showcase-media::after, .project-showcase-arrow { transition: none !important; }
}

/* Ajuste final da marca da Construtora no cabeçalho */
.construction-page .construction-brand {
  flex: 0 0 295px;
  height: 82px;
}
.construction-page .construction-brand img {
  width: 295px;
  max-height: 78px;
  object-fit: contain;
}

@media (max-width: 1250px) {
  .construction-page .construction-brand { flex-basis: 255px; }
  .construction-page .construction-brand img { width: 255px; max-height: 68px; }
}

@media (max-width: 980px) {
  .construction-page .construction-brand {
    flex: 0 0 auto;
    height: 68px;
  }
  .construction-page .construction-brand img { width: 220px; max-height: 60px; }
}

@media (max-width: 700px) {
  .construction-page .construction-brand img { width: 190px; max-height: 54px; }
}

@media (max-width: 460px) {
  .construction-page .construction-brand img { width: 165px; max-height: 48px; }
}

/* Ajuste final do cabeçalho da Construtora: evita corte do CTA e amplia a marca. */
.construction-page .construction-header .header-inner {
  gap: 18px;
}
.construction-page .construction-brand {
  flex: 0 0 315px;
  height: 82px;
}
.construction-page .construction-brand img {
  width: 315px;
  max-height: 78px;
  object-fit: contain;
}
.construction-page .construction-header .main-nav {
  flex: 1 1 auto;
  justify-content: center;
  margin-left: 0;
  gap: 24px;
}
.construction-page .construction-header .nav-link {
  font-size: 12px;
}
.construction-page .construction-header-contact {
  flex: 0 0 auto;
  gap: 14px;
  margin-left: 0;
}
.construction-page .construction-header-contact .phone {
  font-size: 13px;
}
.construction-page .construction-header-cta {
  width: 142px;
  min-width: 142px;
  min-height: 52px;
  padding-inline: 14px;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
}

@media (max-width: 1250px) {
  .construction-page .construction-brand { flex-basis: 265px; }
  .construction-page .construction-brand img { width: 265px; max-height: 70px; }
  .construction-page .construction-header .header-inner { gap: 14px; }
  .construction-page .construction-header .main-nav { gap: 16px; }
  .construction-page .construction-header .nav-link { font-size: 11px; }
  .construction-page .construction-header-contact { gap: 10px; }
  .construction-page .construction-header-contact .phone { font-size: 12px; }
  .construction-page .construction-header-cta {
    width: 128px;
    min-width: 128px;
    padding-inline: 10px;
    font-size: 11px;
  }
}

@media (max-width: 980px) {
  .construction-page .construction-brand {
    flex: 0 0 auto;
    height: 68px;
  }
  .construction-page .construction-brand img {
    width: 220px;
    max-height: 60px;
  }
}

@media (max-width: 700px) {
  .construction-page .construction-brand img {
    width: 190px;
    max-height: 54px;
  }
}

@media (max-width: 460px) {
  .construction-page .construction-brand img {
    width: 165px;
    max-height: 48px;
  }
}

/* Logo branca da Construtora - ajuste final de visibilidade no cabeçalho. */
.construction-page .construction-header .header-inner {
  gap: 14px;
}

.construction-page .construction-brand {
  flex: 0 0 360px;
  height: 86px;
}

.construction-page .construction-brand img {
  width: 360px;
  max-height: 84px;
  object-fit: contain;
}

.construction-page .construction-header .main-nav {
  gap: 18px;
}

.construction-page .construction-header .nav-link {
  font-size: 11.5px;
}

.construction-page .construction-header-contact {
  gap: 10px;
}

.construction-page .construction-header-contact .phone {
  font-size: 12px;
}

.construction-page .construction-header-cta {
  width: 132px;
  min-width: 132px;
  padding-inline: 10px;
  font-size: 11px;
}

@media (max-width: 1250px) {
  .construction-page .construction-brand {
    flex-basis: 300px;
  }

  .construction-page .construction-brand img {
    width: 300px;
    max-height: 74px;
  }

  .construction-page .construction-header .main-nav {
    gap: 13px;
  }

  .construction-page .construction-header .nav-link {
    font-size: 10.5px;
  }

  .construction-page .construction-header-contact .phone {
    font-size: 11px;
  }

  .construction-page .construction-header-cta {
    width: 116px;
    min-width: 116px;
    padding-inline: 8px;
    font-size: 10px;
  }
}

@media (max-width: 980px) {
  .construction-page .construction-brand {
    height: 70px;
  }

  .construction-page .construction-brand img {
    width: 240px;
    max-height: 64px;
  }
}

@media (max-width: 700px) {
  .construction-page .construction-brand img {
    width: 205px;
    max-height: 56px;
  }
}

@media (max-width: 460px) {
  .construction-page .construction-brand img {
    width: 180px;
    max-height: 50px;
  }
}
