.elementor-94 .elementor-element.elementor-element-5603719{--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-94 .elementor-element.elementor-element-a598fbf{--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:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-94 .elementor-element.elementor-element-d8685bd{--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-94 .elementor-element.elementor-element-b85364c{--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-94 .elementor-element.elementor-element-d8685bd{--width:50%;}.elementor-94 .elementor-element.elementor-element-b85364c{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-5603719 */:root {
  --green-900: #061F14;
  --green-800: #07301F;
  --green-700: #08351F;
  --green-650: #0A3D25;
  --green-600: #0C4230;
  --green-500: #0D4A2D;
  --ink:       #16241D;
  --ink-soft:  #3C4A42;
  --ink-mute:  #5C6A61;
  --gold:      #C9A44C;
  --gold-lite: #E4C87A;
  --gold-deep: #A9822F;
  --ivory:     #F6F4ED;
  --ivory-hi:  #F8F6F0;
  --white:     #FFFFFF;
  --line:      #E2DDCE;
  --brick:     #7A2B1E;
  --brick-bg:  #F6E7E1;
  --shell:     1240px;
  --serif: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
  --sans:  'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
}
main #ez-toc-container
{
    display: none!important;
}
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; }

.shell { max-width: var(--shell); margin: 0 auto; padding-inline: 28px; }
.eyebrow { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--gold-deep); }
.eyebrow--light { color: var(--gold); }
.section { padding: 92px 0; }
.section--ivory { background: var(--ivory); }
.section--white { background: var(--white); }
.section--green { background: var(--green-700); }
.section--green-mid { background: var(--green-600); }
.section-head { display: flex; flex-direction: column; gap: 16px; max-width: 760px; }
.h2 { font-size: 42px; line-height: 1.14; color: #0C3223; }
.h2--light { color: var(--ivory-hi); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 12px; z-index: 100; background: var(--gold); color: var(--green-800); padding: 10px 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 16px 28px; border-radius: 2px; font-weight: 700; font-size: 16px;
  letter-spacing: 0.02em; transition: background 140ms ease, color 140ms ease;
}
.btn--gold { background: var(--gold); color: var(--green-800)!important; box-shadow: 0 10px 30px rgba(0,0,0,0.28)!important; }
.btn--gold:hover { background: var(--gold-lite); color: var(--green-800); }
.btn--ghost { border: 1px solid rgba(228,200,122,0.55); color: var(--ivory-hi); }
.btn--ghost:hover { background: rgba(228,200,122,0.12); color: var(--ivory-hi); }
.btn--sm { padding: 11px 20px; font-size: 14px; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--green-700); overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,42,26,0.97) 0%, rgba(6,42,26,0.90) 46%, rgba(6,42,26,0.35) 100%); }
.hero__inner { position: relative; padding-top: 96px; }
.hero__copy { max-width: 720px; display: flex; flex-direction: column; gap: 26px; }
.hero__eyebrow { display: flex; align-items: center; gap: 12px; }
.hero__eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero h1 { font-size: 68px; line-height: 1.04; letter-spacing: -0.02em; color: var(--ivory-hi); }
.hero h1 em { font-style: italic; color: var(--gold-lite); }
.hero__lede { font-size: 20px; line-height: 1.55; color: rgba(248,246,240,0.90); max-width: 640px; }
.hero__sub { font-size: 15.5px; line-height: 1.65; color: rgba(248,246,240,0.62); max-width: 620px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__note { font-size: 13.5px; line-height: 1.6; color: rgba(248,246,240,0.55); max-width: 560px; }
.stats { position: relative; margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(228,200,122,0.2); border-top: 1px solid rgba(228,200,122,0.28); }
.stat { background: rgba(6,42,26,0.72); padding: 26px 22px; display: flex; flex-direction: column; gap: 6px; }
.stat__n { font-family: var(--serif); font-size: 30px; color: var(--gold-lite); }
.stat__l { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(248,246,240,0.66); }
.disclaimer-strip { position: relative; padding: 14px 0 22px; font-size: 11.5px; letter-spacing: 0.06em; color: rgba(248,246,240,0.45); }

/* ---------- Statutes ---------- */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.split__aside { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 110px; }
.split__aside p { font-size: 17px; line-height: 1.65; color: var(--ink-soft); }
.pullquote { margin-top: 8px; border-left: 3px solid var(--gold); padding: 4px 0 4px 20px; }
.pullquote p { font-size: 16px; line-height: 1.6; color: var(--ink); }
.stack { display: flex; flex-direction: column; gap: 18px; }
.statute { background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--green-600); padding: 32px; display: flex; flex-direction: column; gap: 12px; transition: border-top-color 160ms ease; }
.statute:hover { border-top-color: var(--gold); }
.statute__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.statute h3 { font-size: 25px; color: #0C3223; }
.statute p { font-size: 16.5px; line-height: 1.6; color: var(--ink-soft); }
.tag { flex: none; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 10px; border-radius: 2px; }
.tag--crime { color: var(--brick); background: var(--brick-bg); }
.tag--ref { color: var(--green-600); background: #E7EEE8; }

/* ---------- Charge grid ---------- */
.charge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(228,200,122,0.22); border: 1px solid rgba(228,200,122,0.22); }
.charge { background: var(--green-650); padding: 30px 26px; display: flex; flex-direction: column; gap: 10px; transition: background 160ms ease; }
.charge:hover { background: var(--green-500); }
.charge__code { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.charge h3 { font-size: 22px; color: var(--ivory-hi); }
.charge p { font-size: 15.5px; line-height: 1.6; color: rgba(248,246,240,0.72); }
.fine-print-light { font-size: 13.5px; line-height: 1.6; color: rgba(248,246,240,0.52); max-width: 900px; }

/* ---------- Review checklist ---------- */
.narrow { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 26px; }
.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; margin-top: 6px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--line); font-size: 16.5px; line-height: 1.55; }
.checklist b { color: var(--gold); font-size: 15px; font-weight: 700; }
.note { font-size: 16px; line-height: 1.7; color: var(--ink-soft); background: var(--ivory); border-left: 3px solid var(--green-600); padding: 20px 24px; }

/* ---------- Attorneys ---------- */
.lawyer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.lawyer { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.lawyer__photo { height: 320px; background: var(--green-600); overflow: hidden; border-bottom: 1px solid var(--line); }
.lawyer__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block; }
.lawyer__body { padding: 30px 32px 34px; display: flex; flex-direction: column; gap: 12px; }
.lawyer__role { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }
.lawyer h3 { font-size: 28px; color: #0C3223; }
.lawyer p { font-size: 16px; line-height: 1.65; color: var(--ink-soft); }
.counsel-more { display: flex; flex-direction: column; gap: 22px; border-top: 1px solid var(--line); padding-top: 34px; }
.counsel-more h3 { font-size: 24px; color: #0C3223; }
.counsel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.counsel { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; transition: border-color 160ms ease; }
.counsel:hover { border-color: var(--gold); }
.counsel__photo { height: 230px; background: var(--green-600); overflow: hidden; border-bottom: 1px solid var(--line); }
.counsel__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; display: block; }
.counsel__body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 8px; }
.counsel h4 { font-size: 19px; color: #0C3223; }
.counsel__bar { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }
.counsel p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.fine-print { font-size: 14px; line-height: 1.6; color: var(--ink-mute); }

/* ---------- Locations ---------- */
.loc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.loc { border-top: 3px solid var(--green-600); background: var(--ivory); padding: 24px 22px; display: flex; flex-direction: column; gap: 10px; transition: border-top-color 160ms ease; }
.loc:hover { border-top-color: var(--gold); }
.loc h3 { font-size: 20px; color: #0C3223; }
.loc__tag { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; }
.loc address { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.loc__appt { margin-top: auto; font-size: 12.5px; color: var(--ink-mute); }
.intake-line { font-size: 16.5px; line-height: 1.65; color: var(--ink); max-width: 860px; }
.intake-line a { font-weight: 700; border-bottom: 1px solid var(--gold); }
.areas { border-top: 1px solid var(--line); padding-top: 26px; }
.areas h3 { font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase; color: #0C3223; margin-bottom: 12px; }
.areas p { font-size: 14.5px; line-height: 1.75; color: var(--ink-mute); }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps li { display: flex; flex-direction: column; gap: 14px; border-top: 1px solid rgba(228,200,122,0.4); padding-top: 22px; }
.steps b { font-family: var(--serif); font-size: 34px; font-weight: 400; color: var(--gold-lite); }
.steps h3 { font-size: 23px; color: var(--ivory-hi); }
.steps p { font-size: 16px; line-height: 1.65; color: rgba(248,246,240,0.78); }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details { background: var(--white); border: 1px solid var(--line); padding: 22px 26px; }
.faq summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { font-size: 20px; line-height: 1.35; color: #0C3223; }
.faq summary span { flex: none; color: var(--gold); font-size: 22px; line-height: 1.2; transition: transform 180ms ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin-top: 14px; font-size: 16.5px; line-height: 1.7; color: var(--ink-soft); }

/* ---------- Contact ---------- */
.contact { background: var(--green-800); padding: 88px 0; border-top: 1px solid rgba(228,200,122,0.3); }
.contact .shell { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.contact h2 { font-size: 44px; line-height: 1.12; color: var(--ivory-hi); }
.contact p { font-size: 17.5px; line-height: 1.7; color: rgba(248,246,240,0.82); }
.callcard { background: var(--green-600); border: 1px solid rgba(228,200,122,0.35); padding: 34px; display: flex; flex-direction: column; gap: 16px; }
.callcard__label { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.callcard__num { font-family: var(--serif); font-size: 38px; line-height: 1.1; color: var(--ivory-hi); }
.callcard__num:hover { color: var(--gold-lite); }
.callcard p { font-size: 14.5px; line-height: 1.6; color: rgba(248,246,240,0.7); }
.callcard small { font-size: 12.5px; color: rgba(248,246,240,0.55); }


/* ---------- Sticky mobile call bar ---------- */
.callbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; display: none;
  align-items: center; justify-content: center; gap: 10px;
  background: var(--gold); color: var(--green-800); padding: 15px 20px;
  font-weight: 700; font-size: 15.5px; box-shadow: 0 -6px 24px rgba(0,0,0,0.25);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .charge-grid { grid-template-columns: repeat(2, 1fr); }
  .counsel-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-grid { grid-template-columns: repeat(3, 1fr); }
  .hero h1 { font-size: 54px; }
  .nav a:not(.btn) { display: none; }
}
@media (max-width: 860px) {
  .section { padding: 64px 0; }
  .shell { padding-inline: 20px; }
  .split, .contact .shell { grid-template-columns: 1fr; gap: 36px; }
  .split__aside { position: static; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .steps, .checklist, .lawyer-grid, .legal { grid-template-columns: 1fr; }
  .h2, .contact h2 { font-size: 32px; }
  .hero h1 { font-size: 40px; }
  .hero__lede { font-size: 18px; }
  .hero__inner { padding-top: 56px; }
  .callbar { display: flex; }
  body { padding-bottom: 58px; }
}
@media (max-width: 560px) {
  .charge-grid, .counsel-grid, .loc-grid { grid-template-columns: 1fr; }
  .statute__head { flex-direction: column; align-items: flex-start; gap: 10px; }
  .callcard__num { font-size: 30px; }
}/* End custom CSS */