/* === GLOBALS === */
body,.entry-content,.wp-block-post-content {
	background-color: #F7F5F2 !important;
	color: #1A1A1A !important;
	font-family: 'DM Sans', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
}

h1,h2,h3 {
	font-family: 'Cormorant Garamond', Georgia, serif !important;
	font-weight: 400 !important;
	color: #1A1A1A !important;
}

a {
	color: #1A1A1A;
}

/* === HEADER: right-align nav === */
.site-brand>div {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: baseline !important;
	width: 100% !important;
}

.wp-block-site-title a {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 12px !important;
	letter-spacing: .18em !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	color: #1A1A1A !important;
	text-decoration: none !important;
}

.wp-block-navigation__container {
	gap: 32px !important;
}

.wp-block-navigation-item__content {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 13px !important;
	letter-spacing: .08em !important;
	color: #6B6560 !important;
	text-decoration: none !important;
}

.site-header {
	padding: 32px 0 !important;
}

header .wp-block-spacer {
	height: 0 !important;
	display: none !important;
}

/* === HIDE DUPLICATE POST TITLES === */
.page-id-173 .wp-block-post-title,
.page-id-76 .wp-block-post-title,
.page-id-398 .wp-block-post-title,
.page-id-433 .wp-block-post-title,
.home .wp-block-post-title {
	display: none !important;
}

/* === LJL LAYOUT === */
.ljl {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
}

.ljl-inner {
	max-width: 780px;
	margin: 0 auto;
}

/* Hero */
.ljl-hero {
	padding: 80px 0 60px;
}

.ljl-hero h1 {
	font-family: 'Cormorant Garamond', serif !important;
	font-size: clamp(48px,6vw,72px) !important;
	font-weight: 400 !important;
	line-height: 1.1 !important;
	margin: 0 0 20px !important;
}

.ljl-hero p {
	font-size: 13px !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
	color: #6B6560 !important;
	font-family: 'DM Sans', sans-serif !important;
	margin: 0 !important;
}

.ljl-hero em {
	font-family: 'Cormorant Garamond', serif !important;
	font-size: 20px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-style: italic !important;
	color: #6B6560 !important;
	display: block !important;
	margin-top: 8px !important;
}

/* Sections with rules */
.ljl-section {
	border-top: 1px solid #DDD9D4;
	padding: 60px 0;
}

.ljl-label {
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #6B6560;
	margin-bottom: 40px;
	font-family: 'DM Sans', sans-serif;
}

/* Roles cards */
.ljl-career {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ljl-card {
	border: 1px solid #B8B2AB;
	padding: 28px 24px;
	background: #FDFCFA;
}

.ljl-role {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 8px;
	color: #1A1A1A;
}

.ljl-co {
	font-size: 14px;
	color: #6B6560;
	margin: 0 0 16px;
}

.ljl-acq {
	font-size: 10px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #6B6560;
	border: 1px solid #B8B2AB;
	display: inline-block;
	padding: 3px 8px;
}

/* Impact list */
.ljl-impact {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ljl-impact li {
	padding: 16px 0 16px 32px;
	border-bottom: 1px solid #DDD9D4;
	font-size: 16px;
	position: relative;
	color: #1A1A1A;
}

.ljl-impact li:first-child {
	border-top: 1px solid #DDD9D4;
}

.ljl-impact li::before {
	content: '\2197';
	position: absolute;
	left: 0;
	color: #6B6560;
}

/* Approach */
.ljl-approach {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 60px;
}

.ljl-apname {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 8px;
	color: #1A1A1A;
}

.ljl-apdesc {
	font-size: 15px;
	color: #6B6560;
	margin: 0;
	line-height: 1.6;
}

/* Testimonials */
.ljl-quotes {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.ljl-quote {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-style: italic;
	line-height: 1.55;
	color: #1A1A1A;
	margin: 0 0 12px;
}

.ljl-qattr {
	font-size: 13px;
	color: #6B6560;
	letter-spacing: .06em;
}

/* Featured Work cards */
.ljl-products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.ljl-pcard {
	border: 1px solid #B8B2AB;
	overflow: hidden;
	background: #FDFCFA;
}

.ljl-pbody {
	padding: 20px 20px 24px;
}

.ljl-ptag {
	font-size: 10px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #6B6560;
	margin: 0 0 8px;
	font-family: 'DM Sans', sans-serif;
}

.ljl-pname {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 10px;
	line-height: 1.2;
	color: #1A1A1A;
}

.ljl-pdesc {
	font-size: 14px;
	color: #6B6560;
	line-height: 1.6;
	margin: 0 0 16px;
}

.ljl-plink {
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #1A1A1A;
	text-decoration: none;
	border-bottom: 1px solid #1A1A1A;
	padding-bottom: 2px;
	font-family: 'DM Sans', sans-serif;
}

.ljl-plink:hover {
	color: #6B6560;
	border-color: #6B6560;
}

/* Logo strip */
.ljl-logogrid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 32px 0;
	justify-items: center;
}

.ljl-logoname {
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #6B6560;
	white-space: nowrap;
}

/* About page */
.ljl-bio p {
	font-size: 17px !important;
	line-height: 1.75 !important;
	margin-bottom: 1.4em !important;
	color: #1A1A1A !important;
	font-family: 'DM Sans', sans-serif !important;
}

.ljl-help {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
}

.ljl-help-item {
	font-size: 15px;
	color: #1A1A1A;
	padding: 14px 0;
	border-bottom: 1px solid #DDD9D4;
	font-family: 'DM Sans', sans-serif;
}

/* Hide Jetpack widgets */
.page-id-173 .sharedaddy,
.page-id-173 .sd-block-share,
.page-id-173 .jetpack-likes-widget-wrapper,
.page-id-173 .wp-block-jetpack-like,
.page-id-173 .sd-sharing-enabled,
.page-id-76 .sharedaddy,
.page-id-76 .sd-block-share,
.page-id-76 .jetpack-likes-widget-wrapper,
.page-id-398 .sharedaddy,
.page-id-398 .sd-block-share,
.page-id-398 .jetpack-likes-widget-wrapper,
.page-id-398 .wp-block-jetpack-like,
.page-id-398 .sd-sharing-enabled,
.home .sharedaddy,
.home .sd-block-share {
	display: none !important;
}

.page-id-398 .wp-block-post-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}

.page-id-398 .ljl {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.page-id-433 .wp-block-post-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
}

.page-id-433 .ljl {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

/* Header: constrain content to match page width, not edge-to-edge */
.site-brand {
	flex: 0 0 100% !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 0 60px !important;
	box-sizing: border-box !important;
}

.site-header {
	padding: 28px 0 !important;
}

/* Impact bold highlights */
.ljl-impact li strong {
	font-weight: 600 !important;
	color: #1A1A1A !important;
}

/* Logo links */
.ljl-logoname a {
	color: #6B6560;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.ljl-logoname a:hover {
	border-bottom-color: #6B6560;
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 768px) {
	/* Header: reduce padding, keep logo+hamburger in bounds */
	.site-brand {
		padding: 0 20px !important;
		max-width: 100% !important;
	}
	
	.site-brand > div {
		width: 100% !important;
	}
	
	/* Prevent nav from overflowing viewport */
	.wp-block-navigation {
		overflow: visible !important;
		max-width: 100% !important;
	}
	
	.wp-block-navigation__responsive-container-open {
		display: flex !important;
		align-items: center !important;
		right: 0 !important;
		position: relative !important;
		flex-shrink: 0 !important;
	}
	
	/* Open menu overlay: full-screen, not cut off */
	.wp-block-navigation__responsive-container.is-menu-open {
		padding: 24px 20px !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	/* Page padding */
	.ljl {
		padding: 0 20px !important;
	}
	
	.ljl-hero {
		padding: 48px 0 36px !important;
	}
	
	.ljl-section {
		padding: 40px 0 !important;
	}
	
	/* Roles: 1 column */
	.ljl-career {
		grid-template-columns: 1fr !important;
	}
	
	/* Featured Work: 1 column */
	.ljl-products {
		grid-template-columns: 1fr !important;
	}
	
	/* Approach: 1 column */
	.ljl-approach {
		grid-template-columns: 1fr !important;
		gap: 28px 0 !important;
	}
	
	/* Logo grid: 2 columns */
	.ljl-logogrid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 28px 0 !important;
	}
	
	/* Help grid: 1 column */
	.ljl-help {
		grid-template-columns: 1fr !important;
	}
	
	/* Testimonials font size */
	.ljl-quote {
		font-size: 19px !important;
	}
	
	/* Hero heading */
	.ljl-hero h1 {
		font-size: 48px !important;
	}
}

/* Email link */
.ljl-email {
	font-size: 15px;
	color: #6B6560;
	text-decoration: none;
	border-bottom: 1px solid #C0BAB3;
	padding-bottom: 1px;
	font-family: 'DM Sans', sans-serif;
}

.ljl-email:hover {
	color: #1A1A1A;
	border-color: #1A1A1A;
}

/* === AI Adoption Framework === */
.ai-fw {
	margin: 0 0 40px;
}

.ai-fw-banners {
	display: grid;
	grid-template-columns: 3fr 0.5fr 2fr;
	gap: 12px;
	margin-bottom: 12px;
}

.ai-fw-banner {
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	padding: 8px 0;
	border: 1px solid;
}

.ai-fw-banner.explore {
	color: #6B6560;
	background: #F1EFE8;
	border-color: #B4B2A9;
}

.ai-fw-banner.execute {
	color: #0F6E56;
	background: #E1F5EE;
	border-color: #5DCAA5;
}

.ai-fw-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 0.5fr 1fr 1fr;
	gap: 12px;
	align-items: stretch;
}

.ai-fw-col {
	padding: 24px 18px;
	border: 1px solid;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}

.ai-fw-col.c-gray {
	background: #F1EFE8;
	border-color: #B4B2A9;
}

.ai-fw-col.c-blue {
	background: #E6F1FB;
	border-color: #378ADD;
}

.ai-fw-col.c-green {
	background: #E1F5EE;
	border-color: #5DCAA5;
}

.ai-fw-level-label {
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	color: #6B6560;
	font-style: italic;
	text-align: center;
	margin: 0 0 8px;
}

.ai-fw-level-name {
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 14px;
	line-height: 1.1;
}

.ai-fw-col.c-gray .ai-fw-level-name {
	color: #1A1A1A;
}

.ai-fw-col.c-blue .ai-fw-level-name {
	color: #0C447C;
}

.ai-fw-col.c-green .ai-fw-level-name {
	color: #085041;
}

.ai-fw-desc {
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	color: #6B6560;
	line-height: 1.55;
	text-align: center;
	margin: 0 0 20px;
}

.ai-fw-example {
	margin-top: 12px;
}

.ai-fw-example-tag {
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #6B6560;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 8px;
}

.ai-fw-col.c-gray .ai-fw-example-tag {
	background: #D3D1C7;
}

.ai-fw-col.c-blue .ai-fw-example-tag {
	background: #B5D4F4;
	color: #0C447C;
}

.ai-fw-col.c-green .ai-fw-example-tag {
	background: #9FE1CB;
	color: #085041;
}

.ai-fw-example-body {
	font-family: 'DM Sans', sans-serif;
	font-size: 12px;
	color: #6B6560;
	line-height: 1.5;
	font-style: italic;
	margin: 0;
}

.ai-fw-chasm {
	background: #EDE8E1;
	border: 1px solid #B4B2A9;
	border-radius: 4px;
	padding: 24px 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ai-fw-chasm-h {
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #1A1A1A;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.ai-fw-chasm-body {
	font-family: 'DM Sans', sans-serif;
	font-size: 12px;
	color: #6B6560;
	line-height: 1.5;
	font-style: italic;
	margin: 0;
}

.ai-fw-footers {
	display: grid;
	grid-template-columns: 1fr 2fr 0.5fr 1fr 1fr;
	gap: 12px;
	margin-top: 24px;
	padding-top: 24px;
}

.ai-fw-footer {
	padding-top: 16px;
	border-top: 1px solid;
}

.ai-fw-footer.c-gray {
	border-color: #B4B2A9;
}

.ai-fw-footer.c-blue {
	border-color: #378ADD;
}

.ai-fw-footer.c-green {
	border-color: #5DCAA5;
}

.ai-fw-footer-h {
	font-family: 'Cormorant Garamond', serif;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 4px;
	text-align: center;
	line-height: 1.2;
}

.ai-fw-footer.c-gray .ai-fw-footer-h {
	color: #1A1A1A;
}

.ai-fw-footer.c-blue .ai-fw-footer-h {
	color: #0C447C;
}

.ai-fw-footer.c-green .ai-fw-footer-h {
	color: #085041;
}

.ai-fw-footer-s {
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	color: #6B6560;
	line-height: 1.4;
	text-align: center;
	margin: 0;
}

.ai-fw-footer-spacer {
	border-top: none;
}

.ai-fw-mobile-group {
	margin-bottom: 32px;
}

.ai-fw-mobile-banner {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	text-align: center;
	padding: 8px 0;
	border: 1px solid;
	margin-bottom: 12px;
}

.ai-fw-mobile-banner.explore {
	color: #6B6560;
	background: #F1EFE8;
	border-color: #B4B2A9;
}

.ai-fw-mobile-banner.execute {
	color: #0F6E56;
	background: #E1F5EE;
	border-color: #5DCAA5;
}

.ai-fw-mobile-card {
	padding: 20px;
	border: 1px solid;
	border-radius: 4px;
	margin-bottom: 12px;
}

.ai-fw-mobile-card.c-gray {
	background: #F1EFE8;
	border-color: #B4B2A9;
}

.ai-fw-mobile-card.c-blue {
	background: #E6F1FB;
	border-color: #378ADD;
}

.ai-fw-mobile-card.c-green {
	background: #E1F5EE;
	border-color: #5DCAA5;
}

.ai-fw-mobile-chasm {
	background: #EDE8E1;
	border: 1px solid #B4B2A9;
	border-radius: 4px;
	padding: 20px;
	text-align: center;
	margin: 20px 0;
}

.ai-fw-mobile {
	display: none;
}

@media (max-width: 900px) {
	.ai-fw-banners, .ai-fw-grid, .ai-fw-footers {
		display: none;
	}
	
	.ai-fw-mobile {
		display: block;
	}
}