.elementor-5241 .elementor-element.elementor-element-6bb2cdc{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5241 .elementor-element.elementor-element-3faf8c6{--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;}.elementor-5241 .elementor-element.elementor-element-796188d{--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-5241 .elementor-element.elementor-element-e70615e{--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-5241 .elementor-element.elementor-element-0f682c2 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-5241 .elementor-element.elementor-element-796188d{--width:50%;}.elementor-5241 .elementor-element.elementor-element-e70615e{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-6bb2cdc */:root {
  --ink: #101B2B;
  --parchment: #F5F1E8;
  --gold: #B8862B;
  --oxide: #9E3620;
  --slate: #4C5C6E;

  /* tints derived from the five, no new hues */
  --parchment-2: #EFE9DC;
  --parchment-3: #FBF9F3;
  --ink-70: #26364A;
  --ink-55: #3A4A5E;
  --ink-hover: #16253A;

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --wrap: 1200px;
  --gutter: 32px;
  --section-y: 96px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { margin: 0; text-wrap: balance; font-weight: 400; font-family: var(--serif)!important; letter-spacing: -.02em!important; }
p { text-wrap: pretty; }
img { max-width: 100%; }

a { color: var(--oxide); text-decoration-color: rgba(158,54,32,.35); text-underline-offset: 3px; }
a:hover { color: var(--ink); text-decoration-color: var(--gold); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--section-y) 0; }
.section--ink { background: var(--ink); color: var(--parchment); }
.section--tint { background: var(--parchment-2); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--parchment); padding: 12px 18px;
}
.skip-link:focus { left: 0; }

/* ---------- eyebrow / section headings ---------- */
.eyebrow { display: flex; gap: 16px; align-items: baseline; margin-bottom: 14px; }
.eyebrow__num { font-family: var(--mono); font-size: 13px; color: var(--oxide); }
.eyebrow__label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); }
.section--ink .eyebrow__num { color: var(--gold); }
.section--ink .eyebrow__label { color: rgba(245,241,232,.55); }

.h2 { font-size: clamp(30px, 3.4vw, 46px)!important; line-height: 1.12!important;color:#101B2B; }
.lede { font-size: 17px; line-height: 1.72; color: var(--ink-70); max-width: 66ch; }
.section--ink .lede { color: rgba(245,241,232,.76); }
/* ---------- hero ---------- */
.hero { background: var(--ink); color: var(--parchment); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(90deg, rgba(245,241,232,.05) 0 1px, transparent 1px 88px); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 64px; align-items: start; padding: 88px var(--gutter) 96px; max-width: var(--wrap); margin: 0 auto; }
.hero__kicker { margin: 0 0 26px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 14px; }
.hero__kicker::before { content: ""; width: 44px; height: 1px; background: var(--gold); }
.hero h1 { font-size: clamp(38px, 4.6vw, 66px); line-height: 1.06; margin-bottom: 28px;color:#F5F1E8; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero__body { font-size: 19px; line-height: 1.65; color: rgba(245,241,232,.8); max-width: 62ch; margin: 0 0 20px; }
.pull { font-family: var(--serif); font-size: 24px; line-height: 1.4; border-left: 3px solid var(--oxide); padding-left: 20px; margin: 0 0 40px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.hero__fine { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(245,241,232,.6); max-width: 34ch; }

.threshold-card { background: var(--parchment); color: var(--ink); box-shadow: -8px 8px 0 rgba(184,134,43,.5); }
.threshold-card__head { padding: 22px 26px; border-bottom: 1px solid rgba(16,27,43,.14); display: flex; justify-content: space-between; align-items: baseline; }
.threshold-card__head span:first-child { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); }
.threshold-card__body { padding: 26px; display: flex; flex-direction: column; gap: 22px; }
.threshold-card__label { margin: 0 0 6px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--slate); }
.threshold-card__figure { margin: 0; font-family: var(--serif); font-size: 44px; line-height: 1; }
.threshold-card__figure small { font-size: 22px; color: var(--slate); }
.threshold-card__note { margin: 8px 0 0; font-size: 14px; line-height: 1.55; color: var(--slate); }
.rule-dotted { height: 1px; background: repeating-linear-gradient(90deg, var(--ink) 0 8px, transparent 8px 16px); opacity: .35; }
.flag { background: var(--oxide); color: var(--parchment); padding: 16px 18px; font-size: 14px; line-height: 1.55; position: relative; overflow: hidden; }
.flag::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(245,241,232,.16), transparent); animation: sweep 4.5s linear infinite; }
@keyframes sweep { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

.statute { font-family: var(--mono); font-size: 11px; color: var(--oxide); }
.section--ink .statute { color: var(--gold); }

/* ---------- breadcrumb ---------- */
.crumbs { background: var(--parchment-2); border-bottom: 1px solid rgba(16,27,43,.1); }
.crumbs ol { display: flex; gap: 10px; list-style: none; margin: 0; padding: 12px var(--gutter); max-width: var(--wrap); margin-inline: auto; font-size: 12.5px; color: var(--slate); }
.crumbs a { color: var(--slate); text-decoration: none; }

/* ---------- two-column prose + table ---------- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 40px 56px; align-items: start; }
.prose { display: flex; flex-direction: column; gap: 18px; }
.prose p { margin: 0; font-size: 17px; line-height: 1.72; color: var(--ink-70); }
.callout { font-family: var(--serif); font-size: 22px; line-height: 1.5; color: var(--ink); background: var(--parchment-2); padding: 22px 24px; border-top: 3px solid var(--gold); }

.datacard { border: 1px solid rgba(16,27,43,.16); background: var(--parchment-3); }
.datacard__head { padding: 18px 22px; background: var(--ink); color: var(--parchment); display: flex; justify-content: space-between; align-items: baseline; }
.datacard__head h3 { font-size: 19px; font-weight: 500; }
.datacard__head .statute { color: var(--gold); }
.datacard table { width: 100%; border-collapse: collapse; font-size: 15px; }
.datacard caption { text-align: left; caption-side: top; padding: 14px 22px 4px; font-size: 13px; color: var(--slate); }
.datacard th { text-align: left; font-weight: 500; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); padding: 10px 22px; border-bottom: 1px solid rgba(16,27,43,.14); }
.datacard th + th { padding-inline: 12px; }
.datacard td { padding: 14px 22px; border-bottom: 1px solid rgba(16,27,43,.09); }
.datacard td + td { padding-inline: 12px; font-family: var(--mono); }
.datacard tr:last-child td { border-bottom: 0; }
.datacard .is-reckless { color: var(--oxide); font-weight: 500; }
.datacard__foot { margin: 0; padding: 16px 22px; border-top: 1px solid rgba(16,27,43,.14); font-size: 13px; line-height: 1.6; color: var(--slate); }

/* ---------- hairline grid of cards ---------- */
.grid-hair { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; background: rgba(245,241,232,.16); }
.grid-hair > * { background: var(--ink); padding: 32px 28px; display: flex; flex-direction: column; gap: 12px; }
.grid-hair h3 { font-size: 23px; font-weight: 500; }
.grid-hair p { margin: 0; font-size: 15.5px; line-height: 1.7; color: rgba(245,241,232,.76); }
.grid-hair .card-num { font-family: var(--mono); font-size: 12px; color: var(--gold); }
.card--oxide { background: var(--oxide) !important; }
.card--oxide p { color: rgba(245,241,232,.9); }
.card--oxide .card-num { color: rgba(245,241,232,.7); }
.card__closer { margin: 4px 0 0 !important; font-family: var(--serif); font-size: 19px; color: var(--parchment) !important; }

/* ---------- charge list ---------- */
.charges { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: rgba(16,27,43,.14); border-top: 1px solid rgba(16,27,43,.14); border-bottom: 1px solid rgba(16,27,43,.14); }
.charges li { background: var(--parchment); padding: 20px 4px; display: flex; gap: 20px; align-items: baseline; justify-content: space-between; }
.charges li:hover { background: var(--parchment-2); }
.charges span:first-child { font-size: 17px; }
.charges .statute { font-size: 13px; white-space: nowrap; }

/* ---------- defense steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.steps li { background: var(--parchment); border-top: 3px solid var(--ink); padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 10px; }
.steps h3 { font-size: 22px; font-weight: 500; }
.steps p { margin: 0; font-size: 15.5px; line-height: 1.68; color: var(--ink-55); }
.steps .step-num { font-family: var(--mono); font-size: 12px; color: var(--oxide); }
.steps li.step--ink { background: var(--ink); color: var(--parchment); border-top-color: var(--gold); }
.steps li.step--ink p { color: rgba(245,241,232,.78); }
.steps li.step--ink .step-num { color: var(--gold); }

/* ---------- firm ---------- */
.bio-stack { display: flex; flex-direction: column; gap: 1px; background: rgba(16,27,43,.14); border: 1px solid rgba(16,27,43,.14); }
.bio-stack > div { background: var(--parchment-3); padding: 24px 26px; }
.bio-stack__role { margin: 0 0 4px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); }
.bio-stack__name { margin: 0 0 8px; font-family: var(--serif); font-size: 26px; }
.bio-stack p:last-child { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-55); }
.bar-admissions { background: var(--ink) !important; color: var(--parchment); }
.bar-admissions p:first-child { margin: 0 0 10px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.jurisdictions { margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.jurisdictions span { border: 1px solid rgba(245,241,232,.28); padding: 6px 12px; font-family: var(--mono); font-size: 13px; }

/* ---------- attorneys ---------- */
.attorneys { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.attorney { background: var(--parchment); border-top: 3px solid var(--gold); display: flex; flex-direction: column; transition: box-shadow .18s ease, transform .18s ease; }
.attorney:hover { box-shadow: 8px 8px 0 rgba(16,27,43,.12); transform: translateY(-2px); }
.attorney img { width: 100%; height: auto; aspect-ratio: 462 / 560; object-fit: cover; object-position: top center; display: block; }
.attorney__body { padding: 26px 26px 30px; display: flex; flex-direction: column; gap: 10px; }
.attorney__role { margin: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); }
.attorney h3 { font-size: 30px; font-weight: 500; line-height: 1.1; }
.attorney__bar { margin: 0; font-family: var(--mono); font-size: 13px; color: var(--oxide); }
.attorney__bio { margin: 6px 0 0; font-size: 15.5px; line-height: 1.7; color: var(--ink-55); }

/* ---------- locations ---------- */
.locations { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: rgba(245,241,232,.18); }
.locations > div { background: var(--ink); padding: 26px 22px; display: flex; flex-direction: column; gap: 10px; }
.locations > div:hover { background: var(--ink-hover); }
.locations h3 { font-size: 24px; font-weight: 500; color: var(--gold); }
.locations address { font-style: normal; font-size: 15px; line-height: 1.65; color: rgba(245,241,232,.8); }
.locations span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(245,241,232,.5); }

/* ---------- contact ---------- */
.contact { background: var(--oxide); color: var(--parchment); padding: clamp(28px, 4vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; align-items: center; box-shadow: 10px 10px 0 var(--ink); }
.contact .eyebrow__num, .contact .eyebrow__label { color: rgba(245,241,232,.7); }
.contact h2 { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.1; margin-bottom: 20px; }
.contact__lede { margin: 0; font-size: 18px; line-height: 1.7; color: rgba(245,241,232,.9); max-width: 46ch; }
.contact__col { display: flex; flex-direction: column; gap: 18px; }
.bring { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(245,241,232,.3); margin: 0; padding: 0; list-style: none; }
.bring li { background: var(--oxide); padding: 14px 16px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: rgba(245,241,232,.85); }
.call-block { text-decoration: none; background: var(--parchment); color: var(--ink)!important; padding: 22px 26px; display: flex; flex-direction: column; gap: 4px; box-shadow: 4px 4px 0 var(--ink); }
.call-block:hover { background: var(--gold); color: var(--ink); }
.call-block b { font-family: var(--mono); font-size: 28px; font-weight: 400; }
.call-block span { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); }
.contact__fine { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(245,241,232,.8); }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 920px; margin: 0 auto; padding: var(--section-y) var(--gutter); }
.faq-list { display: flex; flex-direction: column; gap: 1px; background: rgba(16,27,43,.16); border-top: 1px solid rgba(16,27,43,.16); border-bottom: 1px solid rgba(16,27,43,.16); }
.faq-list details { background: var(--parchment); }
.faq-list summary { list-style: none; cursor: pointer; padding: 22px 24px; display: flex; gap: 20px; align-items: baseline; justify-content: space-between; font-family: var(--serif); font-size: 21px; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { background: var(--parchment-3); }
.faq-plus { font-family: var(--mono); color: var(--oxide); font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); }
.faq-list p { margin: 0; padding: 0 24px 24px; font-size: 16px; line-height: 1.72; color: var(--ink-70); max-width: 74ch; }
/* ---------- sticky mobile call bar ---------- */
.call-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--ink); border-top: 2px solid var(--gold); }
.call-bar a { display: flex; justify-content: center; gap: 10px; padding: 16px; color: var(--parchment); text-decoration: none; font-weight: 600; }

@media (max-width: 900px) {
  :root { --section-y: 64px; --gutter: 20px; }
  .nav { gap: 18px; font-size: 13.5px; }
}
@media (max-width: 760px) {
  .call-bar { display: block; }
  body { padding-bottom: 58px; }
  .hero__inner { padding: 56px var(--gutter) 64px; gap: 40px; }
  .bring { grid-template-columns: 1fr; }
}

@media print {
  .masthead, .call-bar, .utility { position: static; }
  body { background: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .flag::after { animation: none; }
  .attorney { transition: none; }
}
#cost h2.h2 {
    color: #F5F1E8!important;
}
#locations h2.h2 {
    color: #F5F1E8 !important;
}
.btn__num {
    font-family: var(--mono);
}
.btn--gold {
    background: var(--gold);
    color: var(--ink)!important;
    padding: 19px 28px;
    font-size: 17px;
    box-shadow: 4px 4px 0 var(--oxide);
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .02em;
}/* End custom CSS */