:root{--navy:#0e2940;--navy2:#123b5a;--blue:#12588a;--cyan:#90d8ec;--ink:#173344;--muted:#526876;--paper:#f3f6f6;--white:#fff;--line:#d5e1e5;font-family:"DM Sans",system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;background:var(--paper)}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #2c89bf;outline-offset:4px}img{max-width:100%}.container{width:min(1220px,calc(100% - 56px));margin-inline:auto}.skip{position:absolute;top:-100px;left:12px;background:white;padding:12px;z-index:99}.skip:focus{top:12px}.site-header{background:white;border-bottom:1px solid var(--line)}.header-inner{min-height:94px;display:flex;align-items:center;gap:28px}.brand{flex:none;display:block}.logo-window{position:relative;display:block;width:215px;height:76px;overflow:hidden}.logo-window img{position:absolute;max-width:none;width:315px;height:auto;left:-60px;top:-68px}.site-header nav{display:flex;align-items:center;justify-content:center;gap:22px;margin-left:auto;font-size:.84rem;font-weight:700;white-space:nowrap}.site-header nav a:hover,.footer-grid a:hover{text-decoration:underline;text-underline-offset:5px}.header-contact{background:var(--navy);color:white;padding:14px 17px;font-size:.84rem;font-weight:700;white-space:nowrap}.header-contact span{margin-left:12px;color:var(--cyan)}.mobile-contact{display:none}.hero{background:var(--navy);color:white}.hero-grid{display:grid;grid-template-columns:1fr 48%;min-height:660px}.hero-copy{padding:95px 60px 90px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.overline{margin:0;color:var(--blue);font-size:.75rem;line-height:1.4;letter-spacing:.16em;font-weight:800}.overline.light{color:var(--cyan)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.1rem,5.25vw,5.45rem);line-height:1.045;letter-spacing:-.04em;margin:24px 0 24px}h1 em{font-style:normal;color:var(--cyan)}.hero-copy>p:not(.overline){font-size:1.12rem;line-height:1.68;color:#cfdee5;max-width:550px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 21px;min-height:55px;font-size:.89rem;font-weight:800;transition:background .2s,color .2s}.button.primary{background:var(--cyan);color:var(--navy)}.button.primary:hover{background:#b3e7f3}.button.outline{border:1px solid #89a4b2;color:white}.button.outline:hover{background:#ffffff18}.hero-photo{position:relative;min-height:490px;overflow:hidden}.hero-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0e294077,transparent 35%),linear-gradient(0deg,#0e2940c9,transparent 45%);z-index:1}.hero-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center}.photo-tag{position:absolute;z-index:2;bottom:38px;left:38px;right:38px;border-top:1px solid #ffffff91;padding-top:16px}.photo-tag span{display:block;font-size:.67rem;letter-spacing:.16em;color:#d8e9ef;font-weight:800;margin-bottom:8px}.photo-tag strong{font-size:1.18rem}.section{padding:100px 0}.section-lead{max-width:760px;margin-bottom:43px}.section-lead h2,.sectors h2,.about h2,.faq h2,.contact h2{font-size:clamp(2.35rem,4vw,4rem);line-height:1.12;letter-spacing:-.035em;margin:16px 0 15px}.section-lead>p:last-child{font-size:1.05rem;line-height:1.65;color:var(--muted);margin:0}.pathways{background:var(--paper)}.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.path-card{display:flex;flex-direction:column;background:white;border:1px solid var(--line);padding:28px;min-height:269px;transition:transform .2s,box-shadow .2s}.path-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px #0e294012}.path-num{font-size:.7rem;letter-spacing:.12em;font-weight:800;color:var(--blue)}.path-card h3{font-size:1.38rem;letter-spacing:-.025em;line-height:1.18;margin:25px 0 9px}.path-card p{font-size:.95rem;line-height:1.55;color:var(--muted);margin:0 0 25px}.card-action{margin-top:auto;border-top:1px solid var(--line);padding-top:14px;font-size:.86rem;font-weight:800;color:var(--blue);display:flex;justify-content:space-between}.services{background:white}.service-stack{border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-bottom:1px solid var(--line);padding:35px 0 39px;scroll-margin-top:30px}.service-title>span{font-size:.72rem;letter-spacing:.12em;font-weight:800;color:var(--blue)}.service-title h3{font-size:clamp(1.65rem,2.5vw,2.25rem);letter-spacing:-.035em;line-height:1.16;margin:16px 0}.service-title p{color:var(--muted);line-height:1.65;max-width:500px}.service-title a{display:inline-block;color:var(--blue);font-size:.9rem;font-weight:800;border-bottom:1px solid var(--blue);padding-bottom:5px;margin-top:5px}.service-body{padding-top:22px}.service-body>p{font-size:.84rem;letter-spacing:.08em;font-weight:800;text-transform:uppercase;color:var(--muted)}.service-body ul{list-style:none;padding:0;margin:0;columns:2;column-gap:30px}.service-body li{break-inside:avoid;border-top:1px solid var(--line);padding:11px 0;font-size:.93rem;line-height:1.4}.visual-body{padding:0}.visual-body img{display:block;width:100%;max-height:210px;object-fit:cover;background:#edf2f2}.projects{background:#e8f0f2}.project-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px}.project-card{background:white;margin:0;min-width:0}.project-card.featured{grid-row:span 2}.project-card img{display:block;width:100%;height:205px;object-fit:cover}.project-card.featured img{height:500px}.project-card figcaption{padding:17px 20px 19px}.project-card figcaption span{display:block;font-size:.69rem;letter-spacing:.13em;font-weight:800;color:var(--blue);margin-bottom:7px}.project-card figcaption strong{font-size:1.03rem}.project-note{font-size:.8rem;color:var(--muted);margin:19px 0 0}.sectors{background:var(--navy);color:white}.sectors-inner,.faq-grid{display:grid;grid-template-columns:38% 1fr;gap:9%}.sectors .overline{color:var(--cyan)}.sector-list{border-top:1px solid #5a7889}.sector-list>div{display:grid;grid-template-columns:40px 1fr;column-gap:15px;padding:19px 0;border-bottom:1px solid #5a7889}.sector-list span{grid-row:span 2;color:var(--cyan);font-size:.8rem;font-weight:800}.sector-list strong{font-size:1.05rem}.sector-list p{color:#c3d6df;margin:6px 0 0;font-size:.94rem;line-height:1.5}.process{background:white}.step-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.step-grid li{border-top:3px solid var(--blue);padding-top:17px}.step-grid span{font-weight:800;color:var(--blue);font-size:.8rem}.step-grid h3{font-size:1.17rem;line-height:1.18;letter-spacing:-.02em;margin:24px 0 11px}.step-grid p{color:var(--muted);font-size:.92rem;line-height:1.55}.about{background:var(--navy2);color:white}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%}.about h2{max-width:620px}.about-grid>div:first-child>p:not(.overline){color:#d0e0e7;line-height:1.7;font-size:1.03rem;max-width:590px}.why-card{background:#ffffff12;border:1px solid #ffffff35;padding:32px 35px}.why-card h3{font-size:1.45rem;margin:0 0 12px}.why-card ul{padding:0;list-style:none;margin:0}.why-card li{display:flex;flex-direction:column;gap:6px;border-top:1px solid #ffffff3a;padding:14px 0}.why-card li strong{font-size:.97rem}.why-card li span{font-size:.91rem;color:#c9dbe3;line-height:1.45}.faq{background:var(--paper)}.faq-list{border-top:1px solid #bdcfd5}.faq details{border-bottom:1px solid #bdcfd5;padding:0}.faq summary{cursor:pointer;list-style:none;position:relative;font-weight:700;font-size:1rem;line-height:1.4;padding:20px 34px 20px 0}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;top:16px;font-weight:400;font-size:1.5rem;color:var(--blue)}.faq details[open] summary:after{content:"−"}.faq details p{line-height:1.65;color:var(--muted);padding-right:35px;margin:0 0 21px}.contact{background:var(--navy);color:white;padding:84px 0}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:9%;align-items:center}.contact h2{max-width:600px}.contact-grid>div:first-child>p:last-child{color:#c7d8e0;line-height:1.65;font-size:1.05rem;max-width:560px}.contact-panel{background:white;color:var(--ink);padding:34px}.contact-panel>p{font-weight:700;margin:0 0 18px}.contact-button{width:100%}.email-link{display:block;margin:23px 0 8px;color:var(--blue);font-weight:700;overflow-wrap:anywhere}.phone-text{font-size:.9rem;color:var(--muted)}footer{background:#091e2e;color:#c2d3dd}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:7%;padding-top:65px;padding-bottom:60px}.footer-logo{color:white;font-size:1.45rem;letter-spacing:.08em}.footer-logo span{font-size:.72rem;display:block;letter-spacing:.16em;margin-top:5px}.footer-grid p{line-height:1.6;font-size:.92rem;max-width:360px;margin:22px 0}.footer-grid h3{font-size:.89rem;color:white;margin:4px 0 17px}.footer-grid a,.footer-grid>div:last-child span{display:block;font-size:.84rem;line-height:1.5;margin:0 0 10px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff30;padding:22px 0;font-size:.78rem}.footer-bottom a:hover{text-decoration:underline}@media(max-width:1100px){.site-header nav{gap:13px}.site-header nav a{font-size:.77rem}.header-contact{display:none}.hero-grid{grid-template-columns:1fr 45%}.hero-copy{padding-right:30px}.step-grid{grid-template-columns:repeat(3,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}.project-card.featured{grid-row:auto}.project-card.featured img,.project-card img{height:250px}}@media(max-width:780px){.site-header nav{display:none}.mobile-contact{display:block;margin-left:auto;color:var(--blue);font-weight:800}.hero-grid{display:flex;flex-direction:column}.hero-copy{padding:70px 0 60px}.hero-photo{min-height:330px;margin-inline:-28px}.path-grid{grid-template-columns:repeat(2,1fr)}.sectors-inner,.faq-grid{grid-template-columns:1fr;gap:30px}.about-grid,.contact-grid{gap:40px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:590px){.container{width:min(100% - 36px,1220px)}.header-inner{min-height:74px}.logo-window{width:155px;height:55px}.logo-window img{width:230px;left:-44px;top:-50px}.hero-copy{padding:55px 0 52px}h1{font-size:clamp(2.75rem,11.5vw,4rem)}.hero-photo{margin-inline:-18px;min-height:255px}.photo-tag{bottom:20px;left:20px;right:20px}.hero-actions{width:100%}.hero-actions .button{width:100%}.section{padding:67px 0}.section-lead{margin-bottom:30px}.path-grid,.service-row,.project-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.path-card{min-height:215px;padding:25px}.path-card h3{margin-top:18px}.service-row{gap:4px;padding:30px 0}.service-body{padding-top:5px}.service-body ul{columns:1}.project-card.featured img,.project-card img{height:235px}.step-grid{grid-template-columns:1fr 1fr;gap:24px}.step-grid h3{margin-top:12px}.why-card{padding:25px}.contact{padding:62px 0}.contact-panel{padding:25px}.footer-grid{gap:25px 22px;padding:50px 0 30px}.footer-grid>div:first-child{grid-column:span 2}.footer-bottom{flex-direction:column}}@media(max-width:390px){.step-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.path-card,.button{transition:none}}
.mail-fallback{display:block;color:var(--blue);font-size:.87rem;margin:9px 0}.email-address{display:block;color:var(--muted);font-size:.88rem;overflow-wrap:anywhere;margin:12px 0}.contact-panel .email-link{margin-bottom:0}

/* Imágenes: modelos completos y fotografías encuadradas. */
.hero-visual{display:grid;grid-template-rows:minmax(0,1.05fr) minmax(0,.95fr);gap:12px;padding:28px 0 28px 16px;min-height:0}.hero-visual figure{position:relative;margin:0;overflow:hidden;background:#f5f8fa}.hero-visual img{display:block;width:100%;height:100%;object-fit:cover}.hero-render img{object-fit:contain;padding:8px;background:#f7fafb}.hero-render figcaption,.hero-photo-pair figcaption{position:absolute;left:14px;bottom:13px;padding:8px 10px;background:#0e2940e8;color:white;font-size:.62rem;letter-spacing:.12em;font-weight:800}.hero-photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-height:0}.hero-photo-pair figure{min-width:0}.hero-photo-pair img{object-position:center}.project-card.model{background:#f8fafb}.project-card.model img{object-fit:contain;padding:12px;background:#f8fafb}.visual-body img{object-fit:contain;background:#f8fafb}
@media(max-width:780px){.hero-visual{padding:0 0 24px;min-height:0;grid-template-rows:280px 215px}.hero-photo-pair{min-height:0}}
@media(max-width:590px){.hero-visual{grid-template-rows:210px 150px;gap:7px;padding-bottom:18px}.hero-photo-pair{gap:7px}.hero-render figcaption,.hero-photo-pair figcaption{font-size:.53rem;left:7px;bottom:7px;padding:6px}.project-card.model img{padding:9px}}

/* Portada móvil: fotografía real con contraste para el texto. */
@media(max-width:590px){.hero{background:linear-gradient(180deg,#0e29404d 0%,#0e2940b8 34%,#0e2940f2 83%),url("assets/obra-terreno.jpeg") center 30%/cover no-repeat}.hero-grid{min-height:650px}.hero-copy{min-height:650px;justify-content:flex-end;padding:185px 0 54px}.hero-copy>p:not(.overline){color:#e3edf2}.hero-visual{display:none}.hero-actions{margin-top:18px}.hero-actions .button.outline{background:#0e294070}}

/* Tipografía de marca y nueva selección de imágenes. */
h1,h2,h3,.footer-logo,.brand{font-family:"Manrope","DM Sans",system-ui,sans-serif}h1{font-weight:800;letter-spacing:-.042em}h2{font-weight:800;letter-spacing:-.035em}.path-card h3,.service-title h3{font-weight:800}.hero-render img{object-fit:cover;padding:0;background:#071e45}.hero-photo-pair figure:first-child img{object-fit:contain;background:#f7fafb;padding:6px}.project-card.model img{background:#f8fafb}

/* Servicios: paneles con contraste y una estructura uniforme. */
.services{background:#dce9ed}.services .section-lead{max-width:820px}.services .service-stack{border:0;display:grid;gap:16px}.services .service-row{border:1px solid #bed2db;background:#fff;box-shadow:0 12px 28px #0e294010;padding:35px 38px;gap:7%;grid-template-columns:1fr 1fr}.services .service-row:nth-child(3n+2){background:#123b5a;border-color:#123b5a;color:#fff}.services .service-row:nth-child(3n+2) .service-title>span,.services .service-row:nth-child(3n+2) .service-title a{color:#a6e6f4}.services .service-row:nth-child(3n+2) .service-title a{border-color:#a6e6f4}.services .service-row:nth-child(3n+2) .service-title p,.services .service-row:nth-child(3n+2) .service-body>p{color:#d5e5ed}.services .service-row:nth-child(3n+2) .service-body li{border-color:#ffffff38}.services .service-row:nth-child(3n){background:#e9f5f7}.services .service-body ul{columns:2}.services .service-body li{padding:13px 0}.services .service-title h3{margin-top:14px}
@media(max-width:590px){.services .service-row{grid-template-columns:1fr;padding:27px 24px;gap:8px}.services .service-body{padding-top:8px}.services .service-body ul{columns:1}}
