/*
Theme Name: ICKF
Theme URI: https://www.ickfederation.com
Author: ICKF
Description: Theme matching the International Chinese Kempo Federation website.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ickf
*/

/* Fonts — same families as ickfederation.com (Wix CDN) */
@font-face {
	font-family: 'lulo-clean';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://static.parastorage.com/fonts/v2/e3cf8f7e-35c4-446f-9b93-de93e989f66f/v1/lulo-clean-w05-one-bold.woff2') format('woff2');
}

@font-face {
	font-family: 'din-next';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2') format('woff2');
}

@font-face {
	font-family: 'avenir-lt';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2') format('woff2');
}

:root {
	--ickf-white: #ffffff;
	--ickf-black: #000000;
	--ickf-orange: #de5021;
	--ickf-gray: #60605e;
	--ickf-muted: #a0a09f;
	--ickf-site-width: 980px;
	--ickf-font-display: 'lulo-clean', 'Bebas Neue', Impact, sans-serif;
	--ickf-font-body: 'avenir-lt', 'Nunito Sans', 'Segoe UI', sans-serif;
	--ickf-font-alt: 'din-next', 'Barlow', sans-serif;
	--ickf-radius: 0;
	--ickf-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--ickf-font-body);
	font-size: 15px;
	line-height: 1.7;
	color: var(--ickf-black);
	background: var(--ickf-white);
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.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;
	width: 1px;
	word-wrap: normal !important;
}

.ickf-site-width {
	max-width: var(--ickf-site-width);
	margin: 0 auto;
	padding: 0 20px;
}

/* Buttons */
.ickf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 129px;
	height: 40px;
	padding: 0 1.25rem;
	border: 2px solid var(--ickf-black);
	font-family: var(--ickf-font-body);
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.ickf-btn:hover {
	text-decoration: none;
}

.ickf-btn--dark {
	background: var(--ickf-black);
	color: var(--ickf-white);
}

.ickf-btn--dark:hover {
	background: transparent;
	color: var(--ickf-black);
}

.ickf-btn--light {
	background: var(--ickf-white);
	color: var(--ickf-black);
	border-color: var(--ickf-white);
}

.ickf-btn--light:hover {
	background: transparent;
	color: var(--ickf-white);
}

/* Header */
.ickf-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
}

.ickf-front-page .ickf-site-header {
	border-bottom: none;
	box-shadow: none;
}

.ickf-site-header__inner {
	position: relative;
	display: block;
	width: 100%;
	max-width: var(--ickf-site-width);
	min-height: 110px;
	margin: 0 auto;
	padding: 8px 20px 24px;
}

.ickf-site-header__logo {
	position: absolute;
	top: 28px;
	left: -11px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.ickf-site-header__logo img {
	width: 75px;
	height: auto;
	max-height: 75px;
	object-fit: contain;
	object-position: center;
}

.ickf-site-header__tagline {
	position: absolute;
	top: 43px;
	left: 71px;
	margin: 0;
	max-width: 347px;
	font-family: var(--ickf-font-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: lowercase;
}

.ickf-site-nav {
	position: absolute;
	top: 46%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.ickf-site-nav__list,
.ickf-site-nav .menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.ickf-site-nav__item,
.ickf-site-nav .menu-item {
	position: relative;
	list-style: none;
}

.ickf-site-nav__item > a,
.ickf-site-nav__trigger,
.ickf-site-nav .menu-item > a.ickf-site-nav__trigger {
	display: block;
	padding: 18px 18px 42px;
	border: 0;
	background: none;
	font-family: var(--ickf-font-body);
	font-size: 15px;
	line-height: 1.4;
	color: var(--ickf-black);
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.4s ease;
}

.ickf-site-nav__item > a:hover,
.ickf-site-nav__trigger:hover,
.ickf-site-nav__item.current-menu-item > a,
.ickf-site-nav__item.current_page_item > a,
.ickf-site-nav .menu-item.current-menu-item > a,
.ickf-site-nav .menu-item.current-menu-ancestor > .ickf-site-nav__trigger {
	color: var(--ickf-orange);
	text-decoration: none;
}

.ickf-site-nav__submenu,
.ickf-site-nav .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 220px;
	margin: 0;
	padding: 0.5rem 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 20;
}

.ickf-site-nav__item--has-children:hover > .ickf-site-nav__submenu,
.ickf-site-nav__item--has-children.is-open > .ickf-site-nav__submenu,
.ickf-site-nav .menu-item-has-children:hover > .sub-menu,
.ickf-site-nav .menu-item-has-children.is-open > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.ickf-site-nav__item--has-children:last-child > .ickf-site-nav__submenu,
.ickf-site-nav .menu-item-has-children:last-child > .sub-menu {
	left: auto;
	right: 0;
	transform: none;
}

.ickf-site-nav__submenu a,
.ickf-site-nav .sub-menu a {
	display: block;
	padding: 0.55rem 1.25rem;
	font-family: var(--ickf-font-body);
	font-size: 15px;
	line-height: 1.4;
	color: var(--ickf-black);
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.4s ease;
}

.ickf-site-nav__submenu a:hover,
.ickf-site-nav .sub-menu a:hover {
	color: var(--ickf-orange);
	text-decoration: none;
}

.ickf-nav-toggle {
	display: none;
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 3;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.ickf-nav-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	margin: 0 auto;
	background: var(--ickf-black);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.ickf-home {
	margin: 0;
	padding: 0;
}

/* Scroll motion — below-fold sections only */
@media (prefers-reduced-motion: no-preference) {
	.ickf-about .ickf-motion,
	.ickf-news .ickf-motion {
		opacity: 0;
		transition:
			opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95),
			transform 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		transition-delay: var(--ickf-motion-delay, 1ms);
	}

	.ickf-about .ickf-motion--up,
	.ickf-news .ickf-motion--up {
		transform: translate3d(0, 60px, 0);
	}

	.ickf-about .ickf-motion.is-visible,
	.ickf-news .ickf-motion.is-visible {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ickf-motion {
		opacity: 1;
		transform: none;
	}
}

/* Hero */
.ickf-hero {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	min-height: 100svh;
	isolation: isolate;
}

.ickf-hero__bg-layer {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: clip;
}

.ickf-hero__bg-media {
	height: 100%;
}

.ickf-hero__bg {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100svh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ickf-hero__bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}

.ickf-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--ickf-site-width);
	min-height: 100vh;
	min-height: 100svh;
	margin: 0 auto;
	padding: 172px 20px 6rem;
	text-align: center;
	color: var(--ickf-white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

@media (prefers-reduced-motion: no-preference) {
	.ickf-hero {
		overflow: clip;
	}

	.ickf-hero__bg-media {
		height: calc(100% + 200vh);
		margin-top: -100vh;
		overflow: clip;
		isolation: isolate;
	}

	.ickf-hero__bg {
		position: sticky;
		top: 0;
		height: 100vh;
		min-height: 100vh;
	}
}

.ickf-hero__subtitle {
	margin: 0 0 0.25rem;
	font-family: var(--ickf-font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.18em;
}

.ickf-hero__title {
	margin: 0;
	font-family: var(--ickf-font-display);
	font-size: clamp(4.5rem, 15vw, 152px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
	text-transform: lowercase;
}

/* About */
.ickf-about {
	position: relative;
	z-index: 2;
	background: var(--ickf-white);
}

.ickf-about__strip {
	width: 100%;
	overflow: visible;
}

.ickf-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 490px) 1fr;
	justify-content: start;
	gap: 0;
	align-items: stretch;
	width: 100%;
	padding-left: max(20px, calc((100vw - 980px) / 2));
	padding-right: 0;
}

.ickf-about__text {
	padding: 49px 1.5rem 40px 32px;
}

.ickf-about__heading-block {
	margin-bottom: 1rem;
}

.ickf-about__media {
	min-height: 360px;
	position: relative;
	align-self: stretch;
}

.ickf-about__bg-layer {
	position: absolute;
	inset: 0;
	overflow: clip;
}

.ickf-about__bg-media {
	height: 100%;
}

.ickf-about__bg {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 606px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (prefers-reduced-motion: no-preference) {
	.ickf-about {
		overflow-x: visible;
		overflow-y: clip;
	}

	.ickf-about__bg-media {
		height: calc(100% + 200vh);
		margin-top: -100vh;
		overflow: clip;
		isolation: isolate;
	}

	.ickf-about__bg {
		position: sticky;
		top: 0;
		height: 100vh;
		min-height: 100vh;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ickf-about__bg {
		position: absolute;
		inset: 0;
		height: 100%;
	}
}

.ickf-about__line {
	width: 40px;
	height: 5px;
	margin-bottom: 0.75rem;
	background: var(--ickf-black);
}

.ickf-news__line {
	width: 263px;
	height: 5px;
	margin-bottom: 1.75rem;
	background: var(--ickf-black);
}

.ickf-site-footer__line {
	width: 215px;
	height: 5px;
	margin-bottom: 0.75rem;
	background: var(--ickf-white);
}

.ickf-about__heading,
.ickf-news__heading {
	margin: 0 0 1.75rem;
	font-family: var(--ickf-font-display);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.1em;
}

.ickf-about__heading {
	margin-bottom: 1.5rem;
}

.ickf-about__body p {
	margin: 0 0 1rem;
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
}

.ickf-about__text .ickf-btn {
	min-width: 129px;
	margin-top: 0.5rem;
}

/* News */
.ickf-news {
	position: relative;
	z-index: 2;
	--ickf-news-bg-height: 852px;
	padding: 0 0 3rem;
	background: var(--ickf-white);
	overflow: hidden;
	isolation: isolate;
}

.ickf-news__bg {
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 50%;
	width: 1085px;
	max-width: none;
	aspect-ratio: 1085 / 852;
	transform: translateX(calc(-490px - 72px));
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	filter: grayscale(100%) contrast(1.05);
	pointer-events: none;
	z-index: 0;
}

.ickf-news__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: var(--ickf-news-bg-height);
	padding-bottom: 0;
}

.ickf-news__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 360px));
	justify-content: start;
	gap: 8px;
	margin: 0;
}

.ickf-news-card {
	position: relative;
	overflow: hidden;
}

.ickf-news-card__link {
	display: block;
	position: relative;
	color: var(--ickf-white);
	text-decoration: none;
}

.ickf-news-card__link:hover {
	text-decoration: none;
}

.ickf-news-card__image {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ickf-news-card__link:hover .ickf-news-card__image {
	transform: scale(1.03);
}

.ickf-news-card__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 0.65rem 0.75rem;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08) 55%);
}

.ickf-news-card__title {
	margin: 0;
	font-family: var(--ickf-font-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
}

.ickf-news__footer {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	padding: 0 20px;
	text-align: center;
}

.ickf-news__footer .ickf-btn {
	min-width: 226px;
}

/* Inner pages header */
body:not(.ickf-front-page) .ickf-site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 110px;
}

body:not(.ickf-front-page) .ickf-site-header__logo {
	position: static;
	grid-column: 1;
	grid-row: 1;
}

body:not(.ickf-front-page) .ickf-site-header__tagline {
	display: none;
}

body:not(.ickf-front-page) .ickf-site-nav {
	position: static;
	transform: none;
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

body:not(.ickf-front-page) .ickf-nav-toggle {
	position: static;
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
}

/* Footer / Contact */
.ickf-site-footer {
	position: relative;
	padding: 4rem 0 5rem;
	background: var(--ickf-black);
	color: var(--ickf-white);
}

.ickf-site-footer__inner {
	display: grid;
	grid-template-columns: 198px minmax(0, 371px) minmax(0, 1fr);
	gap: 0 3rem;
	align-items: start;
}

.ickf-site-footer__brand {
	padding-top: 0;
}

.ickf-site-footer__contact {
	padding-top: 70px;
}

.ickf-site-footer__form-wrap {
	padding-top: 61px;
	max-width: 420px;
}

.ickf-site-footer__logo {
	width: 198px;
	height: auto;
	max-height: 198px;
	object-fit: contain;
	object-position: center;
}

.ickf-site-footer__heading {
	margin: 0 0 1rem;
	font-family: var(--ickf-font-display);
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	text-transform: uppercase;
}

.ickf-site-footer__address {
	font-style: normal;
}

.ickf-site-footer__address p {
	margin: 0 0 0.35rem;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.ickf-site-footer__address a {
	color: var(--ickf-white);
}

.ickf-contact-form {
	display: grid;
	gap: 0.75rem;
}

.ickf-contact-form input,
.ickf-contact-form textarea {
	width: 100%;
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 0;
	background: transparent;
	color: var(--ickf-white);
	font-family: var(--ickf-font-body);
	font-size: 15px;
}

.ickf-contact-form input::placeholder,
.ickf-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.ickf-contact-form input:focus,
.ickf-contact-form textarea:focus {
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 1px;
}

.ickf-contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

.ickf-contact-success {
	margin: 0 0 1rem;
	font-size: 15px;
}

.ickf-scroll-top {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--ickf-white);
}

.ickf-scroll-top svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/* Inner pages */
.ickf-main {
	padding: 2.5rem 0 4rem;
}

.ickf-container {
	max-width: var(--ickf-site-width);
	margin: 0 auto;
	padding: 0 20px;
}

.ickf-page-title {
	margin: 0 0 1.5rem;
	font-family: var(--ickf-font-display);
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.1em;
}

.ickf-breadcrumb {
	margin-bottom: 1.5rem;
	font-size: 14px;
	color: var(--ickf-muted);
}

.ickf-breadcrumb a {
	color: var(--ickf-black);
}

.ickf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.5rem;
}

.ickf-card {
	background: var(--ickf-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
}

.ickf-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--ickf-shadow);
}

.ickf-card__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ickf-card__link:hover {
	text-decoration: none;
}

.ickf-card__image {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
	background: #e5e7eb;
}

.ickf-card__image--logo {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	padding: 1.25rem;
	height: auto;
}

.ickf-card__image--avatar {
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 1.5rem auto 0;
}

.ickf-card__body {
	padding: 1.25rem;
}

.ickf-card__title {
	margin: 0 0 0.5rem;
	font-family: var(--ickf-font-display);
	font-size: 18px;
	font-weight: 400;
}

.ickf-card__meta {
	font-size: 14px;
	color: var(--ickf-muted);
	margin: 0;
}

.ickf-card__description {
	margin: 0.75rem 0 0;
	font-size: 14px;
}

.ickf-detail {
	background: var(--ickf-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 2rem;
}

.ickf-detail__header {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.ickf-detail__image {
	width: 160px;
	flex-shrink: 0;
}

.ickf-detail__image--round {
	border-radius: 50%;
}

.ickf-detail__title {
	margin: 0 0 0.5rem;
	font-family: var(--ickf-font-display);
	font-size: 32px;
	font-weight: 400;
}

.ickf-detail__localization {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--ickf-muted);
	font-size: 15px;
}

.ickf-detail__description {
	margin-top: 1rem;
}

.ickf-section-title {
	margin: 2rem 0 1rem;
	font-family: var(--ickf-font-display);
	font-size: 24px;
	font-weight: 400;
	border-bottom: 2px solid var(--ickf-black);
	padding-bottom: 0.5rem;
}

.ickf-empty {
	text-align: center;
	padding: 3rem 1rem;
	color: var(--ickf-muted);
}

.ickf-clubs-collection {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.ickf-club-block {
	background: var(--ickf-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 1.5rem;
}

.ickf-club-block__header {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	margin-bottom: 1rem;
}

.ickf-club-block__logo {
	width: 80px;
	height: auto;
	max-height: 80px;
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	background: #f3f4f6;
	padding: 0.35rem;
}

.ickf-club-block__title {
	margin: 0 0 0.35rem;
	font-family: var(--ickf-font-display);
	font-size: 20px;
	font-weight: 400;
}

.ickf-club-block__localization {
	margin: 0;
	font-size: 14px;
	color: var(--ickf-muted);
}

.ickf-club-block__description {
	margin-bottom: 1.25rem;
	font-size: 15px;
}

.ickf-club-block__coaches-title {
	margin: 0 0 0.75rem;
	font-family: var(--ickf-font-display);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ickf-coaches-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 1rem;
}

.ickf-coach-item {
	background: #f7f7f7;
	padding: 1rem;
	text-align: center;
}

.ickf-coach-item__image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 0.75rem;
}

.ickf-image--default.ickf-card__image,
.ickf-image--default.ickf-detail__image,
.ickf-image--default.ickf-club-block__logo,
.ickf-image--default.ickf-coach-item__image {
	object-fit: contain;
	background: #eef1f4;
	padding: 0.5rem;
}

.ickf-coach-item__name {
	display: block;
	font-size: 15px;
}

.ickf-coach-item__degree {
	display: block;
	font-size: 13px;
	color: var(--ickf-muted);
	margin-top: 0.2rem;
}

.ickf-collection-empty {
	margin: 0;
	font-size: 14px;
	color: var(--ickf-muted);
	font-style: italic;
}

/* WordPress menu compatibility */
.ickf-site-nav .menu-item-has-children > a::after {
	content: none;
}

/* Responsive */
@media (max-width: 1024px) {
	.ickf-site-header__inner {
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		min-height: 110px;
	}

	.ickf-site-header__logo {
		position: static;
		grid-column: 1;
		grid-row: 1;
	}

	.ickf-site-header__tagline {
		display: none;
	}

	.ickf-site-nav {
		position: static;
		transform: none;
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	.ickf-nav-toggle {
		position: static;
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.ickf-site-nav__list,
	.ickf-site-nav .menu {
		flex-wrap: wrap;
	}

	.ickf-about__grid {
		grid-template-columns: 1fr;
		padding-left: 20px;
		padding-right: 20px;
	}

	.ickf-about__text {
		padding: 2.5rem 0 1.5rem;
	}

	.ickf-about__media {
		min-height: 360px;
	}

	.ickf-about__bg-media {
		height: 100%;
		margin-top: 0;
	}

	.ickf-about__bg {
		position: relative;
		height: 360px;
		min-height: 360px;
	}

	.ickf-news__grid {
		grid-template-columns: repeat(2, minmax(0, 360px));
		justify-content: start;
		margin: 0;
		min-height: 0;
	}

	.ickf-news__bg {
		left: 0;
		width: min(1085px, 140%);
		transform: none;
	}

	.ickf-site-footer__inner {
		grid-template-columns: 1fr 1fr;
	}

	.ickf-site-footer__brand {
		grid-column: 1 / -1;
		text-align: center;
	}

	.ickf-site-footer__logo {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.ickf-nav-toggle {
		display: flex;
	}

	.ickf-site-nav {
		position: fixed;
		top: 110px;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 1rem 1.5rem 2rem;
		background: rgba(255, 255, 255, 0.98);
		overflow-y: auto;
		transform: translateX(100%);
		transition: transform 0.25s ease;
	}

	.ickf-site-nav.is-open {
		transform: translateX(0);
	}

	.ickf-site-nav__list,
	.ickf-site-nav .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.ickf-site-nav__item > a,
	.ickf-site-nav__trigger,
	.ickf-site-nav .menu-item > a.ickf-site-nav__trigger {
		padding: 0.85rem 0;
		font-size: 16px;
		white-space: normal;
	}

	.ickf-site-nav__submenu,
	.ickf-site-nav .sub-menu {
		position: static;
		transform: none;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		display: none;
		padding-left: 1rem;
		background: transparent;
	}

	.ickf-site-nav__item--has-children.is-open > .ickf-site-nav__submenu,
	.ickf-site-nav .menu-item-has-children.is-open > .sub-menu {
		display: block;
	}

	.ickf-hero__content {
		padding-top: 6rem;
	}

	.ickf-hero__bg-media {
		height: 100%;
		margin-top: 0;
	}

	.ickf-hero__bg {
		position: relative;
		height: 100%;
		min-height: 100svh;
	}

	.ickf-news__grid {
		grid-template-columns: minmax(0, 360px);
		justify-content: start;
	}

	.ickf-news__bg {
		width: 100%;
		max-width: 100%;
	}

	.ickf-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.ickf-site-footer__contact,
	.ickf-site-footer__form-wrap {
		padding-top: 0;
	}

	body.ickf-nav-open {
		overflow: hidden;
	}
}
