/* ==========================================================================
   Kishk theme — component styles (tokens live in theme.json)
   Colours: espresso #312624 · gold #e9be1c · caramel #ecb571 · bronze #7a5c00
            cream #fbf6ee · sand #f2e8d8 · stone #6e5e58 · mist #cbbdb5
   ========================================================================== */

:root {
	--k-espresso: var(--wp--preset--color--espresso, #312624);
	--k-espresso-deep: var(--wp--preset--color--espresso-deep, #211917);
	--k-espresso-soft: var(--wp--preset--color--espresso-soft, #4a3b37);
	--k-gold: var(--wp--preset--color--gold, #e9be1c);
	--k-caramel: var(--wp--preset--color--caramel, #ecb571);
	--k-bronze: var(--wp--preset--color--bronze, #7a5c00);
	--k-cream: var(--wp--preset--color--cream, #fbf6ee);
	--k-sand: var(--wp--preset--color--sand, #f2e8d8);
	--k-stone: var(--wp--preset--color--stone, #6e5e58);
	--k-mist: var(--wp--preset--color--mist, #cbbdb5);
	--k-line: #e4d8c6;
	--k-field: #958479;
	--k-display: var(--wp--preset--font-family--display, "Kanit", system-ui, sans-serif);
	--k-shadow-card: var(--wp--preset--shadow--card, 0 1px 2px rgba(33, 25, 23, 0.06), 0 8px 24px rgba(33, 25, 23, 0.08));
	--k-shadow-lift: var(--wp--preset--shadow--lift, 0 14px 36px rgba(33, 25, 23, 0.18));
	--k-ease: cubic-bezier(0.2, 0.7, 0.2, 1);

	/* Context tokens (light grounds). Dark grounds override below. */
	--k-eyebrow: var(--k-bronze);
	--k-muted: var(--k-stone);
	--k-link: var(--k-bronze);
	--k-icon: var(--k-bronze);
	--k-focus: var(--k-bronze);

	/* Icons (24px grid, 1.75 stroke, square caps). */
	--k-chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M8 1 3 6l5 5M15 1l-5 5 5 5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
	--k-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
	--k-i-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 0 0 5 5L15 13l5 2v4a1 1 0 0 1-1 1A16 16 0 0 1 4 5a1 1 0 0 1 1-1z' fill='none' stroke='%23000' stroke-width='1.75'/%3E%3C/svg%3E");
	--k-i-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='1' fill='none' stroke='%23000' stroke-width='1.75'/%3E%3Cpath d='m3 7 9 6 9-6' fill='none' stroke='%23000' stroke-width='1.75'/%3E%3C/svg%3E");
	--k-i-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-6.2-7-11.5a7 7 0 0 1 14 0C19 14.8 12 21 12 21z' fill='none' stroke='%23000' stroke-width='1.75'/%3E%3Ccircle cx='12' cy='9.5' r='2.5' fill='none' stroke='%23000' stroke-width='1.75'/%3E%3C/svg%3E");
}

.has-espresso-background-color,
.has-espresso-deep-background-color,
.has-espresso-soft-background-color,
.wp-block-cover,
.kishk-banner,
.kishk-site-header,
.kishk-site-footer {
	--k-eyebrow: var(--k-caramel);
	--k-muted: #e3d8d1;
	--k-link: var(--k-gold);
	--k-icon: var(--k-gold);
	--k-focus: var(--k-gold);
}

/* ---------- Base ---------- */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

::selection {
	background: var(--k-gold);
	color: var(--k-espresso);
}

h1, h2, h3, h4 {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 2px solid var(--k-focus);
	outline-offset: 2px;
}

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

img {
	height: auto;
	max-width: 100%;
}

/* Stack page regions and full-width sections flush (front end and Site Editor). */
.is-root-container > .wp-block-template-part,
.is-root-container > .kishk-main {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.wp-site-blocks > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.kishk-main > *,
.kishk-page-content > .alignfull,
.kishk-section.alignfull,
.wp-block-cover.alignfull.kishk-section {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.kishk-page-content > .alignfull + .alignfull {
	margin-top: 0 !important;
}

.kishk-section h2 {
	margin-top: 0;
}

.has-espresso-background-color a:where(:not(.wp-element-button)),
.wp-block-cover a:where(:not(.wp-element-button)) {
	color: var(--k-link);
}

/* ---------- Eyebrow, muted, lead ---------- */

.kishk-eyebrow {
	align-items: center;
	color: var(--k-eyebrow);
	display: flex;
	font-family: var(--k-display);
	font-size: 13px;
	font-weight: 500;
	gap: 10px;
	letter-spacing: 0.16em;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.kishk-eyebrow::before {
	background-color: currentColor;
	content: "";
	flex: none;
	height: 12px;
	-webkit-mask: var(--k-chev) center / contain no-repeat;
	mask: var(--k-chev) center / contain no-repeat;
	width: 20px;
}

.kishk-eyebrow.has-text-align-center {
	justify-content: center;
}

.kishk-eyebrow + h1,
.kishk-eyebrow + h2,
.kishk-eyebrow + .wp-block-heading,
.kishk-eyebrow + .wp-block-post-title,
.kishk-eyebrow + .wp-block-query-title {
	margin-top: 0;
}

.kishk-muted {
	color: var(--k-muted);
}

.kishk-lead {
	color: var(--k-espresso);
}

/* ---------- Buttons ---------- */

.wp-element-button,
.wp-block-button__link {
	transition: background-color 0.2s var(--k-ease), color 0.2s var(--k-ease), border-color 0.2s var(--k-ease), transform 0.2s var(--k-ease);
}

.wp-block-button__link:active {
	transform: translateY(1px);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border: 1.5px solid currentColor;
	color: var(--k-espresso);
	padding: calc(14px - 1.5px) calc(26px - 1.5px);
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--k-espresso);
	border-color: var(--k-espresso);
	color: #fff;
}

.has-espresso-background-color .wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link,
.kishk-banner .wp-block-button.is-style-outline > .wp-block-button__link {
	color: #fff;
}

.has-espresso-background-color .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-cover .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.kishk-banner .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: #fff;
	border-color: #fff;
	color: var(--k-espresso);
}

/* ---------- Header ---------- */

.kishk-header-part {
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar .kishk-header-part {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .kishk-header-part {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .kishk-header-part {
		top: 0;
	}
}

.kishk-site-header {
	transition: box-shadow 0.25s var(--k-ease);
}

.kishk-site-header > *,
.kishk-site-footer > .wp-block-columns {
	margin-block-start: 0 !important;
}

.kishk-site-header.is-scrolled {
	box-shadow: 0 10px 30px rgba(33, 25, 23, 0.28);
}

.kishk-topbar {
	font-size: 13px;
	line-height: 1.4;
	padding-bottom: 8px;
	padding-top: 8px;
}

.kishk-topbar p {
	margin: 0;
}

.kishk-topbar__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}

.kishk-topbar a {
	color: var(--k-mist);
	text-decoration: none;
}

.kishk-topbar a:hover {
	color: var(--k-gold);
}

.kishk-mainbar {
	padding-bottom: 14px;
	padding-top: 14px;
}

.kishk-mainbar__inner {
	align-items: center;
	gap: 24px;
}

.kishk-mainbar__nav {
	align-items: center;
	gap: 32px;
}

.kishk-logo {
	flex: none;
	margin: 0;
}

.kishk-logo img {
	display: block;
}

.kishk-nav .wp-block-navigation-item__content {
	color: #fff;
	padding: 6px 0;
	position: relative;
	text-decoration: none;
}

.kishk-nav .wp-block-navigation__container {
	gap: 28px;
}

.kishk-nav .wp-block-navigation-item__content::after {
	background: var(--k-gold);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s var(--k-ease);
	width: 100%;
}

.kishk-nav .wp-block-navigation-item__content:hover,
.kishk-nav .wp-block-navigation-item.is-current > .wp-block-navigation-item__content {
	color: var(--k-gold);
}

.kishk-nav .wp-block-navigation-item__content:hover::after,
.kishk-nav .wp-block-navigation-item.is-current > .wp-block-navigation-item__content::after {
	transform: scaleX(1);
}

.kishk-header-cta {
	margin: 0;
}

.kishk-header-cta .wp-block-button__link {
	font-size: 15px;
	padding: 11px 20px;
	white-space: nowrap;
}

/* Mobile menu overlay */
.kishk-nav .wp-block-navigation__responsive-container.is-menu-open {
	padding: 28px clamp(16px, 5vw, 40px);
}

.kishk-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: 56px;
}

.kishk-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.kishk-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	align-items: flex-start !important;
}

.kishk-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	gap: 18px;
}

.kishk-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	font-size: 26px;
	font-weight: 500;
}

.kishk-nav .wp-block-navigation__responsive-container-open svg,
.kishk-nav .wp-block-navigation__responsive-container-close svg {
	height: 30px;
	width: 30px;
}

@media (max-width: 1024px) {
	.kishk-topbar {
		display: none;
	}

	.kishk-nav .wp-block-navigation__container {
		gap: 20px;
	}

	.kishk-mainbar__nav {
		gap: 20px;
	}
}

@media (min-width: 601px) and (max-width: 900px) {
	.kishk-mainbar .wp-block-buttons.kishk-header-cta {
		display: none;
	}
}

@media (max-width: 600px) {
	.kishk-mainbar .kishk-logo img {
		height: 48px !important;
		width: 52px !important;
	}

	.kishk-mainbar {
		padding-bottom: 8px;
		padding-top: 8px;
	}
}

/* ---------- Hero ---------- */

.kishk-hero {
	overflow: hidden;
}

.kishk-hero__content {
	max-width: 660px;
}

/* Fix: on screens wider than ~1400px keep the hero text aligned with the header/logo
   (a left-positioned cover otherwise hugs the viewport edge). */
.wp-block-cover.kishk-hero.has-custom-content-position .wp-block-cover__inner-container {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1240px;
	width: 100% !important;
}

.kishk-hero .wp-block-cover__inner-container > .kishk-hero__content {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.kishk-hero__title {
	color: #fff;
	letter-spacing: -0.015em;
	line-height: 1.04;
	margin: 14px 0 22px;
}

.kishk-hero__lead {
	color: #e9dfd8;
	margin: 0;
	max-width: 580px;
}

.kishk-hero__actions {
	gap: 14px;
	margin-top: 36px;
}

.kishk-hero__facts {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: #e3d8d1;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 10px 28px;
	list-style: none;
	margin: 52px 0 0;
	max-width: 580px;
	padding: 22px 0 0;
}

.kishk-hero__facts li {
	align-items: center;
	display: flex;
	gap: 10px;
}

.kishk-hero__facts li::before {
	background: var(--k-gold);
	content: "";
	height: 7px;
	transform: rotate(45deg);
	width: 7px;
}

/* Decorative chevrons echoing the logo */
.kishk-hero::after,
.kishk-banner::after {
	background-color: var(--k-gold);
	content: "";
	height: 180px;
	-webkit-mask: var(--k-chev) center / contain no-repeat;
	mask: var(--k-chev) center / contain no-repeat;
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
	right: clamp(24px, 6vw, 96px);
	width: 300px;
	z-index: 1;
}

.kishk-hero::after {
	bottom: 56px;
	height: 72px;
	width: 120px;
}

@media (max-width: 781px) {
	.kishk-hero {
		min-height: 560px !important;
	}

	.kishk-hero::after {
		display: none;
	}

	.kishk-hero__facts {
		margin-top: 36px;
	}
}

/* ---------- Page banner ---------- */

.kishk-banner {
	background-image: linear-gradient(180deg, rgba(33, 25, 23, 0.74), rgba(33, 25, 23, 0.9)), url("../images/photos/spread-dark.webp");
	background-position: center;
	background-size: cover;
	overflow: hidden;
	padding-bottom: clamp(48px, 6vw, 80px);
	padding-top: clamp(56px, 8vw, 104px);
	position: relative;
}

.kishk-banner::after {
	bottom: 36px;
	height: 60px;
	opacity: 0.85;
	width: 100px;
}

.kishk-banner--tall {
	padding-bottom: clamp(80px, 10vw, 140px);
	padding-top: clamp(80px, 12vw, 160px);
}

.kishk-banner__title {
	color: #fff;
	font-size: var(--wp--preset--font-size--heading-1);
	margin-bottom: 0;
	margin-top: 0;
}

/* Keep lines short but left-aligned (constrained layouts centre narrower children). */
.kishk-banner__lead,
.kishk-banner .wp-block-term-description {
	color: #e3d8d1;
	font-size: var(--wp--preset--font-size--lead);
	margin-top: 14px;
	box-sizing: border-box;
	/* Fix: cap at the 1240px content width so the lead doesn't collapse on screens wider than ~1900px. */
	padding-right: max(0px, calc(min(100%, 1240px) - 660px));
}

.kishk-banner__lead p {
	margin: 0;
}

.kishk-banner__title--fallback:not(:first-child) {
	display: none;
}

@media (max-width: 1100px) {
	.kishk-banner::after {
		display: none;
	}
}

/* ---------- Section heads ---------- */

.kishk-section-head {
	margin-bottom: clamp(32px, 4vw, 48px);
}

.kishk-section-head__text {
	max-width: 680px;
}

.kishk-section-head p:last-child {
	margin-bottom: 0;
}

.kishk-section-head--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.kishk-more-link {
	margin-top: 32px;
}

.kishk-more-link a,
.kishk-backlink {
	align-items: center;
	color: var(--k-link);
	display: inline-flex;
	font-family: var(--k-display);
	font-weight: 500;
	gap: 8px;
	text-decoration: none;
}

.kishk-more-link a::after {
	background-color: currentColor;
	content: "";
	height: 18px;
	-webkit-mask: var(--k-arrow) center / contain no-repeat;
	mask: var(--k-arrow) center / contain no-repeat;
	transition: transform 0.2s var(--k-ease);
	width: 18px;
}

.kishk-more-link a:hover::after {
	transform: translateX(4px);
}

/* ---------- Photos ---------- */

.kishk-photo {
	margin: 0;
}

.kishk-photo img,
.kishk-portrait img {
	border-radius: 16px;
	display: block;
	width: 100%;
}

.kishk-photo--framed,
.kishk-portrait {
	isolation: isolate;
	margin: 0 24px 24px 0;
	position: relative;
}

.kishk-photo--framed::after,
.kishk-portrait::after {
	border: 2px solid var(--k-gold);
	border-radius: 16px;
	content: "";
	inset: 24px -24px -24px 24px;
	position: absolute;
	z-index: -1;
}

/* ---------- Cards ---------- */

.kishk-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--k-shadow-card);
	overflow: hidden;
	position: relative;
	transition: transform 0.3s var(--k-ease), box-shadow 0.3s var(--k-ease);
}

.kishk-card > * {
	margin-block: 0;
}

.kishk-card:has(a):hover {
	box-shadow: var(--k-shadow-lift);
	transform: translateY(-4px);
}

.kishk-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--k-sand);
	display: flex;
	justify-content: center;
	margin: 0 !important;
	overflow: hidden;
	padding: 22px;
}

.kishk-card__media img {
	height: 100%;
	object-fit: contain;
	transition: transform 0.5s var(--k-ease);
	width: 100%;
}

.kishk-card__media--photo {
	padding: 0;
}

.kishk-card__media--photo img {
	object-fit: cover;
}

.kishk-card:hover .kishk-card__media img {
	transform: scale(1.04);
}

.kishk-card__body {
	padding: 22px 24px 24px;
}

.kishk-card__body h3 {
	font-size: 21px;
	margin: 0 0 6px;
}

.kishk-card__body h3 a {
	color: var(--k-espresso);
	text-decoration: none;
}

.kishk-card__body h3 a::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.kishk-card__body p {
	color: var(--k-stone);
	font-size: 15px;
	margin: 0;
}

.kishk-cat-card .kishk-card__media {
	background: var(--k-cream);
}

.kishk-cat-card .kishk-card__body {
	padding-right: 64px;
	position: relative;
}

.kishk-cat-card .kishk-card__body::after {
	background: var(--k-gold) var(--k-arrow) center / 18px no-repeat;
	border-radius: 4px;
	content: "";
	height: 36px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.25s var(--k-ease);
	width: 36px;
}

.kishk-cat-card:hover .kishk-card__body::after {
	transform: translate(3px, -50%);
}

/* ---------- Why us (features) ---------- */

.kishk-why h2,
.kishk-cta h2 {
	color: #fff;
}

.kishk-features {
	gap: 24px;
}

.kishk-feature {
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	padding: clamp(24px, 3vw, 36px);
}

.kishk-feature__title {
	color: #fff;
	margin-top: 0;
}

.kishk-feature p {
	color: #e3d8d1;
	margin-bottom: 0;
}

.kishk-ico::before {
	background: var(--k-gold) center / 26px no-repeat;
	border-radius: 8px;
	content: "";
	display: block;
	height: 52px;
	margin-bottom: 22px;
	width: 52px;
}

.kishk-ico--quality::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312624' stroke-width='1.75' stroke-linecap='square'%3E%3Cpath d='M12 3l7 3v5c0 4.5-3 8.3-7 10-4-1.7-7-5.5-7-10V6l7-3z'/%3E%3Cpath d='M8.5 12l2.5 2.5 4.5-5'/%3E%3C/svg%3E");
}

.kishk-ico--range::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312624' stroke-width='1.75'%3E%3Crect x='4' y='4' width='7' height='7'/%3E%3Crect x='13' y='4' width='7' height='7'/%3E%3Crect x='4' y='13' width='7' height='7'/%3E%3Crect x='13' y='13' width='7' height='7'/%3E%3C/svg%3E");
}

.kishk-ico--delivery::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23312624' stroke-width='1.75'%3E%3Cpath d='M3 6h11v10H3z'/%3E%3Cpath d='M14 9h4l3 3v4h-7'/%3E%3Ccircle cx='7' cy='17.5' r='1.8'/%3E%3Ccircle cx='17' cy='17.5' r='1.8'/%3E%3C/svg%3E");
}

/* ---------- Brands strip ---------- */

.kishk-logo-grid {
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr)) !important;
}

.kishk-logo-tile {
	margin: 0 !important;
}

.kishk-logo-tile a {
	align-items: center;
	background: #fff;
	border: 1px solid #ece2d3;
	border-radius: 8px;
	display: flex;
	height: 124px;
	justify-content: center;
	padding: 18px;
	transition: border-color 0.2s var(--k-ease), box-shadow 0.25s var(--k-ease), transform 0.25s var(--k-ease);
}

.kishk-logo-tile a:hover {
	border-color: var(--k-gold);
	box-shadow: var(--k-shadow-card);
	transform: translateY(-2px);
}

@media (max-width: 600px) {
	.kishk-logo-grid {
		gap: 10px;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.kishk-logo-tile a {
		height: 92px;
		padding: 12px;
	}
}

.kishk-logo-tile img {
	height: 100%;
	max-height: 84px;
	object-fit: contain;
	width: 100%;
}

/* ---------- Process ---------- */

.kishk-steps {
	gap: 32px 28px;
	position: relative;
}

.kishk-step {
	position: relative;
}

.kishk-step > * {
	margin-block: 0;
}

.kishk-step__num {
	align-items: center;
	background: var(--k-gold);
	border-radius: 4px;
	color: var(--k-espresso);
	display: inline-flex;
	font-family: var(--k-display);
	font-size: 17px;
	font-weight: 600;
	height: 48px;
	justify-content: center;
	margin-bottom: 20px !important;
	position: relative;
	width: 48px;
	z-index: 1;
}

.kishk-step h3 {
	margin-bottom: 8px;
}

.kishk-step p:last-child {
	color: var(--k-stone);
}

@media (min-width: 900px) {
	.kishk-step:not(:last-child)::before {
		background: repeating-linear-gradient(90deg, var(--k-line) 0 8px, transparent 8px 14px);
		content: "";
		height: 2px;
		left: 64px;
		position: absolute;
		right: -12px;
		top: 23px;
	}
}

/* ---------- Vision & mission ---------- */

.kishk-vm__cols {
	gap: 0 !important;
	margin: 0 !important;
}

.kishk-vm__text {
	display: flex;
	flex-direction: column;
	gap: clamp(32px, 4vw, 56px);
	justify-content: center;
	padding: clamp(56px, 8vw, 112px) clamp(20px, 6vw, 96px);
}

.kishk-vm__block > * {
	margin-block: 0;
}

.kishk-statement {
	color: #fff;
	font-family: var(--k-display);
	font-size: clamp(19px, 1.8vw, 24px);
	font-weight: 500;
	line-height: 1.45;
	margin-top: 8px !important;
}

.kishk-vm__media {
	align-self: stretch;
	min-height: 360px;
}

.kishk-vm__img {
	height: 100%;
	margin: 0;
}

.kishk-vm__img img {
	display: block;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}

/* ---------- CTA ---------- */

.kishk-cta .has-lead-font-size {
	color: #e9dfd8;
}

.kishk-cta .wp-block-buttons {
	gap: 14px;
	margin-top: 32px;
}

/* ---------- Catalog: chips and product cards ---------- */

.kishk-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: clamp(28px, 4vw, 40px);
}

.kishk-chip {
	align-items: center;
	background: #fff;
	border: 1px solid var(--k-line);
	border-radius: 2px;
	color: var(--k-espresso);
	display: inline-flex;
	font-family: var(--k-display);
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
	padding: 9px 14px;
	text-decoration: none;
	transition: border-color 0.2s var(--k-ease), background-color 0.2s var(--k-ease), color 0.2s var(--k-ease);
	white-space: nowrap;
}

.kishk-chip:hover {
	border-color: var(--k-espresso);
	color: var(--k-espresso);
}

.kishk-chip.is-active {
	background: var(--k-espresso);
	border-color: var(--k-espresso);
	color: #fff;
}

.kishk-chip__count {
	color: var(--k-stone);
	font-family: var(--wp--preset--font-family--body);
	font-size: 12px;
}

.kishk-chip.is-active .kishk-chip__count {
	color: var(--k-mist);
}

@media (max-width: 781px) {
	.kishk-chips {
		flex-wrap: nowrap;
		margin-right: calc(-1 * var(--wp--style--root--padding-right, 16px));
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: none;
	}

	.kishk-chips::-webkit-scrollbar {
		display: none;
	}
}

.kishk-product-grid {
	gap: 24px;
}

.kishk-product-grid--related {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	margin-top: 32px;
}

.kishk-product-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--k-shadow-card);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s var(--k-ease), box-shadow 0.3s var(--k-ease);
}

.kishk-product-card > * {
	margin-block: 0;
}

.kishk-product-card:hover {
	box-shadow: var(--k-shadow-lift);
	transform: translateY(-4px);
}

.kishk-product-card__media {
	aspect-ratio: 1;
	background: var(--k-sand);
	margin: 0;
	overflow: hidden;
	padding: 18px;
}

.kishk-product-card__media a,
.kishk-product-card__media img {
	display: block;
	height: 100% !important;
	width: 100% !important;
}

.kishk-product-card__media img {
	object-fit: contain !important;
	transition: transform 0.5s var(--k-ease);
}

.kishk-product-card:hover .kishk-product-card__media img {
	transform: scale(1.05);
}

.kishk-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	padding: 16px 18px 20px;
}

.kishk-product-card__body > * {
	margin-block: 0;
}

.kishk-product-card__brand,
.kishk-product-card__brand a {
	color: var(--k-bronze);
	font-family: var(--k-display);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 2;
}

.kishk-product-card__title {
	font-family: var(--wp--preset--font-family--body) !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.3 !important;
}

.kishk-product-card__title a {
	color: var(--k-espresso);
	text-decoration: none;
}

.kishk-product-card__title a::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.kishk-product-card__cat,
.kishk-product-card__cat a {
	color: var(--k-stone);
	font-size: 13px;
	margin-top: auto !important;
	position: relative;
	text-decoration: none;
	z-index: 2;
}

.kishk-product-card__cat a:hover,
.kishk-product-card__brand a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.kishk-product-grid,
	.kishk-product-grid--related {
		gap: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.kishk-product-card__media {
		padding: 10px;
	}

	.kishk-product-card__body {
		padding: 12px 12px 14px;
	}

	.kishk-product-card__title {
		font-size: 14.5px !important;
	}
}

/* ---------- Single product ---------- */

.kishk-breadcrumb {
	margin: 0 0 clamp(20px, 3vw, 36px);
}

.kishk-backlink {
	color: var(--k-stone);
	font-size: 15px;
}

.kishk-backlink::before {
	background-color: currentColor;
	content: "";
	height: 16px;
	-webkit-mask: var(--k-arrow) center / contain no-repeat;
	mask: var(--k-arrow) center / contain no-repeat;
	transform: scaleX(-1);
	width: 16px;
}

.kishk-backlink:hover {
	color: var(--k-espresso);
}

.kishk-product__media {
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--k-shadow-card);
	margin: 0;
	padding: clamp(20px, 4vw, 48px);
}

.kishk-product__media img {
	object-fit: contain !important;
}

.kishk-product__info > * {
	margin-block: 0;
}

.kishk-product__brand,
.kishk-product__brand a {
	color: var(--k-bronze);
	font-family: var(--k-display);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.kishk-product__title {
	font-size: var(--wp--preset--font-size--heading-1) !important;
	margin: 10px 0 14px !important;
}

.kishk-product__cat a {
	border: 1px solid var(--k-line);
	border-radius: 2px;
	color: var(--k-espresso);
	display: inline-block;
	font-size: 14px;
	padding: 5px 12px;
	text-decoration: none;
}

.kishk-product__cat a:hover {
	border-color: var(--k-espresso);
}

.kishk-product__content {
	margin-top: 24px !important;
}

.kishk-product__content > p {
	font-size: 18px;
}

.kishk-specs {
	border-top: 1px solid var(--k-line);
	list-style: none;
	margin: 24px 0 0;
	padding: 0 !important;
}

.kishk-specs li {
	border-bottom: 1px solid var(--k-line);
	display: flex;
	gap: 12px;
	padding: 12px 0;
}

.kishk-specs strong {
	color: var(--k-espresso);
	flex: none;
	font-weight: 600;
	min-width: 130px;
}

.kishk-quote-buttons {
	gap: 12px;
	margin-top: 28px !important;
}

.kishk-product__note {
	color: var(--k-stone);
	margin-top: 16px !important;
}

@media (max-width: 781px) {
	.kishk-product__cols {
		gap: 32px !important;
	}
}

/* ---------- Brands page ---------- */

.kishk-brand-grid--cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.kishk-brand-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: var(--k-shadow-card);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s var(--k-ease), box-shadow 0.3s var(--k-ease);
}

.kishk-brand-card:hover {
	box-shadow: var(--k-shadow-lift);
	transform: translateY(-4px);
}

.kishk-brand-card__logo {
	align-items: center;
	text-decoration: none;
	border-bottom: 1px solid #efe6d8;
	display: flex;
	height: 168px;
	justify-content: center;
	padding: 24px;
}

.kishk-brand-card__logo img {
	max-height: 104px;
	max-width: 82%;
	object-fit: contain;
}

.kishk-brand-card__wordmark {
	color: var(--k-espresso);
	font-family: var(--k-display);
	font-size: 30px;
	font-weight: 600;
}

.kishk-brand-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.kishk-brand-card__name {
	font-size: 21px;
	margin: 0 0 6px;
}

.kishk-brand-card__name a {
	color: var(--k-espresso);
	text-decoration: none;
}

.kishk-brand-card__name a::after {
	content: "";
	inset: 0;
	position: absolute;
}

.kishk-brand-card__desc {
	color: var(--k-stone);
	font-size: 15px;
	margin: 0 0 14px;
}

.kishk-brand-card__meta {
	color: var(--k-bronze);
	font-size: 13px;
	font-weight: 600;
	margin: auto 0 0;
}

/* ---------- About ---------- */

.kishk-org-grid {
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)) !important;
}

.kishk-org-card {
	padding: clamp(24px, 3vw, 36px);
}

.kishk-org-card > * {
	margin-block: 0;
}

.kishk-org-card h3 {
	margin: 8px 0 10px;
}

.kishk-org-card p:last-child {
	color: var(--k-stone);
}

.kishk-org-card__place {
	color: var(--k-bronze);
	font-family: var(--k-display);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.kishk-org-card--main {
	background: var(--k-espresso);
	color: #fff;
}

.kishk-org-card--main h3 {
	color: #fff;
}

.kishk-org-card--main .kishk-org-card__place {
	color: var(--k-caramel);
}

.kishk-org-card--main p:last-child {
	color: #e3d8d1;
}

.kishk-portrait img {
	aspect-ratio: 575 / 764;
	object-fit: cover;
}

.kishk-role {
	color: var(--k-bronze);
	font-family: var(--k-display);
	font-size: 18px;
	font-weight: 500;
	margin-top: -6px;
}

.kishk-checklist {
	list-style: none;
	margin: 24px 0 0;
	padding: 0 !important;
}

.kishk-checklist li {
	margin-bottom: 12px;
	padding-left: 32px;
	position: relative;
}

.kishk-checklist li::before {
	background-color: var(--k-bronze);
	content: "";
	height: 12px;
	left: 0;
	-webkit-mask: var(--k-chev) center / contain no-repeat;
	mask: var(--k-chev) center / contain no-repeat;
	position: absolute;
	top: 0.5em;
	transform: scaleX(-1);
	width: 20px;
}

/* ---------- Contact ---------- */

.kishk-contact-card {
	border-radius: 16px;
	padding: clamp(24px, 3vw, 36px);
}

.kishk-contact-card h3 {
	color: #fff;
	margin-top: 0;
}

.kishk-contact-card a {
	color: #fff;
	text-decoration: none;
}

.kishk-contact-card a:hover {
	color: var(--k-gold);
}

.kishk-contact-card__note {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: #e3d8d1;
	margin-top: 22px !important;
	padding-top: 18px;
}

.kishk-i {
	align-items: flex-start;
	display: flex;
	gap: 12px;
}

span.kishk-i {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.kishk-i::before {
	background-color: var(--k-icon);
	content: "";
	flex: none;
	height: 20px;
	margin-top: 0.15em;
	-webkit-mask: var(--k-i-pin) center / contain no-repeat;
	mask: var(--k-i-pin) center / contain no-repeat;
	width: 20px;
}

span.kishk-i::before {
	height: 15px;
	margin-top: 0;
	width: 15px;
}

.kishk-i--phone::before {
	-webkit-mask-image: var(--k-i-phone);
	mask-image: var(--k-i-phone);
}

.kishk-i--mail::before {
	-webkit-mask-image: var(--k-i-mail);
	mask-image: var(--k-i-mail);
}

.kishk-map {
	margin-top: 24px;
}

.kishk-map iframe {
	border: 0;
	border-radius: 16px;
	display: block;
	height: 320px;
	width: 100%;
}

/* ---------- Quote form ---------- */

.kishk-form-wrap {
	background: #fff;
	border-radius: 16px;
	box-shadow: var(--k-shadow-card);
	margin-top: 28px;
	padding: clamp(20px, 4vw, 40px);
	scroll-margin-top: 120px;
}

.kishk-form__grid {
	display: grid;
	gap: 18px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kishk-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
}

.kishk-field--wide {
	grid-column: 1 / -1;
}

.kishk-field label {
	color: var(--k-espresso);
	font-size: 14px;
	font-weight: 600;
}

.kishk-req {
	color: #a3261a;
}

.kishk-field input,
.kishk-field select,
.kishk-field textarea {
	background: #fff;
	border: 1px solid var(--k-field);
	border-radius: 4px;
	box-sizing: border-box;
	color: var(--k-espresso);
	font: inherit;
	font-size: 16px;
	min-height: 48px;
	padding: 11px 14px;
	transition: border-color 0.2s var(--k-ease), box-shadow 0.2s var(--k-ease);
	width: 100%;
}

.kishk-field textarea {
	min-height: 132px;
	resize: vertical;
}

.kishk-field input::placeholder,
.kishk-field textarea::placeholder {
	color: #8c7b74;
}

.kishk-field input:focus,
.kishk-field select:focus,
.kishk-field textarea:focus {
	border-color: var(--k-espresso);
	box-shadow: 0 0 0 1px var(--k-espresso), 0 0 0 5px rgba(233, 190, 28, 0.45);
	outline: none;
}

.kishk-field.has-error input,
.kishk-field.has-error textarea {
	border-color: #a3261a;
	box-shadow: 0 0 0 1px #a3261a;
}

.kishk-hp {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.kishk-form__foot {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	margin: 26px 0 0;
}

.kishk-form__submit {
	cursor: pointer;
}

.kishk-form__submit.is-busy {
	opacity: 0.7;
}

.kishk-form__note {
	color: var(--k-stone);
	flex: 1 1 240px;
	font-size: 13px;
	margin: 0;
}

.kishk-form__error {
	color: #a3261a;
	font-weight: 600;
	margin: 18px 0 0;
}

.kishk-notice {
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 16px 20px;
}

.kishk-notice--success {
	background: #e8f4eb;
	border: 1px solid #b6dcc0;
	color: #1e6b3a;
}

.kishk-notice--error {
	background: #fbeae7;
	border: 1px solid #efc2bb;
	color: #a3261a;
}

@media (max-width: 600px) {
	.kishk-form__grid {
		grid-template-columns: 1fr;
	}
}

/* ---------- Footer ---------- */

.kishk-site-footer a {
	color: var(--k-mist);
	text-decoration: none;
}

.kishk-site-footer a:hover {
	color: var(--k-gold);
}

.kishk-footer-cols {
	gap: clamp(32px, 4vw, 56px);
}



.kishk-footer-title {
	color: var(--k-caramel);
	font-family: var(--k-display);
	font-size: 13px !important;
	font-weight: 500;
	letter-spacing: 0.16em;
	margin: 6px 0 18px;
	text-transform: uppercase;
}

.kishk-footer-links {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.kishk-footer-links li {
	font-size: 15px;
	margin-bottom: 10px;
}

.kishk-footer-group {
	color: var(--k-caramel);
}

.kishk-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: clamp(40px, 5vw, 64px) !important;
	padding-top: 22px;
}

.kishk-footer-bottom p {
	margin: 0;
}

.kishk-social {
	display: inline-flex;
	gap: 8px;
}

.kishk-social__link {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 4px;
	display: inline-flex;
	height: 38px;
	position: relative;
	width: 38px;
}

.kishk-social__link::before {
	background-color: var(--k-mist);
	content: "";
	inset: 9px;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
	position: absolute;
}

.kishk-social__link:hover {
	border-color: var(--k-gold);
}

.kishk-social__link:hover::before {
	background-color: var(--k-gold);
}

.kishk-social__link--facebook::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3a4 4 0 0 0-4 4v2H7v4h3v8h4v-8h3l1-4h-4V8z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4h-3a4 4 0 0 0-4 4v2H7v4h3v8h4v-8h3l1-4h-4V8z'/%3E%3C/svg%3E");
}

.kishk-social__link--instagram::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='%23000'/%3E%3C/svg%3E");
}

.kishk-social__link--linkedin::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9h4v12H4zM6 3a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM10 9h4v1.8c.6-1.1 2-2.1 4-2.1 3.3 0 4 2.1 4 5V21h-4v-6.3c0-1.5 0-3.3-2-3.3s-2.3 1.6-2.3 3.2V21H10z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 9h4v12H4zM6 3a2 2 0 1 1 0 4 2 2 0 0 1 0-4zM10 9h4v1.8c.6-1.1 2-2.1 4-2.1 3.3 0 4 2.1 4 5V21h-4v-6.3c0-1.5 0-3.3-2-3.3s-2.3 1.6-2.3 3.2V21H10z'/%3E%3C/svg%3E");
}

/* ---------- Post cards (news) ---------- */

.kishk-post-card .wp-block-post-featured-image {
	margin: 0;
}

.kishk-post-card .wp-block-post-title a {
	color: var(--k-espresso);
	text-decoration: none;
}

/* ---------- WhatsApp ---------- */

.kishk-whatsapp {
	align-items: center;
	background: #1f8f4e;
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	color: #fff;
	display: flex;
	height: 58px;
	justify-content: center;
	position: fixed;
	right: 20px;
	transition: transform 0.2s var(--k-ease);
	width: 58px;
	z-index: 90;
}

.kishk-whatsapp:hover {
	color: #fff;
	transform: scale(1.06);
}

/* ---------- Reveal on scroll ---------- */

.kishk-reveal.is-pending {
	opacity: 0;
	transform: translateY(18px);
}

.kishk-reveal.is-visible {
	opacity: 1;
	transform: none;
	transition: opacity 0.7s var(--k-ease), transform 0.7s var(--k-ease);
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* ---------- Right-to-left (Arabic) readiness ---------- */

[dir="rtl"] .kishk-eyebrow::before,
[dir="rtl"] .kishk-more-link a::after {
	transform: scaleX(-1);
}

[dir="rtl"] .kishk-cat-card .kishk-card__body::after {
	transform: translateY(-50%) scaleX(-1);
}

[dir="rtl"] .kishk-cat-card .kishk-card__body {
	padding-left: 64px;
	padding-right: 24px;
}

[dir="rtl"] .kishk-cat-card .kishk-card__body::after {
	left: 22px;
	right: auto;
}

html:lang(ar) body,
html[dir="rtl"] body {
	font-family: var(--wp--preset--font-family--arabic);
}
