.honar-site-footer {
	--honar-footer-gap: clamp(1.25rem, 2vw, 2.25rem);
	--honar-footer-border: rgba(193, 139, 42, 0.18);
	--honar-footer-gold: #c88a12;
	width: 100%;
	margin-top: clamp(1.5rem, 3vw, 3.5rem);
	padding-inline: clamp(0.75rem, 1.15vw, 1.25rem);
	color: #2d271f;
}

.honar-site-footer__panel,
.honar-site-footer__bottom {
	position: relative;
	width: 100%;
	max-width: none;
	overflow: hidden;
}

.honar-site-footer__panel {
	padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 4vw, 5rem) clamp(1.25rem, 2.5vw, 2.5rem);
	background:
		radial-gradient(circle at 25% 10%, rgba(240, 208, 153, 0.18), transparent 28%),
		linear-gradient(135deg, #fffdf9 0%, #faf3e8 54%, #fffaf2 100%);
	border: 1px solid rgba(212, 178, 113, 0.2);
	border-radius: 30px 30px 0 0;
}

.honar-site-footer__foliage {
	position: absolute;
	inset-inline-end: auto;
	inset-inline-start: -1rem;
	bottom: 4.5rem;
	width: clamp(150px, 17vw, 290px);
	height: auto;
	pointer-events: none;
	opacity: 0.85;
	mix-blend-mode: multiply;
}

.honar-site-footer__main {
	position: relative;
	z-index: 1;
}

.honar-site-footer__column {
	padding: 0 clamp(1rem, 2.2vw, 2.5rem);
}

.honar-site-footer__column + .honar-site-footer__column {
	border-inline-start: 1px solid var(--honar-footer-border);
}

.honar-site-footer__title {
	position: relative;
	margin: 0 0 1.75rem;
	padding-bottom: 1rem;
	font-size: clamp(1.05rem, 1.25vw, 1.35rem);
	font-weight: 800;
}

.honar-site-footer__title::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	bottom: 0;
	width: 76px;
	height: 1px;
	background: linear-gradient(90deg, var(--honar-footer-gold) 0 42%, transparent 42% 54%, var(--honar-footer-gold) 54% 100%);
}

.honar-site-footer__title::before {
	content: "◆";
	position: absolute;
	inset-inline-start: 32px;
	bottom: -0.42rem;
	font-size: 0.65rem;
	color: var(--honar-footer-gold);
	background: #fbf5eb;
	padding-inline: 0.3rem;
}

.honar-site-footer__text,
.honar-site-footer__brand-text {
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	line-height: 2;
	color: #62594f;
}

.honar-site-footer__form {
	display: grid;
	gap: 0.9rem;
}

.honar-site-footer__input-wrap {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 58px;
	padding-inline: 1.15rem;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid var(--honar-footer-border);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(82, 59, 27, 0.06);
}

.honar-site-footer__input-wrap svg {
	width: 22px;
	fill: none;
	stroke: var(--honar-footer-gold);
	stroke-width: 1.7;
}

.honar-site-footer__input-wrap input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	color: inherit;
}

.honar-site-footer__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	min-height: 58px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #e3a817, #c98908);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(198, 135, 8, 0.2);
}

.honar-site-footer__privacy {
	margin: 1rem 0 0;
	font-size: 0.8rem;
	color: #776f66;
}

.honar-site-footer__brand {
	text-align: center;
}

.honar-site-footer__brand-link img {
	width: 110px;
	height: auto;
	margin-bottom: 0.7rem;
}

.honar-site-footer__brand-text {
	max-width: 315px;
	margin-inline: auto;
	font-size: 1rem;
}

.honar-site-footer__social {
	display: flex;
	justify-content: center;
	gap: 0.85rem;
}

.honar-site-footer__social a {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--honar-footer-border);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	color: var(--honar-footer-gold);
	font-size: 1.2rem;
	box-shadow: 0 8px 20px rgba(70, 52, 29, 0.06);
}

.honar-site-footer__contact-list {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.honar-site-footer__contact-list li {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.honar-site-footer__contact-icon {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	color: var(--honar-footer-gold);
	box-shadow: 0 8px 18px rgba(67, 50, 28, 0.06);
}

.honar-site-footer__contact-list strong,
.honar-site-footer__contact-list small {
	display: block;
}

.honar-site-footer__contact-list small {
	margin-top: 0.25rem;
	color: #82796f;
}

.honar-site-footer__support-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 54px;
	border: 1px solid var(--honar-footer-gold);
	border-radius: 999px;
	color: var(--honar-footer-gold);
	font-weight: 800;
}

.honar-site-footer__links ul {
	display: grid;
	gap: 0.95rem;
	margin: 0;
}

.honar-site-footer__links a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	color: #40382f;
	font-weight: 600;
}

.honar-site-footer__links a span {
	color: var(--honar-footer-gold);
	font-size: 1.25rem;
}

.honar-site-footer__trust {
	position: relative;
	z-index: 1;
	margin-top: clamp(2rem, 3vw, 3.25rem);
	padding: 1rem clamp(1rem, 2vw, 2rem);
	border: 1px solid var(--honar-footer-border);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 12px 35px rgba(58, 42, 24, 0.06);
}

.honar-site-footer__trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	padding: 0.75rem 1.25rem;
}

.honar-site-footer__trust-item + .honar-site-footer__trust-item {
	border-inline-start: 1px solid var(--honar-footer-border);
}

.honar-site-footer__trust-item > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #fff9ef;
	color: var(--honar-footer-gold);
	font-size: 1.5rem;
}

.honar-site-footer__trust-item strong,
.honar-site-footer__trust-item small {
	display: block;
}

.honar-site-footer__trust-item small {
	margin-top: 0.25rem;
	color: #7a7167;
}

.honar-site-footer__bottom {
	padding: 1.65rem clamp(1rem, 4vw, 5rem);
	border-radius: 0 0 30px 30px;
	background:
		radial-gradient(circle at 91% 130%, rgba(198, 135, 8, 0.14), transparent 24%),
		linear-gradient(135deg, #181818, #252525);
	color: #eee7dc;
}

.honar-site-footer__copyright {
	display: grid;
	gap: 0.5rem;
}

.honar-site-footer__copyright strong {
	color: #d79a1a;
	font-size: 1.35rem;
}

.honar-site-footer__copyright span {
	font-size: 0.85rem;
}

.honar-site-footer__legal {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
}

.honar-site-footer__legal a {
	padding: 0.2rem 1rem;
	color: #eee7dc;
	font-size: 0.88rem;
}

.honar-site-footer__legal a + a {
	border-inline-start: 1px solid rgba(255, 255, 255, 0.16);
}

.honar-site-footer__quote {
	position: relative;
	margin: 0;
	padding-inline-start: 2.25rem;
	font-size: 0.95rem;
	line-height: 1.9;
}

.honar-site-footer__quote > span {
	position: absolute;
	inset-inline-start: 0;
	top: -0.5rem;
	color: #d79a1a;
	font-size: 3rem;
	line-height: 1;
}

@media (max-width: 1199.98px) {
	.honar-site-footer__column {
		padding-block: 2rem;
	}

	.honar-site-footer__column + .honar-site-footer__column {
		border-inline-start: 0;
		border-top: 1px solid var(--honar-footer-border);
	}

	.honar-site-footer__foliage {
		opacity: 0.35;
	}

	.honar-site-footer__bottom-inner,
	.honar-site-footer__copyright,
	.honar-site-footer__quote {
		text-align: center;
	}

	.honar-site-footer__quote {
		padding-inline-start: 0;
	}

	.honar-site-footer__quote > span {
		position: static;
		display: block;
	}
}

@media (max-width: 767.98px) {
	.honar-site-footer {
		padding-inline: 0.5rem;
	}

	.honar-site-footer__panel {
		padding-inline: 1rem;
		border-radius: 22px 22px 0 0;
	}

	.honar-site-footer__column {
		padding-inline: 0.35rem;
	}

	.honar-site-footer__trust {
		padding-inline: 0.75rem;
	}

	.honar-site-footer__trust-item {
		justify-content: flex-start;
	}

	.honar-site-footer__trust-item + .honar-site-footer__trust-item {
		border-inline-start: 0;
		border-top: 1px solid var(--honar-footer-border);
	}

	.honar-site-footer__bottom {
		padding-inline: 1rem;
		border-radius: 0 0 22px 22px;
	}

	.honar-site-footer__legal {
		display: grid;
		gap: 0.65rem;
	}

	.honar-site-footer__legal a + a {
		border-inline-start: 0;
	}
}

/* v0.9.1 — compact footer rhythm */
@media (min-width:992px){
.honar-site-footer{margin-top:clamp(1rem,2vw,2.25rem)}
.honar-site-footer__panel{padding:clamp(1.4rem,2.6vw,2.7rem) clamp(1rem,3vw,3.4rem) clamp(1rem,1.8vw,1.7rem)}
.honar-site-footer__column{padding-inline:clamp(.75rem,1.5vw,1.6rem)}
.honar-site-footer__title{margin-bottom:1rem;padding-bottom:.65rem}
.honar-site-footer__text,.honar-site-footer__brand-text{margin-bottom:1rem;line-height:1.7}
.honar-site-footer__input-wrap,.honar-site-footer__submit{min-height:48px}
.honar-site-footer__social a{width:40px;height:40px}
.honar-site-footer__contact-list{gap:.7rem;margin-bottom:.8rem}
.honar-site-footer__contact-icon{flex-basis:36px;width:36px;height:36px}
.honar-site-footer__support-btn{min-height:46px}
.honar-site-footer__links ul{gap:.65rem}
.honar-site-footer__trust{margin-top:clamp(1.2rem,2vw,2rem);padding:.65rem 1rem}
.honar-site-footer__trust-item{padding:.5rem .8rem}
.honar-site-footer__bottom{padding-block:1.05rem}
}

/* v0.9.8 — true edge-to-edge footer with square outer corners */
.honar-site-footer {
	padding-inline: 0;
}

.honar-site-footer__panel,
.honar-site-footer__bottom {
	border-radius: 0;
}

.honar-site-footer__panel {
	border-inline: 0;
}

/* v1.1.1.1 — back-to-top control */
.honar-back-to-top {
	position: fixed;
	inset-inline-end: clamp(14px, 2vw, 28px);
	bottom: clamp(14px, 2vw, 28px);
	z-index: 1100;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(201, 133, 8, 0.35);
	border-radius: 50%;
	background: linear-gradient(180deg, #e0a72c, #c98508);
	box-shadow: 0 10px 26px rgba(91, 55, 0, 0.22);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.honar-back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.honar-back-to-top:hover,
.honar-back-to-top:focus-visible {
	color: #fff;
	filter: brightness(1.05);
}

.honar-back-to-top svg {
	width: 24px;
	height: 24px;
}

@media (max-width: 575.98px) {
	.honar-back-to-top {
		width: 44px;
		height: 44px;
	}
}
