:root{--lp-sticky-top:104px;--lp-gap:36px}.atac-breadcrumb{font-family:var(--font);padding:22px clamp(32px,5vw,80px);font-size:14px;color:var(--text-muted)}.atac-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.atac-breadcrumb a:hover{color:var(--red)}.atac-breadcrumb li[aria-current]{color:var(--navy);font-weight:600}.atac-breadcrumb .sep{color:var(--red);font-size:15px;font-weight:700}.lawyer-profile{font-family:var(--font);padding:0 var(--page-gutter) clamp(48px,6vw,90px);color:var(--text-body)}.lp-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 340px;grid-template-areas:"left header right" "left main   right";column-gap:var(--lp-gap);row-gap:0;align-items:start}.lp-aside-left{grid-area:left;position:sticky;top:var(--lp-sticky-top)}.lp-header{grid-area:header;min-width:0}.lp-main{grid-area:main;min-width:0}.lp-photo{width:100%;height:auto;object-fit:contain;border-radius:var(--radius);display:block;margin-bottom:18px;background:var(--gray)}.lp-tabs{display:flex;flex-direction:column;gap:12px}.lp-tab{position:relative;isolation:isolate;overflow:hidden;display:block;width:100%;text-align:left;padding:16px 20px;border:none;border-radius:var(--radius) var(--radius) 26px var(--radius);background:var(--navy);color:#fff;font-family:var(--font);font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.lp-tab::after,.lp-tab::before{content:'';position:absolute;right:0;bottom:0;z-index:-1;width:72px;height:54px;clip-path:polygon(100% 15%,100% 100%,50% 100%);pointer-events:none}.lp-tab::before{background:linear-gradient(135deg,#7a1418,#c72c35)}.lp-tab::after{background:linear-gradient(135deg,#151c26,var(--navy));opacity:0;transition:opacity .2s}.lp-tab.is-active,.lp-tab:hover{background:var(--red)}.lp-tab.is-active::after,.lp-tab:hover::after{opacity:1}.lp-name{font-size:var(--h1-size);font-weight:800;color:var(--navy);letter-spacing:-1.5px;line-height:1.02;margin:0 0 12px}.lp-suffix{color:#1a1a1a;font-size:clamp(16px, 1.4vw, 20px);font-weight:500;margin:0 0 6px}.lp-role{color:var(--red);font-size:clamp(16px, 1.4vw, 20px);font-weight:600;margin:0 0 28px}.lp-section{border:1px solid var(--gray-mid);border-radius:10px;background:#fff;margin-bottom:20px;overflow:hidden}.lp-section-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:0 0;border:none;cursor:pointer;font-family:var(--font);text-align:left}.lp-section-title{font-size:16px;font-weight:700;color:var(--navy);letter-spacing:0;line-height:1.3}.lp-section-chevron-wrap{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;transition:background .2s}.lp-section-head:hover .lp-section-chevron-wrap{background:var(--red)}.lp-section-chevron{width:16px;height:16px;color:#fff;transition:transform .3s cubic-bezier(.4,0,.2,1)}.lp-section.is-open .lp-section-chevron{transform:rotate(180deg)}.lp-section-body{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.lp-section.is-open .lp-section-body{max-height:1600px}.lp-section-inner{padding:0 30px 30px}.lp-section-inner p{font-size:16px;line-height:1.75;color:var(--text-body);margin:0 0 14px}.lp-section-inner p:last-child{margin-bottom:0}.lp-section-inner ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.lp-section-inner li{position:relative;padding-left:22px;font-size:15.5px;line-height:1.6;color:var(--text-body)}.lp-section-inner li::before{content:'';position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:50%;background:var(--red)}.lp-section-inner li a{position:relative;display:inline-block;color:var(--navy);text-decoration:none;transition:color .25s}.lp-section-inner li a::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:var(--red);transform:scaleX(.5);transform-origin:left;transition:transform .35s cubic-bezier(.4, 0, .2, 1)}.lp-section-inner li a:hover{color:var(--red)}.lp-section-inner li a:hover::after{transform:scaleX(1)}.lp-aside-right{grid-area:right;position:sticky;top:var(--lp-sticky-top);display:flex;flex-direction:column;gap:24px}.lp-contact{background:var(--gray);border-radius:14px;padding:30px 28px}.lp-contact h3{font-size:21px;font-weight:800;color:var(--navy);margin:0 0 22px}.lp-contact-row{margin-bottom:18px}.lp-contact-label{font-size:13px;color:var(--text-muted);margin-bottom:3px}.lp-contact-value{font-size:16px;font-weight:600;color:var(--navy);word-break:break-word}.lp-contact a.lp-contact-value{color:var(--navy);text-decoration:none}.lp-contact a.lp-contact-value:hover{color:var(--red)}.lp-contact a.lp-contact-value--link{display:inline-flex;align-items:center;text-decoration:none}.lp-contact a.lp-contact-value--link:focus-visible,.lp-contact a.lp-contact-value--link:hover{color:var(--navy)}.lp-contact a.lp-contact-value--link>span:last-child{flex:0 1 auto;min-width:0;position:relative;padding-bottom:5px}.lp-contact a.lp-contact-value--link>span:last-child::after{content:'';position:absolute;left:0;bottom:0;height:2px;width:100%;background:var(--red);transform:scaleX(.5);transform-origin:left;transition:transform .35s cubic-bezier(.4, 0, .2, 1)}.lp-contact a.lp-contact-value--link:focus-visible>span:last-child::after,.lp-contact a.lp-contact-value--link:hover>span:last-child::after{transform:scaleX(1)}.lp-contact-divider{height:1px;background:var(--gray-mid);margin:22px 0}.lp-social{display:flex;gap:12px}.lp-consult{background:var(--navy);border-radius:14px;padding:30px 28px;color:#fff}.lp-consult h3{font-size:22px;font-weight:800;margin:0 0 12px;color:#fff}.lp-consult p{font-size:15px;line-height:1.6;color:rgba(255,255,255,.82);margin:0 0 22px}.lp-consult .atac-red-btn{width:100%}.lp-wins{padding:clamp(48px,6vw,90px) 0 0}.lp-wins h2{font-size:clamp(28px, 3vw, 44px);font-weight:800;color:var(--navy);letter-spacing:-1px;margin:0 0 36px}.lp-wins-track>.lp-win{flex:0 0 auto;box-sizing:border-box;width:calc((100% - 48px)/ 3)}@media (max-width:1100px){.lp-wins-track>.lp-win{width:calc((100% - 24px)/ 2)}}@media (max-width:640px){.lp-wins-track>.lp-win{width:100%}}.lp-wins-slider>.cases-arrow{display:none}.lp-wins-slider.has-nav>.cases-arrow{display:inline-flex}.cases-slider--light>.cases-track-outer,.lp-wins-slider>.cases-track-outer{padding:26px 16px 44px;margin:-26px -16px -44px}.cases-slider--light>.cases-track{align-items:stretch}.lp-win{display:flex;flex-direction:column;border:1px solid var(--gray-mid);border-radius:12px;padding:30px 28px;background:#fff;box-shadow:0 2px 16px rgba(35,44,57,.05);transition:border-color .3s,box-shadow .3s,transform .3s}.lp-win:hover{border-color:rgba(199,43,53,.3);box-shadow:0 10px 32px rgba(35,44,57,.1);transform:translateY(-3px)}.lp-win-date{font-size:13px;color:var(--text-muted);margin-bottom:14px}.lp-win-outcome{align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--red);background:rgba(199,43,53,.07);border:1px solid rgba(199,43,53,.15);border-radius:20px;padding:5px 12px;margin-bottom:14px}.lp-win h3{font-size:19px;font-weight:800;color:var(--red);line-height:1.3;margin:0 0 12px}.lp-win p{font-size:14.5px;line-height:1.7;color:var(--text-body);margin:0 0 22px;flex:1}.lp-win-more{align-self:flex-start;margin-top:auto}.lp-win:hover .lp-win-more::after{transform:scaleX(.8)}@media (max-width:1080px){.lp-grid{grid-template-columns:1fr;grid-template-areas:"left" "header" "right" "main"}.lp-aside-left,.lp-aside-right{position:static}.lp-aside-left{display:block}.lp-tabs{display:none}.lp-photo{max-width:360px}.lp-header{margin-top:4px}}@media (max-width:680px){.lp-photo{max-width:320px}}.exp-hero{background:var(--navy);color:#fff;padding:var(--hero-gap-top) var(--page-gutter) clamp(44px,6vw,80px)}.exp-hero-inner{max-width:1280px;display:flex;align-items:flex-end;justify-content:space-between;gap:48px}.exp-hero-left{flex:1;min-width:0}.exp-hero-right{flex-shrink:0;display:flex;align-items:flex-end;padding-bottom:6px}.exp-eyebrow{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--red);margin:0 0 18px}.exp-title{font-size:var(--h1-size);font-weight:800;line-height:1.06;letter-spacing:-1.5px;margin:0;max-width:22ch;color:#fff}.exp-meta{display:flex;flex-wrap:wrap;gap:28px;margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18)}.exp-meta-label{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:5px}.exp-meta-value{font-size:16px;font-weight:600}.exp-share{display:flex;align-items:center;gap:10px}.exp-share-label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.5);margin-right:4px}.exp-body{padding:clamp(44px,6vw,80px) var(--page-gutter);background:#fff}.exp-body-inner{max-width:1280px;display:grid;grid-template-columns:1fr 280px;gap:64px;align-items:start}.exp-main{min-width:0}.exp-sidebar{position:sticky;top:var(--lp-sticky-top)}.exp-outcome-tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--red);background:rgba(199,43,53,.07);border:1px solid rgba(199,43,53,.15);border-radius:20px;padding:6px 14px;margin-bottom:28px}.exp-main p{font-size:17px;line-height:1.85;color:var(--text-body);margin:0 0 22px}.exp-citation{margin-top:36px;padding:22px 26px;background:var(--gray);border-left:3px solid var(--red);border-radius:0 8px 8px 0;font-size:15px;line-height:1.6;color:var(--navy);font-style:italic}.exp-citation .exp-citation-label{display:block;font-style:normal;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.exp-lawyers-label{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.exp-lawyer-card{width:100%;min-width:0;flex-shrink:unset;border-radius:5px;box-shadow:0 16px 40px rgba(35,44,57,.18)}.exp-lawyer-card img{aspect-ratio:.72;filter:none;-webkit-mask-image:none;mask-image:none}.exp-lawyer-no-photo{width:100%;aspect-ratio:.72;background:linear-gradient(135deg,#1a2332 0,#2d3a4a 100%)}.exp-lawyer-card .lawyer-overlay{padding:90px 20px 22px;background:linear-gradient(0deg,rgba(14,20,29,.9) 0,rgba(14,20,29,.45) 55%,transparent 100%)}.exp-lawyer-card .lawyer-name{font-size:clamp(19px,1.6vw,24px);font-weight:800;letter-spacing:-.3px;margin-bottom:6px}.exp-lawyer-card .lawyer-suffix{display:block;font-size:clamp(13px,1.05vw,16px);font-weight:700!important;color:var(--red);letter-spacing:.2px;margin-bottom:3px}.exp-lawyer-card .lawyer-title{display:block;font-size:clamp(13px,1.05vw,16px);font-weight:500!important;color:var(--white)!important;letter-spacing:.2px;margin-bottom:0}.exp-lawyer-slider{overflow:hidden;border-radius:5px}.exp-lawyer-slider-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94);will-change:transform}.exp-lawyer-slider-track .exp-lawyer-card{flex:0 0 100%;border-radius:0;box-shadow:none}.exp-slider-nav{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:14px}.exp-slider-next,.exp-slider-prev{width:36px;height:36px;border-radius:50%;border:2px solid var(--navy);background:#fff;color:var(--navy);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s;flex-shrink:0}.exp-slider-next:hover,.exp-slider-prev:hover{background:var(--red);border-color:var(--red);color:#fff}.exp-slider-next svg,.exp-slider-prev svg{width:18px;height:18px;stroke:currentColor;fill:none}.exp-slider-dots{display:flex;gap:8px}.exp-slider-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:var(--gray-mid);cursor:pointer;transition:background .2s}.exp-slider-dot.is-active{background:var(--red)}@media (max-width:1024px){.exp-body-inner{grid-template-columns:1fr}.exp-sidebar{position:static;order:-1}.exp-lawyer-card,.exp-lawyer-slider{max-width:280px}}@media (max-width:720px){.exp-hero-inner{flex-direction:column;align-items:flex-start;gap:28px}.exp-hero-right{align-self:flex-start}.exp-lawyer-card,.exp-lawyer-slider{max-width:100%}}.exp-case{--exp-measure:1240px}.exp-case .exp-hero-inner{align-items:flex-start;max-width:none;justify-content:flex-start}.exp-case .exp-hero-left{max-width:var(--exp-measure)}.exp-case .exp-title{max-width:none}.exp-case .exp-hero-right{flex-direction:column;align-items:stretch;gap:26px;width:clamp(300px,23vw,360px);padding-bottom:0}.exp-case .exp-hero-lawyers{width:100%}.exp-case .exp-hero-lawyers .exp-lawyers-label{color:rgba(255,255,255,.6);margin-bottom:14px}.exp-case .exp-meta{align-items:flex-start;column-gap:clamp(40px,4.5vw,76px)}.exp-case .exp-meta-share .exp-share{gap:8px;margin-top:2px}.exp-case .exp-meta-share .exp-share-btn,.exp-case .exp-meta-share .exp-share-copy{width:36px;height:36px}.exp-case .exp-meta-share .exp-share-copy{padding:0;gap:0;justify-content:center}.exp-case .exp-meta-share .exp-share-copy [data-atac-copy-label]{display:none}.exp-case .exp-meta-share .exp-share-btn svg{width:15px;height:15px}.exp-case .exp-summary{margin-top:40px}.exp-case .exp-summary-text{margin:0;font-size:clamp(16px, 1.35vw, 19px);line-height:1.75;color:rgba(255,255,255,.85)}.exp-meta-link{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.28);transition:color .2s,border-color .2s}.exp-meta-link:focus-visible,.exp-meta-link:hover{color:#fff;border-bottom-color:var(--red)}.exp-case .exp-body-inner{max-width:none;grid-template-columns:250px minmax(0,var(--exp-measure));gap:clamp(36px,4.5vw,76px)}.exp-case .exp-main{max-width:var(--exp-measure)}.exp-case .exp-toc-side{position:sticky;top:var(--lp-sticky-top,110px);padding-top:6px}.exp-case .exp-toc-side .atac-post-toc{margin:0}.exp-case .exp-main>:first-child{margin-top:0!important}.exp-case .exp-toc-side .atac-post-toc>:first-child{margin-top:0}html body .atac-experience .exp-main li,html body .atac-experience .exp-main p{font-size:17px!important;line-height:1.85!important;color:var(--text-body)!important}html body .atac-experience .exp-main ol,html body .atac-experience .exp-main ul{margin:0 0 22px!important;padding-left:1.4em!important}html body .atac-experience .exp-main li{margin:0 0 10px!important}html body .atac-experience .exp-main li:last-child{margin-bottom:0!important}html body .atac-experience .exp-main li::marker{color:var(--red)}html body .atac-experience .exp-main li>p{margin:0!important}html body .atac-experience .exp-main li ol,html body .atac-experience .exp-main li ul{margin:10px 0 0!important}.exp-case .exp-lawyer-slider{position:relative}.exp-case .exp-slider-nav{position:static;margin-top:16px}.exp-case .exp-slider-next,.exp-case .exp-slider-prev{position:absolute;top:42%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border:none;border-radius:50%;background:var(--red);color:#fff;box-shadow:0 6px 20px rgba(199,43,53,.4)}.exp-case .exp-slider-prev{left:10px}.exp-case .exp-slider-next{right:10px}.exp-case .exp-slider-next:hover,.exp-case .exp-slider-prev:hover{background:var(--red-dark);border:none;color:#fff;transform:translateY(-50%) scale(1.08)}.exp-case .exp-slider-next svg,.exp-case .exp-slider-prev svg{width:22px;height:22px}@media (max-width:1024px){.exp-case .exp-hero-inner{flex-direction:column}.exp-case .exp-hero-right{width:100%;max-width:340px;flex-direction:column}.exp-case .exp-body-inner{grid-template-columns:1fr}.exp-case .exp-toc-side{position:static;order:-1}}@media (max-width:720px){.exp-case .exp-hero-right{max-width:100%}.exp-case .exp-meta-read{display:none}.exp-case .exp-meta{flex-wrap:nowrap;column-gap:10px;justify-content:space-between}.exp-case .exp-meta-item{min-width:0}.exp-case .exp-meta-label{font-size:11px;letter-spacing:1px}.exp-case .exp-meta-value{font-size:15px}.exp-case .exp-meta-share{flex:0 0 auto}.exp-case .exp-meta-share .exp-share{gap:4px}.exp-case .exp-meta-share .exp-share-btn,.exp-case .exp-meta-share .exp-share-copy{width:26px;height:26px}.exp-case .exp-meta-share .exp-share-btn svg,.exp-case .exp-meta-share .exp-share-copy svg{width:12px;height:12px}.exp-case .exp-meta-area .exp-meta-label,.exp-case .exp-meta-area .exp-meta-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.cr-page{font-family:var(--font)}.cr-hero{position:relative;overflow:hidden;background:#fff;color:var(--text-body);padding:var(--hero-gap-top) var(--page-gutter) clamp(48px,7vw,90px)}.cr-hero::before{content:'';position:absolute;top:0;right:0;bottom:0;left:auto;width:48%;z-index:0;pointer-events:none;background-image:url('/wp-content/themes/divi-child/assets/img/case-results-hero-bg.webp');background-size:cover;background-position:center;background-repeat:no-repeat;transform:scaleX(-1)}.cr-legal-insights .cr-hero::before{background-image:url('/wp-content/uploads/2026/09/legal-insights.webp')}.cr-hero::after{content:'';position:absolute;top:0;right:0;bottom:0;width:calc(48% + 3px);z-index:0;pointer-events:none;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.9) 20%,rgba(255,255,255,.45) 40%,rgba(255,255,255,.08) 68%,rgba(255,255,255,0) 85%),linear-gradient(180deg,#fff 0,rgba(255,255,255,.6) 5%,rgba(255,255,255,0) 16%,rgba(255,255,255,0) 100%),linear-gradient(rgba(35,44,57,.22),rgba(35,44,57,.22))}.cr-hero-inner{position:relative;z-index:1;max-width:760px}.cr-hero .atac-breadcrumb{padding:0 0 32px;font-family:var(--font);font-size:14px;line-height:21px;color:rgba(255,255,255,.7)}.cr-hero .atac-breadcrumb a{color:#fff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:rgba(199,43,53,.6);transition:color .2s,text-decoration-color .2s}.cr-hero .atac-breadcrumb a:hover{color:#fff;text-decoration-color:var(--red)}.cr-hero .atac-breadcrumb [aria-current],.cr-hero .atac-breadcrumb li[aria-current]{color:rgba(255,255,255,.8);font-weight:600;text-decoration:none}.cr-hero .atac-breadcrumb .sep{color:var(--red);font-size:15px;font-weight:700}.cr-eyebrow{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--red);margin:0 0 16px}.cr-heading{font-size:var(--h1-size);font-weight:800;line-height:1.12;letter-spacing:-2px;margin:0 0 20px;color:var(--navy)}.cr-subheading{font-size:clamp(16px, 1.4vw, 19px);line-height:1.65;color:var(--navy);max-width:600px;margin:0}.cr-subheading+.cr-subheading{margin-top:1em}.cr-insights .cr-hero-inner{max-width:52%}.cr-insights .cr-subheading{max-width:none}@media (max-width:980px){.cr-hero::after,.cr-hero::before{width:100%}.cr-hero::after{background:linear-gradient(180deg,#fff 0,rgba(255,255,255,.72) 12%,rgba(255,255,255,.55) 48%,rgba(255,255,255,.75) 88%,#fff 100%),linear-gradient(rgba(35,44,57,.16),rgba(35,44,57,.16))}.cr-insights .cr-hero-inner{max-width:none}}.cr-filter-wrap{background:var(--gray);border-bottom:1px solid var(--gray-mid);padding:20px var(--page-gutter);position:sticky;top:0;z-index:80}.cr-filter-bar{display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap}.cr-filter-group{display:flex;flex-direction:column;gap:6px}.cr-filter-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted)}.cr-select-wrap{position:relative}.cr-select-wrap select{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid var(--gray-mid);border-radius:999px;height:58px;padding:0 48px 0 24px;font-size:15px;font-weight:500;color:var(--navy);font-family:var(--font);cursor:pointer;min-width:220px;transition:border-color .2s,box-shadow .2s}.cr-select-wrap select:focus{outline:0;border-color:var(--red);box-shadow:0 0 0 3px rgba(199,43,53,.12)}.cr-select-chevron{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--navy);pointer-events:none}.cr-filter-reset{display:inline-flex;align-items:center;gap:6px;height:58px;padding:0 26px;font-size:14px;font-weight:600;color:var(--text-muted);text-decoration:none;border:1px solid var(--gray-mid);border-radius:999px;background:#fff;transition:border-color .2s,color .2s;white-space:nowrap;align-self:flex-end;font-family:var(--font);cursor:pointer}.cr-filter-reset:hover{border-color:var(--red);color:var(--red)}.cr-filter-reset[hidden]{display:none}.cr-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:14px var(--page-gutter);background:#fff;border-bottom:1px solid var(--gray-mid)}.cr-af-label{font-size:13px;color:var(--text-muted);font-weight:500}.cr-af-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(199,43,53,.07);border:1px solid rgba(199,43,53,.2);border-radius:20px;padding:5px 12px 5px 14px;font-size:13.5px;font-weight:600;color:var(--navy)}.cr-af-pill a{color:var(--red);text-decoration:none;font-weight:700;font-size:16px;line-height:1;transition:opacity .2s}.cr-af-pill a:hover{opacity:.7}.cr-results-wrap{padding:clamp(36px,5vw,64px) var(--page-gutter) clamp(56px,7vw,100px);background:#fff}.cr-count{font-size:14px;color:var(--text-muted);margin:0 0 28px;font-weight:500}.cr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cr-card.is-hidden,.cr-card.is-paged-out{display:none}.cr-pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin:48px 0 8px}.cr-pager-item{min-width:42px;height:42px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-size:15px;font-weight:600;line-height:1;color:var(--navy);background:#fff;border:1px solid var(--gray-mid,#e0e0e0);border-radius:6px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.cr-pager-item:hover{border-color:var(--navy)}.cr-pager-item.is-current{background:var(--navy);border-color:var(--navy);color:#fff;cursor:default}.cr-pager-arrow{font-size:19px}.cr-pager-arrow.is-disabled{opacity:.35;pointer-events:none}.cr-pager-gap{border:0;background:0 0;min-width:20px;padding:0;color:var(--text-muted);cursor:default}@media (max-width:600px){.cr-pager{gap:6px}.cr-pager-item{min-width:38px;height:38px;padding:0 9px;font-size:14px}}.cr-empty{text-align:center;padding:80px 0}.cr-empty p{font-size:18px;color:var(--text-muted);margin-bottom:28px}.cr-pagination{margin-top:52px;display:flex;justify-content:center}.cr-pagination .page-numbers{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:8px}.cr-pagination .page-numbers li a,.cr-pagination .page-numbers li span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border:1.5px solid var(--gray-mid);border-radius:var(--radius);font-size:14px;font-weight:600;color:var(--navy);text-decoration:none;transition:border-color .2s,background .2s,color .2s}.cr-pagination .page-numbers li a:hover{border-color:var(--red);color:var(--red)}.cr-pagination .page-numbers li span.current{background:var(--red);border-color:var(--red);color:#fff}.cr-pagination .page-numbers li a.next,.cr-pagination .page-numbers li a.prev{min-width:auto}.cr-pagination .page-numbers li span.dots{border:none;color:var(--text-muted)}@media (max-width:1080px){.cr-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.cr-grid{grid-template-columns:1fr}.cr-filter-bar{flex-direction:column;align-items:stretch}.cr-select-wrap select{min-width:0;width:100%}.cr-filter-wrap{position:static}}.cr-area{margin:clamp(32px,5vw,56px) 0}.cr-area-heading{font-size:clamp(22px, 3vw, 30px);font-weight:800;color:var(--navy);line-height:1.25;margin:0 0 28px}.cr-area-more{margin:32px 0 0;text-align:center}.exp-body--full .exp-body-inner{grid-template-columns:1fr;max-width:880px;margin-left:auto;margin-right:auto}.exp-featured{margin:0 0 32px;border-radius:var(--radius);overflow:hidden}.exp-featured img{display:block;width:100%;height:auto}.exp-main img{max-width:100%;height:auto}.exp-main h2{font-size:clamp(22px, 2.4vw, 30px);font-weight:800;color:var(--navy);line-height:1.3;margin:40px 0 16px}.exp-main h3{font-size:clamp(19px, 2vw, 23px);font-weight:700;color:var(--navy);line-height:1.35;margin:32px 0 14px}.exp-main ol,.exp-main ul{margin:0 0 22px;padding-left:22px}.exp-main li{font-size:17px;line-height:1.85;color:var(--text-body);margin:0 0 8px}.insights-related{padding:clamp(40px,5vw,72px) var(--page-gutter);background:#fff;border-top:1px solid var(--gray-mid)}.insights-related-inner{max-width:1280px;margin:0 auto}.insights-related h2{font-size:clamp(24px, 2.6vw, 38px);font-weight:800;color:var(--navy);letter-spacing:-.5px;margin:0 0 28px}.insights-related .insights-track{flex-wrap:wrap}@media (max-width:900px){.insights-related .insight-card{width:calc((100% - 20px)/ 2)}}@media (max-width:600px){.insights-related .insight-card{width:100%}}