/* Remaining redesign styles that still need to load after style.css.
   Tokens, header chrome, heroes, homepage-only, and footer have been split out. */

/* Mobile menu overrides (must load after style.css) */

.mobile-navigation-top-inner {
	background: var(--ink);
	min-height: auto;
	padding: 18px var(--gutter-size);
}

.mobile-navigation-top-inner img {
	max-width: 100%;
}

.mobile-navigation-top-brand {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	background: transparent;
	padding: 0 !important;
}

.mobile-navigation-top-brand .theme-logo-sm {
	width: 100%;
	max-width: 240px;
}

.mobile-navigation-top-brand:hover,
.mobile-navigation-top-brand:focus,
.mobile-navigation-top-brand:active {
	background: transparent;
	color: #fff;
}

#mobile-navigation .mobile-navigation-top-brand:hover,
#mobile-navigation .mobile-navigation-top-brand:focus,
#mobile-navigation .mobile-navigation-top-brand:active {
	background: transparent;
	color: #fff;
}

#mobile-navigation {
	z-index: 300;
	background-color: var(--ink);
}

#mobile-navigation ul a {
	font-size: 0.95rem;
	padding: 8px var(--gutter-size);
	min-height: 40px;
	align-items: center;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: var(--gold);
	background: transparent;
}

#mobile-navigation ul a:hover,
#mobile-navigation ul a:active,
#mobile-navigation ul a:focus {
	color: var(--gold);
	background: transparent;
}

#mobile-navigation ul li {
	border-bottom-color: var(--line);
}

#mobile-navigation .sub-menu {
	background-color: var(--ink-2);
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
	font-size: 0.85rem;
	padding: 10px var(--gutter-size) 5px calc(var(--gutter-size) * 1.25);
	min-height: 0;
	line-height: 1.3;
}

.mobile-navigation-close {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--gold);
	font-size: 1.1rem;
}

.mobile-navigation-close:hover,
.mobile-navigation-close:focus {
	color: var(--gold-2);
	background: transparent;
	border: 0;
}

/* Stat strip */

.theme-stripe {
	background: var(--ink-2);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.theme-stats {
	display: grid;
	grid-template-columns: 1fr;
}

.theme-stat {
	padding: 28px 0;
	border-bottom: 1px solid var(--line);
}

.theme-stat:last-child {
	border-bottom: 0;
}

.theme-stat-value {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: clamp(28px, 5vw, 44px);
	line-height: 1;
	color: var(--gold);
	letter-spacing: -0.02em;
}

.theme-stat-label {
	margin-top: 12px;
	font-size: 12.5px;
	color: var(--ink-soft);
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.theme-stats-light .theme-stat {
	border-color: var(--line-d);
}

.theme-stats-light .theme-stat-value {
	color: var(--gold-deep);
}

.theme-stats-light .theme-stat-label {
	color: var(--paper-muted);
}

/* Sections */

.theme-sec {
	padding: 56px 0;
}

.page-template-template-practices .theme-sec+.theme-sec {
	padding-top: 28px;
}

.theme-sec-dark {
	background: var(--ink);
	color: #fff;
}

.theme-sec-ink {
	background: var(--ink-2);
	color: #fff;
}

.theme-sec-bone {
	background: var(--bone);
}

.theme-sec-paper {
	background: var(--paper);
}

.theme-sec-head {
	max-width: 760px;
	margin-bottom: 36px;
}

.theme-sec-head-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.theme-sec-head-title {
	font-size: clamp(30px, 5vw, 46px);
	margin-top: 10px;
}

.theme-sec-dark .theme-sec-head-title,
.theme-sec-ink .theme-sec-head-title {
	color: #fff;
}

.theme-sec-head-desc {
	margin: 16px 0 0;
	font-size: 18px;
	color: var(--paper-muted);
	line-height: 1.55;
}

.theme-sec-dark .theme-sec-head-desc,
.theme-sec-ink .theme-sec-head-desc {
	color: var(--ink-soft);
}

.theme-practice-snapshot {
	padding: 40px 0;
}

.theme-practice-snapshot-eyebrow {
	margin-bottom: 22px;
}

/* Split / prose */

.theme-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	align-items: start;
}

.theme-split-title {
	font-size: clamp(28px, 4vw, 40px);
	margin-top: 18px;
	max-width: 10em;
}

.theme-prose p {
	font-size: 17px;
	color: #2b3240;
	margin: 0 0 18px;
	max-width: 42em;
}

.theme-prose p:last-child {
	margin-bottom: 0;
}

.theme-prose h3 {
	margin-bottom: 14px;
	max-width: 42em;
	line-height: 1.25;
}

.theme-sec-dark .theme-prose p,
.theme-sec-ink .theme-prose p {
	color: var(--ink-soft);
}

.theme-prose ul,
.theme-prose ol {
	margin: 0 0 18px;
	padding-left: 1.4em;
	max-width: 42em;
	color: #2b3240;
	font-size: 17px;
	line-height: 1.6;
}

.theme-prose ul {
	list-style: disc;
}

.theme-prose ol {
	list-style: decimal;
}

.theme-prose li {
	margin: 0 0 10px;
}

.theme-prose li:last-child {
	margin-bottom: 0;
}

.theme-prose ul ul,
.theme-prose ol ul {
	list-style: circle;
	margin: 8px 0 0;
}

.theme-prose ul:last-child,
.theme-prose ol:last-child {
	margin-bottom: 0;
}

.theme-sec-dark .theme-prose ul,
.theme-sec-dark .theme-prose ol,
.theme-sec-ink .theme-prose ul,
.theme-sec-ink .theme-prose ol {
	color: var(--ink-soft);
}

.theme-prose a {
	color: var(--gold-deep);
	text-decoration: underline;
}

.theme-prose a:hover,
.theme-prose a:focus {
	text-decoration: none;
}

/* Cards / grids */

.theme-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr;
}

.theme-card {
	display: block;
	background: var(--ink-3);
	border: 1px solid var(--line);
	padding: 28px 24px;
	position: relative;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.theme-card:hover,
.theme-card:focus {
	border-color: rgba(173, 162, 133, 0.55);
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	text-decoration: none;
}

.theme-card-tall {
	padding: 34px 28px;
}

.theme-card-light {
	background: #fff;
	border: 1px solid var(--line-d);
	box-shadow: 0 1px 0 rgba(5, 13, 37, 0.04);
}

.theme-card-light:hover,
.theme-card-light:focus {
	box-shadow: 0 10px 28px rgba(10, 12, 17, 0.08);
}

.theme-card-idx {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 13px;
	color: var(--gold);
	letter-spacing: 0.1em;
}

.theme-main h3.theme-card-title,
h3.theme-card-title {
	font-size: 22px;
	color: #fff;
	margin: 8px 0 14px;
}

.theme-card-light .theme-card-title {
	color: var(--ink);
}

.theme-card-text {
	color: var(--ink-muted);
	font-size: 15px;
	margin: 0;
	line-height: 1.55;
}

.theme-card-light .theme-card-text {
	color: var(--paper-muted);
}

.theme-card-arrow {
	margin-top: 20px;
	color: var(--gold);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.theme-snapshot-card-value {
	font-size: 18px;
	margin: 12px 0 0;
	line-height: 1.25;
}

/* FAQ accordion */

.theme-faq {
	max-width: 46em;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid var(--line-d);
}

.theme-faq-item {
	border-bottom: 1px solid var(--line-d);
}

.theme-faq-question {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	cursor: pointer;
	list-style: none;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.theme-faq-question::-webkit-details-marker {
	display: none;
}

.theme-faq-question::marker {
	content: "";
}

.theme-faq-question-text {
	flex: 1;
	min-width: 0;
}

.theme-faq-question::after {
	content: "";
	width: 12px;
	height: 12px;
	margin-top: 6px;
	flex-shrink: 0;
	background:
		linear-gradient(var(--gold-deep), var(--gold-deep)) center / 12px 2px no-repeat,
		linear-gradient(var(--gold-deep), var(--gold-deep)) center / 2px 12px no-repeat;
}

.theme-faq-item[open] .theme-faq-question::after {
	background: linear-gradient(var(--gold-deep), var(--gold-deep)) center / 12px 2px no-repeat;
}

.theme-faq-question:hover,
.theme-faq-question:focus {
	color: var(--gold-deep);
}

.theme-faq-question:focus {
	outline: 2px solid var(--gold);
	outline-offset: 4px;
}

.theme-faq-question:focus:not(:focus-visible) {
	outline: none;
}

.theme-faq-answer {
	padding: 0 0 22px;
}

.theme-faq-answer>*:last-child {
	margin-bottom: 0;
}

.theme-faq-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
	align-items: start;
}

.theme-faq-with-form .theme-faq {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.theme-practice-form-col {
	background: var(--ink-2);
	padding: 32px 24px;
}

.theme-practice-form-col .theme-practice-form-title {
	margin-bottom: 22px;
}

.theme-practice-form-col .theme-contact-form .gform_wrapper {
	max-width: none;
}

@media screen and (min-width: 900px) {
	.theme-faq-question {
		padding: 22px 0;
		font-size: 22px;
	}

	.theme-faq-answer {
		padding: 0 0 28px;
	}

	.theme-faq-split {
		grid-template-columns: 1.1fr 0.9fr;
		gap: 95px;
	}

	.theme-practice-form-col {
		padding: 36px 32px;
	}
}

/* CTA band */

.theme-cta {
	background: linear-gradient(120deg, var(--ink), var(--ink-2));
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 64px 0;
}

.theme-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(700px 300px at 50% -30%, rgba(173, 162, 133, 0.22), transparent 60%);
	pointer-events: none;
}

.theme-cta-wrap {
	position: relative;
	z-index: 1;
}

.theme-cta .theme-cta-title {
	font-size: clamp(30px, 5vw, 48px);
	color: #fff;
	max-width: 12em;
	margin: 16px auto 0;
	text-align: center;
}

.theme-cta-text {
	margin: 18px auto 0;
	max-width: 34em;
	color: var(--ink-soft);
	font-size: 17px;
	line-height: 1.55;
}

.theme-cta-actions {
	margin-top: 30px;
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
	.theme-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.theme-stat {
		padding: 32px 24px;
		border-bottom: 0;
		border-right: 1px solid var(--line);
	}

	.theme-stat:nth-child(2n) {
		border-right: 0;
	}

	.theme-stat:nth-child(-n+2) {
		border-bottom: 1px solid var(--line);
	}

	.theme-grid-2,
	.theme-grid-3,
	.theme-grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 900px) {
	.theme-sec {
		padding: 92px 0;
	}

	.page-template-template-practices .theme-sec+.theme-sec {
		padding-top: 40px;
	}

	.theme-practice-snapshot {
		padding: 56px 0;
	}

	.theme-sec-head {
		margin-bottom: 52px;
	}

	.theme-split-content {
		grid-template-columns: 0.9fr 1.1fr;
		gap: 56px;
	}

	.theme-stats {
		grid-template-columns: repeat(4, 1fr);
	}

	.theme-stat {
		padding: 38px 30px;
		border-right: 1px solid var(--line);
		border-bottom: 0;
	}

	.theme-stat:nth-child(2n) {
		border-right: 1px solid var(--line);
	}

	.theme-stat:nth-child(2n),
	.theme-stat:nth-child(-n+2) {
		border-bottom: 0;
	}

	.theme-stat:last-child {
		border-right: 0;
	}

	.theme-grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.theme-grid-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.theme-cta {
		padding: 92px 0;
	}
}

/* Team bio rows */

.theme-team-list {
	display: flex;
	flex-direction: column;
}

.theme-bio {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	padding: 22px 0;
	border-top: 1px solid var(--line-d);
	align-items: start;
}

.theme-bio-av {
	width: 250px;
	max-width: 100%;
	aspect-ratio: 1;
	height: auto;
	background: linear-gradient(135deg, var(--ink-2), var(--ink-3));
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(173, 162, 133, 0.5);
	overflow: hidden;
	flex-shrink: 0;
	transition: border-color 0.2s ease;
}

.theme-bio-av-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.theme-bio-av-link .theme-bio-av-img,
.theme-bio-av-link .theme-bio-av-initials {
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.theme-bio-av-link:hover .theme-bio-av-img,
.theme-bio-av-link:focus .theme-bio-av-img,
.theme-bio-av-link:hover .theme-bio-av-initials,
.theme-bio-av-link:focus .theme-bio-av-initials {
	transform: scale(1.02);
	opacity: 0.92;
}

.theme-bio-av:has(.theme-bio-av-link:hover),
.theme-bio-av:has(.theme-bio-av-link:focus) {
	border-color: var(--gold);
}

.theme-bio-av-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.theme-bio-av-initials {
	font-family: var(--font-serif);
	font-weight: 700;
	font-size: 26px;
	color: var(--gold-2);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.theme-bio-name {
	font-size: 26px;
	color: var(--ink);
}

.theme-bio-name-link {
	color: inherit;
	text-decoration: none;
}

.theme-bio-name-link:hover,
.theme-bio-name-link:focus {
	color: var(--gold-deep);
	text-decoration: underline;
}

.theme-bio-role {
	font-family: var(--font-display);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 10.5px;
	font-weight: 700;
	color: var(--gold-deep);
	margin: 7px 0 11px;
}

.theme-bio-text {
	font-size: 15px;
	color: var(--paper-muted);
	max-width: 49em;
	line-height: 1.6;
	margin: 0;
}

.theme-bio-dark {
	border-top-color: var(--line);
}

.theme-bio-dark .theme-bio-name {
	color: #fff;
}

.theme-bio-dark .theme-bio-name-link:hover,
.theme-bio-dark .theme-bio-name-link:focus {
	color: var(--gold);
}

.theme-bio-dark .theme-bio-text {
	color: var(--ink-soft);
}

.theme-bio-dark .theme-bio-role {
	color: var(--gold);
}

.theme-bio-lead {
	grid-template-columns: 1fr;
	gap: 16px;
	padding: 28px 0;
}

.theme-bio-lead .theme-bio-av-initials {
	font-size: 36px;
}

/* Results rows */

.theme-result-list {
	display: flex;
	flex-direction: column;
}

.theme-result-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 24px 0;
	border-top: 1px solid var(--line);
}

.theme-result-list .theme-result-row:last-child {
	border-bottom: 1px solid var(--line);
}

.theme-result-row-amt {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: clamp(28px, 5vw, 40px);
	color: var(--gold);
	line-height: 1;
	letter-spacing: -0.02em;
}

.theme-result-row-title {
	font-size: 20px;
	color: #fff;
	margin: 0 0 6px;
}

.theme-result-row-text {
	color: var(--ink-muted);
	font-size: 15px;
	margin: 0;
	line-height: 1.5;
}

@media screen and (min-width: 520px) {
	.theme-bio {
		grid-template-columns: 72px 1fr;
		gap: 18px;
	}

	.theme-bio-av {
		width: 72px;
		height: 72px;
	}

	.theme-bio-name {
		font-size: 19px;
	}

	.theme-bio-lead {
		grid-template-columns: 96px 1fr;
		gap: 22px;
	}

	.theme-bio-lead .theme-bio-av {
		width: 96px;
		height: 96px;
	}

	.theme-bio-lead .theme-bio-name {
		font-size: 24px;
	}
}

@media screen and (min-width: 700px) {
	.theme-bio {
		grid-template-columns: 104px 1fr;
		gap: 26px;
		padding: 28px 0;
	}

	.theme-bio-av {
		width: 104px;
		height: 104px;
	}

	.theme-bio-av-initials {
		font-size: 34px;
	}

	.theme-bio-name {
		font-size: 21px;
	}

	.theme-bio-text {
		font-size: 15.5px;
	}

	.theme-bio-lead {
		grid-template-columns: 150px 1fr;
		gap: 34px;
		padding: 34px 0;
	}

	.theme-bio-lead .theme-bio-av {
		width: 150px;
		height: 150px;
	}

	.theme-bio-lead .theme-bio-av-initials {
		font-size: 52px;
	}

	.theme-bio-lead .theme-bio-name {
		font-size: 30px;
	}

	.theme-result-row {
		grid-template-columns: 230px 1fr;
		gap: 30px;
		padding: 30px 0;
	}

	.theme-result-row-title {
		font-size: 24px;
	}
}

/* Contact */

.theme-contact-split {
	gap: 40px;
}

.theme-contact-col-title {
	font-size: clamp(26px, 4vw, 34px);
	margin: 16px 0 24px;
}

.theme-contact-form-intro {
	margin: 0 0 20px;
	color: var(--paper-muted);
	max-width: 28em;
}

.theme-contact-form-note {
	margin: 16px 0 0;
	font-size: 12px;
	color: var(--paper-muted);
}

.theme-contact-form .gform_wrapper {
	max-width: 460px;
}

.theme-contact-form .gform_wrapper .gform_button,
.theme-contact-form .gform_wrapper .gform_button.button {
	display: block;
	width: 100%;
}

.theme-practice-form {
	scroll-margin-top: calc(var(--header-height) + 16px);
}

.theme-practice-form-title {
	color: #fff;
	text-align: center;
	font-size: clamp(26px, 4vw, 34px);
	margin: 0 auto 28px;
}

.theme-practice-form .theme-contact-form .gform_wrapper {
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	padding: 0;
}

.theme-practice-form .theme-contact-form-note {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: var(--ink-soft);
}

.theme-contact-offices {
	display: grid;
	gap: 22px;
}

.theme-contact-office-name {
	font-size: 18px;
	margin: 0 0 4px;
}

.theme-contact-office-addr {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--paper-muted);
}

.theme-prose+.theme-contact-offices,
.theme-prose+.theme-eyebrow,
.theme-contact-col-title+.theme-eyebrow {
	margin-top: 28px;
}

.theme-eyebrow+.theme-contact-offices {
	margin-top: 16px;
}

.theme-office-card-title {
	font-size: 19px;
	margin: 12px 0 6px;
}

.theme-office-card-addr {
	color: var(--ink-soft);
	font-size: 15px;
	margin: 0;
	line-height: 1.5;
}

@media screen and (min-width: 900px) {
	.theme-contact-split-2 {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
		align-items: start;
	}
}

/* Generic pages */

.page-template-default main .content a:not(.button):not(.wp-element-button):not(.theme-btn) {
	color: var(--gold-link);
}

.page-template-default main .content a:not(.button):not(.wp-element-button):not(.theme-btn):hover,
.page-template-default main .content a:not(.button):not(.wp-element-button):not(.theme-btn):focus {
	color: var(--ink);
}