/* KKT Farmer Tools — site design */

:root {
	--kkt-green-900: #123822;
	--kkt-green-800: #174a2c;
	--kkt-green-700: #1f5a31;
	--kkt-green-600: #2d7a3e;
	--kkt-green-500: #4f9d2d;
	--kkt-leaf: #8cc65a;
	--kkt-leaf-50: #eef6e6;
	--kkt-gold: #d99a1e;
	--kkt-gold-50: #fbf1dc;
	--kkt-cream: #fbf9f3;
	--kkt-sand: #f3efe2;
	--kkt-ink: #17261b;
	--kkt-body: #33443a;
	--kkt-muted: #5f6f64;
	--kkt-line: #e2ddcc;
	--kkt-white: #fff;
	--kkt-danger: #b3401e;
	--kkt-radius: 14px;
	--kkt-radius-sm: 9px;
	--kkt-shadow: 0 1px 2px rgba(18, 56, 34, .06), 0 8px 24px -12px rgba(18, 56, 34, .18);
	--kkt-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
	--kkt-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--kkt-urdu: 'Noto Nastaliq Urdu', 'Jameel Noori Nastaleeq', serif;
}

/* ------------------------------------------------------------ Base */
body.kkt-shell {
	margin: 0;
	background: var(--kkt-cream);
	color: var(--kkt-body);
	font: 16px/1.65 var(--kkt-sans);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.kkt-shell *, .kkt-shell *::before, .kkt-shell *::after { box-sizing: border-box; }
.kkt-shell img { max-width: 100%; height: auto; }
.kkt-shell a { color: var(--kkt-green-600); }
.kkt-shell h1, .kkt-shell h2, .kkt-shell h3 { color: var(--kkt-ink); margin: 0 0 .5em; }
.kkt-shell p { margin: 0 0 1em; }
.kkt-shell :focus-visible { outline: 3px solid var(--kkt-gold); outline-offset: 2px; border-radius: 4px; }
.kkt-shell .screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.kkt-skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--kkt-ink); color: #fff; padding: 8px 14px; border-radius: 6px; }
.kkt-skip:focus { left: 16px; }

.kkt-wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.kkt-wrap--narrow { max-width: 780px; }
.kkt-ur, [lang="ur"] { font-family: var(--kkt-urdu); line-height: 2.1; font-weight: 400; }
.kkt-ur--big { font-size: 1.6rem; color: var(--kkt-green-700); margin: 0; }
.kkt-muted { color: var(--kkt-muted); }
.kkt-icon { width: 1.25em; height: 1.25em; flex: none; }

.kkt-eyebrow {
	font: 600 .78rem/1.3 var(--kkt-sans);
	letter-spacing: .12em; text-transform: uppercase;
	color: var(--kkt-green-600); margin: 0 0 .8rem;
}
.kkt-eyebrow a { color: inherit; text-decoration: none; }
.kkt-eyebrow a:hover { text-decoration: underline; }
.kkt-eyebrow span { margin: 0 .4em; opacity: .5; }
.kkt-eyebrow--light { color: var(--kkt-leaf); }
.kkt-h2 { font: 600 clamp(1.7rem, 1.2rem + 1.6vw, 2.45rem)/1.15 var(--kkt-serif); letter-spacing: -.01em; }
.kkt-h3 { font: 600 1.35rem/1.25 var(--kkt-serif); margin-top: 2rem !important; }
.kkt-lead { font-size: 1.12rem; color: var(--kkt-body); max-width: 62ch; }
.kkt-label { font: 600 .8rem/1.3 var(--kkt-sans); color: var(--kkt-muted); margin: 0 0 .4rem; display: block; }
.kkt-note { font-size: .9rem; color: var(--kkt-muted); margin-top: 1.5rem; max-width: 80ch; }

/* ------------------------------------------------------------ Urdu alongside English */
.kkt-tr { font-family: var(--kkt-urdu); font-weight: 400; font-size: .88em; line-height: 1.7; letter-spacing: 0; text-transform: none; unicode-bidi: isolate; white-space: normal; }
.kkt-trl { display: block; font-family: var(--kkt-urdu); font-weight: 600; font-size: .62em; line-height: 2; letter-spacing: 0; color: var(--kkt-green-600); margin-top: .35em; direction: rtl; text-align: left; unicode-bidi: plaintext; }
.kkt-pagehero .kkt-trl, .kkt-section--green .kkt-trl, .kkt-card--mission .kkt-trl, .kkt-quote .kkt-trl { color: var(--kkt-leaf); }
.kkt-trp { font-family: var(--kkt-urdu); line-height: 2.1; color: var(--kkt-green-700); direction: rtl; text-align: right; margin-top: -.4em; }
.kkt-lead.kkt-trp { font-size: 1.05rem; max-width: 62ch; }
.kkt-pagehero .kkt-trp, .kkt-section--green .kkt-trp, .kkt-card--mission .kkt-trp, .kkt-footer .kkt-trp, .kkt-card--glass .kkt-trp { color: #cfe5bb; }
.kkt-pagehero .kkt-trp { text-align: left; }
.kkt-footer .kkt-tr { color: #b9cdb8; }
.kkt-menu__ur { display: block; font-family: var(--kkt-urdu); font-size: .76rem; line-height: 1.6; color: var(--kkt-green-600); font-weight: 400; }
.kkt-nav__cta .kkt-menu__ur { color: #cfe5bb; }
.kkt-btn .kkt-tr { font-size: .85em; }
.kkt-btn { flex-wrap: wrap; text-align: center; line-height: 1.25; padding-top: 6px; padding-bottom: 6px; }
.kkt-nav__cta { flex-direction: column; gap: 0; }

span.kkt-trp { display: block; margin-top: .2em; }
.kkt-urdu-version { margin-top: 48px; padding-top: 32px; border-top: 2px dashed var(--kkt-line); }
.kkt-urdu-version__title { font-size: 1.1rem !important; color: var(--kkt-gold) !important; margin-top: 0 !important; }
.kkt-urdu-version h3 { font-size: 1.5rem; color: var(--kkt-green-800); }
.kkt-cal__ur { display: block; font-family: var(--kkt-urdu); font-weight: 400; font-size: .72rem; line-height: 1.8; }
.kkt-seg button .kkt-tr { display: block; font-size: .8rem; line-height: 1.7; }
.kkt-walert .kkt-tr { font-size: .95rem; }
.kkt-chips li span { font-family: var(--kkt-urdu); }

/* ------------------------------------------------------------ Buttons & links */
.kkt-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	min-height: 48px; padding: 0 1.4em; border: 2px solid var(--kkt-green-700); border-radius: 999px;
	background: var(--kkt-green-700); color: #fff !important; text-decoration: none;
	font: 600 .98rem/1 var(--kkt-sans); cursor: pointer; transition: background .15s, transform .15s;
}
.kkt-btn:hover { background: var(--kkt-green-900); border-color: var(--kkt-green-900); }
.kkt-btn:active { transform: translateY(1px); }
.kkt-btn--ghost { background: transparent; color: var(--kkt-green-700) !important; }
.kkt-btn--ghost:hover { background: var(--kkt-green-700); color: #fff !important; }
.kkt-btn--sm { min-height: 40px; padding: 0 1.1em; font-size: .9rem; }
.kkt-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.8rem; }
.kkt-link {
	display: inline-flex; align-items: center; gap: .4em;
	font-weight: 600; color: var(--kkt-green-600); text-decoration: none;
}
.kkt-link .kkt-icon { width: 1.05em; height: 1.05em; transition: transform .15s; }
a:hover .kkt-link .kkt-icon, .kkt-link:hover .kkt-icon { transform: translateX(3px); }

/* ------------------------------------------------------------ Header */
.kkt-header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(251, 249, 243, .92); backdrop-filter: saturate(1.4) blur(10px);
	border-bottom: 1px solid var(--kkt-line);
}
.admin-bar .kkt-header { top: 32px; }
.kkt-header__in { display: flex; align-items: center; gap: 24px; min-height: 74px; }
.kkt-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.kkt-brand img { width: 52px; height: 52px; object-fit: contain; }
.kkt-brand span { display: flex; flex-direction: column; line-height: 1.1; }
.kkt-brand strong { font: 700 1.12rem/1.1 var(--kkt-serif); color: var(--kkt-green-800); }
.kkt-brand em { font-style: normal; font-size: .82rem; color: var(--kkt-green-600); line-height: 1.9; }

.kkt-nav { display: flex; align-items: center; gap: 18px; }
.kkt-menu { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.kkt-menu li { position: relative; }
.kkt-menu a {
	display: block; padding: 6px 10px; border-radius: 8px; text-align: center; line-height: 1.3;
	color: var(--kkt-ink); text-decoration: none; font-weight: 500; font-size: .95rem;
}
.kkt-menu a:hover, .kkt-menu .current-menu-item > a, .kkt-menu .current-menu-ancestor > a { color: var(--kkt-green-600); background: var(--kkt-leaf-50); }
.kkt-menu .menu-item-has-children > a::after {
	content: ''; display: inline-block; width: 6px; height: 6px; margin-left: 7px; vertical-align: 3px;
	border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg);
}
.kkt-menu .sub-menu {
	position: absolute; left: 0; top: 100%; min-width: 230px; list-style: none; margin: 0; padding: 8px;
	background: #fff; border: 1px solid var(--kkt-line); border-radius: 12px; box-shadow: var(--kkt-shadow);
	opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s;
}
.kkt-menu li:hover > .sub-menu, .kkt-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.kkt-nav-toggle { display: none; }

/* ------------------------------------------------------------ Sections */
.kkt-section { padding: clamp(56px, 7vw, 96px) 0; }
.kkt-section--tight { padding-top: 40px; }
.kkt-section--sand { background: var(--kkt-sand); }
.kkt-section--green { background: var(--kkt-green-800); color: #d8e7d6; }
.kkt-section--green .kkt-h2, .kkt-section--green h3 { color: #fff; }
.kkt-sechead { margin-bottom: 36px; max-width: 720px; }
.kkt-sechead--row { display: flex; align-items: end; justify-content: space-between; max-width: none; gap: 16px; }
.kkt-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.kkt-split--wide { grid-template-columns: .8fr 1.2fr; }
.kkt-split--form { grid-template-columns: 1.4fr .8fr; }

/* ------------------------------------------------------------ Hero */
.kkt-hero {
	position: relative; overflow: hidden;
	background:
		radial-gradient(circle at 88% 18%, rgba(217, 154, 30, .28), transparent 26%),
		linear-gradient(180deg, #f5f1df 0%, var(--kkt-cream) 100%);
	padding: clamp(48px, 7vw, 88px) 0 clamp(100px, 11vw, 150px);
}
.kkt-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.kkt-hero h1 {
	font: 700 clamp(2.6rem, 1.6rem + 4.2vw, 4.6rem)/1.02 var(--kkt-serif);
	letter-spacing: -.02em; color: var(--kkt-green-900); margin: 0;
}
.kkt-hero__ur { text-align: left; font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.2rem); color: var(--kkt-gold); margin: .3em 0 .5em; line-height: 2; }
.kkt-hero__hills, .kkt-pagehero__hills { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: clamp(70px, 11vw, 160px); color: var(--kkt-cream); }

.kkt-pagehero {
	position: relative; overflow: hidden;
	background: linear-gradient(180deg, var(--kkt-green-800), var(--kkt-green-700));
	padding: clamp(48px, 6vw, 80px) 0 clamp(90px, 10vw, 140px); color: #d8e7d6;
}
.kkt-pagehero h1 { font: 700 clamp(2.1rem, 1.5rem + 2.6vw, 3.4rem)/1.08 var(--kkt-serif); color: #fff; letter-spacing: -.015em; max-width: 22ch; }
.kkt-pagehero h1.kkt-ur { font-family: var(--kkt-urdu); font-weight: 600; line-height: 2; max-width: none; font-size: clamp(1.7rem, 1.2rem + 2vw, 2.6rem); }
.kkt-pagehero .kkt-lead { color: #d8e7d6; }
.kkt-pagehero .kkt-eyebrow { color: var(--kkt-leaf); }
.kkt-pagehero .kkt-meta { color: #b9d1b6; font-size: .92rem; margin: 0; }
.kkt-pagehero__hills path:nth-child(1) { fill: #3f8a3a; opacity: .5; }
.kkt-pagehero__hills path:nth-child(2) { fill: #6aab45; opacity: .45; }

/* ------------------------------------------------------------ Cards */
.kkt-cards { display: grid; gap: 20px; }
.kkt-cards--2 { grid-template-columns: repeat(2, 1fr); }
.kkt-cards--3 { grid-template-columns: repeat(3, 1fr); }
.kkt-cards--4 { grid-template-columns: repeat(4, 1fr); }
.kkt-card {
	display: flex; flex-direction: column; gap: 8px;
	background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius);
	padding: 26px; color: var(--kkt-body); text-decoration: none; box-shadow: var(--kkt-shadow);
	transition: transform .18s, box-shadow .18s, border-color .18s;
}
a.kkt-card:hover { transform: translateY(-3px); border-color: var(--kkt-leaf); box-shadow: 0 2px 4px rgba(18,56,34,.06), 0 18px 36px -16px rgba(18,56,34,.3); }
.kkt-card h3 { font: 600 1.2rem/1.25 var(--kkt-serif); margin: 4px 0 0; }
.kkt-card p { margin: 0; font-size: .96rem; }
.kkt-card .kkt-link { margin-top: auto; padding-top: 8px; }
.kkt-shell a.kkt-card { color: var(--kkt-body); }
.kkt-shell .kkt-card--glass, .kkt-shell a.kkt-card--glass { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .14); color: #d8e7d6; box-shadow: none; }
a.kkt-card--glass:hover { background: rgba(255, 255, 255, .1); border-color: var(--kkt-leaf); }
.kkt-card--glass .kkt-link { color: var(--kkt-leaf); }
.kkt-card--glass .kkt-tool__icon { background: rgba(140, 198, 90, .16); color: var(--kkt-leaf); }
.kkt-card--mission { background: var(--kkt-green-800); border-color: var(--kkt-green-800); color: #d8e7d6; }
.kkt-card--mission h3 { color: #fff; }
.kkt-tool__icon {
	display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px;
	background: var(--kkt-leaf-50); color: var(--kkt-green-600);
}
.kkt-tool__icon .kkt-icon { width: 26px; height: 26px; }
.kkt-tool:nth-child(2) .kkt-tool__icon { background: #e6f1f8; color: #2b6f96; }
.kkt-tool:nth-child(3) .kkt-tool__icon { background: var(--kkt-gold-50); color: #a86e00; }
.kkt-tool:nth-child(4) .kkt-tool__icon { background: #f6e8e0; color: #9a4a22; }

.kkt-postcard { padding: 0; overflow: hidden; gap: 0; }
.kkt-postcard__img {
	aspect-ratio: 16 / 9; background: var(--kkt-leaf-50) center / cover no-repeat;
	display: grid; place-items: center; color: var(--kkt-green-500);
}
.kkt-postcard__img--empty {
	aspect-ratio: 16 / 7; justify-items: start; align-items: end; padding: 18px 22px;
	background: linear-gradient(135deg, var(--kkt-leaf-50), #e3efd6 60%, var(--kkt-gold-50));
}
.kkt-postcard__img--empty .kkt-icon { width: 40px; height: 40px; color: var(--kkt-green-600); stroke-width: 1.4; }
.kkt-postcard__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.kkt-postcard h3.kkt-ur { font-family: var(--kkt-urdu); font-size: 1.05rem; line-height: 2; font-weight: 600; }
.kkt-tag {
	align-self: flex-start; font: 600 .72rem/1 var(--kkt-sans); letter-spacing: .04em;
	padding: 6px 9px; border-radius: 999px; background: var(--kkt-leaf-50); color: var(--kkt-green-700);
}

/* ------------------------------------------------------------ Weather card */
.kkt-wcard {
	background: #fff; border: 1px solid var(--kkt-line); border-radius: 20px;
	padding: 24px; box-shadow: 0 2px 4px rgba(18,56,34,.05), 0 24px 48px -20px rgba(18,56,34,.35);
	display: flex; flex-direction: column; gap: 16px;
}
.kkt-wcard__head .kkt-eyebrow { margin-bottom: .6rem; }
.kkt-wcard__head .kkt-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.kkt-select, .kkt-form input[type=text], .kkt-form input[type=tel], .kkt-form select, .kkt-form textarea, .kkt-search input {
	width: 100%; min-height: 46px; padding: 10px 14px; border: 1.5px solid var(--kkt-line); border-radius: var(--kkt-radius-sm);
	background: #fff; color: var(--kkt-ink); font: 500 1rem/1.4 var(--kkt-sans);
}
.kkt-select:focus, .kkt-form input:focus, .kkt-form select:focus, .kkt-form textarea:focus, .kkt-search input:focus { border-color: var(--kkt-green-500); outline: none; box-shadow: 0 0 0 3px rgba(79, 157, 45, .18); }
.kkt-wnow { display: flex; align-items: center; gap: 14px; }
.kkt-wicon { width: 30px; height: 30px; color: var(--kkt-green-600); }
.kkt-wicon--lg { width: 56px; height: 56px; color: var(--kkt-gold); }
.kkt-wicon--xl { width: 76px; height: 76px; color: var(--kkt-gold); }
.kkt-wnow__t { display: block; font: 700 2.4rem/1 var(--kkt-serif); color: var(--kkt-ink); }
.kkt-wnow__c { display: block; color: var(--kkt-muted); font-size: .95rem; margin-top: 4px; }
.kkt-wfacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; }
.kkt-wfacts div { background: var(--kkt-cream); border-radius: 10px; padding: 8px 10px; }
.kkt-wfacts dt { font-size: .72rem; color: var(--kkt-muted); }
.kkt-wfacts dd { margin: 0; font-weight: 600; color: var(--kkt-ink); font-size: .95rem; }
.kkt-wdays { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; gap: 8px; }
.kkt-wdays li { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: .85rem; padding: 8px 4px; border: 1px solid var(--kkt-line); border-radius: 10px; }
.kkt-wdays li span:last-child { font-weight: 600; color: var(--kkt-ink); }
.kkt-wok { margin: 0; font-size: .9rem; color: var(--kkt-green-700); background: var(--kkt-leaf-50); border-radius: 10px; padding: 10px 12px; }
.kkt-walerts { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.kkt-walert { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border-radius: 10px; border-left: 4px solid; font-size: .92rem; }
.kkt-walert strong { color: var(--kkt-ink); }
.kkt-walert--high { background: #fbeee8; border-color: var(--kkt-danger); }
.kkt-walert--mid { background: var(--kkt-gold-50); border-color: var(--kkt-gold); }
.kkt-walert--good { background: var(--kkt-leaf-50); border-color: var(--kkt-green-500); }

.kkt-wfull__now { display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); padding: 24px; margin-bottom: 20px; box-shadow: var(--kkt-shadow); }
.kkt-wfull__now .kkt-eyebrow { margin-bottom: .3rem; }
.kkt-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; list-style: none; margin: 0; padding: 0; }
.kkt-week li { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; background: #fff; border: 1px solid var(--kkt-line); border-radius: 12px; padding: 16px 8px; font-size: .85rem; }
.kkt-week__d { font-weight: 600; color: var(--kkt-ink); }
.kkt-week__c { color: var(--kkt-muted); min-height: 2.6em; line-height: 1.3; }
.kkt-week__t b { font-size: 1.15rem; color: var(--kkt-ink); }
.kkt-week__r { color: #2b6f96; }
.kkt-week__w { color: var(--kkt-muted); }

/* ------------------------------------------------------------ Segmented control / toolbar */
.kkt-toolbar { display: flex; flex-wrap: wrap; gap: 20px 32px; align-items: end; margin-bottom: 20px; }
.kkt-toolbar__select { min-width: 260px; }
.kkt-seg { display: inline-flex; flex-wrap: wrap; gap: 4px; padding: 4px; background: #fff; border: 1px solid var(--kkt-line); border-radius: 12px; }
.kkt-seg button {
	border: 0; background: transparent; cursor: pointer; border-radius: 9px;
	padding: 9px 14px; font: 600 .92rem/1.2 var(--kkt-sans); color: var(--kkt-muted); text-align: left;
}
.kkt-seg button small { display: block; font-weight: 500; font-size: .74rem; opacity: .8; }
.kkt-seg button:hover { color: var(--kkt-ink); background: var(--kkt-cream); }
.kkt-seg button[aria-selected=true], .kkt-seg button[aria-pressed=true] { background: var(--kkt-green-700); color: #fff; }
.kkt-seg--small button { padding: 7px 12px; font-size: .86rem; }

/* ------------------------------------------------------------ This month */
.kkt-month__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.kkt-month__head .kkt-h2 { margin: 0; }
.kkt-month__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 16px 0 24px; }
.kkt-month__cols > div { background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); padding: 22px; }
.kkt-month__cols h3 { font: 600 1.05rem/1.3 var(--kkt-sans); display: flex; align-items: center; gap: 8px; }
.kkt-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.kkt-chips li { background: var(--kkt-cream); border: 1px solid var(--kkt-line); border-radius: 999px; padding: 4px 12px; font-size: .92rem; font-weight: 500; color: var(--kkt-ink); display: inline-flex; gap: 6px; align-items: center; }
.kkt-chips li span { font-size: .85rem; color: var(--kkt-muted); line-height: 1.8; }
.kkt-dot { display: inline-block; width: 12px; height: 12px; border-radius: 4px; flex: none; }
.kkt-dot--sow { background: var(--kkt-green-500); }
.kkt-dot--harvest { background: var(--kkt-gold); }
.kkt-dot--now { background: transparent; border: 2px solid var(--kkt-ink); }

/* ------------------------------------------------------------ Crop calendar table */
.kkt-legend { display: flex; flex-wrap: wrap; gap: 18px; font-size: .9rem; margin-bottom: 10px; }
.kkt-legend span { display: inline-flex; align-items: center; gap: 7px; }
.kkt-tablewrap { overflow-x: auto; background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); box-shadow: var(--kkt-shadow); }
.kkt-cal { width: 100%; min-width: 860px; border-collapse: separate; border-spacing: 0; font-size: .9rem; }
.kkt-cal th, .kkt-cal td { padding: 0; border-bottom: 1px solid #efebdd; }
.kkt-cal thead th { padding: 12px 4px; font-weight: 600; color: var(--kkt-muted); font-size: .8rem; text-align: center; background: #fff; position: sticky; top: 0; }
.kkt-cal thead th:first-child { text-align: left; padding-left: 18px; }
.kkt-cal thead th.is-now { color: var(--kkt-ink); }
.kkt-cal tbody th[scope=row] { text-align: left; font-weight: 600; color: var(--kkt-ink); padding: 10px 12px 10px 18px; white-space: nowrap; position: sticky; left: 0; background: #fff; z-index: 1; }
.kkt-cal tbody th[scope=row] span { font-weight: 400; color: var(--kkt-muted); margin-left: 6px; font-size: .85rem; }
.kkt-cal .kkt-cal__group th { background: var(--kkt-sand); text-align: left; padding: 8px 18px; font: 600 .74rem/1.2 var(--kkt-sans); letter-spacing: .1em; text-transform: uppercase; color: var(--kkt-green-700); }
.kkt-cal td { position: relative; width: 6.4%; height: 40px; }
.kkt-cal td::before { content: ''; position: absolute; inset: 11px 2px; border-radius: 5px; }
.kkt-cal td.is-sow::before { background: var(--kkt-green-500); }
.kkt-cal td.is-harvest::before { background: var(--kkt-gold); }
.kkt-cal td.is-sow.is-harvest::before { background: linear-gradient(90deg, var(--kkt-green-500) 50%, var(--kkt-gold) 50%); }
.kkt-cal td.is-now, .kkt-cal thead th.is-now { background: rgba(217, 154, 30, .09); }
.kkt-cal td.is-now::after { content: ''; position: absolute; inset: 0; border-left: 1.5px dashed rgba(23,38,27,.25); border-right: 1.5px dashed rgba(23,38,27,.25); pointer-events: none; }

/* ------------------------------------------------------------ Programmes, story */
.kkt-programmes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.kkt-programme { background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); padding: 22px 20px; }
.kkt-programme__icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--kkt-leaf-50); color: var(--kkt-green-600); margin-bottom: 12px; }
.kkt-programme h3 { font: 600 1.02rem/1.3 var(--kkt-sans); margin-bottom: 6px; }
.kkt-programme p { font-size: .9rem; margin: 0; color: var(--kkt-muted); }

.kkt-quote { margin: 0; background: var(--kkt-green-800); color: #fff; border-radius: 20px; padding: clamp(28px, 4vw, 44px); position: relative; overflow: hidden; }
.kkt-quote::before { content: '\201C'; position: absolute; top: -30px; right: 18px; font: 700 11rem/1 var(--kkt-serif); color: rgba(140, 198, 90, .18); }
.kkt-quote blockquote { margin: 0 0 16px; font: 600 clamp(1.3rem, 1rem + 1vw, 1.75rem)/1.35 var(--kkt-serif); position: relative; }
.kkt-quote figcaption { color: var(--kkt-leaf); font-weight: 600; font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; }

.kkt-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 48px 0 0; }
.kkt-stats div { display: flex; flex-direction: column-reverse; background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); padding: 20px; }
.kkt-stats dd { margin: 0; font: 700 2.2rem/1.1 var(--kkt-serif); color: var(--kkt-green-700); }
.kkt-stats dt { color: var(--kkt-muted); font-size: .92rem; }

.kkt-timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.kkt-timeline li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: start; }
.kkt-timeline__when { font: 700 1rem/1.3 var(--kkt-serif); color: var(--kkt-gold); padding-top: 22px; }
.kkt-timeline__body { position: relative; background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); padding: 20px 22px 20px 74px; }
.kkt-timeline__icon { position: absolute; left: 20px; top: 20px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--kkt-leaf-50); color: var(--kkt-green-600); }
.kkt-timeline h3 { font: 600 1.08rem/1.3 var(--kkt-sans); margin-bottom: 4px; }
.kkt-timeline p { margin: 0; font-size: .94rem; }

.kkt-chair { margin: 0; text-align: center; }
.kkt-chair blockquote { margin: 0 0 20px; }
.kkt-chair blockquote p { font: 500 clamp(1.25rem, 1rem + .9vw, 1.6rem)/1.5 var(--kkt-serif); color: var(--kkt-ink); }
.kkt-chair figcaption { display: flex; flex-direction: column; gap: 2px; }
.kkt-chair figcaption strong { color: var(--kkt-green-700); font-size: 1.05rem; }
.kkt-chair figcaption span { color: var(--kkt-muted); font-size: .9rem; }

.kkt-aside { display: grid; gap: 16px; }

/* ------------------------------------------------------------ Prose */
.kkt-wide { min-height: 200px; }
.kkt-prose { font-size: 1.06rem; line-height: 1.75; max-width: 72ch; }
.kkt-prose h2 { font: 600 1.6rem/1.25 var(--kkt-serif); margin: 2em 0 .6em; }
.kkt-prose h3 { font: 600 1.25rem/1.3 var(--kkt-serif); margin: 1.6em 0 .5em; }
.kkt-prose > :first-child { margin-top: 0; }
.kkt-prose ul, .kkt-prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.kkt-prose li { margin-bottom: .4em; }
.kkt-prose li::marker { color: var(--kkt-green-500); }
.kkt-prose blockquote { margin: 1.5em 0; padding: 16px 20px; border-left: 4px solid var(--kkt-gold); background: var(--kkt-gold-50); border-radius: 0 10px 10px 0; }
.kkt-prose blockquote p:last-child { margin: 0; }
.kkt-prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; }
.kkt-prose th, .kkt-prose td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--kkt-line); }
.kkt-prose th { background: var(--kkt-sand); }
.kkt-prose--ur { font-family: var(--kkt-urdu); font-size: 1.1rem; line-height: 2.3; max-width: none; }
.kkt-prose--ur h1, .kkt-prose--ur h2, .kkt-prose--ur h3, .kkt-prose--ur h4 { font-family: var(--kkt-urdu); font-weight: 600; line-height: 2; }
.kkt-prose--ur ul, .kkt-prose--ur ol { padding-left: 0; padding-right: 1.3em; }
.kkt-article__image { margin: 0 0 32px; border-radius: var(--kkt-radius); overflow: hidden; }
.kkt-article__image img { display: block; width: 100%; }
.kkt-pagehero--article h1 { max-width: none; }

.kkt-callout { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; margin-top: 48px; padding: 26px 28px; background: var(--kkt-leaf-50); border: 1px solid #d5e8c3; border-radius: var(--kkt-radius); }
.kkt-callout h2 { font: 600 1.25rem/1.3 var(--kkt-serif); margin-bottom: 4px; }
.kkt-callout p { margin: 0; }
.kkt-callout > div { flex: 1 1 320px; }

/* ------------------------------------------------------------ Forms */
.kkt-form { display: grid; gap: 18px; background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); padding: clamp(20px, 3vw, 32px); box-shadow: var(--kkt-shadow); }
.kkt-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kkt-field label { display: block; font-weight: 600; color: var(--kkt-ink); margin-bottom: 6px; font-size: .95rem; }
.kkt-form textarea { min-height: 150px; resize: vertical; }
.kkt-form input[type=file] { font-size: .95rem; }
.kkt-hint { font-size: .85rem; color: var(--kkt-muted); margin: 6px 0 0; }
.kkt-check { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; }
.kkt-check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--kkt-green-600); flex: none; }
.kkt-form .kkt-btn { justify-self: start; }
.kkt-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.kkt-alert { border-radius: var(--kkt-radius); padding: 20px 22px; margin-bottom: 18px; }
.kkt-alert--ok { background: var(--kkt-leaf-50); border: 1px solid #cfe5bb; padding: 28px; }
.kkt-alert--ok h2 { font: 600 1.5rem/1.25 var(--kkt-serif); }
.kkt-alert--err { background: #fbeee8; border: 1px solid #f0cbbd; color: #7a2b12; }
.kkt-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 1.1rem; text-decoration: none; }
.kkt-list { padding-left: 1.2em; margin: 0; font-size: .94rem; }
.kkt-list li { margin-bottom: 6px; }

.kkt-faq { display: grid; gap: 10px; }
.kkt-faq__item { background: #fff; border: 1px solid var(--kkt-line); border-radius: 12px; }
.kkt-faq__item summary { cursor: pointer; padding: 18px 20px; display: grid; gap: 6px; list-style: none; }
.kkt-faq__item summary::-webkit-details-marker { display: none; }
.kkt-faq__q { font-weight: 600; color: var(--kkt-ink); }
.kkt-faq__who { font-size: .85rem; color: var(--kkt-muted); }
.kkt-faq__a { padding: 0 20px 18px; border-top: 1px solid var(--kkt-line); padding-top: 14px; }
.kkt-faq__a p:last-child { margin: 0; }

/* ------------------------------------------------------------ Knowledge hub */
.kkt-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.kkt-topics a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--kkt-line); color: var(--kkt-ink); text-decoration: none; font-weight: 500; font-size: .93rem; }
.kkt-topics a small { color: var(--kkt-muted); font-size: .8rem; }
.kkt-topics a .kkt-icon { color: var(--kkt-green-600); width: 18px; height: 18px; }
.kkt-topics a:hover { border-color: var(--kkt-leaf); }
.kkt-topics a[aria-current] { background: var(--kkt-green-700); border-color: var(--kkt-green-700); color: #fff; }
.kkt-topics a[aria-current] .kkt-icon, .kkt-topics a[aria-current] small { color: #cfe5bb; }
.kkt-search { display: flex; gap: 10px; margin-bottom: 32px; max-width: 620px; }
.kkt-pager { display: flex; gap: 6px; margin-top: 32px; }
.kkt-pager a { display: grid; place-items: center; min-width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--kkt-line); background: #fff; text-decoration: none; font-weight: 600; }
.kkt-pager a[aria-current] { background: var(--kkt-green-700); color: #fff; border-color: var(--kkt-green-700); }

/* ------------------------------------------------------------ Videos */
.kkt-videos { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.kkt-videos--strip { grid-template-columns: repeat(4, 1fr); }
.kkt-video[hidden] { display: none; }
.kkt-video__play {
	position: relative; display: block; width: 100%; aspect-ratio: 9 / 16; padding: 0; border: 0; cursor: pointer;
	border-radius: var(--kkt-radius); overflow: hidden; background: var(--kkt-green-800); text-align: left; color: #fff;
	box-shadow: var(--kkt-shadow);
}
.kkt-video__thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: center / cover no-repeat; transition: transform .4s; }
.kkt-video__thumb--empty { background: var(--kkt-green-800) center 38% / 46% no-repeat; opacity: .9; }
.kkt-video__title--ur { font-family: var(--kkt-urdu); font-weight: 600; font-size: .95rem; line-height: 1.9; text-align: right;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.kkt-video__title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.kkt-vsearch input { min-height: 44px; width: min(340px, 100%); padding: 8px 14px; border: 1.5px solid var(--kkt-line); border-radius: 999px; background: #fff; font: 500 .95rem var(--kkt-sans); }
.kkt-vsearch input:focus { outline: none; border-color: var(--kkt-green-500); box-shadow: 0 0 0 3px rgba(79,157,45,.18); }
.kkt-vfilters { margin: -8px 0 22px; }
.kkt-vmore { text-align: center; margin-top: 32px; }
.kkt-vmore[hidden] { display: none; }
.kkt-vempty { text-align: center; padding: 24px; }
.kkt-vmodal__title[dir], .kkt-vmodal__cap { unicode-bidi: plaintext; }
.kkt-vmodal__cap { font-family: var(--kkt-urdu), var(--kkt-sans); line-height: 2; }
.kkt-video__play:hover .kkt-video__thumb, .kkt-video__play:focus-visible .kkt-video__thumb { transform: scale(1.04); }
.kkt-video__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 35%, rgba(10,30,18,.88) 100%); }
.kkt-video__btn {
	position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%);
	display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%;
	background: rgba(255,255,255,.92); color: var(--kkt-green-700); box-shadow: 0 8px 24px rgba(0,0,0,.3); transition: transform .2s, background .2s;
}
.kkt-video__btn svg { width: 26px; height: 26px; margin-left: 3px; }
.kkt-video__play:hover .kkt-video__btn { transform: translate(-50%, -50%) scale(1.08); background: var(--kkt-gold); color: #fff; }
.kkt-video__dur { position: absolute; top: 12px; right: 12px; background: rgba(0,0,0,.6); border-radius: 6px; padding: 3px 8px; font: 600 .78rem/1.3 var(--kkt-sans); }
.kkt-video__meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; display: flex; flex-direction: column; gap: 4px; }
.kkt-video__title { font: 600 1.02rem/1.3 var(--kkt-serif); }
.kkt-video__views { font-size: .8rem; color: #cfe5bb; }
.kkt-vfeature { display: grid; grid-template-columns: minmax(260px, 340px) 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; margin-bottom: 64px; }
.kkt-vfeature__cap { font-size: 1.05rem; color: var(--kkt-body); text-align: right; }
.kkt-video--feature .kkt-video__btn { width: 76px; height: 76px; }
.kkt-video--feature .kkt-video__title { font-size: 1.2rem; }
.kkt-vhead { align-items: center; margin-bottom: 24px; }
.kkt-vhead .kkt-h2 { margin: 0; }
.kkt-vhead small { font: 500 1rem var(--kkt-sans); }
.kkt-vcta { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.kkt-vcta > div:first-child { flex: 1 1 460px; }
.kkt-vcta p { margin: 0; }
.kkt-btn--light { background: #fff; border-color: #fff; color: var(--kkt-green-800) !important; }
.kkt-btn--light:hover { background: var(--kkt-leaf); border-color: var(--kkt-leaf); }
.kkt-btn--outline-light { background: transparent; border-color: rgba(255,255,255,.6); }
.kkt-btn--outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }

.kkt-vmodal { border: 0; padding: 0; background: transparent; max-width: min(860px, 94vw); width: 100%; overflow: visible; }
.kkt-vmodal::backdrop { background: rgba(8, 20, 12, .82); backdrop-filter: blur(4px); }
.kkt-vmodal__body { display: grid; grid-template-columns: auto 1fr; background: #fff; border-radius: 18px; overflow: hidden; }
.kkt-vmodal__frame { width: min(360px, 90vw); aspect-ratio: 9 / 16; max-height: 86vh; background: #000 center / cover no-repeat; }
.kkt-vmodal__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.kkt-vmodal__info { padding: 28px; display: flex; flex-direction: column; gap: 12px; overflow-y: auto; max-height: 86vh; }
.kkt-vmodal__title { font: 600 1.4rem/1.25 var(--kkt-serif); color: var(--kkt-ink); margin: 0; }
.kkt-vmodal__cap { color: var(--kkt-body); margin: 0; }
.kkt-vmodal__close {
	position: absolute; top: -14px; right: -14px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; border: 0;
	background: #fff; color: var(--kkt-ink); font-size: 1.6rem; line-height: 1; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.3);
}

/* ------------------------------------------------------------ Founder */
.kkt-founder { margin: 0; position: relative; border-radius: 22px; overflow: hidden; box-shadow: 0 2px 4px rgba(18,56,34,.06), 0 30px 60px -28px rgba(18,56,34,.45); background: var(--kkt-green-800); }
.kkt-founder__img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: 60% 30%; }
.kkt-founder__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 24px 22px; display: flex; flex-direction: column; gap: 2px;
	background: linear-gradient(180deg, rgba(10,30,18,0) 0%, rgba(10,30,18,.88) 55%); color: #fff; }
.kkt-founder__cap strong { font: 700 1.45rem/1.2 var(--kkt-serif); }
.kkt-founder__ur { font-family: var(--kkt-urdu); font-size: 1.15rem; line-height: 1.9; color: var(--kkt-gold); text-align: left; }
.kkt-founder__role { font-size: .9rem; color: #cfe5bb; }
.kkt-founder__role .kkt-tr { color: #cfe5bb; }
.kkt-founder--card .kkt-founder__cap strong { font-size: 1.2rem; }
.kkt-quote--inline { margin: 8px 0 22px; padding: 22px 24px; border-radius: 16px; }
.kkt-quote--inline::before { font-size: 7rem; top: -20px; }
.kkt-quote--inline blockquote { font-size: 1.12rem; margin-bottom: 8px; }
.kkt-chairwrap { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: center; max-width: 1000px; }
.kkt-chair__img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: 60% 30%; border-radius: 50%; border: 6px solid #fff; box-shadow: var(--kkt-shadow); }
.kkt-chairwrap .kkt-chair { text-align: left; }
.kkt-chairwrap .kkt-chair figcaption { align-items: flex-start; }
@media (max-width: 800px) {
	.kkt-chairwrap { grid-template-columns: 1fr; gap: 24px; justify-items: center; }
	.kkt-chair__img { max-width: 200px; }
}

/* ------------------------------------------------------------ Footer */
.kkt-footer { background: var(--kkt-green-900); color: #b9cdb8; padding: 64px 0 0; font-size: .95rem; }
.kkt-footer a { color: #dfeadd; text-decoration: none; }
.kkt-footer a:hover { color: #fff; text-decoration: underline; }
.kkt-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; }
.kkt-footer h2 { font: 600 .8rem/1.3 var(--kkt-sans); letter-spacing: .12em; text-transform: uppercase; color: var(--kkt-leaf); margin: 0 0 14px; }
.kkt-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.kkt-footer address { font-style: normal; line-height: 1.9; }
.kkt-footer__brand { font: 700 1.4rem/1.2 var(--kkt-serif); color: #fff; margin: 0 0 4px; }
.kkt-footer__slogan { color: var(--kkt-gold); font-size: 1.05rem; margin: 0 0 10px; }
.kkt-footer__base { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 48px; padding-top: 20px; padding-bottom: 28px; font-size: .86rem; }

/* ------------------------------------------------------------ Contact Form 7 inside the shell */
.kkt-shell .wpcf7 { max-width: 720px; }
.kkt-shell .wpcf7-form { display: grid; gap: 4px; background: #fff; border: 1px solid var(--kkt-line); border-radius: var(--kkt-radius); padding: clamp(20px, 3vw, 32px); box-shadow: var(--kkt-shadow); }
.kkt-shell .wpcf7-form label { display: block; font-weight: 600; color: var(--kkt-ink); font-size: .95rem; }
.kkt-shell .wpcf7-form input[type=text], .kkt-shell .wpcf7-form input[type=email], .kkt-shell .wpcf7-form input[type=tel],
.kkt-shell .wpcf7-form input[type=number], .kkt-shell .wpcf7-form select, .kkt-shell .wpcf7-form textarea {
	width: 100%; min-height: 46px; margin-top: 6px; padding: 10px 14px; border: 1.5px solid var(--kkt-line); border-radius: var(--kkt-radius-sm);
	background: #fff; color: var(--kkt-ink); font: 500 1rem/1.4 var(--kkt-sans);
}
.kkt-shell .wpcf7-form textarea { min-height: 120px; }
.kkt-shell .wpcf7-form input:focus, .kkt-shell .wpcf7-form select:focus, .kkt-shell .wpcf7-form textarea:focus { border-color: var(--kkt-green-500); outline: none; box-shadow: 0 0 0 3px rgba(79, 157, 45, .18); }
.kkt-shell .wpcf7-form input[type=submit] {
	justify-self: start; min-height: 48px; padding: 0 1.6em; border: 0; border-radius: 999px; margin-top: 8px;
	background: var(--kkt-green-700); color: #fff; font: 600 1rem/1 var(--kkt-sans); cursor: pointer;
}
.kkt-shell .wpcf7-form input[type=submit]:hover { background: var(--kkt-green-900); }
.kkt-shell .wpcf7-response-output { border-radius: 10px; margin: 12px 0 0 !important; }

/* ------------------------------------------------------------ Elementor content inside the shell */
.kkt-shell .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1152px; }

/* ------------------------------------------------------------ Responsive */
@media (max-width: 1100px) {
	.kkt-programmes { grid-template-columns: repeat(3, 1fr); }
	.kkt-cards--4 { grid-template-columns: repeat(2, 1fr); }
	.kkt-week { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1100px) {
	.kkt-nav-toggle {
		display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--kkt-line); border-radius: 12px;
		background: #fff; cursor: pointer; order: 3;
	}
	.kkt-nav-toggle > span:first-child, .kkt-nav-toggle > span:first-child::before, .kkt-nav-toggle > span:first-child::after {
		display: block; width: 20px; height: 2px; background: var(--kkt-ink); border-radius: 2px; position: relative; transition: .2s;
	}
	.kkt-nav-toggle > span:first-child::before, .kkt-nav-toggle > span:first-child::after { content: ''; position: absolute; left: 0; }
	.kkt-nav-toggle > span:first-child::before { top: -6px; }
	.kkt-nav-toggle > span:first-child::after { top: 6px; }
	.kkt-nav-open .kkt-nav-toggle > span:first-child { background: transparent; }
	.kkt-nav-open .kkt-nav-toggle > span:first-child::before { top: 0; transform: rotate(45deg); }
	.kkt-nav-open .kkt-nav-toggle > span:first-child::after { top: 0; transform: rotate(-45deg); }
	.kkt-nav {
		display: none; position: absolute; left: 0; right: 0; top: 100%;
		flex-direction: column; align-items: stretch; gap: 12px;
		background: var(--kkt-cream); border-bottom: 1px solid var(--kkt-line); padding: 12px 16px 20px;
		max-height: calc(100vh - 74px); overflow-y: auto; box-shadow: 0 20px 30px -20px rgba(0,0,0,.25);
	}
	.kkt-nav-open .kkt-nav { display: flex; }
	.kkt-menu { flex-direction: column; }
	.kkt-menu a { padding: 13px 12px; font-size: 1.02rem; }
	.kkt-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 0 14px; display: none; }
	.kkt-menu .is-open > .sub-menu { display: block; }
	.kkt-nav__cta { align-self: stretch; }
	.kkt-hero__grid, .kkt-split, .kkt-split--wide, .kkt-split--form { grid-template-columns: 1fr; }
	.kkt-cards--3 { grid-template-columns: repeat(2, 1fr); }
	.kkt-footer__grid { grid-template-columns: 1fr 1fr; }
	.kkt-videos--strip { grid-template-columns: repeat(2, 1fr); }
	.kkt-vfeature { grid-template-columns: 1fr; }
	.kkt-vfeature .kkt-video--feature { max-width: 340px; }
}
@media (max-width: 782px) {
	.admin-bar .kkt-header { top: 0; }
}
@media (max-width: 640px) {
	.kkt-wrap { padding: 0 16px; }
	.kkt-header__in { min-height: 64px; gap: 12px; }
	.kkt-brand img { width: 42px; height: 42px; }
	.kkt-brand strong { font-size: 1rem; }
	.kkt-cards--2, .kkt-cards--3, .kkt-cards--4, .kkt-month__cols, .kkt-form__row { grid-template-columns: 1fr; }
	.kkt-programmes { grid-template-columns: 1fr 1fr; gap: 10px; }
	.kkt-programme { padding: 16px; }
	.kkt-week { grid-template-columns: 1fr; }
	.kkt-week li { flex-direction: row; flex-wrap: wrap; justify-content: space-between; text-align: left; padding: 12px 14px; }
	.kkt-week__c { min-height: 0; flex: 1 1 40%; }
	.kkt-week__r, .kkt-week__w { flex: 1 1 45%; }
	.kkt-timeline li { grid-template-columns: 1fr; gap: 6px; }
	.kkt-timeline__when { padding-top: 0; }
	.kkt-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.kkt-footer__base { flex-direction: column; }
	.kkt-sechead--row { flex-direction: column; align-items: start; }
	.kkt-seg { display: flex; }
	.kkt-seg button { flex: 1 1 auto; }
	.kkt-search { flex-direction: column; }
	.kkt-wfull__now { flex-direction: column; align-items: flex-start; }
	.kkt-toolbar__select { min-width: 0; width: 100%; }
	.kkt-videos { grid-template-columns: 1fr 1fr; gap: 12px; }
	.kkt-video__btn { width: 48px; height: 48px; }
	.kkt-video__meta { padding: 12px; }
	.kkt-video__title { font-size: .92rem; }
	.kkt-vmodal__body { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
	.kkt-vmodal__frame { width: 100%; max-height: 70vh; margin: 0 auto; }
	.kkt-vmodal__info { padding: 18px 20px 24px; max-height: none; }
	.kkt-vmodal__close { top: 8px; right: 8px; }
}
@media (prefers-reduced-motion: reduce) {
	.kkt-shell * { transition: none !important; }
}
