:root{--ink: #020202;--carbon: #2a2a2a;--burgundy: #962019;--institutional-red: #ab1f22;--accent: #c92e20;--ember: #fa430a;--ivory: #f4f1ec;--stone: #d8d2cb;--smoke: #8d8680;--white: #ffffff;--surface: #fcfaf7;--surface-strong: #f7f3ee;--surface-soft: #f0e9e1;--shadow: 0 18px 40px rgba(24, 14, 11, .08);--shadow-strong: 0 28px 60px rgba(24, 14, 11, .12);--border: 1px solid rgba(42, 42, 42, .12);--radius: 24px;--content-width: min(1180px, calc(100vw - 2rem) );--content-narrow: min(820px, calc(100vw - 2rem) );--font-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, sans-serif;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{background:radial-gradient(circle at top left,rgba(171,31,34,.08),transparent 22%),linear-gradient(180deg,#faf8f5,#f3eee8);color:var(--carbon);font-family:var(--font-sans);scroll-behavior:smooth}body{margin:0;min-width:320px;background:transparent}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}main{display:block}.site-shell{position:relative;overflow:clip}.container{width:var(--content-width);margin:0 auto}.container-narrow{width:var(--content-narrow);margin:0 auto}.section{padding:5rem 0}.section-tight{padding:3rem 0}.section-dark{background:radial-gradient(circle at top left,rgba(171,31,34,.28),transparent 32%),linear-gradient(135deg,#171311,#211613 42%,#120f0d);color:var(--white)}.section-dark--photo{background-image:linear-gradient(135deg,#120f0deb,#181210e6),url(/meeting-room.jpg);background-size:cover;background-position:center}.eyebrow{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1.1rem;color:var(--institutional-red);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:44px;height:1px;background:currentColor}.page-hero{padding:8rem 0 4.5rem}.page-hero--premium{position:relative}.page-hero--premium:after{content:"";position:absolute;inset:1.5rem 0 auto auto;width:min(48vw,700px);height:520px;background:radial-gradient(circle at center,rgba(171,31,34,.12),transparent 64%);pointer-events:none;z-index:0}.hero-grid,.two-column{display:grid;gap:2.25rem;grid-template-columns:repeat(12,minmax(0,1fr))}.hero-copy{grid-column:span 7;position:relative;z-index:1}.hero-aside{grid-column:span 5;position:relative;z-index:1}.hero-aside--stacked{display:grid;gap:1rem;align-content:start}.hero-panel,.card,.stat,.cta-panel,.contact-panel,.note-panel,.hero-visual-card,.detail-panel,.article-card{background:#ffffffc2;border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(10px)}.hero-panel{padding:1.6rem}.hero-panel--institutional{max-width:420px;justify-self:start}.hero-visual-card{overflow:hidden;padding:0;box-shadow:var(--shadow-strong);background:var(--surface-soft)}.hero-visual-card img{width:100%;height:auto}.hero-visual-card--photo img,.section-photo-card img{width:100%;height:100%;min-height:320px;object-fit:cover}.section-photo-card{overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-strong);height:100%}.card-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch}.card-grid--balanced{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{padding:1.5rem;height:100%}.card h3,.stat strong,.timeline-item h3,.footer-brand,.brand-lockup strong{color:var(--ink)}.section-dark .card,.section-dark .hero-panel,.section-dark .cta-panel,.section-dark .contact-panel,.section-dark .note-panel,.section-dark .detail-panel,.section-dark .article-card{background:#ffffff14;border-color:#ffffff1f;box-shadow:none}h1,h2,h3{margin:0 0 1rem;color:var(--ink);font-family:var(--font-serif);line-height:1.04}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark p,.section-dark li,.section-dark strong,.section-dark .meta,.section-dark .footer-links a,.site-footer,.site-footer h3,.site-footer p,.site-footer span,.site-footer strong,.site-footer .brand-subtitle,.site-footer .footer-links a,.site-footer .footer-note,.site-footer .footer-lead{color:var(--white)}h1{font-size:clamp(2.7rem,6vw,5.6rem);letter-spacing:-.03em}h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.028em}h3{font-size:clamp(1.3rem,2vw,1.65rem)}p,li,input,textarea,select,button{font-size:1rem;line-height:1.72}p,ul,ol{margin:0 0 1rem}ul{padding-left:1.2rem}.lead{font-size:1.18rem;color:var(--carbon);max-width:60ch}.meta{color:#6f6862;font-size:.92rem}.text-balance{text-wrap:balance}.muted{color:var(--smoke)}.pill-list,.metric-row,.link-list,.breadcrumb-list,.article-meta,.footer-links,.nav-links{display:flex;gap:.85rem;flex-wrap:wrap}.pill,.metric-chip{display:inline-flex;align-items:center;border:1px solid rgba(150,32,25,.18);border-radius:999px;padding:.45rem .85rem;background:#ffffffb8;color:var(--burgundy);font-size:.88rem;font-weight:600}.section-dark .pill,.section-dark .metric-chip{background:#ffffff1a;color:var(--white);border-color:#ffffff29}.btn-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.95rem 1.35rem;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--burgundy),var(--accent));color:var(--white);box-shadow:0 12px 28px #9620193d}.btn-secondary{border:1px solid rgba(42,42,42,.14);background:#ffffff75}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(14px);background:#110d0beb;border-bottom:1px solid rgba(255,255,255,.08)}.site-header__inner,.site-footer__inner{width:var(--content-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.site-header__inner{min-height:84px;gap:1.5rem}.brand-lockup{display:inline-flex;align-items:center;gap:.95rem}.brand-lockup--logo-only{flex:0 0 auto}.brand-logo{width:184px;height:auto;object-fit:contain}.brand-lockup--footer{align-items:center}.brand-lockup--footer-only{margin-bottom:1rem}.brand-logo--footer{width:210px}.brand-subtitle{color:var(--smoke);font-size:.84rem;letter-spacing:.12em;text-transform:uppercase}.nav-desktop{display:block}.mobile-nav{display:none;position:relative}.nav-links a{padding:.4rem 0;color:#ffffffdb;font-size:.95rem;position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-.2rem;height:1px;background:#ffffff61;transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.nav-links a:hover:after,.nav-links a.is-active:after{transform:scaleX(1)}.nav-links a.is-active,.mobile-nav__panel a.is-active{color:var(--white)}.mobile-nav summary{list-style:none;cursor:pointer;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:.7rem;background:#ffffff14;display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px}.mobile-nav summary::-webkit-details-marker{display:none}.hamburger{display:inline-grid;gap:4px}.hamburger span{display:block;width:18px;height:2px;border-radius:999px;background:var(--white)}.mobile-nav[open] summary{background:#ffffff24}.mobile-nav__panel{display:grid;gap:.75rem;position:absolute;top:calc(100% + .85rem);right:0;width:min(320px,calc(100vw - 1.25rem));padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#110d0bfa;box-shadow:var(--shadow-strong)}.mobile-nav__panel a{padding:.25rem 0;color:#ffffffe6}.site-footer{background:linear-gradient(135deg,#0c0a09f5,#1b1412f5),url(/meeting-room.jpg);background-size:cover;background-position:center;color:var(--white);margin-top:3rem;position:relative}.site-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0a0908db,#110d0bf0)}.site-footer__inner{position:relative;z-index:1;padding:3.5rem 0;align-items:flex-start;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:2rem}.footer-column{max-width:none}.footer-column--brand{padding-right:1rem}.footer-links a{color:#ffffffd6}.card .meta,.article-card .meta{display:inline-flex;align-items:center;margin-top:auto}.footer-links--stack{display:grid;gap:.45rem}.footer-lead{color:#ffffffdb}.footer-note{color:#ffffffad;font-size:.9rem}.stats-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat{padding:1.35rem}.stat strong{display:block;margin-bottom:.45rem;font-size:1.15rem}.section-dark .stat strong{color:var(--white)}.kicker{color:var(--burgundy);font-size:.88rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.timeline{display:grid;gap:1rem}.timeline-item{padding:1.25rem 0;border-top:1px solid rgba(42,42,42,.12)}.timeline-item:first-child{border-top:0}.cta-panel,.contact-panel,.note-panel{padding:2rem}.article-grid,.list-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.article-card{padding:1.6rem}.article-meta{margin-bottom:.85rem;color:#736c66;font-size:.88rem}.breadcrumb-list{padding-top:7rem;margin-bottom:-3rem;color:var(--smoke);font-size:.88rem}.breadcrumb-list a{color:var(--smoke)}.checklist,.detail-list{display:grid;gap:.85rem}.checklist li,.detail-list li{list-style:none;padding-left:1.2rem;position:relative}.checklist li:before,.detail-list li:before{content:"";position:absolute;left:0;top:.72rem;width:.45rem;height:.45rem;border-radius:999px;background:var(--institutional-red)}.detail-panel{padding:1.5rem}.form-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:.45rem}.field.full{grid-column:1 / -1}.field label{font-size:.92rem;font-weight:600}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(42,42,42,.12);border-radius:18px;padding:.95rem 1rem;background:#ffffffd1;color:var(--carbon);font-family:var(--font-sans)}:focus-visible{outline:2px solid rgba(171,31,34,.72);outline-offset:3px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#ab1f2259;box-shadow:0 0 0 4px #ab1f2214}.field textarea{min-height:160px;resize:vertical}.section-divider{width:100%;height:1px;margin:2rem 0;background:linear-gradient(90deg,transparent,rgba(42,42,42,.18),transparent)}.empty-state{min-height:48vh;display:grid;align-items:center}@media(max-width:960px){.hero-copy,.hero-aside,.two-column>*,.card-grid,.stats-grid,.article-grid,.list-grid,.form-grid,.site-footer__inner{grid-column:1 / -1;grid-template-columns:1fr}.section{padding:4.5rem 0}.hero-grid,.two-column{gap:1.75rem}.site-footer__inner{padding:2.5rem 0;gap:1.75rem}.site-header__inner{min-height:76px;gap:1rem}.nav-desktop{display:none}.mobile-nav{display:block;margin-left:auto}.brand-logo{width:148px}.brand-logo--footer{width:180px}.page-hero{padding-top:6.5rem;padding-bottom:3rem}.hero-visual-card{order:-1}.hero-panel--institutional{max-width:none}}@media(max-width:640px){.section{padding:3.75rem 0}.container,.container-narrow{width:min(100vw - 1.25rem,100%)}.page-hero{padding-top:6rem;padding-bottom:2.5rem}.hero-grid,.two-column{gap:1.35rem}.hero-panel,.card,.cta-panel,.contact-panel,.note-panel,.article-card,.detail-panel,.stat{padding:1.2rem;border-radius:20px}.hero-copy,.hero-aside,.two-column>*{display:flex;flex-direction:column;row-gap:.85rem;width:100%;max-width:100%}.two-column>[style*=grid-column]{grid-column:1 / -1!important}.hero-visual-card--photo img,.section-photo-card img{min-height:220px}.pill-list,.footer-links,.article-meta,.breadcrumb-list{gap:.65rem}.pill-list{margin-bottom:.25rem}.pill{padding:.4rem .7rem;font-size:.82rem;line-height:1.2}.card-grid,.card-grid--balanced,.article-grid,.stats-grid,.form-grid{gap:1rem}.btn-row{flex-direction:column;gap:.75rem;margin-top:1.25rem}.btn{width:100%}.brand-logo{width:136px}.brand-logo--footer{width:172px}h1{font-size:clamp(2.2rem,10vw,3rem);line-height:1.02;margin-bottom:.75rem}h2{font-size:clamp(1.65rem,7vw,2.2rem);line-height:1.08;margin-bottom:.75rem;max-width:none}h3{font-size:1.2rem;line-height:1.16;margin-bottom:.65rem}.lead{font-size:1.02rem;line-height:1.65;margin-bottom:.5rem}p,li,input,textarea,select,button{font-size:.96rem;line-height:1.62}.site-header__inner{gap:.75rem}.mobile-nav{width:auto}.mobile-nav summary{width:48px;min-width:48px;padding:.7rem;text-align:center}.mobile-nav__panel{gap:.65rem;padding:.95rem;right:0}.mobile-nav__panel a{display:block;padding:.7rem .25rem;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav__panel a:last-child{border-bottom:0}.footer-column--brand{padding-right:0}.footer-column{display:grid;gap:.6rem}.footer-links{flex-direction:column;gap:.35rem}.footer-links a{display:block;padding:.55rem 0}.card .meta,.article-card .meta{display:inline-flex;padding:.7rem 0 .1rem;font-size:.94rem}.article-meta,.meta,.breadcrumb-list,.breadcrumb-list a{color:#5f5954}.footer-note{color:#ffffffbd}.breadcrumb-list{padding-top:5.1rem;margin-bottom:0;font-size:.8rem;gap:.35rem}}


/* Legal Net polish pass 2026-06 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{--font-sans:"Inter","Avenir Next",Avenir,"Segoe UI",Helvetica,sans-serif;--font-serif:"Cormorant Garamond","Source Serif 4",Georgia,serif;--burgundy:#8f1d18;--institutional-red:#9f1f1c;--accent:#b92a20;--ivory:#f7f1e8;--surface:#fffdfa;--surface-strong:#f5eee5;--radius:20px;--shadow:0 18px 44px rgba(18,15,13,.07);--shadow-strong:0 26px 70px rgba(18,15,13,.16)}
html{background:linear-gradient(180deg,#fbf7f0 0%,#f3ece4 52%,#efe6dc 100%)}
.site-header{backdrop-filter:saturate(160%) blur(14px)}.brand-logo{width:214px;max-height:58px;object-fit:contain}.brand-lockup--footer .brand-logo,.brand-logo--footer{width:230px;max-height:74px}.nav-links a{min-height:44px;display:inline-flex;align-items:center}.nav-links .nav-cta{border:1px solid rgba(244,241,236,.36);border-radius:999px;padding:.65rem 1rem}.nav-links .nav-cta.is-active,.nav-links .nav-cta:hover{background:var(--ivory);color:#120f0d}.page-hero h1,.hero h1,h1{letter-spacing:-.035em;line-height:.94}h2{letter-spacing:-.025em;line-height:1}.lead{font-size:clamp(1.04rem,1.4vw,1.22rem);line-height:1.68}.card{box-shadow:0 10px 26px rgba(18,15,13,.055);border-color:rgba(42,42,42,.105)}.card h3{font-family:var(--font-serif);font-size:clamp(1.34rem,1.75vw,1.82rem);line-height:1.12}.card .kicker{font-size:.72rem;letter-spacing:.1em}.card .meta{font-weight:700;color:var(--institutional-red);display:inline-flex;align-items:center;gap:.35rem}.card .meta:after{content:"→"}.section-visual-proof{padding:3.5rem 0 5.5rem}.visual-proof-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(340px,1.14fr);gap:3rem;align-items:center}.visual-proof-copy{max-width:560px}.visual-proof-media img,.service-map-card img,.contact-flow-img{width:100%;border-radius:28px;box-shadow:var(--shadow-strong)}.check-list{list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:.75rem}.check-list li{position:relative;padding-left:1.65rem;color:#433b35}.check-list li:before{content:"";position:absolute;left:0;top:.55rem;width:.6rem;height:.6rem;border-radius:999px;background:var(--institutional-red)}.section-service-map{padding:0 0 2.5rem}.service-map-card{display:grid;grid-template-columns:.68fr 1.32fr;gap:2rem;align-items:center;background:#fbf8f3;border:1px solid rgba(42,42,42,.1);border-radius:30px;padding:2rem;box-shadow:var(--shadow)}.service-map-card h2{margin:.2rem 0 .8rem}.service-map-card p{line-height:1.65}.section-services-list{padding-top:2rem}.services-grid-polished{grid-template-columns:repeat(3,minmax(0,1fr))}.services-grid-polished .card{display:flex;flex-direction:column}.services-grid-polished .detail-list{margin-top:.85rem}.services-grid-polished .detail-list li:nth-child(n+3){display:none}.services-grid-polished .card .meta{margin-top:auto;padding-top:1rem}.section-cta-strip{padding:2.5rem 0 5rem}.cta-strip{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#120f0d;color:var(--white);border-radius:30px;padding:2.2rem 2.4rem;box-shadow:var(--shadow-strong)}.cta-strip h2{margin:.1rem 0 .5rem}.cta-strip p{max-width:720px;color:#d8d2cb}.contact-panel{box-shadow:var(--shadow-strong)}.form-grid input,.form-grid select,.form-grid textarea{font-family:var(--font-sans);border-radius:14px;border:1px solid rgba(42,42,42,.16);background:#fff}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:3px solid rgba(171,31,34,.18);border-color:var(--institutional-red)}.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.checkbox-line{display:flex!important;gap:.75rem;align-items:flex-start;font-size:.95rem;line-height:1.45}.checkbox-line input{width:18px;height:18px;margin-top:.15rem;accent-color:var(--institutional-red)}.checkbox-line a{text-decoration:underline;text-underline-offset:3px}.note-panel--visual{overflow:hidden}.contact-flow-img{margin:1rem 0 1.25rem;box-shadow:none;border:1px solid rgba(42,42,42,.08)}.process-list{padding-left:1.2rem;display:grid;gap:.8rem;line-height:1.55;color:#443c36}.site-footer{padding-bottom:0}.site-footer__inner{align-items:start}.footer-column--services a{color:#f4f1ec}.footer-bottom{width:var(--content-width);margin:2.4rem auto 0;padding:1.2rem 0;border-top:1px solid rgba(244,241,236,.22);display:flex;justify-content:space-between;gap:2rem;color:#d8d2cb;font-size:.84rem;line-height:1.55}.footer-links a:hover{text-decoration:underline;text-underline-offset:4px}.footer-links span{line-height:1.5}.section-dark .card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}.section-dark .card p{color:#dfd7cf}@media (max-width:900px){.visual-proof-grid,.service-map-card{grid-template-columns:1fr}.services-grid-polished{grid-template-columns:1fr}.cta-strip{display:grid}.footer-bottom{display:grid}.brand-logo{width:152px}.section{padding:3.8rem 0}.page-hero{padding:6rem 0 3rem}}@media (max-width:640px){.cta-strip,.service-map-card{padding:1.4rem;border-radius:22px}.page-hero h1,.hero h1,h1{line-height:1}.footer-bottom{font-size:.78rem}.visual-proof-media img{border-radius:20px}}


/* Legal Net correction pass: official logo, raster images, compact editorial pages */
.brand-logo{width:180px;max-height:62px;object-fit:contain}.brand-lockup--footer .brand-logo,.brand-logo--footer{width:190px;max-height:70px}.section--compact{padding:3.25rem 0}.page-hero--compact{padding:6.5rem 0 3.25rem}.editorial-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:3rem;align-items:center}.editorial-hero-grid h1{max-width:850px;font-size:clamp(2.8rem,5.3vw,5rem)}.editorial-visual{margin:0;overflow:hidden;border-radius:28px;border:1px solid rgba(42,42,42,.12);box-shadow:var(--shadow-strong);background:#120f0d}.editorial-visual img{width:100%;aspect-ratio:16/11;object-fit:cover;filter:saturate(.88) contrast(1.02)}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.8rem}.button--ghost{background:transparent;color:var(--ink);border:1px solid rgba(42,42,42,.2)}.button--ghost:hover{background:#120f0d;color:#fff}.section-heading-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.65fr);gap:2rem;align-items:end;margin-bottom:1.8rem}.section-heading-row h2{font-size:clamp(2rem,3.8vw,3.2rem);max-width:780px}.section-heading-row p{margin:0;line-height:1.65;color:#5d544c}.compact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.7rem}.compact-card{display:flex;flex-direction:column;min-height:0;padding:1.45rem 1.45rem 1.25rem;border-radius:22px;background:#fffdf9}.compact-card h3{font-size:clamp(1.32rem,1.7vw,1.72rem);line-height:1.08;margin-bottom:.65rem}.compact-card p{margin:.1rem 0 .65rem;line-height:1.55;color:#443b35}.compact-card .kicker{font-size:.68rem;letter-spacing:.105em;color:var(--institutional-red);margin-bottom:.65rem}.compact-list{gap:.38rem;margin:.2rem 0 .75rem;padding:0}.compact-list li{font-size:.94rem;line-height:1.38;color:#4d443d}.compact-list li:before{top:.48rem}.card-action{margin-top:auto;display:inline-flex;align-items:center;gap:.35rem;color:var(--institutional-red);font-weight:750;padding-top:.8rem;border-top:1px solid rgba(42,42,42,.09)}.card-action:hover{text-decoration:underline;text-underline-offset:.18em}.topic-pills{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.55rem}.topic-pills a{border:1px solid rgba(42,42,42,.14);border-radius:999px;padding:.62rem .9rem;background:#fffaf4;color:#3b332e;font-weight:650}.featured-insight{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1fr);gap:2rem;align-items:center;border:1px solid rgba(42,42,42,.1);border-radius:30px;background:#fffdf9;box-shadow:var(--shadow);overflow:hidden;margin-bottom:1.8rem}.featured-insight__media img{width:100%;height:100%;min-height:330px;object-fit:cover}.featured-insight__copy{padding:2.1rem}.featured-insight__copy h2{font-size:clamp(2rem,3.6vw,3.2rem);margin:.55rem 0 .8rem}.article-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.55rem}.editorial-card{display:flex;flex-direction:column;padding:1.35rem;border-radius:22px}.editorial-card h3{font-size:clamp(1.25rem,1.55vw,1.55rem);line-height:1.12}.editorial-card p{line-height:1.52}.article-meta{display:flex;flex-wrap:wrap;gap:.55rem .8rem;color:#645b54;font-weight:650}.insight-note{border-left:3px solid var(--institutional-red);padding-left:.75rem;color:#3f3630;background:#fff7f0;margin:.4rem 0 1rem}.service-map-card{grid-template-columns:1fr 1fr}.service-map-card img,.visual-proof-media img,.contact-flow-img{object-fit:cover;aspect-ratio:16/10}.site-footer .footer-note{color:rgba(255,255,255,.74)}
@media (max-width: 980px){.editorial-hero-grid,.section-heading-row,.featured-insight{grid-template-columns:1fr}.compact-grid,.article-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero--compact{padding-top:5.25rem}.featured-insight__media img{min-height:260px}}
@media (max-width: 640px){.brand-logo{width:150px}.compact-grid,.article-grid--compact{grid-template-columns:1fr}.editorial-hero-grid h1{font-size:clamp(2.45rem,14vw,3.6rem)}.editorial-visual img{aspect-ratio:4/3}.section--compact{padding:2.4rem 0}.cta-strip{display:grid;padding:1.6rem}.hero-actions .button{width:100%;justify-content:center}.topic-pills a{font-size:.9rem}.featured-insight__copy{padding:1.35rem}}

/* Correction: explicit CTA/button contrast */
.button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;padding:.78rem 1.1rem;border-radius:999px;background:var(--institutional-red);border:1px solid var(--institutional-red);color:#fff!important;font-weight:750;line-height:1;text-decoration:none;box-shadow:0 10px 24px rgba(150,32,25,.18)}.button:hover{background:#7f1714;border-color:#7f1714;text-decoration:none}.button--ghost{background:#fffaf4;color:var(--ink)!important;border-color:rgba(42,42,42,.22);box-shadow:none}.button--ghost:hover{background:#120f0d;color:#fff!important;border-color:#120f0d}.cta-strip h2,.cta-strip .eyebrow{color:#fff!important}.cta-strip .eyebrow:before{background:#fff}.site-footer .footer-note,.site-footer small,.footer-bottom{color:rgba(255,255,255,.72)!important}

.footer-bottom,.footer-bottom span{color:rgba(255,255,255,.82)!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.16)!important}

.topic-pills a.is-active{background:#120f0d;color:#fff;border-color:#120f0d}


/* Legal Net final polish 2026-07-06: finished-copy and visual hierarchy pass */
.page-hero--premium{padding-top:7.1rem;padding-bottom:5.25rem}.page-hero--premium h1{font-size:clamp(3.15rem,5.15vw,5.05rem);line-height:.98;letter-spacing:-.04em;max-width:760px}.page-hero--premium .lead{max-width:58ch}.hero-visual-card--photo img{aspect-ratio:16/10;object-fit:cover}.hero-panel--institutional{padding:1.55rem}.stat{background:#fffdf9}.card,.article-card,.cta-panel,.note-panel,.hero-panel{border-color:rgba(42,42,42,.11)}.section-dark .article-meta,.section-dark .article-meta span{color:rgba(255,255,255,.78)!important}.section-dark .article-card .meta{color:#fff!important}.site-footer .footer-bottom,.site-footer .footer-bottom span{color:rgba(255,255,255,.64)!important}.site-footer .footer-links a{line-height:1.65}.form-grid input,.form-grid select,.form-grid textarea{background:#fffefc}.form-grid button,.btn-primary{box-shadow:0 16px 30px rgba(150,32,25,.22)}@media (min-width:1100px){.page-hero--premium .hero-grid{align-items:center}.page-hero--premium .hero-copy{grid-column:span 7}.page-hero--premium .hero-aside{grid-column:span 5}.card-grid{gap:1.35rem}}@media (max-width:720px){.page-hero--premium h1{font-size:clamp(2.55rem,13vw,3.75rem);line-height:1}.page-hero{padding-top:5.8rem}.btn-row .btn{width:100%;justify-content:center}.hero-aside--stacked{margin-top:1.5rem}}


/* Legal Net ICP/filter polish 2026-07-06 */
.form-filter-note{margin:.35rem 0 1.1rem;color:#5b514a;font-size:.96rem;line-height:1.55;border-left:3px solid var(--institutional-red);padding-left:.9rem}.form-alert{margin:1rem 0 1.1rem;border:1px solid rgba(159,31,28,.28);background:#fff7f4;color:#7f1714;border-radius:16px;padding:.95rem 1rem;font-weight:700}.contact-panel form button[type=submit]{width:min(100%,420px);border-width:1px;box-shadow:0 14px 30px rgba(150,32,25,.24)}@media (min-width:981px){.page-hero--compact{padding-top:5.5rem;padding-bottom:2.6rem}.contact-panel{padding-top:2rem}}


/* Legal Net visual-density polish 2026-07-06: fewer cards, purposeful legal imagery */
.visual-home .section{padding:clamp(3rem,6vw,5.8rem) 0}.visual-hero{padding:clamp(6rem,10vw,8.5rem) 0 clamp(3.25rem,6vw,5rem);background:radial-gradient(circle at 80% 12%,rgba(159,31,28,.10),transparent 30%)}.visual-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.visual-hero h1{font-size:clamp(3.2rem,7vw,6.4rem);line-height:.88;letter-spacing:-.045em;max-width:10.8ch;margin:.1rem 0 1.1rem}.visual-hero .lead{max-width:57ch}.visual-hero__media{position:relative;margin:0;border-radius:32px;overflow:hidden;box-shadow:0 34px 80px rgba(18,15,13,.19);background:#171311}.visual-hero__media img{width:100%;aspect-ratio:4/3;object-fit:cover;filter:saturate(.9) contrast(1.03)}.visual-hero__media figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;display:grid;gap:.2rem;padding:1rem 1.1rem;border-radius:20px;background:rgba(18,15,13,.76);color:#fff;backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.16)}.visual-hero__media figcaption strong{font-family:var(--font-serif);font-size:clamp(1.35rem,2vw,2rem);line-height:1}.visual-hero__media figcaption span{color:rgba(255,255,255,.78);line-height:1.45}.evidence-board{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1fr);gap:clamp(2rem,4vw,4rem);padding:clamp(1.5rem,3vw,2.3rem) 0;border-top:1px solid rgba(42,42,42,.14);border-bottom:1px solid rgba(42,42,42,.14)}.evidence-board h2{font-size:clamp(2.2rem,4.4vw,4.2rem);max-width:11ch}.evidence-board__list{display:grid;gap:0;margin:0}.evidence-board__list div{display:grid;grid-template-columns:150px 1fr;gap:1.2rem;padding:1.05rem 0;border-bottom:1px solid rgba(42,42,42,.12)}.evidence-board__list div:last-child{border-bottom:0}.evidence-board dt{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--institutional-red);font-weight:800}.evidence-board dd{margin:0;color:#3e3630;line-height:1.55}.visual-decision{padding-top:3rem}.visual-decision .visual-proof-grid{grid-template-columns:minmax(380px,1.05fr) minmax(0,.95fr)}.visual-proof-media--purpose{margin:0}.visual-proof-media--purpose img{aspect-ratio:16/10;object-fit:cover}.decision-steps{list-style:none;margin:1.8rem 0 0;padding:0;display:grid;border-top:1px solid rgba(42,42,42,.16)}.decision-steps li{display:grid;grid-template-columns:130px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(42,42,42,.16)}.decision-steps strong{font-family:var(--font-serif);font-size:1.35rem;color:var(--ink)}.decision-steps span{color:#4b423c;line-height:1.5}.visual-method{position:relative}.visual-method__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,4vw,4rem);align-items:center}.visual-method__copy h2{font-size:clamp(2.4rem,5vw,4.8rem);max-width:10.5ch}.visual-method__media{margin:0;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 80px rgba(0,0,0,.28)}.visual-method__media img{width:100%;aspect-ratio:16/9;object-fit:cover}.method-ledger{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}.method-ledger div{padding:1.25rem 1.4rem;border-right:1px solid rgba(255,255,255,.16)}.method-ledger div:last-child{border-right:0}.method-ledger strong{display:block;font-family:var(--font-serif);font-size:1.65rem;line-height:1.05;color:#fff}.method-ledger span{display:block;margin-top:.55rem;color:rgba(255,255,255,.74);line-height:1.48}.practice-board{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.practice-board__intro{position:sticky;top:6rem}.practice-board__intro h2{font-size:clamp(2.3rem,5vw,4.7rem);max-width:10ch}.practice-board__intro p{line-height:1.68;color:#4b423c}.practice-list{display:grid;border-top:1px solid rgba(42,42,42,.16)}.practice-list a{display:grid;grid-template-columns:64px minmax(180px,.58fr) minmax(0,1fr);gap:1rem;align-items:baseline;padding:1.25rem 0;border-bottom:1px solid rgba(42,42,42,.16);transition:color .18s ease,transform .18s ease}.practice-list a:hover{color:var(--institutional-red);transform:translateX(4px)}.practice-list span{font-size:.8rem;letter-spacing:.12em;color:var(--institutional-red);font-weight:800}.practice-list strong{font-family:var(--font-serif);font-size:clamp(1.55rem,2.2vw,2.15rem);line-height:1.02;color:var(--ink)}.practice-list em{font-style:normal;color:#5a5048;line-height:1.45}.sector-panel{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1fr);gap:2.5rem;align-items:center;padding:2.4rem;border-radius:34px;background:#fffdf9;border:1px solid rgba(42,42,42,.12);box-shadow:var(--shadow)}.sector-panel h2{font-size:clamp(2.2rem,4.5vw,4.4rem);max-width:12ch}.sector-links{display:flex;flex-wrap:wrap;gap:.75rem}.sector-links a{padding:.72rem 1rem;border-radius:999px;background:#f3ebe2;border:1px solid rgba(42,42,42,.1);font-weight:750;color:#332b26}.sector-links a:hover{background:var(--institutional-red);border-color:var(--institutional-red);color:#fff}.insight-ledger{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);align-items:start}.insight-ledger__main h2{font-size:clamp(2.4rem,5.4vw,5rem);max-width:10ch}.insight-ledger__main p{color:rgba(255,255,255,.78);line-height:1.65;max-width:52ch}.insight-links{display:grid;border-top:1px solid rgba(255,255,255,.22)}.insight-links a{display:grid;grid-template-columns:minmax(180px,.45fr) 1fr;gap:1rem;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.18)}.insight-links strong{font-family:var(--font-serif);font-size:clamp(1.5rem,2vw,2rem);line-height:1;color:#fff}.insight-links span{color:rgba(255,255,255,.7);line-height:1.5}.final-cta-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);gap:2rem;align-items:center;padding:clamp(1.5rem,4vw,3rem);border-radius:34px;background:#fffdf9;border:1px solid rgba(42,42,42,.12);box-shadow:var(--shadow-strong)}.final-cta-panel h2{font-size:clamp(2rem,4vw,4rem);max-width:16ch}.final-cta-panel__actions p{color:#5d544c;line-height:1.5}.visual-home .card,.visual-home .article-card{box-shadow:none}.visual-home .eyebrow{margin-bottom:.75rem}.visual-home .btn-row,.visual-home .hero-actions{gap:.75rem}@media (max-width:980px){.visual-hero__grid,.evidence-board,.visual-decision .visual-proof-grid,.visual-method__grid,.practice-board,.sector-panel,.insight-ledger,.final-cta-panel{grid-template-columns:1fr}.practice-board__intro{position:static}.method-ledger{grid-template-columns:1fr}.method-ledger div{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.method-ledger div:last-child{border-bottom:0}.practice-list a{grid-template-columns:48px 1fr}.practice-list em{grid-column:2}.insight-links a{grid-template-columns:1fr}.visual-hero__media img{aspect-ratio:16/10}}@media (max-width:640px){.visual-hero{padding-top:5.3rem}.visual-hero h1{font-size:clamp(2.8rem,15vw,4rem);max-width:11ch}.visual-hero__media figcaption{position:static;border-radius:0;background:#171311}.evidence-board__list div,.decision-steps li{grid-template-columns:1fr}.sector-panel,.final-cta-panel{padding:1.35rem;border-radius:24px}.practice-list strong{font-size:1.45rem}.visual-home .btn{width:100%;justify-content:center}}

/* Legal Net footer legal legibility correction */
.site-footer .footer-bottom,.site-footer .footer-bottom span{color:rgba(255,255,255,.82)!important}


/* Legal Net proportional scale correction 2026-07-06: reduce oversized sections/text */
.visual-home .section{padding:clamp(2.35rem,4vw,4rem) 0}.visual-home .eyebrow{font-size:.68rem;letter-spacing:.13em;margin-bottom:.55rem}.visual-home .eyebrow:before{width:34px}.visual-hero{padding:clamp(4.7rem,6.5vw,6.2rem) 0 clamp(2.1rem,3.6vw,3.2rem);min-height:auto}.visual-hero__grid{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:clamp(1.8rem,3.4vw,3rem);align-items:center}.visual-hero h1{font-size:clamp(2.75rem,4.7vw,4.55rem);line-height:.94;letter-spacing:-.038em;max-width:12.2ch;margin:.05rem 0 .85rem}.visual-hero .lead{font-size:clamp(1rem,1.18vw,1.12rem);line-height:1.58;max-width:54ch}.visual-hero .hero-actions{margin-top:1.25rem}.visual-hero__media{border-radius:24px;box-shadow:0 22px 52px rgba(18,15,13,.16)}.visual-hero__media img{aspect-ratio:16/10;max-height:430px;object-fit:cover}.visual-hero__media figcaption{left:.75rem;right:.75rem;bottom:.75rem;padding:.78rem .9rem;border-radius:16px}.visual-hero__media figcaption strong{font-size:clamp(1.08rem,1.35vw,1.35rem)}.visual-hero__media figcaption span{font-size:.9rem;line-height:1.35}.evidence-board{gap:clamp(1.5rem,3vw,2.5rem);padding:clamp(1.1rem,2.1vw,1.55rem) 0}.evidence-board h2{font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.02;max-width:13ch}.evidence-board__list div{grid-template-columns:128px 1fr;padding:.78rem 0}.evidence-board dt{font-size:.68rem}.evidence-board dd{font-size:.98rem;line-height:1.45}.visual-decision{padding-top:2.2rem}.visual-decision .visual-proof-grid{gap:clamp(1.6rem,3.5vw,3rem);align-items:center}.visual-decision h2,.visual-proof-copy h2{font-size:clamp(2rem,3.6vw,3.35rem);line-height:1.01;max-width:12ch}.visual-proof-copy .lead{font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.55}.visual-proof-media--purpose img{aspect-ratio:16/9;max-height:380px;object-fit:cover;border-radius:24px}.decision-steps{margin-top:1.25rem}.decision-steps li{grid-template-columns:104px 1fr;gap:.75rem;padding:.72rem 0}.decision-steps strong{font-size:1.12rem}.decision-steps span{font-size:.95rem;line-height:1.4}.visual-method__grid{gap:clamp(1.5rem,3.4vw,3rem)}.visual-method__copy h2{font-size:clamp(2rem,3.7vw,3.4rem);line-height:1.02;max-width:13ch}.visual-method__copy .lead{font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.55}.visual-method__media{border-radius:24px}.visual-method__media img{aspect-ratio:16/8.5;max-height:340px;object-fit:cover}.method-ledger div{padding:.95rem 1.05rem}.method-ledger strong{font-size:clamp(1.22rem,1.65vw,1.55rem)}.method-ledger span{font-size:.95rem;line-height:1.42;margin-top:.35rem}.practice-board{gap:clamp(1.7rem,4vw,3.5rem)}.practice-board__intro{top:5rem}.practice-board__intro h2{font-size:clamp(2rem,3.7vw,3.35rem);line-height:1.02;max-width:12ch}.practice-board__intro p{font-size:.98rem;line-height:1.5}.practice-list a{grid-template-columns:52px minmax(170px,.52fr) minmax(0,1fr);gap:.75rem;padding:.86rem 0}.practice-list strong{font-size:clamp(1.22rem,1.65vw,1.58rem);line-height:1.05}.practice-list em{font-size:.94rem;line-height:1.34}.sector-panel{padding:clamp(1.25rem,2.3vw,1.85rem);border-radius:26px;gap:1.6rem}.sector-panel h2{font-size:clamp(1.9rem,3.3vw,3.1rem);line-height:1.02;max-width:13ch}.sector-links{gap:.55rem}.sector-links a{padding:.58rem .82rem;font-size:.92rem}.insight-ledger{gap:clamp(1.6rem,4vw,3.2rem)}.insight-ledger__main h2{font-size:clamp(2rem,3.7vw,3.35rem);line-height:1.02;max-width:12ch}.insight-ledger__main p{font-size:.98rem;line-height:1.5}.insight-links a{padding:.85rem 0;grid-template-columns:minmax(170px,.42fr) 1fr}.insight-links strong{font-size:clamp(1.18rem,1.6vw,1.5rem)}.insight-links span{font-size:.95rem;line-height:1.35}.final-cta-panel{padding:clamp(1.35rem,2.7vw,2.2rem);border-radius:26px}.final-cta-panel h2{font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.03;max-width:14ch}.final-cta-panel__actions p{font-size:.95rem}@media (min-width:981px){.visual-home main>section{scroll-margin-top:88px}}@media (max-width:980px){.visual-hero__grid,.evidence-board,.visual-decision .visual-proof-grid,.visual-method__grid,.practice-board,.sector-panel,.insight-ledger,.final-cta-panel{gap:1.35rem}.visual-hero h1{font-size:clamp(2.5rem,10vw,3.6rem);max-width:12ch}.visual-hero__media img{max-height:none}.practice-board__intro h2,.visual-method__copy h2,.insight-ledger__main h2{max-width:100%}.practice-list a{grid-template-columns:42px 1fr}.practice-list em{grid-column:2}.evidence-board h2,.sector-panel h2,.final-cta-panel h2{max-width:100%}}@media (max-width:640px){.visual-home .section{padding:2.15rem 0}.visual-hero{padding-top:4.9rem}.visual-hero h1{font-size:clamp(2.35rem,12vw,3.15rem);line-height:.98}.visual-hero .lead{font-size:1rem}.visual-hero__media{border-radius:20px}.visual-hero__media figcaption{position:static;border-radius:0}.evidence-board__list div,.decision-steps li{grid-template-columns:1fr}.method-ledger div{padding:.85rem 0}.sector-panel,.final-cta-panel{padding:1.15rem;border-radius:22px}.insight-links a{grid-template-columns:1fr}}


/* Legal Net mobile correction 2026-07-06: force true single-column mobile layout */
@media (max-width: 980px){
  .visual-home .container{width:min(100% - 2rem, 720px)}
  .visual-hero__grid,
  .evidence-board,
  .visual-decision .visual-proof-grid,
  .visual-method__grid,
  .practice-board,
  .sector-panel,
  .insight-ledger,
  .final-cta-panel{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .visual-hero__copy,
  .visual-hero__media,
  .visual-proof-copy,
  .visual-proof-media,
  .visual-method__copy,
  .visual-method__media,
  .practice-board__intro,
  .practice-list,
  .insight-links,
  .final-cta-panel__actions{
    min-width:0;
    width:100%;
  }
  .visual-hero{
    padding-top:4.85rem;
    padding-bottom:2rem;
  }
  .visual-hero h1{
    max-width:100%!important;
    font-size:clamp(2.55rem,10.8vw,3.25rem)!important;
    line-height:.98!important;
    letter-spacing:-.032em;
    text-wrap:balance;
  }
  .visual-hero .lead{
    max-width:100%!important;
    font-size:1rem!important;
    line-height:1.56!important;
  }
  .visual-hero .hero-actions{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:.75rem;
    margin-top:1rem;
  }
  .visual-home .btn,
  .visual-home .hero-actions .btn{
    width:100%;
    min-width:0;
    min-height:48px;
    padding:.86rem 1rem;
    white-space:normal;
    text-align:center;
    line-height:1.15;
  }
  .visual-hero__media{
    margin-top:.4rem;
    border-radius:20px;
    overflow:hidden;
  }
  .visual-hero__media img{
    width:100%;
    aspect-ratio:4/3;
    max-height:none;
  }
  .visual-hero__media figcaption{
    position:static!important;
    left:auto;
    right:auto;
    bottom:auto;
    border-radius:0!important;
    padding:.9rem 1rem;
  }
  .visual-decision h2,
  .visual-proof-copy h2,
  .visual-method__copy h2,
  .practice-board__intro h2,
  .sector-panel h2,
  .insight-ledger__main h2,
  .final-cta-panel h2,
  .evidence-board h2{
    max-width:100%!important;
    text-wrap:balance;
  }
  .visual-proof-media--purpose img,
  .visual-method__media img{
    width:100%;
    max-height:none;
  }
  .practice-list a{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:.7rem;
    align-items:start;
  }
  .practice-list em{
    grid-column:2!important;
  }
  .sector-links a{
    min-height:44px;
    display:inline-flex;
    align-items:center;
  }
}
@media (max-width: 420px){
  .visual-home .container{width:calc(100% - 1.5rem)}
  .visual-hero h1{font-size:clamp(2.35rem,10.7vw,2.95rem)!important}
  .visual-home .section{padding:2rem 0}
  .sector-panel,.final-cta-panel{padding:1.05rem;border-radius:20px}
  .site-footer{padding-bottom:1.6rem}
  .site-footer .footer-bottom,
  .site-footer .footer-bottom span{
    color:rgba(255,255,255,.68)!important;
  }
}

/* Legal Net mobile footer overlay correction */
.site-footer .footer-bottom{position:relative;z-index:1;color:rgba(255,255,255,.78)!important}
.site-footer .footer-bottom span{color:rgba(255,255,255,.78)!important}
@media (max-width:640px){.site-footer .footer-bottom{display:grid;gap:.75rem;margin-top:1rem;padding-top:1rem}}

/* Legal Net mobile contact tap-target correction */
@media (max-width:640px){
  .detail-list a,
  .breadcrumb a,
  .form-grid a{
    display:inline-flex;
    align-items:center;
    min-height:44px;
  }
  .form-grid input[type=checkbox]{
    width:22px;
    height:22px;
    min-width:22px;
    accent-color:var(--institutional-red);
  }
  .form-grid .checkbox,
  .form-grid label:has(input[type=checkbox]){
    align-items:flex-start;
    gap:.72rem;
  }
}

/* Legal Net mobile internal pages correction */
@media (max-width:640px){
  .page-hero .container,
  .page-hero .container-narrow{
    width:calc(100% - 1.5rem)!important;
  }
  .page-hero h1,
  .page-hero--compact h1,
  .editorial-hero-grid h1{
    max-width:100%!important;
    font-size:clamp(2.25rem,10.2vw,2.95rem)!important;
    line-height:1!important;
    letter-spacing:-.03em;
    overflow-wrap:break-word;
    text-wrap:balance;
  }
  .page-hero .lead{
    max-width:100%;
    font-size:1rem;
    line-height:1.58;
  }
  .topic-pills a,
  .card-action,
  .article-card a[href*='/insights/'],
  .article-card .meta{
    min-height:44px;
    display:inline-flex;
    align-items:center;
  }
  .topic-pills{
    gap:.6rem;
  }
}
