/**
 * HALINK C9 — Homepage (C9 Luxury Spa mockup)
 */

.hl-home { width: 100%; }

/* ===== HERO ===== */
#halink-hero.hl-hero,
.hl-hero {
	padding: 0 !important;
	margin: 0;
}

.hl-hero__slider,
.hl-hero__slide {
	position: relative;
	min-height: min(88vh, 820px);
	height: min(88vh, 820px);
}

.hl-hero__slider {
	overflow: hidden;
}

.hl-hero__controls {
	position: absolute;
	bottom: clamp(4.75rem, 7.5vh, 6.5rem);
	left: 50%;
	z-index: 8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: rgba(28, 34, 24, 0.48);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transform: translateX(-50%);
	pointer-events: auto;
}

.hl-hero__pagination {
	position: static !important;
	left: auto !important;
	bottom: auto !important;
	width: auto !important;
	transform: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
}

.hl-hero__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	background: rgba(255, 255, 255, 0.45);
	opacity: 1;
	transition: transform 0.2s ease, background 0.2s ease;
}

.hl-hero__pagination .swiper-pagination-bullet-active {
	background: var(--hl-gold, #b89a5a);
	transform: scale(1.15);
}

.hl-hero__nav {
	position: static !important;
	inset: auto !important;
	width: 2.15rem !important;
	height: 2.15rem !important;
	margin: 0 !important;
	top: auto !important;
	transform: none !important;
	flex-shrink: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--hl-primary, #2f3b28);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hl-hero__nav::after {
	font-size: 0.72rem !important;
	font-weight: 700;
	color: inherit;
}

.hl-hero__nav:hover {
	background: var(--hl-gold, #b89a5a);
	color: var(--hl-primary, #2f3b28);
	transform: scale(1.05) !important;
}

.hl-hero__nav.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.hl-hero__nav.swiper-button-lock {
	display: none;
}

.hl-hero__link {
	display: block;
	position: absolute;
	inset: 0;
	color: inherit;
	text-decoration: none;
}

.hl-hero__media {
	position: absolute;
	inset: 0;
}

.hl-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ===== POLICY STRIP (thay vị trí overlap của booking bar) ===== */
#halink-policy {
	position: relative;
	z-index: 6;
	margin-top: -3.25rem;
	margin-bottom: 0;
	padding: 0 0 1.25rem !important;
	background: transparent !important;
}

#halink-policy > .container {
	background: var(--hl-primary);
	border-radius: 1rem;
	padding: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.25rem, 2.5vw, 2rem);
	box-shadow: 0 18px 50px rgba(28, 34, 24, 0.18);
	border: 1px solid rgba(184, 154, 90, 0.22);
}

#halink-policy .hl-policy__list {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: start;
}

#halink-policy .hl-policy__list > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding: 0;
}

#halink-policy .hl-policy__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.9rem;
	height: 100%;
	color: #fff;
	text-align: left;
}

#halink-policy .hl-policy__icon,
#halink-policy .hl-policy__icon--placeholder {
	width: 3rem;
	height: 3rem;
	flex-shrink: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(184, 154, 90, 0.35);
	line-height: 0;
}

#halink-policy .hl-policy__icon-img,
#halink-policy .hl-policy__icon img {
	width: 1.75rem;
	height: 1.75rem;
	object-fit: contain;
	display: block;
}

#halink-policy .hl-policy__body {
	min-width: 0;
}

#halink-policy .hl-policy__title {
	display: block;
	margin: 0 0 0.2rem;
	font-family: var(--hl-font-display);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
}

#halink-policy .hl-policy__text {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(247, 243, 236, 0.72);
}

@media (max-width: 991.98px) {
	#halink-policy .hl-policy__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.15rem 1.25rem;
	}
}

@media (max-width: 575.98px) {
	#halink-policy > .container {
		padding: 1.15rem 1rem;
		border-radius: 0.85rem;
	}

	#halink-policy .hl-policy__list {
		grid-template-columns: 1fr;
		gap: 0.95rem;
	}
}

/* ===== BOOKING BAR (nằm dưới policy, không overlap hero) ===== */
#halink-booking {
	position: relative;
	z-index: 5;
	margin-top: 0;
	padding-top: 0.25rem !important;
	padding-bottom: 0.5rem !important;
	background: transparent;
}

.hl-booking__shell {
	background: linear-gradient(180deg, #fff 0%, #fdfbf7 100%);
	border-radius: 1rem;
	box-shadow: 0 18px 50px rgba(28, 34, 24, 0.12);
	padding: 1.35rem 1.5rem;
	border: 1px solid rgba(184, 154, 90, 0.22);
}

.hl-booking__lead {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-height: 100%;
}

.hl-booking__lead-icon {
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	background: rgba(184, 154, 90, 0.12);
	border: 1px solid rgba(184, 154, 90, 0.3);
	color: var(--hl-gold);
	flex-shrink: 0;
}

.hl-booking__eyebrow {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--hl-ink);
}

.hl-booking__form .hl-label {
	margin-bottom: 0.3rem;
	font-size: 0.68rem;
}

.hl-booking__form .form-select,
.hl-booking__form .form-control,
.hl-booking__form .hl-input,
.hl-booking__form .hl-select {
	min-height: 2.85rem;
	border-radius: 0.55rem;
	border-color: var(--hl-border);
	font-size: 0.9rem;
}

.hl-booking__submit {
	min-height: 2.85rem;
	white-space: nowrap;
	padding-inline: 1.35rem;
}

/* ===== SECTION META ===== */
.hl-section__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b7794a;
}

.hl-section__eyebrow--light {
	color: var(--hl-gold);
}

.hl-section__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hl-primary);
	text-decoration: none;
	white-space: nowrap;
}

.hl-section__link:hover {
	color: var(--hl-gold);
}

/* ===== SERVICES ===== */
#halink-services {
	position: relative;
	padding-block: clamp(2.5rem, 5vw, 4rem);
	background: var(--hl-bg-soft);
	overflow: hidden;
}

#halink-services::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 45% at 100% 0%, rgba(184, 154, 90, 0.09), transparent 55%),
		radial-gradient(ellipse 40% 40% at 0% 100%, rgba(47, 59, 40, 0.05), transparent 50%);
	pointer-events: none;
}

#halink-services .container {
	position: relative;
	z-index: 1;
}

#halink-services .hl-services__shell {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	background: linear-gradient(180deg, #fff 0%, #fdfbf7 100%);
	border: 1px solid rgba(184, 154, 90, 0.2);
	border-radius: clamp(1.25rem, 2.5vw, 1.75rem);
	box-shadow: 0 20px 50px rgba(47, 59, 40, 0.06);
}

#halink-services .hl-services__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem 2rem;
	margin-bottom: 1.75rem;
	padding-bottom: 1.35rem;
	border-bottom: 1px solid rgba(184, 154, 90, 0.14);
}

#halink-services .hl-services__intro {
	flex: 1 1 18rem;
	min-width: 0;
}

#halink-services .hl-section__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hl-gold);
}

#halink-services .hl-section__title {
	margin: 0;
	font-family: var(--hl-font-display);
	font-size: clamp(1.7rem, 2.8vw, 2.35rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--hl-ink);
}

#halink-services .hl-services__desc {
	margin: 0.75rem 0 0;
	max-width: 36rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--hl-muted);
}

#halink-services .hl-services__all,
#halink-services .hl-section__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--hl-primary);
	white-space: nowrap;
	transition: color 0.2s ease, gap 0.2s ease;
}

#halink-services .hl-services__all:hover,
#halink-services .hl-section__link:hover {
	color: var(--hl-gold);
	gap: 0.65rem;
}

#halink-services .hl-service {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(47, 59, 40, 0.08);
	border-radius: 0.85rem;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(47, 59, 40, 0.05);
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#halink-services .hl-service:hover {
	border-color: rgba(184, 154, 90, 0.45);
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(47, 59, 40, 0.1);
}

#halink-services .hl-service__media {
	position: relative;
	aspect-ratio: 4 / 3;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	background: var(--hl-bg-muted);
}

#halink-services .hl-service__image {
	display: block;
	width: 100%;
	height: 100%;
}

#halink-services .hl-service__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

#halink-services .hl-service:hover .hl-service__img {
	transform: scale(1.06);
}

#halink-services .hl-service__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(180deg, transparent 0%, rgba(20, 28, 18, 0.35) 100%);
	pointer-events: none;
	opacity: 0.85;
}

#halink-services .hl-service__duration {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--hl-primary);
	box-shadow: 0 4px 12px rgba(47, 59, 40, 0.1);
}

#halink-services .hl-service__duration .fa {
	color: var(--hl-gold);
	font-size: 0.8rem;
}

#halink-services .hl-service__icon {
	position: absolute;
	left: 0.85rem;
	bottom: 0.85rem;
	z-index: 2;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--hl-primary);
	color: var(--hl-gold);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	box-shadow: 0 6px 16px rgba(47, 59, 40, 0.2);
}

#halink-services .hl-service__icon .fa {
	display: block;
	line-height: 1;
	font-size: 0.95rem;
}

#halink-services .hl-service__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.1rem 1.15rem 1.2rem;
}

#halink-services .hl-service__title {
	margin: 0 0 0.5rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	font-weight: 600;
	line-height: 1.35;
}

#halink-services .hl-service__title a {
	color: var(--hl-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

#halink-services .hl-service__title a:hover {
	color: var(--hl-gold);
}

#halink-services .hl-service__desc {
	margin: 0 0 1rem;
	color: var(--hl-muted);
	font-size: 0.88rem;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

#halink-services .hl-service__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: auto;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(184, 154, 90, 0.16);
}

#halink-services .hl-service__price {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--hl-primary);
}

#halink-services .hl-service__arrow {
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	border: 1px solid rgba(47, 59, 40, 0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	color: var(--hl-primary);
	text-decoration: none;
	background: #fff;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#halink-services .hl-service__arrow .fa {
	display: block;
	line-height: 1;
	font-size: 0.8rem;
}

#halink-services .hl-service__arrow:hover {
	background: var(--hl-primary);
	border-color: var(--hl-primary);
	color: #fff;
	transform: translateX(2px);
}

/* Services slider */
#halink-services .hl-services__slider {
	position: relative;
	padding: 0 2.75rem;
	overflow: hidden;
}

#halink-services .hl-services__slider .swiper-wrapper {
	align-items: stretch;
}

#halink-services .hl-services__slider .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

#halink-services .hl-services__slider .hl-service {
	height: 100%;
}

#halink-services .swiper-button-prev,
#halink-services .swiper-button-next {
	width: 2.5rem;
	height: 2.5rem;
	margin-top: 0;
	top: 42%;
	border: 0;
	border-radius: 50%;
	background: var(--hl-primary);
	color: #fff;
	box-shadow: 0 6px 18px rgba(47, 59, 40, 0.18);
	transition: background 0.2s ease, transform 0.2s ease;
}

#halink-services .swiper-button-prev {
	left: 0;
}

#halink-services .swiper-button-next {
	right: 0;
}

#halink-services .swiper-button-prev:after,
#halink-services .swiper-button-next:after {
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
}

#halink-services .swiper-button-prev:hover,
#halink-services .swiper-button-next:hover {
	background: var(--hl-gold);
	transform: scale(1.05);
}

#halink-services .swiper-button-prev.swiper-button-disabled,
#halink-services .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
}

#halink-services .swiper-button-lock {
	display: none;
}

@media (max-width: 767.98px) {
	#halink-services .hl-services__top {
		flex-direction: column;
		align-items: flex-start;
	}

	#halink-services .hl-services__slider {
		padding: 0 2rem;
	}

	#halink-services .hl-service__body {
		padding: 1rem;
	}
}

/* ===== ABOUT (override legacy layout.css) ===== */
#halink-about {
	background: var(--hl-bg-soft);
	margin-bottom: 0;
}

#halink-about .hl-about__media {
	position: relative;
	border-radius: 1.25rem;
	overflow: hidden;
	margin: 0;
	aspect-ratio: 4 / 5;
	max-height: 100%;
	background: var(--hl-bg-muted);
	text-align: left;
}

#halink-about .hl-about__media img,
#halink-about .hl-about__img,
#halink-about .hl-about__image {
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: none;
	object-fit: cover;
	display: block;
	border-radius: 0;
	box-shadow: none;
}

#halink-about .hl-about__badge {
	position: absolute;
	left: 1.25rem;
	bottom: 1.25rem;
	z-index: 2;
	background: #fff;
	color: var(--hl-primary);
	padding: 0.9rem 1.1rem;
	border-radius: 0.75rem;
	box-shadow: var(--hl-shadow);
	line-height: 1.15;
	border: 1px solid rgba(184, 154, 90, 0.35);
}

#halink-about .hl-about__badge strong {
	display: block;
	font-family: var(--hl-font-display);
	font-size: 1.85rem;
	font-weight: 600;
	color: var(--hl-primary);
}

#halink-about .hl-about__badge span {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hl-muted);
}

#halink-about .hl-about__title {
	margin: 0 0 1rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	font-weight: 500;
	line-height: 1.25;
	color: var(--hl-ink);
	text-align: left;
}

#halink-about .hl-about__desc {
	color: var(--hl-muted);
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.75;
}

#halink-about .hl-about__features {
	margin: 0 0 1.75rem;
	display: block;
	list-style: none;
	padding: 0;
}

#halink-about .hl-about__feature {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-height: 100%;
	font-weight: 500;
	font-size: 0.95rem;
}

#halink-about .hl-about__feature-ico {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: #8c691f;
	border: 1px solid rgba(184, 154, 90, 0.35);
	display: grid;
	place-items: center;
	color: var(--hl-gold);
	flex-shrink: 0;
	overflow: hidden;
}

#halink-about .hl-about__feature-ico img,
#halink-about .hl-about__feature-icon {
	width: 1.35rem;
	height: 1.35rem;
	object-fit: contain;
	min-width: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

#halink-about .hl-about__feature-text {
	font-weight: 600;
	color: var(--hl-ink);
	font-size: var(--hl-text-sm);
	line-height: 1.35;
}

/* ===== PROMO — editorial band ===== */
#halink-promo {
	padding: 0 !important;
	overflow: hidden;
}

.hl-promo__banner,
.hl-promo__band {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(ellipse 70% 80% at 15% 20%, rgba(184, 154, 90, 0.26), transparent 55%),
		radial-gradient(ellipse 55% 65% at 85% 85%, rgba(68, 100, 56, 0.35), transparent 55%),
		linear-gradient(135deg, #182214 0%, #24311e 45%, #12190f 100%);
	color: #fff;
	padding: clamp(3.5rem, 7vw, 6rem) 0;
	overflow: hidden;
}

.hl-promo__band--photo {
	background: #12190f;
}

.hl-promo__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--hl-promo-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.02);
}

.hl-promo__bg-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(
			105deg,
			rgba(18, 34, 20, calc(var(--hl-promo-overlay, 0.55) + 0.18)) 0%,
			rgba(18, 34, 20, var(--hl-promo-overlay, 0.55)) 48%,
			rgba(18, 34, 20, calc(var(--hl-promo-overlay, 0.55) - 0.08)) 100%
		),
		linear-gradient(180deg, rgba(18, 34, 20, 0.25) 0%, transparent 35%, rgba(18, 34, 20, 0.45) 100%);
}

.hl-promo__band--photo .hl-promo__atmosphere {
	opacity: 0.55;
}

.hl-promo__atmosphere {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.hl-promo__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(12px);
	opacity: 0.6;
	animation: hl-promo-float 12s ease-in-out infinite alternate;
}

.hl-promo__orb--a {
	width: min(45vw, 30rem);
	height: min(45vw, 30rem);
	left: -10%;
	top: -35%;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.38), transparent 70%);
}

.hl-promo__orb--b {
	width: min(38vw, 24rem);
	height: min(38vw, 24rem);
	right: -8%;
	bottom: -30%;
	background: radial-gradient(circle, rgba(120, 160, 100, 0.25), transparent 70%);
	animation-delay: -6s;
}

.hl-promo__glow-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.6) 50%, transparent 100%);
}

.hl-promo__leaf {
	position: absolute;
	inset: 0;
	opacity: 0.06;
	background-image:
		radial-gradient(circle at 20% 30%, transparent 0.35rem, rgba(255, 255, 255, 0.9) 0.4rem, transparent 0.45rem),
		radial-gradient(circle at 70% 60%, transparent 0.25rem, rgba(212, 175, 55, 0.8) 0.3rem, transparent 0.35rem),
		radial-gradient(circle at 45% 80%, transparent 0.2rem, rgba(255, 255, 255, 0.7) 0.25rem, transparent 0.3rem);
	background-size: 9rem 9rem, 7rem 7rem, 11rem 11rem;
	background-position: 0 0, 3rem 2rem, 1rem 4rem;
}

.hl-promo__shell {
	position: relative;
	z-index: 1;
}

.hl-promo__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.hl-promo__offer {
	position: relative;
	max-width: 36rem;
}

.hl-promo__badge-wrap {
	margin-bottom: 1.1rem;
}

.hl-promo__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.4rem 0.95rem;
	background: rgba(212, 175, 55, 0.12);
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 2rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #e5c158;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.hl-promo__header-group {
	display: flex;
	align-items: baseline;
	gap: 1.25rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.hl-promo__mark-badge {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}

.hl-promo__mark-sub {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	color: rgba(212, 175, 55, 0.85);
	margin-bottom: -0.4rem;
}

.hl-promo__mark {
	margin: 0;
	font-family: var(--hl-font-display);
	font-size: clamp(4.5rem, 11vw, 7.25rem);
	font-weight: 600;
	line-height: 0.82;
	letter-spacing: -0.04em;
	color: transparent;
	background: linear-gradient(180deg, #ffffff 15%, #e5c158 70%, #b89a5a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	animation: hl-promo-mark 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hl-promo__mark span {
	display: inline-block;
	transform: translateY(-0.06em);
}

.hl-promo__mark small {
	font-size: 0.42em;
	margin-left: 0.05em;
	vertical-align: 0.35em;
	font-weight: 600;
}

.hl-promo__title {
	margin: 0 0 0.85rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.75rem, 3.4vw, 2.5rem);
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	flex: 1 1 14rem;
	animation: hl-promo-rise 0.9s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hl-promo__text {
	margin: 0 0 1.75rem;
	color: rgba(247, 243, 236, 0.82);
	max-width: 32rem;
	font-size: 1.05rem;
	line-height: 1.6;
	animation: hl-promo-rise 0.9s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Countdown Timer Box */
.hl-promo__countdown {
	margin-bottom: 2rem;
	padding: 1rem 1.25rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 0.85rem;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	max-width: 28rem;
}

.hl-promo__countdown-label {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: rgba(212, 175, 55, 0.9);
	margin-bottom: 0.65rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.hl-promo__timer-boxes {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.hl-promo__timer-unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(18, 25, 15, 0.75);
	border: 1px solid rgba(212, 175, 55, 0.3);
	border-radius: 0.5rem;
	min-width: 3.5rem;
	padding: 0.45rem 0.35rem;
	box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.08);
}

.hl-promo__timer-num {
	font-family: var(--hl-font-display);
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
}

.hl-promo__timer-unit small {
	font-size: 0.65rem;
	color: rgba(247, 243, 236, 0.6);
	text-transform: uppercase;
	margin-top: 0.2rem;
	letter-spacing: 0.05em;
}

.hl-promo__timer-sep {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--hl-gold);
}

/* Actions */
.hl-promo__actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.hl-promo__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.95rem 1.6rem;
	border-radius: 0.35rem;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
	animation: hl-promo-rise 0.9s 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hl-promo__cta--primary {
	background: linear-gradient(135deg, #e5c158 0%, #b89a5a 100%);
	color: #161f12;
	box-shadow: 0 12px 32px rgba(184, 154, 90, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.hl-promo__cta--primary:hover {
	background: linear-gradient(135deg, #ffffff 0%, #e5c158 100%);
	color: #12190f;
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(212, 175, 55, 0.5);
}

.hl-promo__cta--primary i {
	transition: transform 0.25s ease;
}

.hl-promo__cta--primary:hover i {
	transform: translateX(5px);
}

.hl-promo__cta--secondary {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	backdrop-filter: blur(8px);
}

.hl-promo__cta--secondary:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #e5c158;
	border-color: rgba(212, 175, 55, 0.5);
	transform: translateY(-3px);
}

/* Aside / Visual */
.hl-promo__aside {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 1.5rem;
	align-items: stretch;
}

.hl-promo__visual {
	position: relative;
	margin: 0;
	border-radius: 1.5rem 0.5rem 1.5rem 0.5rem;
	overflow: hidden;
	min-height: 100%;
	aspect-ratio: 3 / 4;
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(212, 175, 55, 0.3);
	animation: hl-promo-rise 1s 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hl-promo__visual-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.hl-promo__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.03);
	transition: transform 0.8s ease;
}

.hl-promo__visual:hover img {
	transform: scale(1.1);
}

.hl-promo__visual-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 30%, rgba(18, 25, 15, 0.85) 100%);
	pointer-events: none;
}

.hl-promo__float-chip {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 0.85rem;
	background: rgba(18, 25, 15, 0.8);
	border: 1px solid rgba(212, 175, 55, 0.4);
	border-radius: 2rem;
	font-size: 0.72rem;
	font-weight: 700;
	color: #e5c158;
	backdrop-filter: blur(8px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.hl-promo__float-chip i {
	color: #e5c158;
}

.hl-promo__visual-cap {
	position: absolute;
	left: 1.2rem;
	right: 1.2rem;
	bottom: 1.2rem;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.hl-promo__visual-tag {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #e5c158;
}

.hl-promo__visual-cap strong {
	font-size: 0.98rem;
	color: #fff;
	line-height: 1.3;
}

/* Benefit Rail */
.hl-promo__rail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0.35rem 0;
	position: relative;
}

.hl-promo__rail::before {
	content: "";
	position: absolute;
	left: 1.35rem;
	top: 1.5rem;
	bottom: 1.5rem;
	width: 1px;
	background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.5), transparent);
}

.hl-promo__benefit {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.85rem 0.85rem 0.85rem 0.35rem;
	border-radius: 0.75rem;
	color: rgba(255, 255, 255, 0.95);
	transition: background 0.3s ease, transform 0.3s ease;
	animation: hl-promo-rise 0.85s calc(0.22s + var(--hl-promo-i, 0) * 0.08s) cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hl-promo__benefit:hover {
	background: rgba(255, 255, 255, 0.05);
	transform: translateX(4px);
}

.hl-promo__benefit-icon {
	position: relative;
	z-index: 1;
	width: 2.75rem;
	height: 2.75rem;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid rgba(212, 175, 55, 0.5);
	background: rgba(24, 34, 20, 0.95);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	color: #e5c158;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hl-promo__benefit-icon .fa {
	display: block;
	line-height: 1;
	font-size: 1rem;
}

.hl-promo__benefit:hover .hl-promo__benefit-icon {
	background: linear-gradient(135deg, #e5c158 0%, #b89a5a 100%);
	border-color: #e5c158;
	color: #12190f;
	transform: scale(1.1);
	box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

.hl-promo__benefit-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.hl-promo__benefit-copy strong {
	display: block;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.hl-promo__benefit-copy span {
	font-size: 0.82rem;
	color: rgba(247, 243, 236, 0.68);
	font-weight: 400;
}

@keyframes hl-promo-float {
	0% { transform: translate3d(0, 0, 0) scale(1); }
	100% { transform: translate3d(15px, -20px, 0) scale(1.05); }
}

@keyframes hl-promo-mark {
	from {
		opacity: 0;
		transform: translateY(1.25rem) scale(0.95);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes hl-promo-rise {
	from {
		opacity: 0;
		transform: translateY(1rem);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 991.98px) {
	.hl-promo__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.hl-promo__offer {
		max-width: 100%;
	}

	.hl-promo__aside {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	.hl-promo__mark {
		font-size: clamp(3.75rem, 16vw, 5.5rem);
	}
}

@media (max-width: 767.98px) {
	.hl-promo__aside {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.hl-promo__visual {
		aspect-ratio: 16 / 9;
		max-height: 18rem;
	}

	.hl-promo__rail::before {
		left: 1.35rem;
	}

	.hl-promo__title {
		max-width: none;
	}

	.hl-promo__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hl-promo__cta {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hl-promo__orb,
	.hl-promo__mark,
	.hl-promo__title,
	.hl-promo__text,
	.hl-promo__cta,
	.hl-promo__visual,
	.hl-promo__benefit {
		animation: none !important;
	}
}

/* ===== PRODUCTS + FLASH SALE (C9 showcase) ===== */
#halink-products,
#halink-flashsale {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-products .container,
#halink-flashsale .container {
	position: relative;
	z-index: 1;
}

/* --- Products shell: aside + slider --- */
#halink-products .hl-products__shell {
	display: grid;
	grid-template-columns: minmax(16rem, 0.92fr) minmax(0, 2.1fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: stretch;
	padding: clamp(1.35rem, 2.5vw, 2rem);
	background: linear-gradient(165deg, #fff 0%, #faf6ef 100%);
	border: 1px solid rgba(184, 154, 90, 0.18);
	border-radius: clamp(1.25rem, 2.5vw, 1.75rem);
	box-shadow: 0 18px 48px rgba(47, 59, 40, 0.07);
}

#halink-products .hl-products__aside {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.35rem 0.25rem;
	min-width: 0;
}

#halink-products .hl-products__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.75rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hl-primary);
}

#halink-products .hl-products__eyebrow-ico {
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	background: rgba(184, 154, 90, 0.14);
	color: var(--hl-gold);
	font-size: 0.75rem;
}

#halink-products .hl-products__title {
	margin: 0 0 0.65rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.85rem, 3vw, 2.55rem);
	font-weight: 600;
	line-height: 1.15;
	color: var(--hl-primary);
}

#halink-products .hl-products__desc {
	margin: 0 0 1.25rem;
	max-width: 22rem;
	font-size: 0.92rem;
	line-height: 1.65;
	color: var(--hl-muted);
}

#halink-products .hl-products__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	align-self: flex-start;
	margin-bottom: 1.75rem;
	padding: 0.85rem 1.35rem;
	border-radius: 999px;
	background: var(--hl-primary);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(47, 59, 40, 0.18);
	transition: background 0.2s ease, transform 0.2s ease;
}

#halink-products .hl-products__cta:hover {
	background: var(--hl-gold);
	color: var(--hl-primary);
	transform: translateY(-1px);
}

#halink-products .hl-products__features {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
}

#halink-products .hl-products__feature {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

#halink-products .hl-products__feature-ico {
	width: 2.15rem;
	height: 2.15rem;
	flex-shrink: 0;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	background: rgba(47, 59, 40, 0.06);
	color: var(--hl-primary);
	font-size: 0.85rem;
}

#halink-products .hl-products__feature-copy {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

#halink-products .hl-products__feature-copy strong {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--hl-ink);
}

#halink-products .hl-products__feature-copy span {
	font-size: 0.82rem;
	line-height: 1.45;
	color: var(--hl-muted);
}

#halink-products .hl-products__main {
	min-width: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding-inline: 2.4rem;
}

/* --- Flash Sale shell: green panel + slider --- */
#halink-flashsale .hl-flashsale__shell {
	display: grid;
	grid-template-columns: minmax(15rem, 0.88fr) minmax(0, 2.15fr);
	gap: 0;
	align-items: stretch;
	overflow: hidden;
	padding: 0;
	background: #f7f3ec;
	border: 1px solid rgba(184, 154, 90, 0.18);
	border-radius: clamp(1.25rem, 2.5vw, 1.75rem);
	box-shadow: 0 18px 48px rgba(47, 59, 40, 0.08);
}

#halink-flashsale .hl-flashsale__panel {
	position: relative;
	background:
		radial-gradient(ellipse 80% 60% at 20% 10%, rgba(184, 154, 90, 0.18), transparent 55%),
		radial-gradient(ellipse 70% 50% at 90% 90%, rgba(255, 255, 255, 0.06), transparent 50%),
		var(--hl-primary);
	color: #fff;
	overflow: hidden;
}

#halink-flashsale .hl-flashsale__panel::before {
	content: "";
	position: absolute;
	inset: -20% auto auto -10%;
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	background: rgba(184, 154, 90, 0.08);
	pointer-events: none;
}

#halink-flashsale .hl-flashsale__panel-inner {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.5rem, 3vw, 2.25rem);
}

#halink-flashsale .hl-flashsale__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.65rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(247, 243, 236, 0.78);
}

#halink-flashsale .hl-flashsale__bolt {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	background: rgba(184, 154, 90, 0.22);
	color: var(--hl-gold);
}

#halink-flashsale .hl-flashsale__title {
	margin: 0 0 0.55rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
}

#halink-flashsale .hl-flashsale__desc {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(247, 243, 236, 0.78);
}

#halink-flashsale .hl-flashsale__countdown {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1.35rem;
}

#halink-flashsale .hl-countdown__item {
	min-width: 3.6rem;
	padding: 0.5rem 0.45rem;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0.55rem;
	text-align: center;
	box-shadow: none;
}

#halink-flashsale .hl-countdown__item:not(:last-child)::after {
	display: none;
}

#halink-flashsale .hl-countdown__num {
	display: block;
	font-family: var(--hl-font-display);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
}

#halink-flashsale .hl-countdown__label {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(247, 243, 236, 0.65);
}

#halink-flashsale .hl-flashsale__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	align-self: flex-start;
	padding: 0.85rem 1.3rem;
	border-radius: 999px;
	background: var(--hl-gold);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transition: background 0.2s ease, transform 0.2s ease;
}

#halink-flashsale .hl-flashsale__cta:hover {
	background: #c9ab6a;
	color: #fff;
	transform: translateY(-1px);
}

#halink-flashsale .hl-flashsale__main {
	min-width: 0;
	display: flex;
	align-items: center;
	padding-block: clamp(1.15rem, 2vw, 1.65rem);
	padding-inline: 2.4rem;
	background: #f7f3ec;
	overflow: hidden;
}

/* --- Shared slider + showcase cards --- */
#halink-products .hl-products__slider,
#halink-flashsale .hl-products__slider {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

#halink-products .hl-products__slider .swiper-wrapper,
#halink-flashsale .hl-products__slider .swiper-wrapper {
	align-items: stretch;
}

#halink-products .hl-products__slider .swiper-slide,
#halink-flashsale .hl-products__slider .swiper-slide {
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
}

#halink-products .hl-products__slider .swiper-slide .hl-product,
#halink-flashsale .hl-products__slider .swiper-slide .hl-product {
	height: 100%;
}

#halink-products .hl-product,
#halink-flashsale .hl-product {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: 100%;
}

#halink-products .hl-product__inner,
#halink-flashsale .hl-product__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(47, 59, 40, 0.07);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(47, 59, 40, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#halink-products .hl-product:hover .hl-product__inner,
#halink-flashsale .hl-product:hover .hl-product__inner {
	transform: translateY(-3px);
	border-color: rgba(184, 154, 90, 0.4);
	box-shadow: 0 16px 36px rgba(47, 59, 40, 0.1);
}

#halink-products .hl-product__thumb,
#halink-flashsale .hl-product__thumb {
	position: relative;
	aspect-ratio: 1;
	background: #efeae2;
	overflow: hidden;
}

#halink-products .hl-product__media,
#halink-products .hl-product__img,
#halink-flashsale .hl-product__media,
#halink-flashsale .hl-product__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

#halink-products .hl-product:hover .hl-product__img,
#halink-flashsale .hl-product:hover .hl-product__img {
	transform: scale(1.04);
}

#halink-products .hl-product__ph,
#halink-flashsale .hl-product__ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	background: linear-gradient(145deg, #efeae2, #e4ddd2);
}

#halink-products .hl-product__badges,
#halink-flashsale .hl-product__badges {
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	pointer-events: none;
}

#halink-products .hl-product .onsale,
#halink-flashsale .hl-product .onsale {
	display: none !important;
}

#halink-products .hl-product__badge,
#halink-flashsale .hl-product__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	padding: 0.3rem 0.5rem;
	border-radius: 0.35rem;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

#halink-products .hl-product__badge--new {
	background: var(--hl-gold);
	color: var(--hl-primary);
}

#halink-flashsale .hl-product__badge--sale,
#halink-products .hl-product__badge--sale {
	background: #c45c5c;
	color: #fff;
}

#halink-products .hl-product__wish,
#halink-flashsale .hl-product__wish {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	z-index: 3;
	width: 2.1rem;
	height: 2.1rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: var(--hl-ink);
	display: inline-grid;
	place-items: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(47, 59, 40, 0.1);
	transition: color 0.2s ease, transform 0.2s ease;
}

#halink-products .hl-product__wish:hover,
#halink-flashsale .hl-product__wish:hover {
	color: #e67e22;
	transform: scale(1.05);
}

#halink-products .hl-product__wish.is-active,
#halink-flashsale .hl-product__wish.is-active {
	color: #e67e22;
	background: #fff8f0;
}

#halink-products .hl-product__wish.is-active .fa-heart,
#halink-flashsale .hl-product__wish.is-active .fa-heart {
	color: #e67e22;
}

#halink-products .hl-product__body,
#halink-flashsale .hl-product__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0.9rem 0.95rem 1rem;
	background: #fff;
}

#halink-products .hl-product__title,
#halink-flashsale .hl-product__title {
	margin: 0 0 0.35rem;
	font-family: var(--hl-font-display);
	font-weight: 600;
	font-size: 0.98rem;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#halink-products .hl-product__title a,
#halink-flashsale .hl-product__title a {
	color: var(--hl-ink);
	text-decoration: none;
}

#halink-products .hl-product__title a:hover,
#halink-flashsale .hl-product__title a:hover {
	color: var(--hl-gold);
}

#halink-products .hl-product__rating,
#halink-flashsale .hl-product__rating {
	display: flex;
	align-items: center;
	gap: 0.15rem;
	margin-bottom: 0.55rem;
	color: var(--hl-gold);
	font-size: 0.72rem;
}

#halink-products .hl-product__rating-count,
#halink-flashsale .hl-product__rating-count {
	margin-left: 0.25rem;
	color: var(--hl-muted);
	font-size: 0.72rem;
}

#halink-products .hl-product__footer,
#halink-flashsale .hl-product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	margin-top: auto;
}

#halink-products .hl-product__price,
#halink-flashsale .hl-product__price {
	color: var(--hl-primary);
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.35;
}

#halink-products .hl-product__price del,
#halink-flashsale .hl-product__price del {
	margin-right: 0.3rem;
	color: var(--hl-muted);
	font-weight: 500;
	opacity: 0.75;
	font-size: 0.82rem;
}

#halink-products .hl-product__price ins,
#halink-flashsale .hl-product__price ins {
	text-decoration: none;
	color: #c45c5c;
	font-weight: 700;
}

#halink-products .hl-product__cart-btn,
#halink-flashsale .hl-product__cart-btn {
	flex-shrink: 0;
	width: 2.35rem;
	height: 2.35rem;
	border: 0;
	border-radius: 50%;
	background: var(--hl-primary);
	color: #fff;
	display: inline-grid;
	place-items: center;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(47, 59, 40, 0.16);
	transition: background 0.2s ease, transform 0.2s ease;
}

#halink-products .hl-product__cart-btn:hover,
#halink-flashsale .hl-product__cart-btn:hover {
	background: var(--hl-gold);
	color: var(--hl-primary);
	transform: scale(1.05);
}

#halink-products .swiper-button-prev,
#halink-products .swiper-button-next,
#halink-flashsale .swiper-button-prev,
#halink-flashsale .swiper-button-next {
	width: 2.5rem;
	height: 2.5rem;
	margin-top: 0;
	top: 42%;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--hl-primary);
	box-shadow: 0 8px 22px rgba(47, 59, 40, 0.12);
}

#halink-flashsale .swiper-button-prev,
#halink-flashsale .swiper-button-next {
	background: var(--hl-primary);
	color: #fff;
}

#halink-products .swiper-button-prev,
#halink-flashsale .swiper-button-prev {
	left: 0;
}

#halink-products .swiper-button-next,
#halink-flashsale .swiper-button-next {
	right: 0;
}

#halink-products .swiper-button-prev:after,
#halink-products .swiper-button-next:after,
#halink-flashsale .swiper-button-prev:after,
#halink-flashsale .swiper-button-next:after {
	font-size: 0.8rem;
	font-weight: 700;
	color: inherit;
}

#halink-products .swiper-button-prev:hover,
#halink-products .swiper-button-next:hover {
	background: var(--hl-primary);
	color: #fff;
}

#halink-flashsale .swiper-button-prev:hover,
#halink-flashsale .swiper-button-next:hover {
	background: var(--hl-gold);
	color: var(--hl-primary);
}

@media (max-width: 991.98px) {
	#halink-products .hl-products__shell,
	#halink-flashsale .hl-flashsale__shell {
		grid-template-columns: 1fr;
	}

	#halink-products .hl-products__aside {
		padding-bottom: 0.5rem;
		border-bottom: 1px solid rgba(184, 154, 90, 0.14);
	}

	#halink-products .hl-products__features {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.75rem;
	}

	#halink-flashsale .hl-flashsale__panel-inner {
		align-items: flex-start;
	}
}

@media (max-width: 767.98px) {
	#halink-products .hl-products__main,
	#halink-flashsale .hl-flashsale__main {
		padding-inline: 2rem;
	}

	#halink-products .hl-products__features {
		grid-template-columns: 1fr;
	}

	#halink-products .hl-products__cta,
	#halink-flashsale .hl-flashsale__cta {
		width: 100%;
	}
}

/* ===== REVIEWS (social proof carousel) ===== */
#halink-reviews {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(ellipse 70% 55% at 50% 0%, rgba(184, 154, 90, 0.1), transparent 60%),
		var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2.5rem, 5vw, 4rem);
	overflow: hidden;
}

#halink-reviews .hl-reviews__shell {
	position: relative;
	padding: clamp(2rem, 4vw, 3.25rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1.75rem, 3.5vw, 2.5rem);
	background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
	border-radius: clamp(1.75rem, 3.5vw, 2.75rem);
	border: 1px solid rgba(184, 154, 90, 0.18);
	box-shadow: 0 24px 60px rgba(47, 59, 40, 0.07);
	overflow: hidden;
}

#halink-reviews .hl-reviews__shell::before,
#halink-reviews .hl-reviews__shell::after {
	content: "";
	position: absolute;
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(184, 154, 90, 0.15) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

#halink-reviews .hl-reviews__shell::before {
	left: -3rem;
	bottom: 20%;
}

#halink-reviews .hl-reviews__shell::after {
	right: -3rem;
	top: -2rem;
}

#halink-reviews .hl-reviews__head,
#halink-reviews .hl-reviews__slider,
#halink-reviews .hl-reviews__trust {
	position: relative;
	z-index: 1;
}

#halink-reviews .hl-reviews__head {
	max-width: 42rem;
	margin: 0 auto 2rem;
}

#halink-reviews .hl-reviews__badge-wrap {
	margin-bottom: 0.85rem;
}

#halink-reviews .hl-reviews__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.85rem;
	background: rgba(184, 154, 90, 0.1);
	border: 1px solid rgba(184, 154, 90, 0.25);
	border-radius: 2rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--hl-gold);
}

#halink-reviews .hl-reviews__title {
	margin: 0 0 0.85rem;
	font-family: var(--hl-font-display);
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-transform: uppercase;
	color: var(--hl-ink);
}

#halink-reviews .hl-reviews__intro {
	margin: 0 auto 1.25rem;
	max-width: 36rem;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--hl-muted);
}

#halink-reviews .hl-reviews__rating-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.45rem 1.1rem;
	background: #fff;
	border: 1px solid rgba(184, 154, 90, 0.3);
	border-radius: 999px;
	box-shadow: 0 4px 16px rgba(184, 154, 90, 0.12);
}

#halink-reviews .hl-reviews__rating-stars {
	display: inline-flex;
	gap: 0.15rem;
	color: var(--hl-gold);
	font-size: 0.82rem;
}

#halink-reviews .hl-reviews__rating-text {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--hl-ink);
}

/* Slider & Cards */
#halink-reviews .hl-reviews__slider {
	padding: 1rem 0 2.5rem;
	overflow: visible;
}

#halink-reviews .hl-reviews__slider .swiper-wrapper {
	align-items: stretch;
	padding: 0.75rem 0 0.5rem;
}

#halink-reviews .hl-reviews__slider .swiper-slide {
	height: auto;
	opacity: 0.75;
	transform: scale(0.93);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}

#halink-reviews .hl-reviews__slider .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}

#halink-reviews .hl-review {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.6rem 1.4rem 1.4rem;
	text-align: left;
	background: #ffffff;
	border: 1px solid rgba(47, 59, 40, 0.08);
	border-radius: 1.4rem;
	box-shadow: 0 10px 30px rgba(47, 59, 40, 0.05);
	transition: all 0.35s ease;
	overflow: hidden;
}

#halink-reviews .swiper-slide-active .hl-review {
	background: #ffffff;
	border-color: rgba(184, 154, 90, 0.35);
	box-shadow: 0 20px 48px rgba(47, 59, 40, 0.12);
}

#halink-reviews .hl-review:hover {
	transform: translateY(-4px);
}

.hl-review__verified {
	position: absolute;
	top: 1rem;
	right: 1.1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.25rem 0.6rem;
	background: rgba(46, 125, 50, 0.08);
	border-radius: 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	color: #2e7d32;
}

.hl-review__quote-bg {
	position: absolute;
	right: 1.25rem;
	bottom: 1rem;
	font-family: var(--hl-font-display);
	font-size: 4.5rem;
	line-height: 0.7;
	color: rgba(184, 154, 90, 0.12);
	pointer-events: none;
	user-select: none;
}

.hl-review__user-header {
	display: flex;
	align-items: center;
	gap: 0.95rem;
	margin-bottom: 0.95rem;
}

#halink-reviews .hl-review__avatar {
	width: 3.75rem;
	height: 3.75rem;
	margin: 0;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid var(--hl-gold);
	box-shadow: 0 4px 12px rgba(184, 154, 90, 0.2);
	flex-shrink: 0;
}

#halink-reviews .hl-review__avatar-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#halink-reviews .hl-review__meta {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

#halink-reviews .hl-review__name {
	display: block;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--hl-ink);
}

#halink-reviews .hl-review__role {
	display: block;
	font-size: 0.82rem;
	color: var(--hl-muted);
}

#halink-reviews .hl-review__stars {
	display: flex;
	align-items: center;
	gap: 0.18rem;
	margin-bottom: 0.85rem;
	color: var(--hl-gold);
	font-size: 0.85rem;
}

#halink-reviews .hl-review__text {
	flex: 1;
	margin: 0 0 1.25rem;
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.65;
	color: rgba(30, 38, 26, 0.88);
}

.hl-review__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 0.75rem;
	border-top: 1px dashed rgba(47, 59, 40, 0.08);
}

#halink-reviews .hl-review__platform {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.3rem 0.75rem;
	background: var(--hl-bg);
	border: 1px solid rgba(47, 59, 40, 0.08);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--hl-ink);
}

#halink-reviews .hl-review__platform-ico {
	display: inline-grid;
	place-items: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	font-size: 0.72rem;
	line-height: 1;
}

#halink-reviews .hl-review__platform--google .hl-review__platform-ico {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #4285f4;
	font-weight: 800;
}

#halink-reviews .hl-review__g {
	font-family: var(--hl-font);
	font-weight: 800;
}

#halink-reviews .hl-review__platform--facebook .hl-review__platform-ico {
	background: #1877f2;
	color: #fff;
}

#halink-reviews .hl-review__platform-stars {
	display: inline-flex;
	gap: 0.08rem;
	color: var(--hl-gold);
	font-size: 0.62rem;
}

#halink-reviews .hl-reviews__dots {
	position: relative;
	bottom: 0 !important;
	margin-top: 0.5rem;
}

#halink-reviews .hl-reviews__dots .swiper-pagination-bullet {
	width: 0.55rem;
	height: 0.55rem;
	background: rgba(47, 59, 40, 0.22);
	opacity: 1;
	transition: all 0.3s ease;
}

#halink-reviews .hl-reviews__dots .swiper-pagination-bullet-active {
	background: var(--hl-gold);
	width: 1.4rem;
	border-radius: 999px;
}

/* Trust / stats bar */
#halink-reviews .hl-reviews__trust {
	margin-top: 0.75rem;
	padding: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1rem, 2vw, 1.5rem);
	background: rgba(247, 243, 236, 0.65);
	border: 1px solid rgba(184, 154, 90, 0.15);
	border-radius: 1.5rem;
}

#halink-reviews .hl-reviews__stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	text-align: center;
	padding: 0.4rem;
	transition: transform 0.3s ease;
}

#halink-reviews .hl-reviews__stat:hover {
	transform: translateY(-2px);
}

#halink-reviews .hl-reviews__stat-ico {
	width: 2.6rem;
	height: 2.6rem;
	display: grid;
	place-items: center;
	margin-bottom: 0.4rem;
	border: 1px solid rgba(184, 154, 90, 0.4);
	border-radius: 50%;
	background: #fff;
	color: var(--hl-gold);
	font-size: 1rem;
	box-shadow: 0 4px 12px rgba(184, 154, 90, 0.15);
}

#halink-reviews .hl-reviews__stat strong {
	font-family: var(--hl-font-display);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.15;
	color: var(--hl-ink);
}

#halink-reviews .hl-reviews__stat span {
	font-size: 0.84rem;
	color: var(--hl-muted);
	line-height: 1.35;
}

#halink-reviews .hl-reviews__brands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem 1.25rem;
	margin-top: 1.35rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(184, 154, 90, 0.15);
}

#halink-reviews .hl-reviews__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.5rem 1.1rem;
	background: #fff;
	border: 1px solid rgba(184, 154, 90, 0.2);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

#halink-reviews .hl-reviews__brand-ico {
	display: inline-grid;
	place-items: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	font-size: 0.78rem;
	font-weight: 800;
}

#halink-reviews .hl-reviews__brand-ico--g {
	border: 1px solid #e0e0e0;
	color: #4285f4;
	background: #fff;
}

#halink-reviews .hl-reviews__brand-ico--f {
	background: #1877f2;
	color: #fff;
}

#halink-reviews .hl-reviews__brand-label {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--hl-ink);
}

#halink-reviews .hl-reviews__brand-stars {
	display: inline-flex;
	gap: 0.1rem;
	color: var(--hl-gold);
	font-size: 0.72rem;
}

@media (max-width: 767.98px) {
	#halink-reviews .hl-reviews__shell {
		border-radius: 1.35rem;
		padding: 1.5rem 0.95rem 1.35rem;
	}

	#halink-reviews .hl-reviews__slider .swiper-slide {
		opacity: 1;
		transform: none;
	}
}

/* ===== SHARED HOME WIDGET SHELL ===== */
#halink-about,
#halink-instagram,
#halink-partners {
	position: relative;
	padding-block: clamp(2.5rem, 5vw, 4rem);
	overflow: hidden;
}

#halink-about::before,
#halink-instagram::before,
#halink-partners::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 45% at 100% 0%, rgba(184, 154, 90, 0.08), transparent 55%),
		radial-gradient(ellipse 40% 40% at 0% 100%, rgba(47, 59, 40, 0.05), transparent 50%);
	pointer-events: none;
}

#halink-about > .container,
#halink-instagram > .container,
#halink-partners > .container,
.hl-services__shell {
	position: relative;
	z-index: 1;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	background: linear-gradient(180deg, #fff 0%, #fdfbf7 100%);
	border: 1px solid rgba(184, 154, 90, 0.2);
	border-radius: clamp(1.25rem, 2.5vw, 1.75rem);
	box-shadow: 0 20px 50px rgba(47, 59, 40, 0.06);
}

#halink-about > .container {
	padding: clamp(1.25rem, 2.5vw, 2rem);
}

/* ===== WHY ===== */
#halink-why {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-why .container {
	position: relative;
	z-index: 1;
}

#halink-why .hl-why__shell {
	position: relative;
	padding: clamp(2.4rem, 4.8vw, 3.75rem) clamp(1.5rem, 3.2vw, 2.85rem) clamp(2.1rem, 4vw, 3.1rem);
	background:
		radial-gradient(ellipse 42% 48% at 0% 12%, rgba(90, 120, 70, 0.1), transparent 58%),
		radial-gradient(ellipse 38% 42% at 4% 92%, rgba(90, 120, 70, 0.12), transparent 55%),
		#fdfbf7;
	border: 1px solid rgba(184, 154, 90, 0.14);
	border-radius: 1.85rem;
	box-shadow: 0 18px 48px rgba(47, 59, 40, 0.06);
	overflow: hidden;
}

#halink-why .hl-why__mist {
	position: absolute;
	pointer-events: none;
	z-index: 0;
	border-radius: 50%;
	filter: blur(1px);
}

#halink-why .hl-why__mist--tl {
	top: -2.5rem;
	left: -2rem;
	width: 12rem;
	height: 12rem;
	opacity: 0.45;
	background:
		radial-gradient(ellipse 35% 55% at 40% 45%, rgba(70, 100, 55, 0.28), transparent 70%),
		radial-gradient(ellipse 40% 50% at 55% 60%, rgba(90, 120, 70, 0.18), transparent 72%);
}

#halink-why .hl-why__mist--bl {
	bottom: -3.5rem;
	left: -1.5rem;
	width: 14rem;
	height: 12rem;
	opacity: 0.5;
	background:
		radial-gradient(ellipse 40% 50% at 35% 40%, rgba(70, 100, 55, 0.3), transparent 68%),
		radial-gradient(ellipse 45% 40% at 60% 65%, rgba(100, 130, 70, 0.16), transparent 70%);
}

#halink-why .hl-why__decor {
	position: absolute;
	top: -0.15rem;
	right: 0.35rem;
	width: clamp(6.5rem, 12vw, 9.5rem);
	max-height: 11.5rem;
	height: auto;
	object-fit: contain;
	object-position: top right;
	pointer-events: none;
	z-index: 2;
	filter: drop-shadow(0 10px 20px rgba(47, 59, 40, 0.12));
}

#halink-why .hl-why__head {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: clamp(1.85rem, 3.5vw, 2.75rem);
}

#halink-why .hl-why__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	margin: 0 0 0.85rem;
}

#halink-why .hl-why__rule {
	display: block;
	width: 2.85rem;
	height: 10px;
	background:
		radial-gradient(circle at 50% 50%, #b89a5a 0 1.5px, transparent 1.7px),
		linear-gradient(90deg, transparent, #b89a5a 20%, #b89a5a 80%, transparent);
	background-size: 100% 100%, 100% 1px;
	background-position: center, center;
	background-repeat: no-repeat;
	opacity: 0.9;
}

#halink-why .hl-why__eyebrow-text {
	font-family: var(--hl-font-body, "Be Vietnam Pro", sans-serif);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #b0894a;
}

#halink-why .hl-why__title {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.3rem 0.5rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: clamp(2.05rem, 3.7vw, 2.95rem);
	font-weight: 600;
	line-height: 1.18;
	color: #2f3b28;
}

#halink-why .hl-why__title-main {
	font-style: normal;
}

#halink-why .hl-why__accent {
	font-family: "Great Vibes", cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 1.35em;
	line-height: 1;
	color: #2f3b28;
	transform: translateY(0.06em);
}

#halink-why .hl-why__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem 1.25rem;
}

#halink-why .hl-why__card {
	display: flex;
	align-items: flex-start;
	gap: 0.95rem;
	height: 100%;
	padding: 1.3rem 1.25rem 1.35rem;
	background: #fff;
	border: 0;
	border-radius: 1.15rem;
	box-shadow: 0 8px 28px rgba(47, 59, 40, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#halink-why .hl-why__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(47, 59, 40, 0.1);
}

#halink-why .hl-why__card-icon {
	width: 3.4rem;
	height: 3.4rem;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1.5px solid rgba(184, 154, 90, 0.75);
	background: #fff;
	display: grid;
	place-items: center;
	color: #b89a5a;
	overflow: hidden;
}

#halink-why .hl-why__card-icon img {
	width: 1.55rem;
	height: 1.55rem;
	object-fit: contain;
	filter: invert(1) sepia(0.55) saturate(4.5) hue-rotate(5deg) brightness(0.85);
}

#halink-why .hl-why__card-icon .fa {
	font-size: 1.1rem;
	color: #b89a5a;
}

#halink-why .hl-why__card-body {
	min-width: 0;
	padding-top: 0.15rem;
}

#halink-why .hl-why__card-title {
	margin: 0 0 0.4rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: 1.22rem;
	font-weight: 600;
	line-height: 1.3;
	color: #2f3b28;
}

#halink-why .hl-why__card-desc {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.62;
	color: #5c6558;
}

@media (max-width: 991.98px) {
	#halink-why .hl-why__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#halink-why .hl-why__decor {
		width: 5.75rem;
		max-height: 8.5rem;
		opacity: 0.92;
	}
}

@media (max-width: 575.98px) {
	#halink-why .hl-why__grid {
		grid-template-columns: 1fr;
	}

	#halink-why .hl-why__title {
		flex-direction: column;
		align-items: center;
	}

	#halink-why .hl-why__decor {
		width: 4.75rem;
		max-height: 7rem;
		top: 0.25rem;
		right: 0.15rem;
	}
}

/* ===== PROCESS ===== */
#halink-process {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-process .container {
	position: relative;
	z-index: 1;
}

#halink-process .hl-process__shell {
	position: relative;
	padding: clamp(2.4rem, 4.8vw, 3.75rem) clamp(1.25rem, 3vw, 2.75rem) clamp(3.1rem, 5.5vw, 4.1rem);
	background:
		url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"),
		linear-gradient(160deg, #faf7f1 0%, #f3eee5 45%, #efe8dc 100%);
	border: 1px solid rgba(184, 154, 90, 0.16);
	border-radius: 1.85rem;
	box-shadow: 0 20px 52px rgba(47, 59, 40, 0.08);
	overflow: hidden;
}

#halink-process .hl-process__arch {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

#halink-process .hl-process__arch--right {
	right: -14%;
	top: 2%;
	width: min(48%, 26rem);
	aspect-ratio: 1;
	background:
		radial-gradient(circle at 40% 48%, #2f3b28 0 56%, transparent 57%),
		radial-gradient(circle at 40% 48%, transparent 0 60%, rgba(184, 154, 90, 0.55) 60.5% 62.5%, transparent 63.5%);
	opacity: 0.92;
}

#halink-process .hl-process__arch--left {
	display: none;
}

#halink-process .hl-process__goldline {
	position: absolute;
	right: 8%;
	top: 16%;
	width: 7rem;
	height: 7rem;
	border: 1px solid rgba(184, 154, 90, 0.38);
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	opacity: 0.55;
}

#halink-process .hl-process__goldline::before {
	content: "";
	position: absolute;
	inset: 18% auto auto 10%;
	width: 4.5rem;
	height: 3.5rem;
	background:
		radial-gradient(ellipse 30% 60% at 20% 50%, transparent 40%, rgba(184, 154, 90, 0.35) 41% 48%, transparent 50%),
		radial-gradient(ellipse 25% 55% at 45% 40%, transparent 40%, rgba(184, 154, 90, 0.3) 41% 48%, transparent 50%),
		radial-gradient(ellipse 28% 50% at 70% 55%, transparent 40%, rgba(184, 154, 90, 0.28) 41% 48%, transparent 50%);
	opacity: 0.85;
}

#halink-process .hl-process__bloom {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

#halink-process .hl-process__bloom--tr {
	right: 24%;
	top: 1.1rem;
	width: 5rem;
	height: 4rem;
	opacity: 0.35;
	background:
		radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.9) 0 0.3rem, transparent 0.35rem),
		radial-gradient(circle at 60% 55%, rgba(184, 154, 90, 0.2) 0 1.5rem, transparent 1.9rem);
}

#halink-process .hl-process__flower {
	position: absolute;
	left: -0.5rem;
	bottom: -1.1rem;
	width: clamp(7.5rem, 15vw, 11rem);
	height: auto;
	object-fit: contain;
	pointer-events: none;
	z-index: 0;
	opacity: 0.82;
	transform: rotate(-12deg) scaleX(-1);
	filter: drop-shadow(0 8px 16px rgba(47, 59, 40, 0.1));
}

#halink-process .hl-process__head {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: clamp(2.85rem, 5.5vw, 3.85rem);
}

#halink-process .hl-process__eyebrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	margin: 0 0 0.5rem;
	font-family: var(--hl-font-body, "Be Vietnam Pro", sans-serif);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #b0894a;
}

#halink-process .hl-process__eyebrow-ico {
	font-size: 1rem;
	line-height: 1;
	color: #b0894a;
}

#halink-process .hl-process__title {
	margin: 0;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: clamp(2.05rem, 3.5vw, 2.85rem);
	font-weight: 600;
	color: #2f3b28;
}

#halink-process .hl-process__flourish {
	display: block;
	width: 4.75rem;
	height: 1.15rem;
	margin: 0.9rem auto 0;
	background:
		radial-gradient(circle at 50% 50%, #b0894a 0 0.15rem, transparent 0.17rem),
		radial-gradient(ellipse 42% 55% at 18% 55%, rgba(184, 154, 90, 0.55) 0 0.34rem, transparent 0.4rem),
		radial-gradient(ellipse 42% 55% at 82% 55%, rgba(184, 154, 90, 0.55) 0 0.34rem, transparent 0.4rem),
		linear-gradient(90deg, transparent 5%, rgba(184, 154, 90, 0.65) 35%, rgba(184, 154, 90, 0.65) 65%, transparent 95%);
	background-size: auto, auto, auto, 100% 1px;
	background-position: center, center, center, center;
	background-repeat: no-repeat;
}

#halink-process .hl-process__list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.35rem 1.45rem;
	margin: 0;
	padding: 1.85rem 0.35rem 0.85rem;
	list-style: none;
}

#halink-process .hl-process__step {
	position: relative;
	margin: 0;
	padding: 0;
}

#halink-process .hl-process__arrow {
	display: none;
}

#halink-process .hl-process__item {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4.85rem 1.15rem 2.85rem;
	background: #fff;
	border: 0;
	border-radius: 1.15rem;
	box-shadow: 0 12px 34px rgba(47, 59, 40, 0.08);
	text-align: center;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#halink-process .hl-process__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 42px rgba(47, 59, 40, 0.12);
}

#halink-process .hl-process__num {
	position: absolute;
	top: 0.45rem;
	left: 0.65rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: clamp(2.7rem, 3.6vw, 3.35rem);
	font-weight: 600;
	line-height: 1;
	color: rgba(184, 154, 90, 0.3);
	pointer-events: none;
	z-index: 0;
}

#halink-process .hl-process__photo {
	position: absolute;
	top: -1.95rem;
	left: 50%;
	transform: translateX(-50%);
	width: 6.35rem;
	height: 6.35rem;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow:
		0 0 0 1.5px rgba(184, 154, 90, 0.7),
		0 10px 24px rgba(47, 59, 40, 0.16);
	background: #efeae2;
	z-index: 2;
}

#halink-process .hl-process__img,
#halink-process .hl-process__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#halink-process .hl-process__ph {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #efeae2, #ddd5c8);
}

#halink-process .hl-process__copy {
	position: relative;
	z-index: 1;
	margin-top: 0.95rem;
	padding-bottom: 0.35rem;
}

#halink-process .hl-process__item-title {
	margin: 0 0 0.65rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: 1.22rem;
	font-weight: 600;
	color: #2f3b28;
}

#halink-process .hl-process__item-desc {
	margin: 0 0 0.5rem;
	font-size: 0.86rem;
	line-height: 1.65;
	color: #5c6558;
}

#halink-process .hl-process__icon {
	position: absolute;
	left: 50%;
	bottom: -1.05rem;
	transform: translateX(-50%);
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: #2f3b28;
	color: #c9ab6a;
	display: grid;
	place-items: center;
	font-size: 0.78rem;
	box-shadow: 0 8px 18px rgba(47, 59, 40, 0.22);
	z-index: 2;
}

@media (min-width: 992px) {
	#halink-process .hl-process__step:not(:first-child) .hl-process__arrow {
		display: block;
		position: absolute;
		top: 1.15rem;
		left: -0.95rem;
		width: 1.55rem;
		height: 0;
		border-top: 2px dotted rgba(184, 154, 90, 0.8);
		z-index: 3;
	}

	#halink-process .hl-process__step:not(:first-child) .hl-process__arrow::after {
		content: "";
		position: absolute;
		right: -0.4rem;
		top: -0.3rem;
		border: 0.3rem solid transparent;
		border-left-color: rgba(184, 154, 90, 0.9);
	}
}

@media (max-width: 991.98px) {
	#halink-process .hl-process__arch--right {
		width: 55%;
		opacity: 0.5;
		right: -18%;
	}

	#halink-process .hl-process__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.75rem 1.25rem;
		padding-top: 2rem;
	}

	#halink-process .hl-process__flower {
		width: 6.5rem;
		opacity: 0.7;
	}
}

@media (max-width: 575.98px) {
	#halink-process .hl-process__list {
		grid-template-columns: 1fr;
		max-width: 18rem;
		margin-inline: auto;
	}

	#halink-process .hl-process__arch--right {
		display: none;
	}
}

/* ===== VIDEO ===== */
#halink-video {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-video .container {
	position: relative;
	z-index: 1;
}

#halink-video .hl-video__shell {
	position: relative;
	padding: clamp(1.5rem, 3vw, 2.35rem);
	background: linear-gradient(165deg, #fff 0%, #faf6ef 100%);
	border: 1px solid rgba(184, 154, 90, 0.18);
	border-radius: clamp(1.35rem, 2.5vw, 1.85rem);
	box-shadow: 0 20px 50px rgba(47, 59, 40, 0.07);
	overflow: hidden;
}

#halink-video .hl-video__watermark {
	position: absolute;
	left: 8%;
	top: 18%;
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(184, 154, 90, 0.1), transparent 68%);
	pointer-events: none;
}

#halink-video .hl-video__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
}

#halink-video .hl-video__content {
	min-width: 0;
	padding: 0.35rem 0.25rem 0.5rem;
}

#halink-video .hl-video__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1rem;
	padding: 0.4rem 0.9rem;
	border: 1px solid rgba(184, 154, 90, 0.4);
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hl-gold);
	background: rgba(255, 255, 255, 0.7);
}

#halink-video .hl-video__badge-ico {
	color: var(--hl-gold);
	font-size: 0.78rem;
}

#halink-video .hl-video__title {
	position: relative;
	display: inline-block;
	margin: 0 0 0.75rem;
	font-family: var(--hl-font-display);
	font-size: clamp(2rem, 3.4vw, 2.85rem);
	font-weight: 600;
	line-height: 1.15;
	color: var(--hl-primary);
}

#halink-video .hl-video__title-leaf {
	display: inline-block;
	width: 1.65rem;
	height: 1.65rem;
	margin-left: 0.35rem;
	vertical-align: middle;
	background: radial-gradient(circle at 35% 40%, var(--hl-gold) 0 0.22rem, transparent 0.24rem),
		radial-gradient(ellipse at 70% 60%, rgba(184, 154, 90, 0.55) 0 0.35rem, transparent 0.38rem);
	transform: rotate(18deg);
}

#halink-video .hl-video__subtitle {
	margin: 0 0 0.85rem;
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	font-weight: 600;
	line-height: 1.45;
	color: var(--hl-gold);
}

#halink-video .hl-video__desc {
	margin: 0 0 1.5rem;
	max-width: 34rem;
	color: var(--hl-muted);
	font-size: 0.95rem;
	line-height: 1.7;
}

#halink-video .hl-video__desc p {
	margin: 0 0 0.65rem;
}

#halink-video .hl-video__desc p:last-child {
	margin-bottom: 0;
}

#halink-video .hl-video__stats {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0.95rem 1rem;
	background: #fff;
	border: 1px solid rgba(47, 59, 40, 0.06);
	border-radius: 1rem;
	box-shadow: 0 14px 34px rgba(47, 59, 40, 0.07);
	max-width: 28rem;
}

#halink-video .hl-video__stat {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.15rem 0.65rem;
	min-width: 0;
}

#halink-video .hl-video__stat:not(:last-child) {
	border-right: 1px solid rgba(47, 59, 40, 0.1);
}

#halink-video .hl-video__stat-ico {
	width: 2.35rem;
	height: 2.35rem;
	flex-shrink: 0;
	border-radius: 50%;
	background: var(--hl-primary);
	color: var(--hl-gold);
	display: grid;
	place-items: center;
	font-size: 0.82rem;
}

#halink-video .hl-video__stat-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#halink-video .hl-video__stat-num {
	font-family: var(--hl-font-display);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-weight: 600;
	line-height: 1.1;
	color: var(--hl-primary);
}

#halink-video .hl-video__stat-label {
	font-size: 0.72rem;
	color: var(--hl-muted);
	line-height: 1.3;
}

#halink-video .hl-video__media {
	min-width: 0;
}

#halink-video .hl-video__thumb {
	position: relative;
	border-radius: 1.15rem;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	background: #e8e2d8;
	box-shadow: 0 18px 44px rgba(47, 59, 40, 0.14);
}

#halink-video .hl-video__poster,
#halink-video .hl-video__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#halink-video .hl-video__play {
	position: absolute;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	width: 4.25rem;
	height: 4.25rem;
	border: 0;
	border-radius: 50%;
	background: var(--hl-primary);
	color: #fff;
	display: grid;
	place-items: center;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 12px 30px rgba(47, 59, 40, 0.28);
	transition: transform 0.25s ease, background 0.25s ease;
}

#halink-video .hl-video__play-ring {
	position: absolute;
	inset: -0.35rem;
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	pointer-events: none;
}

#halink-video .hl-video__play svg {
	margin-left: 0.15rem;
}

#halink-video .hl-video__play:hover {
	background: var(--hl-gold);
	color: var(--hl-primary);
	transform: translate(-50%, -50%) scale(1.06);
}

#halink-video .hl-video__features {
	position: absolute;
	left: 0.85rem;
	right: 0.85rem;
	bottom: 0.85rem;
	z-index: 2;
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0.85rem 0.75rem;
	background: var(--hl-primary);
	border-radius: 0.85rem;
	box-shadow: 0 12px 28px rgba(28, 34, 24, 0.28);
}

#halink-video .hl-video__feature {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0 0.55rem;
	min-width: 0;
	color: #fff;
}

#halink-video .hl-video__feature:not(:last-child) {
	border-right: 1px solid rgba(184, 154, 90, 0.35);
}

#halink-video .hl-video__feature-ico {
	flex-shrink: 0;
	color: var(--hl-gold);
	font-size: 1rem;
}

#halink-video .hl-video__feature-copy {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	min-width: 0;
}

#halink-video .hl-video__feature-copy small {
	font-size: 0.68rem;
	letter-spacing: 0.02em;
	color: rgba(247, 243, 236, 0.72);
	line-height: 1.2;
}

#halink-video .hl-video__feature-copy strong {
	font-size: 0.88rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

@media (max-width: 991.98px) {
	#halink-video .hl-video__grid {
		grid-template-columns: 1fr;
	}

	#halink-video .hl-video__stats {
		max-width: none;
	}

	#halink-video .hl-video__thumb {
		aspect-ratio: 16 / 11;
	}
}

@media (max-width: 575.98px) {
	#halink-video .hl-video__stats {
		flex-direction: column;
		gap: 0.65rem;
		padding: 0.85rem;
	}

	#halink-video .hl-video__stat:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid rgba(47, 59, 40, 0.1);
		padding-bottom: 0.65rem;
	}

	#halink-video .hl-video__features {
		flex-direction: column;
		gap: 0.55rem;
		padding: 0.75rem;
	}

	#halink-video .hl-video__feature:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid rgba(184, 154, 90, 0.3);
		padding-bottom: 0.55rem;
	}
}

/* ===== TEAM ===== */
#halink-team {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-team .container {
	position: relative;
	z-index: 1;
}

#halink-team .hl-team__shell {
	position: relative;
	padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(1.15rem, 3vw, 2.5rem) clamp(2rem, 4vw, 2.75rem);
	background:
		radial-gradient(ellipse 36% 40% at 0% 0%, rgba(90, 120, 70, 0.1), transparent 58%),
		radial-gradient(ellipse 34% 38% at 100% 0%, rgba(90, 120, 70, 0.09), transparent 55%),
		#fdfbf7;
	border: 1px solid rgba(184, 154, 90, 0.16);
	border-radius: 1.85rem;
	box-shadow: 0 18px 48px rgba(47, 59, 40, 0.06);
	overflow: hidden;
}

#halink-team .hl-team__leaf {
	position: absolute;
	width: 9rem;
	height: 9rem;
	pointer-events: none;
	z-index: 0;
	opacity: 0.38;
	background:
		radial-gradient(ellipse 40% 55% at 40% 45%, rgba(70, 100, 55, 0.28), transparent 70%),
		radial-gradient(ellipse 35% 45% at 60% 60%, rgba(90, 120, 70, 0.16), transparent 72%);
	filter: blur(1px);
}

#halink-team .hl-team__leaf--tl {
	top: -2.5rem;
	left: -2rem;
}

#halink-team .hl-team__leaf--tr {
	top: -2.5rem;
	right: -2rem;
}

#halink-team .hl-team__head {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

#halink-team .hl-team__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #b0894a;
}

#halink-team .hl-team__title {
	margin: 0;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 600;
	color: #2f3b28;
}

#halink-team .hl-team__flourish {
	display: block;
	width: 4.5rem;
	height: 1rem;
	margin: 0.75rem auto 0.85rem;
	background:
		radial-gradient(circle at 50% 50%, #b0894a 0 0.15rem, transparent 0.17rem),
		radial-gradient(ellipse 42% 55% at 20% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		radial-gradient(ellipse 42% 55% at 80% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		linear-gradient(90deg, transparent, rgba(184, 154, 90, 0.6), transparent);
	background-size: auto, auto, auto, 100% 1px;
	background-position: center, center, center, center;
	background-repeat: no-repeat;
}

#halink-team .hl-team__subtitle {
	margin: 0 auto;
	max-width: 34rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c6558;
}

#halink-team .hl-team__slider {
	position: relative;
	z-index: 1;
	padding: 0 2.85rem 2.1rem;
	overflow: hidden;
}

#halink-team .hl-team__card {
	height: 100%;
	background: #fff;
	border: 0;
	border-radius: 1.15rem;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(47, 59, 40, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#halink-team .hl-team__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(47, 59, 40, 0.12);
}

#halink-team .hl-team__thumb {
	position: relative;
	margin: 0;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #efeae2;
}

#halink-team .hl-team__photo,
#halink-team .hl-team__ph {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

#halink-team .hl-team__card:hover .hl-team__photo {
	transform: scale(1.04);
}

#halink-team .hl-team__accent {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 38%;
	background: linear-gradient(180deg, transparent, rgba(47, 59, 40, 0.55));
	pointer-events: none;
}

#halink-team .hl-team__body {
	padding: 1rem 1rem 1.2rem;
	text-align: center;
}

#halink-team .hl-team__name {
	margin: 0 0 0.3rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: 1.28rem;
	font-weight: 600;
	color: #2f3b28;
}

#halink-team .hl-team__role {
	margin: 0;
	color: #b0894a;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

#halink-team .hl-team__slider .swiper-button-prev,
#halink-team .hl-team__slider .swiper-button-next {
	width: 2.55rem;
	height: 2.55rem;
	margin-top: 0;
	top: 38%;
	transform: none;
	border: 0;
	border-radius: 50%;
	background: #2f3b28;
	color: #fff;
	box-shadow: 0 8px 20px rgba(47, 59, 40, 0.2);
}

#halink-team .hl-team__slider .swiper-button-prev:after,
#halink-team .hl-team__slider .swiper-button-next:after {
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
}

#halink-team .hl-team__slider .swiper-button-prev:hover,
#halink-team .hl-team__slider .swiper-button-next:hover {
	background: #b89a5a;
}

#halink-team .swiper-pagination {
	bottom: 0.1rem !important;
}

#halink-team .swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.5rem;
	background: rgba(47, 59, 40, 0.22);
	opacity: 1;
}

#halink-team .swiper-pagination-bullet-active {
	background: #2f3b28;
}

@media (max-width: 767.98px) {
	#halink-team .hl-team__slider {
		padding: 0 2.35rem 2rem;
	}
}

/* ===== GALLERY ===== */
#halink-gallery {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-gallery .container {
	position: relative;
	z-index: 1;
}

#halink-gallery .hl-gallery__shell {
	position: relative;
	padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(2.75rem, 5vw, 3.75rem) clamp(2rem, 4vw, 2.75rem);
	background:
		radial-gradient(ellipse 36% 40% at 0% 0%, rgba(90, 120, 70, 0.1), transparent 58%),
		radial-gradient(ellipse 34% 38% at 100% 0%, rgba(90, 120, 70, 0.09), transparent 55%),
		#fdfbf7;
	border: 1px solid rgba(184, 154, 90, 0.16);
	border-radius: 1.85rem;
	box-shadow: 0 18px 48px rgba(47, 59, 40, 0.06);
	overflow: hidden;
}

#halink-gallery .hl-gallery__track {
	position: relative;
	width: 100%;
	overflow: hidden;
	isolation: isolate;
}

#halink-gallery .hl-gallery__leaf {
	position: absolute;
	width: 9rem;
	height: 9rem;
	pointer-events: none;
	z-index: 0;
	opacity: 0.4;
	background:
		radial-gradient(ellipse 40% 55% at 40% 45%, rgba(70, 100, 55, 0.28), transparent 70%),
		radial-gradient(ellipse 35% 45% at 60% 60%, rgba(90, 120, 70, 0.16), transparent 72%);
	filter: blur(1px);
}

#halink-gallery .hl-gallery__leaf--tl {
	top: -2.5rem;
	left: -2rem;
}

#halink-gallery .hl-gallery__leaf--tr {
	top: -2.5rem;
	right: -2rem;
}

#halink-gallery .hl-gallery__head {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

#halink-gallery .hl-gallery__bloom {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 1rem;
	line-height: 1;
	color: #b0894a;
}

#halink-gallery .hl-gallery__title {
	margin: 0 0 0.45rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 600;
	color: #2f3b28;
}

#halink-gallery .hl-gallery__subtitle {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c6558;
}

#halink-gallery .hl-gallery__flourish {
	display: block;
	width: 4.5rem;
	height: 1rem;
	margin: 0.85rem auto 0;
	background:
		radial-gradient(circle at 50% 50%, #b0894a 0 0.15rem, transparent 0.17rem),
		radial-gradient(ellipse 42% 55% at 20% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		radial-gradient(ellipse 42% 55% at 80% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		linear-gradient(90deg, transparent, rgba(184, 154, 90, 0.6), transparent);
	background-size: auto, auto, auto, 100% 1px;
	background-position: center, center, center, center;
	background-repeat: no-repeat;
}

#halink-gallery .hl-gallery__slider.swiper,
#halink-gallery .hl-gallery__slider {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 0 2.25rem;
	overflow: hidden;
}

#halink-gallery .hl-gallery__slider .swiper-wrapper {
	align-items: stretch;
}

#halink-gallery .hl-gallery__slider .swiper-slide {
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
}

#halink-gallery .hl-gallery__card {
	position: relative;
	height: 100%;
	padding-bottom: 3.75rem;
}

#halink-gallery .hl-gallery__media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 1.15rem;
	box-shadow: 0 12px 32px rgba(47, 59, 40, 0.1);
	aspect-ratio: 3 / 4;
	background: #e8e4dc;
}

#halink-gallery .hl-gallery__img,
#halink-gallery .hl-gallery__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

#halink-gallery .hl-gallery__card:hover .hl-gallery__img,
#halink-gallery .hl-gallery__card:hover .hl-gallery__media img {
	transform: scale(1.04);
}

#halink-gallery .hl-gallery__info {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: calc(100% - 1.75rem);
	max-width: 16.5rem;
	padding: 1.85rem 1rem 1.05rem;
	background: #2f3b28;
	border-radius: 0.85rem;
	box-shadow: 0 12px 28px rgba(47, 59, 40, 0.22);
	text-align: center;
	z-index: 2;
}

#halink-gallery .hl-gallery__icon {
	position: absolute;
	top: -1.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.55rem;
	height: 2.55rem;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid rgba(184, 154, 90, 0.75);
	display: grid;
	place-items: center;
	color: #b89a5a;
	box-shadow: 0 6px 14px rgba(47, 59, 40, 0.14);
	overflow: hidden;
}

#halink-gallery .hl-gallery__icon img {
	width: 1.2rem;
	height: 1.2rem;
	object-fit: contain;
	filter: invert(1) sepia(0.55) saturate(4.5) hue-rotate(5deg) brightness(0.85);
}

#halink-gallery .hl-gallery__card-title {
	margin: 0 0 0.35rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

#halink-gallery .hl-gallery__card-desc {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}

#halink-gallery .hl-gallery__slider .swiper-button-prev,
#halink-gallery .hl-gallery__slider .swiper-button-next,
#halink-gallery .swiper-button-prev,
#halink-gallery .swiper-button-next {
	width: 2.65rem;
	height: 2.65rem;
	margin-top: 0;
	top: 36%;
	transform: none;
	border: 0;
	border-radius: 50%;
	background: #2f3b28;
	color: #fff;
	box-shadow: 0 8px 20px rgba(47, 59, 40, 0.2);
	z-index: 4;
}

#halink-gallery .swiper-button-prev:after,
#halink-gallery .swiper-button-next:after {
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
}

#halink-gallery .swiper-button-prev:hover,
#halink-gallery .swiper-button-next:hover {
	background: #b89a5a;
}

#halink-gallery .swiper-button-prev {
	left: 0.15rem;
}

#halink-gallery .swiper-button-next {
	right: 0.15rem;
}

#halink-gallery .swiper-pagination {
	bottom: 0.15rem !important;
}

#halink-gallery .swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.5rem;
	background: rgba(47, 59, 40, 0.22);
	opacity: 1;
}

#halink-gallery .swiper-pagination-bullet-active {
	background: #2f3b28;
	transform: scale(1.15);
}

@media (max-width: 991.98px) {
	#halink-gallery .hl-gallery__shell {
		padding-inline: clamp(2.35rem, 4.5vw, 3rem);
	}

	#halink-gallery .hl-gallery__slider {
		padding-bottom: 2.1rem;
	}
}

@media (max-width: 575.98px) {
	#halink-gallery .hl-gallery__shell {
		padding-inline: 2.25rem;
	}

	#halink-gallery .hl-gallery__slider {
		padding-bottom: 2rem;
	}

	#halink-gallery .hl-gallery__info {
		width: calc(100% - 1.25rem);
	}
}

/* ===== INSTAGRAM / PARTNERS ===== */
#halink-instagram,
#halink-partners {
	background: var(--hl-bg);
	margin-bottom: 0;
}

#halink-instagram .hl-instagram__item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0.75rem;
	box-shadow: 0 8px 22px rgba(47, 59, 40, 0.08);
}

#halink-instagram .hl-instagram__img,
#halink-instagram .hl-instagram__item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

#halink-instagram .hl-instagram__item:hover img {
	transform: scale(1.06);
}

#halink-partners .hl-partners__item,
#halink-partners a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	padding: 1rem 1.25rem;
	background: #fff;
	border: 1px solid rgba(184, 154, 90, 0.16);
	border-radius: 0.75rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#halink-partners .hl-partners__item:hover,
#halink-partners a:hover {
	border-color: rgba(184, 154, 90, 0.4);
	box-shadow: 0 8px 20px rgba(47, 59, 40, 0.06);
}

#halink-partners img {
	max-height: 44px;
	width: auto;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.65;
	transition: filter 0.25s ease, opacity 0.25s ease;
}

#halink-partners a:hover img {
	filter: grayscale(0);
	opacity: 1;
}

/* ===== BLOG ===== */
#halink-blog {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-blog .container {
	position: relative;
	z-index: 1;
}

#halink-blog .hl-blog__shell {
	position: relative;
	padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(1.25rem, 3vw, 2.65rem) clamp(2.15rem, 4vw, 3rem);
	background:
		radial-gradient(ellipse 34% 38% at 100% 0%, rgba(90, 120, 70, 0.1), transparent 56%),
		radial-gradient(ellipse 30% 34% at 0% 100%, rgba(90, 120, 70, 0.08), transparent 55%),
		#fdfbf7;
	border: 1px solid rgba(184, 154, 90, 0.16);
	border-radius: 1.85rem;
	box-shadow: 0 18px 48px rgba(47, 59, 40, 0.06);
	overflow: hidden;
}

#halink-blog .hl-blog__leaf {
	position: absolute;
	width: 9rem;
	height: 9rem;
	pointer-events: none;
	z-index: 0;
	opacity: 0.38;
	background:
		radial-gradient(ellipse 40% 55% at 40% 45%, rgba(70, 100, 55, 0.28), transparent 70%),
		radial-gradient(ellipse 35% 45% at 60% 60%, rgba(90, 120, 70, 0.16), transparent 72%);
	filter: blur(1px);
}

#halink-blog .hl-blog__leaf--tr {
	top: -2.5rem;
	right: -2rem;
}

#halink-blog .hl-blog__leaf--bl {
	bottom: -3rem;
	left: -1.5rem;
}

#halink-blog .hl-blog__head {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

#halink-blog .hl-blog__eyebrow {
	margin: 0 0 0.45rem;
	font-family: var(--hl-font-body, "Be Vietnam Pro", sans-serif);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #b0894a;
}

#halink-blog .hl-blog__title {
	margin: 0;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 600;
	color: #2f3b28;
}

#halink-blog .hl-blog__flourish {
	display: block;
	width: 4.5rem;
	height: 1rem;
	margin: 0.75rem auto 0.85rem;
	background:
		radial-gradient(circle at 50% 50%, #b0894a 0 0.15rem, transparent 0.17rem),
		radial-gradient(ellipse 42% 55% at 20% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		radial-gradient(ellipse 42% 55% at 80% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		linear-gradient(90deg, transparent, rgba(184, 154, 90, 0.6), transparent);
	background-size: auto, auto, auto, 100% 1px;
	background-position: center, center, center, center;
	background-repeat: no-repeat;
}

#halink-blog .hl-blog__subtitle {
	margin: 0 auto;
	max-width: 34rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c6558;
}

#halink-blog .hl-blog__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35rem;
}

#halink-blog .hl-news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 0;
	border-radius: 1.1rem;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(47, 59, 40, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#halink-blog .hl-news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(47, 59, 40, 0.12);
}

#halink-blog .hl-news-card__media {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}

#halink-blog .hl-news-card__thumb {
	display: block;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
}

#halink-blog .hl-news-card__img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

#halink-blog .hl-news-card:hover .hl-news-card__img {
	transform: scale(1.04);
}

#halink-blog .hl-news-card__cat {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	padding: 0.28rem 0.7rem;
	border-radius: 0.3rem;
	background: #2f3b28;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.3;
}

#halink-blog .hl-news-card__cat:hover {
	background: #b89a5a;
	color: #fff;
}

#halink-blog .hl-news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.15rem 1.2rem 1.25rem;
}

#halink-blog .hl-news-card__date {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.55rem;
	font-size: 0.8rem;
	color: #7a8276;
}

#halink-blog .hl-news-card__date-ico {
	color: #b89a5a;
	font-size: 0.85rem;
	line-height: 1;
}

#halink-blog .hl-news-card__title {
	margin: 0 0 0.55rem;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: 1.28rem;
	font-weight: 600;
	line-height: 1.35;
	color: #2f3b28;
}

#halink-blog .hl-news-card__title a {
	color: inherit;
	text-decoration: none;
}

#halink-blog .hl-news-card__title a:hover {
	color: #b89a5a;
}

#halink-blog .hl-news-card__excerpt {
	margin: 0 0 0.9rem;
	font-size: 0.88rem;
	line-height: 1.6;
	color: #6b7268;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#halink-blog .hl-news-card__more {
	margin-top: auto;
	font-size: 0.9rem;
	font-weight: 600;
	color: #2f3b28;
	text-decoration: none;
}

#halink-blog .hl-news-card__more:hover {
	color: #b89a5a;
}

#halink-blog .hl-blog__actions {
	position: relative;
	z-index: 1;
	margin-top: 2rem;
	text-align: center;
}

#halink-blog .hl-blog__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-width: 14rem;
	padding: 0.85rem 1.75rem;
	border-radius: 999px;
	background: #2f3b28;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(47, 59, 40, 0.18);
	transition: background 0.2s ease, transform 0.2s ease;
}

#halink-blog .hl-blog__cta:hover {
	background: #b89a5a;
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 991.98px) {
	#halink-blog .hl-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	#halink-blog .hl-blog__grid {
		grid-template-columns: 1fr;
		max-width: 22rem;
		margin-inline: auto;
	}
}

/* ===== FAQ ===== */
#halink-faq {
	position: relative;
	background: var(--hl-bg);
	margin-bottom: 0;
	padding-block: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

#halink-faq .container {
	position: relative;
	z-index: 1;
}

#halink-faq .hl-faq__shell {
	position: relative;
	padding: clamp(2.25rem, 4.5vw, 3.5rem) clamp(1.25rem, 3vw, 2.75rem) clamp(2.15rem, 4vw, 3rem);
	background:
		radial-gradient(ellipse 34% 38% at 0% 0%, rgba(90, 120, 70, 0.1), transparent 56%),
		radial-gradient(ellipse 32% 36% at 100% 100%, rgba(90, 120, 70, 0.08), transparent 55%),
		#fdfbf7;
	border: 1px solid rgba(184, 154, 90, 0.16);
	border-radius: 1.85rem;
	box-shadow: 0 18px 48px rgba(47, 59, 40, 0.06);
	overflow: hidden;
}

#halink-faq .hl-faq__leaf {
	position: absolute;
	width: 9rem;
	height: 9rem;
	pointer-events: none;
	z-index: 0;
	opacity: 0.36;
	background:
		radial-gradient(ellipse 40% 55% at 40% 45%, rgba(70, 100, 55, 0.28), transparent 70%),
		radial-gradient(ellipse 35% 45% at 60% 60%, rgba(90, 120, 70, 0.16), transparent 72%);
	filter: blur(1px);
}

#halink-faq .hl-faq__leaf--tl {
	top: -2.5rem;
	left: -2rem;
}

#halink-faq .hl-faq__leaf--br {
	bottom: -3rem;
	right: -2rem;
}

#halink-faq .hl-faq__head {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: clamp(1.65rem, 3.2vw, 2.35rem);
}

#halink-faq .hl-faq__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #b0894a;
}

#halink-faq .hl-faq__title {
	margin: 0;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 600;
	color: #2f3b28;
}

#halink-faq .hl-faq__flourish {
	display: block;
	width: 4.5rem;
	height: 1rem;
	margin: 0.75rem auto 0.85rem;
	background:
		radial-gradient(circle at 50% 50%, #b0894a 0 0.15rem, transparent 0.17rem),
		radial-gradient(ellipse 42% 55% at 20% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		radial-gradient(ellipse 42% 55% at 80% 55%, rgba(184, 154, 90, 0.55) 0 0.32rem, transparent 0.38rem),
		linear-gradient(90deg, transparent, rgba(184, 154, 90, 0.6), transparent);
	background-size: auto, auto, auto, 100% 1px;
	background-position: center, center, center, center;
	background-repeat: no-repeat;
}

#halink-faq .hl-faq__subtitle {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #5c6558;
}

#halink-faq .hl-faq__list {
	position: relative;
	z-index: 1;
	max-width: 860px;
	margin: 0 auto;
}

#halink-faq .hl-faq__item {
	border: 0;
	border-radius: 1rem;
	background: #fff;
	margin-bottom: 0.75rem;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(47, 59, 40, 0.05);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#halink-faq .hl-faq__item.is-open {
	box-shadow: 0 12px 30px rgba(47, 59, 40, 0.1);
}

#halink-faq .hl-faq__question {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 1.1rem 1.25rem;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

#halink-faq .hl-faq__num {
	flex-shrink: 0;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: #b0894a;
	min-width: 1.6rem;
}

#halink-faq .hl-faq__question-text {
	flex: 1;
	font-family: "Cormorant Garamond", var(--hl-font-display), Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.35;
	color: #2f3b28;
}

#halink-faq .hl-faq__icon {
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 50%;
	border: 1px solid rgba(184, 154, 90, 0.45);
	background: rgba(184, 154, 90, 0.08);
	position: relative;
	flex-shrink: 0;
	transition: background 0.2s ease, border-color 0.2s ease;
}

#halink-faq .hl-faq__item.is-open .hl-faq__icon {
	background: #2f3b28;
	border-color: #2f3b28;
}

#halink-faq .hl-faq__icon::before,
#halink-faq .hl-faq__icon::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	background: #2f3b28;
	transform: translate(-50%, -50%);
	transition: background 0.2s ease;
}

#halink-faq .hl-faq__item.is-open .hl-faq__icon::before,
#halink-faq .hl-faq__item.is-open .hl-faq__icon::after {
	background: #fff;
}

#halink-faq .hl-faq__icon::before {
	width: 0.55rem;
	height: 2px;
}

#halink-faq .hl-faq__icon::after {
	width: 2px;
	height: 0.55rem;
}

#halink-faq .hl-faq__item.is-open .hl-faq__icon::after {
	display: none;
}

#halink-faq .hl-faq__answer {
	padding: 0 1.25rem 1.2rem 3.7rem;
	color: #5c6558;
	line-height: 1.7;
	font-size: 0.92rem;
}

#halink-faq .hl-faq__answer p:last-child {
	margin-bottom: 0;
}

#halink-faq .hl-faq__answer[hidden] {
	display: none;
}

@media (max-width: 575.98px) {
	#halink-faq .hl-faq__answer {
		padding-left: 1.25rem;
	}
}

#halink-blog .hl-post-card__media img,
#halink-blog .hl-post-card img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	display: block;
}

/* Shared swiper nav — instagram */
#halink-instagram .swiper-button-prev,
#halink-instagram .swiper-button-next {
	width: 2.5rem;
	height: 2.5rem;
	margin-top: 0;
	top: 42%;
	border: 0;
	border-radius: 50%;
	background: var(--hl-primary);
	color: #fff;
	box-shadow: 0 6px 18px rgba(47, 59, 40, 0.18);
}

#halink-instagram .swiper-button-prev:after,
#halink-instagram .swiper-button-next:after {
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
}

#halink-instagram .swiper-button-prev:hover,
#halink-instagram .swiper-button-next:hover {
	background: var(--hl-gold);
}

@media (max-width: 767.98px) {
	#halink-instagram .hl-instagram__slider {
		padding: 0 2rem;
	}
}

/* ===== SHARED SECTION HEADER CLEANUP ===== */
#halink-contact {
	background: var(--hl-bg);
	padding: clamp(2.5rem, 5vw, 4rem) 0;
}

#halink-contact .hl-contact__row {
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: var(--hl-shadow-lg);
}

#halink-contact .hl-contact__details {
	background: var(--hl-primary);
	color: #fff;
	padding: clamp(1.75rem, 3vw, 2.75rem);
	height: 100%;
	min-height: 100%;
}

#halink-contact .hl-contact__title {
	font-family: var(--hl-font-display);
	font-weight: 500;
	color: #fff;
	margin: 0 0 1.25rem;
	font-size: clamp(1.7rem, 2.5vw, 2.25rem);
}

#halink-contact .hl-contact__list {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

#halink-contact .hl-contact__list li {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
	color: rgba(255, 255, 255, 0.88);
}

#halink-contact .hl-contact__list a {
	color: inherit;
	text-decoration: none;
}

#halink-contact .hl-contact__list a:hover {
	color: var(--hl-gold);
}

#halink-contact .hl-contact__list i {
	color: var(--hl-gold);
	width: 1.1rem;
	margin-top: 0.2rem;
}

#halink-contact .hl-contact__map {
	overflow: hidden;
	height: 100%;
	min-height: 360px;
	background: #e8e4dc;
}

#halink-contact .hl-contact__map iframe {
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
	display: block;
}

/* ===== SHARED SECTION HEADER CLEANUP ===== */
#halink-home .hl-section__header {
	text-align: center;
	margin-bottom: 2rem;
}

#halink-home .hl-section__header::after,
#halink-home .hl-section__accent {
	display: none;
}

#halink-home .hl-section__title {
	font-family: var(--hl-font-display);
	font-weight: 500;
	color: var(--hl-ink);
}

#halink-home .hl-section__subtitle {
	color: #b7794a !important;
}

@media (max-width: 991.98px) {
	#halink-hero .hl-hero__slider,
	#halink-hero .hl-hero__slide,
	#halink-hero .hl-hero__slider .swiper-slide {
		height: auto !important;
		min-height: 0 !important;
	}

	#halink-hero .hl-hero__slider .swiper-wrapper {
		height: auto !important;
	}

	#halink-hero .hl-hero__link {
		position: relative;
		inset: auto;
		display: block;
	}

	#halink-hero .hl-hero__media {
		position: relative;
		inset: auto;
		display: block;
		background: var(--hl-bg);
	}

	#halink-hero .hl-hero__img {
		width: 100%;
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
		object-fit: contain;
		object-position: center top;
	}

	.hl-hero__controls {
		bottom: 0.85rem;
		gap: 0.65rem;
		padding: 0.4rem 0.55rem;
	}

	.hl-hero__nav {
		width: 1.95rem !important;
		height: 1.95rem !important;
	}

	#halink-policy {
		margin-top: 0;
	}

	#halink-about .hl-about__media {
		max-height: 420px;
	}
}
