:root {
  --navy: #151318;
  --navy-soft: #1e1a20;
  --ink: #2a221f;
  --muted: #6a6158;
  --cream: #f4efe6;
  --paper: #fbf8f2;
  --white: #fffcf7;
  --gold: #c29232;
  --gold-deep: #a07828;
  --gold-light: #eedf9c;
  --caption-gold: #d9af59;
  --burgundy: #6e1c2a;
  --burgundy-deep: #370712;
  --team-dark: #2d0a12;
  --band-trial: #9eacbe;
  --band-intro: #ffffff;
  --band-practices: #d4dbe6;
  --line: rgba(194, 146, 50, 0.38);
  --shadow: 0 18px 50px rgba(21, 19, 24, 0.12);
  --radius: 12px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
  --header-h: 6.5rem;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--navy);
  margin: 0 0 0.6rem;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.45rem, 2.2vw, 1.85rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1rem; }

ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: min(calc(100% - 2.4rem), var(--max));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--gold);
  color: var(--navy);
  padding: 0.5rem 0.8rem;
  z-index: 100;
}

.skip-link:focus { top: 0.5rem; }

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lede {
  max-width: 46rem;
  color: var(--muted);
  font-size: 1.12rem;
}

.section-head { margin-bottom: 2.4rem; }
.section-head--center { text-align: center; }
.section-head--center h2 {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: 500;
}
.section-head--center .lede { margin-inline: auto; }

.text-link {
  display: inline-block;
  margin-top: 0.4rem;
  color: var(--burgundy);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}

.text-link:hover { color: var(--navy); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn--gold {
  background: var(--gold);
  color: var(--navy);
}

.btn--gold:hover { background: var(--gold-light); color: var(--burgundy-deep); }

.btn--outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--gold);
}

.btn--outline:hover {
  background: var(--burgundy-deep);
  color: var(--gold-light);
  border-color: var(--burgundy-deep);
}

.btn--full { width: 100%; }

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.utility-bar {
  background: var(--burgundy-deep);
  color: var(--gold-light);
  font-size: 0.82rem;
  border-bottom: 1px solid var(--gold);
}

.utility-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 2.3rem;
}

.utility-bar__tag { margin: 0; }

.utility-bar__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.utility-bar a {
  color: var(--cream);
  text-decoration: none;
  font-weight: 600;
}

.utility-bar__phone { color: var(--gold); }

.nav-bar {
  background: var(--navy);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.2s ease;
}

.site-header.is-scrolled .nav-bar {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.nav-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.4rem;
}

.brand img {
  width: min(250px, 58vw);
  height: auto;
}

.menu-toggle {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  width: 1.25rem;
  height: 2px;
  margin: 0;
  border-radius: 1px;
  background: var(--cream);
  transform: translateX(-50%);
}

.menu-toggle span:nth-child(1) { top: 0.9rem; }
.menu-toggle span:nth-child(2) { top: 1.3rem; }
.menu-toggle span:nth-child(3) { top: 1.7rem; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav-list > li { position: relative; }

.nav-list a {
  display: block;
  padding: 0.45rem 0.8rem;
  border-radius: 10px;
  color: var(--cream);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.nav-list a:hover,
.nav-list a:focus {
  color: var(--gold);
  background: rgba(238, 223, 156, 0.12);
}

.sub-nav {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  min-width: 15rem;
  padding: 0.45rem;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.has-sub:hover .sub-nav,
.has-sub:focus-within .sub-nav {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.sub-nav a {
  display: block;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  color: var(--navy);
  font-weight: 500;
}

.sub-nav a:hover { background: var(--cream); color: var(--burgundy); }

.nav-cta {
  min-height: 2.5rem;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
}

/* Homepage hero — full-bleed team photo, content in the lower band */

.hero {
  position: relative;
  min-height: min(86vh, 820px);
  display: grid;
  align-items: end;
  color: var(--cream);
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(12, 16, 21, 0.72) 0%,
    rgba(12, 16, 21, 0.28) 22%,
    rgba(12, 16, 21, 0.06) 42%,
    transparent 62%
  );
}

.hero__band {
  position: relative;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 360px);
  gap: 1.6rem;
  align-items: end;
  padding: 1.5rem 0 1.7rem;
}

.hero__copy {
  max-width: 36rem;
  padding: 0.7rem 1.15rem 0.75rem 0.85rem;
  background: linear-gradient(
    90deg,
    rgba(12, 16, 21, 0.5) 0%,
    rgba(12, 16, 21, 0.32) 68%,
    rgba(12, 16, 21, 0) 100%
  );
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}

.hero .eyebrow { color: var(--gold); }

.hero h1 {
  color: var(--white);
  margin-bottom: 0.55rem;
  font-family: var(--serif);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}

.hero__pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem 1.2rem;
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.hero__pillars li {
  padding-left: 0.85rem;
  border-left: 2px solid var(--gold);
}

.hero__badge-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.hero__badge {
  width: 108px;
  height: auto;
  flex-shrink: 0;
}

.hero__badge-row p {
  margin: 0;
  max-width: 26rem;
  font-size: 0.9rem;
  color: #e7dfd2;
}

/* Inner pages keep the split layout */

.split-hero {
  display: grid;
  grid-template-columns: minmax(20rem, 0.92fr) minmax(0, 1.18fr);
  background: var(--navy);
  color: var(--cream);
}

.split-hero--page { min-height: 0; }

.split-hero__panel {
  display: grid;
  align-items: center;
  padding: 3.2rem 8% 3.2rem 10%;
  border-right: 1px solid var(--line);
}

.split-hero__inner { max-width: 34rem; }

.split-hero .eyebrow { color: var(--gold); }

.split-hero h1 {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}

.split-hero__lede {
  color: #e4dcd0;
  font-size: 1.12rem;
  margin-bottom: 1.4rem;
}

.split-hero__badge-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.split-hero__badge {
  width: 148px;
  height: auto;
  flex-shrink: 0;
}

.split-hero__badge-row p {
  margin: 0;
  font-size: 0.95rem;
  color: #e7dfd2;
}

.split-hero__photo {
  position: relative;
  min-height: 440px;
  background: var(--navy);
}

.split-hero__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 40%;
}

.hero-form {
  min-width: 0;
  max-width: 100%;
  color: var(--cream);
  padding: 0;
  background: transparent;
}

.hero-form h2 {
  color: var(--white);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0.15rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.hero-form__lede {
  margin-bottom: 0.7rem;
  color: var(--gold-light);
  font-style: italic;
  font-weight: 500;
  font-size: 1.05rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.hero-form .intake-form {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.hero-form .form-row {
  min-width: 0;
  width: 100%;
}

.hero-form .intake-form input,
.hero-form .intake-form select,
.hero-form .intake-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.7rem 0.85rem;
  font-size: 1rem;
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--navy);
}

.hero-form .intake-form input.intake-form__trigger {
  background: rgba(255, 252, 247, 0.48);
}

.hero-form .intake-form--collapsed.is-open input.intake-form__trigger,
.hero-form .intake-form--collapsed:focus-within input.intake-form__trigger {
  background: rgba(255, 252, 247, 0.94);
}

.hero-form .intake-form input::placeholder,
.hero-form .intake-form textarea::placeholder {
  color: rgba(42, 34, 31, 0.62);
}

.hero-form .intake-form input:focus,
.hero-form .intake-form select:focus,
.hero-form .intake-form textarea:focus {
  background: rgba(255, 252, 247, 0.94);
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}

.hero-form .btn {
  width: 100%;
  min-height: 2.7rem;
}

.hero-form .form-row--turnstile,
.hero-form .cf-turnstile,
.hero-form .cf-turnstile iframe {
  max-width: 100%;
}

.hero-form.is-expanded {
  padding: 1.05rem 1.1rem 1.1rem;
  background: rgba(21, 19, 24, 0.48);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

.intake-form--collapsed .form-extra {
  display: none;
}

.intake-form--collapsed.is-open .form-extra,
.intake-form--collapsed:focus-within .form-extra {
  display: block;
}

.intake-form--collapsed.is-open .btn.form-extra,
.intake-form--collapsed:focus-within .btn.form-extra {
  display: flex;
}

.intake-form {
  display: grid;
  gap: 0.7rem;
}

.form-row {
  position: relative;
  min-width: 0;
}

.intake-form input,
.intake-form select,
.intake-form textarea {
  width: 100%;
  border: 1px solid #ddd4c6;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 0.7rem 0.8rem;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus {
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}

.form-note {
  margin: 0.2rem 0 0;
  color: var(--burgundy);
  font-size: 0.9rem;
}

/* Awards */

.awards {
  padding: 4.2rem 0 3.4rem;
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.6rem;
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__track {
  display: flex;
  gap: 1rem;
  transition: transform 0.4s ease;
}

.carousel__slide {
  flex: 0 0 calc((100% - 3rem) / 4);
}

.badge-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.1rem 0.8rem;
  background: var(--white);
  border-radius: var(--radius);
  text-align: center;
}

.badge-card img {
  max-height: 110px;
  width: auto;
  margin-inline: auto;
  object-fit: contain;
}

.badge-card #mh-rating-container {
  min-height: 90px;
}

.badge-card #mh-rating-container img {
  max-height: 110px;
  width: auto;
  margin-inline: auto;
}

.badge-card__names {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.av-mark {
  display: grid;
  place-items: center;
  width: 110px;
  height: 110px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--navy);
}

.av-mark__rating {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.av-mark__name,
.av-mark__org {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carousel__btn {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
  font-size: 1.35rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.carousel__btn:hover { background: var(--navy); color: var(--cream); }

/* Quotes */

.quotes {
  padding: 4.5rem 0;
  background: var(--navy);
  color: var(--cream);
}

.quotes h2,
.quotes .eyebrow { color: var(--gold); }

.quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.quotes blockquote {
  margin: 0;
  padding: 0 0 0 1.1rem;
  border-left: 2px solid var(--gold);
}

.quotes p {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.45;
  font-style: italic;
}

.quotes footer {
  color: #b7aea1;
  font-size: 0.9rem;
  font-style: normal;
}

/* Trial shortcuts (original trial-holder) */

.trial-links {
  padding: 2.1rem 0 1.8rem;
  text-align: center;
  background: var(--band-trial);
  border-top: 4px solid var(--gold);
  box-shadow: inset 0 8px 12px rgba(0, 0, 0, 0.16);
}

.trial-links h2 {
  margin-bottom: 1.15rem;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  color: var(--navy);
}

.trial-links__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  max-width: 38rem;
  margin: 0 auto;
}

.trial-links .btn {
  width: 100%;
  min-height: 4.1rem;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--navy);
  background: linear-gradient(to bottom, #d5dce6 5%, #bec8d6 73%);
  border: 2px solid #acb4c0;
}

.trial-links .btn:hover {
  background: linear-gradient(to bottom, #bec8d6 27%, #d5dce6 95%);
  border-color: #8d97a6;
  color: var(--navy);
}

/* Practices — original expertise-holder: photo banner + icon + copy */

.practices {
  padding: 4.2rem 0 4rem;
  background: var(--band-practices);
  border-top: 4px solid var(--gold);
}

.practices .section-head h2,
.practices .lede {
  color: var(--navy);
}

.practice-stack {
  display: grid;
  gap: 1.5rem;
}

.practice-feature {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  border: 3px solid #b7b3ab;
  box-shadow: 0 10px 28px rgba(21, 19, 24, 0.12);
}

.practice-feature__media {
  position: relative;
  height: 204px;
  overflow: hidden;
  background-color: var(--navy);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.practice-feature__icon {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 40px;
  width: 88px;
  height: auto;
  margin: 0;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.practice-feature__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0;
  background: rgba(55, 7, 18, 0.88);
}

.practice-feature__caption a,
.practice-feature__title {
  position: relative;
  display: inline-block;
  color: var(--caption-gold);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.practice-feature__caption a {
  padding: 1.05rem 3.8rem 0.9rem 2.2rem;
}

.practice-feature__caption a::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23d9af59'><path d='M9.09 4.78 L7.69 6.22 L17.47 16 L7.69 25.78 L9.09 27.22 L19.59 16.72 L20.31 16 L19.59 15.28 L9.09 4.78 z M16.09 4.78 L14.69 6.22 L24.47 16 L14.69 25.78 L16.09 27.22 L26.59 16.72 L27.31 16 L26.59 15.28 L16.09 4.78 z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100%;
}

.practice-feature__caption a:hover,
.practice-feature__caption a:hover .practice-feature__title {
  color: var(--gold-light);
}

.practice-feature__copy {
  padding: 1.55rem 2.25rem 1.8rem;
  background: #fff;
  font-size: 1.28rem;
  line-height: 1.55;
  color: #111;
}

.practice-feature__copy p {
  margin: 0 0 1.55rem;
  color: #111;
}

.practice-feature__copy p:last-child {
  margin-bottom: 0;
}

.practice-feature__copy a {
  font-weight: 700;
  color: var(--burgundy-deep);
}

.practice-feature__copy ul,
.practice-feature__copy ol {
  margin: 0 0 1.55rem 1.2rem;
  padding: 0;
  list-style: disc;
}

.practice-feature__copy .su-note,
.practice-feature__copy .lborder-note-1 {
  border: 0 !important;
  margin: 0 0 1.55rem !important;
  background: transparent !important;
}

.practice-feature__copy .su-note-inner,
.practice-feature__copy .lborder-note-1 .su-note-inner {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 0 12px !important;
  border-left: 5px solid #d9af59 !important;
  color: #111 !important;
  font-size: 1.28rem;
  line-height: 1.5;
}

.practices__cta {
  margin: 2rem 0 0;
  text-align: center;
}

/* Firm intro (original info-wrap: two WP columns) */

.firm-intro {
  padding: 2.6rem 0 2.4rem;
  background: var(--band-intro);
  border-top: 4px solid var(--gold);
}

.firm-intro__title {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0;
}

.firm-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
  align-items: start;
  text-align: justify;
}

.firm-intro__col {
  min-width: 0;
  overflow: auto;
}

.firm-intro__col p {
  margin-bottom: 1.6rem;
}

.firm-intro__col::after,
.team__copy::after {
  content: "";
  display: table;
  clear: both;
}

.firm-intro .alignright,
.firm-intro a.alignright,
.firm-intro a:has(> img.alignright) {
  float: right;
  margin: 12px 0 4px 1.2em;
}

.firm-intro .alignleft,
.firm-intro a.alignleft,
.firm-intro a:has(> img.alignleft) {
  float: left;
  margin: 12px 1.2em 4px 0;
}

.firm-intro img.alignright,
.firm-intro img.alignleft,
.firm-intro a:has(> img.alignright) img,
.firm-intro a:has(> img.alignleft) img {
  display: block;
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Meet Our Team (original team-wrap: full-width copy + floated photo) */

.team {
  padding: 3.2rem 0 3.6rem;
  background: var(--team-dark);
  color: #f3ebe0;
  border-top: 4px solid var(--gold);
}

.team .section-head h2 {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  color: #fff;
}

.team .lede {
  color: var(--caption-gold);
}

.team__copy {
  min-width: 0;
  color: #f3ebe0;
  font-size: 1.15rem;
  line-height: 1.65;
  text-align: justify;
}

.team__copy a {
  color: var(--caption-gold);
  font-weight: 700;
}

.team .btn--outline {
  color: var(--gold-light);
  border-color: var(--caption-gold);
}

.team .btn--outline:hover {
  background: var(--caption-gold);
  color: var(--team-dark);
  border-color: var(--caption-gold);
}

.team__copy a:has(> img.alignright),
.team__copy a:has(> img.atty-img) {
  float: right;
  width: min(42%, 380px);
  max-width: 100%;
  margin: 0.15rem 0 1.1rem 1.25rem;
}

.team__copy img.atty-img,
.team__copy img.alignright,
.team__copy a:has(> img.atty-img) img,
.team__copy a:has(> img.alignright) img {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 2px solid #7c8799;
}

/* Attorneys */

.team .attorneys {
  padding: 2.2rem 0 0;
}

.attorneys {
  padding: 4.8rem 0;
}

.attorneys__title {
  margin: 0 0 1.35rem;
  text-align: center;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--caption-gold);
}

.attorney-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 280px));
  justify-content: center;
  gap: 1.4rem;
}

.attorney-card {
  background: var(--white);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.25rem 1.25rem 0;
}

.attorney-card img {
  width: min(240px, 62%);
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 16px;
}

.attorney-card__body { padding: 1.35rem 1.35rem 1.5rem; }

.attorney-card h3 { margin-bottom: 0.15rem; }

.attorney-card__role {
  margin-bottom: 0.7rem;
  color: var(--gold-deep);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.attorneys__note {
  max-width: 50rem;
  margin: 2rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.98rem;
}

/* Pillars */

.pillars {
  padding: 4.8rem 0;
  background: var(--navy);
  color: #e4dcd0;
  border-top: 4px solid var(--gold);
}

.pillars h2 { color: var(--white); }
.pillars .eyebrow,
.pillars h3 { color: var(--gold); }
.pillars .lede { color: #c9c0b4; }

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}

.pillar {
  padding: 1.5rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.pillar span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--gold);
  letter-spacing: 0.2em;
  font-size: 0.78rem;
}

.pillar ul {
  margin: 0 0 1rem 1.1rem;
  list-style: disc;
}

.pillar li { margin-bottom: 0.25rem; }

/* Contact */

.contact {
  padding: 4.8rem 0;
  background: var(--white);
  color: var(--ink);
  border-top: 4px solid var(--gold);
}

.contact h2 {
  color: var(--navy);
}

.contact .eyebrow {
  color: var(--gold-deep);
}

.contact__copy p {
  color: var(--ink);
}

.contact .btn--outline {
  color: var(--navy);
  border-color: var(--gold);
}

.contact .btn--outline:hover {
  background: var(--burgundy-deep);
  color: var(--gold-light);
  border-color: var(--burgundy-deep);
}

.contact__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.contact address {
  font-style: normal;
  margin: 1.2rem 0 1.3rem;
  line-height: 1.8;
}

.contact address a {
  color: var(--burgundy);
  font-weight: 600;
  text-decoration: none;
}

.intake-form--panel {
  background: var(--white);
  padding: 1.8rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-section {
  padding: 0 0 4.8rem;
}

.map-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--cream);
}

.map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer */

.site-footer {
  background: var(--burgundy-deep);
  color: #e4d4b8;
  border-top: 3px solid var(--gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 3.2rem 0 2.4rem;
}

.footer-brand__line {
  margin: 1rem 0 0.3rem;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.social-networks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}

.social-networks li {
  margin: 0;
}

.site-footer .social-networks a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--gold-light);
  border-radius: 50%;
  color: var(--team-dark);
}

.site-footer .social-networks a:hover {
  background: var(--gold);
  color: var(--team-dark);
  opacity: 0.9;
}

.site-footer .social-networks svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: var(--team-dark);
}

.site-footer h3 {
  color: var(--cream);
  font-size: 1.15rem;
}

.site-footer li { margin-bottom: 0.35rem; }

.site-footer a {
  color: #e4d4b8;
  text-decoration: none;
}

.site-footer a:hover { color: var(--gold-light); }

.site-footer address {
  font-style: normal;
  margin: 0 0 0.9rem;
  line-height: 1.6;
}

.site-footer .location-meta,
.site-footer .location-meta-address {
  padding: 0;
  margin: 0;
}

.site-footer .law-firm-footer-title {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold-light);
  font-weight: 600;
}

.site-footer .wpseo-location h3 {
  margin: 0 0 0.25rem;
  color: var(--cream);
  font-size: 1rem;
  font-family: var(--sans);
}

.site-footer .wpseo-business-name,
.site-footer .wpseo-address-wrapper,
.site-footer .wpseo-phone,
.site-footer .wpseo-phone a,
.site-footer .wpseo-address-wrapper a {
  color: #e4d4b8;
  font-size: inherit;
  font-weight: 500;
}

.site-footer .wpseo-email {
  display: none;
}

.site-footer .wpseo-phone a:hover,
.site-footer .wpseo-address-wrapper a:hover {
  color: var(--gold-light);
}

.site-footer .btn--outline {
  color: var(--gold-light);
  border-color: var(--gold);
  margin: 0.2rem 0 0.6rem;
}

.footer-cities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem 1rem;
}

.footer-wrap {
  background: var(--cream);
}

.add-nav {
  padding: 1.05rem 0;
}

.add-nav .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.add-nav .menu li {
  position: relative;
  margin: 0;
  padding: 0.35rem 1.35rem;
}

.add-nav .menu li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  bottom: 0.45rem;
  width: 1px;
  background: #d9dde3;
}

.site-footer .add-nav a {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.site-footer .add-nav a:hover {
  color: var(--burgundy);
}

.footer-bottom {
  background: var(--cream);
  border-top: 1px solid #d9dde3;
  color: var(--ink);
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 0 1.3rem;
  font-size: 0.88rem;
}

.site-footer .footer-bottom a {
  color: var(--ink);
}

.site-footer .footer-bottom a:hover {
  color: var(--burgundy);
}

.footer-bottom p { margin: 0; }

.footer-spam {
  margin-left: auto;
  white-space: nowrap;
}

.crumb-bar {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0;
  margin: 0;
  padding: 0.85rem 0;
  list-style: none;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  color: var(--muted);
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0.55rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%238d8d8f'><path d='M9.09 4.78 L7.69 6.22 L17.47 16 L7.69 25.78 L9.09 27.22 L19.59 16.72 L20.31 16 L19.59 15.28 L9.09 4.78 z M16.09 4.78 L14.69 6.22 L24.47 16 L14.69 25.78 L16.09 27.22 L26.59 16.72 L27.31 16 L26.59 15.28 L16.09 4.78 z'/></svg>") center / contain no-repeat;
}

.breadcrumbs a {
  color: var(--burgundy);
  text-decoration: none;
}

.breadcrumbs a:hover { color: var(--navy); text-decoration: underline; }

.breadcrumbs li[aria-current="page"] {
  color: var(--ink);
}

.page-hero {
  position: relative;
  min-height: min(32vh, 320px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--cream);
  overflow: hidden;
}

.page-hero__media {
  position: absolute;
  inset: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.page-hero--family .page-hero__media img {
  object-position: 50% 28%;
}

.page-hero--contact .page-hero__media img {
  object-position: center 16%;
}

.page-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(55, 7, 18, 0.22) 0%,
    rgba(21, 19, 24, 0.12) 45%,
    rgba(21, 19, 24, 0.08) 100%
  );
}

.page-hero__band {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(55, 7, 18, 0.94) 0%,
    rgba(21, 19, 24, 0.9) 62%,
    rgba(21, 19, 24, 0.86) 100%
  );
  border-top: 2px solid var(--gold);
}

.page-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 0 0.95rem;
}

.page-hero .eyebrow {
  color: var(--gold);
  margin-bottom: 0.3rem;
}

.page-hero h1 {
  color: var(--white);
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 500;
  line-height: 1.2;
}

.page-hero__badge {
  width: 112px;
  height: auto;
  flex-shrink: 0;
  margin-top: -2.8rem;
}

.page-intro {
  padding: 2.2rem 0 0;
}

.page-intro .lede {
  max-width: 46rem;
  margin: 0;
  font-size: 1.2rem;
  color: var(--ink);
}

.page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr);
  gap: 3rem;
  padding: 3rem 0 4.8rem;
  align-items: start;
}

.page-layout > .entry,
.page-layout > .page-aside {
  min-width: 0;
  max-width: 100%;
}

.entry h2 {
  margin: 2.4rem 0 0.8rem;
  color: var(--burgundy-deep);
  letter-spacing: 0.02em;
}

.entry h2:first-child {
  margin-top: 0;
}

.entry h3 {
  margin-top: 2rem;
}

.entry p {
  margin-bottom: 1.55rem;
}

.entry .intake-form,
.entry .intake-form--panel {
  margin-bottom: 1.4rem;
}

.entry ul {
  margin: 0 0 1.2rem 1.15rem;
  list-style: disc;
}

.entry li { margin-bottom: 0.35rem; }

.entry ul.col-md-5 {
  float: left;
  width: calc(50% - 0.75rem);
  margin: 0 1.5rem 1.4rem 0;
  padding-left: 1.15rem;
}

.entry ul.col-md-5:nth-of-type(2n) {
  margin-right: 0;
}

.entry .clearfix {
  clear: both;
}

@media (max-width: 640px) {
  .entry ul.col-md-5 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.site-map-content .sitemap-list,
.site-map-content .sitemap-list .children {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}

.site-map-content .sitemap-list > li {
  margin: 0 0 0.55rem;
  padding: 0.15rem 0;
}

.site-map-content .sitemap-list a {
  color: var(--burgundy);
  text-decoration: none;
  font-weight: 600;
}

.site-map-content .sitemap-list a:hover {
  color: var(--gold);
}

.site-map-content .sitemap-list .children {
  margin: 0.35rem 0 0.85rem 1.05rem;
  padding: 0 0 0 0.9rem;
  border-left: 2px solid var(--line);
}

.site-map-content .sitemap-list .children li {
  margin: 0 0 0.3rem;
}

.site-map-content .sitemap-list .children a {
  font-weight: 500;
  color: var(--ink);
}

.topic-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 2rem;
}

.topic-list a {
  display: block;
  padding: 0.85rem 1rem;
  background: var(--white);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  font-weight: 600;
}

.topic-list a:hover { background: var(--cream); }

.page-aside {
  display: grid;
  gap: 1.2rem;
}

.aside-card {
  background: var(--white);
  padding: 1.4rem 1.3rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.aside-card h3 { font-size: 1.3rem; }

.aside-people {
  display: grid;
  gap: 0.9rem;
}

.aside-person {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.8rem;
  align-items: center;
  text-decoration: none;
}

.aside-person img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}

.aside-person strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--navy);
}

.aside-person span {
  color: var(--muted);
  font-size: 0.88rem;
}

.aside-card--cta {
  background: var(--burgundy-deep);
  color: var(--cream);
}

.aside-card--cta h3 { color: var(--gold-light); }

.aside-card--cta a { color: var(--gold-light); }

/* Mobile */

@media (max-width: 980px) {
  .menu-toggle { display: block; }

  .brand img {
    width: min(200px, 58vw);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.8rem 1.2rem 1.2rem;
    background: var(--navy);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open { display: flex; }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-list > li { border-top: 1px solid rgba(255, 255, 255, 0.08); }

  .nav-list a { display: block; padding: 0.7rem 0.85rem; }

  .sub-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0.4rem 0.8rem;
  }

  .sub-nav a { color: var(--gold-light); padding: 0.35rem 0; }

  .nav-cta { margin: 0.6rem 0 0.4rem; }

  .hero,
  .split-hero,
  .page-hero,
  .contact__grid,
  .quotes__grid,
  .pillar-grid,
  .footer-grid,
  .page-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero__media {
    position: relative;
    height: min(34vh, 260px);
  }

  .hero__media img {
    object-position: center 12%;
  }

  .hero__veil {
    background: linear-gradient(to top, rgba(12, 16, 21, 0.35), transparent 45%);
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 1.6rem 0 2rem;
  }

  .hero__band {
    background: var(--navy);
  }

  .hero__copy {
    max-width: none;
    padding: 0;
    background: none;
    text-shadow: none;
  }

  .hero__pillars {
    grid-template-columns: 1fr;
  }

  .hero-form .intake-form {
    display: flex;
  }

  .hero-form.is-expanded {
    background: rgba(255, 252, 247, 0.08);
  }

  .hero h1 { font-size: clamp(2.4rem, 9vw, 3.2rem); }

  .hero__badge { width: 88px; }

  .split-hero {
    min-height: 0;
  }

  .split-hero__panel {
    padding: 2.4rem 1.4rem 2.6rem;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .split-hero__photo {
    order: -1;
    min-height: 180px;
  }

  .split-hero__badge { width: 96px; }

  .page-hero {
    min-height: 240px;
  }

  .page-hero__content { padding: 0.8rem 0 0.9rem; }

  .page-hero__badge { width: 92px; margin-top: -2.2rem; }

  .attorney-card {
    padding: 1.1rem 1.1rem 0;
    text-align: center;
  }

  .attorney-card img {
    aspect-ratio: 4 / 5;
    width: min(200px, 58%);
    max-height: none;
    height: auto;
    margin-inline: auto;
    object-position: center 18%;
    border-radius: 16px;
  }

  .carousel__slide { flex-basis: calc((100% - 1rem) / 2); }

  .utility-bar__tag { display: none; }
}

@media (max-width: 720px) {
  .trial-links__row,
  .practice-grid { grid-template-columns: 1fr; }

  .practice-feature__icon {
    width: 64px;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
  }

  .practice-feature__caption a {
    padding: 0.9rem 1.2rem;
  }

  .practice-feature__caption a::after {
    display: none;
  }

  .practice-feature__copy {
    padding: 1.25rem 1.15rem 1.4rem;
  }

  .firm-intro__grid {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 1.4rem;
  }

  .firm-intro__title {
    padding: 0;
    font-size: 1.5rem;
  }

  .hero__media { height: min(28vh, 200px); }

  .hero__badge,
  .split-hero__badge,
  .page-hero__badge { width: 72px; }

  .page-hero { min-height: 200px; }

  .page-hero h1 { font-size: 1.45rem; }

  .page-hero__badge { margin-top: -1.6rem; }

  .attorney-card img {
    width: min(170px, 52%);
    object-position: center 18%;
    border-radius: 16px;
  }

  .split-hero__photo { min-height: 160px; }

  .map-embed { aspect-ratio: 4 / 3; }

  .intake-form input,
  .intake-form select,
  .intake-form textarea {
    font-size: 16px;
  }

  .carousel {
    grid-template-columns: 1fr;
  }

  .carousel__btn { display: none; }

  .carousel__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .carousel__track { transform: none !important; }

  .carousel__slide {
    flex-basis: 78%;
    scroll-snap-align: start;
  }

  .footer-bottom__inner { flex-direction: column; }
}

@media (max-width: 520px) {
  .team__copy a:has(> img.atty-img),
  .team__copy a:has(> img.alignright),
  .team__copy img.atty-img {
    float: none;
    display: block;
    width: min(100%, 320px);
    max-width: 100%;
    margin: 0 auto 1rem;
  }
}

@media (min-width: 981px) {
  .nav-cta { white-space: nowrap; }
}

/* WordPress content, menus, sidebars */

.nav-list .menu-item-has-children > .sub-nav {
  /* walker also adds .has-sub */
}

.crumb-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1.2rem;
}

.crumb-bar .yoast-breadcrumbs,
.crumb-bar #breadcrumbs {
  display: block;
  margin: 0;
  padding: 0.85rem 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

.crumb-bar ol.breadcrumbs {
  display: flex;
}

.crumb-bar .yoast-breadcrumbs a,
.crumb-bar #breadcrumbs a {
  color: var(--burgundy);
  text-decoration: none;
}

.crumb-bar .yoast-breadcrumbs a:hover,
.crumb-bar #breadcrumbs a:hover {
  color: var(--navy);
  text-decoration: underline;
}

.crumb-bar .yoast-breadcrumbs a::after,
.crumb-bar #breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0.15rem 0 0.7rem;
  vertical-align: -1px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%238d8d8f'><path d='M9.09 4.78 L7.69 6.22 L17.47 16 L7.69 25.78 L9.09 27.22 L19.59 16.72 L20.31 16 L19.59 15.28 L9.09 4.78 z M16.09 4.78 L14.69 6.22 L24.47 16 L14.69 25.78 L16.09 27.22 L26.59 16.72 L27.31 16 L26.59 15.28 L16.09 4.78 z'/></svg>") center / contain no-repeat;
}

.crumb-bar .yoast-breadcrumbs .breadcrumb_last,
.crumb-bar #breadcrumbs .breadcrumb_last,
.crumb-bar .yoast-breadcrumbs span[aria-current="page"] {
  color: var(--ink);
}

.crumb-bar .yoast-breadcrumbs br,
.crumb-bar #breadcrumbs br {
  display: none;
}

.hero__pillars ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__pillars ul li,
.hero__pillars li {
  padding-left: 0.85rem;
  border-left: 2px solid var(--gold);
}

.hero h1 em,
.hero h1 i {
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}

.entry,
.entry-content {
  min-width: 0;
}

.entry::after,
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry .image-wrap {
  float: left;
  width: min(46%, 270px);
  max-width: 100%;
  margin: 0.15rem 1.25rem 1rem 0;
  border-radius: 10px;
  overflow: hidden;
}

.entry .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.entry img,
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.alignright {
  float: right;
  margin: 0.2rem 0 1rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.2rem 1.25rem 1rem 0;
}

.entry a:has(> img.alignright),
.entry-content a:has(> img.alignright) {
  float: right;
  margin: 0.2rem 0 1rem 1.25rem;
}

.entry a:has(> img.alignleft),
.entry-content a:has(> img.alignleft) {
  float: left;
  margin: 0.2rem 1.25rem 1rem 0;
}

.entry a:has(> img.alignright) img,
.entry a:has(> img.alignleft) img,
.entry-content a:has(> img.alignright) img,
.entry-content a:has(> img.alignleft) img {
  display: block;
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
}

.wp-caption {
  max-width: 100%;
}

.page-layout--single {
  grid-template-columns: 1fr;
}

.legal-service-list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  padding: 0;
}

.legal-service-list > li {
  padding: 0.95rem 1.1rem 1rem;
  background: var(--white);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  overflow: auto;
}

.legal-service-list > li > img {
  float: left;
  width: 42px;
  height: auto;
  margin: 0 0.85rem 0.35rem 0;
}

.legal-service-list > li > a {
  font-weight: 600;
  text-decoration: none;
  color: var(--navy);
}

.legal-service-list ul {
  clear: both;
  margin: 0.55rem 0 0 3.4rem;
  padding: 0;
  list-style: disc;
}

.legal-service-list ul li {
  margin: 0.15rem 0;
}

.legal-service-list ul a {
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}

.su-note,
.lborder-note-1 {
  margin: 0.85rem 0 1.5rem;
  border: 0 !important;
  background: transparent;
}

.su-note-inner,
.lborder-note-1 .su-note-inner {
  padding: 0 0 0 12px;
  border: 0;
  border-left: 5px solid var(--gold) !important;
}

.circ-bullet-list {
  margin: 0.4rem 0 1rem 1.15rem;
}

.page-aside .widget-area,
.page-aside .sidebar-widgets,
#sidebar .sidebar-widgets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.2rem;
}

.page-aside h2,
.page-aside h3,
.widgettitle {
  font-size: 1.25rem;
  margin: 0 0 0.85rem;
}

.form-block {
  padding: 1.25rem 1.15rem 1.35rem;
  background: var(--white);
  border: 2px solid #d7d2c8;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-block .form-title {
  display: block;
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--navy);
}

.form-block .intake-form--panel {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.form-block .intake-form {
  gap: 0.65rem;
}

.form-block .btn--gold {
  background: linear-gradient(to bottom, #c29232 17%, #eedf9c 100%);
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.form-block .btn--gold:hover {
  background: linear-gradient(to bottom, #eedf9c 17%, #c29232 100%);
  color: var(--navy);
}

.testimonial-holder blockquote {
  margin: 0;
  padding: 1.35rem 1.25rem 1.2rem;
  background: var(--burgundy-deep);
  border: 0;
  border-radius: var(--radius);
  color: var(--caption-gold);
  font-family: var(--serif);
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.55;
}

.testimonial-holder blockquote p {
  margin: 0 0 0.7rem;
  color: var(--caption-gold);
}

.testimonial-holder blockquote footer,
.testimonial-holder blockquote cite {
  display: block;
  margin-top: 0.7rem;
  color: #fff;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-style: normal;
}

.feature-blog .feature-wrap {
  padding: 1.15rem 1.15rem 1.25rem;
  background: #e8e2d4;
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-blog h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.feature-blog h3 a {
  color: var(--burgundy-deep);
  text-decoration: none;
}

.feature-blog h3 a:hover {
  color: var(--gold-deep);
}

.feature-blog .meta-info {
  margin: 0 0 0.85rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 252, 247, 0.85);
  font-size: 0.84rem;
  color: var(--muted);
}

.feature-blog .post-wrap {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0.85rem;
  align-items: start;
}

.feature-blog .post-wrap:not(:has(.image-holder)) {
  grid-template-columns: 1fr;
}

.feature-blog .image-holder img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.feature-blog .description-holder p {
  margin: 0 0 0.7rem;
  font-size: 0.95rem;
}

.feature-blog .click-continue {
  color: var(--burgundy);
  font-weight: 600;
  text-decoration: none;
}

.feature-blog .click-continue:hover {
  color: var(--gold-deep);
}

.info-list {
  list-style: none;
  margin: 0;
  padding: 1rem 0.85rem 0.85rem;
  background: #d4dbe6;
  border-radius: var(--radius);
}

.info-list > li {
  list-style: none;
  margin: 0 0 0.65rem;
  padding: 0;
}

.info-list > li:last-child {
  margin-bottom: 0;
}

.info-list a {
  display: block;
  position: relative;
  padding: 0.95rem 2.5rem 0.95rem 1.05rem;
  background: rgba(255, 252, 247, 0.82);
  color: var(--burgundy-deep);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 8px;
}

.info-list a:hover {
  background: #fff;
}

.info-list a::after,
.info-list .icon-angle-right {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: 0;
  transform: translateY(-50%);
}

.info-list a::after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23a07828'><path d='M9.09 4.78 L7.69 6.22 L17.47 16 L7.69 25.78 L9.09 27.22 L19.59 16.72 L20.31 16 L19.59 15.28 L9.09 4.78 z M16.09 4.78 L14.69 6.22 L24.47 16 L14.69 25.78 L16.09 27.22 L26.59 16.72 L27.31 16 L26.59 15.28 L16.09 4.78 z'/></svg>") center / contain no-repeat;
}

.info-list .icon-angle-right {
  display: none;
}

.team-holder .info-list a br {
  display: none;
}

.blog-holder {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--line);
}

.blog-navigation ul,
.blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
}

.blog-navigation a,
.blog-pagination a {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--gold);
  border-radius: 8px;
  text-decoration: none;
}

.loaction-shortcode-wrap {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 2px solid #d7d2c8;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.location-title {
  padding: 1rem 1.2rem 0.9rem;
  background: var(--burgundy-deep);
}

.location-title h3 {
  margin: 0;
  color: var(--caption-gold);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.location-title .location-direction-btn {
  margin-top: 0.75rem;
}

.location-title .directions-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  background: linear-gradient(to bottom, #c29232 17%, #eedf9c 100%);
  color: var(--navy);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.location-title .directions-btn:hover {
  background: linear-gradient(to bottom, #eedf9c 17%, #c29232 100%);
}

.loaction-shortcode-wrap .location-meta-shortcode {
  padding: 0 0 1.15rem;
  background: #fff;
}

.loaction-shortcode-wrap .location-meta-map {
  overflow: hidden;
  max-width: 100%;
}

.loaction-shortcode-wrap .wpseo-map-canvas {
  width: 100% !important;
  max-width: 100% !important;
  height: 220px !important;
}

.loaction-shortcode-wrap .wpseo-map-canvas iframe,
.loaction-shortcode-wrap .wpseo-map-canvas > div,
.loaction-shortcode-wrap .wpseo-map-canvas img {
  max-width: 100% !important;
}

.loaction-shortcode-wrap .location-meta-address {
  padding: 1rem 1.25rem 0.35rem;
}

.loaction-shortcode-wrap .wpseo-email {
  display: none;
}

.loaction-shortcode-wrap .wpseo-business-name,
.loaction-shortcode-wrap .wpseo-address-wrapper,
.loaction-shortcode-wrap .wpseo-phone {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
}

.loaction-shortcode-wrap .wpseo-phone a,
.loaction-shortcode-wrap .wpseo-address-wrapper a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.loaction-shortcode-wrap .wpseo-phone a:hover {
  color: var(--burgundy);
}

.location-direction-btn-sidebar,
.office-info-btn-sidebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2.5rem);
  margin: 0.5rem 1.25rem 0;
  padding: 0.72rem 1rem 0.72rem 1.1rem;
  border-radius: 8px;
  background: var(--burgundy-deep);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.location-direction-btn-sidebar::after,
.office-info-btn-sidebar::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23d9af59'><path d='M9.09 4.78 L7.69 6.22 L17.47 16 L7.69 25.78 L9.09 27.22 L19.59 16.72 L20.31 16 L19.59 15.28 L9.09 4.78 z M16.09 4.78 L14.69 6.22 L24.47 16 L14.69 25.78 L16.09 27.22 L26.59 16.72 L27.31 16 L26.59 15.28 L16.09 4.78 z'/></svg>") center / contain no-repeat;
}

.location-direction-btn-sidebar:hover,
.office-info-btn-sidebar:hover {
  background: linear-gradient(to bottom, #eedf9c 17%, #c29232 100%);
  color: var(--navy);
}

.location-direction-btn-sidebar:hover::after,
.office-info-btn-sidebar:hover::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%232a221f'><path d='M9.09 4.78 L7.69 6.22 L17.47 16 L7.69 25.78 L9.09 27.22 L19.59 16.72 L20.31 16 L19.59 15.28 L9.09 4.78 z M16.09 4.78 L14.69 6.22 L24.47 16 L14.69 25.78 L16.09 27.22 L26.59 16.72 L27.31 16 L26.59 15.28 L16.09 4.78 z'/></svg>");
}

.location-direction-btn-bottom {
  margin: 0.8rem 1.25rem 0;
}

.location-direction-btn-bottom .directions-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  background: linear-gradient(to bottom, #c29232 17%, #eedf9c 100%);
  color: var(--navy);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.location-meta-hours {
  margin: 0.85rem 1.25rem 0;
  padding-top: 0.9rem;
  border-top: 1px solid #d3d3d3;
}

.location-meta-hours h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.wpseo-opening-hours,
.wpseo-opening-hours td {
  border: 0;
  padding: 0.12rem 0;
  font-size: 0.95rem;
}

.wpseo-opening-hours .time {
  padding-left: 1.4rem;
}

.page-aside .widget-area > li {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.portal-login-info {
  font-size: 0.82rem;
  color: var(--muted);
}

.swpm-login-widget-form,
.swpm-pw-reset-widget-form,
.swpm-registration-widget-form,
.swpm-edit-profile-form,
body.armstrong-member-login .entry {
  max-width: 32rem;
}

.swpm-login-widget-form,
.swpm-pw-reset-widget-form,
.swpm-registration-widget-form,
.swpm-edit-profile-form {
  padding: 1.6rem 1.5rem 1.7rem;
  background: var(--white);
  border: 2px solid #d7d2c8;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.swpm-label {
  display: block;
  margin: 0.85rem 0 0.35rem;
  font-weight: 600;
  color: var(--navy);
}

.swpm-username-label .swpm-label {
  margin-top: 0;
}

.swpm-text-field,
.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="email"],
.swpm-login-widget-form input[type="password"],
.swpm-pw-reset-widget-form input[type="text"],
.swpm-pw-reset-widget-form input[type="email"],
.swpm-registration-widget-form input[type="text"],
.swpm-registration-widget-form input[type="email"],
.swpm-registration-widget-form input[type="password"],
.swpm-edit-profile-form input[type="text"],
.swpm-edit-profile-form input[type="email"],
.swpm-edit-profile-form input[type="password"] {
  display: block;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 3rem;
  margin: 0 0 0.45rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid #ddd4c6;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.swpm-text-field:focus,
.swpm-login-widget-form input[type="text"]:focus,
.swpm-login-widget-form input[type="password"]:focus {
  outline: 2px solid var(--gold);
  border-color: var(--gold);
}

.swpm-remember-me {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.55rem 0 0.2rem;
}

.swpm-login-widget-form .swpm-remember-me input {
  width: auto !important;
  min-height: 0;
  margin: 0;
}

.swpm-forgot-pass-link,
.swpm-join-us-link {
  margin-top: 0.7rem;
}

.swpm-forgot-pass-link a,
.swpm-join-us-link a {
  color: var(--burgundy);
  font-weight: 600;
  text-decoration: none;
}

.swpm-forgot-pass-link a:hover,
.swpm-join-us-link a:hover {
  color: var(--navy);
  text-decoration: underline;
}

.swpm-login-widget-form table,
.swpm-pw-reset-widget-form table,
.swpm-registration-widget-form table,
.swpm-edit-profile-form table {
  width: 100%;
  border: 0;
}

.swpm-login-widget-form td,
.swpm-pw-reset-widget-form td,
.swpm-registration-widget-form td,
.swpm-edit-profile-form td {
  border: 0;
  padding: 0.35rem 0;
}

input.swpm-login-form-submit,
input.swpm-pw-reset-submit,
input.swpm-registration-submit,
input.swpm-edit-profile-submit {
  min-height: 3rem;
  padding: 0.7rem 1.4rem;
  border: 0;
  border-radius: 10px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  cursor: pointer;
}

.cf-turnstile {
  margin: 0.2rem 0 0.4rem;
}

.footer-grid .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid .menu a {
  color: inherit;
  text-decoration: none;
}

.footer-grid .menu a:hover {
  color: var(--gold);
}

@media (max-width: 980px) {
  .hero__pillars ul {
    grid-template-columns: 1fr;
  }
}
