@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');

:root{--navy:#062d62;--deep:#041f48;--red:#e42035;--paper:#f7f5ef;--ink:#112544;--line:#d9dce0;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--mono:'DM Mono',monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.5}.skip-link{position:absolute;left:-999px;z-index:20;background:#fff;color:var(--navy);padding:.75rem 1rem}.skip-link:focus{left:1rem;top:1rem}.site-header{height:80px;background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(6,45,98,.08)}.nav-wrap{height:100%;max-width:1280px;margin:auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.7rem;color:var(--navy);text-decoration:none;line-height:1.02}.brand-mark{display:grid;place-items:center;width:46px;height:46px;background:var(--red);color:white;font-weight:700;letter-spacing:-.08em;font-size:.9rem}.brand-text{font-size:.67rem;letter-spacing:.08em;text-transform:uppercase}.brand-text strong{font-size:.82rem;letter-spacing:.025em}.primary-nav{display:flex;align-items:center;gap:2.1rem;font-size:.88rem;font-weight:600}.primary-nav a{color:var(--navy);text-decoration:none}.nav-cta{border:1px solid var(--navy);padding:.75rem 1rem}.menu-toggle{display:none;background:none;border:0;padding:.4rem}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--navy);margin:5px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.hero{min-height:630px;background:var(--navy);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center}.hero-inner{width:min(1280px,100%);margin:auto;padding:7.5rem 3rem;position:relative;z-index:1}.hero h1{font-size:clamp(3.3rem,7vw,6.6rem);letter-spacing:-.065em;line-height:.97;margin:.7rem 0 1.6rem;max-width:900px}.hero h1 em,.intro h2 em{font-family:var(--serif);font-weight:600}.hero-copy{max-width:545px;font-size:1.06rem;color:#d8e2ef;margin:0 0 2rem}.eyebrow{font:500 .73rem/1 var(--mono);letter-spacing:.14em;text-transform:uppercase;color:#b9c8dd;margin:0}.eyebrow.red{color:var(--red)}.hero-actions{display:flex;align-items:center;gap:2rem}.button{display:inline-flex;align-items:center;gap:2.4rem;padding:1rem 1.25rem;text-decoration:none;font-weight:700;font-size:.87rem}.button-red{background:var(--red);color:white}.text-link{font-size:.9rem;font-weight:700;text-decoration:none}.text-link.light{color:white}.hero-lines{position:absolute;width:56vw;height:56vw;max-width:850px;max-height:850px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-21vw;top:-15vw}.hero-lines:before,.hero-lines:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;inset:12%;}.hero-lines:after{inset:27%}.hero-badge{position:absolute;right:5vw;bottom:4rem;width:118px;height:118px;background:var(--red);z-index:1;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:.5rem;transform:rotate(-10deg)}.hero-badge span{font:700 3rem/1 var(--serif)}.hero-badge small{font:500 .62rem/1.2 var(--mono);text-transform:uppercase}.intro{max-width:1280px;margin:auto;padding:8.2rem 3rem 7rem}.intro-grid{display:grid;grid-template-columns:1.1fr .8fr;gap:9rem;align-items:end;margin-top:1.5rem}.intro h2,.section-heading h2,.connect h2{font-size:clamp(2.6rem,4.3vw,4.6rem);letter-spacing:-.055em;line-height:1.03;margin:0}.intro-grid>p{font-size:1.08rem;margin:0;max-width:435px;color:#536178}.companies{background:#fff;padding:6.5rem max(3rem,calc((100vw - 1280px)/2)) 7.5rem}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem}.section-heading h2{font-size:clamp(2.6rem,4.5vw,4.4rem);margin-top:.6rem}.section-heading>p{font-size:.95rem;color:#647087;max-width:210px;margin:0 0 .5rem}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.company-card{min-height:540px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;background:#eef2f6;overflow:hidden}.card-top{display:flex;justify-content:space-between;align-items:flex-start;height:155px}.card-number{font:500 .7rem var(--mono);letter-spacing:.1em}.card-top img{width:125px;max-height:128px;object-fit:contain;object-position:right top;mix-blend-mode:multiply}.card-content{max-width:300px}.card-type{font:500 .69rem var(--mono);letter-spacing:.1em;text-transform:uppercase;color:#60708a;margin:0 0 .6rem}.card-content h3{font-size:2.35rem;line-height:.96;letter-spacing:-.055em;margin:0 0 1rem}.card-content>p:not(.card-type){font-size:.91rem;color:#56647a;margin:0 0 1.7rem}.card-content a{font-size:.82rem;font-weight:700;color:var(--navy);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.2rem}.dark-card{background:#e11e35;color:white}.dark-card .card-type,.dark-card .card-content>p:not(.card-type),.blue-card .card-type,.blue-card .card-content>p:not(.card-type){color:rgba(255,255,255,.8)}.dark-card .card-content a,.blue-card .card-content a{color:white}.dark-card .card-top img{mix-blend-mode:normal}.blue-card{background:var(--navy);color:white}.maintenance-card{background:#f3dfbb}.maintenance-card .card-top img{width:155px;max-height:108px}.equity-card{background:#dce6dc}.equity-card .card-top img{width:150px}.texas-card{background:#e9edef}.texas-card .card-top img{width:130px}.connect{background:#dfe7ed;padding:7rem max(3rem,calc((100vw - 1280px)/2));display:grid;grid-template-columns:1fr .56fr;gap:2rem;align-items:end}.connect h2{margin-top:.7rem}.connect>p{color:#516079;max-width:360px;margin:0 0 .4rem;font-size:1.03rem}.button-outline{border:1px solid var(--navy);color:var(--navy);width:max-content;margin-top:1.2rem}footer{background:var(--deep);color:#fff;padding:3.2rem max(3rem,calc((100vw - 1280px)/2)) 1.5rem}.footer-main{display:flex;align-items:center;justify-content:space-between;padding-bottom:3rem}.footer-brand{color:#fff}.footer-main>p{font:600 1.45rem/1.08 var(--serif);margin:0}.back-top{color:#fff;text-decoration:none;font-size:.8rem;font-weight:700}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:1.25rem;display:flex;justify-content:space-between;color:#acbad0;font:400 .68rem var(--mono);letter-spacing:.06em;text-transform:uppercase}
@media(max-width:800px){.site-header{height:70px}.nav-wrap{padding:0 1.4rem}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:70px;left:0;right:0;background:white;flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.4rem 1.4rem;box-shadow:0 8px 15px rgba(6,45,98,.1)}.primary-nav.open{display:flex}.primary-nav a{padding:1rem 0}.nav-cta{text-align:center;margin-top:.4rem}.hero{min-height:600px}.hero-inner{padding:5.7rem 1.4rem 8rem}.hero h1{font-size:clamp(3.25rem,14vw,4.9rem)}.hero-badge{width:92px;height:92px;right:1.2rem;bottom:1.5rem}.hero-badge span{font-size:2.3rem}.intro{padding:5rem 1.4rem}.intro-grid{grid-template-columns:1fr;gap:1.4rem}.companies{padding:4.5rem 1.4rem}.section-heading{display:block}.section-heading>p{margin-top:1.2rem}.company-grid{grid-template-columns:1fr}.company-card{min-height:440px}.connect{padding:5rem 1.4rem;display:block}.connect>p{margin-top:1.7rem}.footer-main{align-items:flex-start;flex-direction:column;gap:2rem}.footer-bottom{gap:1rem;flex-direction:column}.hero-lines{width:95vw;height:95vw;right:-38vw;top:-8vw}}
@media(min-width:801px) and (max-width:1050px){.company-grid{grid-template-columns:repeat(2,1fr)}.company-card{min-height:485px}.intro-grid{gap:4rem}}

.brand-gallery{background:#e8edf1;padding:4.5rem max(3rem,calc((100vw - 1280px)/2))}.brand-gallery-heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}.brand-gallery h2{font-size:clamp(2rem,3.4vw,3.1rem);letter-spacing:-.055em;line-height:1.03;margin:0}.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:#cfd7df}.logo-grid a{height:150px;background:#fff;display:grid;place-items:center;padding:1.5rem;transition:background .2s ease,transform .2s ease}.logo-grid a:hover,.logo-grid a:focus-visible{background:#f5f7f9;transform:translateY(-4px);position:relative;z-index:1}.logo-grid img{max-width:100%;max-height:92px;object-fit:contain;mix-blend-mode:multiply}@media(max-width:800px){.brand-gallery{padding:3.5rem 1.4rem}.brand-gallery-heading{display:block}.brand-gallery h2{margin-top:.6rem}.logo-grid{grid-template-columns:repeat(2,1fr)}.logo-grid a{height:125px;padding:1rem}}
