/* ------------------------------------------------------------------
   KK Footer — warm cream/gold premium aesthetic
   ------------------------------------------------------------------ */

.kk-footer {
	background: #faf8f4;
	color: #5a4630;
	font-size: 0.86rem;
	line-height: 1.65;
	max-width: none !important;
	width: 100% !important;
}

.kk-footer a {
	color: #5a4630;
	text-decoration: none;
	transition: color 0.25s ease;
}

.kk-footer a:hover {
	color: #C5A355;
}

/* ----- Gold accent line at top ----- */
.kk-footer__accent {
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, #C5A355 20%, #D4B96B 50%, #C5A355 80%, transparent 100%);
}

/* ----- Inner grid ----- */
.kk-footer__inner {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.4fr;
	gap: 2.5rem;
	max-width: 1240px;
	margin: 0 auto;
	padding: 2.5rem 2rem 2rem;
}

/* ----- Column headings ----- */
.kk-footer__heading {
	font-size: 0.7rem;
	font-weight: 700;
	color: #8B7355;
	margin: 0 0 1rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0.6rem;
}

.kk-footer__heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 22px;
	height: 1.5px;
	background: #C5A355;
}

/* ----- Brand column ----- */
.kk-footer__col--brand {
	padding-right: 1rem;
}

.kk-footer__logo {
	margin-bottom: 0.8rem;
}

.kk-footer__logo img,
.kk-footer__logo .custom-logo {
	max-height: 65px;
	width: auto;
	transition: opacity 0.3s;
}

.kk-footer__logo:hover img,
.kk-footer__logo:hover .custom-logo {
	opacity: 0.85;
}

.kk-footer__site-name a {
	font-size: 1.3rem;
	font-weight: 700;
	color: #5a4630;
}

.kk-footer__tagline {
	color: #8B7355;
	font-size: 0.8rem;
	line-height: 1.65;
	margin: 0 0 1.1rem;
	max-width: 270px;
}

/* Socials */
.kk-footer__socials-label {
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8B7355;
	margin: 0 0 0.4rem;
}

.kk-footer__socials {
	display: flex;
	gap: 0.45rem;
}

.kk-footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	border: 1.5px solid rgba(139, 115, 85, 0.2);
	color: #8B7355;
	transition: all 0.25s ease;
}

.kk-footer__social:hover {
	background: #C5A355;
	border-color: #C5A355;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(197, 163, 85, 0.2);
}

/* ----- Link columns ----- */
.kk-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kk-footer__list li {
	margin-bottom: 0.35rem;
}

.kk-footer__list li a {
	font-size: 0.8rem;
	color: #6b5b48;
	display: inline-block;
	padding: 0.08rem 0;
	position: relative;
}

.kk-footer__list li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #C5A355;
	transition: width 0.3s ease;
}

.kk-footer__list li a:hover {
	color: #C5A355;
}

.kk-footer__list li a:hover::after {
	width: 100%;
}

/* ----- Contact column ----- */
.kk-footer__contact-item {
	display: flex;
	gap: 0.6rem;
	margin-bottom: 0.75rem;
	color: #6b5b48;
	font-size: 0.8rem;
	line-height: 1.45;
}

.kk-footer__contact-item--link {
	transition: color 0.25s;
}

.kk-footer__contact-item--link:hover {
	color: #C5A355;
}

.kk-footer__contact-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(197, 163, 85, 0.08);
	border-radius: 6px;
	color: #C5A355;
}

.kk-footer__contact-icon svg {
	width: 14px;
	height: 14px;
}

.kk-footer__contact-label {
	display: block;
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #a0917e;
	font-weight: 600;
	margin-bottom: 0;
}

.kk-footer__contact-text {
	color: #5a4630;
	font-size: 0.8rem;
}

/* ----- Hours (compact grouped) ----- */
.kk-footer__hours {
	margin-top: 0.6rem;
	padding-top: 0.6rem;
	border-top: 1px solid rgba(139, 115, 85, 0.08);
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.kk-footer__hours-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0.12rem 0;
	font-size: 0.74rem;
	color: #8a7d6e;
}

.kk-footer__hours-row--today {
	color: #C5A355;
	font-weight: 600;
}

.kk-footer__hours-day {
	min-width: 60px;
	flex-shrink: 0;
	font-weight: 500;
}

.kk-footer__hours-time {
	text-align: right;
	flex-shrink: 0;
}

.kk-footer__hours-row--special .kk-hours-close-hl {
	font-weight: 700;
	color: #b45309;
	background: rgba(180, 83, 9, 0.08);
	padding: 1px 5px;
	border-radius: 3px;
}

/* ----- Bottom bar ----- */
.kk-footer__bottom {
	background: #f3efe8;
	border-top: 1px solid rgba(139, 115, 85, 0.08);
}

.kk-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0.65rem 2rem;
}

.kk-footer__copyright {
	font-size: 0.72rem;
	color: #a0917e;
	margin: 0;
}

.kk-footer__legal {
	display: flex;
	gap: 1.5rem;
}

.kk-footer__legal a {
	font-size: 0.72rem;
	color: #a0917e;
}

.kk-footer__legal a:hover {
	color: #C5A355;
}

/* ----- Tablet ----- */
@media (max-width: 991px) {
	.kk-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		padding: 2rem 1.5rem 1.5rem;
	}

	.kk-footer__col--brand {
		grid-column: span 2;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 1.2rem;
		padding-right: 0;
	}

	.kk-footer__logo { margin-bottom: 0; }

	.kk-footer__tagline {
		flex: 1;
		min-width: 200px;
		margin: 0;
	}

	.kk-footer__socials { width: 100%; }
}

/* ----- Mobile ----- */
@media (max-width: 600px) {
	.kk-footer__inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		padding: 1.5rem 1.25rem 1.2rem;
	}

	.kk-footer__col--brand {
		grid-column: span 1;
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.kk-footer__tagline { text-align: center; }

	.kk-footer__heading::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.kk-footer__col--links { text-align: center; }
	.kk-footer__list li a { display: inline-block; }
	.kk-footer__socials { justify-content: center; }

	.kk-footer__bottom-inner {
		flex-direction: column;
		gap: 0.4rem;
		text-align: center;
		padding: 0.6rem 1.25rem;
	}
}
