.kita-forum-page {
	--kf-ink: #203033;
	--kf-text: #304447;
	--kf-muted: #5c6c6e;
	--kf-petrol: #075f6b;
	--kf-petrol-dark: #03434d;
	--kf-petrol-soft: #dceff0;
	--kf-orange: #b9470d;
	--kf-orange-bright: #e96d13;
	--kf-orange-soft: #fff0e5;
	--kf-ochre: #d59a16;
	--kf-ochre-soft: #faefd2;
	--kf-sand: #f6f2ea;
	--kf-paper: #fbfaf7;
	--kf-white: #fff;
	--kf-line: #cbd4d2;
	--kf-line-dark: #829391;
	--kf-success: #276640;
	--kf-success-soft: #e7f3e9;
	--kf-error: #a52b24;
	--kf-error-soft: #fae9e7;
	--kf-warning: #7b5100;
	--kf-warning-soft: #fff3cf;
	--kf-info: #175b78;
	--kf-info-soft: #e5f2f7;
	--kf-focus: #005fcc;
	--kf-shadow: 0 22px 60px rgba(25, 52, 55, .12);
	--kf-radius-small: 8px;
	--kf-radius: 16px;
	--kf-radius-large: 30px;
	--kf-font: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	--kf-content: 1240px;
	margin: 0;
	min-width: 320px;
	background: var(--kf-white);
	color: var(--kf-text);
	font-family: var(--kf-font);
	font-size: 16px;
	line-height: 1.6;
	overflow-x: clip;
}

.kita-forum-page *,
.kita-forum-page *::before,
.kita-forum-page *::after { box-sizing: border-box; }

.kita-forum-page > header:not(.kf-site-header),
.kita-forum-page > footer:not(.kf-site-footer),
.kita-forum-page .wp-site-blocks > header,
.kita-forum-page .wp-site-blocks > footer,
.kita-forum-page .site > header,
.kita-forum-page .site > footer { display: none !important; }

.kita-forum-page .wp-site-blocks,
.kita-forum-page .site,
.kita-forum-page .site-content,
.kita-forum-page .content-area,
.kita-forum-page .entry-content,
.kita-forum-page .wp-block-post-content,
.kita-forum-page .kf-main,
.kita-forum-page .wp-site-blocks > main > .wp-block-group.alignfull,
.kita-forum-page main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.kita-forum-page .wp-block-post-title,
.kita-forum-page .entry-title,
.kita-forum-page .page-title { display: none !important; }

.kita-forum-page img,
.kita-forum-page svg,
.kita-forum-page video,
.kita-forum-page iframe { max-width: 100%; }

.kita-forum-page img { height: auto; }

.kita-forum-page :where(p, li, dd, dt, a, button, label, input, textarea, select, strong, small) {
	overflow-wrap: break-word;
}

.kita-forum-page a { color: var(--kf-petrol); }

.kita-forum-page a:hover { color: var(--kf-orange); }

.kita-forum-page :where(a, button, summary, input, textarea, select, [tabindex]):focus-visible {
	outline: 3px solid var(--kf-focus);
	outline-offset: 3px;
}

.kita-forum-page button,
.kita-forum-page input,
.kita-forum-page textarea,
.kita-forum-page select { font: inherit; }

.kita-forum-page button,
.kita-forum-page summary { -webkit-tap-highlight-color: transparent; }

.kf-wrap {
	width: min(var(--kf-content), calc(100% - 64px));
	margin-inline: auto;
}

.kf-main {
	position: relative;
	background: var(--kf-white);
	color: var(--kf-text);
}

.kf-main:focus { outline: 0; }

.kf-main h1,
.kf-main h2,
.kf-main h3,
.kf-main h4 {
	max-width: 100%;
	margin: 0;
	color: var(--kf-ink);
	font-family: var(--kf-font);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.kf-main h1 { font-size: clamp(3.1rem, 5.6vw, 5.9rem); }
.kf-main h2 { font-size: clamp(2.15rem, 3.7vw, 4rem); }
.kf-main h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.kf-main h4 { font-size: 1.15rem; }
.kf-main p { margin: 0; }
.kf-main p + p { margin-top: 1em; }

.kf-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10000;
	transform: translateY(-180%);
	padding: 12px 18px;
	border-radius: var(--kf-radius-small);
	background: var(--kf-ink);
	color: var(--kf-white) !important;
	font-weight: 750;
	text-decoration: none;
}

.kf-skip-link:focus { transform: translateY(0); }

/* Product header */
.kf-site-header {
	display: block !important;
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 900;
	background: rgba(255, 255, 255, .97);
	border-bottom: 1px solid var(--kf-line);
	box-shadow: 0 5px 22px rgba(25, 52, 55, .055);
	backdrop-filter: blur(14px);
}

.kf-header-bar {
	background: var(--kf-petrol-dark);
	color: #e8f6f5;
	font-size: .76rem;
	font-weight: 650;
	letter-spacing: .015em;
}

.kf-header-bar .kf-wrap {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.kf-header-bar span:last-child { color: #ffd7bd; }

.kf-header-inner {
	display: flex;
	min-height: 84px;
	align-items: center;
	gap: 28px;
}

.kf-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
	color: var(--kf-ink) !important;
	text-decoration: none;
}

.kf-brand-mark {
	width: 42px;
	height: 38px;
	overflow: visible;
	fill: var(--kf-petrol);
	stroke: var(--kf-white);
	stroke-width: 1.6;
}

.kf-brand > span { display: flex; align-items: baseline; gap: 5px; }
.kf-brand strong { color: var(--kf-petrol); font-size: 1.45rem; font-weight: 800; letter-spacing: -.045em; }
.kf-brand b { color: var(--kf-ink); font-size: 1.45rem; font-weight: 700; letter-spacing: -.045em; }

.kf-primary-nav { margin-left: auto; }

.kf-primary-nav-list,
.kf-mobile-nav-list {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: 4px;
	list-style: none;
}

.kf-primary-nav-list a {
	display: inline-flex;
	min-height: 44px;
	padding: 0 12px;
	align-items: center;
	border-bottom: 3px solid transparent;
	color: var(--kf-ink);
	font-size: .91rem;
	font-weight: 700;
	text-decoration: none;
}

.kf-primary-nav-list a:hover,
.kf-primary-nav-list a.is-current {
	border-bottom-color: var(--kf-orange-bright);
	color: var(--kf-petrol-dark);
}

.kf-header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }

.kf-header-login {
	display: inline-flex;
	min-height: 44px;
	padding: 0 8px;
	align-items: center;
	color: var(--kf-petrol-dark) !important;
	font-size: .91rem;
	font-weight: 750;
	text-decoration: none;
}

.kf-mobile-menu { display: none; margin-left: auto; }
.kf-mobile-menu summary { list-style: none; }
.kf-mobile-menu summary::-webkit-details-marker { display: none; }

.kf-mobile-menu summary {
	display: inline-flex;
	min-width: 92px;
	min-height: 48px;
	padding: 0 14px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius-small);
	color: var(--kf-ink);
	cursor: pointer;
	font-weight: 750;
}

.kf-mobile-menu summary svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.kf-mobile-menu-panel {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 84px);
	padding: 24px max(24px, calc((100% - var(--kf-content)) / 2));
	overflow-y: auto;
	background: var(--kf-white);
	border-top: 1px solid var(--kf-line);
	border-bottom: 5px solid var(--kf-petrol);
	box-shadow: var(--kf-shadow);
}

.kf-mobile-nav-list { display: grid; gap: 0; }
.kf-mobile-nav-list li { border-bottom: 1px solid var(--kf-line); }
.kf-mobile-nav-list a {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	color: var(--kf-ink);
	font-weight: 750;
	text-decoration: none;
}
.kf-mobile-nav-list a.is-current::after { width: 10px; height: 10px; border-radius: 50%; background: var(--kf-orange-bright); content: ""; }
.kf-mobile-menu-panel > .kf-header-login { margin-top: 14px; }
.kf-mobile-menu-panel > .kf-button { width: 100%; margin-top: 12px; }

/* Shared actions and feedback */
.kf-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.kf-button,
.kf-main button.kf-button,
.kf-main input[type="submit"] {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 22px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 2px solid var(--kf-petrol);
	border-radius: var(--kf-radius-small);
	background: var(--kf-petrol);
	box-shadow: none;
	color: var(--kf-white) !important;
	cursor: pointer;
	font-weight: 760;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.kf-button:hover,
.kf-main button.kf-button:hover,
.kf-main input[type="submit"]:hover {
	transform: translateY(-2px);
	border-color: var(--kf-petrol-dark);
	background: var(--kf-petrol-dark);
	color: var(--kf-white) !important;
}

.kf-button-small { min-height: 44px; padding: 9px 15px; font-size: .88rem; }

.kf-button-secondary,
.kf-button--secondary {
	border-color: var(--kf-petrol) !important;
	background: var(--kf-white) !important;
	color: var(--kf-petrol-dark) !important;
}
.kf-button-secondary:hover,
.kf-button--secondary:hover { background: var(--kf-petrol-soft) !important; color: var(--kf-petrol-dark) !important; }
.kf-button--ghost { border-color: transparent !important; background: transparent !important; color: var(--kf-petrol-dark) !important; }
.kf-button--ghost:hover { border-color: var(--kf-petrol) !important; background: var(--kf-petrol-soft) !important; color: var(--kf-petrol-dark) !important; }
.kf-button-accent { border-color: var(--kf-orange) !important; background: var(--kf-orange) !important; }
.kf-button-accent:hover { border-color: #8f3408 !important; background: #8f3408 !important; }
.kf-button-dark { border-color: var(--kf-ink) !important; background: var(--kf-ink) !important; }
.kf-button-light { border-color: var(--kf-white) !important; background: var(--kf-white) !important; color: var(--kf-petrol-dark) !important; }
.kf-button-light:hover { border-color: var(--kf-ochre-soft) !important; background: var(--kf-ochre-soft) !important; color: var(--kf-ink) !important; }

.kf-text-link {
	display: inline-flex;
	min-height: 44px;
	padding: 8px 0 5px;
	align-items: center;
	border-bottom: 2px solid var(--kf-orange-bright);
	color: var(--kf-petrol-dark) !important;
	font-weight: 750;
	text-decoration: none;
}

.kf-text-link:hover { border-bottom-color: var(--kf-petrol); color: var(--kf-orange) !important; }

.kf-notice,
.kf-alert,
.kf-technical-error {
	width: min(var(--kf-content), calc(100% - 64px));
	margin: 24px auto;
	padding: 18px 20px;
	border: 1px solid var(--kf-info);
	border-left: 6px solid var(--kf-info);
	border-radius: var(--kf-radius-small);
	background: var(--kf-info-soft);
	color: #153c4c;
}

.kf-notice[role="alert"],
.kf-notice-error,
.kf-notice--error,
.kf-alert-error,
.kf-technical-error { border-color: var(--kf-error); background: var(--kf-error-soft); color: #681d18; }
.kf-notice-success,
.kf-notice-good,
.kf-notice--success,
.kf-notice--good,
.kf-alert-success { border-color: var(--kf-success); background: var(--kf-success-soft); color: #194d2e; }
.kf-notice-warning,
.kf-notice--warning,
.kf-alert-warning { border-color: var(--kf-warning); background: var(--kf-warning-soft); color: #5c3d00; }

.kf-empty-state,
.kf-empty,
.kf-error-state,
.kf-loading-state,
.kf-loading,
.kf-access-box,
.kf-access,
.kf-technical-error {
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: var(--kf-paper);
}

.kf-empty-state h2,
.kf-empty h2,
.kf-error-state h2,
.kf-access-box h2,
.kf-access h2,
.kf-technical-error h1 { max-width: 720px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.kf-empty-state p,
.kf-empty p,
.kf-error-state p,
.kf-access-box p,
.kf-access p,
.kf-technical-error p { max-width: 720px; margin-top: 12px; }
.kf-access-box .kf-actions,
.kf-access .kf-actions,
.kf-access .kf-button { margin-top: 22px; }

.kf-kicker {
	margin: 0 0 10px !important;
	color: var(--kf-petrol);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.kf-status,
.kf-badge,
.kf-topic-status,
.kf-moderation-status {
	display: inline-flex;
	min-height: 28px;
	padding: 4px 9px;
	align-items: center;
	border: 1px solid var(--kf-line-dark);
	border-radius: 999px;
	background: var(--kf-white);
	color: var(--kf-muted);
	font-size: .76rem;
	font-weight: 750;
	letter-spacing: .01em;
}

.kf-status-published,
.kf-status-approved,
.kf-status-active { border-color: #7aaa8a; background: var(--kf-success-soft); color: var(--kf-success); }
.kf-status-pending,
.kf-status-review { border-color: #c9a34f; background: var(--kf-warning-soft); color: var(--kf-warning); }
.kf-status-closed,
.kf-status-rejected { border-color: #bf827d; background: var(--kf-error-soft); color: var(--kf-error); }

/* Forms */
.kf-form,
.kf-search-form,
.kf-filter-form,
.kf-inline-reply,
.kf-report-form {
	display: grid;
	min-width: 0;
	gap: 16px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: var(--kf-paper);
}

.kf-form h2,
.kf-form h3 { margin-bottom: 2px; font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.kf-form > p:first-of-type { color: var(--kf-muted); }

.kf-form--compact { max-width: 720px; padding: 24px; }
.kf-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.kf-field { display: grid; min-width: 0; gap: 7px; }
.kf-form fieldset { min-width: 0; margin: 0; padding: 20px; border: 1px solid var(--kf-line); border-radius: var(--kf-radius-small); }
.kf-form legend { padding: 0 7px; color: var(--kf-ink); font-weight: 750; }
.kf-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 22px; margin-top: 10px; }
.kf-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.kf-form-status:empty { display: none; }
.kf-form-status:not(:empty) { padding: 12px 14px; border-left: 4px solid var(--kf-info); background: var(--kf-info-soft); color: #153c4c; }

.kf-disclosure { margin-top: 24px; padding: 18px; border: 1px solid var(--kf-line); border-radius: var(--kf-radius); background: var(--kf-paper); }
.kf-disclosure summary { min-height: 44px; color: var(--kf-petrol-dark); cursor: pointer; font-weight: 750; }
.kf-disclosure[open] summary { margin-bottom: 18px; }

.kf-form label,
.kf-search-form label,
.kf-filter-form label,
.kf-inline-reply label,
.kf-report-form label {
	display: grid;
	min-width: 0;
	gap: 7px;
	color: var(--kf-ink);
	font-size: .94rem;
	font-weight: 720;
}

.kf-form :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.kf-search-form :where(input, select),
.kf-filter-form :where(input, select),
.kf-inline-reply textarea,
.kf-report-form :where(input, select, textarea) {
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius-small);
	background: var(--kf-white);
	color: var(--kf-ink);
	font: inherit;
}

.kf-form textarea,
.kf-inline-reply textarea,
.kf-report-form textarea { min-height: 132px; resize: vertical; line-height: 1.55; }
.kf-form :where(input, select, textarea)::placeholder { color: #718082; opacity: 1; }
.kf-form :where(input, select, textarea):hover { border-color: var(--kf-petrol); }
.kf-form :where(input, select, textarea)[aria-invalid="true"],
.kf-form :where(input, select, textarea):user-invalid { border-color: var(--kf-error); background: #fff9f8; }

.kf-check,
.kf-checkbox,
.kf-radio {
	display: grid !important;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px !important;
	align-items: start;
	font-weight: 500 !important;
}

.kf-check input,
.kf-checkbox input,
.kf-radio input {
	width: 22px;
	height: 22px;
	margin: 2px 0 0;
	accent-color: var(--kf-petrol);
}

.kf-field-help,
.kf-form-help,
.kf-character-count,
.kf-small-print { color: var(--kf-muted); font-size: .86rem; line-height: 1.55; }
.kf-field-error { color: var(--kf-error); font-size: .86rem; font-weight: 700; }

.kf-form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 4px; }
.kf-form[aria-busy="true"] { position: relative; opacity: .72; }
.kf-form[aria-busy="true"]::after {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 24px;
	height: 24px;
	border: 3px solid var(--kf-line);
	border-top-color: var(--kf-petrol);
	border-radius: 50%;
	content: "";
	animation: kf-spin .75s linear infinite;
}

@keyframes kf-spin { to { transform: rotate(360deg); } }

/* Editorial page introductions */
.kf-page-intro {
	padding: clamp(64px, 8vw, 112px) 0;
	border-bottom: 1px solid var(--kf-line-dark);
	background: var(--kf-sand);
}

.kf-page-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr);
	gap: clamp(42px, 8vw, 110px);
	align-items: end;
}

.kf-page-intro h1 { max-width: 900px; font-size: clamp(3rem, 5.4vw, 5.6rem); }
.kf-page-intro h1 + p { max-width: 760px; margin-top: 24px; font-size: clamp(1.08rem, 1.7vw, 1.34rem); line-height: 1.65; }
.kf-page-intro aside { min-width: 0; padding: 24px 0 4px; border-top: 5px solid var(--kf-orange-bright); }
.kf-page-intro aside strong { display: block; color: var(--kf-ink); font-size: 1.05rem; }
.kf-page-intro aside p { margin-top: 8px; color: var(--kf-muted); font-size: .92rem; line-height: 1.65; }

.kf-page-intro-teal { background: var(--kf-petrol); color: var(--kf-white); }
.kf-page-intro-teal h1,
.kf-page-intro-teal aside strong { color: var(--kf-white); }
.kf-page-intro-teal aside { border-top-color: #ffc276; }
.kf-page-intro-teal aside p,
.kf-page-intro-teal h1 + p { color: #e6f3f3; }
.kf-page-intro-learning { background: linear-gradient(120deg, var(--kf-sand), #eef6f4); }
.kf-page-intro-members { background: linear-gradient(120deg, #fff, var(--kf-ochre-soft)); }
.kf-page-intro-account { background: linear-gradient(120deg, var(--kf-petrol-soft), #fff); }
.kf-page-intro-registration { background: var(--kf-orange-soft); }
.kf-page-intro-about { background: var(--kf-paper); }
.kf-page-intro-private { background: #eceff0; }

.kf-page-section { padding: clamp(64px, 8vw, 112px) 0; }
.kf-page-section > .kf-wrap > * + * { margin-top: clamp(42px, 6vw, 76px); }

.kf-panel { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius); background: var(--kf-paper); }
.kf-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.kf-section-heading > p { max-width: 520px; color: var(--kf-muted); }
.kf-split-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.kf-split-panel article { min-width: 0; padding: 28px; border-top: 6px solid var(--kf-petrol); background: var(--kf-sand); }
.kf-split-panel article:nth-child(2) { border-top-color: var(--kf-ochre); }
.kf-split-panel h2 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.kf-split-panel p { margin-top: 12px; color: var(--kf-muted); }
.kf-split-panel .kf-actions { margin-top: 20px; }

.kf-context-note,
.kf-trust-note { padding: 18px 20px; border-left: 5px solid var(--kf-petrol); background: var(--kf-petrol-soft); }
.kf-context-note { color: var(--kf-text); }
.kf-trust-note strong { color: var(--kf-ink); }
.kf-trust-note p { margin-top: 7px; color: var(--kf-muted); }

.kf-tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.kf-tag-list span,
.kf-tag-list a { display: inline-flex; min-height: 30px; padding: 4px 10px; align-items: center; border-radius: 999px; background: var(--kf-petrol-soft); color: var(--kf-petrol-dark); font-size: .76rem; font-weight: 720; text-decoration: none; }

.kf-back-link { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 24px; font-weight: 750; }
.kf-profile-detail { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 24px; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius); background: var(--kf-paper); }
.kf-profile-detail .kf-avatar { width: 76px; height: 76px; font-size: 1rem; }
.kf-profile-detail h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.kf-profile-role { margin-top: 8px; color: var(--kf-petrol); font-weight: 750; }
.kf-profile-about { max-width: 760px; margin-top: 22px; line-height: 1.72; }
.kf-small { color: var(--kf-muted); font-size: .86rem; }

.kf-section-index {
	margin: 0 0 15px !important;
	color: var(--kf-petrol);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.kf-section-heading { margin-bottom: clamp(34px, 5vw, 60px); }
.kf-section-heading-split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 60px; align-items: end; }
.kf-section-heading-split > p { max-width: 520px; color: var(--kf-muted); font-size: 1.02rem; line-height: 1.7; }

/* Landing page */
.kf-home-hero {
	position: relative;
	padding: clamp(66px, 8vw, 116px) 0 clamp(70px, 9vw, 128px);
	overflow: hidden;
	background: var(--kf-white);
}

.kf-home-hero::after {
	position: absolute;
	right: -100px;
	bottom: -170px;
	width: 380px;
	height: 380px;
	border: 70px solid var(--kf-ochre-soft);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.kf-home-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
	gap: clamp(44px, 7vw, 96px);
	align-items: center;
}

.kf-home-hero h1 { max-width: 760px; }
.kf-hero-lead { max-width: 690px; margin-top: 28px !important; color: var(--kf-muted); font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.65; }
.kf-home-hero .kf-actions { margin-top: 34px; }

.kf-hero-promises {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 42px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid var(--kf-line-dark);
	list-style: none;
}

.kf-hero-promises li { min-width: 0; padding: 0 16px; border-right: 1px solid var(--kf-line); }
.kf-hero-promises li:first-child { padding-left: 0; }
.kf-hero-promises li:last-child { padding-right: 0; border-right: 0; }
.kf-hero-promises strong { display: block; color: var(--kf-ink); font-size: .82rem; }
.kf-hero-promises span { display: block; margin-top: 5px; color: var(--kf-muted); font-size: .76rem; line-height: 1.45; }

.kf-dialogue-stage {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border-radius: 46% 46% 22px 22px;
	background: var(--kf-petrol-soft);
	box-shadow: inset 0 0 0 1px rgba(7, 95, 107, .15);
}

.kf-dialogue-stage::before {
	position: absolute;
	top: 45px;
	right: 48px;
	width: 96px;
	height: 96px;
	background-image: radial-gradient(circle, var(--kf-petrol) 2px, transparent 2.5px);
	background-size: 18px 18px;
	content: "";
	opacity: .8;
}

.kf-dialogue-person { position: absolute; bottom: 85px; width: 170px; height: 210px; border-radius: 90px 90px 0 0; }
.kf-dialogue-person::before { position: absolute; top: -62px; left: 52px; width: 68px; height: 68px; border-radius: 50%; background: inherit; content: ""; }
.kf-dialogue-person-one { left: 52px; background: var(--kf-petrol); }
.kf-dialogue-person-two { right: 42px; width: 150px; height: 182px; background: var(--kf-ochre); }
.kf-dialogue-bubble { position: absolute; z-index: 2; max-width: 245px; padding: 19px 22px; border-radius: 22px 22px 22px 5px; background: var(--kf-white); box-shadow: var(--kf-shadow); color: var(--kf-ink); font-size: .91rem; font-weight: 720; line-height: 1.4; }
.kf-dialogue-bubble-one { top: 92px; left: 28px; }
.kf-dialogue-bubble-two { top: 194px; right: 24px; border-radius: 22px 22px 5px 22px; background: var(--kf-orange-bright); color: var(--kf-white); }
.kf-dialogue-note { position: absolute; right: 0; bottom: 0; left: 0; min-height: 68px; padding: 16px 28px; background: var(--kf-petrol-dark); color: var(--kf-white); font-size: .82rem; line-height: 1.45; }

.kf-path-section { padding: clamp(70px, 9vw, 122px) 0; background: var(--kf-paper); }
.kf-path-list { border-top: 2px solid var(--kf-ink); }
.kf-path-list > a {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr) minmax(140px, auto);
	gap: 28px;
	min-height: 138px;
	padding: 26px 0;
	align-items: center;
	border-bottom: 1px solid var(--kf-line-dark);
	color: var(--kf-ink);
	text-decoration: none;
}
.kf-path-list > a:hover { padding-inline: 18px; background: var(--kf-white); color: var(--kf-ink); }
.kf-path-list > a > span { color: var(--kf-orange); font-size: .84rem; font-weight: 800; }
.kf-path-list h3 { font-size: clamp(1.45rem, 2.2vw, 2.1rem); }
.kf-path-list p { margin-top: 8px; color: var(--kf-muted); }
.kf-path-list b { color: var(--kf-petrol); font-size: .89rem; text-align: right; }

.kf-community-band { padding: clamp(72px, 9vw, 126px) 0; background: var(--kf-white); }
.kf-community-band-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); gap: clamp(54px, 9vw, 126px); align-items: start; }
.kf-community-band h2 { font-size: clamp(2.4rem, 4.2vw, 4.5rem); }
.kf-community-band h2 + p { max-width: 580px; margin-top: 24px; color: var(--kf-muted); }
.kf-community-band .kf-text-link { margin-top: 28px; }
.kf-conversation-preview { border-top: 2px solid var(--kf-ink); }
.kf-conversation-preview a { display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: 8px 22px; min-height: 132px; padding: 24px 8px; border-bottom: 1px solid var(--kf-line); color: var(--kf-ink); text-decoration: none; }
.kf-conversation-preview a:hover { background: var(--kf-sand); color: var(--kf-ink); }
.kf-conversation-preview small { grid-row: 1 / 3; color: var(--kf-orange); font-weight: 760; }
.kf-conversation-preview strong { font-size: 1.05rem; }
.kf-conversation-preview span { color: var(--kf-muted); font-size: .86rem; }

.kf-sessions-band { padding: clamp(72px, 9vw, 126px) 0; background: var(--kf-petrol); color: var(--kf-white); }
.kf-sessions-band-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: clamp(52px, 8vw, 110px); align-items: center; }
.kf-sessions-band h2 { color: var(--kf-white); font-size: clamp(2.45rem, 4.2vw, 4.5rem); }
.kf-sessions-band .kf-section-index { color: #ffc98a; }
.kf-sessions-band h2 + p { max-width: 590px; margin-top: 24px; color: #e3f1f1; }
.kf-session-preview { padding: clamp(30px, 5vw, 52px); border-radius: var(--kf-radius-large); background: var(--kf-white); box-shadow: 15px 15px 0 var(--kf-petrol-dark); color: var(--kf-text); }
.kf-session-preview > p { margin-top: 20px; color: var(--kf-orange); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.kf-session-preview h3 { margin-top: 8px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.kf-session-preview ul { margin: 24px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--kf-line); list-style: none; }
.kf-session-preview li { position: relative; padding: 7px 0 7px 24px; }
.kf-session-preview li::before { position: absolute; top: 16px; left: 2px; width: 8px; height: 8px; border-radius: 50%; background: var(--kf-ochre); content: ""; }
.kf-session-icon { position: relative; width: 58px; height: 58px; border: 2px solid var(--kf-petrol); border-radius: 14px; }
.kf-session-icon::before,
.kf-session-icon::after { position: absolute; top: -8px; width: 3px; height: 16px; border-radius: 2px; background: var(--kf-petrol); content: ""; }
.kf-session-icon::before { left: 14px; }
.kf-session-icon::after { right: 14px; }
.kf-session-icon span { position: absolute; top: 18px; right: 8px; left: 8px; height: 2px; background: var(--kf-petrol); }

.kf-learning-band { padding: clamp(76px, 10vw, 136px) 0; background: var(--kf-white); }
.kf-learning-band-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); gap: clamp(58px, 10vw, 140px); align-items: center; }
.kf-learning-band h2 { font-size: clamp(2.45rem, 4.1vw, 4.3rem); }
.kf-learning-band h2 + p { max-width: 580px; margin-top: 24px; color: var(--kf-muted); }
.kf-learning-band .kf-text-link { margin-top: 28px; }
.kf-learning-stack { position: relative; min-height: 400px; }
.kf-learning-stack article { position: absolute; inset: 35px 35px 20px 35px; display: flex; padding: 44px; flex-direction: column; justify-content: flex-end; border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius); background: var(--kf-white); box-shadow: var(--kf-shadow); }
.kf-learning-stack article:first-child { z-index: 3; }
.kf-learning-stack article:nth-child(2) { z-index: 2; transform: rotate(5deg) translate(30px, -14px); background: var(--kf-ochre-soft); }
.kf-learning-stack article:nth-child(3) { z-index: 1; transform: rotate(-6deg) translate(-28px, -20px); background: var(--kf-petrol-soft); }
.kf-learning-stack small { color: var(--kf-orange); font-weight: 780; }
.kf-learning-stack strong { margin-top: 12px; color: var(--kf-ink); font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1.08; }
.kf-learning-stack span { margin-top: 14px; color: var(--kf-muted); }

.kf-account-band { padding: clamp(72px, 9vw, 122px) 0; background: var(--kf-sand); }
.kf-account-band-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 120px); align-items: center; }
.kf-account-orbit { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--kf-radius-large); background: var(--kf-white); }
.kf-account-orbit > span { position: absolute; top: 50%; left: 50%; width: 150px; height: 150px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--kf-petrol); }
.kf-account-orbit > span::before { position: absolute; top: 30px; left: 54px; width: 42px; height: 42px; border: 3px solid var(--kf-white); border-radius: 50%; content: ""; }
.kf-account-orbit > span::after { position: absolute; bottom: 28px; left: 39px; width: 72px; height: 36px; border: 3px solid var(--kf-white); border-radius: 45px 45px 0 0; content: ""; }
.kf-account-orbit i { position: absolute; width: 72px; height: 72px; border-radius: 50%; background: var(--kf-ochre); }
.kf-account-orbit i:nth-of-type(1) { top: 55px; left: 64px; }
.kf-account-orbit i:nth-of-type(2) { top: 78px; right: 62px; width: 54px; height: 54px; background: var(--kf-orange-bright); }
.kf-account-orbit i:nth-of-type(3) { right: 82px; bottom: 55px; width: 92px; height: 92px; background: var(--kf-petrol-soft); }
.kf-feature-list { margin: 28px 0 32px; padding: 0; list-style: none; }
.kf-feature-list li { position: relative; padding: 13px 0 13px 32px; border-bottom: 1px solid var(--kf-line); }
.kf-feature-list li::before { position: absolute; top: 17px; left: 2px; width: 16px; height: 10px; transform: rotate(-45deg); border-bottom: 2px solid var(--kf-petrol); border-left: 2px solid var(--kf-petrol); content: ""; }

.kf-closing-callout { padding: clamp(56px, 8vw, 88px) 0; background: var(--kf-orange); color: var(--kf-white); }
.kf-closing-callout .kf-wrap { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.kf-closing-callout h2 { max-width: 860px; color: var(--kf-white); font-size: clamp(2.1rem, 3.8vw, 3.8rem); }
.kf-closing-callout p { max-width: 760px; margin-top: 14px; color: #fff1e6; }
.kf-closing-callout .kf-button { flex: 0 0 auto; }

/* Cross-links, guides and process components */
.kf-context-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	overflow: hidden;
}
.kf-context-links:has(> a:nth-child(3)) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.kf-context-links a { min-width: 0; min-height: 126px; padding: 24px; border-right: 1px solid var(--kf-line); background: var(--kf-white); color: var(--kf-ink); text-decoration: none; }
.kf-context-links a:last-child { border-right: 0; }
.kf-context-links a:hover { background: var(--kf-petrol-soft); color: var(--kf-ink); }
.kf-context-links span { display: block; color: var(--kf-orange); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.kf-context-links strong { display: block; margin-top: 10px; font-size: 1.02rem; line-height: 1.4; }

.kf-process-strip { padding: clamp(30px, 5vw, 48px); border-radius: var(--kf-radius-large); background: var(--kf-petrol-dark); color: var(--kf-white); }
.kf-process-strip h2 { color: var(--kf-white); font-size: clamp(1.8rem, 3vw, 2.8rem); }
.kf-process-strip ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 30px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .28); list-style: none; }
.kf-process-strip li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; min-width: 0; padding: 24px 22px 8px; border-right: 1px solid rgba(255, 255, 255, .22); }
.kf-process-strip li:first-child { padding-left: 0; }
.kf-process-strip li:last-child { border-right: 0; }
.kf-process-strip li > b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #ffc276; color: var(--kf-petrol-dark); }
.kf-process-strip li strong { display: block; color: var(--kf-white); }
.kf-process-strip li span { color: #dceaea; font-size: .88rem; line-height: 1.55; }

.kf-learning-method,
.kf-directory-guide { padding: clamp(28px, 5vw, 48px); border-top: 7px solid var(--kf-orange-bright); background: var(--kf-sand); }
.kf-learning-method h2,
.kf-directory-guide h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.kf-learning-method ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin: 32px 0 0; padding: 0; list-style: none; }
.kf-learning-method li { min-width: 0; padding-top: 16px; border-top: 1px solid var(--kf-line-dark); }
.kf-learning-method span { color: var(--kf-petrol); font-weight: 800; }
.kf-learning-method p { margin-top: 7px; color: var(--kf-muted); }
.kf-directory-guide ul { margin: 24px 0; padding-left: 22px; }
.kf-directory-guide li { padding: 5px 0; }

.kf-follow-on { display: flex; padding: clamp(28px, 5vw, 48px); align-items: center; justify-content: space-between; gap: 40px; border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius); }
.kf-follow-on h2 { max-width: 700px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.kf-follow-on p { max-width: 700px; margin-top: 10px; color: var(--kf-muted); }
.kf-follow-on .kf-actions { flex: 0 0 auto; }

.kf-principles { display: grid; grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr); gap: clamp(44px, 8vw, 100px); }
.kf-principles > div { border-top: 2px solid var(--kf-ink); }
.kf-principles article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px 22px; padding: 25px 0; border-bottom: 1px solid var(--kf-line-dark); }
.kf-principles article > span { grid-row: 1 / 3; color: var(--kf-orange); font-size: .8rem; font-weight: 800; }
.kf-principles h3 { font-size: 1.4rem; }
.kf-principles article p { color: var(--kf-muted); }

.kf-registration-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(48px, 8vw, 100px); align-items: start; }
.kf-registration-benefits { padding-top: 18px; }
.kf-registration-benefits h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
.kf-registration-benefits .kf-small-print { margin-top: 26px; padding: 16px; border-left: 4px solid var(--kf-ochre); background: var(--kf-warning-soft); }
.kf-registration-benefits > p:last-child { margin-top: 28px; }
.kf-registration-form > .kf-form,
.kf-registration-form .kf-form { margin: 0; }

/* Functional forum and list components */
.kf-community-toolbar,
.kf-toolbar,
.kf-filter-bar {
	display: flex;
	min-width: 0;
	padding: 18px;
	align-items: end;
	gap: 14px;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: var(--kf-sand);
}

.kf-filter-bar { display: grid; grid-template-columns: minmax(180px, .35fr) minmax(0, .65fr); align-items: center; }
.kf-filter-bar > label { color: var(--kf-ink); font-weight: 750; }
.kf-filter-bar > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.kf-filter-bar input { width: 100%; min-width: 0; min-height: 50px; padding: 12px 14px; border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius-small); background: var(--kf-white); }

.kf-community-toolbar .kf-search-form,
.kf-toolbar .kf-search-form,
.kf-filter-bar .kf-filter-form {
	display: flex;
	flex: 1 1 520px;
	padding: 0;
	align-items: end;
	border: 0;
	background: transparent;
}
.kf-search-form label { flex: 1 1 auto; }
.kf-search-form button { flex: 0 0 auto; }

.kf-community-layout,
.kf-board {
	display: grid;
	grid-template-columns: minmax(220px, .28fr) minmax(0, .72fr);
	gap: clamp(34px, 6vw, 76px);
	align-items: start;
}

.kf-filter-panel,
.kf-community-sidebar,
.kf-board > aside { min-width: 0; }
.kf-filter-panel h2,
.kf-community-sidebar h2,
.kf-board > aside h2 { font-size: 1.35rem; }
.kf-filter-panel ul,
.kf-community-sidebar ul { margin: 20px 0 0; padding: 0; border-top: 1px solid var(--kf-line-dark); list-style: none; }
.kf-filter-panel a,
.kf-community-sidebar a,
.kf-board > aside a { display: flex; min-height: 48px; padding: 9px 0; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--kf-line); color: var(--kf-ink); font-weight: 680; text-decoration: none; }
.kf-filter-panel a.is-active,
.kf-community-sidebar a.is-active { color: var(--kf-petrol); font-weight: 800; }

.kf-topic-list,
.kf-topic-results,
.kf-discussion-list { min-width: 0; border-top: 2px solid var(--kf-ink); }
.kf-topic-card,
.kf-topic-row,
.kf-discussion {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(170px, auto);
	gap: 18px 28px;
	min-width: 0;
	padding: 28px 0;
	border-bottom: 1px solid var(--kf-line-dark);
}
.kf-topic-card:hover,
.kf-topic-row:hover { background: linear-gradient(90deg, transparent, var(--kf-paper) 4%, var(--kf-paper) 96%, transparent); }
.kf-topic-card h2,
.kf-topic-row h2,
.kf-discussion h2,
.kf-discussion h3 { font-size: clamp(1.35rem, 2.3vw, 2rem); }
.kf-topic-card h2 a,
.kf-topic-row h2 a,
.kf-discussion h2 a,
.kf-discussion h3 a { color: var(--kf-ink); text-decoration: none; }
.kf-topic-card h2 a:hover,
.kf-topic-row h2 a:hover { color: var(--kf-petrol); }
.kf-topic-excerpt,
.kf-topic-card > div > p,
.kf-discussion p { margin-top: 10px; color: var(--kf-muted); }
.kf-topic-meta,
.kf-topic-stats,
.kf-inline-meta { display: flex; flex-wrap: wrap; gap: 7px 16px; color: var(--kf-muted); font-size: .84rem; }
.kf-topic-meta { margin-top: 13px; }
.kf-topic-stats { align-content: start; justify-content: flex-end; text-align: right; }
.kf-topic-stats span { display: block; min-width: 74px; }
.kf-topic-room,
.kf-topic-category { color: var(--kf-orange); font-size: .77rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }

.kf-pagination,
.kf-page-numbers { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 34px; align-items: center; }
.kf-pagination a,
.kf-pagination span,
.kf-page-numbers a,
.kf-page-numbers span { display: inline-grid; min-width: 46px; min-height: 46px; padding: 8px; place-items: center; border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius-small); background: var(--kf-white); color: var(--kf-ink); font-weight: 700; text-decoration: none; }
.kf-pagination .current,
.kf-page-numbers .current { border-color: var(--kf-petrol); background: var(--kf-petrol); color: var(--kf-white); }

.kf-topic-main { min-height: 60vh; }
.kf-topic-detail { padding: clamp(50px, 7vw, 96px) 0 clamp(72px, 9vw, 120px); }
.kf-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 32px; color: var(--kf-muted); font-size: .86rem; }
.kf-breadcrumbs a { color: var(--kf-petrol); }
.kf-topic-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .3fr); gap: clamp(34px, 7vw, 90px); align-items: end; padding-bottom: 42px; border-bottom: 2px solid var(--kf-ink); }
.kf-topic-header h1 { font-size: clamp(2.65rem, 5vw, 5rem); }
.kf-topic-header .kf-topic-meta { margin-top: 20px; }
.kf-topic-summary { padding: 20px; border-top: 5px solid var(--kf-orange); background: var(--kf-sand); }
.kf-topic-content { display: grid; grid-template-columns: minmax(0, .68fr) minmax(260px, .32fr); gap: clamp(40px, 8vw, 100px); padding: clamp(40px, 6vw, 72px) 0; }
.kf-topic-body { min-width: 0; font-size: 1.05rem; line-height: 1.78; }
.kf-topic-body > * + * { margin-top: 1.25em; }
.kf-topic-aside { min-width: 0; }
.kf-topic-aside > * + * { margin-top: 20px; }

.kf-replies,
.kf-reply-list { margin-top: clamp(45px, 7vw, 82px); }
.kf-replies > h2,
.kf-reply-list > h2 { padding-bottom: 18px; border-bottom: 2px solid var(--kf-ink); font-size: clamp(1.9rem, 3vw, 2.9rem); }
.kf-reply { padding: 28px 0; border-bottom: 1px solid var(--kf-line-dark); }
.kf-reply header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; }
.kf-reply-author { display: flex; align-items: center; gap: 11px; color: var(--kf-ink); font-weight: 800; }
.kf-avatar { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--kf-petrol); color: var(--kf-white); font-size: .78rem; font-style: normal; font-weight: 800; }
.kf-reply time { color: var(--kf-muted); font-size: .82rem; }
.kf-reply-content { max-width: 800px; margin-top: 18px; line-height: 1.72; }
.kf-reply-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.kf-reply-actions button,
.kf-report-link { min-height: 44px; padding: 7px 0; border: 0; background: transparent; color: var(--kf-petrol); cursor: pointer; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.kf-inline-reply { margin-top: 38px; }
.kf-report-form { margin-top: 20px; border-color: #d5aaa7; background: var(--kf-error-soft); }
.kf-moderation-panel { padding: 22px; border: 2px solid var(--kf-ochre); border-radius: var(--kf-radius); background: var(--kf-warning-soft); }
.kf-moderation-panel h2,
.kf-moderation-panel h3 { font-size: 1.35rem; }

/* Learning, sessions, account and member output */
.kf-card-grid,
.kf-course-grid,
.kf-learning-grid,
.kf-session-grid,
.kf-event-grid,
.kf-member-grid,
.kf-dashboard,
.kf-dashboard-grid,
.kf-crosslinks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.kf-card,
.kf-course-grid article,
.kf-learning-card,
.kf-session-card,
.kf-event,
.kf-member-card,
.kf-dashboard article,
.kf-dashboard-card,
.kf-crosslinks article {
	display: flex;
	min-width: 0;
	min-height: 260px;
	padding: 26px;
	flex-direction: column;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: var(--kf-white);
}

.kf-dashboard > article > strong,
.kf-dashboard-card > strong { display: block; margin-top: 14px; color: var(--kf-petrol-dark); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; }
.kf-dashboard article > a,
.kf-dashboard-card > a { display: inline-flex; min-height: 44px; margin-top: auto; padding-top: 14px; align-items: center; font-weight: 750; }
.kf-status-label { color: var(--kf-orange); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.kf-card:hover,
.kf-learning-card:hover,
.kf-session-card:hover,
.kf-member-card:hover { border-color: var(--kf-petrol); box-shadow: 0 13px 36px rgba(7, 95, 107, .1); }
.kf-card h2,
.kf-learning-card h2,
.kf-session-card h2,
.kf-event h2,
.kf-member-card h2,
.kf-dashboard h2,
.kf-dashboard-card h2 { margin-top: 18px; font-size: clamp(1.4rem, 2.2vw, 2rem); }
.kf-card p,
.kf-learning-card p,
.kf-session-card p,
.kf-event p,
.kf-member-card p,
.kf-dashboard p,
.kf-dashboard-card p { margin-top: 12px; color: var(--kf-muted); }
.kf-card .kf-button,
.kf-learning-card .kf-button,
.kf-session-card .kf-button,
.kf-event .kf-button { align-self: flex-start; margin-top: auto; }

.kf-progress,
.kf-progress-strip { margin: 20px 0; }
.kf-progress-track { height: 12px; overflow: hidden; border-radius: 999px; background: var(--kf-line); }
.kf-progress-bar { display: block; height: 100%; border-radius: inherit; background: var(--kf-petrol); }
.kf-progress-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; color: var(--kf-muted); font-size: .84rem; }

.kf-learning-card.is-complete { border-color: #79a98a; background: var(--kf-success-soft); }
.kf-learning-card.is-current { border: 2px solid var(--kf-petrol); }
.kf-learning-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 20px; }
.kf-learning-actions button { min-height: 44px; }

/* Editorial learning paths */
.kf-learning-dashboard { margin: 44px 0 28px; }
.kf-learning-dashboard-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); gap: clamp(32px, 7vw, 90px); align-items: end; padding: clamp(34px, 5vw, 58px); border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius-large); background: var(--kf-white); }
.kf-learning-dashboard-head h2 { max-width: 720px; color: var(--kf-petrol-dark); font-size: clamp(2.35rem, 5vw, 5rem); line-height: .96; letter-spacing: -.045em; }
.kf-learning-dashboard-head h2 + p { margin-top: 14px; color: var(--kf-ink); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.6rem, 3.3vw, 3.1rem); line-height: 1.05; }
.kf-learning-dashboard-head aside { padding: 22px; border-left: 4px solid #79a98a; background: var(--kf-success-soft); }
.kf-learning-dashboard-head aside strong,
.kf-learning-dashboard-head aside span { display: block; }
.kf-learning-dashboard-head aside span { margin-top: 8px; color: var(--kf-muted); line-height: 1.55; }
.kf-path-rail { margin-top: 18px; border-top: 2px solid var(--kf-petrol-dark); }
.kf-path-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; gap: 22px; min-width: 0; padding: 22px 4px; align-items: center; border-bottom: 1px solid var(--kf-line-dark); }
.kf-path-number { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--kf-petrol-dark); color: var(--kf-white); font-weight: 850; }
.kf-path-row:nth-child(2) .kf-path-number { background: var(--kf-orange); }
.kf-path-row:nth-child(3) .kf-path-number { background: #317986; }
.kf-path-row small { color: var(--kf-muted); font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.kf-path-row h3 { margin-top: 4px; font-size: clamp(1.2rem, 2vw, 1.65rem); }
.kf-path-row p { margin-top: 4px; color: var(--kf-muted); font-size: .88rem; }
.kf-path-row > a { min-height: 44px; color: var(--kf-petrol-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.kf-path-lessons { display: grid; gap: 30px; margin: 30px 0 64px; }
.kf-path-lesson { overflow: hidden; border: 1px solid var(--kf-line-dark); border-radius: var(--kf-radius-large); background: var(--kf-white); box-shadow: 0 22px 65px rgba(7, 67, 73, .08); }
.kf-path-lesson > header { display: flex; justify-content: space-between; gap: 24px; padding: 25px clamp(24px, 4vw, 48px); align-items: center; background: var(--kf-petrol-dark); color: var(--kf-white); }
.kf-path-lesson > header small { color: #bee0d2; font-weight: 800; }
.kf-path-lesson > header h2 { margin-top: 5px; color: inherit; font-size: clamp(1.4rem, 2.7vw, 2.25rem); }
.kf-path-lesson > header > span { flex: none; color: #bee0d2; font-weight: 750; }
.kf-lesson-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); }
.kf-knowledge-sheet,
.kf-knowledge-check { min-width: 0; padding: clamp(28px, 4vw, 48px); }
.kf-knowledge-sheet { border-right: 1px solid var(--kf-line-dark); }
.kf-knowledge-sheet h3,
.kf-knowledge-check h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
.kf-knowledge-sheet > p { margin-top: 18px; font-size: 1.05rem; line-height: 1.75; }
.kf-knowledge-sheet ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.kf-knowledge-sheet li { position: relative; padding-left: 30px; }
.kf-knowledge-sheet li::before { position: absolute; left: 0; top: .18em; content: '✓'; color: #2f8756; font-weight: 900; }
.kf-practice-note { margin-top: 28px; padding: 20px 22px; border: 1px solid #b9d2bd; border-radius: calc(var(--kf-radius) - 4px); background: var(--kf-success-soft); }
.kf-practice-note p { margin-top: 6px; color: var(--kf-ink); }
.kf-check-heading { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.kf-check-heading span { color: var(--kf-muted); font-size: .82rem; }
.kf-knowledge-check > p { margin-top: 18px; }
.kf-knowledge-check form { display: grid; gap: 10px; margin-top: 20px; }
.kf-knowledge-check form label,
.kf-quiz-preview > span { display: flex; min-height: 50px; padding: 12px 14px; gap: 12px; align-items: center; border: 1px solid var(--kf-line-dark); border-radius: 8px; background: var(--kf-paper); cursor: pointer; }
.kf-knowledge-check form label:has(input:checked) { border-color: var(--kf-petrol); background: var(--kf-petrol-soft); }
.kf-knowledge-check form input { width: 18px; height: 18px; flex: none; accent-color: var(--kf-petrol); }
.kf-knowledge-check form .kf-button { margin-top: 12px; justify-content: center; }
.kf-quiz-preview { display: grid; gap: 10px; margin-top: 20px; }
.kf-quiz-preview > span { color: var(--kf-muted); cursor: default; }
.kf-answer-result { margin-top: 18px; padding: 18px; border: 1px solid; border-radius: 10px; }
.kf-answer-result.is-correct { border-color: #79a98a; background: var(--kf-success-soft); }
.kf-answer-result.is-wrong { border-color: #db8a82; background: var(--kf-error-soft); }
.kf-answer-result p,
.kf-answer-result span { display: block; margin-top: 6px; }
.kf-review-due { margin-top: 16px; color: var(--kf-muted); font-size: .88rem; }
.kf-source-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; padding: 25px clamp(24px, 4vw, 48px); align-items: center; border-top: 1px solid var(--kf-line-dark); background: #f3f7f1; }
.kf-source-row p { margin-top: 6px; color: var(--kf-ink); }
.kf-source-row small { display: block; margin-top: 7px; color: var(--kf-muted); }
.kf-source-row cite { font-family: Georgia, 'Times New Roman', serif; }

.kf-session-meta,
.kf-event dl { display: grid; grid-template-columns: minmax(90px, .35fr) minmax(0, .65fr); margin: 22px 0; }
.kf-session-meta > div { display: contents; }
.kf-session-meta dt,
.kf-session-meta dd,
.kf-event dt,
.kf-event dd { min-width: 0; margin: 0; padding: 9px 0; border-bottom: 1px solid var(--kf-line); }
.kf-session-meta dt,
.kf-event dt { color: var(--kf-muted); font-size: .86rem; font-weight: 700; }

.kf-member-list { border-top: 2px solid var(--kf-ink); }
.kf-member-list article,
.kf-member-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) minmax(130px, auto); gap: 18px; min-width: 0; padding: 24px 0; align-items: center; border-bottom: 1px solid var(--kf-line); }
.kf-member-list h2,
.kf-member-row h2 { font-size: 1.4rem; }
.kf-member-list p,
.kf-member-row p { color: var(--kf-muted); }
.kf-member-initials { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--kf-petrol); color: var(--kf-white); font-weight: 800; }

.kf-account-grid,
.kf-profile-grid { display: grid; grid-template-columns: minmax(0, .65fr) minmax(320px, .35fr); gap: clamp(34px, 6vw, 72px); align-items: start; }
.kf-account-nav { display: grid; gap: 8px; padding: 18px; border: 1px solid var(--kf-line); border-radius: var(--kf-radius); background: var(--kf-sand); }
.kf-account-nav a { display: flex; min-height: 46px; padding: 8px 10px; align-items: center; border-radius: 7px; color: var(--kf-ink); font-weight: 700; text-decoration: none; }
.kf-account-nav a.is-current,
.kf-account-nav a:hover { background: var(--kf-white); color: var(--kf-petrol); }
.kf-profile-card { padding: 26px; border-top: 6px solid var(--kf-petrol); background: var(--kf-sand); }

.kf-table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--kf-line); }
.kf-main table { width: 100%; min-width: 640px; border-collapse: collapse; }
.kf-main th,
.kf-main td { padding: 13px 14px; border-bottom: 1px solid var(--kf-line); text-align: left; vertical-align: top; }
.kf-main th { background: var(--kf-sand); color: var(--kf-ink); font-size: .86rem; }

/* Consent-based external media */
.kf-media-facade {
	display: grid;
	min-height: 260px;
	padding: 28px;
	place-items: center;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: linear-gradient(135deg, var(--kf-petrol-dark), var(--kf-petrol));
	color: var(--kf-white);
	text-align: center;
}
.kf-media-facade p { max-width: 600px; color: #e4f1f1; }
.kf-media-facade [data-kf-media-src] { margin-top: 18px; }
.kf-media-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--kf-radius); background: #111; }
.kf-media-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Runtime renderer contracts: forum, learning, sessions and moderation */
.kf-forum-shell > * + * { margin-top: clamp(34px, 5vw, 64px); }

.kf-forum-filters {
	display: grid;
	grid-template-columns: minmax(240px, 1.4fr) minmax(160px, .75fr) minmax(160px, .75fr) auto;
	gap: 18px;
	padding: 24px;
	align-items: end;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: var(--kf-paper);
}

.kf-forum-filters > div { display: grid; min-width: 0; gap: 7px; }
.kf-forum-filters label { color: var(--kf-ink); font-size: .92rem; font-weight: 750; }
.kf-forum-filters :where(input, select) {
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 11px 13px;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius-small);
	background: var(--kf-white);
	color: var(--kf-ink);
	font: inherit;
}
.kf-forum-filters .kf-field-help { max-width: 440px; }
.kf-forum-filters .kf-text-link { grid-column: 1 / -1; justify-self: start; }

.kf-forum-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(290px, .38fr);
	gap: clamp(34px, 5vw, 68px);
	align-items: start;
}

.kf-forum-side { min-width: 0; }
.kf-forum-compose {
	padding: 24px;
	border-top: 6px solid var(--kf-orange-bright);
	border-radius: var(--kf-radius);
	background: var(--kf-sand);
}
.kf-forum-compose > h2 { font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
.kf-forum-compose > p { margin-top: 12px; color: var(--kf-muted); }
.kf-forum-compose > .kf-form { margin-top: 22px; padding: 0; border: 0; background: transparent; }

.kf-topic-card { display: block; }
.kf-topic-card > p:not(.kf-topic-category, .kf-content-state) { max-width: 780px; margin-top: 10px; color: var(--kf-muted); }
.kf-topic-card .kf-topic-meta,
.kf-topic-opening .kf-topic-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px 18px;
}
.kf-topic-meta > div { min-width: 0; }
.kf-topic-meta dt { color: var(--kf-muted); font-size: .72rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.kf-topic-meta dd { margin: 3px 0 0; overflow-wrap: anywhere; color: var(--kf-ink); font-weight: 650; }
.kf-content-state {
	margin-top: 16px !important;
	padding: 8px 11px;
	border-left: 4px solid var(--kf-ochre);
	background: var(--kf-warning-soft);
	color: #59410a;
	font-size: .84rem;
}

.kf-topic-detail {
	width: min(var(--kf-content), calc(100% - 64px));
	margin-inline: auto;
}
.kf-topic-opening {
	margin-top: 26px;
	padding: clamp(28px, 5vw, 58px) 0;
	border-top: 2px solid var(--kf-ink);
	border-bottom: 1px solid var(--kf-line-dark);
}
.kf-topic-opening > h1 { max-width: 980px; margin-top: 10px; font-size: clamp(2.55rem, 5vw, 5.2rem); }
.kf-topic-opening .kf-topic-meta { margin-top: 28px; }
.kf-topic-opening .kf-topic-content {
	display: block;
	max-width: 840px;
	margin-top: clamp(30px, 5vw, 54px);
	padding: 0;
	font-size: 1.05rem;
	line-height: 1.76;
}
.kf-topic-opening .kf-topic-content > * + * { margin-top: 1.15em; }

.kf-edit-form,
.kf-report-form,
.kf-interest-form {
	display: block;
	margin-top: 22px;
	padding: 16px 18px;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius-small);
	background: var(--kf-paper);
}
.kf-report-form { border-color: #d5aaa7; background: var(--kf-error-soft); }
.kf-edit-form summary,
.kf-report-form summary,
.kf-interest-form summary {
	display: flex;
	min-height: 44px;
	align-items: center;
	color: var(--kf-petrol-dark);
	cursor: pointer;
	font-weight: 760;
}
.kf-edit-form[open] summary,
.kf-report-form[open] summary,
.kf-interest-form[open] summary { margin-bottom: 14px; }
.kf-edit-form > .kf-form,
.kf-report-form > .kf-form,
.kf-interest-form > .kf-form { max-width: none; margin-top: 10px; }

.kf-reply-compose,
.kf-held-replies {
	margin-top: clamp(38px, 6vw, 72px);
	padding: clamp(24px, 4vw, 40px);
	border-radius: var(--kf-radius);
	background: var(--kf-petrol-soft);
}
.kf-reply-compose > p { max-width: 760px; margin-top: 12px; color: var(--kf-muted); }
.kf-reply-compose > .kf-form { margin-top: 24px; background: var(--kf-white); }
.kf-held-replies { border: 1px solid var(--kf-warning); background: var(--kf-warning-soft); }
.kf-small { color: var(--kf-muted); font-size: .84rem; line-height: 1.55; }

.kf-moderation-box,
.kf-moderation-panel,
.kf-report-queue {
	margin-top: clamp(34px, 6vw, 72px);
	padding: clamp(22px, 4vw, 38px);
	border: 2px solid var(--kf-ochre);
	border-radius: var(--kf-radius);
	background: var(--kf-warning-soft);
}
.kf-moderation-box > p { max-width: 760px; margin-top: 10px; color: #654d14; }
.kf-moderation-box .kf-actions { margin-top: 20px; }
.kf-inline-action { display: inline-block; margin-top: 14px; }
.kf-text-button {
	min-height: 44px;
	padding: 7px 0;
	border: 0;
	background: transparent;
	color: var(--kf-petrol-dark);
	cursor: pointer;
	font: inherit;
	font-weight: 730;
	text-decoration: underline;
	text-decoration-color: var(--kf-orange-bright);
	text-underline-offset: 4px;
}
.kf-report-card { padding: 22px 0; border-top: 1px solid rgba(92, 61, 0, .26); }
.kf-report-card h3 { margin-top: 7px; font-size: 1.35rem; }
.kf-report-card > p:not(.kf-content-state) { max-width: 800px; margin-top: 9px; }
.kf-report-card form { margin-top: 18px; }

.kf-pagination > .page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
}
.kf-pagination > .page-numbers > li { display: block; }

.kf-progress {
	display: grid;
	grid-template-columns: auto minmax(180px, 1fr) auto;
	gap: 18px 24px;
	padding: 20px 22px;
	align-items: center;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: var(--kf-paper);
}
.kf-progress > div:first-child { display: grid; gap: 3px; }
.kf-progress > div:first-child strong { color: var(--kf-petrol-dark); font-size: 1.35rem; }
.kf-progress > div:first-child span { color: var(--kf-muted); font-size: .84rem; }
.kf-progress-track > span,
.kf-progress-bar { display: block; height: 100%; border-radius: inherit; background: var(--kf-petrol); }
.kf-progress > a { color: var(--kf-petrol-dark); font-weight: 750; }

.kf-learning-card details { margin-top: 20px; border-top: 1px solid var(--kf-line); border-bottom: 1px solid var(--kf-line); }
.kf-learning-card details summary { display: flex; min-height: 48px; align-items: center; color: var(--kf-petrol-dark); cursor: pointer; font-weight: 760; }
.kf-learning-card details[open] { padding-bottom: 18px; }
.kf-learning-card details ol { margin: 8px 0 0; padding-left: 22px; }
.kf-learning-card details li + li { margin-top: 8px; }
.kf-transfer { margin-top: 18px; padding: 16px; border-left: 5px solid var(--kf-orange-bright); background: var(--kf-orange-soft); }
.kf-transfer p { margin-top: 7px; color: var(--kf-ink); }
.kf-course-bridge { margin: 18px 0 0; padding-top: 16px; border-top: 1px dashed var(--kf-line-dark); font-size: .9rem; }
.kf-learning-card > form,
.kf-learning-card > .kf-button { margin-top: auto; padding-top: 20px; }
.kf-learning-card > form .kf-button { margin-top: 0; }
.kf-crosslinks { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(42px, 6vw, 76px); }
.kf-crosslinks article { min-height: 220px; background: var(--kf-sand); }
.kf-crosslinks article > a { display: inline-flex; min-height: 44px; margin-top: auto; padding-top: 16px; align-items: center; color: var(--kf-petrol-dark); font-weight: 760; }

.kf-process {
	padding: clamp(28px, 5vw, 48px);
	border-radius: var(--kf-radius-large);
	background: var(--kf-petrol-dark);
	color: var(--kf-white);
}
.kf-process .kf-section-heading { margin-bottom: 0; }
.kf-process .kf-section-heading h2 { color: var(--kf-white); font-size: clamp(1.75rem, 3vw, 2.8rem); }
.kf-process .kf-section-heading > p { color: #dceaea; }
.kf-process .kf-kicker { color: #ffc276; }
.kf-process ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 30px 0 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .28);
	list-style: none;
}
.kf-process li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; min-width: 0; padding: 24px 22px 8px; border-right: 1px solid rgba(255, 255, 255, .22); }
.kf-process li:first-child { padding-left: 0; }
.kf-process li:last-child { border-right: 0; }
.kf-process li > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: #ffc276; color: var(--kf-petrol-dark); font-size: .78rem; font-weight: 820; }
.kf-process li strong { color: var(--kf-white); }
.kf-process li p { margin-top: 6px; color: #dceaea; font-size: .9rem; line-height: 1.55; }

.kf-session-card dl {
	display: grid;
	grid-template-columns: minmax(90px, .35fr) minmax(0, .65fr);
	margin: 22px 0;
}
.kf-session-card dl > div { display: contents; }
.kf-session-card dt,
.kf-session-card dd { min-width: 0; margin: 0; padding: 9px 0; border-bottom: 1px solid var(--kf-line); overflow-wrap: anywhere; }
.kf-session-card dt { color: var(--kf-muted); font-size: .84rem; font-weight: 720; }
.kf-session-card.is-selected { border: 2px solid var(--kf-petrol); background: var(--kf-petrol-soft); }
.kf-saved-state { margin: 4px 0 18px; padding: 14px 16px; border-left: 5px solid var(--kf-success); background: var(--kf-success-soft); }
.kf-saved-state p { margin-top: 4px; color: #194d2e; }
.kf-interest-form { margin-top: auto; background: var(--kf-paper); }
.kf-session-card > form,
.kf-session-card > .kf-button { margin-top: auto; }

.kf-boundary {
	display: grid;
	grid-template-columns: minmax(230px, .38fr) minmax(0, .62fr);
	gap: clamp(28px, 5vw, 66px);
	margin-top: clamp(42px, 7vw, 82px);
	padding: clamp(26px, 4vw, 42px);
	border-top: 6px solid var(--kf-orange-bright);
	background: var(--kf-orange-soft);
}
.kf-boundary h2 { font-size: clamp(1.65rem, 3vw, 2.8rem); }
.kf-boundary > p { color: #624126; line-height: 1.7; }

.kf-media-consent {
	display: grid;
	min-height: 260px;
	padding: clamp(26px, 5vw, 48px);
	place-items: center;
	border: 1px solid var(--kf-line-dark);
	border-radius: var(--kf-radius);
	background: linear-gradient(135deg, var(--kf-petrol-dark), var(--kf-petrol));
	color: var(--kf-white);
	text-align: center;
}
.kf-media-consent > div { max-width: 700px; }
.kf-media-consent h2 { color: var(--kf-white); }
.kf-media-consent p { max-width: 650px; margin-inline: auto; color: #e4f1f1; }
.kf-media-consent .kf-kicker { color: #ffc276; }
.kf-media-consent [data-kf-media-src] { margin-top: 20px; }
.kf-media-consent .kf-small a { color: var(--kf-white); }

.kf-main form[aria-busy="true"] { cursor: progress; }
.kf-main form[aria-busy="true"] :where(button[type="submit"], input[type="submit"]) { opacity: .68; cursor: progress; }

@media (min-width: 921px) {
	.kf-forum-side { position: sticky; top: 112px; }
}

@media (max-width: 920px) {
	.kf-forum-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kf-forum-layout { grid-template-columns: minmax(0, 1fr); }
	.kf-forum-side { max-width: 720px; }
	.kf-process ol { grid-template-columns: minmax(0, 1fr); }
	.kf-process li,
	.kf-process li:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
	.kf-process li:last-child { border-bottom: 0; }
	.kf-boundary { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 700px) {
	.kf-learning-dashboard-head,
	.kf-lesson-grid { grid-template-columns: minmax(0, 1fr); }
	.kf-learning-dashboard-head aside { border-top: 4px solid #79a98a; border-left: 0; }
	.kf-path-row { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
	.kf-path-number { width: 42px; height: 42px; }
	.kf-path-row > a { grid-column: 2; }
	.kf-knowledge-sheet { border-right: 0; border-bottom: 1px solid var(--kf-line-dark); }
	.kf-source-row { grid-template-columns: minmax(0, 1fr); }
	.kf-forum-filters { grid-template-columns: minmax(0, 1fr); padding: 20px; }
	.kf-forum-filters .kf-text-link { grid-column: auto; }
	.kf-topic-card .kf-topic-meta,
	.kf-topic-opening .kf-topic-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kf-topic-detail { width: min(var(--kf-content), calc(100% - 40px)); }
	.kf-progress { grid-template-columns: minmax(0, 1fr); }
	.kf-crosslinks { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 460px) {
	.kf-topic-card .kf-topic-meta,
	.kf-topic-opening .kf-topic-meta { grid-template-columns: minmax(0, 1fr); }
	.kf-session-card dl { grid-template-columns: minmax(74px, .35fr) minmax(0, .65fr); }
}

/* Product footer */
.kf-site-footer { display: block !important; padding: 66px 0 25px; background: var(--kf-petrol-dark); color: var(--kf-white); }
.kf-footer-grid { display: grid; grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, .65fr)); gap: clamp(30px, 5vw, 68px); }
.kf-footer-intro p { max-width: 420px; margin-top: 18px; color: #cfe2e2; }
.kf-footer-brand { color: var(--kf-white) !important; font-size: 1.55rem; font-weight: 650; letter-spacing: -.035em; text-decoration: none; }
.kf-footer-brand strong { color: #ffc276; font-weight: 820; }
.kf-site-footer nav { display: grid; align-content: start; gap: 8px; }
.kf-site-footer nav > strong { margin-bottom: 8px; color: #ffc276; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.kf-site-footer nav a,
.kf-site-footer nav span { color: #e6f0f0; font-size: .88rem; line-height: 1.55; }
.kf-site-footer nav a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; }
.kf-site-footer nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.kf-footer-legal { display: flex; margin-top: 44px; padding-top: 20px; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255, 255, 255, .26); color: #bed2d2; font-size: .76rem; }

@media (max-width: 1120px) {
	.kf-header-inner { gap: 14px; }
	.kf-primary-nav-list a { padding-inline: 7px; font-size: .82rem; }
	.kf-header-login { padding-inline: 4px; font-size: .82rem; }
	.kf-header-actions { gap: 7px; }
	.kf-header-actions .kf-button { padding-inline: 14px; }
	.kf-home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); }
	.kf-hero-promises { grid-template-columns: minmax(0, 1fr); }
	.kf-hero-promises li { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--kf-line); }
	.kf-hero-promises li:last-child { border-bottom: 0; }
	.kf-community-band-grid,
	.kf-learning-band-grid { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: 60px; }
	.kf-footer-grid { grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(120px, .6fr)); gap: 32px; }
}

@media (max-width: 920px) {
	.kf-primary-nav,
	.kf-header-actions { display: none; }
	.kf-mobile-menu { display: block; }
	.kf-wrap { width: min(var(--kf-content), calc(100% - 48px)); }
	.kf-page-intro-grid,
	.kf-home-hero-grid,
	.kf-community-band-grid,
	.kf-sessions-band-grid,
	.kf-learning-band-grid,
	.kf-account-band-grid,
	.kf-registration-layout,
	.kf-principles,
	.kf-topic-content,
	.kf-account-grid,
	.kf-profile-grid { grid-template-columns: minmax(0, 1fr); }
	.kf-page-intro-grid { gap: 42px; align-items: start; }
	.kf-page-intro aside { max-width: 620px; }
	.kf-dialogue-stage { min-height: 460px; }
	.kf-section-heading-split { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.kf-community-band-grid,
	.kf-learning-band-grid { gap: 54px; }
	.kf-community-band h2,
	.kf-learning-band h2,
	.kf-sessions-band h2 { max-width: 780px; }
	.kf-learning-stack { max-width: 650px; }
	.kf-account-orbit { max-width: 650px; }
	.kf-topic-header { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	.kf-topic-summary { max-width: 580px; }
	.kf-community-layout,
	.kf-board { grid-template-columns: minmax(0, 1fr); }
	.kf-filter-panel,
	.kf-community-sidebar,
	.kf-board > aside { display: block; padding: 20px; border: 1px solid var(--kf-line); border-radius: var(--kf-radius); background: var(--kf-paper); }
	.kf-filter-panel ul,
	.kf-community-sidebar ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
	.kf-card-grid,
	.kf-course-grid,
	.kf-learning-grid,
	.kf-session-grid,
	.kf-event-grid,
	.kf-member-grid,
	.kf-dashboard,
	.kf-dashboard-grid,
	.kf-crosslinks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kf-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.kf-footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
	.kf-wrap,
	.kf-notice,
	.kf-alert,
	.kf-technical-error { width: min(var(--kf-content), calc(100% - 32px)); }
	.kf-header-bar { display: none; }
	.kf-header-inner { min-height: 72px; gap: 16px; }
	.kf-brand-mark { width: 35px; height: 31px; }
	.kf-brand strong,
	.kf-brand b { font-size: 1.24rem; }
	.kf-mobile-menu-panel { max-height: calc(100vh - 72px); padding: 20px 16px; }
	.kf-main h1,
	.kf-home-hero h1,
	.kf-page-intro h1 { font-size: clamp(2.65rem, 12.2vw, 4rem); line-height: 1.02; }
	.kf-main h2 { font-size: clamp(2rem, 9vw, 3rem); }
	.kf-home-hero { padding-top: 54px; }
	.kf-dialogue-stage { min-height: 390px; border-radius: 120px 120px 20px 20px; }
	.kf-dialogue-person { width: 128px; height: 150px; }
	.kf-dialogue-person::before { top: -48px; left: 38px; width: 52px; height: 52px; }
	.kf-dialogue-person-one { left: 28px; }
	.kf-dialogue-person-two { right: 24px; width: 112px; height: 134px; }
	.kf-dialogue-bubble { max-width: 205px; padding: 14px 16px; font-size: .8rem; }
	.kf-dialogue-bubble-one { top: 72px; left: 16px; }
	.kf-dialogue-bubble-two { top: 157px; right: 14px; }
	.kf-dialogue-stage::before { display: none; }
	.kf-path-list > a { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; padding: 24px 0; }
	.kf-path-list > a > b { grid-column: 2; text-align: left; }
	.kf-conversation-preview a { grid-template-columns: minmax(0, 1fr); }
	.kf-conversation-preview small { grid-row: auto; }
	.kf-learning-stack { min-height: 320px; }
	.kf-learning-stack article { inset: 28px 16px 12px; padding: 30px; }
	.kf-account-orbit { min-height: 330px; }
	.kf-account-orbit > span { width: 120px; height: 120px; }
	.kf-account-orbit > span::before { top: 24px; left: 44px; width: 34px; height: 34px; }
	.kf-account-orbit > span::after { bottom: 20px; left: 31px; width: 61px; }
	.kf-closing-callout .kf-wrap,
	.kf-follow-on,
	.kf-footer-legal { align-items: flex-start; flex-direction: column; }
	.kf-context-links,
	.kf-context-links:has(> a:nth-child(3)) { grid-template-columns: minmax(0, 1fr); }
	.kf-context-links a { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--kf-line); }
	.kf-context-links a:last-child { border-bottom: 0; }
	.kf-section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
	.kf-split-panel,
	.kf-form-grid,
	.kf-check-grid { grid-template-columns: minmax(0, 1fr); }
	.kf-profile-detail { grid-template-columns: minmax(0, 1fr); }
	.kf-process-strip ol,
	.kf-learning-method ol { grid-template-columns: minmax(0, 1fr); }
	.kf-process-strip li,
	.kf-process-strip li:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
	.kf-process-strip li:last-child { border-bottom: 0; }
	.kf-community-toolbar,
	.kf-toolbar,
	.kf-filter-bar,
	.kf-community-toolbar .kf-search-form,
	.kf-toolbar .kf-search-form,
	.kf-filter-bar .kf-filter-form { align-items: stretch; flex-direction: column; }
	.kf-search-form button,
	.kf-filter-form button { width: 100%; }
	.kf-filter-bar { grid-template-columns: minmax(0, 1fr); align-items: stretch; }
	.kf-filter-bar > div { grid-template-columns: minmax(0, 1fr); }
	.kf-filter-bar > div .kf-button { width: 100%; }
	.kf-filter-panel ul,
	.kf-community-sidebar ul { grid-template-columns: minmax(0, 1fr); }
	.kf-topic-card,
	.kf-topic-row,
	.kf-discussion { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.kf-topic-stats { justify-content: flex-start; text-align: left; }
	.kf-card-grid,
	.kf-course-grid,
	.kf-learning-grid,
	.kf-session-grid,
	.kf-event-grid,
	.kf-member-grid,
	.kf-dashboard,
	.kf-dashboard-grid,
	.kf-crosslinks { grid-template-columns: minmax(0, 1fr); }
	.kf-member-list article,
	.kf-member-row { grid-template-columns: 52px minmax(0, 1fr); }
	.kf-member-list article > :last-child,
	.kf-member-row > :last-child { grid-column: 2; }
	.kf-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kf-footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
	.kf-brand > span { display: grid; gap: 0; }
	.kf-brand strong,
	.kf-brand b { font-size: 1rem; line-height: 1; }
	.kf-mobile-menu summary { min-width: 84px; padding: 0 11px; }
	.kf-actions { align-items: stretch; flex-direction: column; }
	.kf-actions > :where(.kf-button, .kf-text-link) { width: 100%; }
	.kf-text-link { justify-content: center; }
	.kf-dialogue-stage { min-height: 360px; }
	.kf-dialogue-bubble { max-width: 176px; }
	.kf-dialogue-bubble-two { top: 150px; }
	.kf-dialogue-note { padding: 13px 18px; font-size: .75rem; }
	.kf-session-preview { box-shadow: 8px 8px 0 var(--kf-petrol-dark); }
	.kf-learning-stack article { inset-inline: 24px; padding: 24px; }
	.kf-learning-stack article:nth-child(2) { transform: rotate(2deg) translate(5px, -8px); }
	.kf-learning-stack article:nth-child(3) { transform: rotate(-2deg) translate(-5px, -11px); }
	.kf-account-orbit i:nth-of-type(1) { top: 35px; left: 30px; }
	.kf-account-orbit i:nth-of-type(2) { top: 46px; right: 26px; }
	.kf-account-orbit i:nth-of-type(3) { right: 34px; bottom: 32px; }
	.kf-form,
	.kf-search-form,
	.kf-filter-form,
	.kf-inline-reply,
	.kf-report-form { padding: 20px; }
	.kf-topic-header h1 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
	.kf-footer-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
	.kita-forum-page *,
	.kita-forum-page *::before,
	.kita-forum-page *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
	.kf-button:hover,
	.kf-main button.kf-button:hover,
	.kf-main input[type="submit"]:hover { transform: none; }
}

@media print {
	.kf-site-header,
	.kf-site-footer,
	.kf-mobile-menu,
	.kf-actions,
	.kf-form,
	.kf-report-form { display: none !important; }
	.kita-forum-page,
	.kf-main { background: #fff !important; color: #000 !important; }
	.kf-wrap { width: 100%; }
}
