.elementor-91 .elementor-element.elementor-element-9b8e93a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-91 .elementor-element.elementor-element-c61a367{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:88px;--padding-bottom:88px;--padding-left:0px;--padding-right:0px;}.elementor-91 .elementor-element.elementor-element-c61a367:not(.elementor-motion-effects-element-type-background), .elementor-91 .elementor-element.elementor-element-c61a367 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#101A3D;}.elementor-91 .elementor-element.elementor-element-294504f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-91 .elementor-element.elementor-element-0114b1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-91 .elementor-element.elementor-element-294504f{--width:50%;}.elementor-91 .elementor-element.elementor-element-0114b1d{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-9b8e93a */:root {
  /* Brand */
  --navy-900: #0B1330;
  --navy-800: #101A3D;
  --navy-700: #1B2A63;
  --gold-500: #D9A441;
  --gold-400: #E9BE60;
  --gold-200: #E3C27E;
  --gold-ink: #8A6A22;

  /* Neutrals */
  --parchment: #F6F4EF;
  --parchment-hi: #FBF9F4;
  --line: #E4E1D8;
  --white: #FFFFFF;
  --ink: #181C27;
  --ink-body: #3D4457;
  --ink-muted: #4A5163;
  --ink-soft: #5B6275;
  --ink-faint: #6B7285;

  /* On dark */
  --on-dark: #FFFFFF;
  --on-dark-body: #C9D0E6;
  --on-dark-body-alt: #C4CCE4;
  --on-dark-strong: #EDEFF6;
  --on-dark-label: #9FAAD0;
  --on-dark-nav: #D8DEF0;
  --on-dark-quiet: #96A0BE;
  --on-dark-quietest: #6E7898;

  /* Type */
  --serif: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --sans: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Layout */
  --wrap: 1240px;
  --wrap-narrow: 920px;
  --gutter: 32px;
  --section-y: 96px;
  --radius: 2px;
}
h1, h2, h3 { font-family: var(--serif)!important; font-weight: 600; margin: 0; text-wrap: balance; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding: var(--section-y) 0; }
.section--parchment { background: var(--parchment); }
.section--white { background: var(--white); }
.section--navy { background: var(--navy-800); color: var(--on-dark); }
.section--indigo { background: var(--navy-700); color: var(--on-dark); }

/* eyebrow label with rule */
.eyebrow {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 18px;
  font-size: 12px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-ink);
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold-500); flex: none; }
.eyebrow--on-dark { color: var(--gold-200); }

.section-title { font-size: 42px!important; line-height: 1.15; letter-spacing: -.01em; color: var(--navy-800); margin-bottom: 48px; }
.section--navy .section-title,
.section--indigo .section-title { color: var(--on-dark); }
.section-title--wide { max-width: 820px; font-size: 44px!important; }

/* ------------------------------------------------------------- buttons -- */

.btn {
  display: inline-block;
  font-weight: 700; font-size: 16px;
  padding: 17px 30px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  letter-spacing: .01em;
  white-space: nowrap;
}
.btn--gold { background: var(--gold-500)!important; color: var(--navy-800)!important; box-shadow: 0 12px 28px rgba(217, 164, 65, .28); }
.btn--gold:hover { background: var(--gold-400); color: var(--navy-800)!important; }
.btn--gold-flat { background: var(--gold-500); color: var(--navy-800)!important; box-shadow: none; }
.btn--gold-flat:hover { background: var(--gold-400); color: var(--navy-800)!important; }
.btn--navy { background: var(--navy-800); color: var(--white)!important; }
.btn--navy:hover { background: var(--navy-700); color: var(--white); }
.btn--ghost { border-color: rgba(255, 255, 255, .45); color: var(--white)!important; font-weight: 600; }
.btn--ghost:hover { border-color: var(--gold-500); color: var(--gold-500); }
.btn--lg { font-size: 18px; padding: 19px 38px; box-shadow: 0 14px 34px rgba(217, 164, 65, .25); }
.btn--sm { font-size: 15px; padding: 12px 22px; }

/* ------------------------------------------------------------------ hero -- */

.hero { position: relative; background: var(--navy-800); color: var(--on-dark); overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg,
    var(--navy-800) 0%,
    rgba(16, 26, 61, .94) 42%,
    rgba(16, 26, 61, .55) 72%,
    rgba(16, 26, 61, .25) 100%);
}
.hero__inner { position: relative; padding-top: 104px; padding-bottom: 88px; }
.hero__copy { max-width: 720px; animation: riseIn .7s ease both; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(217, 164, 65, .55);
  color: var(--gold-200);
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  padding: 8px 16px; margin-bottom: 28px;
}
.hero h1 { font-size: 66px; line-height: 1.04; letter-spacing: -.015em; margin-bottom: 26px;color:#fff; }
.hero h1 em { color: var(--gold-500); font-style: normal; }
.hero__lede { font-size: 19px; line-height: 1.65; color: var(--on-dark-body); margin: 0 0 20px; max-width: 640px; }
.hero__sub { font-size: 17px; line-height: 1.6; color: var(--on-dark-strong); margin: 0 0 36px; max-width: 640px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-stats { position: relative; border-top: 1px solid rgba(255, 255, 255, .12); background: rgba(9, 15, 36, .72); }
.hero-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-stats__item { padding: 26px 24px; border-right: 1px solid rgba(255, 255, 255, .1); }
.hero-stats__item:first-child { padding-left: 0; }
.hero-stats__item:last-child { padding-right: 0; border-right: 0; }
.hero-stats__value { font-family: var(--serif); font-size: 26px; font-weight: 600; color: var(--gold-500); }
.hero-stats__label { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-label); margin-top: 6px; }

@keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__copy { animation: none; }
}

/* --------------------------------------------------------- two-track duo -- */

.track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.track {
  background: var(--white);
  border-top: 3px solid var(--navy-700);
  padding: 40px;
  box-shadow: 0 1px 3px rgba(16, 26, 61, .08);
}
.track--mva { border-top-color: var(--gold-500); }
.track__kicker { font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--navy-700); margin-bottom: 14px; }
.track--mva .track__kicker { color: var(--gold-ink); }
.track h3 { font-size: 27px; color: var(--navy-800); margin-bottom: 16px; }
.track p { font-size: 16.5px; line-height: 1.72; color: var(--ink-body); margin: 0; }

.callout {
  margin: 32px 0 0;
  padding: 26px 32px;
  background: var(--navy-800);
  color: #E7EAF3;
  font-size: 17px; line-height: 1.7;
  border-left: 3px solid var(--gold-500);
}
.callout strong { color: var(--gold-200); font-weight: 600; }

/* ------------------------------------------------------------ points map -- */

.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: start; }
.split--expect { grid-template-columns: .85fr 1.15fr; }
.split p { font-size: 16.5px; line-height: 1.75; color: var(--on-dark-body); margin: 0 0 16px; }
.split p:last-child { margin-bottom: 0; }

.points { border: 1px solid rgba(217, 164, 65, .35); }
.points__row { display: grid; grid-template-columns: 180px 1fr; border-top: 1px solid rgba(255, 255, 255, .12); }
.points__row--head {
  border-top: 0;
  background: rgba(217, 164, 65, .14);
  font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-200);
}
.points__row--head > * { padding: 16px 24px; }
.points__row--critical { background: rgba(217, 164, 65, .08); }
.points__value { padding: 22px 24px; font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--gold-500); }
.points__action { padding: 22px 24px; font-size: 16.5px; color: #E7EAF3; align-self: center; }
.points__row--critical .points__action { color: var(--white); font-weight: 600; }

/* -------------------------------------------------------- matters mosaic -- */

.matters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.matter { background: var(--white); padding: 34px 32px; transition: background-color .18s ease; }
.matter:hover { background: var(--parchment-hi); }
.matter h3 { font-size: 22px; color: var(--navy-800); margin-bottom: 12px; }
.matter p { font-size: 15.5px; line-height: 1.7; color: var(--ink-muted); margin: 0; }
.matter--feature { background: var(--navy-800); color: var(--on-dark); }
.matter--feature:hover { background: var(--navy-800); }
.matter--feature h3 { color: var(--gold-500); }
.matter--feature p { color: var(--on-dark-body); }

/* ------------------------------------------------------------ review set -- */

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--white); padding: 32px; border-left: 2px solid var(--gold-500); }
.review-card h3 { font-size: 21px; color: var(--navy-800); margin-bottom: 10px; }
.review-card p { font-size: 15.5px; line-height: 1.7; color: var(--ink-muted); margin: 0; }

.section-note { margin: 32px 0 0; font-size: 17px; line-height: 1.7; color: var(--ink-body); max-width: 900px; }
.section-note strong { color: var(--navy-800); }

/* -------------------------------------------------------------- attorneys -- */

.attorney-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.attorney { display: grid; grid-template-columns: 200px 1fr; background: var(--parchment); border: 1px solid var(--line); }
.attorney__photo { position: relative; min-height: 280px; background: var(--navy-700); }
.attorney__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.attorney__body { padding: 34px 32px; }
.attorney__body h3 { font-size: 26px; color: var(--navy-800); margin-bottom: 6px; }
.attorney__role { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-ink); margin-bottom: 10px; }
.attorney__bar { font-size: 14px; color: var(--ink-soft); margin-bottom: 16px; }
.attorney__bio { font-size: 15.5px; line-height: 1.7; color: var(--ink-body); margin: 0; }
.disclaimer-inline { margin: 22px 0 0; font-size: 14px; color: var(--ink-faint); font-style: italic; }

/* ------------------------------------------------------------- steps list -- */

.steps {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 1px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
}
.steps li {
  background: var(--navy-700);
  display: grid; grid-template-columns: 76px 1fr; align-items: start;
  padding: 26px 30px 26px 0;
}
.steps__num { font-family: var(--serif); font-size: 34px; line-height: 1; color: var(--gold-500); text-align: center; }
.steps strong { display: block; font-size: 17px; margin-bottom: 6px; }
.steps span.steps__text { font-size: 15.5px; line-height: 1.7; color: var(--on-dark-body-alt); }

/* -------------------------------------------------------------------- FAQ -- */

.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 24px 28px;
  font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--navy-800);
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-size: 22px; color: var(--gold-500); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: 0; padding: 0 28px 26px; font-size: 16.5px; line-height: 1.75; color: var(--ink-body); }

/* -------------------------------------------------------------- locations -- */

.locations { border-top: 1px solid var(--line); padding: 88px 0; background: var(--white); }
.locations .split { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.locations h2 { font-size: 38px; line-height: 1.2; letter-spacing: -.01em; color: var(--navy-800); margin-bottom: 20px; }
.locations p { font-size: 16.5px; line-height: 1.75; color: var(--ink-body); margin: 0 0 24px; }
.office-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.office { background: var(--parchment); border: 1px solid var(--line); padding: 30px; }
.office__name { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--navy-800); margin-bottom: 8px; }
.office__meta { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

/* ------------------------------------------------------------- final CTA -- */

.cta { background: var(--navy-800); color: var(--on-dark); padding: 88px 0; }
.cta .wrap { max-width: 820px; }
.cta h2 { font-size: 46px; line-height: 1.12; letter-spacing: -.01em; margin-bottom: 22px; }
.cta__lede { font-size: 17.5px; line-height: 1.7; color: var(--on-dark-body-alt); margin: 0 0 14px; }
.cta__sub { font-size: 16.5px; line-height: 1.7; color: var(--on-dark-strong); margin: 0 0 34px; }

/* ------------------------------------------------------------ responsive -- */

@media (max-width: 1040px) {
  :root { --section-y: 72px; }
  .site-nav { gap: 18px; font-size: 13.5px; }
  .hero h1 { font-size: 52px; }
  .section-title, .section-title--wide { font-size: 34px; margin-bottom: 36px; }
  .split, .split--expect, .locations .split { grid-template-columns: 1fr; gap: 40px; }
  .matters, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .attorney-grid { grid-template-columns: 1fr; }
  .hero-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stats__item { padding: 22px 20px; }
  .hero-stats__item:nth-child(2) { border-right: 0; padding-right: 0; }
  .hero-stats__item:nth-child(3) { padding-left: 0; }
}

@media (max-width: 720px) {
  :root { --gutter: 20px; --section-y: 56px; }
  .site-header .wrap { flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
  .site-nav { order: 3; width: 100%; flex-wrap: wrap; gap: 14px 18px; }
  .utility-bar { font-size: 12px; }
  .hero__inner { padding-top: 60px; padding-bottom: 56px; }
  .hero h1 { font-size: 38px; }
  .hero__lede { font-size: 17px; }
  .hero__actions .btn { width: 100%; text-align: center; }
  .track-grid, .matters, .review-grid, .office-grid { grid-template-columns: 1fr; }
  .track { padding: 28px 24px; }
  .attorney { grid-template-columns: 1fr; }
  .attorney__photo { min-height: 320px; }
  .points__row, .points__row--head { grid-template-columns: 96px 1fr; }
  .steps li { grid-template-columns: 56px 1fr; padding-right: 20px; }
  .cta h2 { font-size: 32px; }
  .faq summary { font-size: 17px; padding: 18px 20px; }
  .faq p { padding: 0 20px 20px; font-size: 15.5px; }
  .section-title { font-size: 28px; }
}

/* ----------------------------------------------------------------- print -- */

@media print {
  .site-header, .utility-bar, .hero__media, .hero__scrim { position: static; box-shadow: none; }
  body { background: #fff; color: #000; }
  .faq details { break-inside: avoid; }
  .faq details:not([open]) > *:not(summary) { display: block; }
}

main #ez-toc-container
{
    display: none;
}/* End custom CSS */