.home-hero{isolation:isolate;background:var(--brand-navy);min-height:45rem;color:var(--brand-white);position:relative;overflow:hidden}.home-hero__media{z-index:-2;position:absolute;inset:0}.home-hero__media img{object-fit:cover;object-position:center;width:100%;height:100%}.home-hero__media:after{content:"";background:linear-gradient(90deg,#0d2233f7 0%,#0d2233de 38%,#0d22336b 72%,#0d2233a3 100%);position:absolute;inset:0}.home-hero__inner{flex-direction:column;justify-content:center;min-height:45rem;padding-top:5rem;padding-bottom:3rem;display:flex}.home-hero__content{max-width:38rem}.home-hero .eyebrow{color:var(--brand-gold-light)}.home-hero h1{max-width:9ch;color:var(--brand-white);letter-spacing:-.08em;margin:0;font-size:clamp(3.7rem,7vw,7.6rem);font-weight:600;line-height:.86}.home-hero__lede{color:#d7e0e1;max-width:33rem;margin:2rem 0 0;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7}.home-hero__actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2rem;display:flex}.home-hero__actions .text-link{color:var(--brand-white)}.home-hero__actions .text-link:hover{color:var(--brand-gold-light)}.home-hero__quick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:4rem;display:grid}.home-hero__quick{border-top:1px solid #f6f2e859;grid-template-columns:4rem 1fr;align-items:center;gap:.8rem;min-width:0;padding:.8rem 0;display:grid}.home-hero__quick-icon{border:1px solid var(--brand-gold-light);width:3.2rem;height:3.2rem;color:var(--brand-gold-light);border-radius:50%;place-items:center;font-family:Trebuchet MS,Arial,sans-serif;font-size:.85rem;font-weight:700;display:inline-grid}.home-hero__quick h2{max-width:13ch;color:var(--brand-white);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:.76rem;font-weight:700;line-height:1.35}.home-ribbon{z-index:2;margin-top:-2.5rem;position:relative}.home-ribbon__grid{border-radius:var(--radius-card);box-shadow:var(--brand-shadow-hover);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.home-ribbon__card{background:var(--brand-gold);min-height:15rem;color:var(--brand-navy);padding:2rem}.home-ribbon__card:nth-child(2){background:var(--brand-blue);color:var(--brand-white)}.home-ribbon__card:nth-child(3){color:var(--brand-white);background:#31496a}.home-ribbon__card:nth-child(4){background:var(--brand-ivory);color:var(--brand-navy)}.home-ribbon__card small{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.4rem;font-size:.75rem;font-weight:800;display:block}.home-ribbon__card h2{letter-spacing:-.04em;max-width:12ch;margin:0 0 .9rem;font-size:1.4rem;line-height:1.02}.home-ribbon__card p{max-width:24ch;margin:0;font-size:.78rem;line-height:1.55}.home-ribbon__card:nth-child(2) p,.home-ribbon__card:nth-child(3) p{color:#d8e2e3}.home-stats{background:var(--brand-white);padding:0}.home-stats .metric-strip{border-color:var(--brand-line);margin-top:0}.home-stats .metric{border-color:var(--brand-line)}.home-stats .metric:first-child{border-left-color:var(--brand-line)}.home-stats .metric strong{color:var(--brand-gold)}.home-stats .metric span{color:var(--brand-muted)}.home-about{background:var(--brand-white);padding:clamp(6rem,10vw,9rem) 0}.home-about__grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.home-about__media{border-radius:var(--radius-card);background:var(--brand-blue);min-height:33rem;box-shadow:var(--brand-shadow);margin:0;position:relative;overflow:hidden}.home-about__media img{object-fit:cover;width:100%;height:100%;min-height:33rem;transition:transform .9s var(--ease-brand)}.home-about__media:hover img{transform:scale(1.04)}.home-about__media figcaption{color:var(--brand-white);letter-spacing:.09em;text-transform:uppercase;border-top:1px solid #f6f2e880;padding-top:.8rem;font-size:.75rem;font-weight:700;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.home-about__content h2{max-width:10ch;color:var(--brand-blue);letter-spacing:-.075em;margin-bottom:1.7rem;font-size:clamp(2.5rem,5vw,5rem);line-height:.9}.home-about__content p{max-width:35rem;color:var(--brand-muted);margin-bottom:1.2rem;font-size:1rem;line-height:1.8}.home-services{padding-bottom:clamp(5rem,9vw,8rem)}.home-services__heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem;display:flex}.home-services__heading h2{max-width:10ch;color:var(--brand-blue);letter-spacing:-.075em;margin:0;font-size:clamp(2.5rem,5vw,5rem);line-height:.9}.home-services__heading>p{max-width:24rem;color:var(--brand-muted);margin:0;font-size:.92rem;line-height:1.7}.home-service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.home-service-card{border-radius:var(--radius-card);background:var(--brand-white);box-shadow:var(--brand-shadow);transition:transform .35s var(--ease-brand), box-shadow .35s ease;position:relative;overflow:hidden}.home-service-card:hover{box-shadow:var(--brand-shadow-hover);transform:translateY(-5px)}.home-service-card__media{background:var(--brand-blue);height:13rem;overflow:hidden}.home-service-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-brand)}.home-service-card:hover .home-service-card__media img{transform:scale(1.06)}.home-service-card__body{border-bottom:3px solid var(--brand-gold);min-height:16rem;padding:1.6rem}.home-service-card__body span{color:var(--brand-gold);letter-spacing:.12em;font-size:.75rem;font-weight:800}.home-service-card h3{max-width:13ch;color:var(--brand-blue);letter-spacing:-.04em;margin:1.2rem 0 .9rem;font-size:1.35rem;line-height:1.03}.home-service-card p{color:var(--brand-muted);margin:0;font-size:.82rem;line-height:1.6}.home-visual-story{background:var(--brand-white);padding:0 0 clamp(6rem,10vw,9rem)}.home-visual-story__grid{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:end;gap:clamp(2.5rem,7vw,7rem);display:grid}.home-visual-story__intro h2{max-width:9ch;color:var(--brand-blue);letter-spacing:-.075em;margin-bottom:1.4rem;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.9}.home-visual-story__intro p{max-width:26rem;color:var(--brand-muted);line-height:1.7}.home-visual-story__gallery{grid-template-columns:1.2fr .8fr;align-items:stretch;gap:1rem;display:grid}.home-visual-story figure{border-radius:var(--radius-card);background:var(--brand-blue);min-height:16rem;margin:0;position:relative;overflow:hidden}.home-visual-story figure img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-brand)}.home-visual-story figure:hover img{transform:scale(1.05)}.home-visual-story figure figcaption{color:var(--brand-white);letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 12px #00000061;font-size:.75rem;font-weight:700;position:absolute;bottom:1rem;left:1rem;right:1rem}.home-visual-story__lead{min-height:35rem!important}.home-visual-story__stack{gap:1rem;display:grid}.home-environment{isolation:isolate;background:var(--brand-navy);color:var(--brand-white);padding:clamp(6rem,10vw,9rem) 0;position:relative;overflow:hidden}.home-environment:before{z-index:-2;content:"";background:url(/images/service-cascajo.webp) 50%/cover no-repeat;position:absolute;inset:0}.home-environment:after{z-index:-1;content:"";background:linear-gradient(90deg,#0d2233f5 0%,#0d2233d4 60%,#0d223399 100%);position:absolute;inset:0}.home-environment__grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(2.5rem,8vw,8rem);display:grid}.home-environment h2{max-width:10ch;color:var(--brand-white);letter-spacing:-.075em;margin-bottom:1.5rem;font-size:clamp(2.6rem,5vw,5.4rem);line-height:.9}.home-environment p{color:#d4dfe1;max-width:34rem;line-height:1.75}.home-environment__copy{padding-top:2rem}.home-environment__copy p+p{margin-top:1rem}.home-environment__copy .small-note{color:var(--brand-gold-light);font-size:.75rem}.home-projects{background:var(--brand-paper);padding:clamp(6rem,10vw,9rem) 0}.home-projects__heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem;display:flex}.home-projects__heading h2{max-width:11ch;color:var(--brand-blue);letter-spacing:-.075em;margin:0;font-size:clamp(2.5rem,5vw,5rem);line-height:.9}.home-projects__heading>p{max-width:25rem;color:var(--brand-muted);margin:0;line-height:1.7}.home-projects__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.home-project-card{border-radius:var(--radius-card);background:var(--brand-white);box-shadow:var(--brand-shadow);transition:transform .35s var(--ease-brand), box-shadow .35s ease;grid-template-columns:minmax(9rem,.55fr) minmax(0,1.45fr);display:grid;overflow:hidden}.home-project-card:hover{box-shadow:var(--brand-shadow-hover);transform:translateY(-4px)}.home-project-card__media{background:var(--brand-blue);min-height:17rem;position:relative;overflow:hidden}.home-project-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-brand)}.home-project-card:hover .home-project-card__media img{transform:scale(1.07)}.home-project-card__media span{color:var(--brand-white);letter-spacing:.1em;font-size:.75rem;font-weight:800;position:absolute;top:1rem;left:1rem}.home-project-card__body{padding:1.5rem}.home-project-card__body small{color:var(--brand-gold);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:800}.home-project-card h3{max-width:13ch;color:var(--brand-blue);letter-spacing:-.04em;margin:.8rem 0;font-size:1.4rem;line-height:1.02}.home-project-card p{color:var(--brand-muted);margin:0;font-size:.76rem;line-height:1.55}.home-project-card__meta{border-top:1px solid var(--brand-line);color:var(--brand-muted);flex-wrap:wrap;gap:.4rem 1rem;margin-top:1rem;padding-top:.75rem;font-size:.75rem;display:flex}.home-project-card__meta span:last-child{color:var(--brand-blue);font-weight:700}.home-projects__note{color:var(--brand-muted);margin:1.5rem 0 0;font-size:.75rem}.home-method{background:var(--brand-navy);color:var(--brand-white);padding:clamp(6rem,10vw,9rem) 0 0}.home-method__heading{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:end;gap:2rem;display:grid}.home-method__heading h2{max-width:9ch;color:var(--brand-white);letter-spacing:-.075em;margin-bottom:0;font-size:clamp(2.5rem,5vw,5rem);line-height:.9}.home-method__heading p{color:#d4dfe1;max-width:34rem;margin:0;line-height:1.7}.home-method__list{border-top:1px solid #f6f2e840;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:4rem;display:grid}.home-method__item{border-right:1px solid #f6f2e840;min-height:19rem;padding:1.6rem}.home-method__item:first-child{border-left:1px solid #f6f2e840}.home-method__item>span{color:var(--brand-gold-light);letter-spacing:.1em;font-size:.75rem;font-weight:800}.home-method__item h3{max-width:10ch;color:var(--brand-white);letter-spacing:-.04em;margin:5rem 0 .8rem;font-size:1.35rem;line-height:1.02}.home-method__item p{color:#bdc9ca;margin:0;font-size:.78rem;line-height:1.55}.home-contact{background:var(--brand-navy);padding:0 0 6rem}.home-contact__box{border-radius:var(--radius-card);background:var(--brand-gold);color:var(--brand-navy);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding:2rem;display:grid}.home-contact__box h2{letter-spacing:-.06em;max-width:12ch;margin:0 0 .7rem;font-size:clamp(2rem,3.5vw,3.6rem);line-height:.95}.home-contact__box p{color:#273c45;max-width:34rem;margin:0;line-height:1.6}.home-contact__box .button{border-color:var(--brand-navy);background:var(--brand-navy);color:var(--brand-ivory)}.home-contact__box .button:hover{border-color:var(--brand-blue);background:var(--brand-blue)}@keyframes home-rise-in{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.home-hero__content{animation:home-rise-in .85s var(--ease-brand) both}.home-hero__quick{animation:home-rise-in .7s var(--ease-brand) both;animation-delay:calc(var(--quick-index,0) * 90ms + .22s)}.home-ribbon__card,.home-about__media,.home-service-card,.home-project-card{animation:linear both home-rise-in view();animation-range:entry 5% cover 25%}}@media (width<=1000px){.home-hero,.home-hero__inner{min-height:43rem}.home-hero__quick-grid,.home-ribbon__grid,.home-service-grid,.home-method__list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-about__grid,.home-visual-story__grid,.home-environment__grid,.home-method__heading{grid-template-columns:1fr;gap:2.5rem}.home-projects__grid{grid-template-columns:1fr}.home-method__item:nth-child(odd){border-left:1px solid #f6f2e840}}@media (width<=820px){.home-hero{min-height:42rem}.home-hero__inner{min-height:42rem;padding-top:4rem}.home-hero__media:after{background:linear-gradient(#0d2233d4 0%,#0d2233e6 55%,#0d2233f7 100%)}.home-hero h1{max-width:10ch;font-size:clamp(3.45rem,16vw,5.2rem)}.home-hero__lede{margin-top:1.4rem;font-size:.95rem}.home-hero__actions{margin-top:1.5rem}.home-hero__quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:2.8rem}.home-hero__quick{grid-template-columns:2.8rem 1fr;gap:.55rem}.home-hero__quick-icon{width:2.45rem;height:2.45rem;font-size:.75rem}.home-hero__quick h2{font-size:.75rem}.home-ribbon{margin-top:-1.5rem}.home-ribbon__grid{grid-template-columns:1fr}.home-ribbon__card{min-height:auto;padding:1.5rem}.home-ribbon__card h2{max-width:18ch;font-size:1.25rem}.home-ribbon__card p{max-width:40ch}.home-about{padding-top:5rem}.home-about__media,.home-about__media img{min-height:22rem}.home-about__content h2,.home-services__heading h2,.home-projects__heading h2{font-size:clamp(2.5rem,12vw,4rem)}.home-services__heading,.home-projects__heading{display:block}.home-services__heading>p,.home-projects__heading>p{margin-top:1.3rem}.home-service-grid,.home-method__list{grid-template-columns:1fr}.home-service-card__media{height:12rem}.home-visual-story__gallery{grid-template-columns:1fr}.home-visual-story__lead{min-height:21rem!important}.home-visual-story figure{min-height:13rem}.home-visual-story__stack{grid-template-columns:repeat(2,minmax(0,1fr))}.home-environment{padding-top:5rem;padding-bottom:5rem}.home-environment h2{font-size:clamp(2.6rem,12vw,4rem)}.home-environment__copy{padding-top:0}.home-project-card{grid-template-columns:1fr}.home-project-card__media{min-height:13rem}.home-method{padding-top:5rem}.home-method__list{margin-top:2.5rem}.home-method__item{border-bottom:1px solid #f6f2e840;border-right:0;min-height:auto}.home-method__item:first-child{border-left:1px solid #f6f2e840}.home-method__item h3{margin-top:2.5rem}.home-contact{padding-bottom:4rem}.home-contact__box{padding:1.5rem;display:block}.home-contact__box .button{margin-top:1.5rem}}@media (prefers-reduced-motion:reduce){.home-hero__content,.home-hero__quick,.home-ribbon__card,.home-about__media,.home-service-card,.home-project-card{animation:none}}
