:root {
	--jcf-ink: #111318;
	--jcf-charcoal: #1f2937;
	--jcf-charcoal-2: #eef5fb;
	--jcf-paper: #ffffff;
	--jcf-cream: #f7fbff;
	--jcf-blue: #37a8f4;
	--jcf-blue-dark: #1679c6;
	--jcf-red: #ef3b3b;
	--jcf-muted: #5f6c7b;
	--jcf-line: rgba(17, 19, 24, 0.12);
	--jcf-page-width: min(1760px, calc(100vw - 48px));
	--jcf-page-width-tight: min(1540px, calc(100vw - 48px));
	--jcf-readable: min(980px, calc(100vw - 48px));
}

body {
	background:
		linear-gradient(180deg, #eaf5ff 0, #f7fbff 620px, #ffffff 100%);
	color: var(--jcf-ink);
	font-size: 16px;
}

html,
body {
	overflow-x: hidden;
}

.jcf-front-page,
.jcf-editable-page,
.jcf-archive,
.jcf-single {
	width: 100%;
	max-width: none;
}

.jcf-front-page > .alignwide,
.jcf-section > .alignwide,
.jcf-hero > .alignwide {
	width: var(--jcf-page-width);
	margin-left: auto;
	margin-right: auto;
}

.jcf-section,
.jcf-service-card,
.jcf-profile-media,
.jcf-profile-copy,
.jcf-cta-panel {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.jcf-section.jcf-in-view,
.jcf-service-card.jcf-in-view,
.jcf-profile-media.jcf-in-view,
.jcf-profile-copy.jcf-in-view,
.jcf-cta-panel.jcf-in-view {
	opacity: 1;
	transform: translateY(0);
}

a {
	color: inherit;
}

.jcf-front-page {
	overflow: clip;
}

.jcf-site-header {
	position: sticky;
	top: 10px;
	z-index: 100;
	width: min(1760px, calc(100% - 24px));
	margin: 10px auto 0;
	padding: 8px;
	border: 1px solid rgba(17, 19, 24, 0.16);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 30px rgba(27, 58, 84, 0.14), inset 0 -2px 0 rgba(17, 19, 24, 0.06);
	backdrop-filter: blur(16px);
}

.jcf-header-inner {
	min-height: 48px;
	gap: 16px;
	width: 100%;
}

.jcf-brand-lockup {
	flex: 0 1 360px;
	gap: 10px;
	min-width: 220px;
}

.jcf-brand-mark,
.jcf-site-logo img {
	width: 34px;
	height: 34px;
}

.jcf-brand-mark {
	display: grid;
	place-items: center;
	margin: 0;
	border-radius: 999px;
	border: 2px solid var(--jcf-blue);
	background: #ffffff;
	color: var(--jcf-blue-dark);
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
}

.jcf-site-logo {
	margin: 0;
	flex: 0 0 auto;
}

.jcf-site-logo img {
	display: block;
	object-fit: contain;
	border-radius: 999px;
}

.jcf-site-title,
.jcf-site-title a {
	color: var(--jcf-ink);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

.jcf-main-nav {
	flex: 1 1 auto;
	justify-content: center;
}

.jcf-site-header .wp-block-navigation__container {
	gap: 4px;
	padding: 4px;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 999px;
	background: rgba(247, 251, 255, 0.8);
}

.jcf-site-header .wp-block-navigation-item__content {
	color: #20242c;
	padding: 9px 12px;
	border-radius: 999px;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.jcf-site-header .wp-block-navigation-item__content:hover,
.jcf-site-header .current-menu-item > .wp-block-navigation-item__content,
.jcf-site-header .current-menu-ancestor > .wp-block-navigation-item__content {
	background: #e6f4ff;
	color: var(--jcf-blue-dark);
}

.jcf-nav-cta .wp-block-button__link {
	min-width: 108px;
	padding: 11px 18px !important;
	border-radius: 10px;
	text-align: center;
}

.jcf-nav-cta {
	flex: 0 0 auto;
}

.jcf-hero {
	min-height: auto;
	display: flex;
	align-items: center;
	padding: 38px 0 58px;
	overflow: hidden;
}

.jcf-hero-shell {
	padding: 32px 0 0;
	text-align: center;
}

.jcf-hero-trust {
	width: fit-content;
	margin: 0 auto 34px;
	padding: 12px 20px;
	gap: 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 12px 28px rgba(45, 93, 130, 0.12);
}

.jcf-hero-trust p {
	margin: 0;
	color: #252b34;
	font-size: 0.84rem;
	font-weight: 700;
}

.jcf-hero-trust span {
	color: var(--jcf-blue);
}

.jcf-eyebrow {
	color: var(--jcf-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.jcf-display-title {
	max-width: 21ch;
	margin: 0 auto 20px;
	color: var(--jcf-ink);
	font-size: clamp(3.05rem, 5.4vw, 5.7rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
	text-transform: none;
}

.jcf-display-title mark {
	display: inline-block;
	padding: 0 0.1em 0.07em;
	border-radius: 10px;
	background: var(--jcf-blue);
	color: #ffffff;
}

.jcf-hero-lead {
	max-width: 64ch;
	margin: 0 auto;
	color: #4b5563;
	font-size: clamp(1rem, 1.15vw, 1.14rem);
	line-height: 1.62;
}

.jcf-hero-actions {
	margin-top: 30px;
}

.jcf-button-primary .wp-block-button__link,
.jcf-button-ghost .wp-block-button__link {
	padding: 15px 24px;
	border-radius: 999px;
	font-weight: 800;
}

.jcf-button-primary .wp-block-button__link {
	border: 1px solid var(--jcf-blue-dark);
	background: var(--jcf-blue);
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(55, 168, 244, 0.28);
}

.jcf-button-secondary .wp-block-button__link,
.jcf-button-ghost .wp-block-button__link {
	border: 1px solid rgba(17, 19, 24, 0.14);
	background: #ffffff;
	color: var(--jcf-ink);
	box-shadow: 0 10px 22px rgba(27, 58, 84, 0.1);
}

.jcf-client-strip {
	max-width: none;
	width: min(1180px, calc(100% - 40px));
	margin: 44px auto 0;
	padding: 18px 0;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 16px 38px rgba(40, 87, 124, 0.1);
	overflow: hidden;
}

.jcf-client-strip-label {
	margin: 0 20px 12px;
	color: var(--jcf-muted);
	font-size: 0.82rem;
	font-weight: 800;
	text-align: center;
}

.jcf-logo-track {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(116px, 1fr));
	gap: 12px !important;
	width: auto;
	padding: 0 14px;
}

.jcf-logo-track.wp-block-gallery.has-nested-images figure.wp-block-image {
	width: auto !important;
	margin: 0 !important;
}

.jcf-client-logo {
	aspect-ratio: 18 / 7;
	display: grid !important;
	place-items: center;
	padding: 8px;
	border: 1px solid rgba(17, 19, 24, 0.09);
	border-radius: 12px;
	background: #f7fbff;
}

.jcf-client-logo img {
	width: 100%;
	height: 100% !important;
	object-fit: contain !important;
}

.jcf-calendar-mock {
	position: relative;
	max-width: 980px;
	min-height: 330px;
	margin: 62px auto 0;
	padding: 22px;
	border: 1px solid rgba(17, 19, 24, 0.18);
	border-radius: 18px 18px 0 0;
	background: #ffffff;
	box-shadow: 0 30px 70px rgba(40, 87, 124, 0.18);
	overflow: hidden;
}

.jcf-calendar-head {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border-bottom: 1px solid rgba(17, 19, 24, 0.08);
}

.jcf-calendar-head p {
	margin: 0;
	padding: 0 12px 16px;
	color: #111318;
	font-size: 0.86rem;
	font-weight: 800;
	text-align: center;
}

.jcf-calendar-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, 50px);
	gap: 0;
	padding: 22px 18px;
	background:
		linear-gradient(rgba(17, 19, 24, 0.06) 1px, transparent 1px) 0 0 / 100% 50px,
		linear-gradient(90deg, rgba(17, 19, 24, 0.06) 1px, transparent 1px) 0 0 / 25% 100%;
}

.jcf-event {
	margin: 0;
	padding: 10px 12px;
	border-left: 4px solid #cfd6dd;
	border-radius: 8px;
	background: #eef1f4;
	color: #111318;
	font-size: 0.8rem;
	line-height: 1.35;
	text-align: left;
}

.jcf-event strong {
	font-size: 0.82rem;
}

.jcf-event-blue {
	border-left-color: var(--jcf-blue);
	background: #cfeeff;
}

.jcf-site-footer {
	padding: 72px 0;
	border-top: 1px solid rgba(17, 19, 24, 0.1);
	background: #111318;
}

.jcf-authority-band {
	padding: 12px 0 34px;
}

.jcf-authority-grid {
	gap: 12px;
}

.jcf-authority-grid .wp-block-column {
	padding: 20px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 12px 26px rgba(40, 87, 124, 0.08);
}

.jcf-authority-grid p {
	margin: 0;
	color: var(--jcf-muted);
	font-size: 0.92rem;
	line-height: 1.62;
}

.jcf-authority-grid strong {
	display: block;
	margin-bottom: 6px;
	color: var(--jcf-ink);
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 1.24rem;
	line-height: 1;
}

.jcf-footer-grid {
	gap: 36px;
}

.jcf-site-footer p,
.jcf-site-footer li {
	color: rgba(246, 242, 234, 0.66);
	font-size: 0.92rem;
	line-height: 1.75;
}

.jcf-site-footer ul {
	padding-left: 0;
	list-style: none;
}

.jcf-footer-brand {
	margin-top: 10px;
	margin-bottom: 14px;
	color: var(--jcf-paper) !important;
	font-family: var(--wp--preset--font-family--outfit);
	font-size: clamp(1.25rem, 2.4vw, 2rem) !important;
	font-weight: 900;
	line-height: 1.06 !important;
	letter-spacing: -0.02em;
	text-transform: none;
}

.jcf-footer-brand a {
	color: inherit;
	text-decoration: none;
}

.jcf-footer-logo {
	margin: 0 0 8px;
}

.jcf-footer-logo img {
	display: block;
	width: auto;
	max-height: 54px;
	object-fit: contain;
}

.jcf-footer-heading {
	color: var(--jcf-blue) !important;
	font-size: 0.75rem !important;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.jcf-footer-nav {
	gap: 8px;
	align-items: flex-start;
}

.jcf-footer-nav .wp-block-navigation-item__content {
	color: rgba(246, 242, 234, 0.74);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.jcf-footer-nav .wp-block-navigation-item__content:hover {
	color: #ffffff;
}

.jcf-section {
	position: relative;
	padding: clamp(48px, 6vw, 86px) 0;
}

.jcf-value-section {
	padding-top: clamp(42px, 5vw, 72px);
}

.jcf-section::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: var(--jcf-page-width);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(17, 19, 24, 0.1), transparent);
	transform: translateX(-50%);
}

.jcf-section-kicker {
	margin: 0 0 18px;
	color: var(--jcf-blue-dark);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.jcf-section-title {
	max-width: 20ch;
	margin: 0;
	color: var(--jcf-ink);
	font-size: clamp(2rem, 3.4vw, 3.45rem);
	line-height: 1.06;
	letter-spacing: -0.025em;
	text-transform: none;
	overflow-wrap: normal;
	word-break: normal;
}

.jcf-value-grid,
.jcf-profile-grid {
	gap: clamp(24px, 4.8vw, 64px);
}

.jcf-glass-panel {
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 24px 58px rgba(40, 87, 124, 0.12);
	backdrop-filter: blur(18px);
}

.jcf-value-copy {
	padding: clamp(26px, 4vw, 48px);
}

.jcf-value-image {
	aspect-ratio: 16 / 10;
	margin: 0 0 26px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(17, 19, 24, 0.1);
}

.jcf-value-copy p,
.jcf-profile-copy p,
.jcf-service-card p,
.jcf-section-aside,
.jcf-cta-copy {
	color: var(--jcf-muted);
	font-size: 1rem;
	line-height: 1.78;
}

.jcf-section-head {
	gap: 28px;
	margin-bottom: 34px;
}

.jcf-section-aside {
	max-width: 32ch;
	margin: 0;
}

.jcf-services-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(260px, 1fr));
	gap: clamp(18px, 2vw, 26px);
}

.jcf-service-card {
	position: relative;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(22px, 2.4vw, 30px);
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(40, 87, 124, 0.1);
	overflow: hidden;
	transition: transform 0.35s var(--ease, ease), border-color 0.35s ease;
}

.jcf-service-card:hover {
	transform: translateY(-7px);
	border-color: rgba(55, 168, 244, 0.5);
}

.jcf-service-card::before {
	content: "";
	position: relative;
	width: 44px;
	height: 44px;
	display: block;
	margin-bottom: clamp(30px, 4vw, 46px);
	border-radius: 10px;
	background: rgba(239, 59, 59, 0.1);
	border: 1px solid rgba(239, 59, 59, 0.16);
	pointer-events: none;
}

.jcf-service-featured {
	min-height: 280px;
	background: #dff2ff;
	border-color: rgba(55, 168, 244, 0.28);
}

.jcf-card-index {
	position: absolute;
	top: 24px;
	left: 26px;
	margin: 0;
	color: var(--jcf-red) !important;
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 0.82rem !important;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.jcf-service-card h3 {
	max-width: 17ch;
	margin-bottom: 14px;
	color: var(--jcf-ink);
	font-size: clamp(1.45rem, 1.75vw, 1.95rem);
	line-height: 1.12;
	letter-spacing: -0.015em;
	text-transform: none;
	overflow-wrap: normal;
	word-break: normal;
}

.jcf-service-card p:last-child {
	margin-bottom: 0;
}

.jcf-cases-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.jcf-case-archive {
	padding-top: clamp(28px, 4vw, 56px);
}

.jcf-case-archive-hero {
	width: var(--jcf-page-width-tight);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(28px, 4.5vw, 54px);
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(223, 242, 255, 0.95), rgba(255, 255, 255, 0.96) 48%),
		#ffffff;
	box-shadow: 0 24px 58px rgba(40, 87, 124, 0.12);
}

.jcf-case-archive-hero .jcf-single-title {
	max-width: 22ch;
}

.jcf-case-hero-copy {
	max-width: 62ch;
	margin-top: 16px;
	color: #263241;
	font-size: clamp(1rem, 1.1vw, 1.12rem);
	line-height: 1.68;
}

.jcf-case-proof-grid {
	display: none !important;
}

.jcf-case-proof-grid .wp-block-column {
	padding: 20px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 12px 26px rgba(40, 87, 124, 0.08);
}

.jcf-case-proof-grid p {
	margin: 0;
	color: var(--jcf-muted);
	line-height: 1.65;
}

.jcf-case-proof-grid strong {
	color: var(--jcf-ink);
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 1.08rem;
}

.jcf-case-list-head,
.jcf-case-query {
	width: var(--jcf-page-width-tight);
	margin-left: auto;
	margin-right: auto;
}

.jcf-case-list-head {
	margin-top: clamp(28px, 4vw, 50px);
	margin-bottom: 24px;
}

.jcf-case-preview-card,
.jcf-case-card {
	position: relative;
	min-height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 26px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(40, 87, 124, 0.1);
	overflow: hidden;
}

.jcf-case-preview-card::before,
.jcf-case-card::before {
	content: "";
	position: absolute;
	inset: auto 26px auto auto;
	top: 24px;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(55, 168, 244, 0.2);
	border-radius: 10px;
	background: rgba(55, 168, 244, 0.12);
}

.jcf-case-preview-card h3,
.jcf-case-card h2,
.jcf-case-card h3 {
	position: relative;
	max-width: 16ch;
	margin-bottom: 14px;
	color: var(--jcf-ink);
	font-size: clamp(1.45rem, 1.95vw, 2.1rem);
	line-height: 1.07;
	letter-spacing: -0.025em;
	text-transform: none;
}

.jcf-case-preview-card p:not(.jcf-card-index),
.jcf-case-card p:not(.jcf-card-index) {
	position: relative;
	color: var(--jcf-muted);
	line-height: 1.7;
}

.jcf-case-query .jcf-case-card {
	padding: clamp(24px, 3vw, 34px);
	border-radius: 14px;
}

.jcf-case-query .jcf-card-index {
	position: relative;
	top: auto;
	left: auto;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 60px;
	padding: 8px 10px;
	border-radius: 999px;
	background: #e6f4ff;
	color: var(--jcf-blue-dark) !important;
	font-size: 0.68rem !important;
	line-height: 1.2;
}

.jcf-case-query .jcf-case-card::before {
	top: 26px;
	right: 26px;
}

.jcf-case-query .wp-block-post-excerpt__more-link {
	display: inline-flex;
	margin-top: 18px;
	color: var(--jcf-ink);
	font-weight: 900;
	text-decoration: none;
}

.jcf-insights-layout {
	gap: clamp(28px, 6vw, 82px);
}

.jcf-insight-list {
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(40, 87, 124, 0.1);
	overflow: hidden;
}

.jcf-insight-list p {
	display: grid;
	grid-template-columns: minmax(140px, 0.45fr) 1fr;
	gap: 22px;
	margin: 0;
	padding: 24px;
	color: var(--jcf-muted);
	line-height: 1.55;
	border-bottom: 1px solid rgba(17, 19, 24, 0.08);
}

.jcf-insight-list p:last-child {
	border-bottom: 0;
}

.jcf-insight-list span {
	color: var(--jcf-blue-dark);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jcf-profile-section {
	background:
		linear-gradient(180deg, transparent, rgba(55, 168, 244, 0.08), transparent);
}

.jcf-profile-media {
	position: sticky;
	top: 110px;
	min-height: 560px;
	display: flex;
	align-items: flex-end;
	padding: 0;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 22px 52px rgba(40, 87, 124, 0.12);
	overflow: hidden;
}

.jcf-profile-media::after {
	content: "Perfil interdisciplinario";
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	padding: 14px 16px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.86);
	color: var(--jcf-ink);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-align: center;
	text-transform: uppercase;
	backdrop-filter: blur(14px);
}

.jcf-profile-media figure {
	width: 100%;
	height: 100%;
	margin: 0;
}

.jcf-profile-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jcf-profile-copy {
	min-height: 560px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 60px);
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 22px 52px rgba(40, 87, 124, 0.1);
}

.jcf-profile-copy .jcf-section-title {
	max-width: 13ch;
	margin-bottom: 26px;
}

.jcf-profile-facts {
	gap: 14px;
	margin-top: 26px;
}

.jcf-profile-facts .wp-block-column {
	padding: 18px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 10px;
	background: #f3f9ff;
}

.jcf-profile-facts strong {
	color: var(--jcf-ink);
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 1.1rem;
}

.jcf-cta-panel {
	position: relative;
	padding: clamp(34px, 6vw, 76px);
	border: 1px solid rgba(55, 168, 244, 0.24);
	border-radius: 18px;
	background: #dff2ff;
	text-align: center;
	overflow: hidden;
}

.jcf-cta-title {
	max-width: 16ch;
	margin: 0 auto 22px;
	color: var(--jcf-ink);
	font-size: clamp(2.25rem, 4.4vw, 4.5rem);
	line-height: 1;
	letter-spacing: -0.04em;
	text-transform: none;
}

.jcf-cta-copy {
	max-width: 58ch;
	margin-left: auto;
	margin-right: auto;
}

.jcf-archive,
.jcf-single {
	padding: clamp(28px, 4vw, 56px) 0 clamp(72px, 9vw, 120px);
}

.jcf-process-archive {
	padding-top: clamp(48px, 8vw, 104px);
}

.jcf-process-archive-hero {
	width: var(--jcf-page-width-tight);
	min-height: clamp(400px, 42vw, 560px);
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 18px;
	background: #f5f1eb;
	box-shadow: 0 24px 58px rgba(40, 87, 124, 0.12);
	overflow: hidden;
}

.jcf-process-archive-hero .wp-block-column:first-child {
	padding: clamp(36px, 6vw, 82px);
}

.jcf-process-hero-copy {
	max-width: 46ch;
	margin-top: 22px;
	color: #263241;
	font-size: clamp(1.02rem, 1.35vw, 1.22rem);
	line-height: 1.68;
}

.jcf-process-hero-image {
	width: 100%;
	height: 100%;
	min-height: clamp(380px, 42vw, 560px);
	margin: 0;
	overflow: hidden;
}

.jcf-process-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.jcf-process-list-section {
	width: var(--jcf-page-width-tight);
	margin: clamp(36px, 5vw, 64px) auto 20px;
}

.jcf-process-list-title {
	max-width: 18ch;
	margin: 0;
	color: var(--jcf-ink);
	font-size: clamp(2rem, 3.8vw, 3.8rem);
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.jcf-process-query {
	width: var(--jcf-page-width-tight);
	margin-left: auto;
	margin-right: auto;
}

.jcf-process-directory {
	width: var(--jcf-page-width);
	margin: clamp(34px, 5vw, 64px) auto 0;
}

.jcf-process-directory-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
	gap: clamp(22px, 4vw, 56px);
	align-items: end;
	margin-bottom: 22px;
}

.jcf-process-directory-head h2 {
	max-width: 18ch;
	margin: 0;
	color: var(--jcf-ink);
	font-size: clamp(1.9rem, 3.4vw, 3.45rem);
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.jcf-process-directory-head > p {
	margin: 0;
	color: var(--jcf-muted);
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.72;
}

.jcf-process-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.jcf-process-category-grid a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 112px;
	padding: 22px;
	border: 1px solid rgba(17, 19, 24, 0.12);
	border-radius: 14px;
	background: #111827;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(16, 24, 39, 0.14);
}

.jcf-process-category-grid a:nth-child(3n) {
	background: #1d2b45;
}

.jcf-process-category-grid span {
	font-weight: 900;
	font-size: clamp(1.1rem, 1.35vw, 1.32rem);
	line-height: 1.18;
}

.jcf-process-category-grid strong {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jcf-process-card-list {
	display: grid;
	gap: 12px;
}

.jcf-process-list-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
	gap: clamp(18px, 3vw, 42px);
	padding: clamp(22px, 3.2vw, 34px);
	border: 1px solid rgba(17, 19, 24, 0.11);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(40, 87, 124, 0.08);
}

.jcf-process-card-type {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 16px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--jcf-soft-blue);
	color: var(--jcf-blue-dark);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.jcf-process-card-main h3 {
	max-width: 24ch;
	margin: 0;
	color: var(--jcf-ink);
	font-size: clamp(1.5rem, 2.2vw, 2.25rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.jcf-process-card-main h3 a {
	color: inherit;
	text-decoration: none;
}

.jcf-process-card-main p {
	max-width: 62ch;
	margin: 14px 0 0;
	color: var(--jcf-muted);
	line-height: 1.7;
}

.jcf-process-card-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.jcf-process-status {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: #edf7ff;
	color: var(--jcf-blue-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.jcf-process-card-meta dl {
	display: grid;
	gap: 10px;
	width: 100%;
	margin: 0;
}

.jcf-process-card-meta div {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(17, 19, 24, 0.08);
}

.jcf-process-card-meta dt {
	color: var(--jcf-muted);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.jcf-process-card-meta dd {
	margin: 4px 0 0;
	color: var(--jcf-ink);
	font-weight: 800;
	line-height: 1.45;
}

.jcf-process-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	padding: 13px 16px;
	border-radius: 10px;
	background: var(--jcf-blue);
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(55, 168, 244, 0.2);
}

.jcf-process-empty,
.jcf-process-legal-note {
	margin: 18px 0 0;
	padding: 16px 18px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.7);
	color: var(--jcf-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.jcf-process-single-note {
	margin-top: 18px;
}

.jcf-contact-page,
.jcf-editable-page {
	padding: clamp(28px, 4vw, 58px) 0 clamp(70px, 9vw, 116px);
}

.jcf-contact-hero {
	width: var(--jcf-page-width) !important;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding: clamp(24px, 3.8vw, 46px);
	gap: clamp(26px, 4vw, 64px);
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
	align-items: center !important;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(223, 242, 255, 0.94), rgba(255, 255, 255, 0.98) 52%),
		#ffffff;
	box-shadow: 0 24px 58px rgba(40, 87, 124, 0.12);
}

.jcf-contact-hero > .wp-block-column:first-child {
	min-width: 0;
	flex-basis: auto !important;
}

.jcf-contact-hero > .wp-block-column:last-child {
	min-width: 0;
	flex-basis: auto !important;
}

.jcf-contact-hero .jcf-single-title {
	max-width: 20ch;
	font-size: clamp(2.4rem, 4.2vw, 4.8rem);
	line-height: 1.02;
}

.jcf-contact-copy {
	max-width: 62ch;
	margin-top: 16px;
	color: #263241;
	font-size: clamp(1rem, 1.05vw, 1.1rem);
	line-height: 1.62;
}

.jcf-contact-proof-grid {
	display: none !important;
}

.jcf-contact-proof-grid .wp-block-column,
.jcf-contact-info-grid .wp-block-column {
	padding: 18px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 26px rgba(40, 87, 124, 0.08);
}

.jcf-contact-proof-grid p,
.jcf-contact-info-grid p {
	margin: 0;
	color: var(--jcf-muted);
	line-height: 1.62;
}

.jcf-contact-proof-grid strong,
.jcf-contact-info-grid strong {
	color: var(--jcf-ink);
	font-family: var(--wp--preset--font-family--outfit);
	font-size: 1.08rem;
}

.jcf-contact-card {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding: clamp(24px, 2.5vw, 36px);
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 22px 52px rgba(40, 87, 124, 0.12);
}

.jcf-contact-card-label {
	margin: 0 0 18px;
	color: var(--jcf-blue-dark);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.jcf-contact-form p {
	margin: 0 0 16px;
}

.jcf-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

.jcf-contact-form label {
	display: block;
	margin-bottom: 7px;
	color: var(--jcf-ink);
	font-size: 0.88rem;
	font-weight: 900;
}

.jcf-contact-form input,
.jcf-contact-form select,
.jcf-contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid rgba(17, 19, 24, 0.13);
	border-radius: 10px;
	background: #f7fbff;
	color: var(--jcf-ink);
	font: inherit;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.jcf-contact-form input:focus,
.jcf-contact-form select:focus,
.jcf-contact-form textarea:focus {
	border-color: rgba(55, 168, 244, 0.75);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(55, 168, 244, 0.14);
}

.jcf-contact-form textarea {
	min-height: 126px;
	resize: vertical;
}

.jcf-contact-form button {
	width: 100%;
	margin-top: 4px;
	padding: 15px 18px;
	border: 1px solid var(--jcf-blue-dark);
	border-radius: 10px;
	background: var(--jcf-blue);
	box-shadow: 0 14px 28px rgba(55, 168, 244, 0.28);
	color: #ffffff;
	font: inherit;
	font-weight: 900;
	cursor: pointer;
}

.jcf-hidden-field {
	position: absolute;
	left: -9999px;
}

.jcf-form-notice {
	padding: 12px 14px;
	border-radius: 10px;
	font-weight: 800;
}

.jcf-form-success {
	background: #dff2ff;
	color: var(--jcf-blue-dark);
}

.jcf-form-error {
	background: rgba(239, 59, 59, 0.08);
	color: #af1f1f;
}

.jcf-contact-info-grid {
	width: var(--jcf-page-width);
	margin: 18px auto 0;
	gap: 14px;
}

.jcf-page-hero,
.jcf-single-hero {
	width: var(--jcf-page-width-tight);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(28px, 4.5vw, 56px);
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(40, 87, 124, 0.1);
}

.jcf-process-single .jcf-single-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding: clamp(30px, 5vw, 60px);
	background:
		linear-gradient(135deg, rgba(223, 242, 255, 0.92), rgba(255, 255, 255, 0.98) 42%),
		#ffffff;
}

.jcf-single-title {
	max-width: 22ch;
	margin: 0;
	color: var(--jcf-ink);
	font-size: clamp(2rem, 3.35vw, 3.55rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
	text-transform: none;
}

.jcf-single-excerpt {
	max-width: 66ch;
	margin-top: 18px;
	color: var(--jcf-muted);
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.7;
}

.jcf-single-content {
	width: var(--jcf-readable);
	margin: clamp(34px, 5vw, 64px) auto 0;
}

.jcf-single-content p,
.jcf-single-content li {
	color: #263241;
	font-size: 1.05rem;
	line-height: 1.85;
}

.jcf-process-meta-panel {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 30px;
}

.jcf-process-meta-panel div,
.jcf-case-meta-panel section {
	padding: 18px 20px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 12px 26px rgba(40, 87, 124, 0.08);
}

.jcf-process-meta-panel span,
.jcf-case-meta-panel span {
	display: block;
	margin-bottom: 8px;
	color: var(--jcf-blue-dark);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jcf-process-meta-panel strong {
	color: var(--jcf-ink);
	font-size: 1rem;
	line-height: 1.45;
}

.jcf-document-link {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	width: fit-content;
	margin-top: 22px;
	padding: 14px 18px;
	border-radius: 12px;
	background: var(--jcf-blue);
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(55, 168, 244, 0.22);
}

.jcf-document-link span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jcf-timeline-panel,
.jcf-files-panel {
	margin-top: clamp(36px, 6vw, 72px);
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(40, 87, 124, 0.09);
}

.jcf-timeline-head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
	gap: 28px;
	align-items: end;
	margin-bottom: 26px;
}

.jcf-timeline-head > p {
	margin: 0;
	color: var(--jcf-muted);
	line-height: 1.7;
}

.jcf-timeline-panel h2,
.jcf-files-panel h2 {
	margin: 0;
	color: var(--jcf-ink);
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.jcf-timeline-list {
	display: grid;
	gap: 12px;
	margin-top: 0;
}

.jcf-timeline-item {
	display: grid;
	grid-template-columns: minmax(130px, 0.25fr) 1fr;
	gap: 20px;
	padding: 22px;
	border: 1px solid rgba(17, 19, 24, 0.09);
	border-radius: 12px;
	background: #f7fbff;
	position: relative;
}

.jcf-timeline-item::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 22px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--jcf-blue);
}

.jcf-timeline-date {
	padding-left: 20px;
	color: var(--jcf-blue-dark);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.jcf-timeline-body h3 {
	margin: 0 0 8px;
	color: var(--jcf-ink);
	font-size: clamp(1.2rem, 1.7vw, 1.55rem);
	line-height: 1.18;
}

.jcf-timeline-body p {
	margin: 0 0 10px;
}

.jcf-timeline-authority {
	color: var(--jcf-muted);
	font-weight: 800;
}

.jcf-files-list {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.jcf-file-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 12px;
	background: #f7fbff;
	color: var(--jcf-ink);
	text-decoration: none;
}

.jcf-file-link span {
	font-weight: 800;
}

.jcf-file-link strong {
	color: var(--jcf-blue-dark);
	font-size: 0.82rem;
	text-transform: uppercase;
}

.jcf-case-meta-panel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 32px;
}

.jcf-case-meta-panel p,
.jcf-case-disclaimer {
	margin: 0;
	color: var(--jcf-muted);
	line-height: 1.72;
}

.jcf-case-disclaimer {
	margin-top: 18px;
	padding: 16px 18px;
	border-left: 2px solid var(--jcf-red);
	background: rgba(239, 59, 59, 0.06);
}

.jcf-card-grid,
.jcf-listing-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.jcf-listing-card {
	min-height: 260px;
	padding: 24px;
	border: 1px solid rgba(17, 19, 24, 0.1);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(40, 87, 124, 0.09);
}

.jcf-process-query .jcf-listing-card {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(24px, 3vw, 34px);
	border-radius: 14px;
}

.jcf-process-query .jcf-listing-card::before {
	content: "";
	width: 44px;
	height: 44px;
	display: block;
	margin-bottom: 42px;
	border: 1px solid rgba(55, 168, 244, 0.2);
	border-radius: 10px;
	background: rgba(55, 168, 244, 0.12);
}

.jcf-listing-card a,
.jcf-case-preview-card a,
.jcf-case-card a {
	color: var(--jcf-ink);
	text-decoration: none;
}

.jcf-listing-card .wp-block-post-excerpt__excerpt,
.jcf-case-card .wp-block-post-excerpt__excerpt {
	color: var(--jcf-muted);
	line-height: 1.7;
}

.jcf-listing-card .wp-block-post-title {
	line-height: 1;
}

@media (max-width: 1100px) {
	.jcf-site-header {
		width: min(100% - 20px, 1760px);
	}

	.jcf-brand-lockup {
		flex-basis: auto;
	}

	.jcf-site-header .wp-block-navigation {
		order: 3;
		flex: 0 0 auto;
	}

	.jcf-site-header .wp-block-navigation__container {
		display: none;
	}

	.jcf-site-header .wp-block-navigation__responsive-container-open {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(17, 19, 24, 0.12);
		border-radius: 10px;
		background: #f7f4ee;
		color: var(--jcf-ink);
	}

	.jcf-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.jcf-site-header .wp-block-navigation__responsive-container.is-menu-open {
		padding: 28px;
		background: rgba(255, 255, 255, 0.98);
	}

	.jcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: stretch;
		gap: 8px;
		padding-top: 42px;
	}

	.jcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: flex;
		width: 100%;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		gap: 8px;
	}

	.jcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		width: 100%;
	}

	.jcf-site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		width: 100%;
		padding: 14px 16px;
		border: 1px solid rgba(17, 19, 24, 0.1);
		border-radius: 10px;
		background: #f7fbff;
		font-size: 1rem;
	}

	.jcf-display-title {
		font-size: clamp(2.75rem, 6.6vw, 4.4rem);
		max-width: 18ch;
	}

	.jcf-section-title,
	.jcf-cta-title,
	.jcf-single-title {
		font-size: clamp(1.95rem, 4.1vw, 3.05rem);
		max-width: 22ch;
		line-height: 1.08;
	}

	.jcf-calendar-mock {
		max-width: 860px;
	}

	.jcf-client-strip {
		width: min(100% - 28px, 1180px);
		max-width: none;
	}

	.jcf-services-grid,
	.jcf-cases-grid,
	.jcf-card-grid,
	.jcf-listing-grid {
		grid-template-columns: repeat(2, minmax(280px, 1fr));
	}

	.jcf-process-archive-hero {
		min-height: 420px;
	}

	.jcf-process-archive-hero .wp-block-column:first-child {
		padding: clamp(32px, 5vw, 58px);
	}
}

@media (max-width: 1180px) {
	.jcf-contact-hero {
		grid-template-columns: 1fr !important;
	}

	.jcf-contact-card {
		max-width: 820px;
		margin-inline: 0;
	}
}

@media (max-width: 900px) {
	.jcf-hero {
		padding: 18px 0 46px;
	}

	.jcf-hero-shell {
		padding: 22px 0 0;
	}

	.jcf-display-title {
		font-size: clamp(2.45rem, 9.2vw, 3.65rem);
		max-width: 15ch;
		line-height: 1;
		letter-spacing: -0.04em;
		overflow-wrap: normal;
		word-break: normal;
	}

	.jcf-portrait-card {
		max-width: none;
		margin-left: 0;
	}

	.jcf-hero-shell::after {
		display: none;
	}

	.jcf-section {
		padding: 46px 0;
	}

	.jcf-section-title,
	.jcf-cta-title,
	.jcf-single-title {
		max-width: 22ch;
		font-size: clamp(1.85rem, 6vw, 2.7rem);
		line-height: 1.1;
		letter-spacing: -0.025em;
	}

	.jcf-front-page > .alignwide,
	.jcf-section > .alignwide,
	.jcf-hero > .alignwide {
		width: min(100% - 28px, 1760px);
	}

	.jcf-process-archive {
		padding-top: 28px;
	}

	.jcf-process-archive-hero {
		width: min(100% - 28px, 1760px);
		min-height: auto;
	}

	.jcf-process-archive-hero .wp-block-column:first-child {
		padding: 30px;
	}

	.jcf-process-hero-image {
		min-height: 240px;
	}

	.jcf-process-list-section,
	.jcf-process-query,
	.jcf-process-directory {
		width: min(100% - 28px, 1760px);
	}

	.jcf-process-directory-head,
	.jcf-process-list-card {
		grid-template-columns: 1fr;
	}

	.jcf-process-category-grid {
		grid-template-columns: 1fr;
	}

	.jcf-process-card-meta {
		width: 100%;
	}

	.jcf-case-archive {
		padding-top: 28px;
	}

	.jcf-case-archive-hero,
	.jcf-case-list-head,
	.jcf-case-query,
	.jcf-contact-info-grid {
		width: min(100% - 28px, 1760px);
	}

	.jcf-contact-hero {
		width: min(100% - 28px, 1760px) !important;
	}

	.jcf-case-proof-grid {
		display: none !important;
	}

	.jcf-contact-page,
	.jcf-editable-page {
		padding-top: 28px;
	}

	.jcf-contact-hero {
		display: grid !important;
		grid-template-columns: 1fr;
		padding: 24px;
		border-radius: 14px;
	}

	.jcf-contact-hero > .wp-block-column:first-child,
	.jcf-contact-hero > .wp-block-column:last-child {
		flex-basis: 100% !important;
	}

	.jcf-form-grid,
	.jcf-contact-proof-grid,
	.jcf-contact-info-grid {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.jcf-contact-proof-grid {
		display: none !important;
	}

	.jcf-contact-copy {
		font-size: 1rem;
		line-height: 1.58;
	}

	.jcf-services-grid {
		grid-template-columns: 1fr;
	}

	.jcf-cases-grid {
		grid-template-columns: 1fr;
	}

	.jcf-insight-list p {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.jcf-page-hero,
	.jcf-single-hero,
	.jcf-single-content {
		width: min(100% - 28px, 1760px);
	}

	.jcf-process-meta-panel,
	.jcf-case-meta-panel,
	.jcf-card-grid,
	.jcf-listing-grid {
		grid-template-columns: 1fr;
	}

	.jcf-timeline-item {
		grid-template-columns: 1fr;
	}

	.jcf-timeline-head {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.jcf-timeline-panel {
		padding: 22px;
	}

	.jcf-timeline-panel h2 {
		font-size: clamp(1.55rem, 6vw, 2.1rem);
	}

	.jcf-timeline-item {
		gap: 10px;
		padding: 18px;
	}

	.jcf-timeline-body h3 {
		font-size: 1.18rem;
	}

	.jcf-timeline-body p {
		font-size: 0.96rem;
		line-height: 1.6;
	}

	.jcf-service-card,
	.jcf-service-featured {
		min-height: 280px;
	}

	.jcf-profile-media {
		position: relative;
		top: auto;
		min-height: 420px;
	}

	.jcf-profile-copy {
		min-height: auto;
	}

	.jcf-footer-grid {
		gap: 14px;
	}
}

@media (max-width: 700px) {
	body {
		background:
			linear-gradient(180deg, #eaf5ff 0, #f7fbff 520px, #ffffff 100%);
		font-size: 15px;
	}

	.jcf-site-header {
		top: 8px;
		width: min(100% - 16px, 520px);
		padding: 8px;
	}

	.jcf-header-inner {
		min-height: auto;
		flex-wrap: nowrap !important;
		justify-content: space-between !important;
		gap: 8px;
	}

	.jcf-brand-lockup {
		flex: 1 1 auto;
		min-width: 0;
		gap: 8px;
	}

	.jcf-brand-mark {
		width: 30px;
		height: 30px;
		font-size: 0.8rem;
	}

	.jcf-site-title,
	.jcf-site-title a {
		font-size: 0.88rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.jcf-nav-cta .wp-block-button__link {
		min-width: auto;
		padding: 9px 11px !important;
		font-size: 0.86rem;
	}

	.jcf-nav-cta {
		flex: 0 0 auto;
	}

	.jcf-hero {
		padding: 12px 0 38px;
	}

	.jcf-hero-trust {
		width: auto;
		margin-bottom: 24px;
		padding: 10px 14px;
	}

	.jcf-hero-trust p {
		font-size: 0.76rem;
	}

	.jcf-display-title {
		max-width: 13.5ch;
		font-size: clamp(2.15rem, 10.6vw, 3.05rem);
		line-height: 1.04;
		letter-spacing: -0.032em;
	}

	.jcf-display-title mark {
		border-radius: 8px;
	}

	.jcf-hero-lead {
		max-width: 34ch;
		font-size: 1rem;
		line-height: 1.55;
	}

	.jcf-hero-actions {
		width: min(100%, 420px);
		margin: 24px auto 0;
	}

	.jcf-hero-actions .wp-block-button,
	.jcf-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.jcf-button-primary .wp-block-button__link,
	.jcf-button-secondary .wp-block-button__link,
	.jcf-button-ghost .wp-block-button__link {
		padding: 13px 16px;
		font-size: 0.96rem;
	}

	.jcf-calendar-mock {
		min-height: 280px;
		margin-top: 40px;
		padding: 14px;
		border-radius: 14px 14px 0 0;
	}

	.jcf-calendar-head {
		grid-template-columns: repeat(2, 1fr);
	}

	.jcf-calendar-head p {
		padding: 0 8px 12px;
		font-size: 0.76rem;
	}

	.jcf-calendar-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 10px;
		padding: 16px 8px;
		background: linear-gradient(rgba(17, 19, 24, 0.06) 1px, transparent 1px) 0 0 / 100% 52px;
	}

	.jcf-event {
		font-size: 0.78rem;
	}

	.jcf-client-strip {
		margin-top: 32px;
		padding: 14px 0;
	}

	.jcf-client-strip-label {
		margin-bottom: 10px;
		font-size: 0.76rem;
	}

	.jcf-logo-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jcf-authority-band {
		padding-bottom: 20px;
	}

	.jcf-section {
		padding: 38px 0;
	}

	.jcf-section-title,
	.jcf-cta-title,
	.jcf-single-title {
		max-width: 22ch;
		font-size: clamp(1.65rem, 7vw, 2.25rem);
		line-height: 1.12;
		letter-spacing: -0.018em;
	}

	.jcf-process-meta-panel {
		gap: 10px;
		margin-top: 22px;
	}

	.jcf-process-meta-panel div {
		padding: 16px;
	}

	.jcf-document-link {
		width: 100%;
		box-sizing: border-box;
	}

	.jcf-section-head {
		margin-bottom: 24px;
	}

	.jcf-section-aside {
		max-width: 36ch;
	}

	.jcf-glass-panel,
	.jcf-service-card,
	.jcf-case-preview-card,
	.jcf-case-card,
	.jcf-insight-list,
	.jcf-profile-media,
	.jcf-profile-copy,
	.jcf-cta-panel,
	.jcf-page-hero,
	.jcf-single-hero,
	.jcf-listing-card {
		border-radius: 12px;
		box-shadow: 0 12px 28px rgba(40, 87, 124, 0.09);
	}

	.jcf-process-archive-hero {
		border-radius: 14px;
		min-height: auto;
	}

	.jcf-value-copy,
	.jcf-service-card,
	.jcf-case-preview-card,
	.jcf-case-card,
	.jcf-profile-copy,
	.jcf-cta-panel,
	.jcf-page-hero,
	.jcf-single-hero,
	.jcf-listing-card {
		padding: 22px;
	}

	.jcf-process-archive-hero .wp-block-column:first-child {
		padding: 22px;
	}

	.jcf-process-archive-hero .wp-block-column:last-child {
		display: none;
	}

	.jcf-process-hero-copy {
		font-size: 1rem;
		line-height: 1.58;
	}

	.jcf-process-hero-image {
		min-height: 170px;
	}

	.jcf-process-list-section {
		margin-top: 22px;
		margin-bottom: 14px;
	}

	.jcf-case-archive-hero {
		padding: 24px;
		border-radius: 14px;
	}

	.jcf-case-proof-grid .wp-block-column {
		padding: 14px;
	}

	.jcf-case-proof-grid p {
		font-size: 0.92rem;
		line-height: 1.45;
	}

	.jcf-case-hero-copy {
		font-size: 1rem;
		line-height: 1.58;
	}

	.jcf-case-list-head {
		margin-top: 24px;
		margin-bottom: 14px;
	}

	.jcf-contact-card {
		padding: 22px;
		border-radius: 14px;
	}

	.jcf-contact-info-grid {
		margin-top: 14px;
	}

	.jcf-case-query .jcf-card-index {
		margin-bottom: 38px;
	}

	.jcf-process-list-title {
		max-width: 19ch;
		font-size: clamp(1.55rem, 6.2vw, 2.05rem);
		line-height: 1.08;
	}

	.jcf-service-card::before {
		width: 38px;
		height: 38px;
		margin-bottom: 34px;
	}

	.jcf-service-card h3,
	.jcf-case-preview-card h3,
	.jcf-case-card h2,
	.jcf-case-card h3 {
		max-width: 22ch;
		font-size: clamp(1.28rem, 5vw, 1.72rem);
		line-height: 1.14;
	}

	.jcf-profile-media {
		min-height: 360px;
	}

	.jcf-profile-copy {
		min-height: auto;
	}

	.jcf-profile-facts {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.jcf-archive,
	.jcf-single {
		padding: 24px 0 70px;
	}

	.jcf-single-content p,
	.jcf-single-content li {
		font-size: 1rem;
		line-height: 1.75;
	}
}

@media (max-width: 420px) {
	.jcf-front-page > .alignwide,
	.jcf-section > .alignwide,
	.jcf-hero > .alignwide,
	.jcf-page-hero,
	.jcf-single-hero,
	.jcf-single-content {
		width: min(100% - 24px, 1280px);
	}

	.jcf-display-title {
		font-size: clamp(2rem, 10.4vw, 2.65rem);
	}

	.jcf-section-title,
	.jcf-cta-title,
	.jcf-single-title {
		font-size: clamp(1.55rem, 7vw, 2.05rem);
	}

	.jcf-contact-hero {
		width: min(100% - 24px, 720px) !important;
		padding: 20px;
	}

	.jcf-contact-card {
		padding: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}

	.jcf-section,
	.jcf-service-card,
	.jcf-profile-media,
	.jcf-profile-copy,
	.jcf-cta-panel {
		opacity: 1;
		transform: none;
	}
}
