.elementor-19090 .elementor-element.elementor-element-3aae2b7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-3aae2b7 */:root {
  --coral: #E24E37;
  --coral-dark: #C43A25;
  --coral-deep: #8F2413;
  --coral-soft: #F0A392;
  --ink: #17100E;
  --ink-2: #1E1614;
  --body: #4B403C;
  --muted: #7A6B66;
  --faint: #A08F89;
  --blush: #FDF3F0;
  --blush-2: #FFF9F7;
  --tint: #F6E4DF;
  --line: #EFE0DB;
  --line-2: #E8D3CD;
  --line-dark: #3A2A25;
  --white: #FFFFFF;

  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Libre Franklin", system-ui, -apple-system, Segoe UI, sans-serif;

  --container: 1240px;
  --pad: 32px;
  --radius: 10px;
  --section-y: 88px;
}

/* Reset ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--serif)!important;
  font-weight: 400;
  letter-spacing: -0.015em;
  text-wrap: balance;
  overflow-wrap: break-word;
}
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--coral-dark); text-decoration: none; }
a:hover { color: var(--coral-deep); text-decoration: underline; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 12px 18px; z-index: 200;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--coral-dark); outline-offset: 3px; }

/* Layout primitives ------------------------------------------------------ */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); }
.container-narrow { max-width: 920px; }
.section { padding: var(--section-y) 0 0; }
.section:last-of-type { padding-bottom: 0; }
.section-dark { margin-top: var(--section-y); padding: 84px 0; background: var(--ink); color: var(--blush); }
.section-dark h2 { color: var(--blush-2); }
.section-tint { margin-top: var(--section-y); padding: 84px 0; background: var(--blush); border-top: 1px solid var(--line); }

.eyebrow {
  margin-bottom: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--coral-dark);
}
.eyebrow-light { color: var(--coral-soft); }

.section-head {
  display: flex; flex-wrap: wrap; gap: 24px 40px;
  align-items: baseline; justify-content: space-between;
  margin-bottom: 36px;
}
.section-head h2,
.split-head h2 { font-size: clamp(30px, 3.4vw, 38px); line-height: 1.14; max-width: 26ch; }
.section-head-note { max-width: 38ch; font-size: 15px; color: var(--muted); }
.section-head-stacked { display: block; }

.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 48px; align-items: start; }
.split-end { align-items: end; margin-bottom: 44px; }
.split-head-note { margin: 18px 0 26px; font-size: 16px; color: var(--body); max-width: 46ch; }
.split-body-note { font-size: 17px; line-height: 1.66; color: #CDB9B3; }

.prose { display: flex; flex-direction: column; gap: 20px; font-size: 17px; line-height: 1.68; color: var(--body); }
.prose-cta { font-size: 16px; color: var(--ink); }
.prose-cta a { font-weight: 600; border-bottom: 2px solid #F0C6BC; }
.prose-cta a:hover { text-decoration: none; border-color: var(--coral-dark); }
.fine { margin-top: 14px; font-size: 13px; color: var(--muted); }

/* Buttons ---------------------------------------------------------------- */
.btn {
  display: inline-block; padding: 16px 26px; border-radius: 6px;
  font-size: 15px; font-weight: 600; text-align: center; white-space: nowrap;
  border: 1px solid transparent; transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { text-decoration: none; }
.btn-sm { padding: 12px 20px; font-size: 14px; }
.btn-primary { background: var(--coral); color: #fff!important; box-shadow: 0 6px 18px rgba(226, 78, 55, .24); }
.btn-primary:hover { background: var(--coral-dark); color: #fff; }
.btn-outline { background: #fff; color: var(--ink)!important; border-color: #E3CDC6; }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff!important; padding: 15px 24px; }
.btn-dark:hover { background: var(--coral-dark); color: #fff; }
.btn-invert { background: #fff; color: var(--coral-dark)!important; font-size: 18px; font-weight: 700; padding: 18px 30px; white-space: nowrap; }
.btn-invert:hover { background: var(--ink); color: #fff; }
.phone-link { padding: 16px 8px; font-size: 15px; font-weight: 600; color: var(--ink)!important; }
.phone-link:hover { color: var(--coral-dark); text-decoration: none; }
/* Hero ------------------------------------------------------------------- */
.hero { background: var(--blush); border-bottom: 1px solid var(--line); }
.hero-inner {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 48px; align-items: center; padding-top: 84px; padding-bottom: 84px;
}
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 26px; padding: 8px 15px;
  border: 1px solid #F0C6BC; border-radius: 100px; background: #fff;
  white-space: nowrap;
}
.eyebrow-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); flex-shrink: 0; }
.hero h1 { font-size: clamp(38px, 5vw, 58px); line-height: 1.06; margin-bottom: 24px; max-width: 17ch; }
.hero h1 em { font-style: italic; color: var(--coral-dark); }
.hero-lede { font-size: 19px; line-height: 1.5; color: var(--body); margin-bottom: 12px; max-width: 44ch; }
.hero-sub { font-size: 16px; line-height: 1.6; color: var(--muted); margin-bottom: 34px; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.hero-panel {
  background: #fff; border: 1px solid var(--line);
  border-radius: 4px 40px 4px 4px; padding: 34px 34px 36px;
  box-shadow: 0 20px 44px -28px rgba(23, 16, 14, .28);
}
.panel-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--faint); margin-bottom: 16px;
}
.panel-label-divided { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.panel-states { display: flex; flex-direction: column; gap: 12px; }
.panel-states li { display: flex; align-items: center; gap: 14px; }
.state-abbr {
  width: 42px; flex-shrink: 0;
  font-family: var(--serif); font-size: 17px; color: var(--coral-dark);
  letter-spacing: 0.04em;
}
.state-name { font-size: 15px; color: var(--ink); }
.panel-charges { display: flex; flex-wrap: wrap; gap: 8px; }
.panel-charges li {
  padding: 7px 13px; border-radius: 100px; background: var(--blush);
  border: 1px solid #F3E0DA; font-size: 13px; font-weight: 500; color: var(--body);
}

/* Fact bar --------------------------------------------------------------- */
.factbar { border-top: 1px solid var(--line); background: var(--blush-2); }
.factbar-inner {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px; padding-top: 26px; padding-bottom: 26px;
}
.fact { padding-left: 16px; border-left: 2px solid #F0C6BC; }
.fact dt { font-family: var(--serif); font-size: 16px; font-weight: 500; color: var(--ink); }
.fact dd { margin: 3px 0 0; font-size: 13px; color: var(--muted); }

/* Charge cards ----------------------------------------------------------- */
.card-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1px; background: var(--line); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
}
.charge-card {
  background: #fff; padding: 34px 30px 32px;
  display: flex; flex-direction: column; gap: 14px;
  transition: background .18s ease;
}
.charge-card:hover { background: var(--blush-2); }
.charge-meta { display: flex; align-items: center; gap: 12px; }
.charge-num { font-family: var(--serif); font-size: 13px; color: var(--coral); letter-spacing: 0.06em; }
.rule { flex: 1; height: 1px; background: #F0DCD6; }
.charge-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.charge-card h3 { font-size: 25px; line-height: 1.2; }
.charge-card p { font-size: 15px; line-height: 1.66; color: #5C524E; }
.charge-pivot { margin-top: auto; padding-top: 10px; font-size: 13px; font-weight: 600; color: var(--coral-dark); }

/* Jurisdiction table ----------------------------------------------------- */
.table-wrap { border: 1px solid var(--line-dark); border-radius: var(--radius); overflow-x: auto; background: var(--ink-2); }
.jur-table { width: 100%; border-collapse: collapse; text-align: left; min-width: 640px; }
.jur-table caption { text-align: left; padding: 20px 26px; font-size: 13px; color: #A8918A; border-bottom: 1px solid var(--line-dark); }
.jur-table thead th {
  padding: 14px 26px; font-size: 10px; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: #8E766F; border-bottom: 1px solid var(--line-dark);
}
.jur-table tbody tr:hover { background: #241A17; }
.jur-table tbody th {
  padding: 22px 26px; border-bottom: 1px solid #2C201C; vertical-align: top;
  font-family: var(--serif); font-size: 21px; font-weight: 400; color: var(--blush-2); white-space: nowrap;
}
.jur-table td { padding: 22px 26px; border-bottom: 1px solid #2C201C; vertical-align: top; font-size: 15px; line-height: 1.62; color: #C6B0AA; }
.badge {
  display: inline-block; padding: 5px 11px; border-radius: 100px;
  border: 1px solid #6B3D31; background: #2A1B17;
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--coral-soft); white-space: nowrap;
}
.dark-notes {
  margin-top: 34px; padding-top: 32px; border-top: 1px solid var(--line-dark);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px;
}
.dark-notes p { font-size: 15px; line-height: 1.66; color: #C6B0AA; }

/* Attorneys -------------------------------------------------------------- */
.attorney-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.attorney-card {
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  background: #fff; display: flex; flex-direction: column;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.attorney-card:hover { border-color: #E0B6AB; box-shadow: 0 18px 40px -30px rgba(23, 16, 14, .4); }
.attorney-photo { position: relative; margin: 0; aspect-ratio: 4 / 4.2; background: var(--tint); overflow: hidden; }
.attorney-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; position: relative; z-index: 1; }
/* Monogram sits behind the photo; visible only if the file is missing. */
.photo-fallback {
  position: absolute; inset: 0; z-index: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 56px; color: #D08C7A; letter-spacing: 0.04em;
}
.attorney-body { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.attorney-body h3 { font-size: 24px; line-height: 1.2; }
.attorney-role { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral-dark); }
.attorney-admissions { font-size: 13px; color: #8A7A75; padding-bottom: 4px; border-bottom: 1px solid #F3E5E0; }
.attorney-bio { font-size: 15px; line-height: 1.64; color: #5C524E; }
.attorney-practice { margin-top: auto; padding-top: 8px; font-size: 13px; color: #8A7A75; }
.attorney-practice span { font-weight: 600; color: #5C524E; }
.notice {
  margin-top: 22px; padding: 16px 20px; background: var(--blush);
  border-left: 3px solid var(--coral); border-radius: 0 6px 6px 0;
  font-size: 14px; line-height: 1.6; color: #5C524E;
}

/* Process steps ---------------------------------------------------------- */
.steps { display: flex; flex-direction: column; }
.steps li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.step-num { font-family: var(--serif); font-size: 34px; line-height: 1; color: #E8C2B8; }
.steps h3 { font-size: 20px; line-height: 1.25; margin-bottom: 8px; }
.steps p { font-size: 15px; line-height: 1.64; color: #5C524E; }

/* FAQ -------------------------------------------------------------------- */
.faq-list { border-top: 1px solid var(--line-2); }
.faq-list details { border-bottom: 1px solid var(--line-2); }
.faq-list summary {
  display: flex; justify-content: space-between; gap: 20px; align-items: flex-start;
  padding: 24px 4px; cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: 22px; line-height: 1.3; color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; font-family: var(--sans); font-size: 22px; line-height: 1.3;
  color: #C0A9A3; flex-shrink: 0;
}
.faq-list details[open] summary::after { content: "–"; color: var(--coral); }
.faq-list summary:hover { color: var(--coral-dark); }
.faq-list details p { padding: 0 60px 26px 4px; font-size: 16px; line-height: 1.7; color: #5C524E; }

/* CTA band --------------------------------------------------------------- */
.cta-band { margin-top: var(--section-y); background: var(--coral); color: #fff; padding: 70px 0; }
.cta-inner { display: flex; flex-wrap: wrap; gap: 34px; align-items: center; justify-content: space-between; }
.cta-band h2 { font-size: clamp(28px, 3.2vw, 36px); line-height: 1.14; color: #fff; margin-bottom: 10px; max-width: 26ch; }
.cta-band p { font-size: 16px; color: #FFE3DC; }
/* Responsive ------------------------------------------------------------- */
@media (max-width: 900px) {
  :root { --section-y: 64px; --pad: 22px; }
  .hero-inner { padding-top: 56px; padding-bottom: 56px; }
  .hero-panel { border-radius: 4px 28px 4px 4px; padding: 26px; }
  .split, .card-grid, .attorney-grid { gap: 32px; }
  .faq-list summary { font-size: 20px; }
  .faq-list details p { padding-right: 34px; }
}
@media (max-width: 940px) {
  .site-nav { order: 3; width: 100%; margin-left: 0; }
  .header-cta { order: 2; margin-left: auto; }
  .btn { width: auto; }
  .hero-actions .btn { flex: 1 1 auto; }
  .charge-card { padding: 26px 22px; }
  .cta-band { padding: 52px 0; }
}

/* Print ------------------------------------------------------------------ */
@media print {
  .site-header, .cta-band, .hero-actions { display: none; }
  body { color: #000; }
  .section-dark, .site-footer { background: #fff; color: #000; }
  .jur-table tbody th, .jur-table td, .dark-notes p, .split-body-note { color: #000; }
}/* End custom CSS */