:root{--navy:#061725;--navy2:#0a2638;--navy3:#102f43;--gold:#d6a62b;--gold2:#f0c75a;--sand:#efe9dc;--cream:#f7f3ea;--white:#fff;--ink:#101820;--muted:#65717c;--line:rgba(6,23,37,.12);--shadow:0 28px 90px rgba(2,12,22,.18);--radius:3px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font:inherit}.site-header{height:90px;position:fixed;z-index:100;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,78px);background:linear-gradient(180deg,rgba(2,13,22,.9),rgba(2,13,22,.55));border-bottom:1px solid rgba(255,255,255,.1);color:#fff;transition:.35s}.site-header.scrolled{height:74px;background:rgba(5,22,35,.96);backdrop-filter:blur(18px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.brand{display:flex;gap:13px;align-items:center}.brand img{width:50px;height:50px;border-radius:50%;object-fit:contain;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.08)}.brand span{display:flex;flex-direction:column;line-height:1.1}.brand strong{font-size:.82rem;letter-spacing:.16em}.brand small{font-size:.66rem;color:rgba(255,255,255,.62);margin-top:5px}.site-header nav{display:flex;align-items:center;gap:27px}.site-header nav a{font-size:.8rem;font-weight:700;color:rgba(255,255,255,.76);position:relative}.site-header nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--gold);transition:.3s}.site-header nav a:hover{color:#fff}.site-header nav a:hover:after{right:0}.nav-cta{padding:13px 19px;border:1px solid var(--gold);color:#fff!important;transition:.3s}.nav-cta:hover{background:var(--gold);color:#111!important}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:1.6rem}.hero{min-height:100svh;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;background:var(--navy)}.hero:before{content:"";position:absolute;z-index:1;inset:0;border:1px solid rgba(255,255,255,.08);margin:108px 35px 34px;pointer-events:none}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:heroZoom 18s ease-out both}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,21,.96) 0%,rgba(3,16,27,.86) 40%,rgba(3,16,27,.32) 74%,rgba(3,16,27,.16)),linear-gradient(0deg,rgba(2,12,21,.88),transparent 52%)}.hero-content{position:relative;z-index:2;max-width:1000px;padding:150px clamp(28px,8.2vw,140px) 110px}.hero-kicker{display:flex;align-items:center;gap:15px}.hero-kicker>span{display:block;width:46px;height:1px;background:var(--gold)}.eyebrow{font-size:.7rem;font-weight:800;letter-spacing:.23em;color:var(--gold);margin:0 0 18px}.hero-kicker .eyebrow{margin:0}.eyebrow.dark{color:#98710a}.hero h1{font-size:clamp(3.4rem,6.55vw,7.35rem);letter-spacing:-.06em;line-height:.91;margin:28px 0 0;max-width:980px;text-wrap:balance}.hero h1 em{font-family:"Playfair Display";font-weight:600;color:var(--gold2)}.hero-copy{font-size:clamp(1rem,1.35vw,1.22rem);line-height:1.75;max-width:650px;color:rgba(255,255,255,.78);margin:31px 0}.hero-actions,.contact-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;font-weight:800;font-size:.82rem;letter-spacing:.025em;transition:.3s}.btn.primary{background:var(--gold);color:#111;box-shadow:0 14px 35px rgba(214,166,43,.18)}.btn.primary:hover{transform:translateY(-3px);background:var(--gold2)}.btn.ghost{border:1px solid rgba(255,255,255,.45);color:#fff}.btn.ghost:hover{background:#fff;color:var(--navy)}.hero-proof{display:flex;gap:38px;margin-top:48px;font-size:.73rem;color:rgba(255,255,255,.7);flex-wrap:wrap}.hero-proof span{display:flex;align-items:center;gap:9px}.hero-proof b{font-size:.61rem;color:var(--gold);border:1px solid rgba(214,166,43,.55);width:25px;height:25px;display:grid;place-items:center;border-radius:50%}.hero-side-card{position:absolute;z-index:4;right:6vw;bottom:70px;width:300px;padding:24px 25px;background:rgba(8,30,45,.86);backdrop-filter:blur(13px);border-left:3px solid var(--gold);box-shadow:var(--shadow);display:flex;flex-direction:column}.hero-side-card small{font-size:.61rem;letter-spacing:.18em;color:var(--gold)}.hero-side-card strong{font-size:1.3rem;margin:9px 0 4px}.hero-side-card span{font-size:.75rem;color:rgba(255,255,255,.65)}.hero-side-card button{margin-top:17px;text-align:left;padding:0;border:0;background:none;color:#fff;font-weight:800;cursor:pointer}.scroll-cue{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);font-size:.65rem;letter-spacing:.16em;color:rgba(255,255,255,.58)}@keyframes heroZoom{from{transform:scale(1.05)}to{transform:scale(1)}}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr) 1.1fr;background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:5}.trust-strip>div,.trust-strip>a{padding:31px clamp(20px,3vw,48px);border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.trust-strip strong{font-size:.85rem}.trust-strip span{font-size:.72rem;color:var(--muted);margin-top:7px;line-height:1.5}.trust-strip>a{background:var(--gold);font-weight:800;font-size:.82rem;flex-direction:row;align-items:center;justify-content:space-between}.intro{display:grid;grid-template-columns:.86fr 1.14fr;gap:9vw;padding:135px clamp(24px,8vw,130px);align-items:center;position:relative}.intro:before{content:"BRISA";position:absolute;left:-18px;top:70px;font-size:clamp(7rem,17vw,17rem);font-weight:800;letter-spacing:-.08em;color:rgba(7,23,37,.026);pointer-events:none}.section-copy{position:relative;z-index:1}.section-copy h2,.section-head h2,.process-copy h2,.contact h2{font-size:clamp(2.25rem,4.2vw,4.55rem);line-height:1.02;letter-spacing:-.05em;margin:0;text-wrap:balance}.section-copy>p:not(.eyebrow),.section-head>p,.process-copy>p,.contact>div>p:not(.eyebrow){color:var(--muted);line-height:1.85;font-size:1rem}.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:22px;font-weight:800;border-bottom:1px solid var(--gold);padding-bottom:6px}.intro-image{position:relative;min-height:650px}.intro-main{position:absolute;right:0;top:0;width:78%;height:570px;overflow:hidden}.intro-main img{width:100%;height:100%;object-fit:cover}.intro-secondary{position:absolute;left:0;bottom:0;width:46%;height:310px;border:12px solid #fff;overflow:hidden;box-shadow:var(--shadow)}.intro-secondary img{width:100%;height:100%;object-fit:cover}.floating-card{position:absolute;right:-24px;bottom:58px;background:var(--navy);color:#fff;padding:24px 28px;box-shadow:var(--shadow);display:flex;flex-direction:column;border-top:3px solid var(--gold)}.floating-card strong{font-size:1.03rem}.floating-card span{color:var(--gold);font-size:.7rem;margin-top:6px}.services{background:var(--cream);padding:125px clamp(24px,8vw,130px);position:relative;overflow:hidden}.services:after{content:"";position:absolute;right:-140px;top:-160px;width:440px;height:440px;border:1px solid rgba(214,166,43,.22);border-radius:50%;box-shadow:0 0 0 80px rgba(214,166,43,.035),0 0 0 160px rgba(214,166,43,.02)}.section-head{display:grid;grid-template-columns:1.25fr .75fr;gap:7vw;align-items:end;margin-bottom:58px;position:relative;z-index:1}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;position:relative;z-index:1}.service-grid article{padding:34px 27px 31px;min-height:305px;transition:.35s;background:#fff;border:1px solid rgba(6,23,37,.07);box-shadow:0 12px 35px rgba(7,23,37,.035);position:relative;overflow:hidden}.service-grid article:after{content:"";position:absolute;left:0;bottom:0;width:0;height:4px;background:var(--gold);transition:.35s}.service-grid article:hover{transform:translateY(-9px);box-shadow:0 25px 55px rgba(7,23,37,.1)}.service-grid article:hover:after{width:100%}.service-grid article>span{position:absolute;right:22px;top:20px;font-size:.68rem;font-weight:800;color:#a17a13}.service-icon{display:block;width:58px;height:58px;margin:15px 0 56px;border:1px solid rgba(6,23,37,.15);position:relative}.service-icon:before,.service-icon:after{content:"";position:absolute;background:var(--gold)}.service-icon.design:before{width:30px;height:1px;left:13px;top:27px;transform:rotate(-35deg)}.service-icon.design:after{width:1px;height:30px;left:28px;top:13px;transform:rotate(-35deg)}.service-icon.build:before{width:28px;height:28px;left:14px;bottom:11px;border:2px solid var(--gold);background:none}.service-icon.build:after{width:36px;height:2px;left:10px;top:13px;transform:rotate(-25deg)}.service-icon.remodel:before{width:29px;height:29px;border-radius:50%;left:13px;top:13px;background:none;border:2px solid var(--gold);border-right-color:transparent}.service-icon.remodel:after{width:13px;height:2px;right:7px;top:15px;transform:rotate(35deg)}.service-icon.consult:before{width:28px;height:35px;left:14px;top:10px;background:none;border:2px solid var(--gold)}.service-icon.consult:after{width:16px;height:2px;left:20px;top:20px;box-shadow:0 7px 0 var(--gold),0 14px 0 var(--gold)}.service-grid h3{font-size:1.25rem;margin:0 0 12px}.service-grid p{color:var(--muted);font-size:.88rem;line-height:1.7}.projects{background:var(--navy);color:#fff;padding:128px clamp(24px,6vw,100px);position:relative}.projects:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 58%,rgba(255,255,255,.025) 58%)}.section-head.light p{color:rgba(255,255,255,.62)}.filters{display:flex;gap:7px;flex-wrap:wrap;margin:-20px 0 33px;position:relative;z-index:1}.filters button{border:1px solid rgba(255,255,255,.15);background:transparent;color:rgba(255,255,255,.68);padding:11px 17px;cursor:pointer;transition:.25s}.filters button.active,.filters button:hover{background:var(--gold);color:#111;border-color:var(--gold)}.portfolio-note{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.12);padding:21px 0;color:rgba(255,255,255,.56);position:relative;z-index:1}.portfolio-note span{font-size:.65rem;letter-spacing:.18em;color:var(--gold)}.portfolio-note p{font-size:.78rem;margin:0}.project-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(3,235px);gap:16px;position:relative;z-index:1}.project-card{height:auto;position:relative;overflow:hidden;cursor:pointer;background:#132b3b}.project-card.featured{grid-row:1/4;height:auto}.project-card img{width:100%;height:100%;object-fit:cover;transition:.8s}.project-card:hover img{transform:scale(1.06)}.card-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,12,21,.92),rgba(2,12,21,.1) 72%)}.card-content{position:absolute;left:29px;right:29px;bottom:26px}.card-content>span{color:var(--gold);text-transform:uppercase;font-size:.65rem;letter-spacing:.15em;font-weight:800}.card-content h3{font-size:clamp(1.5rem,2.6vw,2.7rem);margin:7px 0 4px}.project-card:not(.featured) .card-content h3{font-size:1.45rem}.card-content p{margin:0;color:rgba(255,255,255,.65);font-size:.78rem}.card-content button{margin-top:16px;background:transparent;color:#fff;border:0;padding:0;font-weight:800;font-size:.76rem;cursor:pointer;opacity:.8;transition:.25s}.project-card:hover .card-content button{opacity:1;transform:translateX(5px)}.card-content b{color:var(--gold);margin-left:7px}.project-card.hidden{display:none}.process{display:grid;grid-template-columns:1.05fr .95fr;min-height:790px;background:#fff}.process-visual{position:relative;overflow:hidden}.process-visual:after{content:"PROCESO";position:absolute;left:24px;bottom:0;font-size:clamp(4rem,8vw,8rem);font-weight:800;letter-spacing:-.06em;color:rgba(255,255,255,.14)}.process-visual img{width:100%;height:100%;object-fit:cover}.process-copy{padding:105px clamp(32px,7vw,112px);display:flex;flex-direction:column;justify-content:center}.steps{margin-top:38px}.steps>div{display:flex;gap:25px;border-top:1px solid var(--line);padding:24px 0;transition:.25s}.steps>div:hover{padding-left:10px}.steps b{color:#9b7410;font-size:.72rem;border:1px solid rgba(155,113,10,.3);width:32px;height:32px;display:grid;place-items:center;border-radius:50%;flex:0 0 auto}.steps span{display:flex;flex-direction:column}.steps strong{font-size:1.02rem}.steps small{color:var(--muted);line-height:1.65;margin-top:5px}.video-section{padding:125px clamp(24px,6vw,100px);background:#f5f4f0}.video-grid{display:grid;grid-template-columns:1.4fr .6fr .6fr;grid-template-rows:repeat(2,265px);gap:15px;align-items:stretch}.video-grid video{width:100%;height:100%;background:#000;object-fit:cover}.video-grid video:first-child{grid-row:1/3}.video-grid video:nth-child(2){grid-column:2/4}.video-grid video.vertical{max-height:none;object-fit:contain;background:#0a0a0a}.testimonial{padding:55px clamp(24px,8vw,120px);text-align:center;background:var(--sand);position:relative;overflow:hidden}.testimonial:before,.testimonial:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(214,166,43,.25)}.testimonial:before{width:450px;height:450px;left:-260px;top:-180px}.testimonial:after{width:350px;height:350px;right:-190px;bottom:-160px}.testimonial-label{font-size:.65rem;letter-spacing:.2em;font-weight:800;color:#98710a}.quote-mark{font-family:Georgia;font-size:7rem;color:var(--gold);line-height:.55;margin-top:38px}.testimonial blockquote{font-family:"Playfair Display";font-style:italic;font-size:clamp(1.7rem,3.45vw,3.45rem);line-height:1.33;margin:35px auto;max-width:1100px;position:relative;z-index:1}.quote-person{display:flex;flex-direction:column}.quote-person strong{font-size:.92rem}.quote-person span{color:var(--muted);font-size:.8rem;margin-top:6px}.contact{background:linear-gradient(115deg,var(--navy2),var(--navy));color:#fff;padding:100px clamp(24px,8vw,130px);display:flex;justify-content:space-between;align-items:center;gap:50px;position:relative;overflow:hidden}.contact:after{content:"";position:absolute;right:-80px;top:-130px;width:390px;height:390px;border-radius:50%;border:1px solid rgba(214,166,43,.22);box-shadow:0 0 0 65px rgba(214,166,43,.03),0 0 0 130px rgba(214,166,43,.02)}.contact>*,.contact-actions{position:relative;z-index:1}.contact p{color:rgba(255,255,255,.64)!important}.contact-actions{min-width:max-content}footer{background:#03101a;color:#fff;padding:75px clamp(24px,8vw,130px) 34px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:10px;font-size:.8rem;color:rgba(255,255,255,.62)}footer>div strong{color:#fff;margin-bottom:5px}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:24px;margin-top:20px;color:rgba(255,255,255,.38);font-size:.7rem}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.project-modal{position:fixed;z-index:300;inset:0;display:none}.project-modal.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(2,10,17,.86);backdrop-filter:blur(8px)}.modal-panel{position:absolute;inset:3vh 3vw;background:#fff;overflow:auto;box-shadow:var(--shadow)}.modal-close{position:fixed;z-index:3;right:5vw;top:5vh;width:48px;height:48px;border:0;background:#fff;font-size:1.7rem;cursor:pointer}.modal-hero{height:410px;position:relative;color:#fff}.modal-hero img{width:100%;height:100%;object-fit:cover}.modal-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,14,23,.94),transparent 70%)}.modal-hero>div{position:absolute;z-index:2;left:6%;bottom:48px}.modal-hero span{color:var(--gold);text-transform:uppercase;font-weight:800;letter-spacing:.16em;font-size:.7rem}.modal-hero h2{font-size:clamp(2.2rem,5vw,4.8rem);margin:8px 0}.modal-hero p{margin:0}.modal-body{padding:62px 6% 84px}.modal-summary{display:grid;grid-template-columns:1.05fr 1.45fr .8fr;gap:38px;margin-bottom:52px}.modal-summary h3{font-size:1.55rem;margin:0}.modal-summary p{color:var(--muted);line-height:1.78;margin:0}.modal-meta{display:flex;flex-direction:column;gap:9px;font-size:.77rem;font-weight:700}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-item{border:0;padding:0;background:#111;position:relative;overflow:hidden;aspect-ratio:4/3;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.45s}.gallery-item:hover img{transform:scale(1.04);opacity:.7}.gallery-item span{position:absolute;left:17px;right:17px;bottom:14px;color:#fff;text-align:left;display:flex;flex-direction:column;font-size:.78rem;opacity:0;transform:translateY(8px);transition:.3s}.gallery-item:hover span{opacity:1;transform:none}.gallery-item b{color:var(--gold);font-size:.61rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.lightbox{position:fixed;z-index:500;inset:0;background:rgba(0,0,0,.95);display:none;align-items:center;justify-content:center;color:#fff}.lightbox.open{display:flex}.lightbox figure{max-width:84vw;max-height:86vh;margin:0;text-align:center}.lightbox img{max-width:84vw;max-height:79vh;object-fit:contain}.lightbox figcaption{margin-top:14px}.lb-close,.lb-prev,.lb-next{position:absolute;border:0;background:rgba(255,255,255,.1);color:#fff;cursor:pointer}.lb-close{right:28px;top:22px;width:48px;height:48px;font-size:1.8rem}.lb-prev,.lb-next{top:50%;width:52px;height:70px;font-size:2.2rem}.lb-prev{left:20px}.lb-next{right:20px}.chat-launch{position:fixed;z-index:210;right:24px;bottom:24px;border:0;background:var(--gold);color:#111;box-shadow:0 18px 50px rgba(0,0,0,.28);padding:10px 15px 10px 9px;border-radius:999px;display:flex;align-items:center;gap:9px;font-weight:800;cursor:pointer}.chat-launch:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(214,166,43,.45);border-radius:999px;animation:pulse 2.3s infinite}.chat-launch img{width:42px;height:42px;border-radius:50%;background:#fff}.chat-widget{position:fixed;z-index:220;right:24px;bottom:94px;width:min(370px,calc(100vw - 32px));background:#fff;box-shadow:0 25px 90px rgba(0,0,0,.32);border-radius:18px;overflow:hidden;display:none}.chat-widget.open{display:block;animation:chatIn .3s ease}.chat-head{background:linear-gradient(120deg,var(--navy),var(--navy3));color:#fff;padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--gold)}.chat-head>div{display:flex;align-items:center;gap:10px}.chat-head img{width:42px;height:42px;border-radius:50%;background:#fff}.chat-head span{display:flex;flex-direction:column}.chat-head small{color:#8be2a8}.chat-close{border:0;background:none;color:#fff;font-size:1.45rem}.chat-body{padding:18px;background:#f5f6f7;max-height:430px;overflow:auto}.bot-message,.user-message{padding:12px 14px;border-radius:14px;line-height:1.5;font-size:.86rem;margin-bottom:10px}.bot-message{background:#fff;border-bottom-left-radius:3px}.user-message{background:var(--gold);margin-left:45px;border-bottom-right-radius:3px}.quick-options{display:grid;gap:8px}.quick-options button{border:1px solid #d8dde1;background:#fff;padding:11px;border-radius:10px;text-align:left;cursor:pointer}.quick-options button:hover{border-color:var(--gold)}@keyframes chatIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes pulse{0%,100%{opacity:.45;transform:scale(1)}50%{opacity:0;transform:scale(1.08)}}@media(max-width:1100px){.hero-side-card{display:none}.trust-strip{grid-template-columns:repeat(3,1fr)}.trust-strip>a{grid-column:1/-1}.service-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.project-card,.project-card.featured{grid-row:auto;height:440px}.video-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.video-grid video,.video-grid video:first-child,.video-grid video:nth-child(2){grid-column:auto;grid-row:auto;aspect-ratio:16/9}.video-grid video.vertical{aspect-ratio:9/16;max-height:620px}}@media(max-width:980px){.site-header nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--navy);padding:24px;flex-direction:column;align-items:flex-start}.site-header nav.open{display:flex}.menu-toggle{display:block}.intro,.process{grid-template-columns:1fr}.intro-image{margin-top:20px}.process-visual{height:520px}.section-head{grid-template-columns:1fr}.modal-summary{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.site-header{height:70px}.brand strong{font-size:.66rem}.brand small{display:none}.brand img{width:40px;height:40px}.hero:before{margin:82px 12px 18px}.hero-content{padding:125px 24px 90px}.hero h1{font-size:3.2rem}.hero-proof{gap:12px;flex-direction:column}.scroll-cue{display:none}.trust-strip{grid-template-columns:1fr}.trust-strip>div,.trust-strip>a{border-right:0;border-bottom:1px solid var(--line);padding:23px 22px}.trust-strip>a{grid-column:auto}.intro,.services,.projects,.video-section{padding:85px 20px}.intro-image{min-height:520px}.intro-main{width:88%;height:430px}.intro-secondary{width:52%;height:220px;border-width:8px}.floating-card{right:0;bottom:20px;padding:19px}.service-grid,.project-grid,.video-grid{grid-template-columns:1fr}.project-card,.project-card.featured{height:410px}.portfolio-note{align-items:flex-start;gap:15px;flex-direction:column}.process-visual{height:380px}.process-copy{padding:78px 22px}.testimonial{padding:95px 22px}.contact{padding:78px 22px;flex-direction:column;align-items:flex-start}.contact-actions{min-width:0}.contact-actions .btn{width:100%}footer{grid-template-columns:1fr;padding:60px 22px 28px}.copyright{grid-column:1}.modal-panel{inset:0}.modal-close{right:12px;top:12px}.modal-hero{height:330px}.modal-hero>div{left:22px;bottom:30px}.modal-body{padding:38px 20px 70px}.gallery{grid-template-columns:1fr}.chat-launch span{display:none}.chat-launch{padding:8px}.chat-widget{right:16px;bottom:88px}.lb-prev,.lb-next{display:none}}

/* Refinamiento visual solicitado */
:root{--gold:#c89a2b;--gold2:#e7c36a;--cream:#f6f5f1;--sand:#f3f3f0;--radius:12px}
.hero{min-height:82svh}
.hero:before{margin:100px 28px 28px}
.hero-content{max-width:850px;padding-top:135px;padding-bottom:88px}
.hero h1{font-size:clamp(2.65rem,5vw,5.35rem);line-height:.99;letter-spacing:-.045em;max-width:820px}
.hero-copy{font-size:clamp(.98rem,1.15vw,1.12rem);max-width:590px;margin:25px 0}
.hero-proof{margin-top:34px}
.hero-side-card{bottom:48px;width:280px;border-radius:10px}
.scroll-cue{bottom:14px}

.services{background:#f7f7f5;padding-top:108px;padding-bottom:112px}
.services:after{display:none}
.service-grid{gap:20px}
.service-grid article{min-height:260px;padding:30px 28px;border-radius:14px;border:1px solid #e7e7e2;box-shadow:none;background:#fff}
.service-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(7,23,37,.08)}
.service-grid article:after{height:3px}
.service-icon{display:none}
.service-grid article>span{position:static;display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#f3ead1;color:#7b5c0d;font-size:.72rem;margin-bottom:34px}
.service-grid h3{font-size:1.18rem;margin-bottom:10px;color:#0a1c29}
.service-grid p{font-size:.86rem;line-height:1.75;margin-bottom:0}

.testimonial{padding:0;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);text-align:left;background:#fff;min-height:560px;overflow:hidden}
.testimonial:before,.testimonial:after{display:none}
.testimonial-photo{min-height:560px;overflow:hidden;position:relative}
.testimonial-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 65%,rgba(255,255,255,.18))}
.testimonial-photo img{width:100%;height:100%;object-fit:cover}
.testimonial-content{padding:80px clamp(40px,7vw,110px);display:flex;flex-direction:column;justify-content:center;background:#f5f5f2}
.testimonial-stars{color:var(--gold);letter-spacing:.22em;font-size:.9rem;margin:4px 0 24px}
.testimonial blockquote{font-family:Manrope,Arial,sans-serif;font-style:normal;font-size:clamp(1.45rem,2.5vw,2.55rem);line-height:1.42;margin:0 0 34px;max-width:780px;color:#0a1c29;font-weight:600;letter-spacing:-.025em}
.quote-person{border-top:1px solid rgba(6,23,37,.14);padding-top:22px;align-items:flex-start}
.quote-person strong{font-size:1rem;color:#0a1c29}
.quote-person span{font-size:.8rem;color:#59646d;margin-top:5px}
.quote-person small{font-size:.72rem;color:#8a9298;margin-top:3px}

.section-copy h2,.section-head h2,.process-copy h2,.contact h2{font-size:clamp(2rem,3.7vw,3.85rem)}

@media(max-width:980px){.hero{min-height:78svh}.testimonial{grid-template-columns:1fr}.testimonial-photo{min-height:360px;height:360px}.testimonial-content{padding:62px 42px}.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.hero{min-height:760px}.hero h1{font-size:2.72rem}.hero-content{padding-top:118px;padding-bottom:72px}.hero-actions .btn{min-height:50px}.services{padding-top:78px;padding-bottom:82px}.service-grid{grid-template-columns:1fr}.service-grid article{min-height:225px}.testimonial-photo{height:280px;min-height:280px}.testimonial-content{padding:52px 24px}.testimonial blockquote{font-size:1.38rem}}

/* ===== Rediseño visual elegante 2026 ===== */
:root{--navy:#071522;--navy2:#0d2232;--gold:#d6a32f;--gold-soft:#f1d78a;--paper:#f4f2ed;--white:#fff;--ink:#101820;--muted:#65717c}
.site-header{height:92px;padding-inline:clamp(22px,5vw,76px);background:linear-gradient(180deg,rgba(3,13,22,.95),rgba(3,13,22,.56));}
.site-header .brand{gap:16px}.site-header .brand img{width:64px;height:64px;background:transparent;box-shadow:none;border:1px solid rgba(255,255,255,.2)}
.site-header .brand strong{font-size:.9rem;letter-spacing:.18em}.site-header .brand small{font-size:.67rem;color:rgba(255,255,255,.65)}
.site-header.scrolled .brand img{width:52px;height:52px}.site-header.scrolled{height:76px}
.hero{min-height:76svh}.hero:before{margin:104px 28px 24px}.hero-content{max-width:760px;padding-top:128px;padding-bottom:74px}.hero h1{font-size:clamp(2.55rem,4.45vw,4.8rem);line-height:1.02;max-width:740px}.hero-copy{max-width:560px}.hero-side-card{bottom:42px}
.services{padding:0;background:var(--paper)}.services-shell{padding:112px clamp(24px,6vw,100px) 124px}.services .section-head{margin-bottom:44px}.service-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-card.visual{position:relative;min-height:430px;border-radius:24px;overflow:hidden;border:0;padding:0;background:#111;box-shadow:0 24px 60px rgba(7,21,34,.12)}.service-card.visual:nth-child(2),.service-card.visual:nth-child(3){min-height:360px}.service-card.visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.service-card.visual:hover img{transform:scale(1.055)}.service-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,15,25,.08),rgba(4,15,25,.18) 36%,rgba(4,15,25,.94) 100%)}.service-copy{position:absolute;inset:auto 0 0;padding:34px 36px 36px;color:#fff;z-index:2}.service-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.service-top>span{font-size:.7rem;letter-spacing:.16em;color:var(--gold-soft);font-weight:800}.service-top svg{width:34px;height:34px;fill:none;stroke:var(--gold-soft);stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.service-copy h3{font-size:clamp(1.55rem,2.2vw,2.3rem);margin:0 0 12px}.service-copy p{max-width:560px;color:rgba(255,255,255,.78);line-height:1.7;margin:0 0 20px;font-size:.9rem}.service-copy a{font-size:.78rem;font-weight:800;color:#fff;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:5px}.service-copy a:hover{color:var(--gold-soft);border-color:var(--gold-soft)}
.testimonial{margin:100px clamp(24px,6vw,100px);border-radius:26px;min-height:520px;box-shadow:0 26px 70px rgba(7,21,34,.1)}.testimonial-photo,.testimonial-content{min-height:520px}.testimonial-content{background:#f3f0e9}.testimonial-stars{font-size:1rem}.testimonial blockquote{font-family:"Playfair Display",serif;font-weight:600;font-style:italic;line-height:1.35}
.contact{margin:0 clamp(24px,6vw,100px) 0;border-radius:28px 28px 0 0;overflow:hidden}
.site-footer{background:#06131f;color:#fff;padding:0}.footer-top{display:grid;grid-template-columns:1fr .7fr;gap:30px;padding:48px clamp(24px,6vw,100px) 36px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-identity{display:flex;align-items:center;gap:30px}.footer-identity img{width:90px;height:90px;object-fit:contain;border-radius:50%;background:#06131f;box-shadow:0 0 0 1px rgba(255,255,255,.16),0 18px 50px rgba(0,0,0,.28)}.footer-identity p{margin:0 0 10px;color:var(--gold-soft);letter-spacing:.2em;font-size:.68rem;font-weight:800}.footer-identity h2{font-size:clamp(1.5rem,2.5vw,2.5rem);margin:0 0 10px;letter-spacing:-.045em}.footer-identity span{color:rgba(255,255,255,.58);line-height:1.65}.footer-cta{align-self:center;background:linear-gradient(135deg,#d9aa3d,#f1ce78);color:#111;border-radius:20px;padding:24px 26px;display:grid;grid-template-columns:1fr auto;gap:5px 15px;box-shadow:0 20px 45px rgba(214,163,47,.16);transition:.3s}.footer-cta:hover{transform:translateY(-4px)}.footer-cta span{grid-column:1;font-size:.72rem}.footer-cta strong{grid-column:1;font-size:1rem}.footer-cta b{grid-column:2;grid-row:1/3;align-self:center;font-size:1.7rem}.footer-grid{display:grid;grid-template-columns:.8fr 1.35fr .85fr;gap:35px;padding:38px clamp(24px,6vw,100px)}.footer-col{display:flex;flex-direction:column;gap:13px}.footer-col h3{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-soft);margin:0 0 10px}.footer-col>a{color:rgba(255,255,255,.7);font-size:.88rem;transition:.25s}.footer-col>a:hover{color:#fff;transform:translateX(3px)}.contact-list>a,.contact-row{display:flex!important;align-items:center;gap:14px}.contact-list svg{width:25px;height:25px;fill:none;stroke:var(--gold-soft);stroke-width:1.5;flex:none}.contact-list span span,.contact-list a span{display:flex;flex-direction:column;color:#fff}.contact-list small{color:rgba(255,255,255,.45);font-size:.64rem;margin-bottom:2px}.social-buttons{display:grid;gap:12px}.social-buttons a{display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:13px 15px;color:#fff;transition:.25s}.social-buttons a:hover{background:rgba(255,255,255,.07);border-color:rgba(241,215,138,.5)}.social-buttons svg{width:23px;height:23px;fill:none;stroke:var(--gold-soft);stroke-width:1.7}.social-buttons a:first-child svg{fill:var(--gold-soft);stroke:none}.social-buttons span{font-size:.82rem;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:22px clamp(24px,6vw,100px);background:#040e17;color:rgba(255,255,255,.42);font-size:.7rem}
.chat-launch img,.chat-head img{object-fit:cover;background:#071522}
@media(max-width:980px){.service-showcase{grid-template-columns:1fr}.service-card.visual,.service-card.visual:nth-child(2),.service-card.visual:nth-child(3){min-height:390px}.footer-top,.footer-grid{grid-template-columns:1fr}.footer-cta{max-width:520px}.testimonial{margin-inline:24px}.contact{margin-inline:24px}.site-header .brand img{width:54px;height:54px}}
@media(max-width:680px){.site-header .brand img{width:46px;height:46px}.site-header .brand strong{font-size:.66rem}.hero{min-height:700px}.hero h1{font-size:2.55rem}.services-shell{padding:78px 18px 88px}.service-card.visual,.service-card.visual:nth-child(2),.service-card.visual:nth-child(3){min-height:420px;border-radius:18px}.service-copy{padding:26px 24px}.service-copy h3{font-size:1.6rem}.testimonial{margin:70px 18px;border-radius:20px}.contact{margin-inline:18px}.footer-top,.footer-grid{padding-inline:22px}.footer-identity{align-items:flex-start;flex-direction:column}.footer-identity img{width:105px;height:105px}.footer-grid{gap:34px}.footer-bottom{flex-direction:column;padding-inline:22px}}

/* Ajustes Constructora BRISA - proyectos tipo portada */
.project-cover-only{
    cursor:pointer;
}
.project-cover-only img{
    aspect-ratio:16/10;
    object-fit:cover;
}
.project-cover-only .gallery,
.project-cover-only .project-images{
    display:none;
}

.why-brisa{padding:80px 6%;background:#f7f8fa}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.why-grid div{background:white;padding:28px;border-radius:18px}.why-grid strong{color:#d89b00;font-size:28px}.whatsapp-float{position:fixed;right:24px;bottom:90px;background:#d89b00;color:#071725;padding:12px 18px;border-radius:30px;font-weight:800;z-index:9999;box-shadow:0 8px 20px rgba(0,0,0,.18)}@media(max-width:900px){.why-grid{grid-template-columns:1fr 1fr}}

/* BRISA: portafolio e institucional */
.about-company{padding:90px 5%;background:#f7f9fc}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.company-grid article{background:white;border:1px solid #dce3ed;padding:30px;border-radius:14px}.project-card img{max-height:340px;object-fit:cover}.project-grid{gap:35px}
@media(max-width:900px){.company-grid{grid-template-columns:1fr}}

/* Ajustes finales BRISA */
.testimonial-photo{display:none!important;}
.testimonial{padding:60px 8%;}
.testimonial-content{max-width:850px;margin:auto;}
.project-card img{max-height:260px;object-fit:cover;}
.services img,.service-card img{max-height:220px;object-fit:cover;}

/* Servicios V.1 sin fotografias */
.service-grid-clean{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;margin-top:45px}
.service-clean{border:1px solid #e5e5e5;border-radius:16px;padding:28px 22px;text-align:center;background:#fff;min-height:250px}
.service-clean>span{display:block;text-align:left;font-size:13px;color:#9b7b2f;font-weight:600}
.service-icon{font-size:32px;margin:18px 0;color:#9b7b2f}
.service-clean h3{font-size:18px;margin:12px 0;color:#111827}
.service-clean p{font-size:14px;line-height:1.5;color:#64748b}
@media(max-width:1100px){.service-grid-clean{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.service-grid-clean{grid-template-columns:1fr}}

/* V.2 Ajuste exclusivo Portafolio */
.projects .section-head{max-width:1100px;margin:auto;align-items:end}
.projects .project-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
margin-top:35px;
}
.projects .project-card.featured{
grid-column:span 1;
min-height:360px;
}
.projects .project-card{
min-height:300px;
border-radius:18px;
overflow:hidden;
}
.projects .project-card img{
height:300px;
object-fit:cover;
}
.projects .card-content h3{
font-size:1.35rem;
}
.projects .card-content p{
font-size:.95rem;
}
@media(max-width:900px){
.projects .project-grid{grid-template-columns:1fr 1fr}
}

/* V.3 - Ajuste exclusivo Portafolio */
.projects .project-grid{
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: repeat(3,200px);
    gap:18px;
}
.projects .project-card.featured{
    grid-row:1/4;
}
.projects .project-card{
    min-height:0;
}
.projects .card-content{
    bottom:20px;
}
.projects .card-content h3{
    font-size:1.8rem;
}
.projects .project-card:not(.featured) .card-content h3{
    font-size:1.2rem;
}
@media(max-width:1100px){
 .projects .project-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;}
}

/* V.4 - Ajuste exclusivo Portafolio */
#portafolio .project-card.featured {
    min-height: 520px;
    height: 520px;
}
#portafolio .project-card.featured img,
#portafolio .project-card.project-cover-only img {
    height: 100%;
    object-fit: cover;
}
#portafolio .project-card .card-content {
    padding: 28px;
}
#portafolio .project-card .card-content h3 {
    margin: 8px 0;
    font-size: 1.7rem;
}
#portafolio .project-card .card-content p {
    margin-bottom: 16px;
}
#portafolio .project-grid {
    align-items: stretch;
}

/* V.5 - Ajuste unico: Nuestro Proceso */
.process{grid-template-columns:.75fr 1.25fr;min-height:620px;}
.process-visual{max-height:620px;}
.process-visual img{height:620px;object-fit:cover;}
.process-copy{padding:60px clamp(28px,5vw,70px);}
.process-copy h2{font-size:clamp(2rem,3.2vw,3.4rem);}


/* V.6 - Testimonios compacto */
.testimonial{
    min-height:auto;
    margin:70px clamp(18px,5vw,80px);
    padding:45px 7%;
    border-radius:24px;
}
.testimonial-content{
    max-width:900px;
    padding:0;
    background:#f3f0e9;
}
.testimonial blockquote{
    font-size:clamp(1.2rem,2vw,1.65rem);
    line-height:1.55;
    margin:18px auto 24px;
    max-width:820px;
}
.testimonial-label{
    margin-bottom:12px;
}
.quote-person{
    padding-top:16px;
}
.quote-person strong{
    font-size:1rem;
}
.quote-person span{
    font-size:.85rem;
}


/* V.8 - Ajuste exclusivo de Testimonios */
.testimonial{
    padding:70px clamp(20px,8vw,120px);
    min-height:auto;
}
.testimonial:before{
    width:260px;
    height:260px;
    left:-120px;
    top:-100px;
}
.testimonial:after{
    width:220px;
    height:220px;
    right:-120px;
    bottom:-100px;
}
.testimonial blockquote{
    font-size:clamp(1.15rem,1.8vw,1.6rem);
    line-height:1.65;
    max-width:850px;
    margin:20px auto;
}
.quote-mark{
    font-size:4rem;
    margin-top:15px;
}
.testimonial-content{
    max-width:900px;
    margin:auto;
}

/* V.9 - Ajuste exclusivo testimonios */
.testimonial{padding:70px clamp(20px,8vw,120px);}
.testimonial-content{max-width:900px;margin:auto;background:#fff;padding:45px 60px;box-shadow:0 18px 50px rgba(2,12,22,.08);border-radius:18px;}
.testimonial blockquote{font-size:clamp(1.25rem,2vw,2rem);line-height:1.5;margin:22px auto;max-width:780px;}
.quote-person{margin-top:25px;}
@media(max-width:768px){
 .testimonial-content{padding:30px 22px;}
}

/* V.11 ajuste exclusivo: tamaños tipográficos */
.hero h1{font-size:clamp(2.6rem,4.8vw,5.2rem)}
.section-copy h2,.section-head h2,.process-copy h2,.contact h2{font-size:clamp(1.9rem,3.2vw,3.4rem)}
.hero-copy{font-size:1rem}
.section-copy>p:not(.eyebrow),.section-head>p,.process-copy>p,.contact>div>p:not(.eyebrow){font-size:.92rem}
.service-clean h3,.service-grid h3{font-size:1.05rem}
.service-clean p,.service-grid p{font-size:.82rem}
.project-card h3{font-size:1.05rem}
.testimonial blockquote{font-size:clamp(1.15rem,2vw,1.8rem)}
.quote-person strong{font-size:.95rem}
.btn{font-size:.76rem}
.footer-identity h2{font-size:clamp(1.25rem,2vw,2rem)}

/* V11 CORREGIDA - Ajuste de escala tipografica */
.hero h1{font-size:clamp(2.5rem,4.8vw,5.2rem)!important;}
.section-copy h2,.section-head h2,.process-copy h2,.contact h2{font-size:clamp(1.8rem,3vw,3.2rem)!important;}
.section-copy>p:not(.eyebrow),.section-head>p,.process-copy>p,.contact>div>p:not(.eyebrow){font-size:.92rem!important;line-height:1.7!important;}
.hero-copy{font-size:1rem!important;}
.btn{font-size:.76rem!important;}
.service-grid h3,.service-clean h3{font-size:1.05rem!important;}
.service-grid p,.service-clean p{font-size:.8rem!important;}

/* Testimonios compacto */
.testimonial{min-height:0!important;margin:55px auto!important;max-width:900px!important;text-align:center!important;display:block!important;}
.testimonial-content{padding:45px 55px!important;min-height:0!important;align-items:center!important;text-align:center!important;}
.testimonial blockquote{font-size:clamp(1.05rem,1.6vw,1.45rem)!important;line-height:1.45!important;margin:0 auto 22px!important;max-width:680px!important;}
.testimonial-stars{font-size:.75rem!important;margin-bottom:15px!important;}
.quote-person strong{font-size:.9rem!important;}
.quote-person span{font-size:.72rem!important;}
.quote-person small{font-size:.65rem!important;}

/* V12 FINAL - Footer reorganizado */
.footer-top{display:block!important;padding:55px clamp(24px,5vw,80px) 30px!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
.footer-identity{display:flex!important;max-width:620px!important;align-items:center!important;margin-bottom:0!important}
.footer-grid{display:grid!important;grid-template-columns:1fr 0.9fr 1fr 0.8fr!important;gap:35px!important;padding:45px clamp(24px,5vw,80px)!important;align-items:start!important}
.footer-grid:before{content:"";display:block}
.footer-grid .footer-col{min-height:260px!important}
.footer-grid .footer-col:not(:first-child){border-left:1px solid rgba(255,255,255,.12);padding-left:35px}
.footer-cta{position:absolute!important;left:80px!important;margin-top:20px!important;width:520px!important}
.footer-top{position:relative!important;min-height:220px!important}
.footer-bottom{padding:22px clamp(24px,5vw,80px)!important}
