﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.65;color:#191c1e;background-color:#f8f9fb;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}ul,ol{list-style:none}address{font-style:normal}::selection{background-color:#dbe1ff;color:#000827}.skip-link{position:absolute;top:-100%;left:1rem;padding:.5rem 1rem;background:#000827;color:#fff;font-size:.875rem;font-weight:600;border-radius:4px;z-index:200;transition:top 150ms ease}.skip-link:focus{top:1rem}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;display:inline-block;line-height:1;font-size:1.5rem;vertical-align:middle;user-select:none;flex-shrink:0}.container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem)}.section{padding-block:6rem}@media(min-width: 1024px){.section{padding-block:8rem}}.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}[data-animate],[data-stagger-item]{will-change:opacity,transform}@keyframes veil-dissolve{0%{opacity:1}100%{opacity:0;visibility:hidden;pointer-events:none}}.page-veil{position:fixed;inset:0;z-index:9999;background-color:#000827;animation:veil-dissolve 1.4s cubic-bezier(0.4, 0, 0.2, 1) .3s both;pointer-events:none}@keyframes hero-fade{from{opacity:0}to{opacity:1}}.hero__bg img{animation:hero-fade 2s ease 0s both}.hero__eyebrow{animation:hero-fade 1s ease .9s both}.hero__title{animation:hero-fade 1.2s ease 1.1s both}.hero__subtitle{animation:hero-fade 1s ease 1.4s both}.hero__actions{animation:hero-fade 1s ease 1.6s both}.site-header{position:fixed;top:0;inset-inline:0;z-index:50;background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,0);transition:border-color 300ms ease,box-shadow 300ms ease}.site-header.is-scrolled{border-bottom-color:#c6c5d5;box-shadow:0 1px 3px rgba(0,8,39,.06)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:1rem;max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem)}.site-logo{display:inline-flex;align-items:center;flex-shrink:0;transition:opacity 150ms ease}.site-logo img{display:block;height:17.5px;width:auto}@media(min-width: 768px){.site-logo img{height:20px}}.site-logo:hover{opacity:.72}.site-logo::after{content:"";display:inline-block;width:1px;height:2rem;background-color:#c6c5d5;margin-left:2rem;flex-shrink:0;opacity:0}@media(min-width: 768px){.site-logo::after{opacity:1}}.site-nav{display:none}@media(min-width: 768px){.site-nav{display:flex;align-items:center;gap:1.5rem}}.site-nav ul{display:flex;align-items:center;gap:1.5rem}.site-nav a{position:relative;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase;color:rgba(0,8,39,.55);padding-bottom:3px;transition:color 150ms ease}.site-nav a::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#c4954a;transform:scaleX(0);transform-origin:left center;transition:transform .28s cubic-bezier(0.22, 1, 0.36, 1)}.site-nav a:hover{color:#000827}.site-nav a:hover::after{transform:scaleX(1)}.site-nav a.is-active{color:#000827;font-weight:600}.site-nav a.is-active::after{transform:scaleX(1);background-color:#c4954a}.has-dropdown{position:relative}.has-dropdown .nav-chevron{font-size:.9rem;vertical-align:middle;margin-left:1px;transition:transform .22s cubic-bezier(0.16, 1, 0.3, 1);display:inline-block}.has-dropdown:hover .nav-chevron,.has-dropdown:focus-within .nav-chevron{transform:rotate(180deg)}.has-dropdown:hover .nav-dropdown,.has-dropdown:focus-within .nav-dropdown{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto;visibility:visible}.nav-dropdown{display:flex !important;flex-direction:column !important;gap:0 !important;position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-6px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .25s cubic-bezier(0.16, 1, 0.3, 1),visibility .2s;padding-top:.875rem;background-color:rgba(0,0,0,0)}.nav-dropdown::after{content:"";position:absolute;top:.875rem;left:0;right:0;bottom:0;background-color:#fff;border:1px solid #c6c5d5;border-radius:2px;box-shadow:0 8px 32px rgba(0,8,39,.1);pointer-events:none;z-index:-1}.nav-dropdown li{display:block;position:relative;z-index:1}.nav-dropdown li:first-child a{border-radius:2px 2px 0 0}.nav-dropdown li:last-child a{border-radius:0 0 2px 2px}.nav-dropdown a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(0,8,39,.65);white-space:nowrap;transition:color 150ms ease,background-color 150ms ease}.nav-dropdown a::after{display:none !important}.nav-dropdown a .material-symbols-outlined{font-size:1rem;line-height:1;color:#c4954a;flex-shrink:0;width:1rem;text-align:center}.nav-dropdown a:hover{color:#000827;background-color:rgba(0,8,39,.05);opacity:1}.has-dropdown:hover>a,.has-dropdown:focus-within>a{color:#000827}.header-actions{display:flex;align-items:center;gap:.5rem}@media(min-width: 768px){.header-actions{gap:.75rem}}.header-actions__phone{display:none}@media(min-width: 768px){.header-actions__phone{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #c6c5d5;border-radius:2px;color:#000827;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.01em;white-space:nowrap;transition:border-color 150ms ease,color 150ms ease,background-color 150ms ease}.header-actions__phone .material-symbols-outlined{font-size:1rem;color:#c4954a;flex-shrink:0}.header-actions__phone:hover{border-color:#c4954a;color:#c4954a;background-color:rgba(196,149,74,.04);opacity:1}.header-actions__phone:hover .material-symbols-outlined{color:#c4954a}}.header-actions__phone-number{display:none}@media(min-width: 1024px){.header-actions__phone-number{display:inline}}.btn--header{display:none}@media(min-width: 768px){.btn--header{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background-color:#c4954a;color:#fff;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;transition:background-color 150ms ease,transform 150ms ease;white-space:nowrap}.btn--header .material-symbols-outlined{font-size:1rem}.btn--header:hover{background-color:#a87a38;opacity:1;transform:scale(1.03)}}.nav-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:#000827;transition:opacity 150ms ease}@media(min-width: 768px){.nav-toggle{display:none}}.nav-toggle:hover{opacity:.7}.mobile-nav-overlay{display:none;position:fixed;inset:0;z-index:49;background-color:#000827;padding:6rem clamp(1.5rem,5vw,3rem) 3rem;flex-direction:column;justify-content:center;gap:0}.mobile-nav-overlay.is-open{display:flex;animation:overlay-in .3s ease both}@keyframes overlay-in{from{opacity:0}to{opacity:1}}.mobile-nav-overlay li{border-top:1px solid hsla(0,0%,100%,.08)}.mobile-nav-overlay li:last-child{border-bottom:1px solid hsla(0,0%,100%,.08)}.mobile-nav-overlay a{display:flex;align-items:baseline;gap:1.5rem;padding:1.5rem 0;font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2rem,7vw,3rem);font-weight:400;color:hsla(0,0%,100%,.55);letter-spacing:-0.02em;transition:color 300ms ease}.mobile-nav-overlay a::before{content:attr(data-nav-index);font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.15em;color:hsla(0,0%,100%,.25);transform:translateY(-0.15em);transition:color 300ms ease;min-width:1.5rem}.mobile-nav-overlay a:hover{color:#fff}.mobile-nav-overlay a:hover::before{color:#c4954a}.mobile-nav-overlay a.is-active{color:#fff}.mobile-nav-overlay a.is-active::before{color:#c4954a}.mobile-nav-overlay__close{position:absolute;top:1.25rem;right:clamp(1.5rem,5vw,3rem);color:hsla(0,0%,100%,.4);font-size:1.5rem;padding:.5rem;transition:color 150ms ease}.mobile-nav-overlay__close:hover{color:#fff}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;inset-inline:0;z-index:50;background-color:#fff;border-top:1px solid #c6c5d5;box-shadow:0 -4px 16px rgba(0,8,39,.06);padding-bottom:env(safe-area-inset-bottom, 0)}@media(min-width: 768px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav ul{display:flex;width:100%;justify-content:space-around}.mobile-bottom-nav li{flex:1}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:.5rem 1rem;min-height:4rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#464653;transition:color 150ms ease,background-color 150ms ease;border-radius:8px}.mobile-bottom-nav a:hover{background-color:#f2f4f6}.mobile-bottom-nav a.is-active{color:#000827}.mobile-bottom-nav a.is-active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.site-footer{background-color:#e6e8ea;border-top:1px solid #c6c5d5;padding-top:3rem;padding-bottom:6rem}@media(min-width: 768px){.site-footer{padding-bottom:4rem}}.site-footer__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem)}@media(min-width: 768px){.site-footer__inner{grid-template-columns:1fr 1fr;align-items:start}}@media(min-width: 1024px){.site-footer__inner{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}.site-footer__logo{display:inline-block}.site-footer__logo img{display:block;height:18px;width:auto;filter:brightness(0);opacity:.75;transition:opacity 150ms ease}.site-footer__logo:hover img{opacity:.95}.site-footer__tagline{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;color:#464653;line-height:1.6;max-width:28ch}.site-footer__col-heading{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#000827;margin-bottom:1rem}.site-footer__links{display:flex;flex-direction:column;gap:.75rem}.site-footer__links a{position:relative;display:inline-block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;color:#464653;padding-bottom:2px;transition:color 150ms ease}.site-footer__links a::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#c4954a;transform:scaleX(0);transform-origin:left center;transition:transform .28s cubic-bezier(0.22, 1, 0.36, 1)}.site-footer__links a:hover{color:#000827}.site-footer__links a:hover::after{transform:scaleX(1)}.site-footer__bottom{max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem);padding-top:2rem;margin-top:2rem;border-top:1px solid #c6c5d5;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.site-footer__legal{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;color:#767684;line-height:1.5}.site-footer__sra{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;color:#767684}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;transition:transform 150ms ease,opacity 150ms ease,background-color 300ms ease;cursor:pointer;white-space:nowrap}.btn:hover{transform:scale(1.03)}.btn:active{transform:scale(0.98)}.btn--primary{background-color:#c4954a;color:#fff}.btn--primary:hover{background-color:#a87a38;opacity:1}.btn--outline{background-color:rgba(0,0,0,0);color:#000827;border:1px solid #c6c5d5}.btn--outline:hover{background-color:#f2f4f6}.btn--ghost{background-color:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.btn--ghost:hover{background-color:hsla(0,0%,100%,.1)}.btn--white{background-color:#fff;color:#000827}.btn--white:hover{opacity:.9}.btn--lg{padding:1rem 2.5rem;font-size:.8125rem}.btn--icon .material-symbols-outlined{font-size:1rem;transition:transform 150ms ease}.btn--icon:hover .material-symbols-outlined{transform:translateX(3px)}.eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#4a6774;margin-bottom:1rem}.section-title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:400;letter-spacing:-0.03em;line-height:1.05;color:#000827}.section-intro{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1rem,2vw,1.25rem);color:#464653;line-height:1.7;max-width:60ch}.card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,8,39,.06);transition:box-shadow 300ms ease,transform 300ms ease}.card:hover{box-shadow:0 8px 32px rgba(0,8,39,.1);transform:translateY(-3px)}.card__body{padding:2rem 2.5rem}@media(min-width: 1024px){.card__body{padding:2.5rem 3rem}}.card__icon{font-size:2.5rem;color:#000827;margin-bottom:1.25rem}.card__icon .material-symbols-outlined{font-size:2.5rem}.card__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:1.625rem;font-weight:400;letter-spacing:-0.02em;color:#000827;margin-bottom:.75rem}.card__desc{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;line-height:1.65}.card__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#000827;transition:gap 150ms ease}.card__cta .material-symbols-outlined{font-size:1rem;transition:transform 150ms ease}.card__cta:hover{gap:.75rem}.card__cta:hover .material-symbols-outlined{transform:translateX(4px)}.card--dark{background-color:#000827;color:#fff}.card--dark .card__title{color:#fff}.card--dark .card__desc{color:hsla(0,0%,100%,.75)}.card--dark .card__cta{color:#b3c5ff}.card--dark .card__icon{color:#b3c5ff}.card--tint{background-color:#f2f4f6}.download-card{background-color:#fff;padding:2rem;display:flex;flex-direction:column;transition:background-color 300ms ease,box-shadow 300ms ease}.download-card:hover{background-color:#fff;box-shadow:0 4px 16px rgba(0,8,39,.08)}.download-card__meta{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.download-card__icon{color:#000827;opacity:.4;transition:opacity 300ms ease}.download-card__icon .material-symbols-outlined{font-size:2rem}.download-card__size{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#767684}.download-card__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:1.375rem;font-weight:700;letter-spacing:-0.02em;color:#000827;margin-bottom:.75rem;flex:1}.download-card__desc{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:#464653;line-height:1.6;margin-bottom:2rem;flex:1}.download-card__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#001d57;color:#fff;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;transition:opacity 150ms ease,transform 150ms ease;margin-top:auto}.download-card__btn:hover{opacity:.9;transform:scale(1.02)}.download-card__btn .material-symbols-outlined{font-size:1rem}.download-card:hover .download-card__icon{opacity:1}.hero{position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.2)}.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(105deg, rgba(0, 8, 39, 0.92) 0%, rgba(0, 8, 39, 0.65) 55%, rgba(0, 8, 39, 0.2) 100%)}.hero__content{position:relative;z-index:2;max-width:1280px;margin-inline:auto;padding:clamp(4rem,12vh,8rem) clamp(1.5rem,5vw,3rem);min-height:clamp(500px,85vh,800px);display:flex;flex-direction:column;justify-content:center}.hero__eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#b3c5ff;margin-bottom:1.25rem}.hero__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(3rem,8vw,6.5rem);font-weight:400;letter-spacing:-0.04em;line-height:.95;color:#fff;max-width:14ch;margin-bottom:2rem}.hero__subtitle{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1.0625rem,2vw,1.375rem);font-weight:300;color:hsla(0,0%,100%,.85);line-height:1.6;max-width:45ch;margin-bottom:3rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.page-hero{padding-top:9rem;padding-bottom:4rem;padding-inline:clamp(1.5rem,5vw,3rem);max-width:1280px;margin-inline:auto}@media(min-width: 768px){.page-hero{padding-top:11rem;display:grid;grid-template-columns:7fr 5fr;gap:3rem;align-items:end}}.page-hero__eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#4a6774;margin-bottom:1.25rem}.page-hero__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(3rem,8vw,6rem);font-weight:400;letter-spacing:-0.04em;line-height:.95;color:#000827}.page-hero__lead{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1rem,2vw,1.25rem);color:#464653;line-height:1.7}@media(min-width: 768px){.page-hero__lead{padding-bottom:.5rem}}.testimonial{text-align:center}.testimonial blockquote{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,3vw,2.25rem);font-style:italic;font-weight:400;line-height:1.35;color:#fff;opacity:.9;max-width:55ch;margin-inline:auto;margin-bottom:1.5rem}.testimonial cite{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#6f86cd;font-style:normal}.bento{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width: 768px){.bento{grid-template-columns:repeat(12, 1fr)}}@media(min-width: 768px){.bento__cell--span-8{grid-column:span 8}}@media(min-width: 768px){.bento__cell--span-6{grid-column:span 6}}@media(min-width: 768px){.bento__cell--span-5{grid-column:span 5}}@media(min-width: 768px){.bento__cell--span-4{grid-column:span 4}}@media(min-width: 768px){.bento__cell--span-12{grid-column:span 12}}.stat-block{background-color:#000827;padding:3rem;border-radius:8px;color:#fff}.stat-block__number{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;letter-spacing:-0.04em;line-height:1;margin-bottom:.5rem}.stat-block__label{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.65}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-list__item{display:flex;gap:1.25rem;align-items:flex-start}.feature-list__icon-wrap{flex-shrink:0;width:2.5rem;height:2.5rem;background-color:#000827;border-radius:8px;display:flex;align-items:center;justify-content:center}.feature-list__icon-wrap .material-symbols-outlined{font-size:1.25rem;color:#fff}.feature-list__text h4{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;font-weight:700;color:#000827;margin-bottom:.25rem}.feature-list__text p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:#464653;line-height:1.6}.portrait-placeholder{position:absolute;inset:0;background-color:#001d57;display:flex;align-items:center;justify-content:center}.portrait-placeholder span{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(3rem,8vw,5rem);font-weight:300;letter-spacing:-0.02em;color:hsla(0,0%,100%,.18);user-select:none}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:stretch}@media(min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-left{display:flex;flex-direction:column;gap:2rem;height:100%}.contact-map{position:relative;flex:1;min-height:220px;border-radius:12px;overflow:hidden;border:1px solid #c6c5d5;box-shadow:0 1px 3px rgba(0,8,39,.06)}.contact-map iframe{position:absolute;inset:0;width:100%;height:100%;display:block}.contact-map__directions{position:absolute;bottom:1rem;left:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:1px solid #c6c5d5;border-radius:8px;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;font-weight:600;color:#000827;text-decoration:none;box-shadow:0 1px 3px rgba(0,8,39,.06);transition:background-color 150ms ease,box-shadow 150ms ease}.contact-map__directions .material-symbols-outlined{font-size:1rem}.contact-map__directions:hover{background-color:#001d57;color:#fff;box-shadow:0 4px 16px rgba(0,8,39,.08)}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info__item{display:flex;gap:1rem;align-items:flex-start}.contact-info__item .material-symbols-outlined{color:#000827;flex-shrink:0;margin-top:2px}.contact-info__label{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#767684;margin-bottom:.25rem}.contact-info__value{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;font-weight:500;color:#191c1e;line-height:1.4}.contact-info__value a{transition:color 150ms ease}.contact-info__value a:hover{color:#001d57;text-decoration:underline;text-underline-offset:3px}.contact-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 16px rgba(0,8,39,.08)}@media(min-width: 768px){.contact-form{padding:3rem}}.contact-form__field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.contact-form label{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#464653}.contact-form input,.contact-form textarea{width:100%;background:rgba(0,0,0,0);border:0;border-bottom:1px solid #c6c5d5;padding:.5rem 0;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:#191c1e;transition:border-color 300ms ease;outline:none;resize:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#767684}.contact-form input:focus,.contact-form textarea:focus{border-bottom-color:#000827}.contact-form textarea{min-height:6rem}.contact-form__submit{width:100%;padding:1rem;background-color:#001d57;color:#fff;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border-radius:2px;transition:opacity 150ms ease,transform 150ms ease;box-shadow:0 4px 12px rgba(0,29,87,.25)}.contact-form__submit:hover{opacity:.92;transform:scale(1.01)}.team-member{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width: 768px){.team-member{grid-template-columns:repeat(12, 1fr);gap:3rem}}@media(min-width: 768px){.team-member__portrait{grid-column:span 5}}@media(min-width: 768px){.team-member__portrait.is-alt{order:2}}.team-member__portrait .portrait-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:12px;box-shadow:0 4px 16px rgba(0,8,39,.08)}.team-member__portrait .portrait-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform 500ms ease,filter 500ms ease}.team-member__portrait:hover .portrait-wrap img{transform:scale(1.04);filter:grayscale(0.2)}@media(min-width: 768px){.team-member__bio{grid-column:span 7}}@media(min-width: 768px){.team-member__bio.is-alt{order:1}}.team-member__role{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#4a6774;margin-bottom:.75rem}.team-member__name{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-0.03em;color:#000827;margin-bottom:1.25rem}.team-member p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:#464653;line-height:1.75;margin-bottom:1rem}.checklist{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width: 640px){.checklist{grid-template-columns:1fr 1fr}}.checklist__item{display:flex;align-items:center;gap:1rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;font-weight:500;color:#191c1e}.checklist__item .material-symbols-outlined{color:#001d57;font-size:1.25rem}.emergency-badge{position:relative;aspect-ratio:1;max-width:320px;background-color:#000827;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;box-shadow:0 20px 40px rgba(0,8,39,.12);margin-inline:auto}@media(min-width: 1024px){.emergency-badge{margin-inline:0}}.emergency-badge .material-symbols-outlined{font-size:3.5rem;color:hsla(0,0%,100%,.85);margin-bottom:1rem}.emergency-badge__label{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin-bottom:.5rem}.emergency-badge__number{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:400;letter-spacing:-0.02em;color:#fff}.emergency-badge__note{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;color:hsla(0,0%,100%,.6);margin-top:1rem;line-height:1.5;max-width:18ch}.funding-card{background-color:#fff;padding:2.5rem 3rem;border-radius:8px;border-bottom:4px solid #000827;box-shadow:0 4px 16px rgba(0,8,39,.08)}.funding-card h3{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:2rem;font-weight:400;color:#000827;margin-bottom:1.5rem}.funding-card ul{display:flex;flex-direction:column;gap:1rem}.funding-card li{display:flex;gap:1rem;align-items:flex-start;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;line-height:1.55}.funding-card li .material-symbols-outlined{flex-shrink:0;font-size:1.25rem;margin-top:1px;color:#001d57}.funding-card--alt{border-bottom-color:#6f86cd}.funding-card--alt li .material-symbols-outlined{color:#6f86cd}.map-section{position:relative;height:400px;border-radius:12px;overflow:hidden;background-color:#e6e8ea}.map-section__bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 700ms ease}.map-section:hover .map-section__bg{transform:scale(1.02)}.map-section__overlay{position:absolute;inset:0;background-color:rgba(0,8,39,.08);transition:background-color 300ms ease}.map-section:hover .map-section__overlay{background-color:rgba(0,0,0,0)}.map-section__pin{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:4rem;height:4rem;background-color:#001d57;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px rgba(0,8,39,.12)}.map-section__pin .material-symbols-outlined{font-size:2rem;color:#fff;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.cta-band{background-color:#000827;padding:3rem;border-radius:8px;display:flex;flex-direction:column;gap:2rem;align-items:flex-start}@media(min-width: 768px){.cta-band{flex-direction:row;align-items:center;justify-content:space-between;padding:3rem 4rem}}.cta-band__text h3{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;letter-spacing:-0.02em;color:#b3c5ff;margin-bottom:.75rem}.cta-band__text p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:hsla(0,0%,100%,.75);max-width:50ch;line-height:1.6}.email-capture{display:flex;flex-direction:column;gap:1rem}@media(min-width: 640px){.email-capture{flex-direction:row}}.email-capture input{flex:1;padding:1rem 1.5rem;background-color:#f2f4f6;border:1px solid #c6c5d5;border-radius:2px;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#191c1e;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}.email-capture input::placeholder{color:#767684}.email-capture input:focus{border-color:#000827;box-shadow:0 0 0 3px rgba(0,8,39,.08)}.section-divider{display:flex;align-items:baseline;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(198,197,213,.5);margin-bottom:2.5rem}.section-divider__number{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#767684}.section-divider__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,4vw,2.5rem);font-style:italic;font-weight:400;color:#000827}.practice-card{position:relative;background-color:#fff;padding:2rem 2.5rem;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform 300ms ease,box-shadow 300ms ease;min-height:320px}@media(min-width: 768px){.practice-card{padding:2.5rem 3rem}}.practice-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,8,39,.1)}.practice-card__bg-icon{position:absolute;top:0;right:0;padding:2.5rem;opacity:.04;transition:opacity 300ms ease}.practice-card__bg-icon .material-symbols-outlined{font-size:8rem}.practice-card__bg-icon{pointer-events:none}.practice-card:hover .practice-card__bg-icon{opacity:.08}.practice-card__icon-wrap{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:#001d57;border-radius:4px;margin-bottom:2rem}.practice-card__icon-wrap .material-symbols-outlined{font-size:1.5rem;color:#fff}.practice-card__content{position:relative;z-index:1}.practice-card h2{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;letter-spacing:-0.025em;color:#000827;margin-bottom:1rem}.practice-card p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;line-height:1.65;max-width:50ch;margin-bottom:2.5rem}.practice-card--tint{background-color:#f2f4f6}.practice-card--image{padding:0;overflow:hidden;min-height:300px}.practice-card--image img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(1) contrast(1.1) brightness(0.8);transition:filter 700ms ease}.practice-card--image:hover img{filter:grayscale(0)}.page-wrap{padding-top:4.5rem;padding-bottom:5rem}@media(min-width: 768px){.page-wrap{padding-bottom:0}}.bg-surface{background-color:#f8f9fb}.bg-surface-low{background-color:#f2f4f6}.bg-surface-mid{background-color:#eceef0}.bg-surface-high{background-color:#e6e8ea}.bg-primary{background-color:#000827}.premium-practices{background-color:#f8f9fb}.premium-practices__header{max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem);padding-top:6rem;padding-bottom:3rem;display:flex;flex-direction:column;gap:1.25rem}@media(min-width: 768px){.premium-practices__header{padding-top:8rem;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:4rem}}.premium-practices__eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#4a6774;margin-bottom:1rem}.premium-practices__headline{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2.25rem,5vw,4rem);font-weight:400;letter-spacing:-0.035em;line-height:1.02;color:#000827;max-width:14ch}.premium-practices__intro{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;line-height:1.7;max-width:34ch}@media(min-width: 768px){.premium-practices__intro{text-align:right;padding-bottom:.75rem;flex-shrink:0}}.premium-practices__grid{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3, clamp(420px, 58vh, 640px));gap:2px;background-color:rgba(0,8,39,.15);margin-top:3rem}@media(min-width: 768px){.premium-practices__grid{grid-template-columns:repeat(3, 1fr);grid-template-rows:clamp(500px,62vh,680px)}}.pp-panel{position:relative;display:block;overflow:hidden;background-color:#000620;text-decoration:none}.pp-panel__bg{position:absolute;inset:0}.pp-panel__bg img{width:100%;height:100%;object-fit:cover;transform-origin:center;transition:transform 1.1s cubic-bezier(0.22, 1, 0.36, 1)}.pp-panel:hover .pp-panel__bg img{transform:scale(1.07)}.pp-panel__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0, 8, 39, 0.08) 0%, rgba(0, 8, 39, 0.42) 38%, rgba(0, 8, 39, 0.88) 68%, rgba(0, 8, 39, 0.98) 100%);transition:opacity .45s ease}.pp-panel:hover .pp-panel__overlay{opacity:.85}.pp-panel__content{position:absolute;inset:0}.pp-panel__number{position:absolute;top:2rem;left:2rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:hsla(0,0%,100%,.28);transition:color .3s ease}@media(min-width: 1024px){.pp-panel__number{top:2.5rem;left:2.5rem}}.pp-panel:hover .pp-panel__number{color:hsla(0,0%,100%,.55)}.pp-panel__body{position:absolute;top:28%;left:2rem;right:2rem;display:flex;flex-direction:column}@media(min-width: 768px){.pp-panel__body{top:38%}}@media(min-width: 1024px){.pp-panel__body{left:2.5rem;right:2.5rem}}.pp-panel__tag{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#b3c5ff;opacity:.6;margin-bottom:.75rem;transition:opacity .3s ease}.pp-panel:hover .pp-panel__tag{opacity:1}.pp-panel__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2rem,3vw,3rem);font-weight:400;letter-spacing:-0.03em;line-height:1.05;color:#fff;margin-bottom:1rem}.pp-panel__desc{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:hsla(0,0%,100%,.62);line-height:1.7;max-width:36ch;margin-bottom:1.5rem;opacity:1;transform:translateY(0);transition:opacity .38s ease,transform .38s ease}@media(min-width: 768px){.pp-panel__desc{opacity:0;transform:translateY(14px)}}.pp-panel:hover .pp-panel__desc{opacity:1;transform:translateY(0)}.pp-panel__cta{position:absolute;bottom:2.5rem;left:2rem;display:inline-flex;align-items:center;gap:.5rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;padding-bottom:.25rem;border-bottom:1px solid hsla(0,0%,100%,.4);transition:gap .25s ease,color .25s ease,border-color .25s ease}@media(min-width: 768px){.pp-panel__cta{color:hsla(0,0%,100%,.75);border-bottom-color:hsla(0,0%,100%,.2)}}@media(min-width: 1024px){.pp-panel__cta{bottom:3rem;left:2.5rem}}.pp-panel__cta .material-symbols-outlined{font-size:.9rem;transition:transform .25s ease}.pp-panel:hover .pp-panel__cta{gap:1rem;color:#fff;border-color:hsla(0,0%,100%,.55)}.pp-panel:hover .pp-panel__cta .material-symbols-outlined{transform:translateX(5px)}.pp-panel__deco{position:absolute;bottom:-0.08em;right:-0.04em;font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(10rem,18vw,20rem);font-weight:700;letter-spacing:-0.05em;color:hsla(0,0%,100%,.03);line-height:1;pointer-events:none;user-select:none;transition:opacity .45s ease}.pp-panel:hover .pp-panel__deco{opacity:0}.pp-panel:focus-visible{outline:2px solid #b3c5ff;outline-offset:-4px;z-index:1}.featured-testimonial{background-color:#f8f9fb}.featured-testimonial--dark{background-color:#000827}.featured-testimonial--dark::before{color:hsla(0,0%,100%,.04)}.featured-testimonial--dark .featured-testimonial__quote{color:#fff}.featured-testimonial--dark .featured-testimonial__name{color:#fff}.featured-testimonial--dark .featured-testimonial__role{color:hsla(0,0%,100%,.45)}.featured-testimonial--dark .featured-testimonial__cite::before{background-color:#c4954a}.featured-testimonial{padding:5rem clamp(1.5rem,5vw,3rem);position:relative;overflow:hidden}.featured-testimonial::before{content:"“";position:absolute;top:-0.15em;left:50%;transform:translateX(-50%);font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(16rem,30vw,24rem);line-height:1;color:rgba(0,8,39,.04);pointer-events:none;user-select:none}.featured-testimonial__inner{position:relative;max-width:860px;margin-inline:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.featured-testimonial__stars{color:#c4954a;font-size:1rem;letter-spacing:.2em}.featured-testimonial__quote{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,3.5vw,2.5rem);font-style:italic;font-weight:300;line-height:1.3;letter-spacing:-0.02em;color:#000827;max-width:26ch}@media(min-width: 768px){.featured-testimonial__quote{max-width:32ch}}.featured-testimonial__cite{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-style:normal}.featured-testimonial__cite::before{content:"";display:block;width:32px;height:1px;background-color:#c4954a;margin-bottom:.75rem}.featured-testimonial__name{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#000827}.featured-testimonial__role{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#464653}.why-section{background-color:#ebebeb}.why-section__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width: 1024px){.why-section__grid{grid-template-columns:1fr 1fr;gap:6rem}}.why-section__image-wrap{display:none;position:relative}@media(min-width: 1024px){.why-section__image-wrap{display:block}}.why-section__image-wrap .image-frame{aspect-ratio:4/5;border-radius:12px;overflow:hidden;box-shadow:0 32px 64px rgba(0,8,39,.15)}.why-section__image-wrap .image-frame img{width:100%;height:100%;object-fit:cover}.why-section__image-wrap .stat-badge{display:none;position:absolute;bottom:-2rem;left:-2rem;overflow:hidden;background-color:#001d57;padding:2.5rem 3rem;border-radius:12px;color:#fff;box-shadow:0 20px 40px rgba(0,8,39,.12)}@media(min-width: 768px){.why-section__image-wrap .stat-badge{display:block}}.why-section__image-wrap .stat-badge__watermark{position:absolute;top:-8%;right:-14%;width:72%;opacity:.14;color:#c4954a;pointer-events:none;user-select:none}.why-section__image-wrap .stat-badge__number{position:relative;font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:3.5rem;font-weight:400;letter-spacing:-0.04em;line-height:1}.why-section__image-wrap .stat-badge__label{position:relative;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.65;margin-top:.5rem}.email-cta{background-color:#000827;padding-block:6rem}@media(min-width: 1024px){.email-cta{padding-block:8rem}}.email-cta__inner{max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem);display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 1024px){.email-cta__inner{grid-template-columns:1fr 1fr;gap:5rem}}.email-cta__eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:hsla(0,0%,100%,.4);margin-bottom:1rem}.email-cta__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:400;letter-spacing:-0.03em;line-height:1.05;color:#fff;margin-bottom:1rem}.email-cta__desc{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:hsla(0,0%,100%,.55);line-height:1.7;max-width:42ch}.email-cta__form{display:flex;flex-direction:column;gap:1.25rem}.email-cta__form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width: 640px){.email-cta__form-row{grid-template-columns:1fr 1fr}}.email-cta__field-group{display:flex;flex-direction:column;gap:.5rem}.email-cta__field-label{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff}.email-cta__optional{font-weight:400;text-transform:none;letter-spacing:0;opacity:.6}.email-cta__input{width:100%;background-color:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:2px;padding:.75rem 1rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#fff;outline:none;transition:border-color 300ms ease,background-color 300ms ease;resize:none}.email-cta__input::placeholder{color:hsla(0,0%,100%,.25)}.email-cta__input:focus{background-color:hsla(0,0%,100%,.09);border-color:hsla(0,0%,100%,.4)}.email-cta__textarea{min-height:8rem;line-height:1.6}.email-cta__submit{align-self:flex-start;margin-top:.5rem;padding:.75rem 2rem;background-color:#c4954a;color:#fff;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;border:none;cursor:pointer;transition:background-color 150ms ease,transform 150ms ease}.email-cta__submit:hover{background-color:#a87a38;transform:scale(1.02)}.email-cta__note{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;color:hsla(0,0%,100%,.3);line-height:1.55}.email-cta__phone{display:flex;align-items:center;gap:.75rem;margin-top:2rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.email-cta__phone .material-symbols-outlined{font-size:1.125rem;color:hsla(0,0%,100%,.4)}.email-cta__phone a{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.6);transition:color 150ms ease}.email-cta__phone a:hover{color:#fff}.email-cta__phone span{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;color:hsla(0,0%,100%,.3)}.history-section{background-color:#f2f4f6;padding-block:6rem}@media(min-width: 1024px){.history-section{padding-block:10rem}}.history-section__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media(min-width: 768px){.history-section__grid{grid-template-columns:1fr 1fr;gap:6rem}}.history-section__image-wrap{position:relative}.history-section__image-wrap .img-frame{aspect-ratio:4/5;overflow:hidden;border-radius:8px;box-shadow:0 4px 16px rgba(0,8,39,.08);background-color:#e0e3e5}.history-section__image-wrap .img-frame img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);opacity:.9;mix-blend-mode:multiply}.history-section__image-wrap .since-badge{display:none;position:absolute;bottom:-3rem;right:-3rem;width:16rem;background-color:#001d57;padding:2rem;border-radius:2px;color:#fff}@media(min-width: 768px){.history-section__image-wrap .since-badge{display:block}}.history-section__image-wrap .since-badge em{display:block;font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:2.25rem;font-style:italic;margin-bottom:.5rem}.history-section__image-wrap .since-badge span{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6f86cd}.history-section__text{display:flex;flex-direction:column;gap:3rem}.history-section__block h2{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;letter-spacing:-0.025em;color:#000827;margin-bottom:1.25rem}.history-section__block p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:#464653;line-height:1.75;margin-bottom:1rem}.history-section__block blockquote{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.1rem,2vw,1.375rem);font-style:italic;color:#000827;line-height:1.55;padding-top:2rem;border-top:1px solid rgba(198,197,213,.3)}.team-section{padding-block:6rem}@media(min-width: 1024px){.team-section{padding-block:10rem}}.team-section__header{margin-bottom:5rem;text-align:left}@media(min-width: 768px){.team-section__header{text-align:left}}.team-section__members{display:flex;flex-direction:column;gap:6rem}.testimonials-section{background-color:#000827;padding-block:6rem}@media(min-width: 1024px){.testimonials-section{padding-block:10rem}}.testimonials-section__inner{max-width:56rem;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem);text-align:center}.testimonials-section__quote-icon .material-symbols-outlined{font-size:4rem;color:#6f86cd;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;margin-bottom:2rem}.testimonials-section__items{display:flex;flex-direction:column;gap:4rem}.practice-hero--minimal{background-color:#000827}.practice-hero--minimal::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, #001d57 0%, transparent 55%);opacity:.45;pointer-events:none}.practice-hero--minimal .practice-hero__content{min-height:clamp(320px,44vh,440px)}.practice-hero{position:relative;overflow:hidden}.practice-hero__bg{position:absolute;inset:0}.practice-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.practice-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to right, rgba(0, 8, 39, 0.92) 0%, rgba(0, 8, 39, 0.5) 60%, rgba(0, 8, 39, 0.18) 100%),linear-gradient(to bottom, rgba(0, 8, 39, 0.15) 0%, rgba(0, 8, 39, 0.72) 100%)}.practice-hero__content{position:relative;z-index:1;max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem);padding-top:calc(4.5rem + 6rem);padding-bottom:6rem;min-height:clamp(420px,58vh,580px);display:flex;flex-direction:column;justify-content:flex-end;gap:1.25rem}@media(min-width: 1024px){.practice-hero__content{padding-bottom:8rem}}.practice-hero__breadcrumb{display:flex;align-items:center;gap:.5rem;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.5625rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.practice-hero__breadcrumb a{color:inherit;transition:color 150ms ease}.practice-hero__breadcrumb a:hover{color:#c4954a}.practice-hero__breadcrumb .sep{opacity:.5}.practice-hero__breadcrumb span:last-child{color:#c4954a}.practice-hero__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;letter-spacing:-0.04em;line-height:.97;color:#fff;max-width:12ch;margin:0}.practice-hero__subtitle{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(.9375rem,1.5vw,1.125rem);font-weight:300;color:hsla(0,0%,100%,.65);line-height:1.6;max-width:46ch;margin:0}.emergency-badge__ring{position:absolute;inset:-3px;width:calc(100% + 6px);height:calc(100% + 6px);color:#c4954a;pointer-events:none}.emergency-badge__ring circle{stroke-dasharray:305;stroke-dashoffset:305}.emergency-badge.ring-animate .emergency-badge__ring circle{animation:ring-draw 2.2s cubic-bezier(0.16, 1, 0.3, 1) .2s forwards}@keyframes ring-draw{to{stroke-dashoffset:0}}.cd-stats{background-color:#001d57}.cd-stats__inner{display:grid;grid-template-columns:repeat(2, 1fr);gap:1px;background-color:hsla(0,0%,100%,.08)}@media(min-width: 768px){.cd-stats__inner{grid-template-columns:repeat(4, 1fr)}}.cd-stats__item{background-color:#001d57;padding:2rem;text-align:center}@media(min-width: 1024px){.cd-stats__item{padding:2.5rem 2rem}}.cd-stats__number{display:block;font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;letter-spacing:-0.03em;line-height:1;color:#fff;margin-bottom:.5rem}.cd-stats__label{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.cd-philosophy{background-color:#f2f4f6;padding-block:6rem}@media(min-width: 1024px){.cd-philosophy{padding-block:8rem}}.cd-philosophy__grid{max-width:1280px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem);display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width: 1024px){.cd-philosophy__grid{grid-template-columns:5fr 6fr;gap:5rem}}.cd-philosophy__text{padding-left:1.5rem;border-left:2px solid #c4954a}.cd-philosophy__eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#4a6774;margin-bottom:1rem}.cd-philosophy__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.875rem,3.5vw,3rem);font-weight:400;letter-spacing:-0.03em;line-height:1.05;color:#000827;margin-bottom:2rem}.cd-philosophy p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:#464653;line-height:1.8}.cd-philosophy p+p{margin-top:1rem}.cd-philosophy__image{position:relative}.cd-philosophy__image-frame{overflow:hidden;border-radius:8px;aspect-ratio:5/4;box-shadow:0 32px 64px rgba(0,8,39,.15)}.cd-philosophy__image-frame img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.4s cubic-bezier(0.22, 1, 0.36, 1)}.cd-philosophy__image:hover .cd-philosophy__image-frame img{transform:scale(1.04)}.cd-philosophy__badge{display:none;position:absolute;bottom:-1.25rem;left:-1.5rem;background-color:#000827;color:#fff;padding:1.25rem 2rem;border-radius:2px}@media(min-width: 768px){.cd-philosophy__badge{display:flex;flex-direction:column}}.cd-philosophy__badge em{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:1.875rem;font-style:italic;line-height:1;color:#fff}.cd-philosophy__badge span{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.625rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.55);margin-top:.25rem}.cd-expertise{background-color:#f8f9fb}.cd-expertise__header{margin-bottom:3rem}@media(min-width: 1024px){.cd-expertise__header{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem}}.cd-services{border-top:1px solid rgba(198,197,213,.5)}.cd-services__item{position:relative;display:grid;grid-template-columns:2.5rem 1fr;grid-template-rows:auto auto;column-gap:1.5rem;row-gap:.5rem;padding:2rem .75rem;border-bottom:1px solid rgba(198,197,213,.5);cursor:default;overflow:hidden}@media(min-width: 768px){.cd-services__item{grid-template-columns:3rem 1fr 1.5fr;grid-template-rows:1fr;align-items:center;column-gap:2.5rem;padding:1.5rem 1rem}}.cd-services__item::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0, 8, 39, 0.05) 0%, rgba(0, 8, 39, 0.02) 100%);transform:scaleX(0);transform-origin:left center;transition:transform .55s cubic-bezier(0.22, 1, 0.36, 1) .12s,opacity .45s ease .12s;opacity:0;pointer-events:none}.cd-services__item::after{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background-color:#c4954a;transform:scaleY(0);transform-origin:top center;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1) .08s}.cd-services__item:hover::before{transform:scaleX(1);opacity:1;transition:transform .38s cubic-bezier(0.22, 1, 0.36, 1) 0s,opacity .2s ease 0s}.cd-services__item:hover::after{transform:scaleY(1);transition:transform .28s cubic-bezier(0.22, 1, 0.36, 1) 0s}.cd-services__item:hover .cd-services__number{color:#c4954a}.cd-services__item:hover .cd-services__title{color:#001d57}.cd-services__item:hover .cd-services__desc{color:#191c1e}.cd-services__item:hover .cd-services__arrow{transform:translateX(6px);color:#c4954a;opacity:1}.cd-services__number{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(0,8,39,.25);padding-top:6px;position:relative;transition:color .35s ease .05s}@media(min-width: 768px){.cd-services__number{padding-top:0}}.cd-services__title{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.25rem,2.5vw,1.875rem);font-weight:400;letter-spacing:-0.025em;color:#000827;line-height:1.1;align-self:center;position:relative;transition:color .35s ease .04s}.cd-services__desc{grid-column:2;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;line-height:1.6;max-width:52ch;position:relative;transition:color .3s ease .06s}@media(min-width: 768px){.cd-services__desc{grid-column:auto}}.cd-services__arrow{display:none;font-size:1.25rem;color:rgba(0,8,39,.18);opacity:.6;position:relative;transition:transform .55s cubic-bezier(0.22, 1, 0.36, 1) .08s,color .4s ease .08s,opacity .4s ease .08s}@media(min-width: 768px){.cd-services__arrow{display:block}}.expertise-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.expertise-grid{grid-template-columns:repeat(3, 1fr)}}.expertise-grid__card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 16px rgba(0,8,39,.08);display:flex;flex-direction:column;justify-content:space-between;min-height:280px;transition:transform 300ms ease,box-shadow 300ms ease}.expertise-grid__card:hover{transform:scale(1.02);box-shadow:0 20px 40px rgba(0,8,39,.12)}.expertise-grid__card--dark{background-color:#000827;color:#fff}.expertise-grid__card--dark h3{color:#fff}.expertise-grid__card--dark p{color:hsla(0,0%,100%,.75)}.expertise-grid__card--dark .material-symbols-outlined{color:#b3c5ff}.expertise-grid__card .material-symbols-outlined{font-size:2.5rem;color:#000827;margin-bottom:1.25rem}.expertise-grid__card h3{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:400;letter-spacing:-0.02em;color:#000827;margin-bottom:.75rem}.expertise-grid__card p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;line-height:1.6}@media(min-width: 768px){.expertise-grid__wide{grid-column:span 2;display:flex;flex-direction:row;gap:2rem;align-items:center}}.expertise-grid__wide .wide-image{width:100%;height:200px;border-radius:8px;overflow:hidden;flex-shrink:0;margin-top:1.5rem}@media(min-width: 768px){.expertise-grid__wide .wide-image{width:45%;height:100%;margin-top:0}}.expertise-grid__wide .wide-image__bg{width:100%;height:100%;background-size:cover;background-position:center}.police-station-section{background-color:#000827;padding-block:6rem}@media(min-width: 1024px){.police-station-section{padding-block:8rem}}.police-station-section__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width: 1024px){.police-station-section__grid{grid-template-columns:7fr 5fr}}.police-station-section__eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#c4954a;margin-bottom:1rem}.police-station-section h2{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:400;letter-spacing:-0.025em;color:#fff;margin-bottom:1.25rem}.police-station-section__availability{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;font-weight:400;color:hsla(0,0%,100%,.7);margin-bottom:2rem;line-height:1.65}.police-station-section .checklist__item{color:hsla(0,0%,100%,.9)}.police-station-section .checklist__item .material-symbols-outlined{color:#c4954a}.police-station-section .emergency-badge{border:none;box-shadow:0 0 0 10px rgba(196,149,74,.06),0 32px 64px rgba(0,8,39,.15);overflow:visible}.court-section{padding-block:6rem}.court-section__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width: 768px){.court-section__grid{grid-template-columns:1fr 1fr}}.court-section__image{aspect-ratio:16/10;border-radius:8px;overflow:hidden;box-shadow:0 20px 40px rgba(0,8,39,.12)}.court-section__image__bg{width:100%;height:100%;background-size:cover;background-position:center;transform:scale(1);transition:transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.court-section__image:hover .court-section__image__bg{transform:scale(1.05)}.court-section h2{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;letter-spacing:-0.025em;color:#000827;margin-bottom:1.5rem}.court-section p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:#464653;line-height:1.75}.cd-funding{overflow:hidden}.cd-funding--dark .cd-funding__intro{background-color:#001d57}.cd-funding--dark .cd-funding__intro .eyebrow{color:#c4954a}.cd-funding--dark .cd-funding__intro h2{color:#fff}.cd-funding__intro{background-color:#f2f4f6;text-align:center;padding:5rem clamp(1.5rem,5vw,3rem) 4rem}.cd-funding__intro .eyebrow{margin-bottom:.75rem}.cd-funding__intro h2{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:400;letter-spacing:-0.03em;color:#000827}.cd-funding__panels{display:grid;grid-template-columns:1fr}@media(min-width: 768px){.cd-funding__panels{grid-template-columns:1fr 1fr;min-height:500px}}.cd-funding__panel{padding:4rem clamp(1.5rem,5vw,3rem);display:flex;flex-direction:column;justify-content:center}@media(min-width: 1024px){.cd-funding__panel{padding:6rem clamp(3rem,7vw,6rem)}}.cd-funding__panel--aid{background-color:#000827}.cd-funding__panel--private{background-color:#001d57}.cd-funding__tag{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.5625rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#c4954a;margin-bottom:1.25rem}.cd-funding__word{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(4.5rem,10vw,9rem);font-weight:300;font-style:italic;letter-spacing:-0.04em;line-height:.88;color:#fff;margin-bottom:2rem}.cd-funding__rule{width:2rem;height:1px;background-color:hsla(0,0%,100%,.2);margin-bottom:2rem;transform-origin:left center}.cd-funding__note{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:hsla(0,0%,100%,.68);line-height:1.72;max-width:34ch;margin-bottom:2rem}.cd-funding__list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.cd-funding__list li{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:hsla(0,0%,100%,.55);padding-left:1.25rem;position:relative;line-height:1.5}.cd-funding__list li::before{content:"—";position:absolute;left:0;color:#c4954a;font-weight:600}.pricing-section{padding:clamp(4rem,8vw,7rem) 0;background-color:#f8f9fb}.pricing-section__header{margin-bottom:2.5rem}.pricing-section__notes{margin-top:2.5rem;display:grid;gap:2rem}@media(min-width: 768px){.pricing-section__notes{grid-template-columns:1fr 1fr}}.pricing-section__note-block h4{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#000827;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #c6c5d5}.pricing-section__note-block p,.pricing-section__note-block li{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;line-height:1.72}.pricing-section__note-block ul{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}.pricing-section__note-block ul li{padding-left:1.25rem;position:relative}.pricing-section__note-block ul li::before{content:"—";position:absolute;left:0;color:#c4954a;font-weight:600}.fee-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #c6c5d5;box-shadow:0 1px 3px rgba(0,8,39,.06)}.fee-table{width:100%;border-collapse:collapse;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-width:560px}.fee-table thead tr{background-color:#001d57}.fee-table thead tr th{color:#fff;font-weight:600;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;padding:1rem 1.25rem;text-align:left;white-space:nowrap}.fee-table thead tr th:not(:first-child){text-align:right}.fee-table tbody tr{border-bottom:1px solid #c6c5d5;transition:background-color 150ms ease}.fee-table tbody tr:last-child{border-bottom:none}.fee-table tbody tr:hover{background-color:#f2f4f6}.fee-table tbody tr td{padding:1rem 1.25rem;font-size:.9375rem;color:#464653;line-height:1.5}.fee-table tbody tr td:not(:first-child){text-align:right;white-space:nowrap}.fee-table tbody tr td:first-child{color:#000827;font-weight:500}.fee-table tbody tr td.fee-table__total{color:#000827;font-weight:700}.fee-table__note-row td{font-size:.8125rem;color:#767684;font-style:italic;background-color:#f2f4f6}.motoring-cta{background-color:#001d57;padding:clamp(3rem,6vw,5rem) 0;text-align:center}.motoring-cta__inner{max-width:52rem;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.motoring-cta .eyebrow{color:#c4954a}.motoring-cta h2{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:300;color:#fff;letter-spacing:-0.02em}.motoring-cta p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:hsla(0,0%,100%,.7);line-height:1.65;max-width:48ch}.motoring-cta__contact{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;margin-top:.5rem}.motoring-cta__phone{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:300;color:#fff;text-decoration:none;letter-spacing:-0.01em;transition:color 150ms ease}.motoring-cta__phone:hover{color:#c4954a}.motoring-cta__sep{color:hsla(0,0%,100%,.3);font-size:1.25rem}.motoring-cta__email{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;color:hsla(0,0%,100%,.65);text-decoration:none;transition:color 150ms ease}.motoring-cta__email:hover{color:#fff}.mh-tribunal{background-color:#001d57;color:#fff;padding:clamp(4rem,8vw,7rem) 0}.mh-tribunal__grid{display:grid;gap:3rem}@media(min-width: 768px){.mh-tribunal__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem}}.mh-tribunal__eyebrow{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#c4954a;margin-bottom:1rem}.mh-tribunal h2{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:300;color:#fff;margin-bottom:1.5rem;line-height:1.15}.mh-tribunal p{font-size:1.0625rem;color:hsla(0,0%,100%,.78);line-height:1.72;margin-bottom:1.5rem}.mh-tribunal .checklist{margin-top:1.5rem}.mh-contact-badge{background-color:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:12px;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.mh-contact-badge .material-symbols-outlined{font-size:2.5rem;color:#c4954a}.mh-contact-badge__label{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin:0}.mh-contact-badge__phone{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:300;letter-spacing:-0.02em;color:#fff;text-decoration:none;transition:color 150ms ease}.mh-contact-badge__phone:hover{color:#c4954a}.mh-contact-badge__email{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:hsla(0,0%,100%,.65);text-decoration:none;transition:color 150ms ease}.mh-contact-badge__email:hover{color:#fff}.mh-contact-badge__note{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;color:hsla(0,0%,100%,.42);line-height:1.55;max-width:28ch;margin:0}.mh-act-sections{padding:clamp(4rem,8vw,7rem) 0;background-color:#f8f9fb}.mh-act-sections__header{margin-bottom:2.5rem}.mh-act-sections__nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.mh-act-sections__nav a{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;border:1px solid #c6c5d5;border-radius:999px;color:#000827;text-decoration:none;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease}.mh-act-sections__nav a:hover{background-color:#001d57;border-color:#000827;color:#fff}.mh-act-sections--dark{background-color:#001d57}.mh-act-sections--dark .eyebrow{color:#c4954a}.mh-act-sections--dark .section-title{color:#fff}.mh-act-sections--dark .section-intro{color:hsla(0,0%,100%,.65)}.mh-act-sections--dark .mh-act-sections__nav a{border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.8)}.mh-act-sections--dark .mh-act-sections__nav a:hover{background-color:hsla(0,0%,100%,.1);border-color:#c4954a;color:#fff}.mh-act-sections--dark .mh-section-panel{border-bottom-color:hsla(0,0%,100%,.15)}.mh-act-sections--dark .mh-section-panel:first-of-type{border-top-color:hsla(0,0%,100%,.15)}.mh-act-sections--dark .mh-section-panel>summary h3{color:#fff}.mh-act-sections--dark .mh-section-panel__icon{border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.8)}.mh-act-sections--dark .mh-section-panel__body p{color:hsla(0,0%,100%,.7)}.mh-act-sections--dark .mh-panel-block h4{color:#c4954a;border-bottom-color:hsla(0,0%,100%,.15)}.mh-act-sections--dark .mh-panel-block ul li{color:hsla(0,0%,100%,.7)}.mh-act-sections--dark .mh-panel-block ul li::before{color:#c4954a}.mh-act-sections--dark .mh-panel-block p{color:hsla(0,0%,100%,.7)}.mh-act-sections--dark .mh-route-list__item{background-color:hsla(0,0%,100%,.07);border-left-color:#c4954a}.mh-act-sections--dark .mh-route-list__item dt{color:#fff}.mh-act-sections--dark .mh-route-list__item dd{color:hsla(0,0%,100%,.65)}.mh-section-panel{border-bottom:1px solid #c6c5d5}.mh-section-panel:first-of-type{border-top:1px solid #c6c5d5}.mh-section-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;cursor:pointer;list-style:none;user-select:none;transition:opacity 150ms ease}.mh-section-panel>summary:hover{opacity:.75}.mh-section-panel>summary::-webkit-details-marker{display:none}.mh-section-panel>summary h3{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:clamp(1rem,2vw,1.1875rem);font-weight:400;color:#000827;margin:0;line-height:1.3}.mh-section-panel__icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border:1px solid #c6c5d5;border-radius:50%;color:#000827}.mh-section-panel__icon .material-symbols-outlined{font-size:1rem;transition:transform .35s cubic-bezier(0.22, 1, 0.36, 1)}.mh-section-panel[open]>summary .mh-section-panel__icon .material-symbols-outlined{transform:rotate(45deg)}.mh-section-panel[open]>summary{padding-bottom:.5rem}.mh-section-panel__body{padding-bottom:2.5rem;display:grid;gap:1.5rem}.mh-section-panel__body p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;color:#464653;line-height:1.72;max-width:72ch;margin:0}.mh-panel-block{display:grid;gap:1rem}.mh-panel-block h4{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#000827;margin:0;padding-bottom:.75rem;border-bottom:1px solid #c6c5d5}.mh-panel-block ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.mh-panel-block ul li{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#464653;padding-left:1.25rem;position:relative;line-height:1.6}.mh-panel-block ul li::before{content:"—";position:absolute;left:0;color:#c4954a;font-weight:600}.mh-route-list{display:grid;gap:.75rem;margin:0}@media(min-width: 768px){.mh-route-list{grid-template-columns:repeat(2, 1fr)}}.mh-route-list__item{background-color:#e6e8ea;border-radius:4px;padding:1.25rem 1.25rem;border-left:2px solid #c4954a}.mh-route-list__item dt{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#000827;margin-bottom:.5rem}.mh-route-list__item dd{margin:0;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:#464653;line-height:1.65}.mh-team{background-color:#fff;padding:clamp(4rem,8vw,7rem) 0}.mh-team__header{text-align:center;margin-bottom:3rem}.mh-team__header .eyebrow{color:#c4954a}.mh-team__header .section-title{color:#000827;margin-top:.75rem}.mh-team__header p{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.0625rem;color:#464653;margin-top:1rem;max-width:52ch;margin-inline:auto;line-height:1.65}.mh-team__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:66rem;margin-inline:auto}@media(min-width: 640px){.mh-team__grid{grid-template-columns:repeat(3, 1fr)}}.mh-team-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem 1.5rem;background-color:#fff;border:1px solid #c6c5d5;border-radius:12px;text-decoration:none;transition:background-color 300ms ease,transform 300ms ease,box-shadow 300ms ease}.mh-team-card:hover{background-color:#fff;box-shadow:0 4px 16px rgba(0,8,39,.08);transform:translateY(-3px)}.mh-team-card__portrait{width:6.5rem;height:6.5rem;border-radius:50%;overflow:hidden;border:2px solid #c6c5d5;flex-shrink:0}.mh-team-card__portrait img{width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:grayscale(0.2);transition:filter 500ms ease}.mh-team-card:hover .mh-team-card__portrait img{filter:grayscale(0)}.mh-team-card__name{font-family:"Newsreader",Georgia,"Times New Roman",serif;font-size:1.125rem;font-weight:400;color:#000827;margin:0;line-height:1.2}.mh-team-card__role{display:block;font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c4954a}.mh-team-card__bio{font-family:"Work Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:#464653;line-height:1.65;margin:0}
