:root {
	--law-ink: #241416;
	--law-ink-soft: #4d373a;
	--law-muted: #766064;
	--law-canvas: #fbf5f5;
	--law-surface: #ffffff;
	--law-surface-2: #fff9f9;
	--law-border: rgba(75, 25, 30, 0.11);
	--law-shadow: 0 24px 60px rgba(87, 20, 27, 0.10);
	--law-shadow-strong: 0 30px 80px rgba(87, 20, 27, 0.16);
	--law-primary: #c5202b;
	--law-primary-deep: #8f1118;
	--law-primary-soft: rgba(197, 32, 43, 0.11);
	--law-accent: #c59a3a;
	--law-accent-soft: rgba(197, 154, 58, 0.12);
	--law-teal: #a3161d;
	--law-site-width: 1240px;
	--law-site-gutter: 1.5rem;
}

body.home,
body.archive,
body.search,
body.single-post,
body.error404 {
	background:
		radial-gradient(circle at top left, rgba(197, 32, 43, 0.11), transparent 28%),
		radial-gradient(circle at top right, rgba(197, 154, 58, 0.08), transparent 24%),
		linear-gradient(180deg, #fdf8f8 0%, #ffffff 28%, var(--law-canvas) 100%);
	color: var(--law-ink);
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--law-ink);
}

::selection {
	background: rgba(197, 32, 43, 0.18);
	color: var(--law-ink);
}

a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

/*
 * Keep the header, article and footer on one consistent visual grid.
 * Bootstrap remains responsible for the inner rows and responsive columns.
 */
#wrapper-navbar > .navbar > .container,
.law-single-article > .law-single-hero > .container,
.law-single-article > .container,
.law-single-article > .law-featured-wrap,
.law-footer > .container {
	width: min(calc(100% - (var(--law-site-gutter) * 2)), var(--law-site-width));
	max-width: var(--law-site-width);
	margin-inline: auto;
	padding-right: 0;
	padding-left: 0;
}

.law-site-container {
	width: min(calc(100% - (var(--law-site-gutter) * 2)), var(--law-site-width));
	max-width: var(--law-site-width);
	margin-inline: auto;
	padding-right: 0;
	padding-left: 0;
}

#wrapper-navbar {
	position: sticky;
	top: 0;
	z-index: 1025;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

/*
 * Keep the accessible skip link inside the viewport while it is visually
 * hidden. Bootstrap's negative margin combined with the theme's old
 * right-aligned positioning added one pixel to the document width.
 */
#wrapper-navbar .skip-link {
	top: 0.75rem;
	right: auto;
	left: 0.75rem;
	z-index: 1100;
	margin: 0;
	border-radius: 0.75rem;
	background: var(--law-primary-deep);
	color: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22);
}

#wrapper-navbar .skip-link.visually-hidden-focusable:not(:focus):not(:focus-within) {
	left: 0;
	margin: 0 !important;
}

#wrapper-navbar .custom-logo {
	max-height: 44px;
	width: auto;
}

#wrapper-navbar .navbar {
	--bs-navbar-padding-y: 0.92rem;
}

#wrapper-navbar .navbar-brand {
	letter-spacing: -0.03em;
}

#wrapper-navbar .navbar-nav .nav-link {
	padding: 0.65rem 0.95rem;
	border-radius: 999px;
	font-weight: 600;
	color: var(--law-ink);
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

#wrapper-navbar .navbar-nav .nav-link:hover,
#wrapper-navbar .navbar-nav .nav-link:focus-visible {
	background: rgba(197, 32, 43, 0.08);
	color: var(--law-primary-deep);
	transform: translateY(-1px);
	box-shadow: inset 0 0 0 1px rgba(197, 32, 43, 0.06);
}

#wrapper-navbar .btn-primary {
	background: linear-gradient(135deg, var(--law-primary), #e23a45);
	border-color: transparent;
	box-shadow: 0 14px 30px rgba(197, 32, 43, 0.22);
}

#wrapper-navbar .btn-primary:hover,
#wrapper-navbar .btn-primary:focus-visible {
	background: linear-gradient(135deg, var(--law-primary-deep), var(--law-primary));
	box-shadow: 0 16px 32px rgba(197, 32, 43, 0.26);
}

#wrapper-navbar .btn-outline-primary {
	border-color: rgba(197, 32, 43, 0.28);
	color: var(--law-primary-deep);
}

#wrapper-navbar .btn-outline-primary:hover,
#wrapper-navbar .btn-outline-primary:focus-visible {
	background: rgba(197, 32, 43, 0.06);
	color: var(--law-primary-deep);
}

/* Semantic category navigation */
.law-site-header {
	position: sticky;
	top: 0;
	z-index: 1035;
	border-bottom: 1px solid rgba(15, 23, 42, 0.07);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 35px rgba(15, 23, 42, 0.075);
	backdrop-filter: blur(18px) saturate(150%);
}

.admin-bar .law-site-header {
	top: 32px;
}

.law-main-nav {
	min-height: 86px;
	padding-block: 0.72rem;
}

.law-brand {
	display: inline-flex;
	min-width: 0;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.82rem;
	color: var(--law-ink);
}

.law-brand:hover,
.law-brand:focus-visible {
	color: var(--law-primary-deep);
	outline: 0;
}

.law-brand__mark,
.law-brand__logo {
	display: grid;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	overflow: hidden;
	place-items: center;
	border-radius: 0.85rem;
	background: linear-gradient(145deg, #6a1017, #aa1821);
	box-shadow: 0 10px 24px rgba(8, 83, 76, 0.20);
}

.law-brand__mark svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.law-brand__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.law-brand__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.law-brand__copy strong {
	font-size: 1.16rem;
	font-weight: 880;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.law-brand__copy small {
	max-width: 205px;
	overflow: hidden;
	margin-top: 0.24rem;
	color: var(--law-muted);
	font-size: 0.7rem;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.law-navbar-collapse {
	min-width: 0;
	justify-content: flex-end;
	gap: clamp(0.55rem, 1.2vw, 1rem);
}

.law-navbar-menu {
	min-width: 0;
	flex-direction: row;
	align-items: center;
	gap: 0.12rem;
	margin-left: auto;
}

.law-nav-item {
	position: relative;
}

.law-nav-item.dropdown {
	display: flex;
	align-items: stretch;
}

.law-nav-link {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 0.42rem;
	padding: 0.58rem 0.58rem;
	border-radius: 0.72rem;
	color: #4b3639;
	font-size: 0.73rem;
	font-weight: 760;
	line-height: 1.15;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.law-nav-icon {
	display: inline-grid;
	width: 1.25rem;
	height: 1.25rem;
	flex: 0 0 1.25rem;
	place-items: center;
	border-radius: 0.36rem;
	color: #557080;
	transition: color 0.18s ease, background-color 0.18s ease;
}

.law-nav-icon svg,
.law-submenu-toggle svg,
.law-header-search svg,
.law-submenu-item__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.law-nav-link:hover,
.law-nav-link:focus-visible,
.law-nav-link.is-active,
.law-nav-item.is-current > .law-nav-link {
	background: #fff3f3;
	color: #a3161d;
	box-shadow: inset 0 0 0 1px rgba(8, 107, 91, 0.08);
	outline: 0;
}

.law-nav-link:hover .law-nav-icon,
.law-nav-link:focus-visible .law-nav-icon,
.law-nav-link.is-active .law-nav-icon {
	color: #a3161d;
}

.law-submenu-toggle {
	display: grid;
	width: 28px;
	margin-left: -0.18rem;
	padding: 0;
	border: 0;
	border-radius: 0.55rem;
	background: transparent;
	color: #82939f;
	place-items: center;
}

.law-submenu-toggle::after {
	display: none;
}

.law-submenu-toggle svg {
	width: 0.8rem;
	height: 0.8rem;
	transition: transform 0.18s ease;
}

.law-submenu-toggle:hover,
.law-submenu-toggle:focus-visible,
.law-submenu-toggle.show {
	background: #fff3f3;
	color: #a3161d;
	outline: 0;
}

.law-submenu-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.law-nav-submenu {
	width: min(310px, calc(100vw - 2rem));
	margin-top: 0.45rem !important;
	padding: 0.45rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 0.8rem;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.law-nav-submenu .dropdown-item {
	display: grid;
	min-width: 0;
	grid-template-columns: 1.65rem minmax(0, 1fr);
	align-items: center;
	gap: 0.58rem;
	padding: 0.58rem 0.65rem;
	border-radius: 0.56rem;
	color: #503a3e;
	font-size: 0.74rem;
	font-weight: 670;
	white-space: normal;
}

.law-nav-submenu .dropdown-item:hover,
.law-nav-submenu .dropdown-item:focus-visible,
.law-nav-submenu .dropdown-item.active {
	background: #fff3f3;
	color: #9d171f;
	outline: 0;
}

.law-nav-submenu .dropdown-item > span:nth-child(2) {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.law-submenu-item__icon {
	display: grid;
	width: 1.65rem;
	height: 1.65rem;
	padding: 0.34rem;
	border-radius: 0.48rem;
	background: #faf1f1;
	color: #5c7480;
	place-items: center;
}

.law-header-search-menu {
	position: relative;
	flex: 0 0 auto;
}

.law-header-search-menu > summary {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 0.78rem;
	background: #faf5f5;
	color: #587080;
	cursor: pointer;
	list-style: none;
	place-items: center;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.law-header-search-menu > summary::-webkit-details-marker {
	display: none;
}

.law-header-search-menu > summary::marker {
	content: "";
}

.law-header-search-menu > summary svg {
	width: 1.15rem;
	height: 1.15rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.law-header-search-menu > summary:hover,
.law-header-search-menu > summary:focus-visible,
.law-header-search-menu[open] > summary {
	border-color: rgba(8, 113, 94, 0.25);
	background: #fff1f2;
	color: #a3161d;
	box-shadow: 0 8px 20px rgba(8, 91, 78, 0.10);
	outline: 0;
}

.law-header-search-panel {
	position: absolute;
	z-index: 1045;
	top: calc(100% + 1.4rem);
	right: 0;
	width: min(330px, calc(100vw - 2rem));
	padding: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 0.95rem;
	background: #fff;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.law-header-search-panel::before {
	content: "";
	position: absolute;
	top: -0.45rem;
	right: 0.85rem;
	width: 0.86rem;
	height: 0.86rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	border-left: 1px solid rgba(15, 23, 42, 0.08);
	background: #fff;
	transform: rotate(45deg);
}

.law-header-search {
	display: grid;
	position: relative;
	width: 100%;
	flex: 0 0 auto;
	grid-template-columns: 1.1rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.45rem;
	padding: 0.28rem 0.32rem 0.28rem 0.7rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 0.82rem;
	background: #faf5f5;
	transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.law-header-search:focus-within {
	border-color: rgba(8, 113, 94, 0.3);
	background: #fff;
	box-shadow: 0 0 0 0.22rem rgba(8, 113, 94, 0.08);
}

.law-header-search__icon {
	display: grid;
	width: 1.05rem;
	height: 1.05rem;
	color: #70838f;
	place-items: center;
}

.law-header-search input {
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--law-ink);
	font-size: 0.73rem;
}

.law-header-search input::placeholder {
	color: #8796a0;
}

.law-header-search button {
	padding: 0.48rem 0.68rem;
	border: 0;
	border-radius: 0.58rem;
	background: linear-gradient(135deg, #9a141c, #8a131b);
	color: #fff;
	font-size: 0.65rem;
	font-weight: 820;
	box-shadow: 0 8px 18px rgba(8, 97, 83, 0.16);
}

.law-header-search button:hover,
.law-header-search button:focus-visible {
	background: linear-gradient(135deg, #a01a22, #651017);
	outline: 0;
}

.law-header-mobile-actions {
	display: none;
}

.law-navbar-toggler {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 0.75rem;
	background: #fbf6f6;
	place-content: center;
	gap: 0.25rem;
}

.law-navbar-toggler span {
	display: block;
	width: 1.15rem;
	height: 1.5px;
	border-radius: 99px;
	background: #51252a;
}

.law-navbar-toggler:hover,
.law-navbar-toggler:focus-visible {
	border-color: rgba(8, 113, 94, 0.25);
	background: #fff3f3;
	outline: 0;
}

.law-hero-card {
	border-radius: 2rem;
	background: var(--law-surface);
	box-shadow: var(--law-shadow-strong);
	overflow: hidden;
}

.law-hero-card__main {
	position: relative;
	background:
		linear-gradient(140deg, rgba(11, 18, 32, 0.98), rgba(18, 52, 132, 0.98) 48%, rgba(17, 128, 160, 0.96) 100%);
}

.law-hero-card__main::before,
.law-hero-card__main::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	opacity: 0.85;
}

.law-hero-card__main::before {
	right: -4rem;
	top: -6rem;
	width: 16rem;
	height: 16rem;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 65%);
}

.law-hero-card__main::after {
	left: -5rem;
	bottom: -6rem;
	width: 15rem;
	height: 15rem;
	background: radial-gradient(circle, rgba(197, 154, 58, 0.22), transparent 62%);
}

.law-hero-card__main .badge {
	letter-spacing: 0.02em;
	box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
}

.law-hero-card__main .card {
	backdrop-filter: blur(10px);
}

.law-hero-card__aside {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
		radial-gradient(circle at top right, rgba(197, 32, 43, 0.06), transparent 40%);
	border-left: 1px solid rgba(15, 23, 42, 0.06);
}

.law-hero-card__aside .btn {
	border-radius: 999px;
}

/* Editorial homepage */
.law-home-page {
	color: var(--law-ink);
}

.law-home-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 6% 6%, rgba(197, 32, 43, 0.11), transparent 25%),
		radial-gradient(circle at 94% 8%, rgba(197, 154, 58, 0.10), transparent 23%),
		linear-gradient(180deg, #fff, #fcf6f6);
	border-bottom: 1px solid rgba(15, 23, 42, 0.055);
}

.law-home-hero__panel {
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.065);
	border-radius: 2rem;
	background: #fff;
	box-shadow: var(--law-shadow-strong);
}

.law-home-intro {
	position: relative;
	overflow: hidden;
	padding: clamp(1.5rem, 5vw, 4.25rem);
	background:
		radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.32), transparent 27%),
		radial-gradient(circle at 90% 90%, rgba(163, 22, 29, 0.28), transparent 26%),
		linear-gradient(140deg, #26090d, #86151f 58%, #651018);
	color: #fff;
}

.law-home-intro::before,
.law-home-intro::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 50%;
	pointer-events: none;
}

.law-home-intro::before {
	top: -8rem;
	right: -7rem;
	width: 22rem;
	height: 22rem;
	box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.018);
}

.law-home-intro::after {
	bottom: -8rem;
	left: -5rem;
	width: 17rem;
	height: 17rem;
}

.law-home-intro > * {
	position: relative;
	z-index: 1;
}

.law-home-kicker {
	padding: 0.52rem 0.78rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.law-home-kicker > span {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #f3cf73;
	box-shadow: 0 0 0 0.28rem rgba(243, 207, 115, 0.12);
}

.law-home-title {
	max-width: 770px;
	color: #fff;
	font-size: clamp(2.25rem, 5vw, 4.15rem);
	letter-spacing: -0.055em;
	line-height: 1.05;
	text-wrap: balance;
}

.law-home-lead {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.70);
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	line-height: 1.75;
}

.law-home-search {
	max-width: 680px;
}

.law-home-search .input-group,
.law-home-cta .input-group {
	padding: 0.35rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(10px);
}

.law-home-search .form-control,
.law-home-cta .form-control {
	min-width: 0;
	padding-inline: 1rem;
	border: 0;
	background: transparent;
	color: #fff;
	box-shadow: none;
}

.law-home-search .form-control::placeholder,
.law-home-cta .form-control::placeholder {
	color: rgba(255, 255, 255, 0.58);
}

.law-home-search .form-control:focus,
.law-home-cta .form-control:focus {
	background: transparent;
	color: #fff;
	box-shadow: none;
}

.law-home-search .btn,
.law-home-cta .btn {
	padding-inline: 1.25rem;
	color: var(--law-primary-deep);
	box-shadow: 0 10px 24px rgba(255, 255, 255, 0.13);
}

.law-home-intro > .btn-outline-light,
.law-home-intro .btn-outline-light {
	border-color: rgba(255, 255, 255, 0.30);
}

.law-home-stat {
	height: 100%;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.065);
	backdrop-filter: blur(10px);
}

.law-home-stat strong,
.law-home-stat span {
	display: block;
}

.law-home-stat strong {
	margin-bottom: 0.25rem;
	color: #fff;
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
	line-height: 1;
}

.law-home-stat span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.72rem;
}

.law-home-spotlight {
	padding: clamp(1rem, 2.2vw, 1.5rem);
	background:
		radial-gradient(circle at 100% 0, rgba(197, 154, 58, 0.11), transparent 28%),
		linear-gradient(160deg, #fff, #fcf7f7);
}

.law-home-lead-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 1.45rem;
	background: #fff;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.law-home-lead-card:hover,
.law-home-lead-card:focus-within {
	transform: translateY(-3px);
	box-shadow: 0 25px 55px rgba(15, 23, 42, 0.13);
}

.law-home-lead-card__media {
	position: relative;
	overflow: hidden;
	min-height: 240px;
	aspect-ratio: 16 / 10;
	background:
		radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.17), transparent 25%),
		linear-gradient(145deg, #71131b, var(--law-primary) 58%, var(--law-teal));
}

.law-home-lead-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.28));
	pointer-events: none;
}

.law-home-lead-card__media img {
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.law-home-lead-card:hover .law-home-lead-card__media img {
	transform: scale(1.035);
}

.law-home-lead-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(255, 255, 255, 0.16);
	font-size: clamp(4.5rem, 10vw, 7rem);
	font-weight: 900;
	letter-spacing: -0.09em;
}

.law-home-lead-card__label {
	position: absolute;
	z-index: 2;
	top: 1rem;
	left: 1rem;
	padding: 0.48rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.90);
	color: var(--law-primary-deep);
	font-size: 0.68rem;
	font-weight: 850;
	box-shadow: 0 9px 20px rgba(15, 23, 42, 0.16);
}

.law-home-lead-card__body {
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.law-home-lead-card__body time {
	color: var(--law-muted);
	font-size: 0.72rem;
}

.law-home-lead-card__category {
	color: var(--law-primary);
	font-size: 0.7rem;
	font-weight: 850;
}

.law-home-lead-card h2 {
	letter-spacing: -0.035em;
	line-height: 1.28;
}

.law-home-lead-card h2 a {
	color: var(--law-ink);
}

.law-home-lead-card:hover h2 a,
.law-home-lead-card:focus-within h2 a {
	color: var(--law-primary-deep);
}

.law-home-lead-card__body p {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.9rem;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.law-home-lead-card__read,
.law-home-post-card__read {
	color: var(--law-primary);
	font-size: 0.75rem;
	font-weight: 850;
}

/* Homepage split hero: category navigator + editorial banner */
.law-home-hero {
	background:
		radial-gradient(circle at 5% 0, rgba(163, 22, 29, 0.09), transparent 25%),
		radial-gradient(circle at 95% 0, rgba(197, 154, 58, 0.08), transparent 24%),
		linear-gradient(180deg, #fff, #fbf6f6);
}

.law-home-hero__panel {
	padding: 0.75rem;
	border: 0;
	border-radius: 1.65rem;
	background:
		radial-gradient(circle at 92% 8%, rgba(241, 190, 72, 0.16), transparent 25%),
		linear-gradient(135deg, #661017, #9e1820);
	box-shadow: 0 22px 60px rgba(8, 50, 48, 0.20);
}

.law-home-topics {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 14px 35px rgba(2, 31, 29, 0.14);
}

.law-home-topics__header {
	padding: 1.1rem 1.15rem 0.9rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.law-home-topics__eyebrow {
	display: block;
	margin-bottom: 0.32rem;
	color: var(--law-teal);
	font-size: 0.63rem;
	font-weight: 850;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.law-home-topics__header h2 {
	color: #453034;
	letter-spacing: -0.025em;
}

.law-home-topics__nav {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.law-home-topics__nav > a {
	display: flex;
	min-width: 0;
	min-height: 51px;
	flex: 1;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.72rem 1.05rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.065);
	color: #4a3438;
	font-size: 0.84rem;
	font-weight: 760;
	line-height: 1.3;
	text-decoration: none;
	transition: color 0.18s ease, background-color 0.18s ease, padding-left 0.18s ease;
}

.law-home-topics__nav > a > span:first-child {
	display: -webkit-box;
	overflow: hidden;
	min-width: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.law-home-topics__nav > a:hover,
.law-home-topics__nav > a:focus-visible {
	padding-left: 1.22rem;
	background: #fff2f2;
	color: #a3161d;
	outline: 0;
}

.law-home-topics__meta {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.5rem;
	color: #9aa7b1;
}

.law-home-topics__meta small {
	min-width: 1.45rem;
	font-size: 0.62rem;
	font-weight: 750;
	text-align: right;
}

.law-home-topics svg {
	width: 1rem;
	height: 1rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.law-home-topics__footer {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 1.05rem;
	background: #f8fafb;
	color: #81909b;
	font-size: 0.7rem;
}

.law-home-topics__footer strong {
	color: #9a141c;
	font-size: 0.85rem;
}

.law-home-topics__footer > span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.law-home-topics__footer a {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: #9a141c;
	font-weight: 820;
	text-decoration: none;
}

.law-home-banner {
	position: relative;
	overflow: hidden;
	min-height: 445px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 1.15rem;
	background: #24090d;
	isolation: isolate;
}

.law-home-banner__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.6s ease;
}

.law-home-banner:hover .law-home-banner__image {
	transform: scale(1.018);
}

.law-home-banner::after {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.law-home-section {
	scroll-margin-top: 6rem;
}

.law-home-section--latest {
	background:
		radial-gradient(circle at 0 0, rgba(197, 32, 43, 0.065), transparent 24%),
		linear-gradient(180deg, rgba(248, 250, 252, 0.72), rgba(244, 247, 251, 0.96));
	border-block: 1px solid rgba(15, 23, 42, 0.045);
}

.law-home-section__header h2 {
	color: var(--law-ink);
	letter-spacing: -0.038em;
}

.law-home-section__header > p {
	max-width: 560px;
	line-height: 1.65;
}

.law-home-category {
	position: relative;
	overflow: hidden;
	padding: clamp(1.35rem, 2.5vw, 1.85rem);
	border: 1px solid rgba(15, 23, 42, 0.065);
	border-top: 0.28rem solid var(--law-accent, var(--law-primary));
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at 100% 0, var(--law-accent-soft, rgba(197, 32, 43, 0.08)), transparent 32%),
		#fff;
	color: var(--law-ink);
	box-shadow: 0 15px 38px rgba(15, 23, 42, 0.065);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.law-home-category::after {
	content: "";
	position: absolute;
	right: -2rem;
	bottom: -3rem;
	width: 8rem;
	height: 8rem;
	border: 1px solid var(--law-accent-soft, rgba(197, 32, 43, 0.10));
	border-radius: 50%;
	pointer-events: none;
}

.law-home-category:hover,
.law-home-category:focus-within {
	border-color: rgba(197, 32, 43, 0.13);
	transform: translateY(-3px);
	color: var(--law-ink);
	box-shadow: var(--law-shadow);
}

.law-home-category__header,
.law-home-category__title,
.law-home-category__description,
.law-home-category__children {
	position: relative;
	z-index: 1;
}

.law-home-category__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid var(--law-accent-soft, rgba(197, 32, 43, 0.12));
	border-radius: 0.95rem;
	background: var(--law-accent-soft, var(--law-primary-soft));
	color: var(--law-accent-deep, var(--law-primary-deep));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.law-home-category__icon svg {
	width: 1.45rem;
	height: 1.45rem;
}

.law-home-category__count {
	padding: 0.4rem 0.65rem;
	border: 1px solid rgba(100, 116, 139, 0.10);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--law-muted);
	font-size: 0.7rem;
	font-weight: 800;
}

.law-home-category__title {
	margin: 0;
	font-size: clamp(1.24rem, 1.8vw, 1.55rem);
	font-weight: 850;
	line-height: 1.25;
	color: var(--law-ink);
	letter-spacing: -0.038em;
}

.law-home-category__title a {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	color: inherit;
	text-decoration: none;
	text-wrap: balance;
}

.law-home-category__title a svg {
	width: 1.15rem;
	height: 1.15rem;
	flex: 0 0 auto;
	color: var(--law-accent-deep, var(--law-primary-deep));
	transition: transform 0.18s ease;
}

.law-home-category__title a:hover,
.law-home-category__title a:focus-visible {
	color: var(--law-accent-deep, var(--law-primary-deep));
}

.law-home-category__title a:hover svg,
.law-home-category__title a:focus-visible svg {
	transform: translateX(0.2rem);
}

.law-home-category__description {
	max-width: 56ch;
	font-size: 0.9rem;
	line-height: 1.68;
}

.law-home-category__children {
	padding-top: 1rem;
	border-top: 1px solid rgba(15, 23, 42, 0.075);
}

.law-home-category__children-label {
	display: block;
	margin-bottom: 0.65rem;
	color: var(--law-muted);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.law-home-category__children ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.48rem;
}

.law-home-category__children--compact ul {
	grid-template-columns: 1fr;
}

.law-home-category__children li {
	min-width: 0;
}

.law-home-category__children a {
	display: flex;
	min-height: 2.7rem;
	align-items: center;
	gap: 0.58rem;
	padding: 0.62rem 0.7rem;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 0.72rem;
	background: rgba(248, 250, 252, 0.88);
	color: var(--law-ink-soft);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease, transform 0.16s ease;
}

.law-home-category__children a > span:nth-child(2) {
	min-width: 0;
	overflow-wrap: anywhere;
}

.law-home-category__child-mark {
	width: 0.42rem;
	height: 0.42rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--law-accent, var(--law-primary));
	box-shadow: 0 0 0 0.22rem var(--law-accent-soft, var(--law-primary-soft));
}

.law-home-category__children a svg {
	width: 0.9rem;
	height: 0.9rem;
	flex: 0 0 auto;
	margin-left: auto;
	color: var(--law-accent-deep, var(--law-primary-deep));
	opacity: 0.62;
}

.law-home-category__children a:hover,
.law-home-category__children a:focus-visible {
	border-color: var(--law-accent-soft, rgba(197, 32, 43, 0.18));
	background: #fff;
	color: var(--law-accent-deep, var(--law-primary-deep));
	transform: translateY(-1px);
}

.law-home-category__children a:hover svg,
.law-home-category__children a:focus-visible svg {
	opacity: 1;
}

@media (min-width: 1200px) {
	#law-featured-categories .row > .col:last-child:nth-child(odd) {
		width: 100%;
	}

	#law-featured-categories .row > .col:last-child:nth-child(odd) .law-home-category__children ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.law-home-post-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.065);
	border-radius: 1.35rem;
	background: #fff;
	box-shadow: 0 15px 38px rgba(15, 23, 42, 0.065);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.law-home-post-card::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0.25rem;
	background: linear-gradient(90deg, var(--law-primary), var(--law-teal), var(--law-accent));
	opacity: 0;
	transition: opacity 0.2s ease;
}

.law-home-post-card:hover,
.law-home-post-card:focus-within {
	transform: translateY(-5px);
	box-shadow: var(--law-shadow);
}

.law-home-post-card:hover::after,
.law-home-post-card:focus-within::after {
	opacity: 1;
}

.law-home-post-card__media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background:
		radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.16), transparent 24%),
		linear-gradient(145deg, #7a151e, var(--law-primary) 58%, var(--law-teal));
}

.law-home-post-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.58));
	pointer-events: none;
}

.law-home-post-card__media img {
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.law-home-post-card:hover .law-home-post-card__media img {
	transform: scale(1.04);
}

.law-home-post-card__placeholder {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	color: #fff;
	text-align: center;
}

.law-home-post-card__placeholder strong {
	color: rgba(255, 255, 255, 0.15);
	font-size: clamp(3.5rem, 7vw, 5rem);
	letter-spacing: -0.09em;
	line-height: 1;
}

.law-home-post-card__placeholder small {
	position: relative;
	z-index: 2;
	max-width: 80%;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.68rem;
	font-weight: 750;
}

.law-home-post-card__category {
	position: absolute;
	z-index: 2;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	overflow: hidden;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 800;
	text-overflow: ellipsis;
	text-shadow: 0 2px 8px rgba(15, 23, 42, 0.40);
	white-space: nowrap;
}

.law-home-post-card__body {
	padding: 1.35rem;
}

.law-home-post-card__body > div:first-child {
	color: var(--law-muted);
	font-size: 0.7rem;
}

.law-home-post-card h3 {
	letter-spacing: -0.026em;
	line-height: 1.4;
}

.law-home-post-card h3 a {
	color: var(--law-ink);
}

.law-home-post-card:hover h3 a,
.law-home-post-card:focus-within h3 a {
	color: var(--law-primary-deep);
}

.law-home-post-card__body p {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.86rem;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.law-home-cta__panel {
	position: relative;
	overflow: hidden;
	padding: clamp(1.5rem, 4vw, 2.75rem);
	border-radius: 1.6rem;
	background:
		radial-gradient(circle at 8% 0, rgba(37, 99, 235, 0.34), transparent 28%),
		radial-gradient(circle at 94% 100%, rgba(197, 154, 58, 0.20), transparent 27%),
		linear-gradient(135deg, #26090d, #84151e 58%, #651018);
	color: #fff;
	box-shadow: var(--law-shadow-strong);
}

.law-home-cta__panel::after {
	content: "";
	position: absolute;
	top: -6rem;
	right: -6rem;
	width: 16rem;
	height: 16rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 3.5rem rgba(255, 255, 255, 0.02);
	pointer-events: none;
}

.law-home-cta__panel > .row {
	position: relative;
	z-index: 1;
}

.law-home-cta h2 {
	color: #fff;
	letter-spacing: -0.04em;
}

.law-home-cta p {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.66);
	line-height: 1.7;
}

.law-topic-card {
	border-radius: 1.5rem;
	background: var(--law-surface);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.law-topic-card:hover,
.law-topic-card:focus-within {
	transform: translateY(-4px);
	box-shadow: var(--law-shadow);
	border-color: rgba(197, 32, 43, 0.10);
}

.law-topic-card__bar {
	height: 0.40rem;
	background: linear-gradient(90deg, var(--law-accent, var(--law-primary)), rgba(197, 32, 43, 0.08));
}

.law-topic-card .badge {
	border-color: rgba(15, 23, 42, 0.08) !important;
}

.law-topic-card h3 {
	color: var(--law-ink);
}

.law-topic-card p {
	color: var(--law-muted);
}

.law-topic-card .btn-outline-primary {
	border-radius: 999px;
}

.law-archive-card {
	border-radius: 1.75rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
		linear-gradient(135deg, rgba(197, 32, 43, 0.05), rgba(197, 154, 58, 0.04));
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: var(--law-shadow);
}

.law-archive-page {
	color: var(--law-ink);
}

.law-archive-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 10%, rgba(37, 99, 235, 0.36), transparent 28%),
		radial-gradient(circle at 88% 18%, rgba(197, 154, 58, 0.22), transparent 25%),
		linear-gradient(135deg, #26090d 0%, #74131b 55%, #5d0e15 100%);
	color: #fff;
}

.law-archive-hero::before,
.law-archive-hero::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	pointer-events: none;
}

.law-archive-hero::before {
	right: -8rem;
	bottom: -12rem;
	width: 30rem;
	height: 30rem;
	box-shadow:
		0 0 0 4rem rgba(255, 255, 255, 0.025),
		0 0 0 9rem rgba(255, 255, 255, 0.018);
}

.law-archive-hero::after {
	top: -8rem;
	left: 44%;
	width: 18rem;
	height: 18rem;
	background: rgba(255, 255, 255, 0.018);
}

.law-archive-hero > .container {
	position: relative;
	z-index: 1;
}

.law-archive-breadcrumb {
	--bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.42);
	--bs-breadcrumb-item-active-color: rgba(255, 255, 255, 0.62);
	font-size: 0.86rem;
}

.law-archive-breadcrumb a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 650;
	text-decoration: none;
}

.law-archive-breadcrumb a:hover,
.law-archive-breadcrumb a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.law-archive-title {
	max-width: 850px;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.35rem);
	letter-spacing: -0.046em;
	line-height: 1.12;
	text-wrap: balance;
}

.law-archive-item {
	position: relative;
	overflow: hidden;
	min-height: 245px;
	border: 1px solid rgba(15, 23, 42, 0.065);
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.065);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.law-archive-item::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0.25rem;
	background: linear-gradient(90deg, var(--law-primary), var(--law-teal), var(--law-accent));
	opacity: 0;
	transition: opacity 0.2s ease;
}

.law-archive-item:hover,
.law-archive-item:focus-within {
	transform: translateY(-4px);
	border-color: rgba(197, 32, 43, 0.14);
	box-shadow: var(--law-shadow);
}

.law-archive-item:hover::after,
.law-archive-item:focus-within::after {
	opacity: 1;
}

.law-archive-item__media {
	position: relative;
	overflow: hidden;
	min-height: 245px;
	background:
		radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.17), transparent 24%),
		linear-gradient(145deg, #7c151e, var(--law-primary) 58%, var(--law-teal));
}

.law-archive-item__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.28));
	pointer-events: none;
}

.law-archive-item__media img {
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.law-archive-item:hover .law-archive-item__media img {
	transform: scale(1.035);
}

.law-archive-placeholder {
	display: flex;
	height: 100%;
	min-height: 245px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 1.25rem;
	color: #fff;
	text-align: center;
}

.law-archive-placeholder strong {
	color: rgba(255, 255, 255, 0.18);
	font-size: clamp(3rem, 7vw, 5rem);
	letter-spacing: -0.08em;
	line-height: 1;
}

.law-archive-placeholder small {
	position: relative;
	z-index: 1;
	max-width: 15rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.7rem;
	font-weight: 750;
}

.law-archive-item__body {
	padding: clamp(1.25rem, 2.4vw, 1.85rem);
}

.law-archive-item__category {
	position: relative;
	z-index: 2;
	padding: 0.36rem 0.62rem;
	border-radius: 999px;
	background: var(--law-primary-soft);
	color: var(--law-primary-deep);
	font-size: 0.68rem;
	font-weight: 800;
	text-decoration: none;
}

.law-archive-item__category:hover,
.law-archive-item__category:focus-visible {
	background: var(--law-primary);
	color: #fff;
}

.law-archive-item__meta {
	color: var(--law-muted);
	font-size: 0.72rem;
}

.law-archive-item__meta + .law-archive-item__meta::before {
	content: "•";
	margin-right: 0.5rem;
	color: #cbd5e1;
}

.law-archive-item__title {
	letter-spacing: -0.028em;
	line-height: 1.35;
}

.law-archive-item__title a {
	color: var(--law-ink);
}

.law-archive-item:hover .law-archive-item__title a,
.law-archive-item:focus-within .law-archive-item__title a {
	color: var(--law-primary-deep);
}

.law-archive-item__excerpt {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.92rem;
	line-height: 1.68;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.law-archive-item__read {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--law-primary);
	font-size: 0.76rem;
	font-weight: 800;
}

.law-archive-item__read span {
	transition: transform 0.18s ease;
}

.law-archive-item:hover .law-archive-item__read span {
	transform: translateX(0.25rem);
}

.law-archive-side-card {
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.065) !important;
	border-radius: 1.35rem;
	background:
		radial-gradient(circle at 100% 0, rgba(197, 32, 43, 0.055), transparent 30%),
		rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.075);
}

.law-side-card-mark {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 0.68rem;
	background: var(--law-primary-soft);
	color: var(--law-primary);
	font-size: 0.78rem;
	font-weight: 900;
}

.law-category-list li {
	border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.law-category-list li:last-child {
	border-bottom: 0;
}

.law-category-list a {
	padding-block: 0.78rem;
	color: var(--law-ink-soft);
	font-size: 0.88rem;
	font-weight: 650;
}

.law-category-list a:hover,
.law-category-list a:focus-visible {
	color: var(--law-primary);
}

.law-category-list .is-current a {
	color: var(--law-primary-deep);
	font-weight: 800;
}

.law-category-list .is-current a > span::before {
	content: "";
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	background: var(--law-primary);
	box-shadow: 0 0 0 0.25rem var(--law-primary-soft);
	vertical-align: 0.08em;
}

.law-category-list strong {
	display: grid;
	min-width: 2rem;
	height: 2rem;
	padding-inline: 0.4rem;
	place-items: center;
	border-radius: 0.68rem;
	background: var(--law-surface-2);
	color: var(--law-muted);
	font-size: 0.68rem;
}

.law-archive-latest {
	counter-reset: law-archive-latest;
}

.law-archive-latest li {
	position: relative;
	min-height: 2.4rem;
	padding: 0 0 1rem 3.15rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.07);
	counter-increment: law-archive-latest;
}

.law-archive-latest li + li {
	padding-top: 1rem;
}

.law-archive-latest li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.law-archive-latest li::before {
	content: counter(law-archive-latest, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	border-radius: 0.75rem;
	background: linear-gradient(135deg, var(--law-primary), var(--law-primary-deep));
	color: #fff;
	font-size: 0.68rem;
	font-weight: 850;
	box-shadow: 0 9px 18px rgba(197, 32, 43, 0.20);
}

.law-archive-latest li + li::before {
	top: 1rem;
}

.law-archive-latest a {
	color: var(--law-ink);
	font-size: 0.84rem;
	line-height: 1.42;
}

.law-archive-latest a:hover,
.law-archive-latest a:focus-visible {
	color: var(--law-primary);
}

.law-archive-latest time {
	display: block;
	margin-top: 0.22rem;
	color: var(--law-muted);
	font-size: 0.7rem;
}

.law-archive-pagination .pagination {
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 0;
}

.law-archive-pagination .page-link {
	min-width: 2.6rem;
	padding: 0.66rem 0.85rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 0.78rem !important;
	background: #fff;
	color: var(--law-ink-soft);
	font-size: 0.82rem;
	font-weight: 750;
	text-align: center;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.045);
}

.law-archive-pagination .page-link:hover,
.law-archive-pagination .page-link:focus-visible,
.law-archive-pagination .active .page-link {
	border-color: transparent;
	background: linear-gradient(135deg, var(--law-primary), var(--law-primary-deep));
	color: #fff;
	box-shadow: 0 10px 22px rgba(197, 32, 43, 0.20);
}

.law-archive-about {
	position: relative;
	overflow: hidden;
	padding: clamp(1.25rem, 2.5vw, 1.8rem);
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-left: 0.28rem solid var(--law-primary);
	border-radius: 0 1.25rem 1.25rem 0;
	background:
		radial-gradient(circle at 100% 0, rgba(197, 154, 58, 0.10), transparent 28%),
		linear-gradient(145deg, #fff, #fff9f9);
	box-shadow: 0 15px 38px rgba(15, 23, 42, 0.055);
}

.law-archive-about p {
	max-width: 760px;
	font-size: 0.95rem;
	line-height: 1.75;
}

.law-archive-empty {
	padding: 3rem 1.5rem;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 1.4rem;
	background: #fff;
	box-shadow: var(--law-shadow);
}

.law-archive-empty__mark {
	display: grid;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1rem;
	place-items: center;
	border-radius: 1rem;
	background: var(--law-primary-soft);
	color: var(--law-primary);
	font-weight: 900;
}

/* 404 page */
.law-404-page {
	color: var(--law-ink);
}

.law-404-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 5%, rgba(197, 32, 43, 0.10), transparent 26%),
		radial-gradient(circle at 94% 12%, rgba(197, 154, 58, 0.10), transparent 24%),
		linear-gradient(180deg, #fff, #fcf6f6);
	border-bottom: 1px solid rgba(15, 23, 42, 0.055);
}

.law-404-panel {
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.065);
	border-radius: 2rem;
	background: #fff;
	box-shadow: var(--law-shadow-strong);
}

.law-404-copy {
	padding: clamp(1.5rem, 5vw, 4rem);
}

.law-404-kicker {
	padding: 0.52rem 0.78rem;
	border: 1px solid rgba(197, 32, 43, 0.11);
	border-radius: 999px;
	background: var(--law-primary-soft);
	color: var(--law-primary-deep);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.law-404-kicker > span {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--law-primary);
	box-shadow: 0 0 0 0.25rem rgba(197, 32, 43, 0.10);
}

.law-404-title {
	max-width: 700px;
	color: #26090d;
	font-size: clamp(2.1rem, 4.6vw, 3.7rem);
	letter-spacing: -0.05em;
	line-height: 1.08;
	text-wrap: balance;
}

.law-404-lead {
	max-width: 650px;
	color: var(--law-muted);
	font-size: clamp(1rem, 1.45vw, 1.12rem);
	line-height: 1.75;
}

.law-404-search {
	max-width: 650px;
}

.law-404-search .input-group {
	padding: 0.35rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 999px;
	background: var(--law-surface-2);
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.025);
}

.law-404-search .form-control {
	min-width: 0;
	padding-inline: 1rem;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: 0.94rem;
}

.law-404-search .form-control:focus {
	background: transparent;
	box-shadow: none;
}

.law-404-search .btn {
	padding-inline: 1.25rem;
	box-shadow: 0 10px 22px rgba(197, 32, 43, 0.20);
}

.law-404-page .btn-primary {
	border-color: transparent;
	background: linear-gradient(135deg, var(--law-primary), var(--law-primary-deep));
	color: #fff;
	box-shadow: 0 12px 26px rgba(197, 32, 43, 0.20);
}

.law-404-page .btn-primary:hover,
.law-404-page .btn-primary:focus-visible {
	border-color: transparent;
	background: linear-gradient(135deg, var(--law-primary-deep), var(--law-primary));
	color: #fff;
	box-shadow: 0 15px 30px rgba(197, 32, 43, 0.27);
}

.law-404-page .btn-outline-primary {
	border-color: rgba(197, 32, 43, 0.24);
	color: var(--law-primary-deep);
}

.law-404-page .btn-outline-primary:hover,
.law-404-page .btn-outline-primary:focus-visible {
	border-color: rgba(197, 32, 43, 0.12);
	background: var(--law-primary-soft);
	color: var(--law-primary-deep);
}

.law-404-visual {
	position: relative;
	display: flex;
	min-height: 440px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	overflow: hidden;
	padding: 2rem;
	background:
		radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.17), transparent 25%),
		linear-gradient(145deg, #2a0a0e, #931824 56%, #6e1119);
	color: #fff;
	text-align: center;
}

.law-404-visual::before,
.law-404-visual::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.law-404-visual::before {
	top: -7rem;
	right: -7rem;
	width: 18rem;
	height: 18rem;
	box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.022);
}

.law-404-visual::after {
	bottom: -5rem;
	left: -5rem;
	width: 14rem;
	height: 14rem;
}

.law-404-visual > p {
	position: relative;
	z-index: 2;
	max-width: 300px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.85rem;
	line-height: 1.65;
}

.law-404-orbit {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(18rem, 80%);
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	box-shadow:
		inset 0 0 50px rgba(255, 255, 255, 0.025),
		0 30px 70px rgba(4, 12, 28, 0.28);
}

.law-404-orbit strong {
	color: #fff;
	font-size: clamp(4.5rem, 9vw, 7rem);
	font-weight: 900;
	letter-spacing: -0.09em;
	line-height: 1;
	text-shadow: 0 15px 35px rgba(4, 12, 28, 0.30);
}

.law-404-orbit__ring {
	position: absolute;
	inset: 12%;
	border: 1px dashed rgba(255, 255, 255, 0.17);
	border-radius: 50%;
	transform: rotate(-18deg);
}

.law-404-orbit__dot {
	position: absolute;
	top: 16%;
	right: 16%;
	width: 1rem;
	height: 1rem;
	border: 0.22rem solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	background: #f3cf73;
	box-shadow: 0 0 0 0.55rem rgba(243, 207, 115, 0.10);
}

.law-article-card {
	border-radius: 1.5rem;
	background: var(--law-surface);
	border: 1px solid rgba(15, 23, 42, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.law-article-card:hover,
.law-article-card:focus-within {
	transform: translateY(-4px);
	box-shadow: var(--law-shadow);
	border-color: rgba(197, 32, 43, 0.10);
}

.law-article-card .card-body {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 252, 255, 1));
}

.law-article-card .badge {
	border-color: rgba(15, 23, 42, 0.08) !important;
}

.law-article-card .btn-outline-primary {
	border-radius: 999px;
}

.law-footer {
	position: relative;
	overflow: hidden;
	margin-top: clamp(4rem, 7vw, 6.5rem);
	background:
		radial-gradient(circle at 8% 0, rgba(197, 32, 43, 0.18), transparent 28%),
		radial-gradient(circle at 92% 8%, rgba(197, 154, 58, 0.09), transparent 24%),
		linear-gradient(145deg, #0d0305 0%, #160508 48%, #24080d 100%);
	border-top: 1px solid rgba(197, 154, 58, 0.2);
	color: #fff;
}

.law-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 75%);
	pointer-events: none;
}

.law-footer > .container {
	position: relative;
	z-index: 1;
	padding-top: clamp(2.8rem, 5vw, 4.5rem);
	padding-bottom: 1.5rem;
}

.law-footer-brand {
	max-width: 680px;
	margin-inline: auto;
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

.law-footer-brand__link {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	gap: 0.8rem;
	color: #fff;
	text-decoration: none;
}

.law-footer-brand__mark,
.law-footer-brand__logo {
	display: grid;
	width: 68px;
	height: 68px;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 1.25rem;
	background: linear-gradient(145deg, #a71922, #7e1219);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.law-footer-brand__mark svg {
	width: 44px;
	height: 44px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.law-footer-brand__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.law-footer-brand__name {
	margin: 0;
	color: #fff;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 880;
	letter-spacing: -0.045em;
	line-height: 1;
}

.law-footer-brand p {
	margin: 0.65rem 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.82rem;
	line-height: 1.6;
}

.law-footer-brand__line {
	display: block;
	width: 4rem;
	height: 2px;
	margin: 1.25rem auto 0;
	border-radius: 99px;
	background: linear-gradient(90deg, transparent, #efc36a, transparent);
}

.law-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.law-footer-column {
	min-width: 0;
	padding: clamp(1.8rem, 3vw, 2.7rem);
}

.law-footer-column + .law-footer-column {
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.law-footer-column__icon {
	display: grid;
	width: 2.55rem;
	height: 2.55rem;
	margin-bottom: 1rem;
	padding: 0.62rem;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 0.78rem;
	background: rgba(255, 255, 255, 0.065);
	color: #f1c86f;
	place-items: center;
}

.law-footer-column__icon svg,
.law-footer-links svg,
.law-footer-bottom svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.law-footer-column h2 {
	margin: 0 0 0.85rem;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 820;
	letter-spacing: -0.015em;
}

.law-footer-column > p {
	max-width: 390px;
	margin-bottom: 1.1rem;
	color: rgba(255, 255, 255, 0.57);
	font-size: 0.76rem;
	line-height: 1.75;
}

.law-footer-links svg,
.law-footer-bottom svg {
	width: 0.9rem;
	height: 0.9rem;
}

.law-footer-socials {
	max-width: 280px;
	margin-top: 1.15rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.law-footer-socials h3 {
	margin: 0 0 0.72rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.65rem;
	font-weight: 790;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.law-footer-socials nav {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.law-footer-socials__link {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.68rem;
	background: rgba(255, 255, 255, 0.065);
	color: rgba(255, 255, 255, 0.78);
	place-items: center;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.law-footer-socials__link svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	stroke: none;
}

.law-footer-socials__link:hover,
.law-footer-socials__link:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	outline: 0;
}

.law-footer-socials__link--facebook:hover,
.law-footer-socials__link--facebook:focus-visible {
	border-color: rgba(24, 119, 242, 0.55);
	background: #1877f2;
}

.law-footer-socials__link--linkedin:hover,
.law-footer-socials__link--linkedin:focus-visible {
	border-color: rgba(10, 102, 194, 0.55);
	background: #0a66c2;
}

.law-footer-links,
.law-footer-posts {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.law-footer-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.62rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.065);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.74rem;
	font-weight: 670;
	text-decoration: none;
}

.law-footer-links li:last-child a,
.law-footer-posts li:last-child a {
	border-bottom: 0;
}

.law-footer-links a:hover,
.law-footer-links a:focus-visible {
	color: #fff;
	outline: 0;
}

.law-footer-links a svg {
	flex: 0 0 auto;
	color: #d6a84b;
	transition: transform 0.18s ease;
}

.law-footer-links a:hover svg {
	transform: translateX(0.22rem);
}

.law-footer-posts a {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.28rem;
	padding: 0.58rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.065);
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

.law-footer-posts a > span {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.72rem;
	font-weight: 680;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.law-footer-posts time {
	color: rgba(255, 255, 255, 0.38);
	font-size: 0.6rem;
}

.law-footer-posts a:hover,
.law-footer-posts a:focus-visible {
	color: #fff;
	outline: 0;
}

.law-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.3rem 0 0;
}

.law-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.62rem;
}

.law-footer-bottom nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 1rem;
}

.law-footer-bottom a {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.64rem;
	font-weight: 700;
	text-decoration: none;
}

.law-footer-bottom a:hover,
.law-footer-bottom a:focus-visible {
	color: #fff;
	outline: 0;
}

.text-secondary {
	color: var(--law-muted) !important;
}

.display-6,
.display-5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	letter-spacing: -0.03em;
	color: var(--law-ink);
}

.lead {
	color: var(--law-ink-soft);
}

.btn {
	border-radius: 999px;
	font-weight: 700;
}

.btn-light {
	box-shadow: 0 14px 28px rgba(255, 255, 255, 0.18);
}

.btn-outline-light {
	border-color: rgba(255, 255, 255, 0.24);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.alert {
	border-radius: 1rem;
}

.badge.text-bg-primary {
	background: linear-gradient(135deg, var(--law-primary), #e23a45) !important;
	box-shadow: 0 12px 24px rgba(197, 32, 43, 0.18);
}

.text-bg-dark {
	background: linear-gradient(135deg, rgba(15, 23, 42, 1), rgba(30, 41, 59, 1)) !important;
}

/* Single post */
.law-single-article {
	color: var(--law-ink);
	max-width: 100%;
	overflow: clip;
}

.law-single-article .container,
.law-single-article .row > *,
.law-reading-card,
.law-prose {
	min-width: 0;
	max-width: 100%;
}

.law-single-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 18%, rgba(197, 32, 43, 0.12), transparent 26%),
		radial-gradient(circle at 88% 8%, rgba(197, 154, 58, 0.13), transparent 23%),
		linear-gradient(180deg, #fff 0%, #fcf7f7 100%);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.law-single-hero::after {
	content: "";
	position: absolute;
	right: -7rem;
	bottom: -10rem;
	width: 25rem;
	height: 25rem;
	border: 1px solid rgba(197, 32, 43, 0.08);
	border-radius: 50%;
	box-shadow:
		0 0 0 3rem rgba(197, 32, 43, 0.025),
		0 0 0 7rem rgba(197, 32, 43, 0.018);
	pointer-events: none;
}

.law-single-hero > .container {
	position: relative;
	z-index: 1;
}

.law-breadcrumb {
	--bs-breadcrumb-divider-color: #94a3b8;
	--bs-breadcrumb-item-active-color: var(--law-muted);
	font-size: 0.875rem;
}

.law-breadcrumb a {
	color: var(--law-ink-soft);
	font-weight: 600;
	text-decoration: none;
}

.law-breadcrumb a:hover,
.law-breadcrumb a:focus-visible {
	color: var(--law-primary);
}

.law-article-header {
	max-width: 960px;
}

.law-article-header h1 {
	color: #281619;
	font-size: clamp(1.75rem, 3.35vw, 2.8rem);
	letter-spacing: -0.047em;
	overflow-wrap: break-word;
	text-wrap: balance;
}

.law-category-badge {
	padding: 0.62rem 0.9rem;
	background: var(--law-primary-soft);
	border: 1px solid rgba(197, 32, 43, 0.12);
	color: var(--law-primary-deep);
	font-size: 0.78rem;
	letter-spacing: 0.015em;
	transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.law-category-badge:hover,
.law-category-badge:focus-visible {
	background: var(--law-primary);
	color: #fff;
	transform: translateY(-1px);
}

.law-article-meta {
	color: var(--law-muted);
	font-size: 0.925rem;
}

.law-article-meta a {
	color: var(--law-ink-soft);
}

.law-article-meta a:hover,
.law-article-meta a:focus-visible {
	color: var(--law-primary);
}

.law-meta-dot {
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	background: var(--law-teal);
	box-shadow: 0 0 0 0.3rem rgba(163, 22, 29, 0.10);
}

.law-meta-separator {
	width: 1px;
	height: 1rem;
	background: rgba(100, 116, 139, 0.28);
}

.law-article-deck {
	max-width: 760px;
	color: var(--law-ink-soft);
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	line-height: 1.7;
}

.law-featured-wrap {
	position: relative;
	z-index: 2;
	margin-top: -0.25rem;
}

.law-featured-media {
	position: relative;
	overflow: hidden;
	max-width: 1120px;
	margin-inline: auto;
	border: 0.55rem solid rgba(255, 255, 255, 0.92);
	border-radius: 1.75rem;
	background: #f1e7e8;
	box-shadow: var(--law-shadow-strong);
}

.law-featured-media img {
	display: block;
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.law-featured-media figcaption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.8rem;
	background: rgba(15, 23, 42, 0.74);
	backdrop-filter: blur(12px);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.8rem;
}

.law-reading-card {
	padding: clamp(1.25rem, 3.5vw, 3rem);
	border: 1px solid rgba(15, 23, 42, 0.065);
	border-radius: 1.75rem;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: var(--law-shadow);
}

.law-table-of-contents {
	padding: 1.25rem 1.35rem;
	border: 1px solid rgba(197, 32, 43, 0.10);
	border-left: 0.25rem solid var(--law-primary);
	border-radius: 0 1.2rem 1.2rem 0;
	background:
		linear-gradient(135deg, rgba(197, 32, 43, 0.055), rgba(163, 22, 29, 0.035)),
		#fff;
}

.law-table-of-contents ol {
	display: grid;
	gap: 0.65rem;
	padding-left: 1.25rem;
	color: var(--law-muted);
}

.law-table-of-contents li::marker {
	color: var(--law-primary);
	font-weight: 800;
}

.law-table-of-contents .law-toc-child {
	margin-left: 1rem;
}

.law-table-of-contents a {
	color: var(--law-ink-soft);
	font-weight: 600;
	text-decoration: none;
}

.law-table-of-contents a:hover,
.law-table-of-contents a:focus-visible {
	color: var(--law-primary);
	text-decoration: underline;
}

.law-prose {
	color: #4b3639;
	font-size: clamp(1rem, 1.15vw, 1.105rem);
	line-height: 1.86;
	overflow-wrap: anywhere;
}

.law-prose > :first-child {
	margin-top: 0;
}

.law-prose > :last-child {
	margin-bottom: 0;
}

.law-prose p,
.law-prose ul,
.law-prose ol,
.law-prose blockquote,
.law-prose figure,
.law-prose table,
.law-prose pre {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.law-prose h2,
.law-prose h3,
.law-prose h4 {
	scroll-margin-top: 7rem;
	color: #2c191c;
	font-weight: 800;
	line-height: 1.32;
	text-wrap: balance;
}

.law-prose h2 {
	position: relative;
	margin-top: 2.1em;
	margin-bottom: 0.8em;
	padding-bottom: 0.62em;
	border-bottom: 1px solid rgba(15, 23, 42, 0.09);
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.law-prose h2::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 4rem;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--law-primary), var(--law-teal));
}

.law-prose h3 {
	margin-top: 1.7em;
	margin-bottom: 0.65em;
	font-size: clamp(1.25rem, 1.9vw, 1.55rem);
}

.law-prose h4 {
	margin-top: 1.5em;
	font-size: 1.15rem;
}

.law-prose strong {
	color: #2d1b1e;
	font-weight: 750;
}

.law-prose a {
	color: var(--law-primary-deep);
	font-weight: 600;
	text-decoration-color: rgba(197, 32, 43, 0.30);
	transition: color 0.16s ease, text-decoration-color 0.16s ease;
}

.law-prose a:hover,
.law-prose a:focus-visible {
	color: var(--law-teal);
	text-decoration-color: currentColor;
}

.law-prose ul,
.law-prose ol {
	padding-left: 1.4rem;
}

.law-prose li {
	margin-bottom: 0.48em;
	padding-left: 0.2rem;
}

.law-prose li::marker {
	color: var(--law-primary);
	font-weight: 700;
}

.law-prose blockquote,
.law-prose .wp-block-quote {
	padding: 1.25rem 1.4rem;
	border: 0;
	border-left: 0.28rem solid var(--law-accent);
	border-radius: 0 1rem 1rem 0;
	background: linear-gradient(135deg, rgba(197, 154, 58, 0.10), rgba(197, 154, 58, 0.035));
	color: var(--law-ink-soft);
	font-size: 1.04em;
}

.law-prose img {
	max-width: 100%;
	height: auto;
	border-radius: 1rem;
}

.law-prose figure {
	max-width: 100%;
}

.law-prose figcaption {
	margin-top: 0.7rem;
	color: var(--law-muted);
	font-size: 0.82rem;
	line-height: 1.55;
	text-align: center;
}

.law-prose iframe,
.law-prose video {
	max-width: 100%;
	border-radius: 1rem;
}

.law-prose table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--law-border);
	border-radius: 0.9rem;
	font-size: 0.94rem;
}

.law-prose th,
.law-prose td {
	padding: 0.8rem 0.9rem;
	border-right: 1px solid var(--law-border);
	border-bottom: 1px solid var(--law-border);
	text-align: left;
	vertical-align: top;
}

.law-prose th {
	background: #fff0f1;
	color: var(--law-ink);
	font-weight: 750;
}

.law-prose tr:last-child td {
	border-bottom: 0;
}

.law-prose th:last-child,
.law-prose td:last-child {
	border-right: 0;
}

.law-prose pre {
	overflow-x: auto;
	padding: 1.1rem;
	border-radius: 1rem;
	background: #111827;
	color: #e5e7eb;
	font-size: 0.88rem;
}

.law-page-links {
	padding: 1rem;
	border-radius: 1rem;
	background: var(--law-surface-2);
}

.law-article-footer {
	border-top: 1px solid rgba(15, 23, 42, 0.09);
}

.law-author-box {
	padding: 1.25rem;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 1.2rem;
	background:
		radial-gradient(circle at top right, rgba(197, 32, 43, 0.07), transparent 38%),
		var(--law-surface-2);
}

.law-author-box img {
	box-shadow: 0 0 0 0.3rem #fff, 0 10px 24px rgba(15, 23, 42, 0.14);
}

.law-author-box .h5 {
	color: var(--law-ink);
}

.law-author-socials {
	position: relative;
	z-index: 2;
}

.law-social-link {
	display: inline-flex;
	align-items: center;
	gap: 0.48rem;
	padding: 0.38rem 0.7rem 0.38rem 0.4rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 999px;
	background: #fff;
	color: var(--law-ink-soft);
	font-size: 0.78rem;
	font-weight: 750;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.055);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.law-social-link:hover,
.law-social-link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(197, 32, 43, 0.18);
	color: var(--law-ink);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.10);
}

.law-social-icon {
	display: inline-grid;
	width: 1.7rem;
	height: 1.7rem;
	place-items: center;
	border-radius: 50%;
	background: var(--law-primary);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 850;
	line-height: 1;
}

.law-social-link--linkedin .law-social-icon {
	background: #0a66c2;
}

.law-social-link--youtube .law-social-icon {
	background: #dc2626;
}

.law-social-link--instagram .law-social-icon {
	background: linear-gradient(135deg, #7c3aed, #db2777, #f59e0b);
}

.law-social-link--website .law-social-icon {
	background: var(--law-teal);
}

.law-social-link--email .law-social-icon {
	background: #334155;
}

.law-sidebar-card {
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.065) !important;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.075);
}

.law-sidebar-card:first-child {
	background:
		radial-gradient(circle at 100% 0, rgba(197, 154, 58, 0.15), transparent 34%),
		linear-gradient(145deg, #fff, #fff8f8);
}

.law-sticky-sidebar {
	position: sticky;
	top: 7.25rem;
}

.admin-bar .law-sticky-sidebar {
	top: calc(7.25rem + 32px);
}

.law-recent-list {
	counter-reset: law-recent;
}

.law-recent-list li {
	position: relative;
	min-height: 2.4rem;
	padding: 0 0 1rem 3.2rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.075);
	counter-increment: law-recent;
}

.law-recent-list li + li {
	padding-top: 1rem;
}

.law-recent-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.law-recent-list li::before {
	content: counter(law-recent, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 2.3rem;
	height: 2.3rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 0.78rem;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent),
		linear-gradient(135deg, var(--law-primary), var(--law-primary-deep));
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 9px 20px rgba(197, 32, 43, 0.22);
}

.law-recent-list li + li::before {
	top: 1rem;
}

.law-recent-list a {
	color: var(--law-ink);
	line-height: 1.4;
}

.law-recent-list a:hover,
.law-recent-list a:focus-visible {
	color: var(--law-primary);
}

.law-nav-card {
	padding: 1.15rem 1.25rem;
	border: 1px solid rgba(15, 23, 42, 0.075);
	border-radius: 1.2rem;
	background: rgba(255, 255, 255, 0.92);
	color: var(--law-ink);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.055);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.law-nav-card:hover,
.law-nav-card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(197, 32, 43, 0.18);
	color: var(--law-primary-deep);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.095);
}

.law-related-posts {
	position: relative;
	overflow: hidden;
	padding: clamp(1.25rem, 3.2vw, 2.5rem);
	border: 1px solid rgba(15, 23, 42, 0.065);
	border-radius: 1.75rem;
	background:
		radial-gradient(circle at 100% 0, rgba(197, 154, 58, 0.12), transparent 25%),
		radial-gradient(circle at 0 100%, rgba(197, 32, 43, 0.08), transparent 27%),
		linear-gradient(145deg, #fff, #fcf7f7);
	box-shadow: var(--law-shadow);
}

.law-related-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.065) !important;
	border-radius: 1.35rem;
	background: #fff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.075);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.law-related-card::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0.25rem;
	background: linear-gradient(90deg, var(--law-primary), var(--law-teal), var(--law-accent));
	opacity: 0;
	transition: opacity 0.2s ease;
}

.law-related-card:hover,
.law-related-card:focus-within {
	transform: translateY(-5px);
	border-color: rgba(197, 32, 43, 0.14) !important;
	box-shadow: var(--law-shadow);
}

.law-related-card:hover::after,
.law-related-card:focus-within::after {
	opacity: 1;
}

.law-related-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background:
		radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.18), transparent 24%),
		linear-gradient(135deg, #6e111a, var(--law-primary) 58%, var(--law-teal));
}

.law-related-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 25%, rgba(15, 23, 42, 0.68) 100%);
	pointer-events: none;
}

.law-related-thumb {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #f1e7e8;
}

.law-related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.law-related-card:hover .law-related-thumb img {
	transform: scale(1.035);
}

.law-related-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.law-related-placeholder span {
	color: rgba(255, 255, 255, 0.16);
	font-size: clamp(3.5rem, 8vw, 5.5rem);
	font-weight: 900;
	letter-spacing: -0.08em;
}

.law-related-index {
	position: absolute;
	z-index: 2;
	top: 1rem;
	left: 1rem;
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 0.88rem;
	background: linear-gradient(145deg, #fff, #fff0f1);
	color: var(--law-primary-deep);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	box-shadow: 0 12px 25px rgba(15, 23, 42, 0.24);
	transition: transform 0.2s ease;
}

.law-related-card:hover .law-related-index {
	transform: translateY(-2px) rotate(-3deg);
}

.law-related-category {
	position: absolute;
	z-index: 2;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	overflow: hidden;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.02em;
	text-overflow: ellipsis;
	text-shadow: 0 2px 8px rgba(15, 23, 42, 0.42);
	white-space: nowrap;
}

.law-related-card .card-body {
	background: linear-gradient(180deg, #fff, #fffafa);
}

.law-related-card h3 {
	letter-spacing: -0.025em;
}

.law-related-card h3 a {
	color: var(--law-ink) !important;
}

.law-related-card:hover h3 a,
.law-related-card:focus-within h3 a {
	color: var(--law-primary-deep) !important;
}

.law-related-read {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.law-related-read span {
	transition: transform 0.18s ease;
}

.law-related-card:hover .law-related-read span {
	transform: translateX(0.25rem);
}

@media (min-width: 1200px) {
	.law-nav-item.dropdown > .law-nav-submenu {
		inset: calc(100% + 1.4rem) auto auto 0 !important;
		margin: 0 !important;
		transform: none !important;
	}

	.law-nav-item.dropdown > .law-nav-submenu::before {
		content: "";
		position: absolute;
		top: -0.46rem;
		left: 1.15rem;
		width: 0.9rem;
		height: 0.9rem;
		border-top: 1px solid rgba(15, 23, 42, 0.08);
		border-left: 1px solid rgba(15, 23, 42, 0.08);
		background: #fff;
		box-shadow: -4px -4px 10px rgba(15, 23, 42, 0.025);
		transform: rotate(45deg);
	}

	.law-nav-item.dropdown::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1.45rem;
	}

	.law-nav-item.dropdown:hover > .law-nav-submenu,
	.law-nav-item.dropdown:focus-within > .law-nav-submenu {
		display: block;
	}
}

@media (max-width: 1199.98px) {
	.law-main-nav {
		min-height: 76px;
	}

	.law-brand__mark,
	.law-brand__logo {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}

	.law-brand__mark svg {
		width: 31px;
		height: 31px;
	}

	.law-brand__copy strong {
		font-size: 1.08rem;
	}

	.law-brand__copy small {
		font-size: 0.66rem;
	}

	.law-header-mobile-actions {
		display: flex;
		align-items: center;
	}

	.law-navbar-collapse {
		width: 100%;
		flex-basis: 100%;
		margin-top: 0.7rem;
		padding: 0.75rem;
		border: 1px solid rgba(15, 23, 42, 0.07);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
	}

	.law-navbar-menu {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0.16rem;
		margin: 0 0 0.7rem;
	}

	.law-nav-item.dropdown {
		width: 100%;
		flex-wrap: wrap;
	}

	.law-nav-link {
		width: auto;
		flex: 1;
		padding: 0.68rem 0.72rem;
		font-size: 0.8rem;
	}

	.law-submenu-toggle {
		width: 42px;
		margin-left: 0.2rem;
	}

	.law-nav-submenu {
		position: static !important;
		width: auto;
		flex: 0 0 calc(100% - 2rem);
		margin: 0.3rem 0 0.55rem 2rem !important;
		transform: none !important;
		border-radius: 0.85rem;
		box-shadow: 0 12px 32px rgba(15, 23, 42, 0.10);
	}

	.law-header-search {
		width: 100%;
	}

	.law-header-search-menu {
		width: 100%;
	}

	.law-header-search-menu > summary {
		margin-left: auto;
	}

	.law-header-search-panel {
		position: static;
		width: 100%;
		margin-top: 0.55rem;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.law-header-search-panel::before {
		display: none;
	}
}

@media (max-width: 991.98px) {
	#wrapper-navbar .navbar-collapse {
		padding-top: 0.75rem;
	}

	.law-footer-grid {
		grid-template-columns: 1fr;
	}

	.law-footer-column {
		padding: 1.75rem 1rem;
	}

	.law-footer-column + .law-footer-column {
		border-top: 1px solid rgba(255, 255, 255, 0.09);
		border-left: 0;
	}

	.law-footer-column > p {
		max-width: 680px;
	}

	.law-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.8rem;
	}

	.law-footer-bottom nav {
		justify-content: flex-start;
	}

	.law-hero-card {
		border-radius: 1.5rem;
	}

	.law-home-hero__panel {
		padding: 0.65rem;
		border-radius: 1.5rem;
	}

	.law-home-topics__nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.law-home-topics__nav > a {
		min-height: 62px;
		border-right: 1px solid rgba(15, 23, 42, 0.065);
	}

	.law-home-topics__nav > a:nth-child(3n) {
		border-right: 0;
	}

	.law-home-banner {
		min-height: 455px;
	}

	.law-home-spotlight {
		padding: 1.25rem;
	}

	.law-home-lead-card__media {
		min-height: 280px;
		aspect-ratio: 16 / 8;
	}

	.law-sticky-sidebar,
	.admin-bar .law-sticky-sidebar {
		position: static;
	}

	.law-archive-title {
		max-width: 720px;
	}

	.law-404-panel {
		border-radius: 1.5rem;
	}

	.law-404-visual {
		min-height: 350px;
	}

	.law-404-orbit {
		width: min(15rem, 72%);
	}
}

@media (max-width: 767.98px) {
	:root {
		--law-site-gutter: 0.75rem;
	}

	.law-topic-card,
	.law-archive-card,
	.law-article-card {
		border-radius: 1.25rem;
	}

	.law-single-hero .container {
		padding-bottom: 2rem !important;
	}

	.law-archive-title {
		font-size: clamp(1.85rem, 8vw, 2.45rem);
	}

	.law-home-title {
		font-size: clamp(2rem, 9.5vw, 3rem);
	}

	.law-home-topics__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.law-home-topics__nav > a:nth-child(3n) {
		border-right: 1px solid rgba(15, 23, 42, 0.065);
	}

	.law-home-topics__nav > a:nth-child(2n) {
		border-right: 0;
	}

	.law-home-banner {
		min-height: 420px;
	}

	.law-home-banner__image {
		object-position: 59% center;
	}

	.law-home-intro {
		padding: 1.4rem;
	}

	.law-home-lead-card__media {
		min-height: 220px;
		aspect-ratio: 16 / 9;
	}

	.law-home-category,
	.law-home-post-card {
		border-radius: 1.2rem;
	}

	.law-home-category__children ul {
		grid-template-columns: 1fr;
	}

	.law-home-category__title {
		font-size: 1.2rem;
	}

	.law-404-title {
		font-size: clamp(1.9rem, 9vw, 2.65rem);
	}

	.law-404-copy {
		padding: 1.35rem;
	}

	.law-404-visual {
		min-height: 310px;
		padding: 1.5rem;
	}

	.law-archive-item {
		border-radius: 1.2rem;
	}

	.law-article-header {
		text-align: left !important;
	}

	.law-article-header .d-flex {
		justify-content: flex-start !important;
	}

	.law-article-header h1 {
		font-size: clamp(1.6rem, 6.8vw, 2.05rem);
	}

	.law-article-meta {
		align-items: flex-start !important;
		justify-content: flex-start !important;
	}

	.law-featured-media {
		border-width: 0.35rem;
		border-radius: 1.2rem;
	}

	.law-featured-media figcaption {
		position: static;
		border: 0;
		border-radius: 0;
		background: #fff;
		color: var(--law-muted);
		text-align: center;
	}

	.law-reading-card {
		border-radius: 1.3rem;
	}

	.law-table-of-contents .law-toc-child {
		margin-left: 0.35rem;
	}

	.law-prose {
		font-size: 1rem;
		line-height: 1.78;
	}

	.law-prose table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 575.98px) {
	.law-footer {
		margin-top: 3.5rem;
	}

	.law-footer > .container {
		padding-top: 2.5rem;
	}

	.law-footer-brand__mark,
	.law-footer-brand__logo {
		width: 60px;
		height: 60px;
	}

	.law-footer-brand__mark svg {
		width: 39px;
		height: 39px;
	}

	.law-footer-brand p {
		font-size: 0.76rem;
	}

	.law-footer-column {
		padding: 1.5rem 0.35rem;
	}

	.law-footer-bottom nav {
		gap: 0.75rem;
	}

	.law-archive-item__media,
	.law-archive-placeholder {
		min-height: 185px;
	}

	.law-archive-item__body {
		padding: 1.2rem;
	}

	.law-archive-item__excerpt {
		-webkit-line-clamp: 3;
	}

	.law-404-search .input-group {
		border-radius: 1rem;
	}

	.law-404-search .btn {
		padding-inline: 1rem;
	}

	.law-404-page .btn {
		font-size: 0.82rem;
	}

	.law-home-search .input-group,
	.law-home-cta .input-group {
		border-radius: 1rem;
	}

	.law-home-hero__panel {
		border-radius: 1.15rem;
	}

	.law-home-topics,
	.law-home-banner {
		border-radius: 0.9rem;
	}

	.law-home-topics__header {
		padding: 0.95rem 1rem 0.8rem;
	}

	.law-home-topics__nav > a {
		min-height: 58px;
		padding: 0.65rem 0.8rem;
		font-size: 0.76rem;
	}

	.law-home-topics__meta small {
		display: none;
	}

	.law-home-topics__footer {
		min-height: 49px;
		padding: 0.65rem 0.85rem;
	}

	.law-home-banner {
		min-height: 390px;
	}

	.law-home-search .btn,
	.law-home-cta .btn {
		padding-inline: 1rem;
	}

	.law-home-page .btn {
		font-size: 0.82rem;
	}
}

@media (max-width: 782px) {
	.admin-bar .law-site-header {
		top: 46px;
	}

	.admin-bar .law-sticky-sidebar {
		top: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.law-category-badge,
	.law-related-card,
	.law-related-thumb img,
	.law-archive-item,
	.law-archive-item__media img,
		.law-home-lead-card,
		.law-home-lead-card__media img,
		.law-home-banner__image,
		.law-home-category,
		.law-home-category__title a svg,
		.law-home-category__children a,
		.law-home-post-card,
		.law-home-post-card__media img,
		.law-nav-card {
		transition: none;
	}
}

/* ==========================================================
 * WordPress pages
 * ========================================================== */

.law-page {
	max-width: 100%;
	overflow: clip;
	background: #fbf5f5;
}

.law-page,
.law-page .container,
.law-page .row > *,
.law-page-content-card,
.law-page-aside {
	min-width: 0;
}

.law-page-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(15, 23, 42, 0.07);
	background:
		linear-gradient(90deg, rgba(197, 32, 43, 0.04) 1px, transparent 1px),
		linear-gradient(rgba(197, 32, 43, 0.04) 1px, transparent 1px),
		radial-gradient(circle at 12% 10%, rgba(197, 32, 43, 0.16), transparent 25%),
		radial-gradient(circle at 88% 20%, rgba(197, 154, 58, 0.16), transparent 22%),
		linear-gradient(145deg, #ffffff 0%, #fcf7f7 58%, #faeeee 100%);
	background-size: 32px 32px, 32px 32px, auto, auto, auto;
}

.law-page-hero::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--law-primary-deep), var(--law-teal) 68%, var(--law-accent));
}

.law-page-hero > .container {
	position: relative;
	z-index: 1;
}

.law-page-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.42rem 0.72rem 0.42rem 0.48rem;
	border: 1px solid rgba(197, 32, 43, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--law-primary-deep);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.law-page-eyebrow__icon {
	display: inline-grid;
	width: 1.8rem;
	height: 1.8rem;
	place-items: center;
	border-radius: 50%;
	background: var(--law-primary-soft);
}

.law-page-title {
	max-width: 850px;
	color: #281619;
	font-size: clamp(2rem, 4.2vw, 3.7rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -0.052em;
	overflow-wrap: break-word;
	text-wrap: balance;
}

.law-page-lead {
	max-width: 760px;
	color: var(--law-ink-soft);
	font-size: clamp(1rem, 1.55vw, 1.18rem);
	line-height: 1.72;
}

.law-page-facts {
	color: var(--law-muted);
	font-size: 0.86rem;
	font-weight: 650;
}

.law-page-facts > span {
	display: inline-flex;
	align-items: center;
	gap: 0.46rem;
}

.law-page-facts svg {
	color: var(--law-teal);
}

.law-page-hero-art {
	position: relative;
	display: grid;
	width: min(100%, 270px);
	aspect-ratio: 1;
	margin-left: auto;
	place-items: center;
}

.law-page-hero-art::before,
.law-page-hero-art::after,
.law-page-hero-art__ring {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.law-page-hero-art::before {
	inset: 8%;
	border: 1px solid rgba(197, 32, 43, 0.13);
	background: rgba(255, 255, 255, 0.52);
	box-shadow: 0 28px 70px rgba(197, 32, 43, 0.11);
}

.law-page-hero-art::after {
	inset: 21%;
	border: 1px dashed rgba(163, 22, 29, 0.25);
}

.law-page-hero-art__ring {
	inset: 0;
	border: 1px solid rgba(197, 154, 58, 0.16);
}

.law-page-hero-art__sheet {
	position: relative;
	z-index: 1;
	display: grid;
	width: 9rem;
	height: 9rem;
	place-items: center;
	border: 1px solid rgba(197, 32, 43, 0.11);
	border-radius: 2.1rem;
	background: linear-gradient(145deg, #fff, #fff1f2);
	color: var(--law-primary-deep);
	box-shadow: 0 24px 55px rgba(15, 23, 42, 0.13);
	transform: rotate(-4deg);
}

.law-page-featured {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-top: -1.2rem;
	border: 0.45rem solid rgba(255, 255, 255, 0.95);
	border-radius: 1.6rem;
	background: #f1e7e8;
	box-shadow: var(--law-shadow);
}

.law-page-featured img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.law-page-featured figcaption {
	padding: 0.75rem 1rem;
	background: #fff;
	color: var(--law-muted);
	font-size: 0.8rem;
	text-align: center;
}

.law-page-body {
	position: relative;
}

.law-page-content-card {
	padding: clamp(1.35rem, 4vw, 3.1rem);
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 58px rgba(15, 23, 42, 0.075);
}

.law-page-content-card .law-prose {
	font-size: clamp(1rem, 1.1vw, 1.075rem);
}

.law-page-content-card .law-prose > h2:first-child {
	margin-top: 0;
}

.law-page-content-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	color: var(--law-muted);
	font-size: 0.82rem;
}

.law-page-content-footer > div {
	display: grid;
	gap: 0.12rem;
}

.law-page-content-footer__label {
	color: #94a3b8;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.law-page-content-footer time {
	color: var(--law-ink-soft);
	font-weight: 700;
}

.law-page-content-footer > a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--law-primary-deep);
	font-weight: 750;
	text-decoration: none;
}

.law-page-content-footer > a:hover,
.law-page-content-footer > a:focus-visible {
	color: var(--law-teal);
}

.law-page-content-footer > a svg {
	transition: transform 0.18s ease;
}

.law-page-content-footer > a:hover svg,
.law-page-content-footer > a:focus-visible svg {
	transform: translateX(0.18rem);
}

.law-page-aside {
	position: sticky;
	top: 7.4rem;
	display: grid;
	gap: 1.2rem;
}

.law-page-aside-card {
	overflow: hidden;
	padding: 1.25rem;
	border: 1px solid rgba(15, 23, 42, 0.075);
	border-radius: 1.35rem;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.law-page-aside-card__heading {
	display: flex;
	align-items: center;
	gap: 0.78rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.075);
}

.law-page-aside-card__icon {
	display: grid;
	flex: 0 0 auto;
	width: 2.45rem;
	height: 2.45rem;
	place-items: center;
	border-radius: 0.78rem;
	background: var(--law-primary-soft);
	color: var(--law-primary-deep);
}

.law-page-aside-card__heading span:not(.law-page-aside-card__icon) {
	display: block;
	margin-bottom: 0.1rem;
	color: var(--law-muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.law-page-aside-card h2 {
	margin: 0;
	color: var(--law-ink);
	font-size: 1.03rem;
	font-weight: 800;
	line-height: 1.32;
}

.law-page-toc ol {
	display: grid;
	gap: 0.3rem;
	counter-reset: page-toc;
}

.law-page-toc li {
	counter-increment: page-toc;
}

.law-page-toc li.is-child {
	padding-left: 1rem;
}

.law-page-toc a {
	position: relative;
	display: flex;
	gap: 0.7rem;
	padding: 0.62rem 0.7rem;
	border-radius: 0.7rem;
	color: var(--law-ink-soft);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.45;
	text-decoration: none;
	transition: color 0.16s ease, background-color 0.16s ease;
}

.law-page-toc a::before {
	content: counter(page-toc, decimal-leading-zero);
	flex: 0 0 auto;
	color: var(--law-primary);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.04em;
}

.law-page-toc a:hover,
.law-page-toc a:focus-visible {
	background: var(--law-primary-soft);
	color: var(--law-primary-deep);
}

.law-page-search-card {
	position: relative;
	border-color: transparent;
	background:
		radial-gradient(circle at 100% 0%, rgba(197, 154, 58, 0.25), transparent 32%),
		linear-gradient(145deg, #4d0c12 0%, #8d1520 58%, #9d1821 100%);
	color: rgba(255, 255, 255, 0.78);
}

.law-page-search-card::after {
	content: "";
	position: absolute;
	right: -3rem;
	bottom: -4rem;
	width: 9rem;
	height: 9rem;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	box-shadow: 0 0 0 1.4rem rgba(255, 255, 255, 0.025);
	pointer-events: none;
}

.law-page-search-card > * {
	position: relative;
	z-index: 1;
}

.law-page-search-card__kicker {
	display: block;
	margin-bottom: 0.55rem;
	color: #f0cc78;
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.law-page-search-card h2 {
	margin-bottom: 0.65rem;
	color: #fff;
	font-size: 1.18rem;
}

.law-page-search-card p {
	margin-bottom: 1rem;
	font-size: 0.84rem;
	line-height: 1.62;
}

.law-page-search-form .input-group {
	overflow: hidden;
	padding: 0.25rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 12px 28px rgba(5, 18, 40, 0.22);
}

.law-page-search-form .form-control {
	min-width: 0;
	border: 0;
	background: transparent;
	font-size: 0.84rem;
	box-shadow: none;
}

.law-page-search-form .btn {
	display: grid;
	width: 2.7rem;
	height: 2.7rem;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 0.65rem !important;
	background: var(--law-primary-deep);
	color: #fff;
}

.law-page-search-form .btn:hover,
.law-page-search-form .btn:focus-visible {
	background: var(--law-teal);
	color: #fff;
}

.law-page-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	padding-top: 1rem;
	border-top: 1px solid var(--law-border);
}

.law-page-pagination__label {
	margin-right: 0.25rem;
	color: var(--law-muted);
	font-size: 0.8rem;
	font-weight: 750;
}

.law-page-pagination > span:not(.law-page-pagination__label),
.law-page-pagination > a {
	display: inline-grid;
	min-width: 2.2rem;
	height: 2.2rem;
	place-items: center;
	border: 1px solid var(--law-border);
	border-radius: 0.65rem;
	background: #fff;
	color: var(--law-primary-deep);
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;
}

.law-page-children {
	padding: 1.35rem;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.78);
}

.law-page-child-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid var(--law-border);
	border-radius: 0.9rem;
	background: #fff;
	color: var(--law-ink);
	font-size: 0.9rem;
	font-weight: 750;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
	transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.law-page-child-card svg {
	flex: 0 0 auto;
	color: var(--law-primary);
}

.law-page-child-card:hover,
.law-page-child-card:focus-visible {
	border-color: rgba(197, 32, 43, 0.22);
	color: var(--law-primary-deep);
	box-shadow: 0 14px 30px rgba(197, 32, 43, 0.10);
	transform: translateY(-2px);
}

@media (max-width: 991.98px) {
	.law-page-aside {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.law-page-aside > :only-child {
		grid-column: 1 / -1;
	}

	.law-page-title {
		max-width: 720px;
	}
}

@media (max-width: 575.98px) {
	.law-page-hero > .container {
		padding-top: 1.25rem !important;
		padding-bottom: 2rem !important;
	}

	.law-page-hero .law-breadcrumb {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 0.25rem;
		white-space: nowrap;
		scrollbar-width: none;
	}

	.law-page-hero .law-breadcrumb::-webkit-scrollbar {
		display: none;
	}

	.law-page-title {
		font-size: clamp(1.8rem, 9.5vw, 2.4rem);
		letter-spacing: -0.04em;
	}

	.law-page-lead {
		font-size: 0.96rem;
		line-height: 1.65;
	}

	.law-page-content-card {
		padding: 1.2rem;
		border-radius: 1.25rem;
	}

	.law-page-content-card .law-prose {
		font-size: 0.98rem;
		line-height: 1.76;
	}

	.law-page-content-footer {
		align-items: flex-start;
	}

	.law-page-aside {
		grid-template-columns: 1fr;
	}

	.law-page-aside > :only-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.law-page-content-footer > a svg,
	.law-page-toc a,
	.law-page-child-card {
		transition: none;
	}
}
