:root{--navy:#132c4a;--teal:#0896a8;--ink:#172b43;--body:#51545a;--sand:#f6f0e8;--line:#d3d3d3;--white:#fff;--shell:1160px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--body);background:#fff;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.65}img{display:block;max-width:100%}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:8px;left:8px;transform:translateY(-150%);background:#fff;color:var(--navy);padding:10px 14px}.skip-link:focus{transform:none}
.site-header{height:146px;background:#fff}.nav-shell{max-width:1160px;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.brand img{width:86px;height:86px}.primary-nav{display:flex;align-items:center;gap:41px;color:#14263d;font-weight:600;font-size:14px}.primary-nav a{text-decoration:none}.nav-cta{color:#fff!important;background:#0b91a3;padding:13px 24px;font-size:14px}.menu-toggle{display:none;background:transparent;border:0;padding:10px}.menu-toggle span:not(.sr-only){display:block;width:28px;height:2px;margin:5px;background:var(--navy)}
.hero{min-height:1080px;color:#fff;background-color:var(--navy);background-image:linear-gradient(90deg,#132c4a 0%,#132c4a 35%,rgba(19,44,74,.86) 49%,rgba(19,44,74,.24) 75%,rgba(19,44,74,0) 100%),url('assets/bridge-hero.webp');background-size:cover;background-position:center}.hero-inner{width:min(var(--shell),calc(100% - 40px));margin:auto;padding:125px 0 100px}.hero-wordmark{width:314px;margin:0 0 54px 10px}.hero h1,.section h2,.section h3,.consultation h2{font-family:Merriweather,Georgia,serif;font-weight:300;color:inherit}.hero h1{font-size:63px;line-height:1.12;letter-spacing:-1.5px;margin:0 0 28px;max-width:530px}.hero p{font-size:19px;line-height:1.7;max-width:520px;margin:0 0 34px;color:rgba(255,255,255,.9)}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:57px;padding:14px 23px;text-decoration:none;font-weight:700;letter-spacing:.1px}.button-solid{background:#0b93a5;color:#fff}.button-outline{border:1px solid rgba(255,255,255,.65);color:#fff;background:transparent}
.shell{width:min(var(--shell),calc(100% - 40px));margin:auto}.section{padding:92px 0}.eyebrow{margin:0 0 13px;color:#0994a6;text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:700}.section h2{color:var(--navy);font-size:54px;line-height:1.15;letter-spacing:-1.1px;margin:0 0 28px}.lede{font-size:17px;line-height:1.7;max-width:690px;margin:0 0 44px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.practice-card{border:1px solid var(--line);padding:35px 34px 31px;min-height:371px;display:flex;flex-direction:column}.practice-card span{color:#008fa1;font-size:12px;font-weight:700;letter-spacing:2px}.practice-card h3{color:var(--navy);font-size:30px;line-height:1.25;margin:23px 0 15px}.practice-card p{margin:0 0 24px;font-size:16px;line-height:1.8}.practice-card a,.resource-card a{margin-top:auto;color:#13263e;font-weight:700;text-decoration-line:underline;text-decoration-color:#0795a6;text-decoration-thickness:2px;text-underline-offset:4px}
.services{background:var(--sand);padding:95px 0 106px}.services-grid{display:grid;grid-template-columns:42% 1fr;gap:66px}.services h2{font-size:55px;line-height:1.18}.services-copy{max-width:410px;font-size:17px;line-height:1.85}.service-list{list-style:none;margin:37px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.service-list li{color:var(--ink);font-weight:700;padding:18px 0;border-bottom:1px solid #d9d1c7}
.resources{padding:94px 0 102px}.resources h2{margin-bottom:49px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.resource-card{border:1px solid var(--line);border-top:4px solid #0795a6;display:flex;flex-direction:column}.resource-card>img{width:100%;height:240px;object-fit:cover}.resource-body{padding:29px 34px 34px;display:flex;flex-direction:column;min-height:426px}.resource-body h3{color:var(--navy);font-size:29px;line-height:1.28;margin:10px 0 18px}.resource-body>p:not(.eyebrow){margin:0 0 28px;line-height:1.8}
.consultation{background:var(--navy);color:#fff;text-align:center;padding:83px 20px 86px}.consultation-inner{max-width:900px;margin:auto}.consultation .eyebrow{margin-bottom:8px}.consultation h2{font-size:52px;line-height:1.2;margin:0 0 25px}.consultation p:not(.eyebrow){color:rgba(255,255,255,.78);font-size:17px;line-height:1.75;margin:0 0 31px}.consultation .button{min-width:272px}footer{text-align:center;color:#222;padding:20px;font-size:15px}
@media(max-width:900px){.site-header{height:102px}.nav-shell{padding:0 24px}.brand img{width:66px;height:66px}.menu-toggle{display:block;position:relative;z-index:11}.primary-nav{position:fixed;z-index:10;inset:0 0 auto;background:#fff;padding:118px 28px 38px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 12px 28px rgba(0,0,0,.12);transform:translateY(-110%);transition:transform .25s ease}.primary-nav.open{transform:none}.primary-nav a{padding:15px 4px;border-bottom:1px solid #e6e6e6}.primary-nav .nav-cta{text-align:center;border:0;margin-top:16px}.hero{min-height:auto;background-image:linear-gradient(180deg,rgba(19,44,74,.32),rgba(19,44,74,.95) 54%,#132c4a 78%),url('assets/bridge-hero.webp');background-position:66% center}.hero-inner{padding:70px 0 72px}.hero-wordmark{width:270px;margin:0 0 44px}.hero h1{font-size:clamp(43px,9vw,60px);line-height:1.12}.card-grid,.resource-grid{grid-template-columns:1fr}.practice-card{min-height:0}.services-grid{grid-template-columns:1fr;gap:24px}.service-list{margin-top:0}.resource-card>img{height:300px}.resource-body{min-height:0}.consultation h2 br,.consultation p br{display:none}}
@media(max-width:560px){.nav-shell,.shell,.hero-inner{width:100%;padding-left:22px;padding-right:22px}.site-header{height:92px}.brand img{width:60px;height:60px}.hero-inner{padding-top:50px;padding-bottom:56px}.hero-wordmark{width:236px;margin-bottom:34px}.hero h1{font-size:43px;line-height:1.13;letter-spacing:-.7px;margin-bottom:24px}.hero p{font-size:16px;line-height:1.7}.button{width:100%;text-align:center}.section{padding:67px 0}.section h2,.services h2{font-size:38px;line-height:1.22;letter-spacing:-.5px}.lede{font-size:16px}.practice-card{padding:29px 26px}.practice-card h3{font-size:27px}.services{padding:68px 0 75px}.services-grid{padding-left:22px;padding-right:22px}.services h2 br{display:none}.services-copy{font-size:16px}.service-list{grid-template-columns:1fr}.resources h2{margin-bottom:34px}.resource-grid{gap:26px}.resource-card>img{height:220px}.resource-body{padding:26px}.resource-body h3{font-size:27px}.consultation{padding:66px 22px}.consultation h2{font-size:38px}.consultation p:not(.eyebrow){font-size:16px}footer{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-nav{transition:none}}

/* Defensive sizing for narrow viewports. */
.services-grid>*{min-width:0}
@media(max-width:560px){
  .services-grid{max-width:100%;overflow-wrap:anywhere}
  .services-grid>div,.service-list{width:100%;max-width:100%;min-width:0}
  .services h2 br{display:block}
  .services-copy{max-width:100%}
  .service-list{grid-template-columns:minmax(0,1fr)}
}

/* Approved WordPress interaction states. */
.primary-nav a,.button,.practice-card a,.resource-card a{transition:color .1s ease-in-out,background-color .1s ease-in-out}
.primary-nav a:hover,.primary-nav a:focus-visible{color:#1e73be}
.primary-nav .nav-cta:hover,.primary-nav .nav-cta:focus-visible,.button-solid:hover,.button-solid:focus-visible{background-color:#067985;color:#fff}
.button-outline:hover,.button-outline:focus-visible,.practice-card a:hover,.practice-card a:focus-visible,.resource-card a:hover,.resource-card a:focus-visible{color:#b08d57}
.primary-nav a:focus-visible,.button:focus-visible,.practice-card a:focus-visible,.resource-card a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
@media(prefers-reduced-motion:reduce){.primary-nav a,.button,.practice-card a,.resource-card a{transition:none}}
.language-link{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#667181!important}.language-link strong{color:var(--navy)}
.service-list a{display:block;color:inherit;text-decoration:none;transition:color .1s ease-in-out}.service-list a:hover,.service-list a:focus-visible{color:#b08d57}.service-list a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
@media(max-width:900px){.primary-nav .language-link{margin-top:8px;text-align:center;border:0}}
.hero-wordmark{width:500px;margin-left:0}
@media(max-width:900px){.hero-wordmark{width:380px}}
@media(max-width:560px){.hero-wordmark{width:290px}}
