@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Manrope:wght@400;500;600&display=swap");:root{--carbon:oklch(15% .01 155);--chalk:oklch(97.5% .004 155);--forest:oklch(41.2% .07 155.1);--forest-bright:var(--forest);--graphite:oklch(39% .01 155);--mist:oklch(87% .008 155);--white:#fff;--error:oklch(55% .19 25);--serif:"Libre Caslon Display",Georgia,serif;--sans:"Manrope",system-ui,sans-serif;--s1:.25rem;--s2:.5rem;--s3:.75rem;--s4:1rem;--s5:1.5rem;--s6:2rem;--s7:3rem;--s8:4rem;--s9:6rem;--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--chalk);color:var(--carbon);font-family:var(--sans);font-size:1rem;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}img,video{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.04;text-wrap:balance}.skip-link{position:fixed;top:0;left:1rem;z-index:100;transform:translateY(-120%);background:var(--white);color:var(--carbon);padding:.75rem 1rem}.skip-link:focus{transform:none}:focus-visible{outline:2px solid var(--forest-bright);outline-offset:3px}.site-header{position:relative;z-index:20;height:6.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,4vw,5rem);border-bottom:1px solid color-mix(in oklch,var(--carbon) 15%,transparent);background:color-mix(in oklch,var(--chalk) 94%,transparent)}.site-header--dark{position:absolute;inset:0 0 auto;color:var(--white);background:transparent;border-color:color-mix(in oklch,var(--white) 20%,transparent)}.brand{display:flex;align-items:center;gap:.8rem;font-family:var(--serif);font-size:1.25rem;letter-spacing:.04em;text-transform:uppercase}.brand__mark{width:2.4rem;height:3rem;color:var(--forest-bright)}.nav{display:flex;align-items:center;gap:clamp(1rem,2.4vw,2.4rem);font-size:.82rem}.nav a{padding:.75rem 0}.nav__login{border:1px solid;padding:.65rem 1rem!important}.menu-button{display:none;background:none;border:0;color:inherit;font-size:1.6rem;width:44px;height:44px}.hero{position:relative;min-height:100svh;background:var(--carbon);color:var(--white);overflow:hidden}.hero__media,.hero__shade{position:absolute;inset:0}.hero__media video{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1)}.hero__shade{background:linear-gradient(90deg,rgba(6,8,7,.92),rgba(6,8,7,.65) 45%,rgba(6,8,7,.28))}.hero__content{position:relative;z-index:3;padding:clamp(10rem,18vh,14rem) clamp(1.25rem,4vw,5rem) 7rem;max-width:52rem}.kicker{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--forest-bright);margin-bottom:1.5rem}.kicker--dark{color:var(--forest)}.hero h1{font-size:clamp(3.4rem,7vw,6rem);letter-spacing:-.035em;margin-bottom:1.7rem}.hero__intro{max-width:39rem;font-size:clamp(1rem,1.5vw,1.25rem);color:color-mix(in oklch,var(--white) 80%,transparent)}.hero__actions{display:flex;align-items:center;gap:2rem;margin-top:2.2rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:48px;padding:.8rem 1.3rem;border:1px solid transparent;background:none;cursor:pointer;transition:transform .22s var(--ease),background .22s,color .22s}.button:hover{transform:translateY(-2px)}.button:disabled{opacity:.55;cursor:wait}.button--green{background:var(--forest);color:var(--white)}.button--green:hover{background:color-mix(in oklch,var(--forest) 88%,black)}.button--dark{background:var(--carbon);color:var(--white)}.button--small{min-height:42px;padding:.55rem 1rem}.text-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:600}.matter-preview,.text-link--light{color:var(--white)}.matter-preview{position:absolute;z-index:4;right:clamp(1.25rem,4vw,5rem);bottom:5.5rem;width:min(34rem,41vw);padding:1.5rem;background:rgba(9,12,10,.95);border:1px solid color-mix(in oklch,var(--white) 38%,transparent)}.matter-preview__top{display:flex;justify-content:space-between;color:var(--forest-bright);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.matter-preview h2{font-size:1.55rem;margin:1rem 0 .2rem}.matter-preview__id{font-size:.78rem;color:var(--mist)}.matter-preview>a{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid color-mix(in oklch,var(--white) 20%,transparent);font-size:.84rem}.mini-event{display:grid;grid-template-columns:12px 1fr;grid-gap:.8rem;gap:.8rem;position:relative;padding:.7rem 0}.mini-event__dot{width:9px;height:9px;border-radius:50%;background:var(--graphite);margin-top:.4rem}.mini-event--complete .mini-event__dot,.mini-event--current .mini-event__dot{background:var(--forest-bright)}.mini-event small,.mini-event strong,.mini-event time{display:block}.mini-event time{font-size:.72rem;color:var(--forest-bright)}.mini-event strong{font-family:var(--serif);font-size:1.05rem;font-weight:400}.mini-event small{color:var(--mist)}.route-line{position:absolute;z-index:2;inset:auto 0 1.4rem;width:100%;height:11rem;fill:none;stroke:var(--forest-bright);stroke-width:1.3}.route-line path{stroke-dasharray:1;animation:draw 2.2s var(--ease) both}.route-line circle{fill:var(--forest-bright);stroke:none}@keyframes draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.section{padding:clamp(5rem,10vw,9rem) clamp(1.25rem,4vw,5rem)}.statement-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(3rem,10vw,10rem);gap:clamp(3rem,10vw,10rem);align-items:flex-start}.portal-story h2,.section-heading h2,.statement-grid h2{font-size:clamp(3rem,6vw,5.5rem);letter-spacing:-.035em}.statement-grid em{font-weight:400}.lead{font-size:clamp(1.15rem,2vw,1.55rem);max-width:35rem}.client-types{display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--mist);font-size:.85rem}.client-types span:not(:last-child):after{content:"/";margin-left:1.5rem;color:var(--forest)}.section--dark{background:var(--carbon);color:var(--white)}.practice-section{display:grid;grid-template-columns:minmax(18rem,.75fr) 1.25fr;grid-gap:clamp(4rem,10vw,10rem);gap:clamp(4rem,10vw,10rem)}.section-heading>p{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--forest-bright)}.section-heading h2{font-size:clamp(2.8rem,5vw,4.8rem)}.practice-list>a{display:grid;grid-template-columns:3rem 1fr auto;grid-gap:1rem;gap:1rem;padding:1.4rem 0;border-top:1px solid color-mix(in oklch,var(--white) 23%,transparent);transition:color .2s,transform .2s}.practice-list>a:hover{color:var(--forest-bright);transform:translateX(.35rem)}.practice-list span{font-size:.72rem;color:var(--forest-bright)}.practice-list h3{font-family:var(--sans);font-size:1.15rem;font-weight:500;margin:0}.practice-list p{color:var(--mist);max-width:42rem;margin:.45rem 0 0;font-size:.9rem}.portal-story__copy{display:grid;grid-template-columns:.85fr 1fr;grid-gap:4rem;gap:4rem}.portal-story__copy .kicker{grid-column:1/-1}.portal-story__copy h2{font-size:clamp(3rem,5.5vw,5.3rem)}.portal-story__copy>div,.portal-story__copy>p{max-width:35rem}.portal-story__copy .button{justify-self:start;margin-top:1rem}.portal-story__features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:5rem;padding-top:2rem;border-top:1px solid var(--mist)}.portal-story__features svg{font-size:1.8rem;color:var(--forest)}.portal-story__features h3{font-family:var(--sans);font-size:1rem;font-weight:600;margin:1rem 0 .4rem}.portal-story__features p{color:var(--graphite);font-size:.9rem}.insights-preview{background:var(--white)}.section-heading--light{display:grid;grid-template-columns:.5fr 1.5fr;grid-gap:2rem;gap:2rem}.section-heading--light h2{max-width:55rem}.article-list{display:grid;grid-template-columns:repeat(3,1fr);margin:4rem 0 2rem;border-top:1px solid var(--mist)}.article-list>a{display:flex;flex-direction:column;min-height:25rem;padding:1.5rem;border-right:1px solid var(--mist)}.article-list span,.article-list time{font-size:.72rem}.article-list span{color:var(--forest);text-transform:uppercase;letter-spacing:.1em}.article-list time{margin:.4rem 0 2.2rem;color:var(--graphite)}.article-list h3{font-size:1.7rem}.article-list p{color:var(--graphite)}.article-list svg{margin-top:auto}.footer{background:var(--carbon);color:var(--white);padding:clamp(4rem,8vw,7rem) clamp(1.25rem,4vw,5rem) 2rem}.footer__lead{display:flex;align-items:flex-start;gap:3rem}.footer__mark{width:5rem;color:var(--forest-bright)}.footer__lead h2{font-size:clamp(3rem,6vw,5.5rem)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin:5rem 0;padding-top:2rem;border-top:1px solid color-mix(in oklch,var(--white) 20%,transparent)}.footer__grid a{display:block;margin:.65rem 0}.footer__label{text-transform:uppercase;letter-spacing:.14em;color:var(--forest-bright);font-size:.7rem}.footer__base{display:flex;gap:2rem;flex-wrap:wrap;color:var(--mist);font-size:.72rem}.footer__base span:nth-child(2){margin-left:auto}.reveal{opacity:1;transform:none}.reveal[data-visible=true]{animation:reveal .8s var(--ease) both}@keyframes reveal{0%{opacity:.35;transform:translateY(1.25rem);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}.page-hero,.public-main{min-height:65vh}.page-hero{padding:clamp(5rem,10vw,9rem) clamp(1.25rem,8vw,10rem);display:flex;flex-direction:column;justify-content:center}.page-hero h1{font-size:clamp(3.8rem,8vw,6rem);letter-spacing:-.035em;max-width:70rem}.page-hero>p:last-child{font-size:1.2rem;max-width:46rem}.page-hero--dark{background:var(--carbon);color:var(--white)}.split-copy{display:grid;grid-template-columns:1fr 1fr;grid-gap:8rem;gap:8rem;border-top:1px solid var(--mist)}.split-copy h2{font-size:clamp(2.5rem,5vw,4.5rem)}.split-copy p{font-size:1.1rem;max-width:45rem}.values>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;margin:4rem 0}.values article{padding-top:1.5rem;border-top:1px solid color-mix(in oklch,var(--white) 25%,transparent)}.values span{color:var(--forest-bright);font-size:.75rem}.values h3{font-family:var(--sans);font-weight:500;font-size:1.2rem;margin-top:1.5rem}.values p{color:var(--mist)}.expertise-index article{display:grid;grid-template-columns:4rem minmax(18rem,.75fr) 1fr auto;grid-gap:2rem;gap:2rem;align-items:flex-start;padding:3rem clamp(1.25rem,6vw,7rem);border-top:1px solid var(--mist);scroll-margin-top:7rem}.expertise-index article>span{color:var(--forest);font-size:.75rem}.expertise-index h2{font-size:clamp(2rem,4vw,3.8rem)}.expertise-index p{max-width:42rem}.expertise-index a{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.international-map{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:5rem;gap:5rem}.international-map h2{font-size:clamp(2.5rem,5vw,4.8rem)}.route-panel{position:relative;min-height:25rem}.route-panel svg{position:absolute;inset:2rem 0;width:100%;height:17rem;fill:none;stroke:var(--forest);stroke-width:2}.route-panel circle{fill:var(--forest)}.route-panel span{position:absolute;font-size:.75rem}.route-panel span:first-child{left:0;top:15rem}.route-panel span:nth-child(2){left:23%;top:5rem}.route-panel span:nth-child(3){left:46%;top:11rem}.route-panel span:nth-child(4){left:67%;top:1rem}.route-panel span:nth-child(5){right:0;top:7rem}.international-cta{display:flex;justify-content:space-between;align-items:center;gap:2rem}.international-cta h2{font-size:clamp(2.4rem,5vw,4.5rem);margin:0}.insights-grid{display:grid;grid-template-columns:repeat(2,1fr);padding:0 clamp(1.25rem,4vw,5rem) 7rem}.insight{min-height:28rem;padding:2rem;border-top:1px solid var(--mist);border-right:1px solid var(--mist);display:flex;flex-direction:column}.insight--lead{grid-column:1/-1;min-height:32rem}.insight span,.insight time{font-size:.72rem}.insight span{color:var(--forest);text-transform:uppercase}.insight time{margin:.5rem 0 3rem}.insight h2{font-size:clamp(2rem,4vw,4rem);max-width:65rem}.insight p{max-width:50rem}.insight svg{margin-top:auto}.newsletter-band{display:flex;align-items:center;justify-content:space-between;gap:3rem;background:var(--carbon);color:var(--white);padding:4rem clamp(1.25rem,4vw,5rem)}.newsletter-band h2{font-size:3rem;margin-bottom:.5rem}.article-page{max-width:78rem;margin:auto;padding:7rem clamp(1.25rem,5vw,6rem)}.article-page header span,.article-page header time{display:inline-block;margin-right:1.5rem;font-size:.75rem}.article-page header span{color:var(--forest);text-transform:uppercase}.article-page h1{font-size:clamp(3rem,6vw,5.5rem);margin:2rem 0}.article-page header p{font-size:1.3rem;max-width:55rem}.article-body{max-width:45rem;margin:6rem auto 0;font-family:Georgia,serif;font-size:1.12rem;line-height:1.8}.article-body h2{font-size:2.2rem;margin-top:3rem}.article-body blockquote{font-family:var(--serif);font-size:2rem;line-height:1.3;margin:3rem 0;padding:2rem 0;border-block:1px solid var(--mist)}.contact-page,.newsletter-page{min-height:75vh;padding:clamp(5rem,9vw,9rem) clamp(1.25rem,8vw,10rem);display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(4rem,10vw,10rem);gap:clamp(4rem,10vw,10rem)}.contact-page h1,.newsletter-page h1{font-size:clamp(3.5rem,7vw,6rem)}.contact-page>div>p:last-child,.newsletter-page>div>p:last-child{max-width:35rem;font-size:1.1rem}.newsletter-page form{display:grid;grid-gap:1.3rem;gap:1.3rem;align-content:start}.document-toolbar label,.login-form label,.matter-dialog label,.newsletter-page label{display:grid;grid-gap:.4rem;gap:.4rem;font-size:.8rem;font-weight:600}.document-toolbar input,.document-toolbar select,.login-form input,.matter-dialog input,.matter-dialog textarea,.newsletter-page input,.newsletter-page select{width:100%;min-height:48px;border:0;border-bottom:1px solid var(--graphite);background:transparent;padding:.6rem 0;color:var(--carbon)}.form-note{font-size:.72rem;color:var(--graphite)}.form-success svg{font-size:2.5rem;color:var(--forest)}.form-success h2{font-size:3rem}.contact-options>a,.contact-options>div{display:grid;grid-template-columns:8rem 1fr auto;align-items:center;grid-gap:1rem;gap:1rem;padding:1.8rem 0;border-top:1px solid var(--mist)}.contact-options span{font-size:.72rem;text-transform:uppercase;color:var(--forest)}.contact-options strong{font-weight:500}.legal-page{max-width:55rem;padding:7rem clamp(1.25rem,6vw,7rem);margin:auto}.legal-page h1{font-size:4rem}.legal-page h2{font-size:2rem;margin-top:3rem}.login-page{min-height:100svh;display:grid;grid-template-columns:1.25fr .75fr;background:var(--carbon);color:var(--white)}.login-brand{position:relative;padding:clamp(3rem,8vw,8rem);display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 20% 20%,color-mix(in oklch,var(--forest) 45%,transparent),transparent 42%)}.login-brand>.varah-mark{width:5rem}.login-brand>p{text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;margin-top:2rem;color:var(--forest-bright)}.login-brand h1{font-size:clamp(3.5rem,7vw,6rem)}.login-brand small{max-width:36rem;color:var(--mist)}.login-form{background:var(--chalk);color:var(--carbon);padding:clamp(2rem,6vw,6rem);display:flex;flex-direction:column;justify-content:center}.login-form>svg{font-size:2rem;color:var(--forest)}.login-form h2{font-size:3rem;margin:1rem 0 .5rem}.login-form form{display:grid;grid-gap:1.4rem;gap:1.4rem;margin:2rem 0}.portal-shell{min-height:100svh;background:oklch(96% .005 155);display:grid;grid-template-columns:16rem 1fr}.portal-nav{position:-webkit-sticky;position:sticky;top:0;height:100svh;background:var(--carbon);color:var(--white);padding:1.5rem 1rem;display:flex;flex-direction:column}.portal-brand{display:flex;align-items:center;gap:.7rem;font-family:var(--serif);text-transform:uppercase;letter-spacing:.05em;padding:0 .5rem 2rem}.portal-brand .varah-mark{width:2rem}.portal-nav nav{display:grid;grid-gap:.25rem;gap:.25rem}.portal-nav nav a,.portal-nav__bottom a,.portal-nav__bottom button{display:flex;align-items:center;gap:.8rem;min-height:44px;padding:.65rem .75rem;border:0;background:transparent;color:var(--mist);text-align:left}.portal-nav nav a.active{background:var(--forest);color:var(--white)}.portal-nav nav a:hover,.portal-nav__bottom a:hover,.portal-nav__bottom button:hover{color:var(--white)}.portal-nav__bottom{margin-top:auto;border-top:1px solid color-mix(in oklch,var(--white) 15%,transparent);padding-top:1rem}.portal-nav__bottom button{width:100%;cursor:pointer}.portal-nav__bottom b{margin-left:auto;background:var(--forest-bright);color:var(--carbon);border-radius:50%;width:1.3rem;height:1.3rem;text-align:center;font-size:.7rem}.portal-main{padding:2rem clamp(1.25rem,4vw,4rem);max-width:100rem;width:100%;margin:auto}.portal-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.portal-header p{font-size:.78rem;color:var(--forest);margin-bottom:.3rem}.portal-header h1{font-family:var(--sans);font-weight:500;font-size:2rem;margin:0}.portal-header time{font-size:.72rem;color:var(--graphite)}.contact-team article,.document-table,.matter-focus,.matter-table,.portal-section{background:var(--white);border:1px solid var(--mist)}.matter-focus{padding:1.5rem}.matter-focus__head{display:flex;justify-content:space-between;gap:2rem}.matter-focus__head span{font-size:.72rem;color:var(--forest);text-transform:uppercase;letter-spacing:.08em}.matter-focus__head h2{font-family:var(--sans);font-weight:500;font-size:1.35rem;margin:.3rem 0}.matter-focus__head p{font-size:.78rem;color:var(--graphite)}.progress-ring{--progress:0deg;width:5rem;height:5rem;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--forest) var(--progress),var(--mist) 0);position:relative;flex:0 0 auto}.progress-ring:after{content:"";position:absolute;inset:.5rem;border-radius:50%;background:var(--white)}.progress-ring span{position:relative;z-index:1;color:var(--carbon);font-size:.8rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stage-track{display:grid;grid-template-columns:repeat(5,1fr);margin:1.5rem 0 1rem}.stage-track span{position:relative;padding-top:1rem;border-top:2px solid var(--mist);font-size:.7rem;color:var(--graphite)}.stage-track span:before{content:"";position:absolute;top:-5px;left:0;width:8px;height:8px;border-radius:50%;background:var(--mist)}.stage-track .current,.stage-track .done{border-color:var(--forest)}.stage-track .current:before,.stage-track .done:before{background:var(--forest)}.stage-track .current{color:var(--forest);font-weight:600}.matter-summary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--mist);border-top:1px solid var(--mist);margin:1.5rem -1.5rem -1.5rem}.matter-summary>div{background:var(--white);padding:1.2rem;display:grid;grid-template-columns:auto 1fr;grid-column-gap:.8rem;column-gap:.8rem}.matter-summary svg{grid-row:1/3;color:var(--forest);font-size:1.4rem}.matter-summary span{font-size:.7rem;color:var(--graphite)}.matter-summary strong{font-size:.82rem}.portal-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.portal-section{padding:1.4rem}.portal-section__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.matter-detail h2,.portal-section__head h2{font-family:var(--sans);font-size:1rem;font-weight:600;margin:0}.portal-section__head a{display:flex;align-items:center;gap:.4rem;color:var(--forest);font-size:.75rem}.timeline__item{display:grid;grid-template-columns:12px 6rem 1fr;grid-gap:.8rem;gap:.8rem;position:relative;padding:0 0 1.5rem}.timeline__item:before{content:"";position:absolute;left:4px;top:9px;bottom:-3px;border-left:1px solid var(--mist)}.timeline__item:last-child:before{display:none}.timeline__item>span{width:9px;height:9px;border-radius:50%;background:var(--mist);margin-top:.35rem;position:relative;z-index:1}.timeline__item--complete>span,.timeline__item--current>span{background:var(--forest)}.timeline__item time{font-size:.7rem;color:var(--forest);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.timeline__item h3{font-family:var(--sans);font-size:.85rem;font-weight:600;margin:0}.timeline__item p,.timeline__item small{font-size:.72rem;margin:0;color:var(--graphite)}.document-mini-list>div{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--mist)}.document-mini-list span,.document-mini-list strong{display:block}.document-mini-list strong{font-size:.8rem}.document-mini-list span{font-size:.7rem;color:var(--graphite)}.document-mini-list button,.document-row button{border:0;background:none;cursor:pointer;width:44px;height:44px}.upload-link{display:flex;align-items:center;gap:.5rem;color:var(--forest);font-size:.78rem;margin-top:1rem}.source-note{padding:1.2rem;margin-top:1.5rem;background:color-mix(in oklch,var(--forest) 7%,var(--white));border:1px solid color-mix(in oklch,var(--forest) 25%,var(--mist))}.source-note strong{font-size:.8rem}.source-note p{font-size:.72rem;margin:.3rem 0 0;max-width:70rem}.matter-row,.matter-table__head{display:grid;grid-template-columns:2fr 1fr 1fr .6fr;grid-gap:1rem;gap:1rem;padding:1rem 1.2rem;align-items:center}.matter-table__head{font-size:.68rem;text-transform:uppercase;color:var(--graphite);border-bottom:1px solid var(--mist)}.matter-row+.matter-row{border-top:1px solid var(--mist)}.matter-row small,.matter-row strong{display:block}.matter-row strong{font-size:.85rem}.matter-row b,.matter-row small,.matter-row span,.matter-row time{font-size:.72rem}.matter-row b{color:var(--forest)}.matter-row b.neutral{color:var(--graphite)}.matter-detail{margin-top:1.5rem}.timeline--wide{margin-top:2rem;max-width:55rem}.dialog-backdrop{position:fixed;z-index:50;inset:0;background:rgba(0,0,0,.65);display:grid;place-items:center;padding:1rem}.matter-dialog{position:relative;width:min(36rem,100%);border:0;padding:2rem;background:var(--white)}.matter-dialog h2{font-size:2rem}.matter-dialog form{display:grid;grid-gap:1.2rem;gap:1.2rem}.dialog-close{position:absolute;right:1rem;top:1rem;border:0;background:none;width:44px;height:44px}.upload-button{cursor:pointer}.upload-button input{position:absolute;width:1px;height:1px;opacity:0}.document-toolbar{display:flex;gap:1rem;margin-bottom:1.5rem}.document-toolbar label:first-child{flex:1 1}.document-toolbar label:last-child{min-width:14rem}.upload-status{display:flex;justify-content:space-between;gap:1rem;padding:1rem;background:color-mix(in oklch,var(--forest) 8%,var(--white));border:1px solid color-mix(in oklch,var(--forest) 30%,var(--mist));margin-bottom:1rem;font-size:.75rem}.document-row,.document-table__head{display:grid;grid-template-columns:2rem 2fr .7fr .6fr .9fr .8fr 3rem;grid-gap:.8rem;gap:.8rem;align-items:center;padding:.9rem 1rem}.document-table__head{grid-template-columns:calc(2rem + 2fr + .8rem) .7fr .6fr .9fr .8fr 3rem;font-size:.65rem;text-transform:uppercase;color:var(--graphite);border-bottom:1px solid var(--mist)}.document-row+.document-row{border-top:1px solid var(--mist)}.document-row>svg{color:var(--forest)}.document-row small,.document-row strong{display:block}.document-row strong{font-size:.78rem}.document-row small,.document-row span,.document-row time{font-size:.68rem;color:var(--graphite)}.contact-team{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.contact-team article{padding:2rem}.contact-team article>span{font-size:.7rem;color:var(--forest);text-transform:uppercase}.contact-team h2{font-family:var(--sans);font-size:1.4rem;font-weight:500;margin:1rem 0 .4rem}.contact-team article>div{display:flex;gap:1.5rem;margin-top:2rem}.contact-team a{display:flex;align-items:center;gap:.5rem;font-size:.8rem}@media(max-width:1000px){.nav{position:fixed;inset:0;background:var(--carbon);color:var(--white);display:none;flex-direction:column;align-items:flex-start;justify-content:center;padding:3rem;font-size:1.4rem}.nav--open{display:flex}.menu-button{display:grid;place-items:center;z-index:21}.hero__content{padding-top:10rem}.matter-preview{position:relative;right:auto;bottom:auto;width:auto;margin:0 1.25rem 7rem}.hero{padding-bottom:1px}.route-line{bottom:0}.article-list,.international-map,.portal-story__copy,.practice-section{grid-template-columns:1fr}.article-list>a{min-height:18rem;border-right:0;border-bottom:1px solid var(--mist)}.portal-shell{grid-template-columns:5rem 1fr}.portal-brand span,.portal-nav span{display:none}.portal-nav nav a,.portal-nav__bottom a,.portal-nav__bottom button{justify-content:center}.portal-grid{grid-template-columns:1fr}}@media(max-width:720px){.site-header{height:5rem}.brand span{font-size:.98rem}.brand__mark{width:1.8rem}.hero__shade{background:rgba(5,7,6,.72)}.hero__content{padding:8.5rem 1.25rem 3rem}.hero h1{font-size:clamp(3.2rem,15vw,5rem)}.hero__actions{align-items:flex-start;flex-direction:column;gap:1.25rem}.matter-preview{margin-bottom:4rem}.route-line{height:6rem}.section{padding:4.5rem 1.25rem}.contact-page,.newsletter-page,.section-heading--light,.split-copy,.statement-grid{grid-template-columns:1fr;gap:2.5rem}.portal-story h2,.section-heading h2,.statement-grid h2{font-size:clamp(2.7rem,12vw,4rem)}.client-types span:not(:last-child):after{display:none}.practice-section{padding-block:4.5rem}.practice-list>a{grid-template-columns:2rem 1fr auto}.practice-list p{display:none}.portal-story__features,.values>div{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}.footer__base span:nth-child(2){margin-left:0}.expertise-index article{grid-template-columns:2rem 1fr;padding:2rem 1.25rem}.expertise-index article a,.expertise-index article p{grid-column:2}.international-cta,.newsletter-band{align-items:flex-start;flex-direction:column}.insights-grid{grid-template-columns:1fr;padding-inline:1.25rem}.insight--lead{grid-column:auto}.contact-options>a,.contact-options>div{grid-template-columns:1fr auto}.contact-options strong{grid-column:1}.login-page{grid-template-columns:1fr}.login-brand{min-height:48vh;padding:3rem 1.25rem}.login-brand h1{font-size:3.4rem}.login-form{padding:3rem 1.25rem}.portal-shell{display:block;padding-bottom:4.8rem}.portal-nav{position:fixed;z-index:40;top:auto;bottom:0;width:100%;height:4.5rem;padding:.4rem;background:var(--carbon)}.portal-brand,.portal-nav__bottom{display:none}.portal-nav nav{display:grid;grid-template-columns:repeat(4,1fr);height:100%}.portal-nav nav a{flex-direction:column;gap:.1rem;padding:.25rem;font-size:.62rem}.portal-nav nav a svg{font-size:1.2rem}.portal-nav nav a span{display:block}.portal-main{padding:1.25rem}.portal-header{align-items:flex-start}.portal-header time{display:none}.matter-focus__head{align-items:flex-start}.stage-track{overflow-x:auto;grid-template-columns:repeat(5,8rem);padding-bottom:.5rem}.matter-summary,.portal-grid{grid-template-columns:1fr}.timeline__item{grid-template-columns:12px 5rem 1fr}.matter-table{overflow-x:auto}.matter-row,.matter-table__head{min-width:42rem}.document-toolbar{flex-direction:column}.document-toolbar label:last-child{min-width:0}.document-table{overflow-x:auto}.document-row,.document-table__head{min-width:58rem}.upload-status{flex-direction:column}.contact-team{grid-template-columns:1fr}.footer__lead{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal[data-visible=true],.route-line path{animation:none!important}.button,.practice-list>a{transition:none!important}.hero__media video{display:none}}.hero__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1)}.hero__media--motion img{animation:cinematic-pan 18s ease-in-out infinite alternate;transform-origin:center right}@keyframes cinematic-pan{0%{transform:scale(1.02) translateX(0)}to{transform:scale(1.09) translateX(-1.5%)}}@media(prefers-reduced-motion:reduce){.hero__media--motion img{animation:none!important}}.team-hero{min-height:72vh}.team-intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,10vw,10rem);gap:clamp(3rem,10vw,10rem);align-items:start}.team-intro h2{font-size:clamp(2.8rem,5vw,4.8rem);max-width:12ch}.team-intro p{font-size:1.15rem;max-width:42rem}.team-profile{display:grid;grid-template-columns:minmax(14rem,.65fr) 1fr 1fr;grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);padding:clamp(3rem,7vw,6rem) clamp(1.25rem,4vw,5rem);border-bottom:1px solid var(--mist);align-items:start}.team-profile__identity{aspect-ratio:4/5;display:grid;place-items:center;background:var(--carbon);color:var(--forest-bright)}.team-profile__bio>p:first-child{color:var(--forest);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.team-profile__bio h2{font-size:clamp(2.6rem,4vw,4.2rem);margin-bottom:1.5rem}.team-profile__bio>p{max-width:34rem}.team-profile__bio a{display:inline-flex;align-items:center;gap:.55rem;margin-top:1.5rem;font-weight:600}.team-profile__expertise{padding-top:.2rem}.team-profile__expertise h3{font-family:var(--sans);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.team-profile__expertise ul{list-style:none;margin:1.5rem 0 0;padding:0;border-top:1px solid var(--mist)}.team-profile__expertise li{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--mist);font-family:var(--serif);font-size:1.2rem}.team-profile__expertise svg{color:var(--forest);flex:0 0 auto}@media(max-width:1000px){.team-profile{grid-template-columns:minmax(12rem,.55fr) 1fr}.team-profile__expertise{grid-column:2}}@media(max-width:720px){.team-intro,.team-profile{grid-template-columns:1fr}.team-profile__identity{max-width:18rem}.team-profile__expertise{grid-column:auto}.team-hero{min-height:65vh}}.team-profile__identity{position:relative;overflow:hidden}.team-profile__identity--photo{width:min(100%,15rem);justify-self:start}.team-profile__identity img{object-fit:cover;object-position:center 18%;transform:scale(1.08)}.team-profile__identity span{font-family:var(--serif);font-size:clamp(3.5rem,7vw,6rem);letter-spacing:-.04em}.team-profile__credentials{margin:0 0 2rem;padding-top:1rem;border-top:1px solid var(--mist)}.team-profile__credentials ul{list-style:none;margin:0;padding:0}.team-profile__credentials li{font-family:var(--sans);font-size:.82rem;color:var(--graphite);line-height:1.5}.team-profile__credentials li+li{margin-top:.25rem}.team-profile{grid-template-columns:minmax(14rem,.55fr) minmax(0,1.45fr)}.team-profile__bio{max-width:62rem}.team-profile__bio-copy p{max-width:70ch;color:var(--graphite);font-size:1rem}.team-profile__bio-copy p+p{margin-top:1.2rem}@media(max-width:1000px){.team-profile{grid-template-columns:minmax(12rem,.55fr) 1fr}}@media(max-width:720px){.team-profile{grid-template-columns:1fr}}.footer__locations{margin-top:1.6rem;color:var(--mist);font-size:.82rem}.footer__locations span{display:block;color:var(--forest-bright);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.3rem}.press-section{background:var(--carbon);color:var(--white)}.press-section__heading{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:2rem;gap:2rem;padding-bottom:clamp(3rem,6vw,5rem)}.press-section__heading>p{color:var(--forest-bright);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.press-section__heading h2{font-size:clamp(2.8rem,5vw,4.8rem)}.press-section__heading>span{grid-column:2;color:var(--mist);font-size:.82rem}.press-list{border-top:1px solid color-mix(in oklch,var(--white) 20%,transparent)}.press-list>a{grid-template-columns:13rem minmax(18rem,1fr) minmax(16rem,.7fr) auto;grid-gap:clamp(1.5rem,4vw,4rem);gap:clamp(1.5rem,4vw,4rem);align-items:start;padding:2rem 0;border-bottom:1px solid color-mix(in oklch,var(--white) 20%,transparent);transition:color .22s var(--ease)}.press-list>a:hover{color:var(--forest-bright)}.press-list span,.press-list time{display:block;font-size:.7rem}.press-list span{color:var(--forest-bright);text-transform:uppercase;letter-spacing:.08em}.press-list time{margin-top:.45rem;color:var(--mist)}.press-list h3{font-size:clamp(1.4rem,2.2vw,2rem)}.press-list p{max-width:34rem;color:var(--mist);font-size:.9rem}.press-list svg{font-size:1.25rem}@media(max-width:1000px){.press-list>a{grid-template-columns:11rem 1fr auto}.press-list p{grid-column:2}}@media(max-width:720px){.press-list>a,.press-section__heading{grid-template-columns:1fr}.press-list p,.press-section__heading>span{grid-column:auto}.press-list>a{gap:.8rem}.press-list svg{position:absolute;right:1.25rem}.press-list h3{padding-right:2rem}}.appointments-section{background:var(--chalk)}.appointments-section__heading{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:2rem;gap:2rem;margin-bottom:clamp(3rem,6vw,5rem)}.appointments-section__heading p{color:var(--forest);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.appointments-section__heading h2{font-size:clamp(2.8rem,5vw,4.8rem);max-width:16ch}.appointment{display:grid;grid-template-columns:13rem minmax(18rem,1fr) auto;grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:start;padding:2.5rem 0;border-block:1px solid var(--mist)}.appointment span,.appointment time{display:block;font-size:.72rem}.appointment span{color:var(--forest);font-weight:600}.appointment time{margin-top:.5rem;color:var(--graphite)}.appointment h3{font-size:clamp(1.8rem,3vw,3rem);margin-bottom:.7rem}.appointment strong{display:block;font-family:var(--serif);font-size:1.25rem;font-weight:400;color:var(--forest);margin-bottom:1.2rem}.appointment p{max-width:48rem;color:var(--graphite)}.appointment svg{font-size:1.3rem;color:var(--forest)}@media(max-width:720px){.appointment,.appointments-section__heading{grid-template-columns:1fr}.appointment{gap:1.25rem}.appointment svg{position:absolute;right:1.25rem}.appointment{position:relative}.appointment h3{padding-right:2rem}}.startup-practice{display:grid;grid-template-columns:minmax(18rem,.75fr) 1.25fr;grid-gap:clamp(4rem,9vw,9rem);gap:clamp(4rem,9vw,9rem);background:var(--carbon);color:var(--white);scroll-margin-top:6rem}.startup-practice__intro{position:-webkit-sticky;position:sticky;top:3rem;align-self:start}.startup-practice__intro>p:first-child{color:var(--forest-bright);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.startup-practice__intro h2{font-size:clamp(3.2rem,6vw,5.5rem);max-width:10ch}.startup-practice__intro>p{max-width:36rem;color:var(--mist)}.startup-practice__intro .button{margin-top:1.5rem}.startup-services{border-top:1px solid color-mix(in oklch,var(--white) 20%,transparent)}.startup-services article{display:grid;grid-template-columns:2.5rem 1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid color-mix(in oklch,var(--white) 20%,transparent)}.startup-services span{color:var(--forest-bright);font-size:.7rem}.startup-services h3{font-family:var(--sans);font-size:1rem;font-weight:600;margin-bottom:.3rem}.startup-services p{color:var(--mist);font-size:.86rem;max-width:42rem;margin:0}@media(max-width:720px){.startup-practice{grid-template-columns:1fr}.startup-practice__intro{position:static}}.disclaimer-backdrop{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:1.25rem;background:color-mix(in oklch,var(--carbon) 82%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.disclaimer-gate{width:min(42rem,100%);max-height:calc(100svh - 2.5rem);overflow:auto;padding:clamp(1.5rem,4vw,2.4rem);background:var(--chalk);color:var(--carbon);border-top:3px solid var(--forest);box-shadow:0 1.5rem 5rem rgba(0,0,0,.32)}.disclaimer-gate__header{display:flex;align-items:center;gap:.8rem;padding-bottom:1rem;border-bottom:1px solid color-mix(in oklch,var(--forest) 24%,var(--mist))}.disclaimer-gate__mark{width:2rem;height:2.6rem;color:var(--forest);flex:0 0 auto}.disclaimer-gate__header div{display:grid}.disclaimer-gate__header strong{font-family:var(--serif);font-size:1rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase}.disclaimer-gate__header span{color:var(--forest);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}.disclaimer-gate__body{padding-top:1.5rem}.disclaimer-gate h2{font-size:clamp(2.25rem,5vw,3.2rem);margin-bottom:1rem}.disclaimer-gate__copy{max-width:36rem}.disclaimer-gate__copy p{margin-bottom:.65rem;color:var(--graphite);font-size:.84rem;line-height:1.55}.disclaimer-gate__copy p:last-child{margin-bottom:0}.disclaimer-gate__actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:1.5rem}.disclaimer-gate__actions>a{font-size:.78rem;text-decoration:underline;text-underline-offset:.22rem}.disclaimer-gate__actions .button{min-height:44px;padding:.65rem 1rem}@media(max-width:720px){.disclaimer-backdrop{padding:.75rem}.disclaimer-gate{padding:1.35rem}.disclaimer-gate__body{padding-top:1.25rem}.disclaimer-gate h2{font-size:2.25rem}.disclaimer-gate__actions{align-items:stretch;flex-direction:column;gap:.8rem}.disclaimer-gate__actions>a{text-align:center}}.authored-insights-heading{grid-template-columns:minmax(10rem,.42fr) minmax(18rem,1fr) minmax(16rem,.75fr);align-items:end;gap:clamp(1.5rem,4vw,4rem);padding-block:2.25rem;border-top:1px solid var(--mist);border-bottom:1px solid var(--mist)}.authored-insights-heading>p{margin:0}.authored-insights-heading h2{font-size:clamp(2.2rem,3.4vw,3.4rem);max-width:13ch;margin:0}.authored-insights-heading>span{grid-column:auto;max-width:30rem;font-size:.84rem;line-height:1.5}.insights-grid{padding-top:2rem}@media(max-width:720px){.authored-insights-heading{grid-template-columns:1fr;gap:.55rem;padding-block:1.6rem}.authored-insights-heading h2{font-size:2.15rem;max-width:15ch}.authored-insights-heading>span{font-size:.78rem}.insights-grid{padding-top:1rem}}.varah-mark{display:block;object-fit:contain;object-position:center}.insights-hero--editorial{min-height:52vh;background:radial-gradient(circle at 78% 42%,color-mix(in oklch,var(--forest) 42%,transparent),transparent 34%),var(--carbon)}.insights-hero--editorial h1{max-width:14ch}.insights-hero--editorial h1 em{color:var(--forest-bright);font-style:normal}.insights-hero--editorial>p:last-of-type{max-width:39rem;color:var(--mist)}.insights-hero__index{display:flex;flex-wrap:wrap;gap:.75rem 2rem;max-width:48rem;margin-top:1.6rem;padding-top:1rem;border-top:1px solid color-mix(in oklch,var(--white) 20%,transparent)}.insights-hero__index span{color:var(--mist);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.appointments-section--featured{display:grid;grid-template-columns:minmax(16rem,.55fr) 1.45fr;grid-gap:clamp(2rem,7vw,7rem);gap:clamp(2rem,7vw,7rem);align-items:start}.appointments-section--featured .appointments-section__heading{display:block;padding:0}.appointments-section--featured .appointments-section__heading h2{font-size:clamp(2.5rem,4vw,4rem);max-width:11ch}.appointments-section--featured .appointment{grid-template-columns:10rem minmax(0,1fr) auto;padding:1.4rem 0;border-color:color-mix(in oklch,var(--forest) 38%,var(--mist))}.appointments-section--featured .appointment h3{font-size:clamp(1.7rem,2.5vw,2.5rem)}.press-section__heading{grid-template-columns:minmax(9rem,.38fr) 1fr auto;align-items:end;padding-bottom:2rem}.press-section__heading h2{font-size:clamp(2.5rem,4vw,4rem);max-width:15ch}.press-section__heading>span{grid-column:auto;align-self:end}.press-list{grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid color-mix(in oklch,var(--white) 24%,transparent)}.press-list>a{display:flex;flex-direction:column;min-height:13.5rem;gap:.75rem;position:relative}.press-list>a:first-child{grid-column:span 2;background:color-mix(in oklch,var(--forest) 20%,var(--carbon))}.press-list h3,.press-list>a>div{grid-column:auto}.press-list h3{font-size:clamp(1.2rem,1.7vw,1.65rem);max-width:30rem}.press-list>a:first-child h3{font-size:clamp(1.75rem,2.7vw,2.7rem);max-width:35rem}.press-list>a:first-child p{display:block;max-width:34rem;margin:0;color:var(--mist);font-size:.82rem}.press-list svg{position:absolute;right:1.2rem;bottom:1.2rem;margin-top:auto}.authored-insights-heading,.insights-grid{background:color-mix(in oklch,var(--forest) 6%,var(--chalk))}.insight{background:color-mix(in oklch,var(--white) 68%,transparent);transition:background .22s var(--ease),transform .22s var(--ease)}.insight:hover{background:var(--white);transform:translateY(-3px)}@media(max-width:1000px){.appointments-section--featured{grid-template-columns:1fr;gap:2rem}.appointments-section--featured .appointments-section__heading h2{max-width:15ch}.press-list{grid-template-columns:repeat(2,minmax(0,1fr))}.press-list>a:first-child{grid-column:span 2}.press-section__heading{grid-template-columns:10rem 1fr}.press-section__heading>span{grid-column:2}}@media(max-width:720px){.insights-hero--editorial{min-height:40vh}.insights-hero__index{gap:.4rem 1rem;margin-top:1rem}.insights-hero__index span{font-size:.58rem}.appointments-section--featured .appointment{grid-template-columns:1fr;gap:.75rem}.press-section__heading{grid-template-columns:1fr;gap:.5rem}.press-section__heading>span{grid-column:auto}.press-list{grid-template-columns:1fr}.press-list>a,.press-list>a:first-child{grid-column:auto;min-height:10.5rem;padding:1rem}.press-list>a:first-child h3{font-size:1.75rem}.press-list>a:first-child p{display:none}.press-list svg{right:1rem;bottom:1rem}}.insights-hero{min-height:72vh}.appointments-section--featured{background:color-mix(in oklch,var(--forest) 7%,var(--chalk));border-block:1px solid color-mix(in oklch,var(--forest) 30%,var(--mist))}.appointments-section--featured .appointment{border-color:color-mix(in oklch,var(--forest) 35%,var(--mist))}.authored-insights-heading{display:grid;grid-template-columns:.7fr 1.3fr;grid-gap:2rem;gap:2rem;padding-bottom:4rem}.authored-insights-heading>p{color:var(--forest);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.authored-insights-heading h2{font-size:clamp(2.8rem,5vw,4.8rem);max-width:15ch}.authored-insights-heading>span{grid-column:2;max-width:42rem;color:var(--graphite)}.login-error{margin:0;padding:.8rem 1rem;background:color-mix(in oklch,var(--error) 9%,var(--chalk));color:color-mix(in oklch,var(--error) 80%,var(--carbon));border:1px solid color-mix(in oklch,var(--error) 45%,var(--mist));font-size:.82rem}.about-foundation>div p+p{margin-top:1.5rem}.about-audiences{border-top:1px solid var(--mist)}.about-audiences__heading{display:grid;grid-template-columns:.55fr 1.45fr;grid-gap:3rem;gap:3rem;align-items:start}.about-audiences__heading>p{color:var(--forest);font-size:.78rem}.about-audiences__heading h2{font-size:clamp(2.8rem,5vw,4.8rem);max-width:16ch}.about-audiences__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);margin-top:5rem}.about-audiences__list article{padding-top:1.5rem;border-top:1px solid var(--mist)}.about-audiences__list h3{font-family:var(--sans);font-size:1.15rem;font-weight:600}.about-audiences__list p{color:var(--graphite);max-width:34rem}.about-values>div{grid-template-columns:repeat(4,1fr)}.about-reach{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:clamp(4rem,10vw,10rem);gap:clamp(4rem,10vw,10rem);align-items:start}.about-reach>div:first-child{position:-webkit-sticky;position:sticky;top:3rem}.about-reach h2{font-size:clamp(2.8rem,5vw,4.8rem)}.about-reach>div:first-child p{max-width:30rem}.about-reach__details article{display:grid;grid-template-columns:10rem 1fr;grid-gap:2rem;gap:2rem;padding:2rem 0;border-top:1px solid var(--mist)}.about-reach__details span{color:var(--forest);font-size:.75rem}.about-reach__details h3{font-family:var(--sans);font-size:1.15rem;font-weight:600}.about-reach__details p{color:var(--graphite);max-width:42rem}.about-cta{display:flex;align-items:flex-end;justify-content:space-between;gap:4rem}.about-cta h2{font-size:clamp(3rem,6vw,5.5rem);max-width:13ch}.about-cta p{color:var(--mist)}.about-cta>div:last-child{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}@media(max-width:1000px){.about-values>div{grid-template-columns:repeat(2,1fr)}.about-reach{grid-template-columns:1fr}.about-reach>div:first-child{position:static}}@media(max-width:720px){.about-audiences__heading,.about-audiences__list{grid-template-columns:1fr}.about-audiences__list{margin-top:3rem}.about-values>div{grid-template-columns:1fr}.about-reach__details article{grid-template-columns:1fr;gap:.6rem}.about-cta{align-items:flex-start;flex-direction:column}.authored-insights-heading{grid-template-columns:1fr}.authored-insights-heading>span{grid-column:auto}.insights-hero{min-height:65vh}}.ambient-surface,.page-hero{position:relative;overflow:hidden}.ambient-surface>:not(.ambient-graphic),.page-hero>:not(.ambient-graphic){position:relative;z-index:1}.ambient-graphic{position:absolute;z-index:0;top:50%;right:clamp(-12rem,-6vw,-4rem);width:min(49vw,46rem);height:auto;transform:translateY(-50%);color:var(--forest);opacity:.38;pointer-events:none;mask-image:linear-gradient(90deg,transparent,#000 28%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 28%)}.page-hero--dark .ambient-graphic{color:var(--forest-bright);opacity:.46}.ambient-graphic__frame{fill:none;stroke:currentColor;stroke-width:.7;opacity:.18;vector-effect:non-scaling-stroke}.ambient-graphic__path{fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:.16 .08;vector-effect:non-scaling-stroke;animation:ambient-flow 11s linear infinite}.ambient-graphic__path:nth-child(2){animation-duration:15s}.ambient-graphic__path:nth-child(3){animation-duration:18s}.ambient-graphic__path:nth-child(4){animation-duration:21s}.ambient-graphic__node{fill:currentColor;transform-origin:center;animation:ambient-pulse 4.6s var(--ease) infinite}.ambient-surface>.ambient-graphic{right:-15rem;width:min(58vw,49rem);opacity:.15}.contact-options,.form-success,.newsletter-page form{background:color-mix(in oklch,var(--chalk) 92%,transparent)}@keyframes ambient-flow{to{stroke-dashoffset:-1}}@keyframes ambient-pulse{0%,to{opacity:.32}50%{opacity:1}}@media(max-width:1000px){.ambient-graphic{right:-18rem;width:43rem;opacity:.27}.ambient-surface>.ambient-graphic{right:-22rem;width:45rem}}@media(max-width:720px){.ambient-graphic{top:auto;right:-18rem;bottom:-6rem;width:38rem;transform:none;opacity:.18;mask-image:linear-gradient(90deg,transparent,#000 42%);-webkit-mask-image:linear-gradient(90deg,transparent,#000 42%)}.ambient-surface>.ambient-graphic{right:-21rem;bottom:-9rem;width:40rem;opacity:.12}}@media(prefers-reduced-motion:reduce){.ambient-graphic__node,.ambient-graphic__path{animation:none!important}.ambient-graphic__node{opacity:.6}}.hero__content--focused{max-width:min(52rem,58vw)}.hero-practice-index{position:absolute;z-index:4;right:clamp(1.25rem,4vw,5rem);top:50%;transform:translateY(-44%);width:min(29rem,34vw);padding:1.4rem 1.5rem;background:color-mix(in oklch,var(--carbon) 86%,transparent);border:1px solid color-mix(in oklch,var(--white) 22%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-practice-index>p{margin:0 0 .65rem;color:var(--forest-bright);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.hero-practice-index>a{display:grid;grid-template-columns:2rem 1fr auto;grid-gap:.8rem;gap:.8rem;align-items:center;padding:.82rem 0;border-top:1px solid color-mix(in oklch,var(--white) 18%,transparent);transition:color .2s var(--ease),transform .2s var(--ease)}.hero-practice-index>a:hover{color:var(--forest-bright);transform:translateX(.25rem)}.hero-practice-index span{color:var(--forest-bright);font-size:.66rem}.hero-practice-index strong{font-size:.82rem;font-weight:500;line-height:1.35}.hero-practice-index svg{font-size:1rem}.expertise-index__focus{list-style:none;margin:1.25rem 0 0;padding:1rem 0 0;border-top:1px solid var(--mist);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem}.expertise-index__focus li{position:relative;padding-left:1rem;color:var(--graphite);font-size:.78rem}.expertise-index__focus li:before{content:"";position:absolute;left:0;top:.68em;width:.35rem;height:1px;background:var(--forest)}.about-hero{min-height:72vh;background:linear-gradient(105deg,var(--chalk) 48%,color-mix(in oklch,var(--forest) 8%,var(--chalk)) 100%)}.about-dual{background:color-mix(in oklch,var(--forest) 7%,var(--chalk));border-block:1px solid color-mix(in oklch,var(--forest) 28%,var(--mist))}.about-dual__heading{display:grid;grid-template-columns:.45fr 1.55fr;grid-gap:3rem;gap:3rem}.about-dual__heading>p,.about-method__heading>p{color:var(--forest);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.about-close h2,.about-dual__heading h2,.about-method__heading h2{font-size:clamp(2.8rem,5.3vw,5rem);max-width:18ch}.about-dual__pillars{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);margin-top:clamp(4rem,8vw,7rem);margin-left:calc(22.5% + 1.5rem)}.about-dual__pillars article{padding-top:1.5rem;border-top:1px solid color-mix(in oklch,var(--forest) 28%,var(--mist))}.about-dual__pillars span{color:var(--forest);font-size:.7rem}.about-dual__pillars h3{font-family:var(--sans);font-size:1.2rem;font-weight:600;margin:1.3rem 0 .8rem}.about-dual__pillars p{max-width:38rem;color:var(--graphite)}.about-practices{display:grid;grid-template-columns:minmax(18rem,.7fr) 1.3fr;grid-gap:clamp(4rem,9vw,9rem);gap:clamp(4rem,9vw,9rem)}.about-practices__heading>p{color:var(--forest-bright);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.about-practices__heading h2{font-size:clamp(2.8rem,5vw,4.8rem);max-width:15ch}.about-practices__list{border-top:1px solid color-mix(in oklch,var(--white) 22%,transparent)}.about-practices__list>a{display:grid;grid-template-columns:2.5rem 1fr auto;grid-gap:1rem;gap:1rem;padding:1.5rem 0;border-bottom:1px solid color-mix(in oklch,var(--white) 22%,transparent);transition:color .2s var(--ease),transform .2s var(--ease)}.about-practices__list>a:hover{color:var(--forest-bright);transform:translateX(.3rem)}.about-practices__list span{color:var(--forest-bright);font-size:.7rem}.about-practices__list h3{font-family:var(--sans);font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.about-practices__list p{margin:0;color:var(--mist);font-size:.85rem;max-width:40rem}.about-method{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:clamp(4rem,9vw,9rem);gap:clamp(4rem,9vw,9rem)}.about-method__heading>p{margin-bottom:1.2rem}.about-method__heading>p:last-child{max-width:33rem;color:var(--graphite)}.about-method__list{border-top:1px solid var(--mist)}.about-method__list article{display:grid;grid-template-columns:2.5rem minmax(13rem,.65fr) 1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid var(--mist)}.about-method__list span{color:var(--forest);font-size:.7rem}.about-method__list h3{font-family:var(--sans);font-size:1rem;font-weight:600}.about-method__list p{margin:0;color:var(--graphite);font-size:.86rem}.about-close{display:flex;align-items:flex-end;justify-content:space-between;gap:4rem}.about-close>div:first-child>p:last-child{color:var(--mist)}.about-close>div:last-child{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}@media(max-width:1100px){.hero__content--focused{max-width:55vw}.hero h1{font-size:clamp(3.4rem,6vw,5.2rem)}}@media(max-width:900px){.hero__content--focused{max-width:100%;padding-bottom:2rem}.hero-practice-index{position:relative;right:auto;top:auto;transform:none;width:auto;margin:0 1.25rem 7rem}.about-method,.about-practices{grid-template-columns:1fr}.about-dual__pillars{margin-left:0}.expertise-index__focus{grid-template-columns:1fr}}@media(max-width:720px){.hero-practice-index{padding:1rem 1.15rem}.hero-practice-index>a{padding:.7rem 0}.about-dual__heading,.about-dual__pillars{grid-template-columns:1fr}.about-dual__pillars{margin-top:3rem}.about-practices__list p{display:none}.about-method__list article{grid-template-columns:2rem 1fr}.about-method__list p{grid-column:2}.about-close{align-items:flex-start;flex-direction:column}}.site-header{height:5.25rem}.section{padding-block:clamp(3.5rem,6vw,5.5rem)}.page-hero{min-height:46vh;padding-block:clamp(4rem,7vw,6rem)}.page-hero h1{font-size:clamp(3.2rem,6.5vw,5.25rem);margin-bottom:1.2rem}.page-hero>p:last-child{font-size:1.05rem}.hero--home{min-height:clamp(43rem,82svh,52rem)}.hero__content{padding-top:clamp(8.5rem,14vh,10.5rem);padding-bottom:4rem}.hero h1{font-size:clamp(3.4rem,6vw,5.35rem);margin-bottom:1.25rem}.hero__actions{margin-top:1.5rem}.hero-practice-index{padding-block:1rem}.hero-practice-index>a{padding:.65rem 0}.client-types{margin-top:1.8rem;padding-top:1rem}.practice-list>a{padding:1rem 0}.portal-story__features{margin-top:3rem;padding-top:1.5rem}.article-list{margin-top:2.5rem}.article-list>a{min-height:17rem;padding:1.25rem}.article-list time{margin-bottom:1.25rem}.footer{padding-top:3.5rem}.footer__mark{width:3.75rem}.footer__lead h2{font-size:clamp(2.6rem,5vw,4.4rem)}.footer__grid{margin:2.5rem 0 2rem;padding-top:1.5rem}.footer__locations{margin-top:1rem}.about-hero,.insights-hero,.team-hero{min-height:46vh}.about-dual__pillars{margin-top:3.25rem}.about-dual__pillars h3{margin-top:.8rem}.about-practices__list>a{padding:1rem 0}.about-method__list article{padding:1.1rem 0}.about-close h2{font-size:clamp(2.6rem,4.5vw,4.2rem)}.team-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--mist)}.team-profile{grid-template-columns:minmax(9rem,12rem) minmax(0,1fr);gap:clamp(1.5rem,3vw,3rem);padding:clamp(2.5rem,4vw,4rem) clamp(1.25rem,3vw,3rem);border-right:1px solid var(--mist)}.team-profile__identity--photo{width:min(100%,12rem)}.team-profile__bio h2{font-size:clamp(2.2rem,3vw,3.25rem);margin-bottom:1rem}.team-profile__credentials{margin-bottom:1.2rem;padding-top:.7rem}.team-profile__credentials li{font-size:.74rem}.team-profile__bio-copy p{font-size:.88rem;line-height:1.55}.team-profile__bio-copy p+p{margin-top:.8rem}.appointments-section__heading,.press-section__heading{padding-bottom:2.25rem;margin-bottom:0}.appointment{padding:1.6rem 0}.appointment h3{font-size:clamp(1.7rem,2.5vw,2.5rem)}.appointment strong{margin-bottom:.65rem}.press-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.press-list>a{display:grid;grid-template-columns:1fr auto;grid-gap:.75rem 1.5rem;gap:.75rem 1.5rem;padding:1.35rem;border-right:1px solid color-mix(in oklch,var(--white) 20%,transparent)}.press-list h3,.press-list>a>div{grid-column:1}.press-list p{display:none}.press-list svg{grid-column:2;grid-row:1/3}.press-list h3{font-size:clamp(1.25rem,1.7vw,1.6rem);margin:0}.authored-insights-heading{padding-bottom:2.25rem}.insights-grid{padding-bottom:4rem}.insight,.insight--lead{min-height:17rem}.insight--lead{grid-column:auto}.insight time{margin-bottom:1.5rem}.newsletter-band{padding-block:2.5rem}.newsletter-band h2{font-size:2.5rem}.contact-page,.newsletter-page{min-height:62vh;padding-block:clamp(4rem,7vw,6rem)}.contact-options>a,.contact-options>div{padding:1.2rem 0}.article-page,.legal-page{padding-block:4.5rem}.article-body{margin-top:3.5rem}.values>div{margin:2.5rem 0}@media(max-width:1100px){.team-list{grid-template-columns:1fr}.team-profile{grid-template-columns:12rem 1fr;border-right:0}.press-list{grid-template-columns:1fr 1fr}}@media(max-width:900px){.hero--home{min-height:auto}.hero-practice-index{margin-bottom:4rem}.section{padding-block:3.5rem}.team-profile{padding-block:2.5rem}.press-list{grid-template-columns:1fr}.insights-grid{padding-bottom:3rem}}@media(max-width:720px){.site-header{height:4.75rem}.about-hero,.insights-hero,.page-hero,.team-hero{min-height:42vh;padding-block:3.5rem}.page-hero h1{font-size:clamp(2.8rem,12vw,4rem)}.hero__content{padding-top:7.5rem;padding-bottom:2rem}.hero h1{font-size:clamp(2.9rem,13vw,4.25rem)}.hero-practice-index{margin-bottom:3rem}.section{padding-block:3rem}.footer{padding-top:3rem}.footer__grid{margin-block:2rem}.team-profile{grid-template-columns:7.5rem 1fr;gap:1.25rem;padding-block:2rem}.team-profile__identity--photo{width:7.5rem}.team-profile__bio>p:first-child{margin-bottom:.4rem}.team-profile__bio h2{font-size:2.25rem}.team-profile__bio-copy,.team-profile__credentials{grid-column:1/-1}.press-list>a{padding-inline:0}.article-list>a,.insight,.insight--lead{min-height:14rem}.contact-page,.newsletter-page{min-height:auto;padding-block:3.5rem}.about-hero,.insights-hero,.page-hero,.team-hero{min-height:34vh;padding-block:2.75rem}.page-hero>p:last-child{font-size:.95rem;line-height:1.5}.kicker{margin-bottom:1rem}.section{padding-block:2.5rem}.portal-story h2,.section-heading h2,.statement-grid h2{font-size:clamp(2.35rem,10vw,3.25rem)}.lead{font-size:1rem}.client-types{margin-top:1.25rem}.practice-list>a{padding:.75rem 0}.portal-story__features{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:2rem;padding-top:1rem}.portal-story__features p{display:none}.portal-story__features h3{font-size:.75rem;line-height:1.35}.portal-story__features svg{font-size:1.35rem}.article-list{margin-top:1.75rem}.article-list>a{min-height:11.5rem;padding:1rem}.article-list time{margin-bottom:.75rem}.article-list h3{font-size:1.4rem}.article-list p{display:none}.about-close h2,.about-dual__heading h2,.about-method__heading h2,.about-practices__heading h2{font-size:2.45rem}.about-dual__pillars{gap:1.75rem;margin-top:2rem}.about-dual__pillars article{padding-top:1rem}.about-dual__pillars h3{font-size:1rem}.about-dual__pillars p{font-size:.84rem;line-height:1.5}.about-practices{gap:2rem}.about-practices__list>a{padding:.72rem 0}.about-practices__list h3{font-size:.86rem}.about-method{gap:2rem}.about-method__heading>p:last-child{margin-bottom:0}.about-method__list article{padding:.85rem 0}.about-method__list p{display:none}.about-close{gap:1.5rem}.appointments-section__heading,.authored-insights-heading,.press-section__heading{padding-bottom:1.5rem}.appointment{padding:1.15rem 0}.appointment p{font-size:.82rem}.press-list>a{padding-block:1rem}.newsletter-band{padding-block:2rem}.newsletter-band h2{font-size:2.1rem}.footer{padding-top:2.25rem}.footer__lead{flex-direction:row;gap:1rem}.footer__mark{width:2.5rem}.footer__lead h2{font-size:2.25rem}.footer__grid{margin-block:1.5rem;gap:1.5rem}.footer__base{gap:.75rem 1.25rem}}.footer__grid{margin-top:0}.footer__compact-mark{display:block;width:2.1rem;height:auto;margin-bottom:1rem;color:var(--forest-bright)}.footer__base>a:first-of-type{margin-left:auto}@media(max-width:720px){.footer__base>a:first-of-type{margin-left:0}}.team-hero__copy{max-width:52rem}.team-hero__copy h1{max-width:48rem}.team-hero__copy>p:last-child{max-width:42rem;color:color-mix(in oklch,var(--white) 82%,transparent);font-size:1.05rem}@media(max-width:720px){.team-hero__copy>p:last-child{font-size:.95rem;line-height:1.5}}.team-profile__identity--nupoor-maharaj img{object-position:50% 5%;transform:scale(1.38);transform-origin:50% 5%}.team-profile__bio-copy{text-align:justify;text-justify:inter-word}.about-editorial-hero{min-height:55vh;grid-template-columns:minmax(0,.94fr) minmax(24rem,.76fr);grid-gap:clamp(3rem,8vw,8rem);gap:clamp(3rem,8vw,8rem);background:radial-gradient(circle at 18% 45%,color-mix(in oklch,var(--forest) 42%,transparent),transparent 37%),var(--carbon)}.about-counsel-map{position:relative;aspect-ratio:620/420;color:var(--forest-bright)}.about-counsel-map>svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.about-counsel-map__route{fill:none;stroke:currentColor;stroke-width:1.2;stroke-dasharray:.11 .045;animation:about-route-flow 12s linear infinite}.about-counsel-map__route--two{animation-direction:reverse;animation-duration:15s}.about-counsel-map circle{fill:currentColor;animation:about-node-pulse 3.8s var(--ease) infinite}.about-counsel-map__mark{position:absolute;left:50%;top:50%;width:clamp(6.5rem,12vw,10rem);height:auto;transform:translate(-50%,-50%);filter:drop-shadow(0 0 1.1rem color-mix(in oklch,var(--forest-bright) 28%,transparent))}.about-counsel-map__label{position:absolute;padding:.35rem .5rem;background:var(--carbon);border-block:1px solid color-mix(in oklch,var(--forest-bright) 42%,transparent);color:var(--mist);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.about-counsel-map__label--corporate{left:0;top:45%}.about-counsel-map__label--disputes{right:0;top:45%}.about-counsel-map__label--restructuring{left:38%;top:11%}.about-counsel-map__label--regulatory{right:35%;bottom:10%}.about-counsel-map>p{position:absolute;left:50%;bottom:-.25rem;transform:translateX(-50%);margin:0;color:var(--forest-bright);font-size:.62rem;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}@keyframes about-route-flow{to{stroke-dashoffset:-1}}@keyframes about-node-pulse{0%,to{opacity:.35}50%{opacity:1}}.about-editorial-model{display:grid;grid-template-columns:minmax(15rem,.72fr) minmax(0,1.28fr);grid-column-gap:clamp(2.5rem,5vw,5rem);column-gap:clamp(2.5rem,5vw,5rem);grid-row-gap:clamp(1.75rem,3vw,2.5rem);row-gap:clamp(1.75rem,3vw,2.5rem);padding-block:clamp(2.5rem,4vw,3.75rem);background:color-mix(in oklch,var(--forest-bright) 8%,var(--chalk));border-block:1px solid color-mix(in oklch,var(--forest-bright) 28%,var(--mist))}.about-editorial-model__heading>p{color:var(--forest);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.about-editorial-model__heading h2{max-width:15ch;font-size:clamp(2.15rem,3.6vw,3.35rem)}.about-editorial-model__pillars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem)}.about-editorial-model__pillars article{padding-top:1rem;border-top:2px solid var(--forest-bright)}.about-editorial-model__pillars span{color:var(--forest);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.about-editorial-model__pillars h3{font-size:clamp(1.75rem,2.5vw,2.35rem);margin:.75rem 0}.about-editorial-model__pillars p{margin:0;color:var(--graphite);font-size:.86rem;line-height:1.55}.about-editorial-model__principles{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;border-top:1px solid color-mix(in oklch,var(--forest) 25%,var(--mist))}.about-editorial-model__principles span{padding-top:1rem;color:var(--forest);font-size:.68rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase}.about-editorial-practices{display:block}.about-editorial-practices header{display:flex;align-items:baseline;justify-content:space-between;gap:2rem;padding-bottom:1rem;border-bottom:1px solid color-mix(in oklch,var(--white) 22%,transparent)}.about-editorial-practices header>p{margin:0}.about-editorial-practices header>span{color:var(--mist);font-size:.78rem}.about-editorial-practices>div{grid-template-columns:repeat(5,minmax(0,1fr))}.about-editorial-practices>div>a{grid-template-columns:1.5rem minmax(0,1fr) auto;grid-gap:.55rem;gap:.55rem;min-height:10.5rem;padding:1.25rem 1rem}.about-editorial-practices>div>a:not(:last-child){border-right:1px solid color-mix(in oklch,var(--white) 22%,transparent)}.about-editorial-practices>div>a>span{font-size:.62rem}.about-editorial-practices h3{grid-column:2;font-size:.84rem}.about-editorial-practices p{grid-column:2/-1;font-size:.7rem}.about-editorial-close{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:clamp(2.5rem,4.5vw,4rem) clamp(1.25rem,4vw,5rem);background:color-mix(in oklch,var(--forest-bright) 8%,var(--chalk));border-top:1px solid color-mix(in oklch,var(--forest-bright) 28%,var(--mist))}.about-editorial-close p{margin-bottom:.7rem;color:var(--forest);font-size:.66rem;letter-spacing:.13em;text-transform:uppercase}.about-editorial-close h2{margin:0;font-size:clamp(2.25rem,3.7vw,3.5rem)}.about-editorial-close>div:last-child{display:flex;align-items:center;gap:1.5rem;flex:0 0 auto}@media(max-width:1000px){.about-editorial-practices>div{grid-template-columns:repeat(2,minmax(0,1fr))}.about-editorial-practices>div>a{min-height:8rem;border-right:1px solid color-mix(in oklch,var(--white) 22%,transparent)}.about-editorial-practices>div>a:nth-child(2n){border-right:0}}@media(max-width:900px){.about-editorial-hero{grid-template-columns:1fr;gap:1.5rem;min-height:auto}.about-counsel-map{width:min(100%,36rem);margin-inline:auto}.about-editorial-model{grid-template-columns:1fr}.about-editorial-model__heading h2{max-width:18ch}.about-editorial-close{align-items:flex-start;flex-direction:column}}@media(max-width:720px){.about-editorial-hero{gap:.75rem;padding-block:2.75rem}.about-counsel-map{aspect-ratio:620/340}.about-counsel-map__mark{width:5.5rem}.about-counsel-map__label{font-size:.52rem}.about-counsel-map__label--restructuring{top:4%}.about-counsel-map__label--regulatory{bottom:1%}.about-counsel-map>p{bottom:-.5rem;font-size:.54rem}.about-editorial-model__pillars{grid-template-columns:1fr;gap:1.5rem}.about-editorial-model__principles{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem}.about-editorial-model__principles span{font-size:.58rem}.about-editorial-practices header{align-items:flex-start;flex-direction:column;gap:.35rem}.about-editorial-practices>div{grid-template-columns:1fr}.about-editorial-practices>div>a,.about-editorial-practices>div>a:nth-child(2n){min-height:0;padding-inline:0;border-right:0}.about-editorial-practices p{display:none}.about-editorial-close>div:last-child{align-items:flex-start;flex-direction:column;gap:1rem}}@media(prefers-reduced-motion:reduce){.about-counsel-map circle,.about-counsel-map__route{animation:none!important}}.varah-mark{aspect-ratio:1003/976;background:var(--forest-bright);-webkit-mask:url(/brand/varah-v-mark.png) center/contain no-repeat;mask:url(/brand/varah-v-mark.png) center/contain no-repeat}.about-editorial-hero{min-height:58vh;display:grid;grid-template-columns:minmax(0,.95fr) minmax(22rem,.8fr);grid-gap:clamp(3rem,7vw,7rem);gap:clamp(3rem,7vw,7rem);padding-right:clamp(1.25rem,6vw,7rem);background:radial-gradient(circle at 24% 42%,color-mix(in oklch,var(--forest-bright) 23%,transparent),transparent 38%),var(--carbon)}.about-editorial-hero__copy h1{max-width:12ch}.about-editorial-hero__copy h1 em{color:var(--forest-bright);font-style:normal}.about-editorial-hero__copy>p:last-child{max-width:38rem;color:var(--mist);font-size:1.02rem}.about-editorial-hero__visual{margin:0;align-self:stretch;min-height:24rem;display:flex;flex-direction:column;justify-content:center}.about-editorial-hero__visual>div{height:clamp(18rem,34vw,31rem);overflow:hidden;border:1px solid color-mix(in oklch,var(--forest-bright) 42%,transparent)}.about-editorial-hero__visual img{filter:grayscale(1) contrast(1.1);animation:about-cinematic-drift 16s ease-in-out infinite alternate}.about-editorial-hero__visual figcaption{display:flex;justify-content:space-between;gap:1rem;color:var(--forest-bright);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.about-editorial-hero>.ambient-graphic{right:-15rem;opacity:.2}.about-editorial-hero .route-line{position:absolute;bottom:-3.5rem;opacity:.65}@keyframes about-cinematic-drift{0%{transform:scale(1.02) translateX(0)}to{transform:scale(1.11) translateX(-2%)}}.about-editorial-practices{display:grid;grid-template-columns:minmax(16rem,.55fr) minmax(0,1.45fr);grid-gap:clamp(3rem,8vw,8rem);gap:clamp(3rem,8vw,8rem)}.about-editorial-practices header{display:block;padding:0;border:0}.about-editorial-practices header>p{color:var(--forest-bright);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.about-editorial-practices header h2{max-width:13ch;font-size:clamp(2.6rem,4.5vw,4.2rem)}.about-editorial-practices>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid color-mix(in oklch,var(--white) 22%,transparent)}.about-editorial-practices>div>a{display:grid;grid-template-columns:2rem minmax(0,1fr) auto;grid-gap:.35rem 1rem;gap:.35rem 1rem;align-content:start;min-height:0;padding:1rem;border-right:0;border-bottom:1px solid color-mix(in oklch,var(--white) 22%,transparent);transition:background .2s var(--ease),color .2s var(--ease)}.about-editorial-practices>div>a:nth-child(odd){border-right:1px solid color-mix(in oklch,var(--white) 22%,transparent)}.about-editorial-practices>div>a:hover{color:var(--forest-bright);background:color-mix(in oklch,var(--forest) 16%,transparent)}.about-editorial-practices>div>a>span{color:var(--forest-bright);font-size:.66rem}.about-editorial-practices h3{grid-column:auto;font-family:var(--sans);font-size:.92rem;font-weight:600;line-height:1.35;margin:0}.about-editorial-practices p{grid-column:2;margin:0;color:var(--mist);font-size:.74rem;line-height:1.45}.about-editorial-practices svg{grid-column:3;grid-row:1}@media(max-width:900px){.about-editorial-hero{grid-template-columns:1fr;gap:2rem;min-height:auto}.about-editorial-hero__visual{min-height:0}.about-editorial-hero__visual>div{height:16rem}.about-editorial-practices{grid-template-columns:1fr}.about-editorial-practices header h2{max-width:18ch}}@media(max-width:720px){.about-editorial-hero{gap:1.5rem;padding-block:2.75rem}.about-editorial-hero__visual>div{height:12rem}.about-editorial-hero__visual figcaption{font-size:.58rem}.about-editorial-practices>div{grid-template-columns:1fr}.about-editorial-practices{gap:1.75rem}.about-editorial-practices>div>a,.about-editorial-practices>div>a:nth-child(odd){padding:.72rem 0;border-right:0}.about-editorial-practices p{display:none}.about-editorial-hero .route-line{bottom:-5rem}}@media(prefers-reduced-motion:reduce){.about-editorial-hero__visual img{animation:none!important}}.about-editorial-hero{display:flex;align-items:center;min-height:68vh;padding:clamp(5rem,8vw,7rem) clamp(1.25rem,8vw,10rem);background:var(--carbon)}.about-editorial-hero>.about-editorial-hero__visual{position:absolute;z-index:0;inset:0;display:block;min-height:0;margin:0}.about-editorial-hero__visual>div{position:absolute;inset:0;height:auto;border:0}.about-editorial-hero__visual>div:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in oklch,var(--carbon) 96%,transparent) 0,color-mix(in oklch,var(--carbon) 82%,transparent) 46%,color-mix(in oklch,var(--carbon) 28%,transparent) 78%,color-mix(in oklch,var(--carbon) 48%,transparent) 100%)}.about-editorial-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:grayscale(1) contrast(1.13) brightness(.82)}.about-editorial-hero__visual figcaption{position:absolute;z-index:2;right:clamp(1.25rem,4vw,5rem);bottom:1.4rem;left:auto;width:min(31rem,38vw);padding:.75rem 0;border-top:1px solid color-mix(in oklch,var(--forest-bright) 55%,transparent)}.about-editorial-hero__copy{position:relative;z-index:3;width:min(45rem,61vw)}.about-editorial-hero__copy h1{font-size:clamp(3.4rem,6.4vw,5.7rem);letter-spacing:-.035em;text-shadow:0 2px 8px color-mix(in oklch,var(--carbon) 55%,transparent)}.about-editorial-hero__copy>p:last-child{max-width:36rem;color:var(--white);text-shadow:0 1px 5px var(--carbon)}.about-editorial-hero .route-line{z-index:2;bottom:-2.5rem;opacity:.82}@media(max-width:900px){.about-editorial-hero{display:flex;min-height:64vh;padding-block:4rem}.about-editorial-hero__copy{width:min(42rem,78vw)}.about-editorial-hero__visual figcaption{width:min(28rem,55vw)}}@media(max-width:720px){.about-editorial-hero{min-height:68vh;padding-block:3.75rem 5.5rem}.about-editorial-hero__copy{width:100%}.about-editorial-hero__copy h1{font-size:clamp(2.85rem,12.5vw,4rem)}.about-editorial-hero__visual img{object-position:64% center}.about-editorial-hero__visual>div:after{background:linear-gradient(90deg,color-mix(in oklch,var(--carbon) 94%,transparent),color-mix(in oklch,var(--carbon) 62%,transparent)),linear-gradient(0deg,color-mix(in oklch,var(--carbon) 55%,transparent),transparent 55%)}.about-editorial-hero__visual figcaption{right:1.25rem;bottom:1rem;left:1.25rem;width:auto}.about-editorial-hero .route-line{bottom:-4.5rem;opacity:.62}}.about-editorial-practices{grid-template-columns:minmax(10rem,.3fr) minmax(0,1.7fr);gap:clamp(2rem,5vw,5rem)}.about-editorial-practices header h2{max-width:none;margin:0;font-size:clamp(2.1rem,3.2vw,3rem)}@media(max-width:900px){.about-editorial-practices{grid-template-columns:1fr;gap:1.5rem}}:focus-visible{outline-color:var(--forest)}.brand{color:var(--forest)}.brand__mark{color:currentColor}.portal-brand,.site-header--dark .brand{color:var(--forest-bright)}.practice-section--light{background:var(--chalk);color:var(--carbon);border-block:1px solid var(--mist)}.practice-section--light .practice-list span,.practice-section--light .section-heading>p{color:var(--forest)}.practice-section--light .practice-list>a{border-color:var(--mist)}.practice-section--light .practice-list>a:hover{color:var(--forest)}.practice-section--light .practice-list p{color:var(--graphite)}.portal-brand,.site-header--dark .brand{color:var(--white)}.footer__compact-mark,.login-brand>.varah-mark,.portal-brand .varah-mark,.site-header--dark .brand__mark{background:var(--white)}.about-editorial-hero__copy h1 em,.about-editorial-hero__visual figcaption,.about-editorial-practices header>p,.about-editorial-practices>div>a>span,.footer__label,.footer__locations span,.login-brand>p,.page-hero--dark .kicker,.press-list span,.press-section__heading>p,.section--dark .section-heading>p,.section--dark .values span,.startup-practice__intro>p,.startup-services span{color:var(--white)}.insights-hero--simple{min-height:42vh;background:var(--chalk);color:var(--carbon);border-bottom:1px solid var(--mist)}.insights-hero--simple h1{max-width:14ch}.insights-hero--simple>p:last-child{max-width:42rem;color:var(--graphite)}.appointments-section--featured{background:var(--white);border:0;border-bottom:1px solid var(--mist)}.appointments-section--featured .appointment{border-color:var(--mist)}.press-section--light{background:var(--chalk);color:var(--carbon)}.press-section--light .press-list span,.press-section--light .press-section__heading>p{color:var(--forest)}.press-section--light .press-list time,.press-section--light .press-section__heading>span{color:var(--graphite)}.press-section--light .press-list{display:block;border-color:var(--mist)}.press-section--light .press-list>a,.press-section--light .press-list>a:first-child{display:grid;grid-template-columns:minmax(11rem,.35fr) minmax(18rem,1fr) auto;grid-gap:2rem;gap:2rem;align-items:start;min-height:0;padding:1.5rem 0;border-right:0;border-bottom:1px solid var(--mist);background:transparent}.press-section--light .press-list h3,.press-section--light .press-list>a:first-child h3{grid-column:auto;margin:0;max-width:44rem;color:var(--carbon);font-size:clamp(1.3rem,2vw,1.8rem)}.press-section--light .press-list p,.press-section--light .press-list>a:first-child p{display:none}.press-section--light .press-list svg{position:static;grid-column:auto;grid-row:auto;color:var(--forest)}.authored-insights-heading,.insights-grid{background:var(--white)}.insights-grid{display:block;padding-top:0}.insight,.insight--lead{min-height:0;padding:2rem 0;border-right:0;background:transparent;transform:none}.insight:hover{background:transparent;transform:none;color:var(--forest)}.insight time{margin-bottom:1.25rem}.insight h2{max-width:52rem;font-size:clamp(2rem,3.5vw,3.25rem)}.insight p{color:var(--graphite)}.newsletter-band--light{background:var(--chalk);color:var(--carbon);border-top:1px solid var(--mist)}.newsletter-band--light p{max-width:48rem;color:var(--graphite)}@media(max-width:720px){.press-section--light .press-list>a,.press-section--light .press-list>a:first-child{grid-template-columns:1fr auto;gap:.5rem 1rem}.press-section--light .press-list h3,.press-section--light .press-list>a>div{grid-column:1}.press-section--light .press-list svg{grid-column:2;grid-row:1/3}.insights-hero--simple{min-height:34vh}.insight,.insight--lead{padding:1.5rem 0}}.about-editorial-hero--light{display:flex;align-items:center;min-height:58vh;padding:clamp(5rem,8vw,7rem) clamp(1.25rem,8vw,10rem);background:var(--chalk);color:var(--carbon);border-bottom:1px solid var(--mist)}.about-editorial-hero--light .about-editorial-hero__copy{position:relative;z-index:1;width:min(46rem,68vw)}.about-editorial-hero--light .about-editorial-hero__copy h1{font-size:clamp(3.4rem,6.4vw,5.7rem);text-shadow:none}.about-editorial-hero--light .about-editorial-hero__copy h1 em{color:var(--forest)}.about-editorial-hero--light .about-editorial-hero__copy>p:last-child{color:var(--graphite);text-shadow:none}.about-editorial-hero--light>.ambient-graphic{right:clamp(-13rem,-7vw,-5rem);width:min(54vw,47rem);opacity:.28}.about-editorial-model__pillars article>p{margin-top:1rem}.about-editorial-practices--light{background:var(--white);color:var(--carbon);border-block:1px solid var(--mist)}.about-editorial-practices--light header h2{color:var(--carbon)}.about-editorial-practices--light>div,.about-editorial-practices--light>div>a,.about-editorial-practices--light>div>a:nth-child(odd){border-color:var(--mist)}.about-editorial-practices--light header>p,.about-editorial-practices--light>div>a>span{color:var(--forest)}.about-editorial-practices--light p{color:var(--graphite)}.about-editorial-practices--light>div>a:hover{color:var(--forest);background:color-mix(in oklch,var(--forest) 7%,transparent)}.team-hero--light{background:var(--chalk);color:var(--carbon);border-bottom:1px solid var(--mist)}.team-hero--light .team-hero__copy>p:last-child{color:var(--graphite)}.team-hero--light>.ambient-graphic{opacity:.25}.team-profile__identity{background:color-mix(in oklch,var(--forest) 8%,var(--chalk));color:var(--forest)}.startup-practice--light{background:var(--white);color:var(--carbon);border-block:1px solid var(--mist)}.startup-practice--light .startup-practice__intro>p:first-child,.startup-practice--light .startup-services span{color:var(--forest)}.startup-practice--light .startup-practice__intro>p,.startup-practice--light .startup-services p{color:var(--graphite)}.startup-practice--light .startup-services,.startup-practice--light .startup-services article{border-color:var(--mist)}.startup-practice--light>.ambient-graphic{opacity:.1}.values--light{background:var(--chalk);color:var(--carbon);border-block:1px solid var(--mist)}.values--light article{border-color:var(--mist)}.values--light article span{color:var(--forest)}.values--light article p{color:var(--graphite)}.values--light>.ambient-graphic{opacity:.1}.insights-hero--simple>.ambient-graphic{opacity:.18}@media(max-width:720px){.about-editorial-hero--light{min-height:52vh;padding-block:3.5rem}.about-editorial-hero--light .about-editorial-hero__copy{width:100%}.about-editorial-hero--light>.ambient-graphic{right:-16rem;width:42rem;opacity:.15}.team-hero--light>.ambient-graphic{right:-16rem;opacity:.14}}.about-editorial-hero--light{display:grid;grid-template-columns:minmax(0,.95fr) minmax(22rem,.72fr);grid-gap:clamp(2.5rem,7vw,7rem);gap:clamp(2.5rem,7vw,7rem)}.about-editorial-hero--light>.about-editorial-hero__visual{position:relative;z-index:1;inset:auto;display:flex;min-height:0;margin:0;align-self:center}.about-editorial-hero--light .about-editorial-hero__visual>div{position:relative;inset:auto;width:100%;height:clamp(19rem,32vw,29rem);border:0;overflow:hidden}.about-editorial-hero--light .about-editorial-hero__visual>div:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,color-mix(in oklch,var(--carbon) 25%,transparent))}.about-editorial-hero--light .about-editorial-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:grayscale(.35) contrast(1.06);animation:about-cinematic-drift 16s ease-in-out infinite alternate}.about-editorial-hero--light .about-editorial-hero__visual figcaption{position:static;width:100%;padding:.75rem 0 0;border:0;color:var(--forest)}@media(max-width:900px){.about-editorial-hero--light{grid-template-columns:1fr;gap:2rem}.about-editorial-hero--light .about-editorial-hero__copy{width:min(42rem,100%)}.about-editorial-hero--light>.about-editorial-hero__visual{width:min(100%,42rem)}.about-editorial-hero--light .about-editorial-hero__visual>div{height:18rem}}@media(max-width:720px){.about-editorial-hero--light{padding-bottom:3rem}.about-editorial-hero--light .about-editorial-hero__visual>div{height:13rem}.about-editorial-hero--light .about-editorial-hero__visual figcaption{right:auto;bottom:auto;left:auto;width:100%;font-size:.56rem}}