.llu-listings {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	margin: 24px 0;
}

.llu-listings-empty {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	display: block;
	padding: 18px;
}

.llu-filter-shell {
	margin: 24px 0;
}

.llu-filter-shell-standalone {
	margin: 0;
}

.llu-filter-toggle {
	background: #0b2a5b;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-weight: 800;
	min-height: 44px;
	padding: 0 16px;
	width: 100%;
}

.llu-directory-filters {
	background: #fff;
	border: 1px solid #d9e2ee;
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 20px;
}

.llu-filter-basic,
.llu-filter-advanced-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(240px, 1.7fr) minmax(130px, 0.8fr) minmax(76px, 0.42fr) repeat(3, minmax(118px, 0.75fr));
}

.llu-filter-basic {
	align-items: end;
}

.llu-filter-advanced-grid {
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.llu-filter-state {
	max-width: 92px;
}

.llu-filter-keyword {
	min-width: 0;
}

.llu-filter-field {
	display: grid;
	gap: 6px;
}

.llu-filter-field label {
	color: #344054;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.llu-filter-field input,
.llu-filter-field select {
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	color: #101828;
	font: inherit;
	min-height: 46px;
	padding: 9px 11px;
	width: 100%;
}

.llu-filter-field input:focus-visible,
.llu-filter-field select:focus-visible,
.llu-filter-toggle:focus-visible,
.llu-filter-advanced summary:focus-visible {
	outline: 3px solid #9ec5ff;
	outline-offset: 2px;
}

.llu-filter-advanced {
	border-top: 1px solid #e4e7ec;
	padding-top: 4px;
}

.llu-filter-advanced summary {
	align-items: center;
	border-radius: 8px;
	color: #0b2a5b;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	font-weight: 900;
	gap: 8px 12px;
	line-height: 1.3;
	min-height: 44px;
	padding: 8px 4px;
}

.llu-filter-advanced summary small {
	color: #667085;
	font-size: 0.88rem;
	font-weight: 700;
}

.llu-filter-advanced[open] summary {
	margin-bottom: 10px;
}

.llu-filter-fieldset {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	margin: 14px 0 0;
	padding: 14px;
}

.llu-filter-fieldset legend {
	color: #344054;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	padding: 0 6px;
	text-transform: uppercase;
}

.llu-filter-checks {
	display: grid;
	gap: 9px 14px;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.llu-filter-checks label {
	align-items: center;
	color: #1f2937;
	display: flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 7px;
	line-height: 1.25;
	min-height: 32px;
}

.llu-filter-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	grid-column: 1 / -1;
	justify-content: flex-start;
	white-space: nowrap;
}

.llu-filter-actions button {
	background: #1d4ed8;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	min-height: 46px;
	padding: 0 18px;
}

.llu-filter-actions a {
	color: #344054;
	font-weight: 700;
	min-height: 44px;
	padding: 12px 4px;
	text-decoration: none;
}

.llu-directory-summary {
	color: #50575e;
	font-size: 0.95rem;
	font-weight: 700;
	margin: 18px 0 -6px;
}

.llu-directory-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 24px 0;
}

.llu-directory-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	color: #1f2937;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 38px;
	min-width: 38px;
	padding: 0 10px;
	text-decoration: none;
}

.llu-directory-pagination .page-numbers.current {
	background: #1d4ed8;
	border-color: #1d4ed8;
	color: #fff;
}

.llu-map-panel {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	margin: 24px 0;
	padding: 16px;
}

.llu-map-header {
	align-items: end;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.llu-map-header h2 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0 0 4px;
}

.llu-map-header p {
	color: #50575e;
	margin: 0;
}

.llu-map-status {
	background: #eef6ff;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	color: #1e3a8a;
	flex: 0 0 auto;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	max-width: 260px;
	padding: 7px 10px;
	text-align: right;
}

.llu-map-canvas {
	background:
		linear-gradient(90deg, rgba(203, 213, 225, 0.45) 1px, transparent 1px),
		linear-gradient(rgba(203, 213, 225, 0.45) 1px, transparent 1px),
		linear-gradient(135deg, #eef6ff, #f8fafc 55%, #eefdf3);
	background-size: 12.5% 12.5%, 12.5% 12.5%, 100% 100%;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	height: clamp(360px, 42vw, 520px);
	min-height: 360px;
	overflow: hidden;
	position: relative;
}

.llu-map-canvas.is-tiled {
	background: #dbe7f3;
}

.llu-map-canvas::before {
	color: #64748b;
	content: "N";
	font-size: 0.78rem;
	font-weight: 900;
	position: absolute;
	right: 12px;
	top: 10px;
	z-index: 3;
}

.llu-map-tiles {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.llu-map-tile {
	height: 256px;
	pointer-events: none;
	position: absolute;
	user-select: none;
	width: 256px;
}

.llu-map-attribution {
	background: rgba(255, 255, 255, 0.88);
	border-radius: 4px 0 0;
	bottom: 0;
	color: #334155;
	font-size: 0.72rem;
	line-height: 1.2;
	padding: 3px 6px;
	position: absolute;
	right: 0;
	z-index: 3;
}

.llu-map-attribution a {
	color: #1d4ed8;
	text-decoration: none;
}

.llu-map-pin {
	align-items: center;
	background: #1d4ed8;
	border: 2px solid #fff;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.24);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 900;
	height: 30px;
	justify-content: center;
	padding: 0;
	position: absolute;
	text-decoration: none;
	transform: translate(calc(-50% + var(--llu-map-offset-x, 0px)), calc(-50% + var(--llu-map-offset-y, 0px)));
	width: 30px;
	z-index: 4;
}

.llu-map-pin:hover,
.llu-map-pin:focus,
.llu-map-pin.is-active,
.llu-map-pin.is-selected {
	background: #1e40af;
	color: #fff;
	outline: 3px solid rgba(37, 99, 235, 0.26);
	outline-offset: 2px;
	text-decoration: none;
	z-index: 5;
}

.llu-map-popover {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.22);
	display: grid;
	gap: 6px;
	left: 0;
	max-width: min(270px, calc(100% - 24px));
	padding: 12px;
	position: absolute;
	top: 0;
	transform: translate(calc(-50% + var(--llu-map-offset-x, 0px)), calc(-100% + var(--llu-map-offset-y, 0px) - 18px));
	width: max-content;
	z-index: 4;
}

.llu-map-popover[hidden] {
	display: none;
}

.llu-map-popover.is-below {
	transform: translate(calc(-50% + var(--llu-map-offset-x, 0px)), calc(var(--llu-map-offset-y, 0px) + 18px));
}

.llu-map-popover.is-left-aligned {
	transform: translate(calc(var(--llu-map-offset-x, 0px) - 18px), calc(-100% + var(--llu-map-offset-y, 0px) - 18px));
}

.llu-map-popover.is-left-aligned.is-below {
	transform: translate(calc(var(--llu-map-offset-x, 0px) - 18px), calc(var(--llu-map-offset-y, 0px) + 18px));
}

.llu-map-popover.is-right-aligned {
	transform: translate(calc(-100% + var(--llu-map-offset-x, 0px) + 18px), calc(-100% + var(--llu-map-offset-y, 0px) - 18px));
}

.llu-map-popover.is-right-aligned.is-below {
	transform: translate(calc(-100% + var(--llu-map-offset-x, 0px) + 18px), calc(var(--llu-map-offset-y, 0px) + 18px));
}

.llu-map-popover::after {
	background: #fff;
	border-bottom: 1px solid #cbd5e1;
	border-right: 1px solid #cbd5e1;
	bottom: -6px;
	content: "";
	height: 10px;
	left: calc(50% - 5px);
	position: absolute;
	transform: rotate(45deg);
	width: 10px;
}

.llu-map-popover.is-left-aligned::after {
	left: 18px;
}

.llu-map-popover.is-right-aligned::after {
	left: auto;
	right: 18px;
}

.llu-map-popover.is-below::after {
	border: 0;
	border-left: 1px solid #cbd5e1;
	border-top: 1px solid #cbd5e1;
	bottom: auto;
	top: -6px;
}

.llu-map-popover strong {
	color: #111827;
	line-height: 1.25;
	padding-right: 26px;
}

.llu-map-popover span,
.llu-map-popover small {
	color: #50575e;
}

.llu-map-popover-close {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #334155;
	cursor: pointer;
	display: inline-flex;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 24px;
}

.llu-map-popover-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.llu-map-popover-actions a {
	align-items: center;
	background: #1d4ed8;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	min-height: 34px;
	padding: 0 10px;
	text-decoration: none;
}

.llu-map-popover-actions a + a {
	background: #fff;
	border: 1px solid #cbd5e1;
	color: #1f2937;
}

.llu-map-popover-actions a:hover,
.llu-map-popover-actions a:focus {
	background: #1e40af;
	color: #fff;
	text-decoration: none;
}

.llu-map-popover-actions a + a:hover,
.llu-map-popover-actions a + a:focus {
	background: #f8fafc;
	color: #111827;
}

.llu-map-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.llu-map-list article {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	display: grid;
	gap: 4px;
	padding: 10px;
}

.llu-map-list article.is-active {
	background: #eff6ff;
	border-color: #93c5fd;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}

.llu-map-list strong,
.llu-map-list a {
	color: #1d4ed8;
	text-decoration: none;
}

.llu-map-list span,
.llu-map-list small {
	color: #50575e;
}

.llu-map-list-directions {
	font-size: 0.88rem;
	font-weight: 800;
	margin-top: 2px;
}

.llu-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	overflow: hidden;
}

.llu-card-image {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.llu-card-image-link {
	display: block;
	position: relative;
}

.llu-card-photo-count {
	background: rgba(17, 24, 39, 0.82);
	border-radius: 999px;
	bottom: 10px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 800;
	left: 10px;
	line-height: 1;
	padding: 7px 9px;
	position: absolute;
}

.llu-card-image-placeholder {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: #f6f7f7;
	color: #646970;
	display: flex;
	font-size: 0.9rem;
	justify-content: center;
	text-decoration: none;
}

.llu-card-body {
	padding: 16px;
}

.llu-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 10px;
}

.llu-card-badges span {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	border-radius: 999px;
	color: #14532d;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1;
	padding: 6px 8px;
}

.llu-card-title {
	font-size: 1.1rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.llu-card-title a {
	text-decoration: none;
}

.llu-card-location {
	color: #50575e;
	margin: -4px 0 12px;
}

.llu-card-address {
	margin: 0 0 12px;
}

.llu-card-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.llu-card-facts span {
	background: #f6f7f7;
	border-radius: 999px;
	font-size: 0.875rem;
	padding: 5px 9px;
}

.llu-card-excerpt {
	margin: 0 0 12px;
}

.llu-card-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.llu-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.llu-card-button {
	align-items: center;
	background: #1d4ed8;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 40px;
	padding: 0 14px;
	text-decoration: none;
	width: fit-content;
}

.llu-card-button-secondary {
	background: #0f766e;
}

.llu-card-button-ghost {
	background: #fff;
	border: 1px solid #cbd5e1;
	color: #1f2937;
}

.llu-card-button-ghost.is-active {
	background: #fef3c7;
	border-color: #f59e0b;
	color: #78350f;
}

.llu-card-button:hover,
.llu-card-button:focus {
	background: #1e40af;
	color: #fff;
	text-decoration: none;
}

.llu-card-button-secondary:hover,
.llu-card-button-secondary:focus {
	background: #115e59;
}

.llu-card-button-ghost:hover,
.llu-card-button-ghost:focus {
	background: #f8fafc;
	color: #111827;
}

.llu-card-button-ghost.is-active:hover,
.llu-card-button-ghost.is-active:focus {
	background: #fde68a;
	color: #78350f;
}

.llu-compare-tray {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 -12px 32px rgba(15, 23, 42, 0.18);
	bottom: 0;
	display: none;
	left: 50%;
	max-width: 960px;
	padding: 14px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 28px);
	z-index: 9999;
}

.llu-compare-tray.is-visible {
	display: block;
}

.llu-compare-tray-header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.llu-compare-tray-header strong {
	color: #111827;
}

.llu-compare-tray-header button {
	background: #f8fafc;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 800;
	min-height: 34px;
	padding: 0 10px;
}

.llu-compare-items {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
}

.llu-compare-items article {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	display: grid;
	gap: 4px;
	padding: 10px;
}

.llu-compare-items a {
	color: #1d4ed8;
	font-weight: 800;
	text-decoration: none;
}

.llu-compare-items span,
.llu-compare-items small {
	color: #50575e;
}

.llu-unit-page {
	background: #f7f8fa;
	margin: 0;
	padding: 34px 18px 56px;
	width: 100%;
}

.llu-unit-profile {
	margin: 0 auto;
	max-width: 1180px;
}

.llu-unit-hero {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	overflow: hidden;
}

.llu-unit-hero-media {
	background: #eef0f3;
	min-height: 420px;
}

.llu-unit-hero-media img,
.llu-unit-hero-placeholder {
	display: block;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.llu-unit-hero-placeholder {
	align-items: center;
	color: #646970;
	display: flex;
	justify-content: center;
}

.llu-unit-hero-content {
	align-content: center;
	display: grid;
	gap: 16px;
	padding: 38px;
}

.llu-unit-kicker {
	color: #1d4ed8;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.llu-unit-hero h1 {
	font-size: 3.65rem;
	line-height: 1;
	margin: 0;
}

.llu-unit-address {
	color: #50575e;
	font-size: 1.05rem;
	margin: 0;
}

.llu-unit-hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.llu-unit-hero-facts span {
	background: #f0f4ff;
	border: 1px solid #d7e2ff;
	border-radius: 999px;
	color: #1e3a8a;
	font-weight: 700;
	padding: 8px 12px;
}

.llu-unit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.llu-action-primary,
.llu-action-secondary {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	text-decoration: none;
}

.llu-action-primary {
	background: #1d4ed8;
	color: #fff;
}

.llu-action-secondary {
	background: #fff;
	border: 1px solid #cbd5e1;
	color: #1f2937;
}

.llu-action-primary:hover,
.llu-action-primary:focus {
	background: #1e40af;
	color: #fff;
	text-decoration: none;
}

.llu-action-secondary:hover,
.llu-action-secondary:focus {
	background: #f8fafc;
	color: #111827;
	text-decoration: none;
}

.llu-unit-content {
	display: grid;
	gap: 22px;
	margin-top: 24px;
}

.llu-gallery-section {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
}

.llu-gallery-section a {
	background: #eef0f3;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	position: relative;
}

.llu-gallery-section a:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.llu-gallery-section img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.llu-gallery-section span {
	background: rgba(17, 24, 39, 0.82);
	border-radius: 999px;
	bottom: 10px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	left: 10px;
	line-height: 1;
	max-width: calc(100% - 20px);
	overflow: hidden;
	padding: 7px 10px;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.llu-profile-note {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	color: #7c2d12;
	margin: -6px 0 0;
	padding: 12px 14px;
}

.llu-profile-section {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 24px;
}

.llu-profile-section h2 {
	font-size: 1.3rem;
	line-height: 1.25;
	margin: 0 0 16px;
}

.llu-profile-copy > :first-child {
	margin-top: 0;
}

.llu-profile-copy > :last-child {
	margin-bottom: 0;
}

.llu-profile-section dl {
	display: grid;
	gap: 18px 22px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
	margin: 0;
}

.llu-profile-section dt {
	color: #646970;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.llu-profile-section dd {
	color: #1f2937;
	font-size: 1rem;
	line-height: 1.5;
	margin: 6px 0 0;
	white-space: pre-line;
}

.llu-profile-section dd > * + * {
	margin-left: 10px;
}

.llu-cost-summary-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 16px;
}

.llu-cost-summary-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 18px;
}

.llu-cost-summary-card h3 {
	color: #50575e;
	font-size: 0.82rem;
	font-weight: 800;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.llu-cost-summary-card > p {
	color: #111827;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 16px;
}

.llu-cost-lines {
	display: grid;
	gap: 9px;
}

.llu-cost-lines div {
	align-items: center;
	border-top: 1px solid #e2e8f0;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding-top: 9px;
}

.llu-cost-lines span {
	color: #50575e;
}

.llu-cost-lines strong {
	color: #1f2937;
}

.llu-floor-plan-section img {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: block;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	width: 100%;
}

.llu-floor-plan-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.llu-floor-plan-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	padding: 16px;
}

.llu-floor-plan-card h3 {
	font-size: 1.05rem;
	line-height: 1.25;
	margin: 0 0 6px;
}

.llu-floor-plan-card p {
	color: #50575e;
	margin: 0;
}

.llu-floor-plan-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.llu-floor-plan-meta span {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 700;
	padding: 6px 9px;
}

.llu-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.llu-feature-list li {
	background: #eef6f0;
	border: 1px solid #cfe7d5;
	border-radius: 999px;
	color: #14532d;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 9px 12px;
}

.llu-inquiry-form {
	display: grid;
	gap: 16px;
}

.llu-inquiry-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.llu-inquiry-form label {
	color: #374151;
	display: grid;
	font-weight: 800;
	gap: 7px;
}

.llu-inquiry-form input,
.llu-inquiry-form select,
.llu-inquiry-form textarea {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	font: inherit;
	padding: 10px 11px;
	width: 100%;
}

.llu-inquiry-form textarea {
	resize: vertical;
}

.llu-inquiry-form button {
	background: #1d4ed8;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	justify-self: start;
	min-height: 44px;
	padding: 0 18px;
}

.llu-inquiry-form button:hover,
.llu-inquiry-form button:focus {
	background: #1e40af;
}

.llu-inquiry-notice {
	border-radius: 8px;
	font-weight: 700;
	margin: 0 0 16px;
	padding: 12px 14px;
}

.llu-inquiry-success {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #14532d;
}

.llu-inquiry-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #7f1d1d;
}

.llu-hp-field {
	left: -9999px;
	position: absolute;
	top: auto;
}

@media (max-width: 860px) {
	.llu-filter-basic,
	.llu-filter-advanced-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.llu-filter-keyword {
		grid-column: 1 / -1;
	}

	.llu-filter-actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.llu-unit-hero {
		grid-template-columns: 1fr;
	}

	.llu-unit-hero-media,
	.llu-unit-hero-media img,
	.llu-unit-hero-placeholder {
		min-height: 280px;
	}

	.llu-unit-hero-content {
		padding: 26px;
	}

	.llu-gallery-section {
		grid-template-columns: repeat(2, 1fr);
	}

	.llu-gallery-section a:first-child {
		grid-column: span 2;
	}

	.llu-cost-summary-grid {
		grid-template-columns: 1fr;
	}

	.llu-unit-page.is-simplified .llu-unit-hero {
		grid-template-columns: 1fr;
	}

	.llu-simple-essentials dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.llu-simple-fact:nth-child(odd) {
		border-left: 0;
	}

	.llu-simple-fact:nth-child(n + 3) {
		border-top: 1px solid #d9e2ee;
	}
}

@media (max-width: 560px) {
	.llu-filter-toggle {
		display: block;
	}

	.llu-map-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.llu-map-status {
		max-width: none;
		text-align: left;
	}

	.llu-directory-filters {
		display: none;
		margin-top: 10px;
	}

	.llu-directory-filters.is-open {
		display: grid;
	}

	.llu-filter-basic,
	.llu-filter-advanced-grid {
		grid-template-columns: 1fr;
	}

	.llu-filter-state {
		max-width: none;
	}

	.llu-inquiry-grid {
		grid-template-columns: 1fr;
	}

	.llu-unit-page.is-simplified .llu-unit-hero-content {
		padding: 22px;
	}

	.llu-unit-page.is-simplified .llu-gallery-view-all {
		left: 12px;
		right: auto;
	}

	.llu-simple-essentials dl {
		grid-template-columns: 1fr;
	}

	.llu-simple-fact,
	.llu-simple-fact + .llu-simple-fact {
		border-left: 0;
	}

	.llu-simple-fact:nth-child(n + 2) {
		border-top: 1px solid #d9e2ee;
	}
}

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

.llu-directory-shell {
	background: #f5f8fc;
	box-shadow: 0 0 0 100vmax #f5f8fc;
	box-sizing: border-box;
	clip-path: inset(0 -100vmax);
	color: #0f172a;
	margin: 0 auto;
	max-width: 1180px;
	padding: 30px 16px 44px;
	width: 100%;
}

.llu-directory-shell *,
.llu-directory-shell *::before,
.llu-directory-shell *::after {
	box-sizing: border-box;
}

.llu-directory-hero {
	align-items: center;
	display: flex;
	gap: 22px;
	margin: 0 0 24px;
}

.llu-directory-hero-icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
	color: #1155e6;
	display: inline-flex;
	flex: 0 0 auto;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.llu-directory-hero-icon .llu-icon {
	height: 38px;
	width: 38px;
}

.llu-directory-hero-copy h1 {
	color: #0b2a5b;
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 6px;
}

.llu-directory-hero-copy p {
	color: #344054;
	font-size: 1.05rem;
	margin: 0;
}

.llu-directory-hero-meta {
	align-items: center;
	color: #667085;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.95rem;
	gap: 8px;
	margin-top: 6px;
}

.llu-directory-hero-meta strong {
	color: #1155e6;
}

.llu-directory-shell .llu-filter-shell {
	margin: 0 0 10px;
}

.llu-filter-shell-directory .llu-filter-toggle {
	display: none;
}

.llu-filter-shell-directory .llu-directory-filters {
	border-color: #d8e2ef;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	gap: 12px;
	padding: 16px;
}

.llu-filter-shell-directory .llu-filter-basic {
	align-items: center;
	gap: 12px;
	grid-template-columns: minmax(260px, 2.4fr) minmax(140px, 0.85fr) minmax(150px, 0.9fr) minmax(170px, 1fr) auto;
}

.llu-filter-shell-directory .llu-filter-basic .llu-filter-field label {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.llu-filter-shell-directory .llu-filter-field input,
.llu-filter-shell-directory .llu-filter-field select {
	border-color: #cbd5e1;
	border-radius: 7px;
	min-height: 44px;
}

.llu-filter-shell-directory .llu-filter-keyword input[type="search"] {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23475569'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='11'%20cy='11'%20r='7'/%3E%3Cpath%20d='m20%2020-3.5-3.5'/%3E%3C/svg%3E");
	background-position: 14px center;
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 44px;
}

.llu-filter-shell-directory .llu-filter-actions {
	grid-column: auto;
	justify-content: flex-end;
}

.llu-filter-shell-directory .llu-filter-actions button {
	background: #1155e6;
	border-radius: 7px;
	min-height: 44px;
	padding: 0 22px;
}

.llu-filter-shell-directory .llu-filter-advanced {
	border-top: 0;
	padding-top: 2px;
}

.llu-filter-shell-directory .llu-filter-advanced summary {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 7px;
	color: #0b2a5b;
	display: inline-flex;
	font-size: 0.92rem;
	gap: 8px;
	min-height: 38px;
	padding: 8px 14px;
	width: fit-content;
}

.llu-filter-shell-directory .llu-filter-advanced summary small {
	display: none;
}

.llu-filter-shell-directory .llu-filter-advanced-grid {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	margin-top: 10px;
	padding: 14px;
}

.llu-active-filters {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 38px;
}

.llu-active-filters-label {
	color: #344054;
	font-size: 0.9rem;
}

.llu-active-filter-chip {
	align-items: center;
	background: #f2f4f7;
	border: 1px solid #d8dee8;
	border-radius: 999px;
	color: #344054;
	display: inline-flex;
	font-size: 0.86rem;
	min-height: 30px;
	padding: 4px 10px;
}

.llu-filter-clear {
	color: #1155e6;
	font-size: 0.9rem;
	font-weight: 800;
	margin-left: auto;
	min-height: 30px;
	padding: 5px 0;
	text-decoration: none;
}

.llu-directory-toolbar {
	align-items: center;
	background: #fff;
	border: 1px solid #d8e2ef;
	border-radius: 8px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 10px 0 12px;
	padding: 10px 16px;
}

.llu-directory-toolbar > strong {
	color: #101828;
	font-size: 1rem;
}

.llu-directory-toolbar-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.llu-directory-sort select {
	border: 1px solid #cbd5e1;
	border-radius: 7px;
	color: #101828;
	font: inherit;
	min-height: 40px;
	min-width: 150px;
	padding: 7px 38px 7px 11px;
}

.llu-directory-view-toggle {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 7px;
	display: inline-flex;
	overflow: hidden;
}

.llu-directory-view-toggle span,
.llu-directory-view-toggle a {
	align-items: center;
	color: #101828;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	gap: 6px;
	justify-content: center;
	min-height: 40px;
	min-width: 76px;
	padding: 0 14px;
	text-decoration: none;
}

.llu-directory-view-toggle .is-active {
	background: #f1f5f9;
	color: #1155e6;
}

.llu-directory-view-toggle .llu-icon {
	height: 17px;
	width: 17px;
}

.llu-directory-shell .llu-listings {
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	scroll-margin-top: 24px;
}

.llu-directory-shell .llu-card {
	border-color: #d8e2ef;
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.llu-card-media {
	position: relative;
}

.llu-directory-shell .llu-card-image,
.llu-directory-shell .llu-card-image-placeholder {
	aspect-ratio: 16 / 9;
}

.llu-directory-shell .llu-card-image-placeholder {
	background: linear-gradient(135deg, #eef4ff, #f8fafc);
	color: #475467;
	font-weight: 800;
}

.llu-directory-shell .llu-card-badges {
	left: 12px;
	margin: 0;
	position: absolute;
	top: 12px;
	z-index: 2;
}

.llu-directory-shell .llu-card-badges span {
	background: #16803a;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 0.78rem;
	padding: 7px 10px;
}

.llu-directory-shell .llu-card-photo-count {
	align-items: center;
	border-radius: 4px;
	bottom: 10px;
	display: inline-flex;
	gap: 5px;
	left: auto;
	min-height: 28px;
	right: 10px;
}

.llu-directory-shell .llu-card-photo-count .llu-icon {
	height: 15px;
	width: 15px;
}

.llu-card-save {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #cbd5e1;
	border-radius: 9px;
	color: #0f172a;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 42px;
	z-index: 3;
}

.llu-card-save .llu-icon {
	height: 22px;
	width: 22px;
}

.llu-card-save.is-active {
	background: #eff6ff;
	border-color: #93c5fd;
	color: #1155e6;
}

.llu-directory-shell .llu-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.llu-directory-shell .llu-card-title {
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 6px;
}

.llu-directory-shell .llu-card-title a {
	color: #0b2a5b;
}

.llu-directory-shell .llu-card-location {
	align-items: center;
	color: #475467;
	display: flex;
	font-size: 0.92rem;
	gap: 5px;
	margin: 0 0 12px;
}

.llu-directory-shell .llu-card-location .llu-icon {
	flex: 0 0 auto;
	height: 16px;
	width: 16px;
}

.llu-card-price {
	align-items: baseline;
	color: #101828;
	display: flex;
	gap: 5px;
	margin: 0 0 12px;
}

.llu-card-price strong {
	font-size: 1.45rem;
	font-weight: 950;
	letter-spacing: 0;
}

.llu-card-price span {
	color: #344054;
}

.llu-card-price.is-missing {
	color: #667085;
	font-weight: 800;
}

.llu-directory-shell .llu-card-facts {
	display: grid;
	gap: 8px 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 12px;
}

.llu-directory-shell .llu-card-facts span {
	align-items: center;
	background: transparent;
	border-radius: 0;
	color: #344054;
	display: inline-flex;
	font-size: 0.88rem;
	gap: 6px;
	min-width: 0;
	padding: 0;
}

.llu-directory-shell .llu-card-facts .llu-icon {
	color: #334155;
	flex: 0 0 auto;
	height: 17px;
	width: 17px;
}

.llu-directory-shell .llu-card-actions {
	margin-top: auto;
}

.llu-directory-shell .llu-card-button {
	background: #1155e6;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 900;
	min-height: 44px;
	width: 100%;
}

.llu-directory-shell .llu-card-button:hover,
.llu-directory-shell .llu-card-button:focus {
	background: #0b46c8;
}

@media (max-width: 1024px) {
	.llu-filter-shell-directory .llu-filter-basic {
		grid-template-columns: minmax(240px, 1.8fr) repeat(3, minmax(140px, 1fr));
	}

	.llu-filter-shell-directory .llu-filter-actions {
		grid-column: 1 / -1;
		justify-content: stretch;
	}

	.llu-filter-shell-directory .llu-filter-actions button {
		width: 100%;
	}

	.llu-directory-shell .llu-listings {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.llu-directory-shell {
		padding: 22px 12px 34px;
	}

	.llu-directory-hero {
		align-items: flex-start;
		gap: 14px;
	}

	.llu-directory-hero-icon {
		height: 58px;
		width: 58px;
	}

	.llu-directory-hero-icon .llu-icon {
		height: 32px;
		width: 32px;
	}

	.llu-filter-shell-directory .llu-filter-basic {
		grid-template-columns: 1fr;
	}

	.llu-filter-shell-directory .llu-directory-filters {
		display: grid;
	}

	.llu-directory-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.llu-directory-toolbar-actions,
	.llu-directory-sort,
	.llu-directory-sort select,
	.llu-directory-view-toggle {
		width: 100%;
	}

	.llu-directory-view-toggle span,
	.llu-directory-view-toggle a {
		flex: 1;
	}

	.llu-directory-shell .llu-listings {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.llu-filter-shell-directory .llu-filter-toggle {
		display: none;
	}

	.llu-filter-shell-directory .llu-directory-filters {
		display: grid;
		margin-top: 0;
	}

	.llu-directory-hero {
		display: grid;
	}

	.llu-active-filters {
		align-items: flex-start;
		flex-direction: column;
	}

	.llu-filter-clear {
		margin-left: 0;
	}

}

.llu-unit-page {
	background: #f4f7fb;
	box-sizing: border-box;
	color: #101828;
	margin: 0;
	max-width: 100%;
	padding: 24px 18px 64px;
	width: 100%;
}

.llu-unit-page *,
.llu-unit-page *::before,
.llu-unit-page *::after {
	box-sizing: border-box;
}

.llu-unit-profile {
	margin: 0 auto;
	max-width: 1180px;
	min-width: 0;
}

.llu-unit-breadcrumb {
	align-items: center;
	color: #475467;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 8px;
	margin: 0 0 14px;
}

.llu-unit-breadcrumb a {
	color: #004ecb;
	font-weight: 700;
	text-decoration: none;
}

.llu-unit-breadcrumb a:focus-visible,
.llu-unit-breadcrumb a:hover {
	text-decoration: underline;
}

.llu-icon {
	display: inline-block;
	flex: 0 0 auto;
	height: 1.15em;
	width: 1.15em;
}

.llu-unit-hero {
	background: #fff;
	border: 1px solid #d9e2ee;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	min-width: 0;
	overflow: hidden;
}

.llu-unit-hero-media {
	background: #e8eef6;
	min-height: 0;
	min-width: 0;
}

.llu-photo-gallery {
	display: grid;
	grid-template-rows: minmax(320px, 1fr) auto;
}

.llu-photo-primary {
	aspect-ratio: 16 / 10;
	background: #dfe7f1;
	min-height: 360px;
	position: relative;
}

.llu-photo-primary img,
.llu-unit-hero-placeholder {
	display: block;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}

.llu-unit-hero-placeholder {
	align-items: center;
	color: #344054;
	display: flex;
	flex-direction: column;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	text-align: center;
}

.llu-unit-hero-placeholder .llu-icon {
	color: #0b2a5b;
	height: 42px;
	width: 42px;
}

.llu-photo-disclaimer-badge,
.llu-gallery-view-all {
	background: rgba(11, 42, 91, 0.88);
	border-radius: 999px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.2;
	max-width: calc(100% - 24px);
	padding: 8px 12px;
	position: absolute;
}

.llu-photo-disclaimer-badge {
	left: 12px;
	top: 12px;
}

.llu-gallery-view-all {
	bottom: 12px;
	right: 12px;
	text-decoration: none;
}

.llu-photo-thumbs {
	background: #fff;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	padding: 10px;
}

.llu-photo-thumbs button {
	aspect-ratio: 4 / 3;
	background: #e8eef6;
	border: 2px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	min-height: 44px;
	overflow: hidden;
	padding: 0;
}

.llu-photo-thumbs button.is-active,
.llu-photo-thumbs button:focus-visible {
	border-color: #0057d9;
	outline: 2px solid #b8d2ff;
	outline-offset: 2px;
}

.llu-photo-thumbs img {
	display: block;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	width: 100%;
}

.llu-unit-hero-content {
	align-content: center;
	display: grid;
	gap: 16px;
	min-width: 0;
	padding: 34px;
}

.llu-unit-kicker {
	color: #0057d9;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.llu-unit-hero h1 {
	color: #0b1628;
	font-size: 2.75rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	overflow-wrap: anywhere;
}

.llu-unit-address,
.llu-confirmed-date {
	align-items: flex-start;
	color: #475467;
	display: flex;
	font-size: 1rem;
	gap: 8px;
	line-height: 1.45;
	margin: 0;
}

.llu-unit-address .llu-icon,
.llu-confirmed-date .llu-icon {
	color: #344054;
	margin-top: 0.15em;
}

.llu-unit-status-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.llu-status-pill {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 850;
	gap: 7px;
	line-height: 1.2;
	min-height: 34px;
	padding: 7px 10px;
}

.llu-status-pill.is-available {
	background: #e8f7ed;
	border: 1px solid #b7e6c4;
	color: #087333;
}

.llu-status-pill.is-neutral {
	background: #eef4ff;
	border: 1px solid #c7d7fe;
	color: #174ea6;
}

.llu-status-pill.is-unconfirmed {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	color: #9a3412;
}

.llu-unit-hero-facts {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.llu-unit-hero-facts span {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #1d2939;
	display: inline-flex;
	font-weight: 800;
	gap: 8px;
	min-height: 36px;
	padding: 0 18px;
}

.llu-unit-hero-facts span:first-child {
	padding-left: 0;
}

.llu-unit-hero-facts span + span {
	border-left: 1px solid #d0d5dd;
}

.llu-hero-rent {
	align-items: baseline;
	border-top: 1px solid #d9e2ee;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 2px;
	padding-top: 18px;
}

.llu-hero-rent strong {
	color: #0b1628;
	font-size: 2.45rem;
	font-weight: 950;
	line-height: 1;
}

.llu-hero-rent span {
	color: #344054;
	font-weight: 700;
}

.llu-unit-actions,
.llu-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.llu-action-primary,
.llu-action-secondary {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 850;
	gap: 9px;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.llu-action-primary span,
.llu-action-secondary span {
	overflow-wrap: anywhere;
	text-align: center;
}

.llu-action-primary {
	background: #0057d9;
	border: 1px solid #0057d9;
	box-shadow: 0 8px 18px rgba(0, 87, 217, 0.18);
	color: #fff;
}

.llu-action-secondary {
	background: #fff;
	border: 1px solid #0057d9;
	color: #0041a8;
}

.llu-action-primary:hover,
.llu-action-primary:focus-visible {
	background: #003f9e;
	border-color: #003f9e;
	color: #fff;
	text-decoration: none;
}

.llu-action-secondary:hover,
.llu-action-secondary:focus-visible {
	background: #eef5ff;
	color: #003f9e;
	text-decoration: none;
}

.llu-action-primary:focus-visible,
.llu-action-secondary:focus-visible,
.llu-inquiry-form input:focus-visible,
.llu-inquiry-form select:focus-visible,
.llu-inquiry-form textarea:focus-visible,
.llu-accordion-item button:focus-visible {
	outline: 3px solid #9ec5ff;
	outline-offset: 2px;
}

.llu-profile-section {
	background: #fff;
	border: 1px solid #d9e2ee;
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
	padding: 22px;
}

.llu-profile-section h2 {
	color: #0b1628;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 16px;
}

.llu-unit-page.is-simplified {
	padding-bottom: 48px;
}

.llu-unit-page.is-simplified .llu-unit-profile {
	max-width: 1120px;
}

.llu-unit-page.is-simplified .llu-unit-hero {
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.85fr);
}

.llu-unit-page.is-simplified .llu-unit-hero-media,
.llu-unit-page.is-simplified .llu-photo-primary {
	max-width: 100%;
	overflow: hidden;
}

.llu-unit-page.is-simplified .llu-photo-gallery {
	grid-template-rows: 1fr;
}

.llu-unit-page.is-simplified .llu-photo-primary,
.llu-unit-page.is-simplified .llu-photo-primary img,
.llu-unit-page.is-simplified .llu-unit-hero-placeholder {
	min-height: 280px;
}

.llu-unit-page.is-simplified .llu-photo-primary img,
.llu-unit-page.is-simplified .llu-unit-hero-placeholder {
	max-width: 100%;
}

.llu-unit-page.is-simplified .llu-photo-thumbs {
	display: none;
}

.llu-unit-page.is-simplified .llu-gallery-view-all {
	white-space: normal;
}

.llu-unit-page.is-simplified .llu-unit-hero-content {
	gap: 13px;
	padding: 28px;
}

.llu-unit-page.is-simplified .llu-unit-hero h1 {
	font-size: clamp(2rem, 4vw, 2.55rem);
}

.llu-unit-page.is-simplified .llu-hero-rent strong {
	font-size: 2.2rem;
}

.llu-simple-essentials {
	margin-top: 14px;
}

.llu-simple-essentials dl {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.llu-simple-fact {
	align-items: start;
	display: grid;
	gap: 10px;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 66px;
	padding: 12px 14px;
}

.llu-simple-fact + .llu-simple-fact {
	border-left: 1px solid #d9e2ee;
}

.llu-simple-fact:nth-child(4n + 1) {
	border-left: 0;
}

.llu-simple-fact:nth-child(n + 5) {
	border-top: 1px solid #d9e2ee;
}

.llu-simple-fact .llu-icon {
	color: #0057d9;
	height: 24px;
	margin-top: 2px;
	width: 24px;
}

.llu-simple-fact dt {
	color: #344054;
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1.2;
	margin: 0;
}

.llu-simple-fact dd {
	color: #1d2939;
	font-size: 0.95rem;
	font-weight: 750;
	line-height: 1.35;
	margin: 4px 0 0;
	overflow-wrap: anywhere;
}

.llu-simple-unit-content {
	margin-top: 16px;
}

.llu-simple-confirm {
	background: #f8fbff;
}

.llu-simple-confirm p {
	color: #344054;
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
}

.llu-simple-confirm p + p {
	margin-top: 8px;
}

.llu-quick-facts {
	margin-top: 16px;
}

.llu-quick-facts dl {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
}

.llu-quick-fact {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 72px;
	padding: 8px 16px;
}

.llu-quick-fact + .llu-quick-fact {
	border-left: 1px solid #d9e2ee;
}

.llu-quick-fact .llu-icon {
	color: #0057d9;
	height: 30px;
	width: 30px;
}

.llu-quick-fact dt {
	color: #344054;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: none;
}

.llu-quick-fact dd {
	color: #344054;
	font-size: 0.92rem;
	line-height: 1.35;
	margin: 5px 0 0;
	overflow-wrap: anywhere;
	white-space: normal;
}

.llu-cost-summary-section {
	margin-top: 14px;
}

.llu-cost-summary-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 16px;
}

.llu-cost-summary-card {
	background: #fff;
	border: 1px solid #d9e2ee;
	border-radius: 10px;
	padding: 18px;
}

.llu-cost-summary-card h3 {
	color: #0057d9;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: none;
}

.llu-cost-lines {
	display: grid;
	gap: 0;
}

.llu-cost-lines div,
.llu-cost-total {
	align-items: flex-start;
	border-top: 1px solid #edf2f7;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 10px 0;
}

.llu-cost-lines div:first-child {
	border-top: 0;
}

.llu-cost-lines span,
.llu-cost-total span {
	color: #344054;
	line-height: 1.35;
}

.llu-cost-lines em {
	background: #eef5ff;
	border-radius: 999px;
	color: #0041a8;
	display: inline-block;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 850;
	margin-left: 6px;
	padding: 2px 7px;
}

.llu-cost-lines .is-optional em {
	background: #f2f4f7;
	color: #475467;
}

.llu-cost-lines strong,
.llu-cost-total strong {
	color: #101828;
	flex: 0 0 auto;
	font-weight: 900;
	white-space: nowrap;
}

.llu-cost-total {
	border-color: #cbd5e1;
	border-top-width: 2px;
	margin-top: 8px;
}

.llu-cost-footnote,
.llu-cost-incomplete {
	color: #667085;
	font-size: 0.85rem;
	line-height: 1.4;
	margin: 8px 0 0;
}

.llu-profile-note {
	background: #f8fbff;
	border: 1px solid #cfe1ff;
	border-radius: 10px;
	color: #243b63;
	line-height: 1.5;
	margin: 0;
	padding: 12px 14px;
}

.llu-unit-content {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
	margin-top: 16px;
}

.llu-unit-content.has-sidebar {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
}

.llu-unit-main {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.llu-unit-sidebar {
	align-self: start;
	display: grid;
	gap: 16px;
	position: sticky;
	top: 24px;
}

.admin-bar .llu-unit-sidebar {
	top: 56px;
}

.llu-profile-copy {
	color: #1d2939;
	font-size: 1rem;
	line-height: 1.7;
}

.llu-profile-copy > :first-child {
	margin-top: 0;
}

.llu-profile-copy > :last-child {
	margin-bottom: 0;
}

.llu-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.llu-feature-list li {
	background: #f8fbff;
	border: 1px solid #cfe1ff;
	border-radius: 8px;
	color: #003f9e;
	font-size: 0.92rem;
	font-weight: 850;
	line-height: 1.25;
	min-height: 38px;
	padding: 9px 12px;
}

.llu-floor-plan-section img {
	background: #f8fbff;
	border: 1px solid #d9e2ee;
	border-radius: 10px;
	display: block;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	width: 100%;
}

.llu-floor-plan-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.llu-floor-plan-card {
	background: #f8fbff;
	border: 1px solid #d9e2ee;
	border-radius: 10px;
	display: grid;
	gap: 12px;
	padding: 16px;
}

.llu-detail-accordions {
	padding: 0;
}

.llu-detail-accordions > h2 {
	padding: 22px 22px 0;
}

.llu-accordion-item {
	border-top: 1px solid #d9e2ee;
}

.llu-accordion-item h3 {
	margin: 0;
}

.llu-accordion-item button {
	align-items: center;
	background: transparent;
	border: 0;
	color: #101828;
	cursor: pointer;
	display: grid;
	font: inherit;
	font-weight: 850;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 56px;
	padding: 0 20px;
	text-align: left;
	width: 100%;
}

.llu-accordion-item button .llu-icon:first-child {
	color: #0b2a5b;
}

.llu-accordion-item button .llu-icon:last-child {
	color: #667085;
	transition: transform 160ms ease;
}

.llu-accordion-item button[aria-expanded="true"] .llu-icon:last-child {
	transform: rotate(180deg);
}

.llu-accordion-panel {
	padding: 0 20px 20px;
}

.llu-detail-list {
	display: grid;
	gap: 14px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.llu-detail-list div {
	min-width: 0;
}

.llu-detail-list dt {
	color: #667085;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: none;
}

.llu-detail-list dd {
	color: #1d2939;
	line-height: 1.55;
	margin: 5px 0 0;
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.llu-detail-list a {
	color: #004ecb;
	font-weight: 800;
}

.llu-contact-card {
	display: grid;
	gap: 14px;
}

.llu-contact-identity {
	align-items: center;
	display: flex;
	gap: 12px;
}

.llu-contact-identity > span {
	align-items: center;
	background: #244b32;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.llu-contact-lines {
	display: grid;
	gap: 10px;
}

.llu-contact-lines a,
.llu-contact-lines p {
	align-items: flex-start;
	color: #1d2939;
	display: flex;
	gap: 10px;
	line-height: 1.45;
	margin: 0;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.llu-contact-lines .llu-icon {
	color: #0057d9;
	margin-top: 0.15em;
}

.llu-contact-lines span {
	white-space: pre-line;
}

.llu-contact-actions {
	display: grid;
	grid-template-columns: 1fr;
}

.llu-contact-note {
	background: #f0f6ff;
	border: 1px solid #cfe1ff;
	border-radius: 8px;
	color: #0b2a5b;
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
	padding: 12px;
}

.llu-inquiry-section {
	display: grid;
	gap: 12px;
}

.llu-inquiry-form {
	display: grid;
	gap: 14px;
}

.llu-inquiry-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.llu-inquiry-form label {
	color: #1d2939;
	display: grid;
	font-weight: 850;
	gap: 7px;
}

.llu-inquiry-form input,
.llu-inquiry-form select,
.llu-inquiry-form textarea {
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	color: #101828;
	font: inherit;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.llu-inquiry-form textarea {
	min-height: 120px;
	resize: vertical;
}

.llu-inquiry-form button {
	background: #0057d9;
	border: 1px solid #0057d9;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	justify-self: start;
	min-height: 48px;
	padding: 0 18px;
}

.llu-form-help {
	color: #667085;
	font-size: 0.88rem;
	line-height: 1.4;
	margin: 0;
}

.llu-form-errors {
	background: #fff1f3;
	border: 1px solid #fda4af;
	border-radius: 8px;
	color: #9f1239;
	font-weight: 700;
	padding: 10px 12px;
}

.llu-form-errors ul {
	margin: 0;
	padding-left: 18px;
}

.llu-inquiry-notice {
	border-radius: 8px;
	font-weight: 800;
	margin: 0;
	padding: 12px 14px;
}

.llu-inquiry-success {
	background: #e8f7ed;
	border: 1px solid #b7e6c4;
	color: #087333;
}

.llu-inquiry-error {
	background: #fff1f3;
	border: 1px solid #fda4af;
	color: #9f1239;
}

.llu-hp-field {
	left: -9999px;
	position: absolute;
	top: auto;
}

.llu-mobile-action-bar {
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid #d9e2ee;
	bottom: 0;
	box-shadow: 0 -10px 24px rgba(16, 24, 40, 0.12);
	display: none;
	gap: 8px;
	left: 0;
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
	position: fixed;
	right: 0;
	z-index: 999;
}

.llu-mobile-action-bar.is-hidden {
	transform: translateY(110%);
}

.admin-bar .llu-mobile-action-bar {
	bottom: 46px;
}

.llu-mobile-action-bar .llu-action-primary,
.llu-mobile-action-bar .llu-action-secondary {
	flex: 1 1 0;
	font-size: 0.9rem;
	min-width: 0;
	padding: 0 10px;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

@media (prefers-reduced-motion: reduce) {
	.llu-action-primary,
	.llu-action-secondary,
	.llu-accordion-item button .llu-icon:last-child {
		transition: none;
	}
}

@media (max-width: 1100px) {
	.llu-quick-facts dl {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.llu-quick-fact:nth-child(3n + 1) {
		border-left: 0;
	}
}

@media (max-width: 920px) {
	.llu-unit-hero,
	.llu-unit-content,
	.llu-unit-content.has-sidebar {
		grid-template-columns: 1fr;
	}

	.llu-unit-sidebar {
		position: static;
	}

	.llu-unit-hero h1 {
		font-size: 2.25rem;
	}

	.llu-unit-page.is-simplified .llu-unit-hero {
		grid-template-columns: 1fr;
	}

	.llu-simple-essentials dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.llu-simple-fact,
	.llu-simple-fact + .llu-simple-fact {
		border-left: 0;
	}

	.llu-simple-fact:nth-child(even) {
		border-left: 1px solid #d9e2ee;
	}

	.llu-simple-fact:nth-child(n + 3) {
		border-top: 1px solid #d9e2ee;
	}
}

@media (max-width: 720px) {
	.llu-unit-page {
		padding: 16px 12px 56px;
	}

	.llu-unit-page.has-mobile-actions {
		padding-bottom: 104px;
	}

	.llu-unit-hero-content {
		padding: 24px;
	}

	.llu-photo-primary,
	.llu-photo-primary img,
	.llu-unit-hero-placeholder {
		min-height: 260px;
	}

	.llu-photo-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.llu-unit-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.llu-quick-facts dl,
	.llu-cost-summary-grid,
	.llu-detail-list {
		grid-template-columns: 1fr;
	}

	.llu-quick-fact,
	.llu-quick-fact + .llu-quick-fact {
		border-left: 0;
		border-top: 1px solid #d9e2ee;
	}

	.llu-quick-fact:first-child {
		border-top: 0;
	}

	.llu-mobile-action-bar {
		display: flex;
	}

	.llu-unit-page.is-simplified .llu-unit-hero-content {
		padding: 22px;
	}

	.llu-unit-page.is-simplified .llu-gallery-view-all {
		left: 12px;
		right: auto;
	}

	.llu-simple-essentials dl {
		grid-template-columns: 1fr;
	}

	.llu-simple-fact,
	.llu-simple-fact + .llu-simple-fact,
	.llu-simple-fact:nth-child(even) {
		border-left: 0;
	}

	.llu-simple-fact:nth-child(n + 2) {
		border-top: 1px solid #d9e2ee;
	}
}

@media (max-width: 390px) {
	.llu-unit-hero h1 {
		font-size: 1.85rem;
	}

	.llu-hero-rent strong {
		font-size: 2rem;
	}

	.llu-profile-section {
		padding: 18px;
	}

	.llu-accordion-item button {
		padding: 0 16px;
	}

	.llu-accordion-panel {
		padding: 0 16px 18px;
	}
}
