:root{color-scheme:light;--color-primary:#1e3a8a;--color-background:#f8fafc;--color-foreground:#0f172a;--color-muted:#64748b;--color-accent:#38bdf8;--radius:16px;--shadow:0 20px 60px rgba(15,23,42,.12);--max-width:1100px;font-family:Manrope,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-background);color:var(--color-foreground);line-height:1.6}.homev3-title,h1,h2,h3{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:.01em}a,button,input,li,p,select,span,textarea{font-family:Manrope,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}.page{display:flex;min-height:100vh;flex-direction:column}.site-header{justify-content:space-between;padding:24px clamp(20px,4vw,56px);position:-webkit-sticky;position:sticky;top:0;background:rgba(248,250,252,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;border-bottom:1px solid rgba(148,163,184,.2)}.brand,.site-header{display:flex;align-items:center}.brand{min-width:0;flex:0 0 auto}.brand-logo{display:block;width:auto;min-width:0;max-width:min(190px,24vw);height:52px;object-fit:contain}.nav{display:flex;gap:20px;align-items:center}.nav a{white-space:nowrap}.nav .cta{background:var(--color-primary);color:#fff;padding:10px 16px;border-radius:999px;font-weight:600}main{flex:1 1}.section{padding:64px clamp(20px,5vw,72px)}.hero{display:grid;grid-gap:32px;gap:32px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center;max-width:var(--max-width);margin:0 auto}.hero-card{background:#fff;padding:32px;border-radius:var(--radius);box-shadow:var(--shadow)}.hero-title{font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;margin-bottom:16px}.hero-subtitle{color:var(--color-muted);font-size:1.05rem}.button{background:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:12px 20px;font-weight:600;cursor:pointer}.button--ghost{background:#fff;color:var(--color-primary);border:1px solid rgba(30,58,138,.32)}.input{border:1px solid rgba(148,163,184,.5);border-radius:999px;padding:12px 16px;width:100%;margin-top:8px}.input--multiline{border-radius:20px;min-height:140px;line-height:1.45;resize:vertical}.admin-status{border-radius:12px;padding:10px 12px;border:1px solid transparent;font-size:.92rem}.admin-status--info{background:#eef4ff;border-color:#c9d7f2;color:#1f3d74}.admin-status--success{background:#eaf9f0;border-color:#b8e6c8;color:#15603a}.admin-status--error{background:#fff0f0;border-color:#f5c2c2;color:#8d1f1f}.button:disabled{opacity:.7;cursor:not-allowed}.card-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 12px 30px rgba(15,23,42,.08)}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(56,189,248,.15);color:var(--color-primary);border-radius:999px;font-size:.85rem;font-weight:600}.carousel{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x proximity}.carousel .card{flex:0 0 min(340px,calc(100vw - 72px));scroll-snap-align:start}.carousel::-webkit-scrollbar{height:6px}.carousel::-webkit-scrollbar-thumb{background:rgba(148,163,184,.4);border-radius:999px}.site-footer{padding:40px clamp(20px,5vw,72px);border-top:1px solid rgba(148,163,184,.2);text-align:center;color:var(--color-muted)}.form-grid{display:grid;grid-gap:16px;gap:16px}@media (max-width:720px){.site-header{align-items:flex-start;flex-wrap:wrap;padding:14px 16px;gap:10px}.brand{flex:1 1 100%}.brand-logo{max-width:170px}.nav{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:14px;overflow-x:visible;padding-bottom:0}.nav .cta{margin-left:0;padding:8px 12px;font-size:.9rem}.section{padding:42px 16px}.hero-title{font-size:clamp(1.9rem,8vw,2.4rem);margin-bottom:10px}.hero-subtitle{font-size:1rem}}.quote-shell{max-width:860px;margin:0 auto;display:grid;grid-gap:22px;gap:22px}.instant-quote{margin-top:2px;border-top:4px solid var(--color-primary);background:#fff;border-radius:14px;padding:26px;box-shadow:0 12px 30px rgba(15,23,42,.08)}.instant-quote h2{font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.1}.instant-quote__subhead{color:var(--color-muted);margin-top:-4px}.instant-quote__scope-row{display:flex;flex-wrap:wrap;gap:8px}.instant-quote__scope-pill{border:1px solid rgba(148,163,184,.45);border-radius:999px;padding:8px 12px;display:inline-flex;align-items:center;gap:8px;background:#fff;cursor:pointer;font-size:.92rem}.instant-quote__scope-pill input{margin:0}.instant-quote__scope-pill.is-active{border-color:var(--color-primary);background:rgba(37,99,235,.08)}.instant-quote__input-row{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:end}.instant-quote__input-row .input{margin-top:0}.instant-quote__address-wrap{position:relative}.instant-quote__suggestions{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;list-style:none;margin:0;padding:6px;border:1px solid rgba(148,163,184,.4);background:#fff;border-radius:14px;box-shadow:0 10px 26px rgba(15,23,42,.12);max-height:260px;overflow-y:auto}.instant-quote__suggestion-btn{width:100%;text-align:left;border:none;background:transparent;border-radius:10px;padding:9px 10px;color:var(--color-foreground);cursor:pointer}.instant-quote__suggestion-btn:hover{background:rgba(30,58,138,.08)}.instant-quote__meta{color:var(--color-muted);font-size:.92rem}.instant-quote__success{margin:0}.instant-quote__estimate-panel{border:1px solid rgba(148,163,184,.22);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);padding:16px;display:grid;grid-gap:12px;gap:12px}.instant-quote__address{margin:0;font-weight:700}.instant-quote__range-hero{border-radius:14px;background:linear-gradient(135deg,#1d4ed8,#1e3a8a);color:#fff;padding:16px}.instant-quote__range-hero h3{margin:2px 0 4px;font-size:clamp(1.6rem,4vw,2.1rem);line-height:1.1;overflow-wrap:anywhere}.instant-quote__range-hero p{margin:0;opacity:.95}.instant-quote__range-label{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;opacity:.9}.instant-quote__stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.instant-quote__stats-grid div{background:rgba(30,58,138,.05);border:1px solid rgba(30,58,138,.1);border-radius:12px;padding:10px;display:grid;grid-gap:2px;gap:2px}.instant-quote__stats-grid span{color:var(--color-muted);font-size:.82rem}.instant-quote__stats-grid strong{font-size:.96rem}.instant-quote__step-actions{display:flex;gap:10px;flex-wrap:wrap}.nearby-quotes__badge{margin:0 0 4px;color:var(--color-primary);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.nearby-quotes__detail{color:var(--color-muted);font-size:.88rem}.instant-quote__error{color:var(--color-primary);margin:0}.instant-quote__resolution-note{margin:0;color:var(--color-muted);font-size:.92rem}.instant-quote__resolution-detail{margin:0;font-size:.92rem}.nearby-quotes{background:linear-gradient(135deg,rgba(30,58,138,.05),rgba(56,189,248,.1));border:1px solid rgba(56,189,248,.25);border-radius:14px;padding:16px}.nearby-quotes__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.nearby-quotes__kicker{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.nearby-quotes__location{border:1px solid rgba(148,163,184,.4);background:#fff;border-radius:999px;padding:8px 12px;font-weight:600;cursor:pointer}.nearby-quotes__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.quote-shell__form{order:3}.quote-shell__nearby{order:2}.quote-shell__proof{order:4}.nearby-quotes__area{font-weight:700}.nearby-quotes__range{color:var(--color-primary);font-weight:700}.nearby-quotes__time{color:var(--color-muted);font-size:.85rem}.quote-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.quote-proof-card{background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:12px;padding:12px;text-align:center}.quote-proof-card strong{display:block;font-size:1.2rem}.quote-proof-card span{color:var(--color-muted);font-size:.92rem}@media (max-width:860px){.quote-shell__intro{order:1}.quote-shell__form{order:2}.quote-shell__nearby{order:3}.quote-shell__proof{order:4}.nearby-quotes__head{flex-direction:column;align-items:flex-start}.nearby-quotes__location{width:100%}.nearby-quotes__grid,.quote-proof-grid{grid-template-columns:1fr}.instant-quote{padding:20px 16px}.instant-quote__scope-pill{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);min-width:0;justify-content:center}.instant-quote__input-row{grid-template-columns:1fr}.instant-quote__step-actions .button{width:100%}.instant-quote__stats-grid{grid-template-columns:1fr}.carousel .card{flex-basis:calc(100vw - 48px)}}.homev3-container{width:min(1240px,calc(100% - 32px));margin:0 auto}.homev3-eyebrow{letter-spacing:.1em;font-size:.72rem;color:hsla(0,0%,100%,.78)}.homev3-eyebrow--dark{color:#2f4e8c}.homev3-title{font-size:clamp(1.9rem,3.2vw,2.8rem);line-height:1.15;margin-top:12px}.homev3-copy{margin-top:12px;color:#5b6f90}.homev3-copy--muted{color:hsla(0,0%,100%,.65)}.homev3-hero{position:relative;min-height:84vh;display:flex;align-items:flex-end;overflow:hidden;color:#fff}.homev3-hero__bg{object-fit:cover;transform:scale(1.04);animation:homev3HeroScale 9s ease forwards}@keyframes homev3HeroScale{to{transform:scale(1)}}.homev3-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,21,40,.55),rgba(12,21,40,.9))}.homev3-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr minmax(280px,400px);grid-gap:40px;gap:40px;padding:130px 0 72px}.homev3-hero h1{font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.05;margin-top:14px}.homev3-hero__sub{margin-top:18px;color:hsla(0,0%,100%,.76);max-width:560px}.homev3-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.homev3-hero__proof{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.homev3-hero__proof strong{display:block;font-size:1.24rem}.homev3-hero__proof span{font-size:.84rem;color:hsla(0,0%,100%,.64)}.homev3-activity-card{background:rgba(12,22,42,.8);border:1px solid hsla(0,0%,100%,.14);border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(2,8,23,.3)}.homev3-activity-card__head{padding:16px 18px;border-bottom:1px solid hsla(0,0%,100%,.12);display:flex;justify-content:space-between;align-items:center}.homev3-activity-card__head h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}.homev3-activity-card__head span{font-size:.72rem;padding:4px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.55);color:#dbeafe;background:rgba(59,130,246,.18)}.homev3-activity-card ul{list-style:none}.homev3-activity-card li{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 18px;border-top:1px solid hsla(0,0%,100%,.08)}.homev3-activity-card li strong{font-size:.92rem}.homev3-activity-card li p{font-size:.78rem;color:hsla(0,0%,100%,.6)}.homev3-activity-card li em{font-style:normal;font-size:.75rem;color:hsla(0,0%,100%,.58);white-space:nowrap}.homev3-proof-strip{border-bottom:1px solid rgba(148,163,184,.28);background:#fff}.homev3-proof-strip__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.homev3-proof-strip article{text-align:center;padding:24px 14px;border-right:1px solid rgba(148,163,184,.2)}.homev3-proof-strip article:last-child{border-right:0}.homev3-proof-strip strong{font-size:1.45rem}.homev3-proof-strip p{font-size:.82rem;color:#64748b}.homev3-section{padding:84px 0}.homev3-section--soft{background:#f7f9fc}.homev3-section--tint{background:#eef4ff}.homev3-section--dark{background:#16294d;color:#fff}.homev3-services-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;background:#d9e3f3;border-radius:16px}.homev3-service-card{background:#fff;padding:24px;display:grid;grid-gap:12px;gap:12px;transition:transform .25s ease,box-shadow .25s ease}.homev3-service-card:hover{transform:translateY(-3px);box-shadow:0 16px 28px rgba(15,23,42,.08)}.homev3-service-card h3{font-size:1rem}.homev3-service-card p{color:#5b6f90;font-size:.9rem}.homev3-service-card a{color:#2f4e8c;font-weight:700;font-size:.9rem}.homev3-activity-layout{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:44px;gap:44px}.homev3-feed{border:1px solid hsla(0,0%,100%,.18);border-radius:16px;overflow:hidden}.homev3-feed article{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:15px 18px;border-top:1px solid hsla(0,0%,100%,.12)}.homev3-feed article:first-child{border-top:0}.homev3-feed strong{font-size:.95rem}.homev3-feed p{font-size:.82rem;color:hsla(0,0%,100%,.62)}.homev3-feed em{font-style:normal;font-size:.78rem;color:hsla(0,0%,100%,.54)}.homev3-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:14px}.homev3-projects-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.homev3-project-card{border-radius:18px;overflow:hidden;border:1px solid rgba(148,163,184,.2);box-shadow:0 12px 24px rgba(15,23,42,.06);background:#fff}.homev3-project-card__image{position:relative;height:220px}.homev3-project-card__image img{object-fit:cover}.homev3-project-card__image span{position:absolute;left:14px;bottom:14px;padding:4px 10px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:.75rem}.homev3-project-card__body{padding:18px;display:grid;grid-gap:8px;gap:8px}.homev3-project-card__body small{text-transform:uppercase;letter-spacing:.08em;color:#2f4e8c;font-weight:700;font-size:.7rem}.homev3-project-card__body h3{font-size:1.02rem}.homev3-project-card__body p{color:#64748b;font-size:.9rem}.homev3-project-card__body a{font-weight:700}.homev3-why-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:38px;gap:38px}.homev3-why-photo{margin-top:18px;border-radius:16px;position:relative;height:280px;overflow:hidden}.homev3-why-photo img{object-fit:cover}.homev3-why-points{display:grid;grid-gap:10px;gap:10px}.homev3-why-points article{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:12px;padding:16px}.homev3-why-points h3{font-size:.97rem}.homev3-why-points p{margin-top:4px;color:#64748b;font-size:.88rem}.homev3-cta{background:linear-gradient(130deg,#0f1e38,#16294d);color:#fff;padding:90px 0}.homev3-areas-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:34px;gap:34px}.homev3-area-chips{display:flex;flex-wrap:wrap;gap:10px}.homev3-area-chips a{background:#fff;border:1px solid #c6d4ea;border-radius:999px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .2s var(--ease-out)}.homev3-area-chips a:hover{background:#2f4e8c;color:#fff;border-color:#2f4e8c}.homev3-home-footer{padding:56px 0;background:#0f1e38;color:#fff}.homev3-home-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:24px;gap:24px}.homev3-home-footer h3{font-size:1.1rem}.homev3-home-footer p{margin-top:10px;color:hsla(0,0%,100%,.62)}.homev3-home-footer h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.65)}.homev3-home-footer a{display:block;margin-top:8px;color:hsla(0,0%,100%,.78)}@media (max-width:980px){.homev3-activity-layout,.homev3-areas-layout,.homev3-hero__content,.homev3-why-layout{grid-template-columns:1fr}.homev3-projects-grid,.homev3-proof-strip__grid,.homev3-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homev3-proof-strip article:nth-child(2n){border-right:0}.homev3-home-footer__grid{grid-template-columns:1fr}}@media (max-width:680px){.homev3-hero__content{padding-top:100px}.homev3-projects-grid,.homev3-proof-strip__grid,.homev3-services-grid{grid-template-columns:1fr}.homev3-proof-strip article{border-right:0}.homev3-heading-row{flex-direction:column;align-items:flex-start}}.site-shell{width:min(1240px,calc(100% - 32px));margin:0 auto}.site-header--v3{position:-webkit-sticky;position:sticky;z-index:30;background:rgba(15,30,56,.94);border-bottom:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__inner{min-height:78px;display:flex;justify-content:space-between;gap:20px}.nav--v3{display:flex;align-items:center;gap:18px}.nav--v3 a{color:hsla(0,0%,100%,.82);font-size:.92rem}.nav--v3 .cta{border:1px solid hsla(0,0%,100%,.2)}.button,.nav--v3 .cta{background:#2f4e8c}.button--ghost{color:#2f4e8c;border:1px solid rgba(47,78,140,.35)}.ui-page-hero{padding:118px 0 52px;background:linear-gradient(180deg,#eef4ff,#fff)}.ui-page-hero__actions{margin-top:22px;display:flex;gap:10px;flex-wrap:wrap}.ui-page-section{padding:54px 0}.ui-page-section--soft{background:#f7f9fc}.ui-grid{display:grid;grid-gap:16px;gap:16px}.ui-grid--services{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ui-grid--projects{grid-template-columns:repeat(3,minmax(0,1fr))}.ui-grid--gallery{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.ui-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:14px;padding:18px;display:grid;grid-gap:10px;gap:10px;box-shadow:0 10px 26px rgba(15,23,42,.06)}.ui-card ul{margin-left:18px}.ui-card p,.ui-card ul{color:#64748b}.ui-card a{font-weight:700;color:#1e3a8a}.ui-card--project__image{width:100%;height:auto;border-radius:10px;display:block}.seo-card{position:relative;overflow:hidden;min-height:100%}.seo-card__content{display:grid;grid-gap:10px;gap:10px}.ui-card--project,.ui-card--quote{padding:0 0 18px}.ui-card--project .seo-card__content,.ui-card--quote .seo-card__content{padding:0 18px}.seo-card__eyebrow{color:var(--color-primary);font-size:.9rem;font-weight:700}.seo-card__summary--clamped{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:calc(1.6em * 2)}.seo-card__actions{display:flex;flex-wrap:wrap;gap:14px}.seo-card__overlay{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-gap:6px;gap:6px;padding:14px;border-radius:12px;background:rgba(15,30,56,.94);color:#fff;opacity:0;transform:translateY(12px);transition:opacity .24s ease,transform .24s ease;pointer-events:none}.seo-card__overlay p{color:hsla(0,0%,100%,.82);font-size:.88rem}.seo-card:focus-within .seo-card__overlay,.seo-card:hover .seo-card__overlay{opacity:1;transform:translateY(0)}.quote-card-grid,.service-area-shell{display:grid;grid-gap:16px;gap:16px}.quote-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-area-shell{grid-template-columns:1.1fr .9fr}.service-area-list{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.service-area-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--border-light);background:#f8fbff}.quadrant-heatmap{margin-top:18px}.quadrant-heatmap svg{width:100%;max-width:320px;height:auto}.quadrant-heatmap__label,.quadrant-heatmap__value{fill:#0f1e38;font-family:Manrope,system-ui,sans-serif}.quadrant-heatmap__label{font-size:13px;font-weight:800;letter-spacing:.08em}.quadrant-heatmap__value{font-size:15px;font-weight:700}.ui-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#2f4e8c;background:#eef4ff;border:1px solid #d5e2f5;border-radius:999px;padding:4px 10px}.ui-list-links{display:grid;grid-gap:8px;gap:8px}.ui-detail-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:16px;gap:16px}.ui-cta-band{background:linear-gradient(130deg,#0f1e38,#16294d);color:#fff;padding:70px 0}.ui-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.ui-chips a{border:1px solid #cfdbef;background:#fff;border-radius:999px;padding:7px 13px;font-size:.82rem;font-weight:600}.site-footer--v3{background:#0f1e38;color:#fff;padding:50px 0 24px;border-top:1px solid hsla(0,0%,100%,.08)}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:20px;gap:20px}.site-footer__brand{display:flex;gap:10px;align-items:center}.site-footer a,.site-footer__bottom p,.site-footer__brand p,.site-footer__copy{color:hsla(0,0%,100%,.68)}.site-footer h4{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.site-footer a{display:block;margin-top:8px}.site-footer__bottom{margin-top:22px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.1)}@media (max-width:860px){.site-footer__grid,.ui-detail-grid{grid-template-columns:1fr}.site-header__inner{min-height:auto;padding:10px 0;flex-wrap:wrap}.nav--v3{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:12px}}:root{--navy:#16294d;--navy-deep:#0f1e38;--blue:#2f4e8c;--blue-mid:#3a5fa8;--tint:#eef4ff;--tint-dark:#e0eaff;--white:#fff;--off:#f7f9fc;--text:#0f1e38;--mid:#3d5070;--muted:#6b7fa3;--border:#d4dff0;--border-light:#e8eff8;--gold:#b8965a;--r-sm:8px;--r:12px;--r-lg:18px;--r-xl:24px;--ease:cubic-bezier(0.22,0.68,0,1.2);--ease-out:cubic-bezier(0.16,1,0.3,1)}body{background:var(--white);color:var(--text);font-family:Manrope,system-ui,sans-serif}.homev3-container,.site-shell{max-width:1240px;width:min(1240px,calc(100% - 32px))}.homev3-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--blue)}.homev3-eyebrow:before{content:"";display:block;width:22px;height:1.5px;background:var(--gold)}.homev3-hero h1,.homev3-title,.site-footer strong,.ui-card h2{font-family:"DM Serif Display",Georgia,serif;letter-spacing:-.5px}.homev3-title{font-size:clamp(30px,3vw,42px);line-height:1.16}.homev3-copy{color:var(--muted);line-height:1.78}.button{display:inline-flex;align-items:center;gap:8px;border-radius:var(--r-sm);background:var(--blue);color:var(--white);font-size:13.5px;font-weight:700;letter-spacing:.3px;padding:13px 24px;transition:all .22s var(--ease-out)}.button:hover{background:var(--navy);transform:translateY(-1px);box-shadow:0 6px 20px rgba(22,41,77,.35)}.button--ghost{background:transparent;color:hsla(0,0%,100%,.88);border:1.5px solid hsla(0,0%,100%,.28);padding:12px 22px}.ui-cta-band .button--ghost,.ui-page-hero .button--ghost{color:var(--blue);border-color:var(--border);background:transparent}.site-header--v3{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(15,30,56,.96);-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 1px 0 hsla(0,0%,100%,.06)}.site-header__inner{height:68px;min-height:68px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:24px;gap:24px}.nav--v3{justify-content:center;gap:28px}.nav--v3 a{color:hsla(0,0%,100%,.65);font-size:13.5px;font-weight:600;position:relative;padding:4px 0}.nav--v3 a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1.5px;background:var(--gold);transform:scaleX(0);transition:transform .25s var(--ease-out)}.nav--v3 a:hover{color:var(--white)}.nav--v3 a:hover:after{transform:scaleX(1)}.nav-service-areas{position:relative}.nav-service-areas__dropdown{position:absolute;top:calc(100% + 16px);left:50%;display:grid;grid-template-columns:minmax(240px,1fr) minmax(220px,.9fr);grid-gap:18px;gap:18px;min-width:540px;padding:20px;border-radius:18px;border:1px solid rgba(15,30,56,.08);background:hsla(0,0%,100%,.98);box-shadow:0 18px 48px rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-service-areas:focus-within .nav-service-areas__dropdown,.nav-service-areas:hover .nav-service-areas__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.nav-service-areas__eyebrow{margin-bottom:12px;color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-service-areas__list{display:grid;grid-gap:8px;gap:8px}.nav-service-areas__list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:#0f1e38;border-radius:10px;background:#f8fbff}.nav-service-areas__list strong{color:var(--blue)}.nav-right{display:inline-flex;align-items:center;gap:16px}.nav-tel{color:hsla(0,0%,100%,.5);font-size:13px;font-weight:600}.nav-right .cta{border-radius:10px;padding:11px 20px;font-size:13px;font-weight:700;background:var(--blue)}.site-header__location-test{margin:0 0 12px;padding:9px 14px;border-radius:12px;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.92);font-size:.82rem;line-height:1.45}.site-header__location-test span{color:hsla(0,0%,100%,.7)}main{padding-top:116px}.homev3-hero{min-height:calc(100vh - 68px);background:var(--navy-deep)}.homev3-hero__overlay{background:linear-gradient(180deg,rgba(11,19,36,.5) 0,rgba(11,19,36,.35) 35%,rgba(11,19,36,.7) 70%,rgba(11,19,36,.94))}.homev3-proof-strip{border-bottom:1px solid var(--border-light)}.homev3-proof-strip article{padding:30px 24px;border-right:1px solid var(--border-light)}.homev3-proof-strip p{font-size:12px;font-weight:500;color:var(--muted)}.homev3-proof-strip strong{font-family:"DM Serif Display",Georgia,serif;font-size:28px}.homev3-section--soft{background:var(--off)}.homev3-section--dark{background:var(--navy)}.homev3-services-grid{border-radius:var(--r-lg);overflow:hidden;box-shadow:0 1px 4px rgba(15,30,56,.06),0 4px 12px rgba(15,30,56,.04)}.homev3-service-card{padding:36px 28px 32px}.homev3-service-card:hover{background:var(--tint)}.activity-feed,.homev3-activity-card,.homev3-feed{border-radius:var(--r-xl)}.homev3-area-chips a,.ui-chips a{border-radius:100px;border:1px solid var(--border);color:var(--mid);font-size:13px;font-weight:600;padding:8px 18px;box-shadow:0 1px 3px rgba(15,30,56,.05)}.homev3-area-chips a:hover,.ui-chips a:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.ui-page-hero{background:var(--off);padding:96px 0 56px}.ui-page-section{padding:70px 0}.ui-card{border-radius:var(--r-lg);border:1px solid var(--border-light);box-shadow:0 1px 4px rgba(15,30,56,.06),0 4px 12px rgba(15,30,56,.04)}.ui-card:hover{box-shadow:0 2px 8px rgba(15,30,56,.06),0 8px 28px rgba(15,30,56,.08)}.site-footer--v3{background:var(--navy-deep);padding:72px 0 36px;border-top:1px solid hsla(0,0%,100%,.06)}.site-footer__grid--expanded{grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:56px}.site-footer h4{margin-bottom:18px}.site-footer a,.site-footer p,.site-footer__copy{color:hsla(0,0%,100%,.38)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.site-footer__legal{display:flex;gap:24px}.site-footer__legal a{font-size:12.5px;text-decoration:none}@media (max-width:1024px){.site-header__inner{grid-template-columns:1fr;height:auto;padding:10px 0}.nav--v3,.nav-right{justify-content:flex-start;flex-wrap:wrap}main{padding-top:170px}.site-footer__grid--expanded{grid-template-columns:1fr 1fr}.quote-card-grid,.service-area-shell,.ui-grid--projects{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-service-areas__dropdown{display:none}}@media (max-width:768px){.site-header--v3{position:fixed;top:0;left:0;right:0;background:rgba(15,30,56,.98)}.site-header__inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo cta" "nav nav";align-items:center;grid-gap:8px 10px;gap:8px 10px;min-height:0;height:auto;padding:8px 0 9px}.brand{grid-area:logo}.brand-logo{max-width:min(150px,42vw);height:42px}.nav--v3{grid-area:nav;width:100%;justify-content:flex-start;gap:16px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:1px}.nav--v3 a{font-size:13px;line-height:1.1;padding:3px 0;white-space:nowrap}.nav-right{grid-area:cta;display:flex;justify-self:end;align-items:center;gap:8px}.nav-tel{display:none}.nav-right .cta{padding:8px 12px;font-size:12.5px;border-radius:9px;white-space:nowrap}.quote-card-grid,.service-area-shell,.ui-grid--projects{grid-template-columns:1fr}main{padding-top:148px}.section{padding-top:42px}.site-footer__grid--expanded{grid-template-columns:1fr;gap:20px}}