@keyframes headerDropIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--background-dark);border-bottom:1px solid hsla(0,0%,100%,.1);animation:headerDropIn .6s cubic-bezier(.16,1,.3,1);transition:box-shadow .2s,background .2s}header.header--scrolled{box-shadow:0 8px 24px rgba(0,0,0,.18)}header .topbar{background:var(--primary)}header .topbar__inner{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;max-width:1120px;margin:0 auto;padding:.25rem 1.5rem}header .topbar__hours{color:var(--primary-light);padding-right:1.5rem;border-right:1px solid hsla(0,0%,100%,.25)}header .topbar__hours,header .topbar__phone{font-family:Manrope,sans-serif;font-size:.75rem}header .topbar__phone{display:flex;align-items:center;gap:.25rem;font-weight:500;color:var(--text-on-dark);text-decoration:none}header .topbar__phone svg{width:14px;height:14px}header .topbar__phone:hover{color:var(--primary-light)}header nav{gap:1.5rem;max-width:1400px;margin:0 auto;padding:1rem 1.5rem}header nav,header nav .logo{display:flex;align-items:center}header nav .logo{text-decoration:none;flex-shrink:0;margin-left:7rem;margin-right:auto}header nav .logo img{height:54px;width:auto}header nav .links{display:flex;align-items:center;gap:.125rem}header nav a{position:relative;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.75);text-decoration:none;white-space:nowrap;padding:.5rem .6rem;transition:color .2s,background .2s}header nav a:after{content:"";position:absolute;left:.6rem;right:.6rem;bottom:6px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.16,1,.3,1)}header nav .cta{flex-shrink:0;margin-right:7rem;background:var(--accent);color:var(--background-dark);padding:.5rem 1.5rem;transition:background .2s,color .2s,transform .2s}header nav .cta:hover{background:var(--accent-hover);color:var(--text-on-dark);transform:translateY(-2px)}header .logo img{transition:transform .2s}header .menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:rgba(27,42,74,.55);border:1px solid transparent;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer;flex-shrink:0;transition:background .2s}header .menu-toggle.is-open,header .menu-toggle:hover{background:rgba(27,42,74,.85)}header .menu-toggle span{display:block;height:2px;background:var(--text-on-dark);transition:transform .2s,opacity .2s,width .2s}header .menu-toggle span:first-child{width:24px}header .menu-toggle span:nth-child(2){width:18px}header .menu-toggle span:nth-child(3),header .menu-toggle:hover span{width:24px}header .menu-toggle.is-open span:first-child{transform:translateY(7px) rotate(45deg);width:24px}header .menu-toggle.is-open span:nth-child(2){opacity:0}header .menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);width:24px}header .mobile-menu{display:none;flex-direction:column;max-height:0;overflow:hidden;background:var(--primary);border-top:1px solid hsla(0,0%,100%,.1);transition:max-height .4s cubic-bezier(.16,1,.3,1)}header .mobile-menu a{font-family:Manrope,sans-serif;font-size:1rem;font-weight:500;color:var(--text-on-dark);text-decoration:none;padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1);opacity:0;transform:translateX(-12px);transition:color .2s,background .2s,opacity .35s ease,transform .35s ease}header .mobile-menu a:hover{color:var(--accent);background:hsla(0,0%,100%,.06)}header .mobile-menu .cta{margin:1.5rem;text-align:center;background:var(--accent);color:var(--background-dark);padding:.5rem 1.5rem;border-bottom:none}header .mobile-menu.is-open{max-height:90vh;overflow-y:auto}header .mobile-menu.is-open a{opacity:1;transform:translateX(0)}header .mobile-menu.is-open a:first-child{transition-delay:.05s}header .mobile-menu.is-open a:nth-child(2){transition-delay:.1s}header .mobile-menu.is-open a:nth-child(3){transition-delay:.15s}header .mobile-menu.is-open a:nth-child(4){transition-delay:.2s}header .mobile-menu.is-open a:nth-child(5){transition-delay:.25s}header .mobile-menu.is-open a:nth-child(6){transition-delay:.3s}header .mobile-menu.is-open a:nth-child(7){transition-delay:.35s}header .mobile-menu.is-open a:nth-child(8){transition-delay:.4s}header .mobile-menu.is-open a:nth-child(9){transition-delay:.45s}header .mobile-menu.is-open a:nth-child(10){transition-delay:.5s}@media(max-width:1300px){header nav .cta,header nav .links{display:none}header nav .logo{margin-left:0}header .menu-toggle,header .mobile-menu{display:flex}}@media(max-width:1024px){header .topbar__inner{padding:.25rem 1rem}}@media(max-width:768px){header .topbar__inner{flex-direction:column;align-items:flex-end;gap:2px;text-align:right}header .topbar__hours{font-size:.7rem;padding-right:0;border-right:none}header .topbar__phone{font-size:.7rem}header nav{padding:.5rem 1rem}header .logo img{height:40px}}@media(max-width:360px){header .topbar__hours,header .topbar__phone{font-size:.65rem}}header.header--overlay{position:absolute;top:0;left:0;width:100%;background:transparent;border-bottom:none}header.header--overlay .topbar{background:transparent;border-bottom:1px solid hsla(0,0%,100%,.15)}header.header--overlay nav .links a{color:var(--text-on-dark);text-shadow:0 1px 4px rgba(0,0,0,.55)}header.header--overlay .logo img{filter:drop-shadow(0 1px 4px rgba(0,0,0,.55))}footer,header.header--menu-open,header.header--menu-open .topbar{background:var(--primary)}footer{margin-top:auto;border-top:2px solid var(--accent)}footer .footer__top{max-width:1120px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:4rem;gap:4rem}footer .footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}footer .footer__logo{width:160px;height:auto;transition:transform .2s}footer .footer__logo:hover{transform:scale(1.05)}footer .footer__brand p{font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.6;color:var(--text-muted);max-width:280px}footer .footer__phone{font-family:Prata,serif;font-size:.875rem;color:var(--accent);text-decoration:none;display:inline-block;transition:color .2s,transform .2s}footer .footer__phone:hover{color:var(--accent-hover);transform:translateX(4px)}footer .footer__col h4{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-on-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}footer .footer__col nav{display:flex;flex-direction:column;gap:.5rem}footer .footer__col a{display:inline-block;font-family:Manrope,sans-serif;font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .2s,transform .2s}footer .footer__col a:hover{color:var(--accent);transform:translateX(4px)}footer .footer__bottom{border-top:1px solid var(--border-dark)}footer .footer__bottom p{max-width:1120px;margin:0 auto;padding:1.5rem;font-family:Manrope,sans-serif;font-size:.75rem;color:var(--text-muted);letter-spacing:.05em}@media(max-width:1024px){footer .footer__top{grid-template-columns:1fr 1fr}footer .footer__brand{grid-column:1/-1}}@media(max-width:768px){footer .footer__top{grid-template-columns:1fr}}@keyframes heroFigureIn{0%{opacity:0;transform:scale(.94)}to{opacity:var(--figure-opacity,1);transform:scale(1)}}.hero{position:relative;overflow:hidden;min-height:82vh;background-image:url(/backgrounds/law-hero-section-3.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero:before{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(27,42,74,.95) 0,rgba(27,42,74,.75) 35%,rgba(27,42,74,.2) 65%,rgba(27,42,74,0) 85%)}.hero__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:6rem 1.5rem;min-height:82vh;display:flex;align-items:center}.hero__content{max-width:460px}.hero__content>*{opacity:0;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}.hero__content>:first-child{animation-delay:.15s}.hero__content>:nth-child(2){animation-delay:.3s}.hero__content>:nth-child(3){animation-delay:.45s}.hero__content>:nth-child(4){animation-delay:.6s}.hero__figure{position:absolute;z-index:0;bottom:0;right:-50px;height:165%;width:60%;pointer-events:none;--figure-opacity:1;opacity:0;animation:heroFigureIn 1.1s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.35s}.hero__figure img{height:100%;width:100%;object-fit:contain;object-position:bottom right}.hero h1{font-size:clamp(2.5rem,4.2vw,3.75rem);line-height:1.1;color:var(--text-on-dark);margin-bottom:1rem;margin-top:4rem}.hero h1 .accent{color:var(--accent)}.hero p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light)}.hero__actions{display:flex;align-items:center;gap:1.5rem;margin:2rem 0}.hero .btn{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.hero .btn--primary{background:var(--accent);color:var(--background-dark);padding:.5rem 2rem;border:3px solid transparent}.hero .btn--primary:hover{background:var(--accent-hover);color:var(--text-on-dark);transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.25)}.hero .btn--outline{position:relative;z-index:1;overflow:hidden;padding:.5rem 2rem;border:3px solid var(--accent);text-transform:uppercase;letter-spacing:.05em;background-color:transparent}.hero .btn--outline:hover{transform:translateY(-3px)}.hero .btn--outline:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--accent);transform:translateX(-100%);transition:transform .3s;z-index:-1}.hero .btn--outline:hover:before{transform:translateX(0)}.hero .btn__label{position:relative;color:var(--text-on-dark)}.hero__stats{display:flex;gap:4rem;padding-top:2rem;border-top:1px solid rgba(184,150,90,.396)}.hero__stats div{display:flex;flex-direction:column;gap:.25rem}.hero__stats strong{font-family:Prata,serif;font-size:1.75rem;color:var(--text-on-dark)}.hero__stats span{font-family:Manrope,sans-serif;font-size:.75rem;color:var(--primary-light);text-transform:uppercase;letter-spacing:.05em}@media(max-width:768px){.hero{min-height:82vh;background-position:50%}.hero__inner{min-height:82vh;align-items:flex-end;padding-bottom:4rem}.hero__figure{width:70%;opacity:.35}.hero__actions{gap:.5rem}.hero .btn{flex:1 1;font-size:.75rem;white-space:nowrap;text-align:center}.hero .btn--outline,.hero .btn--primary{padding:.5rem 1rem}}@media(max-width:360px){.hero .btn{flex:1 1 auto}.hero .btn--outline,.hero .btn--primary{padding:.5rem;letter-spacing:0}}.sub-hero{position:relative;overflow:hidden;min-height:450px;display:flex;align-items:flex-end;background-color:var(--primary);background-size:cover;background-position:50%;background-repeat:no-repeat}.sub-hero__icon{position:absolute;z-index:1;bottom:-300px;right:4%;width:660px;height:660px;object-fit:contain;object-position:bottom;opacity:1;pointer-events:none}.sub-hero__icon--small{bottom:-60px;width:420px;height:420px;right:10%}.sub-hero__overlay{position:absolute;inset:0;z-index:0}.sub-hero__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;width:100%;padding:1.5rem 1.5rem 4rem}.sub-hero__breadcrumbs{display:flex;align-items:center;gap:.25rem;font-family:Manrope,sans-serif;font-size:.875rem;color:var(--primary-light);margin-bottom:1rem}.sub-hero__breadcrumbs a{color:var(--primary-light);text-decoration:none;transition:color .2s}.sub-hero__breadcrumbs a:hover,.sub-hero__breadcrumbs span[aria-current=page]{color:var(--accent)}.sub-hero h1{font-family:Prata,serif;font-weight:400;font-size:clamp(2.25rem,4vw,3.25rem);line-height:1.15;color:var(--text-on-dark);margin-bottom:1rem}.sub-hero p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light);max-width:620px}@media(max-width:1024px){.sub-hero{min-height:400px}.sub-hero__icon{width:420px;height:420px;bottom:-160px;right:2%}.sub-hero__icon--small{width:280px;height:280px;bottom:-40px;right:8%}.sub-hero__inner{padding:1.5rem 1.5rem 2rem}}@media(max-width:768px){.sub-hero{min-height:420px}.sub-hero__icon{width:300px;height:300px;bottom:-50px}.sub-hero__icon--small{width:180px;height:180px;bottom:-20px}.sub-hero__inner{padding:96px 1rem 1.5rem}.sub-hero__breadcrumbs{font-size:.75rem;flex-wrap:wrap}.sub-hero h1{font-size:clamp(1.85rem,7vw,2.5rem)}.sub-hero p{font-size:.875rem;max-width:100%}}@media(max-width:400px){.sub-hero__icon{opacity:.6}}.about-us{background:var(--primary)}.about-us__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.about-us__intro{display:grid;grid-template-columns:.8fr 1.2fr;align-items:stretch;grid-gap:4rem;gap:4rem;margin-bottom:4rem}.about-us__intro p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light);margin-top:1.5rem}.about-us__intro.reveal>.about-us__image{transform:translateX(-40px)}.about-us__intro.reveal>.about-us__col{transform:translateX(40px)}.about-us__intro.reveal.is-visible>*{transform:translateX(0)}.about-us__col{display:flex;flex-direction:column}.about-us__image{display:flex;justify-content:center;height:100%}.about-us__image img{width:100%;max-width:460px;height:100%;object-fit:cover;display:block}.about-us__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:var(--text-on-dark)}.about-us__underline{display:block;width:64px;height:3px;background:var(--accent);margin-top:1rem}.about-us__links{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.about-us .btn{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.about-us .btn--primary{background:var(--accent);color:var(--background-dark);padding:.5rem 2rem;border:3px solid transparent}.about-us .btn--primary:hover{background:var(--accent-hover);color:var(--text-on-dark);transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.25)}.about-us .btn--outline{position:relative;z-index:1;overflow:hidden;padding:.5rem 2rem;border:3px solid var(--accent);text-transform:uppercase;letter-spacing:.05em;background-color:transparent}.about-us .btn--outline:hover{transform:translateY(-3px)}.about-us .btn--outline:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:var(--accent);transform:translateX(-100%);transition:transform .3s;z-index:-1}.about-us .btn--outline:hover:before{transform:translateX(0)}.about-us .btn__label{position:relative;color:var(--text-on-dark)}.about-us__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.2)}.about-us__card{position:relative;overflow:hidden;background:var(--primary);padding:2rem;border-top:3px solid var(--accent)}.about-us__card h3{position:relative;z-index:1;font-family:Prata,serif;font-weight:400;font-size:1.125rem;color:var(--text-on-dark);margin-bottom:.5rem}.about-us__card p{position:relative;z-index:1;font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.6;color:var(--primary-light)}.about-us__card-icon{position:absolute;z-index:0;bottom:-6px;right:-6px;width:110px;height:110px;object-fit:contain;opacity:.5;pointer-events:none}@media(max-width:1024px){.about-us__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-us__intro{grid-template-columns:1fr;gap:1.5rem}.about-us__image{height:auto}.about-us__image img{max-width:320px;height:auto;aspect-ratio:1/1;object-fit:cover}.about-us__grid{grid-template-columns:1fr}.about-us__links{flex-direction:column;align-items:flex-start;gap:.5rem}}.cities{background:var(--primary)}.cities__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.cities__intro{max-width:720px;margin:0 0 1rem;text-align:left}.cities__intro p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light);margin-top:1.5rem}.cities__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:var(--text-on-dark)}.cities__underline{display:block;width:64px;height:3px;background:var(--accent);margin-top:1rem}.cities__row{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:1.5rem;gap:1.5rem}.cities__row--reverse .cities__image{order:2}.cities__row--reverse .cities__content{order:1;text-align:left}.cities__image img{width:100%;height:auto;max-width:480px;display:block;margin:0 auto;object-fit:cover}.cities__content{text-align:right}.cities__content h3{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.25rem);color:var(--accent);margin-bottom:.25rem}.cities__subtitle{display:block;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-light)}.cities__address,.cities__subtitle{font-family:Manrope,sans-serif;font-size:.875rem;margin-bottom:1rem}.cities__address{color:var(--text-on-dark)}.cities__text{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light)}@media(max-width:768px){.cities__row{grid-template-columns:1fr}.cities__row .cities__image,.cities__row--reverse .cities__image{order:1}.cities__row .cities__content,.cities__row--reverse .cities__content{order:2;text-align:left}.cities__image img{max-width:320px}}.why-us__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.why-us__top{background:var(--background)}.why-us__heading{text-align:left;margin-bottom:2rem}.why-us__heading h2{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:var(--primary)}.why-us__reasons{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.why-us__reason{padding-top:1.5rem;border-top:3px solid var(--accent)}.why-us__reason h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;line-height:1.35;color:var(--primary);margin-bottom:.5rem}.why-us__reason p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--text-secondary)}.why-us__bottom{background:var(--primary)}.why-us__figures{display:flex;flex-wrap:wrap;gap:4rem}.why-us__figure{display:flex;flex-direction:column;gap:.25rem;padding-right:4rem;border-right:1px solid hsla(0,0%,100%,.2)}.why-us__figure:last-child{padding-right:0;border-right:none}.why-us__figure strong{font-family:Prata,serif;font-weight:400;font-size:1.75rem;color:var(--accent)}.why-us__figure span{font-family:Manrope,sans-serif;font-size:.75rem;color:var(--primary-light);text-transform:uppercase;letter-spacing:.05em}@media(max-width:1024px){.why-us__reasons{grid-template-columns:1fr 1fr}}@media(max-width:768px){.why-us__reasons{grid-template-columns:1fr;gap:1.5rem}.why-us__figures{gap:1.5rem}.why-us__figure{padding-right:1.5rem}}@keyframes yourNeedsPanelIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.your-needs{background:var(--primary)}.your-needs__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.your-needs__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:4rem}.your-needs__filter{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;color:var(--primary-light);background:transparent;border:1px solid hsla(0,0%,100%,.25);padding:.5rem 1.5rem;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.your-needs__filter:hover{border-color:var(--accent);color:var(--text-on-dark)}.your-needs__filter.is-active{background:var(--accent);border-color:var(--accent);color:var(--background-dark)}.your-needs__panels{display:flex;flex-direction:column;gap:4rem}.your-needs__panel{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;animation:yourNeedsPanelIn .4s cubic-bezier(.16,1,.3,1)}.your-needs__panel+.your-needs__panel{padding-top:4rem;border-top:1px solid hsla(0,0%,100%,.15)}.your-needs__col-image{display:flex}.your-needs__square{position:relative;overflow:hidden;aspect-ratio:1/1;width:100%;background-color:var(--primary-hover);display:flex;align-items:flex-end;padding:4rem 2rem}.your-needs__square-img{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82}.your-needs__square:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(0deg,rgba(27,42,74,.95) 0,rgba(27,42,74,.85) 55%,rgba(27,42,74,.5) 80%,rgba(27,42,74,.1))}.your-needs__square-frame{position:absolute;z-index:2;inset:1.5rem;border:1px solid var(--accent);pointer-events:none}.your-needs__square-content{position:relative;z-index:3}.your-needs__square-content h3{font-family:Prata,serif;font-weight:400;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.25;color:var(--accent);margin-bottom:.5rem}.your-needs__square-content p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light)}.your-needs__square-content p.your-needs__tagline{font-weight:500;color:var(--text-on-dark);margin-bottom:.5rem}.your-needs__col-topics{display:flex;flex-direction:column;gap:1.5rem}.your-needs__topic{padding-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.15)}.your-needs__topic:last-child{border-bottom:none;padding-bottom:0}.your-needs__topic h4{font-family:Prata,serif;font-weight:400;font-size:1.125rem;color:#b8955a;margin-bottom:.25rem}.your-needs__topic p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.6;color:var(--primary-light)}@media(max-width:768px){.your-needs__inner{padding:2rem 1rem}.your-needs__filters{gap:.25rem;margin-bottom:2rem}.your-needs__filter{font-size:.75rem;white-space:nowrap;padding:.25rem .5rem}.your-needs__panels{gap:2rem}.your-needs__panel{grid-template-columns:1fr;gap:1.5rem}.your-needs__panel+.your-needs__panel{padding-top:2rem}.your-needs__square{aspect-ratio:auto;min-height:320px;padding:2rem 1.5rem}.your-needs__square-frame{inset:.5rem}.your-needs__square-content h3{font-size:1.5rem}.your-needs__square-content p{font-size:.875rem;line-height:1.6}.your-needs__col-topics{gap:1rem}.your-needs__topic{padding-bottom:1rem}.your-needs__topic p{font-size:.875rem}}.client-references{position:relative;overflow:hidden;background:var(--primary)}.client-references__leaves{position:absolute;bottom:-140px;width:480px;height:auto;opacity:.15;pointer-events:none;z-index:0}.client-references__leaves--left{left:0}.client-references__leaves--right{right:0;transform:scaleX(-1)}.client-references__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.client-references__carousel{position:relative;display:flex;align-items:center;justify-content:center;gap:2rem}.client-references__track{position:relative;width:100%;max-width:760px;height:520px;overflow:hidden}.client-references__card{position:absolute;top:50%;left:50%;width:300px;height:480px;display:flex;flex-direction:column;background:var(--background);padding:2rem;box-shadow:0 20px 45px rgba(0,0,0,.25);transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s cubic-bezier(.22,1,.36,1);will-change:transform,opacity;pointer-events:none}.client-references__card.is-active{pointer-events:auto;box-shadow:0 30px 60px rgba(0,0,0,.35)}.client-references__quote{font-family:Prata,serif;font-size:3rem;line-height:1;color:var(--accent);margin-bottom:.5rem}.client-references__description{font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.7;color:var(--text-secondary);flex:1 1}.client-references__divider{display:block;width:40px;height:2px;background:var(--accent);margin:1rem 0}.client-references__card h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;color:var(--primary);margin-bottom:.25rem}.client-references__meta{font-family:Manrope,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--accent)}.client-references__arrow{flex-shrink:0;position:relative;z-index:20;width:52px;height:52px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text-on-dark);background:var(--primary-hover);border:1px solid hsla(0,0%,100%,.25);cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .2s}.client-references__arrow:hover{background:var(--accent);border-color:var(--accent);color:var(--background-dark);transform:translateY(-2px)}@media(max-width:768px){.client-references__carousel{gap:.5rem}.client-references__track{height:560px;max-width:100%}.client-references__card{width:220px;height:520px;padding:1.5rem}.client-references__arrow{width:40px;height:40px}}.talk-to-team{background:var(--primary)}.talk-to-team__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem}.talk-to-team__inner.reveal>.talk-to-team__image{transform:translateX(-40px)}.talk-to-team__inner.reveal>.talk-to-team__col{transform:translateX(40px)}.talk-to-team__inner.reveal.is-visible>*{transform:translateX(0)}.talk-to-team__image{display:flex;justify-content:center}.talk-to-team__image img{width:100%;max-width:460px;height:auto;display:block}.talk-to-team__col{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:1.5rem}.talk-to-team__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:var(--text-on-dark)}.talk-to-team__col p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light)}.talk-to-team__email{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:500;color:var(--accent);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:2px;transition:color .2s,border-color .2s}.talk-to-team__email:hover{color:var(--accent-hover);border-color:var(--accent-hover)}@media(max-width:768px){.talk-to-team__inner{grid-template-columns:1fr;gap:1.5rem}.talk-to-team__image img{max-width:320px}.talk-to-team__col{align-items:flex-start;text-align:left}}.our-philosophy{background:var(--primary)}.our-philosophy__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 260px 1fr;align-items:stretch;grid-gap:4rem;gap:4rem}.our-philosophy__col{display:flex;flex-direction:column;gap:1.5rem}.our-philosophy__figure{display:flex;align-items:center;justify-content:center;overflow:visible}.our-philosophy__figure img{width:100%;height:100%;object-fit:contain;transform:scale(2.5);pointer-events:none}.our-philosophy__card{position:relative;overflow:hidden;flex:1 1;display:flex;flex-direction:column;justify-content:center;background:transparent;padding:1.5rem;border:2px solid var(--accent)}.our-philosophy__card:before{content:"";position:absolute;inset:0;background-image:url(/icons/leaves.svg);background-repeat:no-repeat;background-position:100% 100%;background-size:130px;opacity:.18;pointer-events:none}.our-philosophy__number{display:block;font-size:.875rem;font-weight:500}.our-philosophy__card h3,.our-philosophy__number{position:relative;z-index:1;font-family:Prata,serif;color:var(--accent);margin-bottom:.5rem}.our-philosophy__card h3{font-weight:400;font-size:1.125rem;line-height:1.3}.our-philosophy__card p{position:relative;z-index:1;font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.6;color:#fff}@media(max-width:1024px){.our-philosophy__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem}.our-philosophy__col{display:contents}.our-philosophy__figure{display:none}}@media(max-width:768px){.our-philosophy__inner{grid-template-columns:1fr;gap:1rem;padding:2rem 1rem}.our-philosophy__card{padding:1.5rem 1rem}.our-philosophy__card:before{background-size:100px}}.our-team{position:relative;overflow:hidden;background:var(--primary)}.our-team__backdrop{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.06) 45%,transparent 45.5%)}.our-team__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:6rem 1.5rem}.our-team__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:6rem}.our-team__card{text-align:center;max-width:340px}.our-team__card h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;letter-spacing:.03em;color:var(--text-on-dark);margin-bottom:.25rem}.our-team__card p{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.our-team__card--offset{margin-top:6rem}.our-team__photo{width:280px;height:280px;margin:0 auto 1.5rem;overflow:hidden;border:2px solid var(--accent);border-radius:50%!important}.our-team__photo img{width:100%;height:100%;object-fit:cover;display:block}.our-team__card--offset .our-team__photo{width:330px;height:330px}.our-team__grid--secondary{display:grid;grid-template-columns:repeat(3,280px);justify-content:center;margin-top:6rem;grid-gap:2rem 4rem;gap:2rem 4rem}.our-team__card--secondary{max-width:280px}.our-team__photo--small{width:140px;height:140px;margin:0 auto 1rem}.our-team__photo--square{border-radius:0!important}@media(max-width:768px){.our-team__grid{gap:4rem}.our-team__card--offset{margin-top:0}.our-team__card--offset .our-team__photo,.our-team__photo{width:220px;height:220px}.our-team__photo--small{width:70px;height:70px}.our-team__grid--secondary{grid-template-columns:minmax(0,300px)}}.contact-us{background:var(--primary)}.contact-us__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-us__col{display:flex;flex-direction:column}.contact-us__col--form{position:relative;overflow:hidden}.contact-us__col--image img{width:100%;height:100%;object-fit:cover;display:block}.contact-us__scales{position:absolute;z-index:0;top:0;right:-15px;width:580px;height:auto;opacity:.12;pointer-events:none}.contact-us__col--form>form,.contact-us__col--form>h2{position:relative;z-index:1}.contact-us__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.5rem,2.5vw,2rem);color:var(--text-on-dark);margin-bottom:2rem}.contact-us__form{display:flex;flex-direction:column;gap:1.5rem}.contact-us__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.contact-us__field{display:flex;flex-direction:column;gap:.25rem}.contact-us__field label{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--primary-light)}.contact-us__field input,.contact-us__field textarea{font-family:Manrope,sans-serif;font-size:1rem;color:var(--text-on-dark);background:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.3);padding:.5rem 0;transition:border-color .2s}.contact-us__field input::placeholder,.contact-us__field textarea::placeholder{color:var(--primary-light)}.contact-us__field input:focus,.contact-us__field textarea:focus{outline:none;border-color:var(--accent)}.contact-us__field textarea{resize:vertical}.contact-us__submit{align-self:flex-start;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--background-dark);background:var(--accent);border:3px solid transparent;padding:.5rem 2rem;cursor:pointer;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.contact-us__submit:hover{background:var(--accent-hover);color:var(--text-on-dark);transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.25)}.contact-us__disclaimer{font-family:Manrope,sans-serif;font-size:.75rem;color:var(--primary-light)}@media(max-width:768px){.contact-us__inner{gap:4rem}.contact-us__inner,.contact-us__row{grid-template-columns:1fr}}.join-us{background:var(--primary)}.join-us__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.join-us__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:4rem}.join-us__card{background:var(--primary-hover);padding:2rem;border-top:3px solid var(--accent);display:flex;flex-direction:column}.join-us__card p{font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.6;color:var(--primary-light)}.join-us__card-header{margin-bottom:.5rem}.join-us__card-header h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;color:var(--text-on-dark);margin-bottom:.5rem}.join-us__tags{display:flex;gap:.5rem}.join-us__tags span{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--accent);border:1px solid rgba(184,149,90,.4);padding:2px .5rem}.join-us__speculative{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem;padding-top:4rem;border-top:1px solid hsla(0,0%,100%,.15)}.join-us__speculative.reveal>.join-us__speculative-image{transform:translateX(-40px)}.join-us__speculative.reveal>.join-us__speculative-col{transform:translateX(40px)}.join-us__speculative.reveal.is-visible>*{transform:translateX(0)}.join-us__speculative-image{display:flex;justify-content:center}.join-us__speculative-image img{width:100%;max-width:420px;height:auto;display:block}.join-us__speculative-col{display:flex;flex-direction:column}.join-us__speculative-col h2{font-family:Prata,serif;font-weight:400;font-size:clamp(1.5rem,2.5vw,2rem);color:var(--text-on-dark);margin-bottom:1rem}.join-us__speculative-col p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light);margin-bottom:1.5rem}.join-us__write{align-self:flex-start;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--background-dark);background:var(--accent);padding:.5rem 2rem;border:3px solid transparent;text-decoration:none;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.join-us__write:hover{background:var(--accent-hover);color:var(--text-on-dark);transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.25)}@media(max-width:768px){.join-us__list,.join-us__speculative{grid-template-columns:1fr}.join-us__speculative{gap:1.5rem}.join-us__speculative-image img{max-width:300px}}.our-alliances{background:var(--primary)}.our-alliances__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.our-alliances__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.our-alliances__card{display:grid;grid-template-columns:1fr 2fr;background:var(--primary-hover)}.our-alliances__image{aspect-ratio:3/4}.our-alliances__image img{width:100%;height:100%;object-fit:cover;display:block}.our-alliances__content{padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.our-alliances__content h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;line-height:1.3;color:var(--accent);margin-bottom:.5rem}.our-alliances__content p{font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.6;color:var(--primary-light)}.our-alliances__other{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem;margin-top:4rem;padding-top:4rem;border-top:1px solid hsla(0,0%,100%,.15)}.our-alliances__other.reveal>.our-alliances__other-col{transform:translateX(-40px)}.our-alliances__other.reveal>.our-alliances__map{transform:translateX(40px)}.our-alliances__other.reveal.is-visible>*{transform:translateX(0)}.our-alliances__other-col h2{font-family:Prata,serif;font-weight:400;font-size:clamp(1.5rem,2.5vw,2rem);color:var(--text-on-dark);margin-bottom:1rem}.our-alliances__other-col p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light);margin-bottom:1rem}.our-alliances__other-col p:last-child{margin-bottom:0}.our-alliances__map{display:flex;justify-content:center}.our-alliances__map img{width:100%;max-width:460px;height:auto;display:block}@media(max-width:1024px){.our-alliances__grid{grid-template-columns:1fr}}@media(max-width:768px){.our-alliances__card{grid-template-columns:1fr}.our-alliances__image{aspect-ratio:16/9}.our-alliances__other{grid-template-columns:1fr;gap:1.5rem}.our-alliances__map img{max-width:320px}}.about{background:var(--primary)}.about__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.about__columns{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem}.about__columns p{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light)}.about__columns.reveal>.about__image{transform:translateX(-40px)}.about__columns.reveal>.about__col{transform:translateX(40px)}.about__columns.reveal.is-visible>*{transform:translateX(0)}.about__col{display:flex;flex-direction:column;gap:1.5rem}.about__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:var(--text-on-dark)}.about__title .accent{color:var(--accent)}.about__underline{display:block;width:64px;height:3px;background:var(--accent)}.about__image{display:flex;justify-content:center}.about__image img{width:100%;max-width:460px;height:auto;display:block}@media(max-width:768px){.about__columns{grid-template-columns:1fr;gap:1.5rem}.about__image img{max-width:320px}}.about-part-two{position:relative;z-index:0;background:var(--background)}.about-part-two__leaves{position:absolute;bottom:-160px;left:0;width:360px;height:auto;opacity:.25;pointer-events:none;z-index:0}.about-part-two__inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:4rem;gap:4rem}.about-part-two__image{align-self:flex-end;display:flex;align-items:flex-end;justify-content:center;margin-bottom:-170px}.about-part-two__image img{width:100%;max-width:580px;height:auto;object-fit:contain;transition:transform .6s cubic-bezier(.16,1,.3,1)}.about-part-two__image:hover img{transform:translateY(-8px)}.about-part-two__inner.reveal>.about-part-two__image{transform:translateX(40px)}.about-part-two__inner.reveal.is-visible>.about-part-two__image{transform:translateX(0)}.about-part-two__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.3;color:var(--primary);margin-bottom:1.5rem}.about-part-two__list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.about-part-two__list li{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-secondary);padding-left:1.5rem;position:relative;transition:color .2s,transform .2s}.about-part-two__list li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background:var(--accent);transition:transform .2s}.about-part-two__list li:hover{color:var(--text-primary);transform:translateX(4px)}.about-part-two__list li:hover:before{transform:scale(1.6)}@media(max-width:1024px){.about-part-two__inner{padding-bottom:0}.about-part-two__image{margin-bottom:-140px}}@media(max-width:768px){.about-part-two__inner{grid-template-columns:1fr;gap:1.5rem}.about-part-two__image{margin-bottom:-100px}.about-part-two__image img{max-width:300px}.about-part-two__leaves{bottom:-90px;width:240px}}.our-areas{position:relative;z-index:2;background:var(--primary);-webkit-clip-path:polygon(0 100px,100% 0,100% 100%,0 100%);clip-path:polygon(0 100px,100% 0,100% 100%,0 100%);padding-top:100px}.our-areas__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.our-areas__title{font-family:Prata,serif;font-weight:400;font-size:clamp(2rem,4vw,3rem);line-height:1.2;color:var(--text-on-dark);max-width:640px;margin-bottom:1.5rem}.our-areas__intro{font-family:Manrope,sans-serif;font-size:1.125rem;line-height:1.7;color:var(--primary-light);max-width:640px;margin-bottom:4rem}.our-areas__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.2)}.our-areas__card{background:var(--primary);padding:2rem;display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1;transition:background .2s,transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.our-areas__card h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;color:var(--text-on-dark);margin-bottom:0}.our-areas__card p{font-family:Manrope,sans-serif;font-size:.875rem;line-height:1.6;color:var(--primary-light);margin-bottom:1.5rem}.our-areas__card-heading{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.our-areas__icon{flex-shrink:0;width:22px;height:22px;object-fit:contain;transition:transform .3s cubic-bezier(.16,1,.3,1)}.our-areas__card--cta{position:relative;grid-column:span 2;padding:0;overflow:hidden;justify-content:flex-end}.our-areas__card--cta:hover .our-areas__cta-overlay{transform:scale(1.08)}.our-areas__cta-overlay{position:absolute;inset:0;background-image:url(/images/lawyer-cta.png);background-position:50%;background-size:cover;background-repeat:no-repeat;transition:transform .6s cubic-bezier(.16,1,.3,1)}.our-areas__cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;padding:2rem}.our-areas__cta-content h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;line-height:1.4;color:var(--text-on-dark);margin-bottom:0}.our-areas__cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.our-areas__cta-phone{text-decoration:none;color:var(--text-on-dark)}.our-areas__cta-phone span{display:flex;flex-direction:column;font-family:Manrope,sans-serif;font-size:.75rem;color:var(--primary-light);text-transform:uppercase;letter-spacing:.05em}.our-areas__cta-phone strong{font-family:Prata,serif;font-size:1.125rem;font-weight:400;color:var(--text-on-dark);text-transform:none;letter-spacing:normal}.our-areas__cta-btn{flex-shrink:0;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--background-dark);background:var(--accent);padding:.5rem 2rem;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s}.our-areas__cta-btn:hover{background:var(--accent-hover);color:var(--text-on-dark);transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.3)}.our-areas__link{margin-top:auto;display:inline-flex;align-items:center;gap:.25rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-on-dark);text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.4);padding-bottom:2px;transition:border-color .2s,color .2s}.our-areas__link span{transition:transform .2s}.our-areas__link:hover{color:var(--accent);border-color:var(--accent)}.our-areas__link:hover span{transform:translateX(4px)}@media(max-width:1024px){.our-areas__grid{grid-template-columns:repeat(2,1fr)}.our-areas__card--cta{grid-column:1/-1}.our-areas__cta-content{gap:1.5rem}}@media(max-width:768px){.our-areas{-webkit-clip-path:polygon(0 60px,100% 0,100% 100%,0 100%);clip-path:polygon(0 60px,100% 0,100% 100%,0 100%);padding-top:60px}.our-areas__grid{grid-template-columns:1fr}.our-areas__card--cta{grid-column:1}}.our-offices{background:var(--background)}.our-offices__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.our-offices__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:var(--text-primary);max-width:820px;margin-bottom:4rem}.our-offices__panel{display:flex;align-items:stretch;background:var(--primary);min-height:300px}.our-offices__panel-image{flex-shrink:0;width:260px;background-size:cover;background-position:50%}.our-offices__panel-divider{flex-shrink:0;width:1px;background:hsla(0,0%,100%,.2)}.our-offices__panel-content{position:relative;flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:2rem 4rem;overflow:hidden}.our-offices__panel-ghost{position:absolute;top:-.25em;right:1.5rem;font-family:Prata,serif;font-size:7rem;line-height:1;color:hsla(0,0%,100%,.06);z-index:0}.our-offices__panel-number{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:40px;padding:.25rem .5rem;margin-bottom:1rem;border:1px solid var(--accent);font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;color:var(--accent)}.our-offices__panel-content h3{position:relative;z-index:1;font-family:Prata,serif;font-weight:400;font-size:1.5rem;color:var(--text-on-dark);margin-bottom:.5rem}.our-offices__panel-content p{position:relative;z-index:1;font-family:Manrope,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-muted);max-width:480px}.our-offices__panel-nav{flex-shrink:0;width:64px;display:flex;flex-direction:column;border-left:1px solid hsla(0,0%,100%,.2)}.our-offices__panel-nav-item{flex:1 1;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.2);font-family:Manrope,sans-serif;font-size:.875rem;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s}.our-offices__panel-nav-item:last-child{border-bottom:none}.our-offices__panel-nav-item:hover{color:var(--text-on-dark)}.our-offices__panel-nav-item.is-active{background:var(--accent);color:var(--background-dark)}@media(max-width:768px){.our-offices__panel{flex-direction:column}.our-offices__panel-image{width:100%;height:200px}.our-offices__panel-divider{width:100%;height:1px}.our-offices__panel-content{padding:2rem 1.5rem}.our-offices__panel-nav{width:100%;flex-direction:row;border-left:none;border-top:1px solid hsla(0,0%,100%,.2)}.our-offices__panel-nav-item{border-bottom:none;border-right:1px solid hsla(0,0%,100%,.2);padding:.5rem 0}.our-offices__panel-nav-item:last-child{border-right:none}}.news{background:var(--primary)}.news__inner{max-width:1120px;margin:0 auto;padding:4rem 1.5rem}.news__title{font-family:Prata,serif;font-weight:400;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:var(--text-on-dark);margin-bottom:.5rem}.news__intro{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.7;color:var(--primary-light);max-width:640px;margin-bottom:4rem}.news__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 4rem;gap:0 4rem}.news__row{display:flex;align-items:center;gap:1.5rem;padding:2rem 0;border-top:1px solid hsla(0,0%,100%,.15);transition:transform .3s cubic-bezier(.16,1,.3,1)}.news__row:nth-last-child(-n+2){border-bottom:1px solid hsla(0,0%,100%,.15)}.news__row:hover{transform:translateX(6px)}.news__date{flex-shrink:0;width:64px;display:flex;flex-direction:column;align-items:flex-start}.news__date-month{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.news__date-day{font-family:Prata,serif;font-size:2.25rem;line-height:1.1;color:var(--text-on-dark)}.news__row-image-wrap{flex-shrink:0;width:180px;aspect-ratio:4/5;overflow:hidden;display:block}.news__row-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.news__row:hover .news__row-image{transform:scale(1.08)}.news__row-content{flex:1 1;min-width:0}.news__row-content h3{font-family:Prata,serif;font-weight:400;font-size:1.125rem;line-height:1.4;color:var(--text-on-dark);margin-bottom:.25rem}.news__row-meta{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.news__row-excerpt,.news__row-meta{font-family:Manrope,sans-serif;color:var(--primary-light)}.news__row-excerpt{font-size:.875rem;line-height:1.6;margin-bottom:1rem;max-width:560px}.news__row-link{display:inline-flex;align-items:center;gap:.25rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-on-dark);text-decoration:none;transition:color .2s,gap .2s}.news__row-link span{transition:transform .2s}.news__row-link:hover{color:var(--accent)}.news__row-link:hover span{transform:translateX(4px)}@media(max-width:1024px){.news__list{grid-template-columns:1fr}.news__row:nth-last-child(-n+2){border-bottom:none}.news__row:last-child{border-bottom:1px solid hsla(0,0%,100%,.15)}.news__row-image-wrap{width:220px;aspect-ratio:4/5}}@media(max-width:768px){.news__row{flex-wrap:wrap;gap:1rem}.news__date{flex-direction:row;align-items:baseline;gap:.25rem;width:auto}.news__row-image-wrap{width:200px;aspect-ratio:4/5;order:2}.news__row-content{order:3;flex-basis:100%}}@import"https://fonts.googleapis.com/css2?family=Prata&family=Manrope:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box;border-radius:0!important}:root{--background:#fff;--background-soft:#f5f5f4;--background-gray:#e7e5e4;--background-dark:#111;--primary:#1b2a4a;--primary-hover:#101b30;--primary-light:#e7eaf2;--accent:#b8955a;--accent-hover:#96793f;--accent-light:#f3ebda;--text-primary:#171717;--text-secondary:#5f5f5f;--text-muted:#858585;--text-on-dark:#fff;--border-light:#dedede;--border-dark:#343434;font-family:Manrope,sans-serif;line-height:1.6}body,html{min-height:100vh}body{background:var(--background);color:var(--primary)}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1;max-width:1120px;margin:0 auto;padding:4rem 1.5rem}h1,h2,h3,h4,h5,h6{font-family:Prata,serif;font-weight:400;color:var(--text-primary)}h1{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.15;margin-bottom:1rem}main p{font-size:1.125rem;color:var(--text-secondary)}a{color:var(--primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.reveal>*{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible>*{opacity:1;transform:translateY(0)}.reveal>:first-child{transition-delay:.08s}.reveal>:nth-child(2){transition-delay:.16s}.reveal>:nth-child(3){transition-delay:.24s}.reveal>:nth-child(4){transition-delay:.32s}.reveal>:nth-child(5){transition-delay:.4s}.reveal>:nth-child(6){transition-delay:.48s}.reveal>:nth-child(7){transition-delay:.56s}.reveal>:nth-child(8){transition-delay:.64s}.reveal>:nth-child(9){transition-delay:.72s}.reveal>:nth-child(10){transition-delay:.8s}.reveal>:nth-child(11){transition-delay:.88s}.reveal>:nth-child(12){transition-delay:.96s}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal>*{opacity:1!important;transform:none!important}}.text-highlight{color:#b8955a}