.elementor-80 .elementor-element.elementor-element-7bc5d9a{--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;}/* Start custom CSS for container, class: .elementor-element-7bc5d9a */:root {
  /* Colour */
  --olive-900: #24261C;
  --olive-800: #2B3319;
  --olive-700: #414D2B;
  --olive-600: #4A5535;
  --brass-600: #9A7B2E;
  --brass-400: #C7A94B;
  --beige-050: #FFFDF7;
  --beige-100: #F7F2E6;
  --beige-200: #ECE6D5;
  --beige-300: #E4DCC9;
  --line:      #DAD2BC;
  --line-dark: #3A3C2E;
  --ink-900:   #24241D;
  --ink-700:   #4A4738;
  --ink-600:   #57543F;
  --ink-400:   #7C7869;
  --on-dark:   #DCD7C3;
  --on-dark-mute: #A8A492;

  /* Type */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --h1: clamp(38px, 5.2vw, 66px);
  --h2: clamp(28px, 3.4vw, 42px);
  --h3: 22px;
  --body: 16px;

  /* Rhythm — one scale, used everywhere, so every section aligns */
  --container: 1200px;
  --gutter: 24px;
  --section-y: 88px;
  --gap: 20px;
  --card-pad: 30px;
  --radius: 4px;
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--beige-100);
  color: var(--ink-900);
  font-family: var(--sans);
  font-size: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -0.01em; text-wrap: pretty; }
p { margin: 0; text-wrap: pretty; }
img { display: block; max-width: 100%; }
a { color: var(--olive-700); text-decoration: none; }
a:hover, a:focus-visible { color: var(--brass-600); }
:focus-visible { outline: 2px solid var(--brass-600); outline-offset: 3px; }

/* --- Layout primitives --------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); border-bottom: 1px solid var(--line); }
.section--light { background: var(--beige-050); }
.section--cream { background: var(--beige-100); }
.section--band  { background: var(--beige-200); }
.section--dark  { background: var(--olive-800); color: var(--on-dark); border-bottom: 0; }
.section--olive { background: var(--olive-700); color: var(--on-dark); border-bottom: 0; }

.stack     { display: flex; flex-direction: column; gap: 22px; }
.stack--lg { display: flex; flex-direction: column; gap: 44px; }
.grid      { display: grid; gap: var(--gap); }
.grid--2   { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 64px; align-items: start; }
.grid--3   { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--4   { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.grid--5   { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-600);
}
.section--dark .eyebrow, .section--olive .eyebrow { color: var(--brass-400); }
.section-head { display: flex; flex-direction: column; gap: 14px; }
.section-head h2 { font-size: var(--h2); line-height: 1.16; color: var(--olive-800); max-width: 26ch; }
.section--dark .section-head h2, .section--olive .section-head h2 { color: var(--beige-100); }
.section-head + .lede { font-size: var(--body); line-height: 1.7; color: var(--ink-600); }
.disclaimer { font-size: 13px; color: var(--ink-400); font-style: italic; }
.fine { font-size: 14px; line-height: 1.7; color: var(--ink-400); }

/* --- Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background 160ms ease, color 160ms ease;
}
.btn--primary { background: var(--olive-700); color: var(--beige-100)!important; }
.btn--primary:hover, .btn--primary:focus-visible { background: var(--olive-800); color: var(--beige-100); }
.btn--ghost { border-color: var(--olive-700); color: var(--olive-700); }
.btn--ghost:hover, .btn--ghost:focus-visible { background: var(--beige-200); color: var(--olive-800); }
.btn--brass { background: var(--brass-400); color: var(--olive-900)!important; }
.btn--brass:hover, .btn--brass:focus-visible { background: var(--beige-100); color: var(--olive-900); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
/* --- Hero banner (type + fact panel, no photograph) ---------------------- */
.hero {
  position: relative;
  background: var(--olive-800);
  color: var(--on-dark);
  padding-block: 92px;
  border-bottom: 4px solid var(--brass-600);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 42%;
  background:
    repeating-linear-gradient(135deg, rgba(199,169,75,0.10) 0 2px, transparent 2px 16px);
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  align-items: center;
}
.hero__copy { display: flex; flex-direction: column; gap: 22px; max-width: 56ch; }
.hero .eyebrow { color: var(--brass-400); }
.hero h1 { font-size: var(--h1); line-height: 1.04; color: var(--beige-100); }
.hero__sub {
  font-family: var(--serif);
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.35;
  color: var(--brass-400);
  max-width: 32ch;
}
.hero__body { font-size: 17px; line-height: 1.7; color: var(--on-dark); }
.hero__meta { font-size: 14px; line-height: 1.6; color: var(--on-dark-mute); }
.hero__panel {
  background: var(--beige-100);
  border-top: 4px solid var(--brass-600);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__panel-title { font-size: 24px; line-height: 1.3; color: var(--olive-800); }
.hero__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.hero__list li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 16px;
  border-left: 3px solid var(--olive-700);
}
.hero__list-k { font-family: var(--serif); font-size: 19px; color: var(--ink-900); }
.hero__list-v { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brass-600); }
.hero__panel-note { font-size: 14px; line-height: 1.6; color: var(--ink-400); }
.btn--outline { border-color: var(--brass-400); color: var(--brass-400)!important; }
.btn--outline:hover, .btn--outline:focus-visible { background: var(--brass-400); color: var(--olive-900); }

/* --- Fact strip ---------------------------------------------------------- */
.factstrip { background: var(--beige-200); color: var(--ink-700); border-bottom: 1px solid var(--line); }
.factstrip .grid { padding-block: 28px; }
.fact { display: flex; flex-direction: column; gap: 4px; }
.fact__k { font-family: var(--serif); font-size: 24px; color: var(--olive-800); }
.fact__v { font-size: 13px; color: var(--ink-400); letter-spacing: 0.04em; }

/* --- Cards --------------------------------------------------------------- */
.card {
  background: var(--beige-050);
  border: 1px solid var(--line);
  padding: var(--card-pad);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card h3 { font-size: var(--h3); line-height: 1.3; color: var(--olive-800); }
.card p { font-size: var(--body); line-height: 1.65; color: var(--ink-600); }
.card--rule { border-top: 3px solid var(--olive-700); padding: 32px; }
.card--feature { background: var(--beige-200); padding: 38px; }
.card--feature h3 { font-size: 30px; }
.card--invert { background: var(--olive-800); justify-content: center; gap: 16px; padding: 32px; }
.card--invert p { color: var(--beige-100); font-family: var(--serif); font-size: 24px; line-height: 1.3; }
.card--invert .disclaimer { color: var(--on-dark-mute); font-family: var(--sans); font-size: 13px; }
.card--invert a { color: var(--brass-400); font-weight: 600; font-size: 15px; }
.card--invert a:hover { color: var(--beige-100); }
.statute { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-600); }

.charges-featured { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); align-items: start; }
.charges-featured .col { display: grid; gap: var(--gap); }

/* --- Process ------------------------------------------------------------- */
.steps { display: grid; gap: 1px; background: var(--olive-600); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.step { background: var(--olive-800); padding: 36px 34px; display: flex; flex-direction: column; gap: 14px; }
.step__n { font-family: var(--serif); font-size: 40px; line-height: 1; color: var(--brass-400); }
.step h3 { font-size: 24px; color: var(--beige-100); }
.step p { font-size: var(--body); line-height: 1.7; color: #B9B5A2; }

/* --- Attorneys ----------------------------------------------------------- */
.attorneys { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: stretch; }
.attorney { background: var(--beige-050); border: 1px solid var(--line); display: flex; flex-direction: column; }
.attorney__figure { margin: 0; background: var(--beige-300); }
.attorney__figure img { width: 100%; height: auto; aspect-ratio: 5 / 6; object-fit: cover; object-position: center top; }
.attorney__body { padding: var(--card-pad); display: flex; flex-direction: column; gap: 12px; }
.attorney__body h3 { font-size: 26px; color: var(--olive-800); }
.attorney__body h3 a { color: inherit; }
.attorney__body h3 a:hover, .attorney__body h3 a:focus-visible { color: var(--brass-600); }
.attorney__role { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-600); }
.attorney__body p { font-size: 15px; line-height: 1.7; color: var(--ink-600); }

/* --- Locations ----------------------------------------------------------- */
.place { background: var(--beige-100); border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; gap: 10px; }
.place h3 { font-size: var(--h3); color: var(--olive-800); }
.place p { font-size: 15px; line-height: 1.6; color: var(--ink-600); }
.place--hq { background: var(--olive-700); border-color: var(--olive-700); }
.place--hq h3 { color: var(--beige-100); }
.place--hq p { color: var(--on-dark); }
.place__tag { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-400); }

.localities { border-top: 1px solid var(--line); padding-top: 36px; display: flex; flex-direction: column; gap: 18px; }
.localities h3 { font-size: 24px; color: var(--olive-800); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.chips li { background: var(--beige-200); border: 1px solid var(--line); padding: 7px 12px; font-size: 14px; color: var(--ink-700); }

/* --- FAQ ----------------------------------------------------------------- */
.faq { max-width: 1000px; }
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: var(--beige-050); border: 1px solid var(--line); padding: 24px 28px; }
.faq__item summary { display: flex; align-items: center; gap: 20px; cursor: pointer; list-style: none; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item h3 { flex: 1; font-size: 21px; line-height: 1.35; color: var(--olive-800); }
.faq__plus { font-size: 22px; line-height: 1; color: var(--brass-600); transition: transform 180ms ease; }
.faq__item[open] .faq__plus { transform: rotate(45deg); }
.faq__item p { padding-top: 14px; font-size: var(--body); line-height: 1.7; color: var(--ink-600); }

/* --- Contact ------------------------------------------------------------- */
.contact__grid { display: grid; gap: 64px; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); align-items: center; }
.contact h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.14; color: var(--beige-100); max-width: 24ch; }
.contact p { font-size: 17px; line-height: 1.7; color: var(--on-dark); max-width: 52ch; }
.contact strong { color: var(--beige-100); }
.contact .note { font-size: 14px; color: #B5B09C; }
.contact__card { background: var(--beige-100); padding: 36px; display: flex; flex-direction: column; gap: 14px; }
.contact__card h3 { font-size: 24px; color: var(--olive-800); }
.contact__card p { font-size: var(--body); color: var(--ink-600); }
.contact__card .note { font-size: 13px; color: var(--ink-400); }
/* --- Sticky call bar ----------------------------------------------------- */
.callbar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 50;
  background: var(--olive-800);
  border-top: 1px solid var(--olive-600);
  padding: 12px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.callbar p { font-size: 14px; color: var(--on-dark); }
.callbar .btn { padding: 12px 22px; font-size: 14px; }

/* --- Narrow screens ------------------------------------------------------ */
@media (max-width: 860px) {
  :root { --section-y: 60px; --card-pad: 24px; }
  .grid--2, .contact__grid, .footer .grid--2 { gap: 36px; }
  .nav { order: 3; width: 100%; margin-left: 0; gap: 18px; }
  .masthead__inner { gap: 16px; }
  .masthead .btn { margin-left: auto; }
  .card--feature { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

@media print {
  .masthead, .callbar { position: static; }
  .callbar { display: none; }
  body { background: #fff; }
  .section, .hero { break-inside: avoid; }
}
.section.section--light h2 {
    color: #24241d;
}
.attorney__body h3 a {
    font-size: 26px;
    line-height: 1.1;
}/* End custom CSS */