/* THF Homepage bundled styles — generated 2026-08-30 */

/* ===== home-v2.css ===== */
/* THF Homepage V2 — premium directory dashboard */

body.home {
	background: #050a0e;
}

.thf-home-v2 {
	--thf-bg: #050a0e;
	--thf-panel: #0a1217;
	--thf-panel-2: #0d171d;
	--thf-panel-3: #111d24;
	--thf-line: rgba(255,255,255,.09);
	--thf-line-strong: rgba(255,255,255,.15);
	--thf-text: #f7faf8;
	--thf-muted: #91a19b;
	--thf-accent: #27d98b;
	--thf-accent-soft: rgba(39,217,139,.13);
	--thf-gold: #f3be00;
	background:
		radial-gradient(circle at 15% 0%, rgba(24,101,75,.16), transparent 31%),
		radial-gradient(circle at 90% 12%, rgba(15,71,89,.14), transparent 30%),
		linear-gradient(180deg, #050a0e 0%, #071016 38%, #050a0e 100%);
	color: var(--thf-text);
	padding: 22px 0 56px;
	min-height: 100vh;
}

.thf-home-v2 *,
.thf-home-v2 *::before,
.thf-home-v2 *::after {
	box-sizing: border-box;
}

.thf-home-v2 a {
	color: inherit;
}

.thf-home-shell {
	width: min(94%, 1540px);
	margin: 0 auto;
}

.thf-panel {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.thf-home-intro {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(420px,.75fr);
	gap: 28px;
	align-items: end;
	padding: 20px 4px 18px;
}

.thf-home-intro-copy {
	max-width: 830px;
}

.thf-kicker,
.thf-section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--thf-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.thf-home-intro h1 {
	color: #fff;
	font-size: clamp(32px, 3.2vw, 54px);
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: -.035em;
	margin: 8px 0 10px;
	padding: 0;
}

.thf-home-intro p {
	color: #a9b8b2;
	font-size: 15px;
	line-height: 1.65;
	max-width: 760px;
}

.thf-home-search {
	display: grid;
	grid-template-columns: auto minmax(0,1fr) auto;
	align-items: center;
	gap: 12px;
	background: rgba(15,24,30,.94);
	border: 1px solid var(--thf-line-strong);
	border-radius: 999px;
	padding: 7px 8px 7px 17px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 14px 45px rgba(0,0,0,.2);
}

.thf-home-search > i {
	color: var(--thf-muted);
}

.thf-home-search input[type="search"] {
	width: 100%;
	min-width: 0;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 13px;
	outline: 0;
	padding: 10px 0;
}

.thf-home-search input::placeholder {
	color: #6e7c78;
}

.thf-home-search button,
.thf-solid-button {
	border: 0;
	background: var(--thf-accent);
	color: #05100b;
	font-weight: 800;
	border-radius: 999px;
	padding: 11px 18px;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.thf-home-search button:hover,
.thf-solid-button:hover {
	transform: translateY(-1px);
	background: #45e9a0;
	box-shadow: 0 10px 28px rgba(39,217,139,.18);
}

.thf-home-top-grid {
	display: grid;
	grid-template-columns: minmax(0, 3.45fr) minmax(280px, .9fr);
	gap: 14px;
	align-items: start;
}

.thf-home-primary {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.thf-featured-hero {
	padding: 14px;
	overflow: hidden;
}

.thf-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.thf-section-heading h2,
.thf-rail-heading h2,
.thf-loop-panel h2,
.thf-social-panel h2,
.thf-business-cta h2 {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 760;
	letter-spacing: -.02em;
	padding: 0;
	margin: 3px 0 0;
}

.thf-section-heading > a,
.thf-featured-heading > a {
	color: var(--thf-accent);
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.thf-section-heading > a i,
.thf-featured-heading > a i {
	margin-left: 6px;
	transition: transform .2s ease;
}

.thf-section-heading > a:hover i,
.thf-featured-heading > a:hover i {
	transform: translateX(3px);
}

/* Verified listing shortcode re-composed into the hero mosaic. */
.thf-featured-hero .swiper.ListingSwiper {
	overflow: visible;
}

.thf-featured-hero ul.directory-listing.full {
	display: grid !important;
	grid-template-columns: 2.05fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		"feature second second"
		"feature third fourth";
	gap: 10px !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 430px;
	list-style: none !important;
	overflow: hidden;
}

.thf-featured-hero ul.directory-listing.full > li {
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
}

.thf-featured-hero ul.directory-listing.full > li:nth-child(1) { grid-area: feature; }
.thf-featured-hero ul.directory-listing.full > li:nth-child(2) { grid-area: second; }
.thf-featured-hero ul.directory-listing.full > li:nth-child(3) { grid-area: third; }
.thf-featured-hero ul.directory-listing.full > li:nth-child(4) { grid-area: fourth; }

.thf-featured-hero .listing-wrapper {
	position: relative;
	height: 100%;
	min-height: 0;
	border-radius: 13px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.1);
	background: #10191f;
	isolation: isolate;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.thf-featured-hero .listing-wrapper:hover {
	transform: translateY(-2px);
	border-color: rgba(39,217,139,.36);
	box-shadow: 0 16px 32px rgba(0,0,0,.28);
}

.thf-featured-hero .listing-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(3,8,10,.06) 20%, rgba(3,8,10,.45) 52%, rgba(3,8,10,.96) 100%);
}

.thf-featured-hero li:first-child .listing-wrapper::before {
	content: "★  Featured Verified Listing";
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 6;
	color: #d9fff0;
	background: rgba(8,38,28,.88);
	border: 1px solid rgba(39,217,139,.42);
	border-radius: 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
	padding: 8px 10px;
	backdrop-filter: blur(10px);
}

.thf-featured-hero .image-wrapper {
	position: absolute !important;
	inset: 0;
	margin: 0 !important;
	height: 100% !important;
	width: 100%;
}

.thf-featured-hero img.banner-image {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: cover;
	transition: transform .45s ease;
}

.thf-featured-hero .listing-wrapper:hover img.banner-image {
	transform: scale(1.035);
}

.thf-featured-hero .avatar-container {
	position: absolute !important;
	top: 14px;
	right: 14px;
	left: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	z-index: 5;
}

.thf-featured-hero .avatar-wrapper {
	width: 54px !important;
	height: 54px !important;
	border-radius: 50% !important;
	background: rgba(7,14,17,.84);
	border: 1px solid rgba(255,255,255,.2) !important;
	padding: 2px;
	overflow: hidden;
}

.thf-featured-hero li:first-child .avatar-wrapper {
	width: 68px !important;
	height: 68px !important;
}

.thf-featured-hero .avatar-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
}

.thf-featured-hero .location,
.thf-featured-hero .google-rating {
	position: absolute;
	z-index: 5;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: auto !important;
	background: rgba(5,11,14,.78);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 7px;
	padding: 6px 8px;
	color: #d8e4df;
	font-size: 10px;
	backdrop-filter: blur(8px);
}

.thf-featured-hero li:first-child .location {
	top: auto;
	bottom: 92px;
	left: 18px;
}

.thf-featured-hero .google-rating {
	top: 14px;
	left: 14px;
	color: #fff;
}

.thf-featured-hero .location + .google-rating {
	left: 14px;
	top: 48px;
}

.thf-featured-hero li:first-child .location + .google-rating {
	top: auto;
	bottom: 92px;
	left: 130px;
}

.thf-featured-hero .stars {
	color: var(--thf-gold) !important;
	font-size: 9px;
}

.thf-featured-hero h3.listing-title,
.thf-featured-hero .listing-title {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 42px;
	z-index: 5;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.14 !important;
	font-weight: 800 !important;
	color: #fff !important;
}

.thf-featured-hero li:first-child h3.listing-title {
	left: 18px;
	bottom: 50px;
	font-size: clamp(24px, 2.2vw, 36px) !important;
	max-width: 72%;
}

.thf-featured-hero h3.listing-title a {
	color: #fff !important;
}

.thf-featured-hero .listing-wrapper > p {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 12px;
	z-index: 5;
	color: #aebbb6 !important;
	font-size: 10px !important;
	line-height: 1.35 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.thf-featured-hero li:first-child .listing-wrapper > p {
	left: 18px;
	bottom: 18px;
	max-width: 66%;
	font-size: 12px !important;
}

.thf-featured-hero .verified {
	color: var(--thf-accent) !important;
	margin-left: 6px;
}

/* Trust strip */
.thf-trust-strip {
	display: grid;
	grid-template-columns: 1.5fr repeat(4, 1fr);
	gap: 0;
	align-items: stretch;
	padding: 13px 16px;
}

.thf-trust-brand,
.thf-trust-item {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 8px 15px;
}

.thf-trust-item {
	border-left: 1px solid var(--thf-line);
}

.thf-trust-mark,
.thf-trust-item > i {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: var(--thf-accent);
	background: var(--thf-accent-soft);
	border: 1px solid rgba(39,217,139,.25);
}

.thf-trust-mark {
	width: 54px;
	height: 54px;
	font-size: 22px;
}

.thf-trust-brand strong,
.thf-trust-item strong {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}

.thf-trust-brand strong {
	font-size: 17px;
}

.thf-trust-brand span:not(.thf-trust-mark),
.thf-trust-item span {
	display: block;
	color: #82928c;
	font-size: 9px;
	line-height: 1.45;
	margin-top: 3px;
}

/* Sponsored right rail */
.thf-sponsored-panel {
	padding: 14px;
	position: sticky;
	top: 12px;
}

.thf-rail-heading {
	margin-bottom: 10px;
}

.thf-sponsored-content {
	display: grid;
	gap: 9px;
}

.thf-sponsored-panel .ad-wrapper {
	position: relative;
	min-height: 135px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.1);
	background: #10191f;
}

.thf-sponsored-panel .ad-wrapper > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thf-sponsored-panel .ad-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(3,7,9,.92), rgba(3,7,9,.45) 62%, rgba(3,7,9,.12));
}

.thf-sponsored-panel .ad-overlay {
	position: relative;
	z-index: 2;
	padding: 14px;
	min-height: 135px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.thf-sponsored-panel .ad-label,
.thf-sponsored-panel .ad-overlay .ad-label {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(10,63,43,.88);
	border: 1px solid rgba(39,217,139,.38);
	color: #8ff1be;
	font-size: 8px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 4px 7px;
	border-radius: 999px;
	    line-height: normal;
}

.thf-sponsored-panel .ad-overlay h3 {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.18 !important;
	font-weight: 800 !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	max-width: 78%;
}

.thf-sponsored-panel .ad-overlay p,
.thf-sponsored-panel .ad-overlay strong,
.thf-sponsored-panel .ad-expiration {
	color: #b2c0ba;
	font-size: 9px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.thf-sponsored-panel .profile-link {
	display: inline-flex;
	margin-top: 7px;
	color: var(--thf-accent) !important;
	font-size: 9px;
	font-weight: 800;
}

.thf-outline-button,
.thf-solid-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: 800;
}

.thf-outline-button {
	color: var(--thf-accent) !important;
	border: 1px solid rgba(39,217,139,.6);
	border-radius: 9px;
	padding: 9px 12px;
	transition: background .2s ease, color .2s ease;
}

.thf-outline-button:hover {
	background: var(--thf-accent-soft);
}

.thf-ad-empty {
	display: grid;
	gap: 6px;
	padding: 22px;
	text-align: center;
	border: 1px dashed rgba(39,217,139,.28);
	border-radius: 12px;
	color: var(--thf-muted);
}

.thf-ad-empty i { color: var(--thf-accent); font-size: 24px; }
.thf-ad-empty strong { color: #fff; }
.thf-ad-empty p { font-size: 11px; line-height: 1.5; padding: 0; }

/* Lower dashboard grid */
.thf-home-content-grid {
	display: grid;
	grid-template-columns: minmax(220px, .82fr) minmax(0, 3fr) minmax(250px, .95fr);
	gap: 14px;
	align-items: start;
	margin-top: 14px;
}

.thf-home-feed,
.thf-community-rail {
	display: grid;
	gap: 14px;
	min-width: 0;
}

/* Latest Updates shortcode */
.thf-latest-panel {
	padding: 14px;
	position: sticky;
	top: 12px;
}

.thf-latest-panel .latest-news > div:first-child p {
	color: #fff;
	font-weight: 800;
	font-size: 13px;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--thf-line);
}

.thf-latest-panel .latest-news > div:first-child p i {
	color: var(--thf-accent);
	margin-right: 6px;
}

.thf-latest-panel .latest-news ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.thf-latest-panel .latest-news li {
	display: grid;
	grid-template-columns: 68px minmax(0,1fr);
	gap: 10px;
	padding: 11px 0;
	border-bottom: 1px solid var(--thf-line);
}

.thf-latest-panel .news-thumbnail,
.thf-latest-panel .news-thumbnail img {
	width: 68px !important;
	height: 58px !important;
	border-radius: 8px;
	object-fit: cover;
	margin: 0 !important;
}

.thf-latest-panel .news-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #edf4f1 !important;
	font-size: 10px;
	line-height: 1.35;
	font-weight: 700;
}

.thf-latest-panel .news-date {
	display: block;
	color: #6f817a !important;
	font-size: 8px;
	margin-top: 5px;
}

.thf-latest-panel .news-date i { color: var(--thf-accent); }

.thf-latest-panel .more-articles {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 10px;
	color: var(--thf-accent) !important;
	font-size: 10px;
	font-weight: 800;
}

/* Influencer listing shortcode */
.thf-influencer-panel {
	padding: 14px;
	overflow: hidden;
}

.thf-influencer-strip .swiper.ListingSwiper {
	overflow: visible;
}

.thf-influencer-strip ul.directory-listing {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0,1fr));
	gap: 9px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.thf-influencer-strip ul.directory-listing > li {
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.thf-influencer-strip .listing-wrapper {
	height: 100%;
	min-height: 142px;
	padding: 13px 8px 10px;
	text-align: center;
	background: linear-gradient(180deg, rgba(18,29,35,.9), rgba(10,18,23,.9));
	border: 1px solid var(--thf-line);
	border-radius: 12px;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.thf-influencer-strip .listing-wrapper:hover {
	transform: translateY(-2px);
	border-color: rgba(39,217,139,.35);
	background: #101c22;
}

.thf-influencer-strip .image-wrapper {
	min-height: 68px;
	margin: 0 0 7px !important;
}

.thf-influencer-strip .avatar-container {
	position: static !important;
	margin: 0 auto !important;
}

.thf-influencer-strip .avatar-wrapper {
	width: 62px !important;
	height: 62px !important;
	margin: 0 auto;
	border-radius: 50% !important;
	padding: 2px;
	background: linear-gradient(145deg, var(--thf-accent), #0d6d4d);
}

.thf-influencer-strip .avatar-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #10191f;
}

.thf-influencer-strip h3.listing-title {
	font-size: 10px !important;
	line-height: 1.25 !important;
	font-weight: 800 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.thf-influencer-strip h3.listing-title a { color: #fff !important; }

.thf-influencer-strip .listing-wrapper > p {
	color: #7f918a !important;
	font-size: 8px !important;
	line-height: 1.25 !important;
	padding: 5px 0 0 !important;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.thf-influencer-strip .verified { color: var(--thf-accent) !important; font-size: 9px; }

/* City shortcode — override its inline styles intentionally. */
.thf-city-panel {
	padding: 0;
	overflow: hidden;
}

.thf-home-v2 .thf-all-locations {
	padding: 14px !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.thf-home-v2 .thf-all-locations h2 {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.thf-home-v2 .thf-all-locations h2 i,
.thf-home-v2 .thf-all-locations a i {
	color: var(--thf-accent) !important;
}

.thf-home-v2 .thf-all-locations ul {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0,1fr)) !important;
	gap: 7px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.thf-home-v2 .thf-all-locations a {
	display: flex !important;
	align-items: center !important;
	gap: 7px !important;
	padding: 8px 9px !important;
	background: rgba(255,255,255,.025) !important;
	border: 1px solid var(--thf-line) !important;
	border-radius: 8px !important;
	color: #d8e2de !important;
	font-size: 9px !important;
	white-space: nowrap;
	transition: background .2s ease, border-color .2s ease !important;
}

.thf-home-v2 .thf-all-locations a:hover {
	background: var(--thf-accent-soft) !important;
	border-color: rgba(39,217,139,.3) !important;
}

/* Editorial cards */
.thf-editorial-panel,
.thf-cuisine-panel {
	padding: 14px;
}

.thf-editorial-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 9px;
}

.thf-editorial-card {
	min-width: 0;
	background: rgba(255,255,255,.025);
	border: 1px solid var(--thf-line);
	border-radius: 12px;
	overflow: hidden;
	transition: transform .22s ease, border-color .22s ease;
}

.thf-editorial-card:hover {
	transform: translateY(-2px);
	border-color: rgba(39,217,139,.28);
}

.thf-editorial-image {
	position: relative;
	display: block;
	aspect-ratio: 1.45/1;
	overflow: hidden;
	background: #152027;
}

.thf-editorial-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(3,8,10,.48));
}

.thf-editorial-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.thf-editorial-card:hover img { transform: scale(1.04); }

.thf-editorial-label {
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 2;
	background: rgba(4,11,14,.78);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 6px;
	padding: 4px 7px;
	color: #dbe8e3;
	font-size: 7px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.thf-editorial-placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	color: var(--thf-accent);
	font-size: 24px;
}

.thf-editorial-body { padding: 10px; }

.thf-editorial-body h3 {
	font-size: 12px !important;
	line-height: 1.25 !important;
	font-weight: 800 !important;
	padding: 0 !important;
	margin: 0 0 6px !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.thf-editorial-body h3 a { color: #fff !important; }

.thf-editorial-body p {
	color: #7f8e89 !important;
	font-size: 9px !important;
	line-height: 1.4 !important;
	padding: 0 !important;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Cuisine discovery */
.thf-cuisine-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0,1fr));
	gap: 9px;
}

.thf-cuisine-card {
	position: relative;
	display: block;
	min-height: 190px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--thf-line);
	background: #111d23;
}

.thf-cuisine-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.thf-cuisine-card:hover img { transform: scale(1.05); }

.thf-cuisine-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4,9,11,.04), rgba(4,9,11,.93) 82%);
}

.thf-cuisine-copy {
	position: absolute;
	inset: auto 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.thf-cuisine-copy strong {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.thf-cuisine-copy small {
	color: #a0ada8;
	font-size: 8px;
	margin-top: 1px;
}

.thf-cuisine-copy em {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	margin-top: 8px;
	padding: 6px;
	border-radius: 7px;
	background: rgba(25,112,74,.55);
	border: 1px solid rgba(39,217,139,.28);
	color: #c9f8e1;
	font-size: 8px;
	font-style: normal;
	font-weight: 800;
}

/* Right lower rail */
.thf-loop-panel,
.thf-social-panel,
.thf-business-cta {
	padding: 16px;
}

.thf-loop-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	color: var(--thf-accent);
	background: var(--thf-accent-soft);
	border: 1px solid rgba(39,217,139,.3);
	font-size: 20px;
	margin-bottom: 12px;
}

.thf-loop-panel h2,
.thf-social-panel h2,
.thf-business-cta h2 {
	font-size: 16px;
	margin: 6px 0 7px;
}

.thf-loop-panel p,
.thf-social-panel p,
.thf-business-cta p {
	color: #84948e;
	font-size: 10px;
	line-height: 1.55;
	padding: 0;
	margin: 0;
}

.thf-social-links {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.thf-social-links a {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: rgba(255,255,255,.035);
	border: 1px solid var(--thf-line);
	color: var(--thf-accent) !important;
	transition: transform .2s ease, background .2s ease;
}

.thf-social-links a:hover {
	transform: translateY(-2px);
	background: var(--thf-accent-soft);
}

.thf-business-cta > i {
	color: var(--thf-accent);
	font-size: 24px;
	margin-bottom: 10px;
}

/* Responsive */
body.home,
body.home #page-container,
.thf-home-v2 {
	overflow-x: clip;
}

.thf-home-v2 img,
.thf-home-v2 video,
.thf-home-v2 iframe {
	max-width: 100%;
}

.thf-home-v2 .swiper,
.thf-home-v2 .ListingSwiper,
.thf-home-v2 .thf-home-primary,
.thf-home-v2 .thf-home-feed,
.thf-home-v2 .thf-community-rail,
.thf-home-v2 .thf-panel {
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 1250px) {
	.thf-home-intro { grid-template-columns: 1fr; }
	.thf-home-search { max-width: 760px; }
	.thf-home-top-grid { grid-template-columns: minmax(0, 2.6fr) minmax(250px, .9fr); }
	.thf-trust-strip { grid-template-columns: 1.4fr repeat(2,1fr); }
	.thf-trust-item:nth-child(4),
	.thf-trust-item:nth-child(5) { border-top: 1px solid var(--thf-line); }
	.thf-trust-item:nth-child(4) { border-left: 0; }
	.thf-home-content-grid { grid-template-columns: 230px minmax(0,1fr); }
	.thf-community-rail { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); }
	.thf-influencer-strip ul.directory-listing { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.thf-editorial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.thf-cuisine-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 980px) {
	.thf-home-v2 { padding-top: 14px; }
	.thf-home-shell { width: calc(100% - 28px); max-width: 860px; }
	.thf-home-top-grid { grid-template-columns: 1fr; }
	.thf-sponsored-panel,
	.thf-latest-panel { position: static; }
	.thf-sponsored-content { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.thf-featured-hero ul.directory-listing.full {
		height: auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 300px 200px 200px;
		grid-template-areas:
			"feature feature"
			"second second"
			"third fourth";
	}
	.thf-featured-hero ul.directory-listing.full > li {
		min-width: 0 !important;
		width: auto !important;
	}
	.thf-trust-strip { grid-template-columns: 1fr 1fr; }
	.thf-trust-brand { grid-column: 1 / -1; }
	.thf-trust-item { border-top: 1px solid var(--thf-line); }
	.thf-trust-item:nth-child(even) { border-left: 0; }
	.thf-home-content-grid { grid-template-columns: 1fr; }
	.thf-latest-panel { order: 2; }
	.thf-home-feed { order: 1; }
	.thf-community-rail { order: 3; grid-template-columns: 1fr 1fr; }
	.thf-community-rail > :last-child { grid-column: 1 / -1; }
	.thf-home-v2 .thf-all-locations ul { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
}

@media (max-width: 680px) {
	.thf-home-v2 { padding: 8px 0 38px; }
	.thf-home-shell { width: calc(100% - 20px); max-width: none; }
	.thf-panel { border-radius: 12px; }
	.thf-home-intro { gap: 12px; padding: 8px 2px 12px; }
	.thf-home-intro h1 { font-size: clamp(29px, 9vw, 36px); line-height: 1.05; letter-spacing: -.025em; }
	.thf-home-intro p { font-size: 13px; line-height: 1.5; }
	.thf-kicker,
	.thf-section-eyebrow { font-size: 9px; letter-spacing: .055em; }
	.thf-home-search { grid-template-columns: auto minmax(0,1fr); gap: 9px; padding: 7px 8px 7px 13px; border-radius: 13px; }
	.thf-home-search input[type="search"] { font-size: 12px; padding: 8px 0; }
	.thf-home-search button { grid-column: 1 / -1; width: 100%; border-radius: 9px; padding: 10px 14px; }
	.thf-section-heading { align-items: flex-start; flex-wrap: wrap; gap: 6px 10px; }
	.thf-section-heading > div { min-width: 0; }
	.thf-section-heading h2 { font-size: 16px; overflow-wrap: anywhere; }
	.thf-section-heading > a,
	.thf-featured-heading > a { font-size: 9px; white-space: normal; text-align: right; }
	.thf-featured-hero { padding: 10px; }
	.thf-featured-hero .swiper.ListingSwiper { overflow: hidden; width: 100%; }
	.thf-featured-hero ul.directory-listing.full {
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
		grid-template-columns: minmax(0,1fr);
		grid-template-rows: 280px repeat(3,172px);
		grid-template-areas: "feature" "second" "third" "fourth";
	}
	.thf-featured-hero ul.directory-listing.full > li {
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.thf-featured-hero li:first-child .listing-wrapper::before { top: 12px; left: 12px; font-size: 8px; padding: 6px 8px; }
	.thf-featured-hero .avatar-container { top: 10px; right: 10px; }
	.thf-featured-hero li:first-child .avatar-wrapper { width: 54px !important; height: 54px !important; }
	.thf-featured-hero li:first-child .location { left: 12px; bottom: 82px; }
	.thf-featured-hero li:first-child .location + .google-rating { left: 118px; bottom: 82px; }
	.thf-featured-hero li:first-child h3.listing-title { left: 12px; right: 12px; bottom: 44px; max-width: 88%; font-size: 23px !important; }
	.thf-featured-hero li:first-child .listing-wrapper > p { left: 12px; right: 12px; bottom: 14px; max-width: 88%; font-size: 10px !important; }
	.thf-sponsored-panel { padding: 10px; }
	.thf-sponsored-content { grid-template-columns: 1fr; }
	.thf-sponsored-panel .ad-wrapper,
	.thf-sponsored-panel .ad-overlay { min-height: 145px; }
	.thf-trust-strip { grid-template-columns: 1fr; padding: 8px 10px; }
	.thf-trust-brand { grid-column: auto; padding: 9px 7px; }
	.thf-trust-item,
	.thf-trust-item:nth-child(even) { border-left: 0; border-top: 1px solid var(--thf-line); padding: 10px 7px; }
	.thf-trust-brand strong { font-size: 15px; }
	.thf-home-content-grid { gap: 10px; margin-top: 10px; }
	.thf-home-feed,
	.thf-community-rail { gap: 10px; }
	.thf-influencer-panel { padding: 10px; }
	.thf-influencer-strip { width: 100%; max-width: 100%; overflow-x: auto; overflow-y: hidden; padding-bottom: 5px; -webkit-overflow-scrolling: touch; }
	.thf-influencer-strip .swiper.ListingSwiper { width: 100%; max-width: 100%; overflow: visible; }
	.thf-influencer-strip ul.directory-listing {
		display: flex !important;
		gap: 8px !important;
		width: max-content !important;
		max-width: none !important;
		overflow: visible !important;
	}
	.thf-influencer-strip ul.directory-listing > li { flex: 0 0 126px; width: 126px !important; min-width: 126px !important; }
	.thf-home-v2 .thf-all-locations { padding: 10px !important; }
	.thf-home-v2 .thf-all-locations ul { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
	.thf-home-v2 .thf-all-locations a { min-width: 0; white-space: normal; line-height: 1.2; }
	.thf-editorial-panel,
	.thf-cuisine-panel { padding: 10px; }
	.thf-editorial-grid { grid-template-columns: 1fr; }
	.thf-editorial-image { min-height: 180px; }
	.thf-cuisine-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; overflow: visible; padding-bottom: 0; }
	.thf-cuisine-card { min-width: 0; min-height: 170px; }
	.thf-community-rail { grid-template-columns: 1fr; }
	.thf-community-rail > :last-child { grid-column: auto; }
}

@media (max-width: 420px) {
	.thf-home-shell { width: calc(100% - 14px); }
	.thf-home-intro h1 { font-size: 28px; }
	.thf-home-search { grid-template-columns: 18px minmax(0,1fr); }
	.thf-featured-hero ul.directory-listing.full { grid-template-rows: 260px repeat(3,165px); }
	.thf-featured-hero li:first-child .location + .google-rating { left: 112px; }
	.thf-home-v2 .thf-all-locations ul { grid-template-columns: 1fr !important; }
	.thf-cuisine-grid { grid-template-columns: 1fr 1fr; }
	.thf-cuisine-card { min-height: 156px; }
	.thf-latest-panel { padding: 10px; }
	.thf-latest-panel .latest-news li { grid-template-columns: 58px minmax(0,1fr); gap: 8px; }
	.thf-latest-panel .news-thumbnail,
	.thf-latest-panel .news-thumbnail img { width: 58px !important; height: 54px !important; }
}


/* ===== home-v2-fixes.css ===== */
/* THF Homepage V2 refinements — layout pass 2 */

/* The global header already has search. Keep the homepage intro compact and editorial. */
.thf-home-v2 .thf-home-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	padding: 12px 4px 16px;
}

.thf-home-v2 .thf-home-intro-copy {
	max-width: 900px;
}

.thf-home-v2 .thf-home-intro h1 {
	font-size: clamp(30px, 2.55vw, 45px);
	line-height: 1.04;
	margin: 7px 0 8px;
}

.thf-home-v2 .thf-home-intro p {
	font-size: 14px;
	line-height: 1.55;
	max-width: 820px;
	margin: 0;
}

.thf-home-intro-points {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
	padding-bottom: 3px;
	max-width: 520px;
}

.thf-home-intro-points span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 999px;
	background: rgba(255,255,255,.025);
	color: #91a19b;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.thf-home-intro-points i {
	color: var(--thf-accent);
}

/* Use more of the desktop viewport; the first pass looked too narrow on wide monitors. */
.thf-home-v2 .thf-home-shell {
	width: min(96%, 1720px);
}

.thf-home-v2 .thf-home-top-grid {
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 16px;
}

.thf-home-v2 .thf-home-content-grid {
	grid-template-columns: 290px minmax(0, 1fr) 300px;
	gap: 16px;
	margin-top: 16px;
}

.thf-home-v2 .thf-home-feed,
.thf-home-v2 .thf-community-rail {
	gap: 16px;
}

/* Featured mosaic: slightly calmer proportions and stronger text hierarchy. */
.thf-home-v2 .thf-featured-hero {
	padding: 16px;
}

.thf-home-v2 .thf-featured-hero ul.directory-listing.full {
	height: 448px;
	grid-template-columns: 1.95fr 1fr 1fr;
	gap: 11px !important;
}

.thf-home-v2 .thf-featured-hero .listing-wrapper {
	border-radius: 14px;
}

.thf-home-v2 .thf-featured-hero li:first-child h3.listing-title {
	font-size: clamp(24px, 1.9vw, 34px) !important;
}

/* Sponsored rail: larger cards and less visual compression. */
.thf-home-v2 .thf-sponsored-panel {
	padding: 16px;
}

.thf-home-v2 .thf-sponsored-panel .ad-wrapper,
.thf-home-v2 .thf-sponsored-panel .ad-overlay {
	min-height: 154px;
}

.thf-home-v2 .thf-sponsored-content {
	gap: 10px;
}

/* Latest updates: force a true vertical list. Existing site styles were squeezing it. */
.thf-home-v2 .thf-latest-panel {
	padding: 16px;
	position: static;
}

.thf-home-v2 .thf-latest-panel .latest-news,
.thf-home-v2 .thf-latest-panel .latest-news ul {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

.thf-home-v2 .thf-latest-panel .latest-news ul {
	overflow: visible !important;
}

.thf-home-v2 .thf-latest-panel .latest-news li {
	display: grid !important;
	grid-template-columns: 82px minmax(0, 1fr) !important;
	align-items: center;
	gap: 11px !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 12px 0 !important;
}

.thf-home-v2 .thf-latest-panel .news-thumbnail {
	position: static !important;
	float: none !important;
	width: 82px !important;
	height: 68px !important;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 9px;
}

.thf-home-v2 .thf-latest-panel .news-thumbnail img {
	display: block !important;
	width: 82px !important;
	height: 68px !important;
	max-width: none !important;
	object-fit: cover !important;
	margin: 0 !important;
}

.thf-home-v2 .thf-latest-panel .news-info {
	min-width: 0;
	width: auto !important;
}

.thf-home-v2 .thf-latest-panel .news-info p {
	margin: 0 !important;
	padding: 0 !important;
}

.thf-home-v2 .thf-latest-panel .news-title {
	font-size: 12px;
	line-height: 1.35;
	-webkit-line-clamp: 3;
}

.thf-home-v2 .thf-latest-panel .news-date {
	font-size: 9px;
	margin-top: 6px;
}

/* Creators: remove inherited Swiper sizing and create a clean profile row. */
.thf-home-v2 .thf-influencer-panel {
	padding: 16px;
}

.thf-home-v2 .thf-influencer-panel .thf-section-heading {
	margin-bottom: 15px;
}

.thf-home-v2 .thf-influencer-strip,
.thf-home-v2 .thf-influencer-strip .swiper.ListingSwiper {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
}

.thf-home-v2 .thf-influencer-strip ul.directory-listing {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px !important;
	width: 100% !important;
	height: auto !important;
	transform: none !important;
}

.thf-home-v2 .thf-influencer-strip ul.directory-listing > li {
	position: relative !important;
	inset: auto !important;
	transform: none !important;
	height: auto !important;
}

.thf-home-v2 .thf-influencer-strip .listing-wrapper {
	min-height: 154px;
	padding: 14px 9px 11px;
}

.thf-home-v2 .thf-influencer-strip .avatar-wrapper {
	width: 66px !important;
	height: 66px !important;
}

.thf-home-v2 .thf-influencer-strip h3.listing-title {
	font-size: 11px !important;
	line-height: 1.3 !important;
}

.thf-home-v2 .thf-influencer-strip .listing-wrapper > p {
	font-size: 9px !important;
	line-height: 1.3 !important;
}

/* City area: airier and more readable. */
.thf-home-v2 .thf-all-locations {
	padding: 16px !important;
}

.thf-home-v2 .thf-all-locations ul {
	gap: 9px !important;
}

.thf-home-v2 .thf-all-locations a {
	min-height: 38px;
	padding: 9px 11px !important;
}

/* Main editorial cards get a little more visual weight. */
.thf-home-v2 .thf-editorial-panel,
.thf-home-v2 .thf-cuisine-panel {
	padding: 16px;
}

.thf-home-v2 .thf-editorial-image {
	min-height: 154px;
}

/* Right rail should read as a deliberate sidebar, not three tiny boxes. */
.thf-home-v2 .thf-loop-panel,
.thf-home-v2 .thf-social-panel,
.thf-home-v2 .thf-business-cta {
	padding: 18px;
}

.thf-home-v2 .thf-loop-panel h2,
.thf-home-v2 .thf-social-panel h2,
.thf-home-v2 .thf-business-cta h2 {
	font-size: 17px;
	line-height: 1.3;
}

.thf-home-v2 .thf-loop-panel p,
.thf-home-v2 .thf-social-panel p,
.thf-home-v2 .thf-business-cta p {
	font-size: 11px;
	line-height: 1.6;
}

@media (max-width: 1320px) {
	.thf-home-v2 .thf-home-shell { width: min(95%, 1500px); }
	.thf-home-v2 .thf-home-top-grid { grid-template-columns: minmax(0, 1fr) 290px; }
	.thf-home-v2 .thf-home-content-grid { grid-template-columns: 260px minmax(0, 1fr) 270px; }
	.thf-home-v2 .thf-influencer-strip ul.directory-listing { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 1100px) {
	.thf-home-v2 .thf-home-intro { align-items: flex-start; flex-direction: column; gap: 10px; }
	.thf-home-intro-points { justify-content: flex-start; max-width: none; }
	.thf-home-v2 .thf-home-content-grid { grid-template-columns: 245px minmax(0, 1fr); }
	.thf-home-v2 .thf-community-rail { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 980px) {
	.thf-home-v2 .thf-home-shell { width: calc(100% - 28px); }
	.thf-home-v2 .thf-home-top-grid,
	.thf-home-v2 .thf-home-content-grid { grid-template-columns: 1fr; }
	.thf-home-v2 .thf-sponsored-content { grid-template-columns: repeat(3, minmax(0,1fr)); }
	.thf-home-v2 .thf-latest-panel { order: 2; }
	.thf-home-v2 .thf-home-feed { order: 1; }
	.thf-home-v2 .thf-community-rail { order: 3; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
	.thf-home-v2 .thf-home-intro { padding: 8px 2px 12px; }
	.thf-home-v2 .thf-home-intro h1 { font-size: clamp(28px, 8vw, 35px); }
	.thf-home-intro-points { gap: 6px; }
	.thf-home-intro-points span { font-size: 9px; padding: 7px 9px; }
	.thf-home-v2 .thf-sponsored-content { grid-template-columns: 1fr; }
	.thf-home-v2 .thf-influencer-strip { overflow-x: auto !important; overflow-y: hidden !important; padding-bottom: 5px; }
	.thf-home-v2 .thf-influencer-strip ul.directory-listing {
		display: flex !important;
		width: max-content !important;
		gap: 8px !important;
	}
	.thf-home-v2 .thf-influencer-strip ul.directory-listing > li {
		flex: 0 0 132px;
		width: 132px !important;
		min-width: 132px !important;
	}
	.thf-home-v2 .thf-community-rail { grid-template-columns: 1fr; }
	.thf-home-v2 .thf-latest-panel .latest-news li { grid-template-columns: 72px minmax(0,1fr) !important; }
	.thf-home-v2 .thf-latest-panel .news-thumbnail,
	.thf-home-v2 .thf-latest-panel .news-thumbnail img { width: 72px !important; height: 62px !important; }
}


/* ===== home-city-reference.css ===== */
/* Homepage — Find Halal Food by City
 * Compact dashboard treatment based on the approved reference.
 */

.thf-home-v2 .thf-city-panel {
	padding: 0 14px !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible;
}

.thf-home-v2 .thf-city-panel__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 10px;
	padding: 0 0 9px;
	border-bottom: 1px solid rgba(255,255,255,.10);
}

.thf-home-v2 .thf-city-panel__heading h2 {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 !important;
	padding: 0 !important;
	color: #f1f6f4 !important;
	font-size: 13px !important;
	line-height: 1.25 !important;
	font-weight: 750 !important;
	letter-spacing: -.01em;
}

.thf-home-v2 .thf-city-panel__heading h2 i {
	color: var(--thf-accent, #27d98b) !important;
	font-size: 12px;
}

.thf-home-v2 .thf-city-panel__heading > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--thf-accent, #27d98b) !important;
	font-size: 9px;
	line-height: 1;
	font-weight: 750;
	white-space: nowrap;
}

.thf-home-v2 .thf-city-panel__heading > a:hover {
	color: #5ce8aa !important;
}

.thf-home-v2 .thf-city-panel__heading > a i {
	font-size: 8px;
}

.thf-home-v2 .thf-city-panel .thf-all-locations {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.thf-home-v2 .thf-city-panel .thf-all-locations > h2 {
	display: none !important;
}

.thf-home-v2 .thf-city-panel .thf-all-locations ul {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	gap: 8px 10px !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.thf-home-v2 .thf-city-panel .thf-all-locations li {
	flex: 0 0 auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.thf-home-v2 .thf-city-panel .thf-all-locations a {
	display: flex !important;
	align-items: center !important;
	gap: 7px !important;
	min-width: 0;
	height: 34px;
	padding: 0 16px !important;
	margin: 0 !important;
	background: rgba(255,255,255,.025) !important;
	border: 1px solid rgba(130,164,151,.16) !important;
	border-radius: 999px !important;
	box-shadow: none;
	color: #dbe5e1 !important;
	font-size: 9px !important;
	line-height: 1 !important;
	font-weight: 550 !important;
	white-space: nowrap !important;
	overflow: hidden;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
}

.thf-home-v2 .thf-city-panel .thf-all-locations a i {
	flex: 0 0 auto;
	width: 10px;
	color: var(--thf-accent, #27d98b) !important;
	font-size: 9px !important;
	text-align: center;
}

/* Use the same location-pin language as the reference instead of the old utensil icon. */
.thf-home-v2 .thf-city-panel .thf-all-locations a i::before {
	content: "\f3c5" !important;
}

.thf-home-v2 .thf-city-panel .thf-all-locations a span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.thf-home-v2 .thf-city-panel .thf-all-locations a:hover {
	background: rgba(31,54,48,.72) !important;
	border-color: rgba(39,217,139,.34) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.thf-home-v2 .thf-city-panel {
		padding: 0 12px !important;
	}
	.thf-home-v2 .thf-city-panel .thf-all-locations ul {
		gap: 8px !important;
	}
	.thf-home-v2 .thf-city-panel .thf-all-locations a {
		height: 32px;
		padding: 0 14px !important;
		font-size: 10px !important;
	}
}

@media (max-width: 680px) {
	.thf-home-v2 .thf-city-panel__heading {
		align-items: flex-start;
	}
	.thf-home-v2 .thf-city-panel .thf-all-locations a {
		height: 34px;
		padding: 0 12px !important;
	}
}


/* ===== home-divi.css ===== */
/* THF Homepage — Divi editable structure */

body.home {
	background: #050a0e;
}

body.home #et-main-area {
	background: #050a0e;
}

body.home .et_pb_section.thf-home-v2 {
	--thf-bg: #050a0e;
	--thf-panel: #0a1217;
	--thf-panel-2: #0d171d;
	--thf-panel-3: #111d24;
	--thf-line: rgba(255,255,255,.09);
	--thf-line-strong: rgba(255,255,255,.15);
	--thf-text: #f7faf8;
	--thf-muted: #91a19b;
	--thf-accent: #27d98b;
	--thf-accent-soft: rgba(39,217,139,.13);
	--thf-gold: #f3be00;
	background: transparent !important;
	padding: 0 !important;
	min-height: 0 !important;
}

body.home .thf-divi-home-section > .et_pb_row {
	width: min(94%, 1540px) !important;
	max-width: 1540px !important;
	padding: 0 !important;
}

body.home .thf-divi-intro {
	padding-top: 20px !important;
}

body.home .thf-divi-intro > .et_pb_row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
	gap: 28px;
	align-items: end;
	padding: 18px 4px 16px !important;
}

body.home .thf-divi-intro .et_pb_column {
	width: auto !important;
	margin: 0 !important;
}

body.home .thf-home-intro-copy,
body.home .thf-home-intro-points {
	margin: 0 !important;
}

body.home .thf-home-intro-copy .et_pb_text_inner,
body.home .thf-home-intro-points .et_pb_text_inner {
	color: inherit;
}

body.home .thf-home-intro-copy h1 {
	color: #fff;
	font-size: clamp(32px, 3.2vw, 54px);
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: -.035em;
	margin: 8px 0 10px;
	padding: 0;
}

body.home .thf-home-intro-copy p {
	color: #a9b8b2;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

body.home .thf-home-intro-points .et_pb_text_inner {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	flex-wrap: wrap;
}

body.home .thf-home-intro-points span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid var(--thf-line);
	border-radius: 999px;
	color: #cbd8d3;
	font-size: 10px;
	line-height: 1;
}

body.home .thf-home-intro-points i {
	color: var(--thf-accent);
}

body.home .thf-divi-featured {
	padding: 0 0 10px !important;
}

body.home .thf-home-top-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 3.15fr) minmax(285px, .9fr);
	gap: 16px;
	align-items: stretch;
}

body.home .thf-home-top-grid > .et_pb_column {
	width: auto !important;
	margin: 0 !important;
}

body.home .thf-featured-hero,
body.home .thf-sponsored-panel {
	height: 100%;
	margin: 0 !important;
	padding: 14px !important;
}

body.home .thf-featured-hero .et_pb_text_inner,
body.home .thf-sponsored-panel .et_pb_text_inner,
body.home .thf-latest-panel .et_pb_text_inner,
body.home .thf-influencer-panel .et_pb_text_inner,
body.home .thf-city-panel .et_pb_text_inner,
body.home .thf-editorial-panel .et_pb_text_inner,
body.home .thf-cuisine-panel .et_pb_text_inner,
body.home .thf-loop-panel .et_pb_text_inner,
body.home .thf-social-panel .et_pb_text_inner,
body.home .thf-business-cta .et_pb_text_inner {
	color: inherit;
}

body.home .thf-divi-trust {
	padding-bottom: 10px !important;
}

body.home .thf-trust-strip {
	display: grid !important;
	grid-template-columns: 1.35fr repeat(4, 1fr);
	gap: 0;
	padding: 13px 16px !important;
	align-items: stretch;
}

body.home .thf-trust-strip > .et_pb_column {
	width: auto !important;
	margin: 0 !important;
	padding: 0 16px;
	border-left: 1px solid var(--thf-line);
}

body.home .thf-trust-strip > .et_pb_column:first-child {
	border-left: 0;
	padding-left: 0;
}

body.home .thf-trust-strip > .et_pb_column:last-child {
	padding-right: 0;
}

body.home .thf-trust-strip .et_pb_text,
body.home .thf-trust-strip .et_pb_blurb {
	margin: 0 !important;
}

body.home .thf-trust-strip .et_pb_text_inner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #91a19b;
	font-size: 9px;
	line-height: 1.45;
}

body.home .thf-trust-strip strong {
	display: block;
	color: #fff;
	font-size: 11px;
	margin-bottom: 2px;
}

body.home .thf-trust-strip i {
	color: var(--thf-accent);
	font-size: 14px;
	margin-top: 1px;
}

body.home .thf-divi-dashboard {
	padding: 0 0 44px !important;
}

body.home .thf-home-content-grid {
	display: grid !important;
	grid-template-columns: minmax(225px, .72fr) minmax(0, 2.3fr) minmax(255px, .82fr);
	gap: 14px;
	align-items: start;
}

body.home .thf-home-content-grid > .et_pb_column {
	width: auto !important;
	margin: 0 !important;
}

body.home .thf-latest-panel,
body.home .thf-home-feed,
body.home .thf-community-rail {
	min-width: 0;
}

body.home .thf-home-feed > .et_pb_module,
body.home .thf-community-rail > .et_pb_module {
	margin-bottom: 10px !important;
}

body.home .thf-home-feed > .et_pb_module:last-child,
body.home .thf-community-rail > .et_pb_module:last-child {
	margin-bottom: 0 !important;
}

body.home .thf-influencer-panel,
body.home .thf-city-panel,
body.home .thf-editorial-panel,
body.home .thf-cuisine-panel,
body.home .thf-loop-panel,
body.home .thf-social-panel,
body.home .thf-business-cta {
	padding: 14px !important;
}

body.home .thf-city-panel {
	padding: 0 14px !important;
}

body.home .thf-section-heading,
body.home .thf-city-panel__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 10px;
}

body.home .thf-section-heading h2,
body.home .thf-city-panel__heading h2 {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	font-weight: 800 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.home .thf-section-heading > a,
body.home .thf-city-panel__heading > a {
	color: var(--thf-accent) !important;
	font-size: 9px;
	font-weight: 750;
	white-space: nowrap;
}

body.home .thf-community-rail h2 {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	margin: 4px 0 7px !important;
}

body.home .thf-community-rail p {
	color: #8fa099;
	font-size: 10px;
	line-height: 1.5;
}

body.home .thf-community-rail .thf-solid-button,
body.home .thf-community-rail .thf-outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	padding: 10px 12px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 750;
	margin-top: 8px;
}

body.home .thf-community-rail .thf-solid-button {
	background: var(--thf-accent);
	color: #03100b !important;
}

body.home .thf-community-rail .thf-outline-button {
	border: 1px solid rgba(39,217,139,.35);
	color: var(--thf-accent) !important;
}

body.home .thf-social-links {
	display: flex;
	gap: 8px;
	margin-top: 8px;
}

body.home .thf-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--thf-line);
	border-radius: 8px;
	color: var(--thf-accent) !important;
}

body.home .thf-divi-home-section .et_pb_module {
	box-shadow: none;
}

@media (max-width: 1250px) {
	body.home .thf-home-content-grid {
		grid-template-columns: 220px minmax(0,1fr);
	}
	body.home .thf-community-rail {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 10px;
	}
	body.home .thf-community-rail > .et_pb_module {
		margin: 0 !important;
	}
}

/* Tablet: stop treating the homepage like a squeezed desktop dashboard. */
@media (max-width: 980px) {
	body.home .thf-divi-home-section > .et_pb_row {
		width: calc(100% - 28px) !important;
		max-width: 860px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body.home .thf-divi-intro > .et_pb_row,
	body.home .thf-home-top-grid {
		display: block !important;
	}

	body.home .thf-home-content-grid {
		display: flex !important;
		flex-direction: column;
		gap: 12px;
	}

	body.home .thf-home-top-grid > .et_pb_column,
	body.home .thf-home-content-grid > .et_pb_column,
	body.home .thf-divi-intro > .et_pb_row > .et_pb_column {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 12px !important;
	}

	body.home .thf-home-feed { order: 1; }
	body.home .thf-latest-panel { order: 2; }
	body.home .thf-community-rail { order: 3; }

	body.home .thf-home-intro-points .et_pb_text_inner {
		justify-content: flex-start;
	}

	/* Featured listings become a touch-friendly swipe rail. */
	body.home .thf-featured-hero .swiper.ListingSwiper {
		overflow: visible !important;
		width: 100% !important;
	}
	body.home .thf-featured-hero ul.directory-listing.full {
		display: flex !important;
		grid-template: none !important;
		height: auto !important;
		gap: 10px !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding: 0 2px 8px !important;
		scrollbar-width: none;
	}
	body.home .thf-featured-hero ul.directory-listing.full::-webkit-scrollbar { display: none; }
	body.home .thf-featured-hero ul.directory-listing.full > li,
	body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(n) {
		grid-area: auto !important;
		flex: 0 0 min(78vw, 540px) !important;
		width: min(78vw, 540px) !important;
		min-width: min(78vw, 540px) !important;
		height: 300px !important;
		scroll-snap-align: start;
	}

	/* Sponsored cards also swipe instead of making a very tall column. */
	body.home .thf-sponsored-content {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 10px !important;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
		scrollbar-width: none;
	}
	body.home .thf-sponsored-content::-webkit-scrollbar { display: none; }
	body.home .thf-sponsored-content .ad-wrapper {
		flex: 0 0 min(64vw, 360px);
		min-width: min(64vw, 360px);
		scroll-snap-align: start;
	}

	body.home .thf-trust-strip {
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		gap: 0;
		padding: 10px 12px !important;
	}
	body.home .thf-trust-strip > .et_pb_column,
	body.home .thf-trust-strip > .et_pb_column:first-child {
		width: auto !important;
		margin: 0 !important;
		border-left: 0;
		border-top: 1px solid var(--thf-line);
		padding: 10px !important;
	}
	body.home .thf-trust-strip > .et_pb_column:first-child {
		grid-column: 1 / -1;
		border-top: 0;
	}

	body.home .thf-community-rail {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap: 10px;
	}
	body.home .thf-community-rail > .et_pb_module {
		margin: 0 !important;
	}
	body.home .thf-community-rail > .et_pb_module:last-child {
		grid-column: 1 / -1;
	}
}

/* Phone: compact, swipeable discovery UI rather than a long stack of desktop cards. */
@media (max-width: 680px) {
	body.home .thf-divi-home-section > .et_pb_row {
		width: calc(100% - 20px) !important;
		max-width: none !important;
	}

	body.home .thf-divi-intro {
		padding-top: 4px !important;
	}
	body.home .thf-divi-intro > .et_pb_row {
		padding: 10px 0 12px !important;
	}
	body.home .thf-home-intro-copy h1 {
		font-size: clamp(29px, 9vw, 35px);
		line-height: 1.03;
		margin-top: 6px;
	}
	body.home .thf-home-intro-copy p {
		font-size: 13px;
		line-height: 1.5;
	}

	body.home .thf-home-intro-points .et_pb_text_inner {
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
		padding-bottom: 3px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	body.home .thf-home-intro-points .et_pb_text_inner::-webkit-scrollbar { display: none; }
	body.home .thf-home-intro-points span {
		flex: 0 0 auto;
		font-size: 9px;
		white-space: nowrap;
		padding: 7px 9px;
	}

	body.home .thf-featured-hero,
	body.home .thf-sponsored-panel,
	body.home .thf-influencer-panel,
	body.home .thf-editorial-panel,
	body.home .thf-cuisine-panel,
	body.home .thf-loop-panel,
	body.home .thf-social-panel,
	body.home .thf-business-cta {
		padding: 10px !important;
	}

	body.home .thf-section-heading,
	body.home .thf-city-panel__heading {
		align-items: flex-start;
		gap: 7px;
		margin-bottom: 9px;
	}
	body.home .thf-section-heading h2,
	body.home .thf-city-panel__heading h2 {
		font-size: 15px !important;
		line-height: 1.25 !important;
	}
	body.home .thf-section-heading > a,
	body.home .thf-city-panel__heading > a {
		font-size: 9px;
	}

	body.home .thf-featured-hero ul.directory-listing.full > li,
	body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(n) {
		flex-basis: 86% !important;
		width: 86% !important;
		min-width: 86% !important;
		height: 255px !important;
	}
	body.home .thf-featured-hero li:first-child .listing-wrapper::before {
		top: 10px;
		left: 10px;
		font-size: 7px;
		padding: 5px 7px;
	}
	body.home .thf-featured-hero .avatar-container {
		top: 10px;
		right: 10px;
	}
	body.home .thf-featured-hero li:first-child .avatar-wrapper {
		width: 48px !important;
		height: 48px !important;
	}
	body.home .thf-featured-hero li:first-child .location {
		left: 11px;
		bottom: 76px;
	}
	body.home .thf-featured-hero li:first-child .location + .google-rating {
		left: 110px;
		bottom: 76px;
	}
	body.home .thf-featured-hero li:first-child h3.listing-title {
		left: 11px;
		right: 11px;
		bottom: 39px;
		font-size: 21px !important;
		max-width: 88%;
	}
	body.home .thf-featured-hero li:first-child .listing-wrapper > p {
		left: 11px;
		right: 11px;
		bottom: 11px;
		max-width: 90%;
		font-size: 9px !important;
	}

	body.home .thf-sponsored-content .ad-wrapper {
		flex-basis: 82%;
		min-width: 82%;
	}
	body.home .thf-sponsored-panel .ad-wrapper,
	body.home .thf-sponsored-panel .ad-overlay {
		min-height: 150px;
	}

	/* Five trust items = one full-width brand card + a compact 2x2 grid. */
	body.home .thf-trust-strip {
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		padding: 6px 8px !important;
	}
	body.home .thf-trust-strip > .et_pb_column,
	body.home .thf-trust-strip > .et_pb_column:first-child {
		padding: 9px 6px !important;
	}
	body.home .thf-trust-strip .et_pb_text_inner {
		gap: 7px;
		font-size: 8px;
	}
	body.home .thf-trust-strip strong {
		font-size: 10px;
	}

	body.home .thf-home-content-grid {
		gap: 10px;
	}
	body.home .thf-home-feed > .et_pb_module,
	body.home .thf-community-rail > .et_pb_module {
		margin-bottom: 10px !important;
	}

	/* Influencers: swipe row. */
	body.home .thf-influencer-strip {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}
	body.home .thf-influencer-strip::-webkit-scrollbar { display: none; }
	body.home .thf-influencer-strip ul.directory-listing {
		display: flex !important;
		grid-template-columns: none !important;
		width: max-content !important;
		max-width: none !important;
		gap: 8px !important;
	}
	body.home .thf-influencer-strip ul.directory-listing > li {
		flex: 0 0 124px !important;
		width: 124px !important;
		min-width: 124px !important;
		scroll-snap-align: start;
	}

	/* City section stays light and flexible, matching the approved pill treatment. */
	body.home .thf-city-panel {
		padding: 0 0 4px !important;
	}
	body.home .thf-city-panel__heading {
		padding: 0 2px;
	}
	body.home .thf-city-panel .thf-all-locations {
		padding: 0 !important;
	}
	body.home .thf-city-panel .thf-all-locations ul {
		display: flex !important;
		grid-template-columns: none !important;
		flex-wrap: wrap !important;
		gap: 7px !important;
	}
	body.home .thf-city-panel .thf-all-locations li {
		flex: 0 0 auto !important;
		width: auto !important;
	}
	body.home .thf-city-panel .thf-all-locations a {
		width: auto !important;
		min-width: 0 !important;
		white-space: nowrap !important;
		padding-left: 11px !important;
		padding-right: 11px !important;
	}

	/* Editorial cards swipe horizontally to avoid four giant stacked cards. */
	body.home .thf-editorial-grid {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 10px !important;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 5px;
	}
	body.home .thf-editorial-grid::-webkit-scrollbar { display: none; }
	body.home .thf-editorial-card {
		flex: 0 0 82%;
		min-width: 82%;
		scroll-snap-align: start;
	}
	body.home .thf-editorial-image {
		min-height: 175px;
		height: 175px;
	}

	/* Cuisine cards become a compact swipe carousel. */
	body.home .thf-cuisine-grid {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 8px !important;
		overflow-x: auto !important;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding-bottom: 5px;
	}
	body.home .thf-cuisine-grid::-webkit-scrollbar { display: none; }
	body.home .thf-cuisine-card {
		flex: 0 0 44%;
		min-width: 145px !important;
		min-height: 160px;
		scroll-snap-align: start;
	}

	body.home .thf-latest-panel {
		padding: 10px !important;
	}
	body.home .thf-latest-panel .latest-news li {
		grid-template-columns: 68px minmax(0,1fr) !important;
		gap: 9px !important;
	}
	body.home .thf-latest-panel .news-thumbnail,
	body.home .thf-latest-panel .news-thumbnail img {
		width: 68px !important;
		height: 60px !important;
	}

	body.home .thf-community-rail {
		display: block !important;
	}
	body.home .thf-community-rail > .et_pb_module,
	body.home .thf-community-rail > .et_pb_module:last-child {
		grid-column: auto;
		margin-bottom: 10px !important;
	}

	body.home .thf-divi-dashboard {
		padding-bottom: 26px !important;
	}
}

@media (max-width: 420px) {
	body.home .thf-divi-home-section > .et_pb_row {
		width: calc(100% - 14px) !important;
	}
	body.home .thf-home-intro-copy h1 {
		font-size: 28px;
	}
	body.home .thf-featured-hero ul.directory-listing.full > li,
	body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(n) {
		flex-basis: 89% !important;
		width: 89% !important;
		min-width: 89% !important;
		height: 245px !important;
	}
	body.home .thf-editorial-card {
		flex-basis: 88%;
		min-width: 88%;
	}
	body.home .thf-cuisine-card {
		flex-basis: 47%;
		min-width: 138px !important;
	}
	body.home .thf-latest-panel .latest-news li {
		grid-template-columns: 60px minmax(0,1fr) !important;
	}
	body.home .thf-latest-panel .news-thumbnail,
	body.home .thf-latest-panel .news-thumbnail img {
		width: 60px !important;
		height: 56px !important;
	}
}


/* ===== home-reference.css ===== */
/* THF Homepage — reference layout alignment (2026-08-30)
 * Loaded after the existing homepage styles. Keeps the Divi modules editable
 * while matching the approved dense editorial-directory composition.
 */

body.home .thf-divi-home-section > .et_pb_row {
	width: min(94%, 1540px) !important;
	max-width: 1540px !important;
}

/* ---------- Top feature + partner rail ---------- */
body.home .thf-divi-featured {
	padding-top: 12px !important;
}

body.home .thf-home-top-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 3.5fr) minmax(280px, .92fr) !important;
	gap: 20px !important;
	align-items: stretch !important;
}

body.home .thf-home-primary {
	display: flex !important;
	flex-direction: column !important;
	gap: 20px !important;
	min-width: 0;
}

/* Put the visual listing mosaic before the homepage statement. */
body.home .thf-home-primary > .thf-featured-hero {
	order: 1;
}

body.home .thf-home-primary > .et_pb_row {
	order: 2;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.home .thf-featured-hero {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	overflow: visible !important;
}

body.home .thf-featured-hero .thf-featured-heading {
	display: none !important;
}

body.home .thf-featured-hero .swiper.ListingSwiper {
	overflow: visible !important;
}

body.home .thf-featured-hero ul.directory-listing.full {
	display: grid !important;
	grid-template-columns: 1.72fr 1.34fr .95fr !important;
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	grid-template-areas:
		"feature second second"
		"feature third fourth" !important;
	gap: 10px !important;
	height: 325px !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

/* Once the homepage shortcode is switched to five verified listings, use the
 * exact 1-large + 2-wide + 2-small reference mosaic. */
body.home .thf-featured-hero ul.directory-listing.full:has(> li:nth-child(5)) {
	grid-template-areas:
		"feature second fourth"
		"feature third fifth" !important;
}

body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(1) { grid-area: feature !important; }
body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(2) { grid-area: second !important; }
body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(3) { grid-area: third !important; }
body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(4) { grid-area: fourth !important; }
body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(5) { grid-area: fifth !important; }

body.home .thf-featured-hero .listing-wrapper {
	border-radius: 10px !important;
	border-color: rgba(255,255,255,.12) !important;
}

body.home .thf-featured-hero .listing-wrapper::after {
	background: linear-gradient(180deg, rgba(2,7,9,.05) 15%, rgba(2,7,9,.3) 46%, rgba(2,7,9,.94) 100%) !important;
}

body.home .thf-featured-hero li:first-child .listing-wrapper::before {
	top: 12px !important;
	left: 12px !important;
	font-size: 8px !important;
	padding: 6px 8px !important;
	border-radius: 6px !important;
}

body.home .thf-featured-hero h3.listing-title {
	font-size: 12px !important;
	bottom: 30px !important;
	left: 12px !important;
	right: 12px !important;
}

body.home .thf-featured-hero li:first-child h3.listing-title {
	font-size: clamp(20px, 1.6vw, 30px) !important;
	bottom: 38px !important;
	left: 14px !important;
}

body.home .thf-featured-hero .listing-wrapper > p {
	font-size: 8px !important;
	bottom: 9px !important;
	left: 12px !important;
	right: 12px !important;
	-webkit-line-clamp: 1 !important;
}

body.home .thf-featured-hero li:first-child .listing-wrapper > p {
	left: 14px !important;
	bottom: 12px !important;
	font-size: 9px !important;
	max-width: 76% !important;
}

body.home .thf-featured-hero .avatar-container {
	top: 10px !important;
	right: 10px !important;
}

body.home .thf-featured-hero .avatar-wrapper {
	width: 44px !important;
	height: 44px !important;
}

body.home .thf-featured-hero li:first-child .avatar-wrapper {
	width: 62px !important;
	height: 62px !important;
}

body.home .thf-featured-hero .location,
body.home .thf-featured-hero .google-rating {
	font-size: 8px !important;
	padding: 4px 6px !important;
	border-radius: 5px !important;
}

body.home .thf-featured-hero li:first-child .location,
body.home .thf-featured-hero li:first-child .location + .google-rating {
	bottom: 72px !important;
}

/* Homepage statement + four compact value propositions below the mosaic. */
body.home .thf-home-primary > .et_pb_row > .et_pb_column {
	display: grid !important;
	grid-template-columns: minmax(0, .98fr) minmax(0, 1.08fr) !important;
	gap: 54px !important;
	align-items: center !important;
	width: 100% !important;
	margin: 0 !important;
}

body.home .thf-home-primary > .et_pb_row > .et_pb_column > .et_pb_row {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.home .thf-home-primary > .et_pb_row > .et_pb_column > .et_pb_row:first-child {
	grid-column: 1;
}

body.home .thf-home-primary > .et_pb_row > .et_pb_column > .thf-trust-strip {
	grid-column: 2;
}

body.home .thf-home-intro-copy h1 {
	font-size: clamp(34px, 2.6vw, 46px) !important;
	line-height: 1.03 !important;
	letter-spacing: -.04em !important;
	margin: 7px 0 10px !important;
	max-width: 620px;
}

body.home .thf-home-intro-copy p {
	max-width: 510px;
	font-size: 12px !important;
	line-height: 1.55 !important;
	color: #98a7a2 !important;
}

body.home .thf-kicker {
	font-size: 9px !important;
	letter-spacing: .085em !important;
}

body.home .thf-intro-directory-cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: auto !important;
	margin-top: 12px !important;
	padding: 7px 14px !important;
	border: 1px solid rgba(39,217,139,.55);
	border-radius: 6px;
	color: var(--thf-accent) !important;
	font-size: 8px !important;
	font-weight: 800;
	line-height: 1.15;
}

body.home .thf-intro-directory-cta:hover {
	background: rgba(39,217,139,.1);
}

body.home .thf-trust-strip {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0,1fr)) !important;
	gap: 26px 34px !important;
	padding: 4px 0 !important;
	background: transparent !important;
	border: 0 !important;
}

body.home .thf-trust-strip > .et_pb_column:first-child {
	display: none !important;
}

body.home .thf-trust-strip > .et_pb_column {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.home .thf-trust-strip .et_pb_text_inner {
	display: grid !important;
	grid-template-columns: 24px minmax(0,1fr);
	align-items: start !important;
	gap: 9px !important;
	font-size: 8px !important;
	line-height: 1.35 !important;
}

body.home .thf-trust-strip i {
	font-size: 16px !important;
	margin: 1px 0 0 !important;
}

body.home .thf-trust-strip strong {
	font-size: 10px !important;
	margin-bottom: 2px !important;
}

body.home .thf-trust-strip span {
	color: #768781 !important;
}

/* Partner rail mirrors the compact sponsored cards from the reference. */
body.home .thf-sponsored-panel {
	padding: 0 !important;
	position: static !important;
	background: transparent !important;
	border: 0 !important;
}

body.home .thf-sponsored-panel .thf-rail-heading {
	margin-bottom: 9px !important;
}

body.home .thf-sponsored-panel .thf-section-eyebrow {
	font-size: 8px !important;
}

body.home .thf-sponsored-panel .thf-rail-heading h2 {
	font-size: 11px !important;
	margin-top: 2px !important;
}

body.home .thf-sponsored-content {
	gap: 11px !important;
}

body.home .thf-sponsored-panel .ad-wrapper,
body.home .thf-sponsored-panel .ad-overlay {
	min-height: 112px !important;
	height: 112px !important;
	border-radius: 9px !important;
}

body.home .thf-sponsored-panel .ad-overlay {
	padding: 11px !important;
	justify-content: flex-end !important;
}

body.home .thf-sponsored-panel .ad-overlay h3 {
	font-size: 11px !important;
	line-height: 1.14 !important;
	max-width: 88% !important;
	margin: 2px 0 0 !important;
}

body.home .thf-sponsored-panel .ad-overlay p {
	display: none !important;
}

body.home .thf-sponsored-panel .ad-partner-name {
	font-size: 8px !important;
	color: #d8e2de !important;
	margin-bottom: 2px;
}

body.home .thf-sponsored-panel .ad-label {
	left: auto !important;
	right: 8px !important;
	top: 8px !important;
	font-size: 6px !important;
	padding: 3px 5px !important;
}

body.home .thf-sponsored-panel .profile-link {
	position: absolute !important;
	top: 8px !important;
	left: 8px !important;
	margin: 0 !important;
	padding: 3px 6px !important;
	border-radius: 999px;
	background: rgba(14,103,68,.9);
	border: 1px solid rgba(39,217,139,.26);
	color: #9cf1c4 !important;
	font-size: 6px !important;
	line-height: 1 !important;
}

body.home .thf-sponsored-panel .thf-outline-button {
	margin-top: 12px !important;
	padding: 9px 10px !important;
	font-size: 8px !important;
	border-radius: 7px !important;
}

/* ---------- Lower directory dashboard ---------- */
body.home .thf-divi-dashboard {
	padding-top: 10px !important;
	padding-bottom: 48px !important;
}

body.home .thf-home-content-grid {
	display: grid !important;
	grid-template-columns: minmax(235px, .72fr) minmax(0, 3.15fr) !important;
	grid-template-rows: auto auto;
	column-gap: 26px !important;
	row-gap: 34px !important;
	align-items: start !important;
}

body.home .thf-home-content-grid > .thf-latest-panel {
	grid-column: 1;
	grid-row: 1;
	position: static !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

body.home .thf-home-content-grid > .thf-home-feed {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: flex !important;
	flex-direction: column !important;
	gap: 34px !important;
	min-width: 0;
}

body.home .thf-home-content-grid > .thf-community-rail {
	grid-column: 1;
	grid-row: 2;
	display: flex !important;
	flex-direction: column !important;
	gap: 34px !important;
	min-width: 0;
}

body.home .thf-home-feed > .et_pb_module,
body.home .thf-community-rail > .et_pb_module {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

/* Main content order from the reference: cuisine → city → creators → editorial. */
body.home .thf-home-feed > .thf-cuisine-panel { order: 1; }
body.home .thf-home-feed > .thf-city-panel { order: 2; }
body.home .thf-home-feed > .thf-influencer-panel { order: 3; }
body.home .thf-home-feed > .thf-editorial-panel { order: 4; }

/* Left rail order: business CTA → community/social → updates signup. */
body.home .thf-community-rail > .thf-business-cta { order: 1; }
body.home .thf-community-rail > .thf-social-panel { order: 2; }
body.home .thf-community-rail > .thf-loop-panel { order: 3; }

body.home .thf-section-heading,
body.home .thf-city-panel__heading {
	margin-bottom: 9px !important;
}

body.home .thf-section-eyebrow {
	font-size: 8px !important;
	letter-spacing: .08em !important;
}

body.home .thf-section-heading h2,
body.home .thf-city-panel__heading h2 {
	font-size: 12px !important;
	line-height: 1.2 !important;
}

body.home .thf-section-heading > a,
body.home .thf-city-panel__heading > a {
	font-size: 8px !important;
	color: #e8efec !important;
}

/* Latest Updates rail */
body.home .thf-latest-panel .latest-news > div:first-child p {
	font-size: 10px !important;
	padding: 0 0 8px !important;
	border-bottom: 0 !important;
}

body.home .thf-latest-panel .latest-news li {
	grid-template-columns: 74px minmax(0,1fr) !important;
	gap: 9px !important;
	padding: 8px 0 !important;
	border-bottom-color: rgba(255,255,255,.06) !important;
}

body.home .thf-latest-panel .news-thumbnail,
body.home .thf-latest-panel .news-thumbnail img {
	width: 74px !important;
	height: 50px !important;
	border-radius: 5px !important;
}

body.home .thf-latest-panel .news-title {
	font-size: 8px !important;
	line-height: 1.32 !important;
	-webkit-line-clamp: 3 !important;
}

body.home .thf-latest-panel .news-date {
	font-size: 6px !important;
	margin-top: 4px !important;
}

body.home .thf-latest-panel .more-articles {
	display: none !important;
}

/* Cuisine cards */
body.home .thf-cuisine-grid {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0,1fr)) !important;
	gap: 8px !important;
	overflow: visible !important;
	padding: 0 !important;
}

body.home .thf-cuisine-card {
	min-width: 0 !important;
	min-height: 152px !important;
	height: 152px !important;
	border-radius: 9px !important;
	border: 1px solid rgba(255,255,255,.09) !important;
	overflow: hidden !important;
}

body.home .thf-cuisine-card::after,
body.home .thf-cuisine-shade {
	background: linear-gradient(180deg, rgba(4,9,12,.03) 14%, rgba(4,9,12,.42) 53%, rgba(4,9,12,.96) 100%) !important;
}

body.home .thf-cuisine-copy {
	left: 7px !important;
	right: 7px !important;
	bottom: 7px !important;
}

body.home .thf-cuisine-copy strong {
	font-size: 9px !important;
	line-height: 1.15 !important;
}

body.home .thf-cuisine-copy small {
	display: none !important;
}

body.home .thf-cuisine-copy em {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 8px !important;
	min-height: 27px;
	border-radius: 5px;
	background: rgba(20,103,69,.88);
	border: 1px solid rgba(39,217,139,.18);
	color: #dff8eb !important;
	font-size: 7px !important;
	font-style: normal !important;
}

/* City chips */
body.home .thf-city-panel {
	padding: 0 !important;
}

body.home .thf-city-panel .thf-all-locations ul {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 7px 8px !important;
}

body.home .thf-city-panel .thf-all-locations a {
	min-height: 24px !important;
	padding: 5px 10px !important;
	border-radius: 999px !important;
	font-size: 7px !important;
	line-height: 1 !important;
	background: #081117 !important;
	border: 1px solid rgba(255,255,255,.08) !important;
}

body.home .thf-city-panel .thf-all-locations a i {
	font-size: 6px !important;
	color: var(--thf-accent) !important;
}

/* Creators */
body.home .thf-influencer-strip ul.directory-listing {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0,1fr)) !important;
	gap: 8px !important;
	width: 100% !important;
}

body.home .thf-influencer-strip .listing-wrapper {
	min-height: 118px !important;
	padding: 12px 7px 8px !important;
	border-radius: 8px !important;
	background: #0b151b !important;
	border-color: rgba(255,255,255,.08) !important;
}

body.home .thf-influencer-strip .avatar-wrapper {
	width: 52px !important;
	height: 52px !important;
	margin: 0 auto 7px !important;
}

body.home .thf-influencer-strip h3.listing-title {
	font-size: 8px !important;
	line-height: 1.2 !important;
}

body.home .thf-influencer-strip .listing-wrapper > p {
	font-size: 6px !important;
	line-height: 1.3 !important;
	margin-top: 4px !important;
}

/* Editorial / guides */
body.home .thf-editorial-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0,1fr)) !important;
	gap: 9px !important;
	overflow: visible !important;
	padding: 0 !important;
}

body.home .thf-editorial-card {
	min-width: 0 !important;
	border-radius: 8px !important;
	border: 1px solid rgba(255,255,255,.08) !important;
	background: #0b141a !important;
	overflow: hidden !important;
}

body.home .thf-editorial-image {
	height: 150px !important;
	min-height: 150px !important;
}

body.home .thf-editorial-body {
	padding: 8px !important;
}

body.home .thf-editorial-body h3 {
	font-size: 9px !important;
	line-height: 1.25 !important;
	margin: 0 0 4px !important;
}

body.home .thf-editorial-body p {
	font-size: 7px !important;
	line-height: 1.35 !important;
	-webkit-line-clamp: 2 !important;
}

body.home .thf-editorial-label {
	font-size: 6px !important;
	padding: 3px 5px !important;
}

/* Left promotional/community rail */
body.home .thf-community-rail h2 {
	font-size: 11px !important;
	line-height: 1.26 !important;
	margin: 3px 0 6px !important;
}

body.home .thf-community-rail p {
	font-size: 8px !important;
	line-height: 1.45 !important;
	margin: 0 !important;
}

body.home .thf-community-rail .thf-solid-button,
body.home .thf-community-rail .thf-outline-button {
	margin-top: 9px !important;
	padding: 8px 10px !important;
	min-height: 30px;
	font-size: 7px !important;
	border-radius: 6px !important;
}

body.home .thf-business-cta > .et_pb_text_inner > i,
body.home .thf-loop-icon {
	font-size: 18px !important;
	color: var(--thf-accent) !important;
	margin-bottom: 6px !important;
}

body.home .thf-social-links a {
	width: 24px !important;
	height: 24px !important;
	border-radius: 5px !important;
	font-size: 9px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
	body.home .thf-home-top-grid {
		grid-template-columns: minmax(0, 2.8fr) minmax(245px, .9fr) !important;
	}

	body.home .thf-home-primary > .et_pb_row > .et_pb_column {
		gap: 30px !important;
	}

	body.home .thf-cuisine-grid {
		grid-template-columns: repeat(3, minmax(0,1fr)) !important;
	}

	body.home .thf-cuisine-card {
		height: 165px !important;
	}
}

@media (max-width: 980px) {
	body.home .thf-home-top-grid {
		display: block !important;
	}

	body.home .thf-home-top-grid > .et_pb_column {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 18px !important;
	}

	body.home .thf-home-primary > .et_pb_row > .et_pb_column {
		display: block !important;
	}

	body.home .thf-home-primary > .et_pb_row > .et_pb_column > .et_pb_row {
		margin-bottom: 18px !important;
	}

	body.home .thf-trust-strip {
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
		gap: 18px 24px !important;
	}

	body.home .thf-sponsored-content {
		display: flex !important;
		overflow-x: auto !important;
		gap: 10px !important;
		scroll-snap-type: x mandatory;
		padding-bottom: 4px;
	}

	body.home .thf-sponsored-content .ad-wrapper {
		flex: 0 0 min(72vw, 340px) !important;
		scroll-snap-align: start;
	}

	body.home .thf-home-content-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 28px !important;
	}

	body.home .thf-home-content-grid > .thf-home-feed { order: 1; }
	body.home .thf-home-content-grid > .thf-latest-panel { order: 2; }
	body.home .thf-home-content-grid > .thf-community-rail { order: 3; }

	body.home .thf-home-feed,
	body.home .thf-community-rail {
		width: 100% !important;
	}

	body.home .thf-community-rail {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0,1fr)) !important;
		gap: 16px !important;
	}

	body.home .thf-editorial-grid {
		grid-template-columns: repeat(2, minmax(0,1fr)) !important;
	}
}

@media (max-width: 680px) {
	body.home .thf-divi-home-section > .et_pb_row {
		width: calc(100% - 20px) !important;
	}

	body.home .thf-home-primary {
		gap: 14px !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full,
	body.home .thf-featured-hero ul.directory-listing.full:has(> li:nth-child(5)) {
		display: flex !important;
		grid-template: none !important;
		height: auto !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		gap: 9px !important;
		scroll-snap-type: x mandatory;
	}

	body.home .thf-featured-hero ul.directory-listing.full > li,
	body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(n) {
		grid-area: auto !important;
		flex: 0 0 84% !important;
		width: 84% !important;
		min-width: 84% !important;
		height: 245px !important;
		scroll-snap-align: start;
	}

	body.home .thf-home-intro-copy h1 {
		font-size: 31px !important;
	}

	body.home .thf-home-intro-copy p {
		font-size: 11px !important;
	}

	body.home .thf-trust-strip {
		gap: 14px 16px !important;
	}

	body.home .thf-cuisine-grid,
	body.home .thf-influencer-strip ul.directory-listing,
	body.home .thf-editorial-grid {
		display: flex !important;
		grid-template-columns: none !important;
		width: max-content !important;
		max-width: none !important;
		overflow-x: auto !important;
		gap: 8px !important;
		scroll-snap-type: x proximity;
		padding-bottom: 4px !important;
	}

	body.home .thf-cuisine-card {
		flex: 0 0 145px !important;
		width: 145px !important;
		min-width: 145px !important;
		height: 160px !important;
	}

	body.home .thf-influencer-strip ul.directory-listing > li {
		flex: 0 0 120px !important;
		width: 120px !important;
		min-width: 120px !important;
	}

	body.home .thf-editorial-card {
		flex: 0 0 78vw !important;
		width: 78vw !important;
		min-width: 78vw !important;
	}

	body.home .thf-community-rail {
		display: block !important;
	}

	body.home .thf-community-rail > .et_pb_module {
		margin-bottom: 24px !important;
	}

	body.home .thf-latest-panel .latest-news li {
		grid-template-columns: 72px minmax(0,1fr) !important;
	}
}

/* ---------- Precision desktop pass against the approved reference ---------- */
@media (min-width: 981px) {
	body.home .thf-home-primary {
		gap: 38px !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full,
	body.home .thf-featured-hero ul.directory-listing.full:has(> li:nth-child(5)) {
		grid-template-columns: 1.55fr 1.55fr .86fr !important;
		grid-template-areas:
			"feature second fourth"
			"feature third fifth" !important;
		height: 325px !important;
	}

	body.home .thf-featured-hero .avatar-wrapper {
		width: 50px !important;
		height: 50px !important;
	}

	body.home .thf-featured-hero li:first-child .avatar-wrapper {
		width: 72px !important;
		height: 72px !important;
	}

	body.home .thf-featured-hero li:first-child h3.listing-title {
		font-size: 26px !important;
		bottom: 41px !important;
	}

	body.home .thf-featured-hero h3.listing-title {
		font-size: 13px !important;
		bottom: 31px !important;
	}

	body.home .thf-featured-hero li:first-child .listing-wrapper > p {
		font-size: 10px !important;
	}

	body.home .thf-sponsored-content {
		gap: 15px !important;
	}

	body.home .thf-sponsored-panel .ad-wrapper,
	body.home .thf-sponsored-panel .ad-overlay {
		min-height: 118px !important;
		height: 118px !important;
	}

	body.home .thf-sponsored-panel .thf-outline-button {
		margin-top: 14px !important;
		min-height: 38px;
	}

	body.home .thf-home-primary > .et_pb_row > .et_pb_column {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
		gap: 60px !important;
		align-items: center !important;
	}

	body.home .thf-home-intro-copy h1 {
		font-size: 43px !important;
		line-height: 1.01 !important;
		max-width: 500px !important;
		margin: 10px 0 12px !important;
	}

	body.home .thf-intro-meta {
		display: flex;
		align-items: center;
		gap: 18px;
		min-height: 26px;
	}

	body.home .thf-home-monthly-views {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		min-height: 25px;
		padding: 0 9px;
		border: 1px solid rgba(255,255,255,.12);
		border-radius: 999px;
		background: rgba(11,20,25,.78);
		color: #8d9c97;
		font-size: 8px;
		line-height: 1;
		white-space: nowrap;
	}

	body.home .thf-home-monthly-views i,
	body.home .thf-home-monthly-views strong {
		color: var(--thf-accent);
	}

	body.home .thf-home-monthly-views strong {
		font-size: 9px;
	}

	body.home .thf-home-monthly-views small {
		font-size: 8px;
		color: #778781;
	}

	body.home .thf-intro-meta .thf-view-stats {
		display: inline-flex !important;
		align-items: center !important;
		gap: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.home .thf-intro-meta .thf-view-stats > span:first-child {
		display: none !important;
	}

	body.home .thf-intro-meta .thf-view-stats > span:last-child {
		display: inline-flex !important;
		align-items: center !important;
		gap: 6px !important;
		min-height: 25px !important;
		padding: 0 9px !important;
		border: 1px solid rgba(255,255,255,.12) !important;
		border-radius: 999px !important;
		background: rgba(11,20,25,.78) !important;
		color: #778781 !important;
		font-size: 8px !important;
		line-height: 1 !important;
		white-space: nowrap;
	}

	body.home .thf-intro-meta .thf-view-stats > span:last-child i,
	body.home .thf-intro-meta .thf-view-stats > span:last-child strong {
		color: var(--thf-accent) !important;
		font-size: 9px !important;
	}

	body.home .thf-intro-meta .thf-view-stats > span:last-child em {
		color: #778781 !important;
		font-size: 8px !important;
	}

	body.home .thf-intro-bottom {
		display: flex;
		align-items: flex-end;
		gap: 16px;
		max-width: 560px;
	}

	body.home .thf-intro-bottom > p:first-child {
		flex: 1 1 auto;
		max-width: 360px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.home .thf-intro-bottom > p:last-child {
		flex: 0 0 auto;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.home .thf-intro-directory-cta {
		flex: 0 0 auto;
		min-width: 128px;
		min-height: 37px;
		margin: 0 !important;
		padding: 8px 13px !important;
	}

	body.home .thf-trust-strip {
		gap: 28px 42px !important;
		max-width: 470px;
	}

	body.home .thf-trust-strip .et_pb_text_inner {
		grid-template-columns: 26px minmax(0,1fr) !important;
		gap: 10px !important;
	}

	body.home .thf-trust-strip i {
		font-size: 18px !important;
	}

	body.home .thf-trust-strip strong {
		font-size: 11px !important;
	}

	body.home .thf-divi-dashboard {
		padding-top: 25px !important;
	}

	body.home .thf-home-content-grid {
		grid-template-columns: 285px minmax(0,1fr) !important;
		column-gap: 30px !important;
		row-gap: 48px !important;
	}

	body.home .thf-home-content-grid > .thf-home-feed {
		gap: 38px !important;
	}

	body.home .thf-home-content-grid > .thf-community-rail {
		gap: 52px !important;
	}

	body.home .thf-section-heading h2,
	body.home .thf-city-panel__heading h2 {
		font-size: 13px !important;
	}

	body.home .thf-section-eyebrow {
		font-size: 8.5px !important;
	}

	body.home .thf-section-heading > a,
	body.home .thf-city-panel__heading > a {
		font-size: 9px !important;
	}

	body.home .thf-latest-panel .latest-news > div:first-child p {
		font-size: 11px !important;
		padding-bottom: 10px !important;
	}

	body.home .thf-latest-panel .latest-news li {
		grid-template-columns: 80px minmax(0,1fr) !important;
		gap: 10px !important;
		padding: 10px 0 !important;
	}

	body.home .thf-latest-panel .news-thumbnail,
	body.home .thf-latest-panel .news-thumbnail img {
		width: 80px !important;
		height: 56px !important;
	}

	body.home .thf-latest-panel .news-title {
		font-size: 9px !important;
		line-height: 1.35 !important;
	}

	body.home .thf-latest-panel .news-date {
		font-size: 7px !important;
	}

	body.home .thf-cuisine-card {
		height: 154px !important;
		min-height: 154px !important;
	}

	body.home .thf-cuisine-copy strong {
		font-size: 10px !important;
	}

	body.home .thf-cuisine-copy em {
		font-size: 8px !important;
		min-height: 29px;
	}

	body.home .thf-city-panel .thf-all-locations a {
		min-height: 25px !important;
		padding: 6px 11px !important;
		font-size: 8px !important;
	}

	body.home .thf-influencer-strip .listing-wrapper {
		min-height: 128px !important;
		padding-top: 13px !important;
	}

	body.home .thf-influencer-strip .avatar-wrapper {
		width: 56px !important;
		height: 56px !important;
	}

	body.home .thf-influencer-strip h3.listing-title {
		font-size: 9px !important;
	}

	body.home .thf-influencer-strip .listing-wrapper > p {
		font-size: 7px !important;
	}

	body.home .thf-editorial-image {
		height: 158px !important;
		min-height: 158px !important;
	}

	body.home .thf-editorial-body {
		padding: 9px !important;
	}

	body.home .thf-editorial-body h3 {
		font-size: 10px !important;
	}

	body.home .thf-editorial-body p {
		font-size: 7.5px !important;
	}

	body.home .thf-community-rail h2 {
		font-size: 12px !important;
	}

	body.home .thf-community-rail p {
		font-size: 8.5px !important;
	}

	/* Featured mosaic badge cleanup: prevent the global directory rules from
	   stretching rating/location badges across the image. */
	body.home .thf-featured-hero ul.directory-listing.full .location,
	body.home .thf-featured-hero ul.directory-listing.full .google-rating {
		right: auto !important;
		width: max-content !important;
		min-width: 0 !important;
		max-width: calc(100% - 24px) !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 5px 7px !important;
		margin: 0 !important;
		border: 1px solid rgba(255,255,255,.10) !important;
		border-radius: 6px !important;
		background: rgba(5,11,14,.74) !important;
		box-shadow: none !important;
		line-height: 1 !important;
		backdrop-filter: blur(6px);
	}

	body.home .thf-featured-hero ul.directory-listing.full .location {
		left: 10px !important;
		top: 10px !important;
		bottom: auto !important;
		font-size: 8px !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full .location + .google-rating,
	body.home .thf-featured-hero ul.directory-listing.full .google-rating {
		left: 10px !important;
		top: 38px !important;
		bottom: auto !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full .google-rating .stars {
		display: inline-flex !important;
		align-items: center !important;
		gap: 1px !important;
		width: auto !important;
		max-width: none !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		border: 0 !important;
		line-height: 1 !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full .google-rating i {
		font-size: 7px !important;
		line-height: 1 !important;
		margin: 0 !important;
		padding: 0 !important;
		text-shadow: none !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full .google-rating .rating-number {
		display: none !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full > li:first-child .location {
		left: 14px !important;
		top: auto !important;
		bottom: 72px !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full > li:first-child .location + .google-rating,
	body.home .thf-featured-hero ul.directory-listing.full > li:first-child .google-rating {
		left: 116px !important;
		top: auto !important;
		bottom: 72px !important;
	}

	/* The reference identifies each business through its logo and tagline,
	   so suppress the duplicate text title in this mosaic only. */
	body.home .thf-featured-hero ul.directory-listing.full h3.listing-title {
		display: none !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full .listing-wrapper > p {
		left: 12px !important;
		right: 12px !important;
		bottom: 12px !important;
		max-width: none !important;
		width: auto !important;
		text-align: center !important;
		font-size: 8px !important;
		line-height: 1.25 !important;
		white-space: nowrap !important;
		text-overflow: ellipsis;
		overflow: hidden !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full > li:first-child .listing-wrapper > p {
		left: 14px !important;
		right: 14px !important;
		bottom: 18px !important;
		font-size: 10px !important;
	}
}


/* ===== home-impress.css ===== */
/* THF Homepage — polish pass / discovery-led editorial details */

body.home {
	--thf-glow: rgba(39,217,139,.20);
	--thf-glow-soft: rgba(39,217,139,.08);
	--thf-panel-deep: #081117;
	--thf-panel-lift: #0c171d;
}

/* Give the main content a little atmosphere without changing the approved dark palette. */
body.home .thf-divi-dashboard {
	position: relative;
	isolation: isolate;
}

body.home .thf-divi-dashboard::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 680px;
	height: 680px;
	top: -160px;
	left: 47%;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(29,128,91,.085) 0%, rgba(29,128,91,.025) 42%, transparent 70%);
	pointer-events: none;
}

/* ---------- Directory pulse ---------- */
body.home .thf-home-pulse {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 0;
	position: relative;
	margin-top: 17px;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255,255,255,.085);
}

body.home .thf-home-pulse__label {
	position: absolute;
	top: -8px;
	left: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 8px 0 0;
	background: #050b0f;
	color: #70817a;
	font-size: 7px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 16px;
	text-transform: uppercase;
}

body.home .thf-home-pulse__label i {
	color: var(--thf-accent);
	font-size: 8px;
	filter: drop-shadow(0 0 6px rgba(39,217,139,.20));
}

body.home .thf-home-pulse > a {
	display: flex;
	flex-direction: column;
	gap: 1px;
	position: relative;
	min-width: 0;
	padding: 3px 10px 3px 0;
	color: inherit !important;
	transition: transform .2s ease, opacity .2s ease;
}

body.home .thf-home-pulse > a + a {
	padding-left: 12px;
	border-left: 1px solid rgba(255,255,255,.075);
}

body.home .thf-home-pulse > a strong {
	color: #f6fbf8;
	font-size: 17px;
	font-weight: 820;
	line-height: 1;
	letter-spacing: -.035em;
}

body.home .thf-home-pulse > a small {
	color: #6f817a;
	font-size: 7px;
	font-weight: 650;
	line-height: 1.3;
	white-space: nowrap;
}

body.home .thf-home-pulse > a:hover {
	transform: translateY(-2px);
}

body.home .thf-home-pulse > a:hover strong {
	color: var(--thf-accent);
}

/* ---------- Hero mosaic: more depth, less dashboard-flat ---------- */
body.home .thf-featured-hero ul.directory-listing.full {
	perspective: 1000px;
}

body.home .thf-featured-hero ul.directory-listing.full > li {
	transition: opacity .24s ease, transform .24s ease;
}

@media (hover:hover) and (pointer:fine) {
	body.home .thf-featured-hero ul.directory-listing.full:has(> li:hover) > li:not(:hover) {
		opacity: .82;
	}
}

body.home .thf-featured-hero .listing-wrapper {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 8px 28px rgba(0,0,0,.14) !important;
	transition: transform .26s cubic-bezier(.2,.75,.25,1), border-color .26s ease, box-shadow .26s ease !important;
}

body.home .thf-featured-hero .listing-wrapper:hover,
body.home .thf-featured-hero .listing-wrapper:focus-within {
	transform: translateY(-3px) scale(1.006) !important;
	border-color: rgba(39,217,139,.38) !important;
	box-shadow: 0 18px 46px rgba(0,0,0,.34), 0 0 0 1px rgba(39,217,139,.08) !important;
}

body.home .thf-featured-hero img.banner-image {
	filter: saturate(.94) contrast(1.02);
	transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease !important;
}

body.home .thf-featured-hero .listing-wrapper:hover img.banner-image,
body.home .thf-featured-hero .listing-wrapper:focus-within img.banner-image {
	transform: scale(1.045) !important;
	filter: saturate(1.05) contrast(1.04);
}

body.home .thf-featured-hero .avatar-wrapper {
	box-shadow: 0 7px 25px rgba(0,0,0,.30), 0 0 0 1px rgba(255,255,255,.08);
	transition: transform .26s ease, box-shadow .26s ease;
}

body.home .thf-featured-hero .listing-wrapper:hover .avatar-wrapper {
	transform: scale(1.055);
	box-shadow: 0 8px 28px rgba(0,0,0,.36), 0 0 0 1px rgba(39,217,139,.22);
}

body.home .thf-featured-hero .location,
body.home .thf-featured-hero .google-rating {
	box-shadow: 0 5px 18px rgba(0,0,0,.20);
}

/* ---------- Intro and discovery actions ---------- */
body.home .thf-home-intro-copy h1 {
	text-wrap: balance;
}

body.home .thf-intro-directory-cta {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

body.home .thf-intro-directory-cta::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	transform: translateX(-102%);
	background: var(--thf-accent);
	transition: transform .24s ease;
}

body.home .thf-intro-directory-cta:hover {
	color: #04110b !important;
	border-color: var(--thf-accent) !important;
}

body.home .thf-intro-directory-cta:hover::before {
	transform: translateX(0);
}

body.home .thf-trust-strip > .et_pb_column:not(:first-child) {
	transition: transform .2s ease;
}

body.home .thf-trust-strip > .et_pb_column:not(:first-child):hover {
	transform: translateX(3px);
}

body.home .thf-trust-strip > .et_pb_column:not(:first-child):hover i {
	text-shadow: 0 0 16px var(--thf-glow);
}

/* ---------- Stronger section rhythm ---------- */
body.home .thf-section-heading,
body.home .thf-city-panel__heading {
	position: relative;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255,255,255,.055);
}

body.home .thf-section-heading::after,
body.home .thf-city-panel__heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 34px;
	height: 1px;
	background: var(--thf-accent);
	box-shadow: 0 0 12px var(--thf-glow);
}

body.home .thf-section-heading > a,
body.home .thf-city-panel__heading > a {
	transition: color .18s ease, transform .18s ease;
}

body.home .thf-section-heading > a:hover,
body.home .thf-city-panel__heading > a:hover {
	color: var(--thf-accent) !important;
	transform: translateX(2px);
}

/* ---------- Cuisine cards: surface useful data on interaction ---------- */
body.home .thf-cuisine-card {
	box-shadow: 0 9px 24px rgba(0,0,0,.10);
	transition: transform .25s cubic-bezier(.2,.7,.2,1), border-color .25s ease, box-shadow .25s ease !important;
}

body.home .thf-cuisine-card img {
	transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

body.home .thf-cuisine-card:hover {
	transform: translateY(-4px);
	border-color: rgba(39,217,139,.28) !important;
	box-shadow: 0 18px 34px rgba(0,0,0,.26), 0 0 0 1px rgba(39,217,139,.045);
}

body.home .thf-cuisine-card:hover img {
	transform: scale(1.06);
	filter: saturate(1.06);
}

body.home .thf-cuisine-copy small {
	display: block !important;
	max-height: 0;
	opacity: 0;
	transform: translateY(3px);
	margin-top: 0 !important;
	color: #9ab0a6 !important;
	font-size: 6px !important;
	line-height: 1.2 !important;
	transition: max-height .22s ease, opacity .22s ease, transform .22s ease, margin .22s ease;
}

body.home .thf-cuisine-card:hover .thf-cuisine-copy small,
body.home .thf-cuisine-card:focus-visible .thf-cuisine-copy small {
	max-height: 14px;
	opacity: 1;
	transform: translateY(0);
	margin-top: 2px !important;
}

body.home .thf-cuisine-copy em i {
	transition: transform .2s ease;
}

body.home .thf-cuisine-card:hover .thf-cuisine-copy em i {
	transform: translateX(3px);
}

/* ---------- City chips ---------- */
body.home .thf-city-panel .thf-all-locations a {
	position: relative;
	overflow: hidden;
	transition: border-color .18s ease, background .18s ease, transform .18s ease, color .18s ease;
}

body.home .thf-city-panel .thf-all-locations a:hover {
	transform: translateY(-2px);
	background: rgba(39,217,139,.075) !important;
	border-color: rgba(39,217,139,.28) !important;
	color: #edf8f2 !important;
}

body.home .thf-city-panel .thf-all-locations a:hover i {
	text-shadow: 0 0 10px var(--thf-glow);
}

/* ---------- Creator cards: social-style identity treatment ---------- */
body.home .thf-influencer-strip .listing-wrapper {
	position: relative;
	overflow: hidden;
	transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease !important;
}

body.home .thf-influencer-strip .listing-wrapper::after {
	content: "View creator  →";
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 7px;
	opacity: 0;
	transform: translateY(5px);
	color: var(--thf-accent);
	font-size: 6px;
	font-weight: 800;
	letter-spacing: .035em;
	transition: opacity .2s ease, transform .2s ease;
}

body.home .thf-influencer-strip .listing-wrapper:hover {
	transform: translateY(-4px);
	background: linear-gradient(180deg, #0e1b21, #0a1419) !important;
	border-color: rgba(39,217,139,.28) !important;
	box-shadow: 0 16px 32px rgba(0,0,0,.22);
}

body.home .thf-influencer-strip .listing-wrapper:hover::after {
	opacity: 1;
	transform: translateY(0);
}

body.home .thf-influencer-strip .avatar-wrapper {
	position: relative;
	border: 2px solid #0b151b !important;
	box-shadow: 0 0 0 1px rgba(39,217,139,.55), 0 0 0 4px rgba(39,217,139,.06);
	transition: transform .24s ease, box-shadow .24s ease;
}

body.home .thf-influencer-strip .listing-wrapper:hover .avatar-wrapper {
	transform: scale(1.06);
	box-shadow: 0 0 0 1px var(--thf-accent), 0 0 0 5px rgba(39,217,139,.10), 0 8px 20px rgba(0,0,0,.28);
}

/* ---------- Editorial cards: feel like a real publication ---------- */
body.home .thf-editorial-card {
	position: relative;
	box-shadow: 0 10px 24px rgba(0,0,0,.10);
	transition: transform .25s cubic-bezier(.2,.7,.2,1), border-color .25s ease, box-shadow .25s ease !important;
}

body.home .thf-editorial-card::before {
	content: "";
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: var(--thf-accent);
	box-shadow: 0 0 14px var(--thf-glow);
	transition: width .32s ease;
}

body.home .thf-editorial-card:hover {
	transform: translateY(-4px);
	border-color: rgba(39,217,139,.23) !important;
	box-shadow: 0 18px 34px rgba(0,0,0,.25);
}

body.home .thf-editorial-card:hover::before {
	width: 100%;
}

body.home .thf-editorial-image img {
	transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

body.home .thf-editorial-card:hover .thf-editorial-image img {
	transform: scale(1.045);
	filter: saturate(1.04);
}

body.home .thf-editorial-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid rgba(255,255,255,.055);
	color: #6f817a;
	font-size: 6px;
	line-height: 1.2;
}

body.home .thf-editorial-meta span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}

body.home .thf-editorial-meta i {
	color: #7c9489;
	font-size: 6px;
}

/* ---------- Left rail: turn separate blocks into a deliberate editorial rail ---------- */
@media (min-width: 981px) {
	body.home .thf-community-rail {
		position: relative;
		padding-left: 24px;
	}

	body.home .thf-community-rail::before {
		content: "";
		position: absolute;
		left: 5px;
		top: 4px;
		bottom: 8px;
		width: 1px;
		background: linear-gradient(180deg, rgba(39,217,139,.48), rgba(39,217,139,.04));
	}

	body.home .thf-community-rail > .et_pb_module {
		position: relative;
	}

	body.home .thf-community-rail > .et_pb_module::before {
		content: "";
		position: absolute;
		left: -23px;
		top: 4px;
		width: 9px;
		height: 9px;
		border: 2px solid #071016;
		border-radius: 50%;
		background: var(--thf-accent);
		box-shadow: 0 0 0 1px rgba(39,217,139,.22), 0 0 12px rgba(39,217,139,.18);
	}
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) and (min-width: 981px) {
	body.home .thf-home-pulse > a strong { font-size: 15px; }
	body.home .thf-home-pulse > a small { font-size: 6px; }
}

@media (max-width: 980px) {
	body.home .thf-home-pulse {
		margin-top: 14px;
		max-width: 560px;
	}

	body.home .thf-editorial-meta {
		font-size: 7px;
	}
}

@media (max-width: 680px) {
	body.home .thf-home-pulse {
		display: flex;
		overflow-x: auto;
		gap: 0;
		padding-top: 22px;
		padding-bottom: 4px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	body.home .thf-home-pulse::-webkit-scrollbar { display: none; }

	body.home .thf-home-pulse > a {
		flex: 0 0 auto;
		min-width: 92px;
	}

	body.home .thf-home-pulse > a strong { font-size: 15px; }
	body.home .thf-home-pulse > a small { font-size: 7px; }

	body.home .thf-cuisine-copy small {
		max-height: 14px;
		opacity: 1;
		transform: none;
		margin-top: 2px !important;
	}

	body.home .thf-influencer-strip .listing-wrapper::after {
		display: none;
	}

	body.home .thf-editorial-meta {
		font-size: 7px;
	}
}

/* ==========================================================================
   THF Homepage — readability + premium motion pass (PDF-directed, 2026-08-30)
   Keeps the approved composition, but restores a confident editorial scale.
   ========================================================================== */

body.home {
	--thf-type-strong: #f7fbf9;
	--thf-type-body: #a8b7b1;
	--thf-type-muted: #7f918a;
}

body.home .thf-divi-featured {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

body.home .thf-divi-featured::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 920px;
	height: 540px;
	left: 25%;
	top: -250px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(39,217,139,.075) 0%, rgba(39,217,139,.025) 38%, transparent 72%);
	filter: blur(8px);
	pointer-events: none;
}

body.home .thf-home-intro-copy h1 {
	font-size: clamp(42px, 3.05vw, 50px) !important;
	line-height: .99 !important;
	letter-spacing: -.045em !important;
	max-width: 570px !important;
}

body.home .thf-home-intro-copy p {
	font-size: 13.5px !important;
	line-height: 1.62 !important;
	color: var(--thf-type-body) !important;
}

body.home .thf-kicker,
body.home .thf-section-eyebrow {
	font-size: 9.5px !important;
	letter-spacing: .085em !important;
}

body.home .thf-intro-meta .thf-view-stats > span:last-child {
	min-height: 28px !important;
	padding: 0 10px !important;
	font-size: 9px !important;
}

body.home .thf-intro-meta .thf-view-stats > span:last-child i,
body.home .thf-intro-meta .thf-view-stats > span:last-child strong {
	font-size: 10px !important;
}

body.home .thf-intro-meta .thf-view-stats > span:last-child em {
	font-size: 8.5px !important;
}

body.home .thf-intro-directory-cta {
	min-width: 142px !important;
	min-height: 40px !important;
	padding: 9px 15px !important;
	font-size: 9px !important;
	border-radius: 7px !important;
}

body.home .thf-home-pulse {
	margin-top: 20px;
	padding-top: 27px;
}

body.home .thf-home-pulse__label {
	font-size: 7.8px;
}

body.home .thf-home-pulse > a strong {
	font-size: 19px;
}

body.home .thf-home-pulse > a small {
	font-size: 8px;
	letter-spacing: .005em;
}

body.home .thf-trust-strip {
	max-width: 520px;
	gap: 30px 44px !important;
}

body.home .thf-trust-strip .et_pb_text_inner {
	grid-template-columns: 30px minmax(0,1fr) !important;
	gap: 11px !important;
	font-size: 9.5px !important;
	line-height: 1.42 !important;
}

body.home .thf-trust-strip i {
	font-size: 20px !important;
}

body.home .thf-trust-strip strong {
	font-size: 12px !important;
	line-height: 1.22 !important;
}

body.home .thf-trust-strip span {
	font-size: 9px !important;
	line-height: 1.42 !important;
	color: #84958e !important;
}

body.home .thf-featured-hero ul.directory-listing.full,
body.home .thf-featured-hero ul.directory-listing.full:has(> li:nth-child(5)) {
	height: 340px !important;
	gap: 11px !important;
}

body.home .thf-featured-hero .avatar-wrapper {
	width: 64px !important;
	height: 64px !important;
	border-width: 2px !important;
	padding: 3px !important;
	background: rgba(5,12,15,.86) !important;
}

body.home .thf-featured-hero li:first-child .avatar-wrapper {
	width: 90px !important;
	height: 90px !important;
}

body.home .thf-featured-hero .avatar-container {
	top: 12px !important;
	right: 12px !important;
}

body.home .thf-featured-hero .location,
body.home .thf-featured-hero .google-rating {
	font-size: 9.5px !important;
	padding: 6px 8px !important;
	border-radius: 7px !important;
}

body.home .thf-featured-hero ul.directory-listing.full .google-rating i {
	font-size: 8.5px !important;
}

body.home .thf-featured-hero ul.directory-listing.full .location + .google-rating,
body.home .thf-featured-hero ul.directory-listing.full .google-rating {
	top: 44px !important;
}

body.home .thf-featured-hero ul.directory-listing.full > li:first-child .location {
	bottom: 78px !important;
}

body.home .thf-featured-hero ul.directory-listing.full > li:first-child .location + .google-rating,
body.home .thf-featured-hero ul.directory-listing.full > li:first-child .google-rating {
	left: 128px !important;
	bottom: 78px !important;
}

body.home .thf-featured-hero ul.directory-listing.full .listing-wrapper > p {
	bottom: 14px !important;
	font-size: 9.5px !important;
	font-weight: 600;
	letter-spacing: .005em;
	color: #d0dcd7 !important;
}

body.home .thf-featured-hero ul.directory-listing.full > li:first-child .listing-wrapper > p {
	bottom: 19px !important;
	font-size: 11.5px !important;
	font-weight: 650;
}

body.home .thf-featured-hero li:first-child .listing-wrapper::before {
	font-size: 8.5px !important;
	padding: 7px 9px !important;
}

body.home .thf-featured-hero ul.directory-listing.full > li.is-live-focus .listing-wrapper {
	border-color: rgba(39,217,139,.52) !important;
	box-shadow: 0 20px 48px rgba(0,0,0,.34), 0 0 0 1px rgba(39,217,139,.08), 0 0 34px rgba(39,217,139,.08) !important;
}

body.home .thf-featured-hero ul.directory-listing.full > li.is-live-focus img.banner-image {
	transform: scale(1.025) !important;
	filter: saturate(1.05) contrast(1.035) !important;
}

body.home .thf-featured-hero ul.directory-listing.full > li.is-live-focus .avatar-wrapper {
	transform: translateY(-2px) scale(1.055);
	box-shadow: 0 9px 30px rgba(0,0,0,.40), 0 0 0 2px rgba(39,217,139,.32) !important;
}

body.home .thf-sponsored-panel .thf-section-eyebrow {
	font-size: 9px !important;
}

body.home .thf-sponsored-panel .thf-rail-heading h2 {
	font-size: 13px !important;
	line-height: 1.25 !important;
}

body.home .thf-sponsored-panel .ad-wrapper,
body.home .thf-sponsored-panel .ad-overlay {
	min-height: 124px !important;
	height: 124px !important;
}

body.home .thf-sponsored-panel .ad-overlay h3 {
	font-size: 12.5px !important;
	line-height: 1.2 !important;
	max-width: 92% !important;
}

body.home .thf-sponsored-panel .ad-partner-name {
	font-size: 9px !important;
	font-weight: 750;
}

body.home .thf-sponsored-panel .ad-label,
body.home .thf-sponsored-panel .profile-link {
	font-size: 7px !important;
}

body.home .thf-sponsored-panel .thf-outline-button {
	min-height: 40px;
	font-size: 9px !important;
}

body.home .thf-sponsored-panel .ad-wrapper {
	isolation: isolate;
}

body.home .thf-sponsored-panel .ad-wrapper::before {
	content: "";
	position: absolute;
	z-index: 3;
	top: -30%;
	bottom: -30%;
	left: -45%;
	width: 22%;
	transform: skewX(-18deg);
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);
	pointer-events: none;
}

body.home .thf-section-heading,
body.home .thf-city-panel__heading {
	margin-bottom: 12px !important;
	padding-bottom: 11px;
}

body.home .thf-section-heading h2,
body.home .thf-city-panel__heading h2 {
	font-size: 15px !important;
	line-height: 1.25 !important;
	letter-spacing: -.015em;
}

body.home .thf-section-heading > a,
body.home .thf-city-panel__heading > a {
	font-size: 9.5px !important;
}

body.home .thf-latest-panel .latest-news > div:first-child p {
	font-size: 12.5px !important;
	line-height: 1.3;
}

body.home .thf-latest-panel .latest-news li {
	grid-template-columns: 84px minmax(0,1fr) !important;
	gap: 12px !important;
	padding: 12px 0 !important;
}

body.home .thf-latest-panel .news-thumbnail,
body.home .thf-latest-panel .news-thumbnail img {
	width: 84px !important;
	height: 60px !important;
	border-radius: 7px !important;
}

body.home .thf-latest-panel .news-title {
	font-size: 10.5px !important;
	line-height: 1.38 !important;
	font-weight: 720;
}

body.home .thf-latest-panel .news-date {
	font-size: 7.8px !important;
	margin-top: 5px !important;
}

body.home .thf-cuisine-grid {
	gap: 10px !important;
}

body.home .thf-cuisine-card {
	height: 166px !important;
	min-height: 166px !important;
	border-radius: 10px !important;
}

body.home .thf-cuisine-copy {
	left: 9px !important;
	right: 9px !important;
	bottom: 9px !important;
}

body.home .thf-cuisine-copy strong {
	font-size: 11.5px !important;
	line-height: 1.18 !important;
}

body.home .thf-cuisine-copy small {
	font-size: 7.5px !important;
}

body.home .thf-cuisine-copy em {
	min-height: 31px;
	font-size: 9px !important;
	border-radius: 6px;
}

body.home .thf-city-panel .thf-all-locations ul {
	gap: 8px 9px !important;
}

body.home .thf-city-panel .thf-all-locations a {
	min-height: 29px !important;
	padding: 7px 12px !important;
	font-size: 9px !important;
	font-weight: 650 !important;
}

body.home .thf-city-panel .thf-all-locations a i {
	font-size: 7.5px !important;
}

body.home .thf-influencer-strip ul.directory-listing {
	gap: 10px !important;
}

body.home .thf-influencer-strip .listing-wrapper {
	min-height: 140px !important;
	padding: 15px 9px 11px !important;
	border-radius: 10px !important;
}

body.home .thf-influencer-strip .avatar-wrapper {
	width: 64px !important;
	height: 64px !important;
	margin-bottom: 9px !important;
}

body.home .thf-influencer-strip h3.listing-title {
	font-size: 10.5px !important;
	line-height: 1.25 !important;
}

body.home .thf-influencer-strip .listing-wrapper > p {
	font-size: 8px !important;
	line-height: 1.35 !important;
}

body.home .thf-editorial-grid {
	gap: 11px !important;
}

body.home .thf-editorial-card {
	border-radius: 10px !important;
}

body.home .thf-editorial-image {
	height: 172px !important;
	min-height: 172px !important;
}

body.home .thf-editorial-body {
	padding: 11px !important;
}

body.home .thf-editorial-body h3 {
	font-size: 11.5px !important;
	line-height: 1.32 !important;
	margin-bottom: 6px !important;
}

body.home .thf-editorial-body p {
	font-size: 8.8px !important;
	line-height: 1.45 !important;
	color: #879991 !important;
}

body.home .thf-editorial-label {
	font-size: 7px !important;
	padding: 4px 6px !important;
}

body.home .thf-editorial-meta {
	font-size: 7.5px !important;
	margin-top: 9px;
	padding-top: 8px;
}

body.home .thf-community-rail h2 {
	font-size: 14px !important;
	line-height: 1.3 !important;
	margin: 5px 0 8px !important;
}

body.home .thf-community-rail p {
	font-size: 10px !important;
	line-height: 1.58 !important;
	color: #8e9f98 !important;
}

body.home .thf-community-rail .thf-solid-button,
body.home .thf-community-rail .thf-outline-button {
	min-height: 35px;
	font-size: 8.5px !important;
	padding: 9px 11px !important;
}

body.home .thf-social-links a {
	width: 28px !important;
	height: 28px !important;
	font-size: 11px !important;
}

body.home footer.et-l--footer .et_pb_module_header {
	font-size: 22px !important;
	line-height: 1.15 !important;
	letter-spacing: -.02em;
}

body.home footer.et-l--footer .et_pb_blurb_description,
body.home footer.et-l--footer .et_pb_blurb_description p {
	font-size: 12.5px !important;
	line-height: 1.58 !important;
}

body.home footer.et-l--footer .et_pb_main_blurb_image .et-pb-icon {
	font-size: 28px !important;
}

body.home footer.et-l--footer .copyright p {
	font-size: 9.5px !important;
}

body.home header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a {
	font-size: 11px !important;
}

body.home header.et-l--header ul.categories a {
	font-size: 10.5px !important;
	font-weight: 650;
}

body.home header.et-l--header .search-box {
	font-size: 12px !important;
}

@media (max-width: 980px) {
	body.home .thf-home-intro-copy h1 {
		font-size: clamp(36px, 6.3vw, 44px) !important;
		max-width: 680px !important;
	}

	body.home .thf-home-intro-copy p {
		font-size: 13px !important;
	}

	body.home .thf-featured-hero .avatar-wrapper {
		width: 58px !important;
		height: 58px !important;
	}

	body.home .thf-featured-hero li:first-child .avatar-wrapper {
		width: 72px !important;
		height: 72px !important;
	}

	body.home .thf-community-rail h2 { font-size: 15px !important; }
	body.home .thf-community-rail p { font-size: 10.5px !important; }
}

@media (max-width: 680px) {
	body.home .thf-home-intro-copy h1 {
		font-size: clamp(32px, 9.5vw, 39px) !important;
		line-height: 1.02 !important;
	}

	body.home .thf-home-intro-copy p {
		font-size: 12.5px !important;
		line-height: 1.55 !important;
	}

	body.home .thf-kicker,
	body.home .thf-section-eyebrow {
		font-size: 9px !important;
	}

	body.home .thf-home-pulse > a strong { font-size: 17px; }
	body.home .thf-home-pulse > a small { font-size: 7.5px; }

	body.home .thf-trust-strip .et_pb_text_inner { font-size: 9px !important; }
	body.home .thf-trust-strip strong { font-size: 11px !important; }
	body.home .thf-trust-strip span { font-size: 8.5px !important; }

	body.home .thf-featured-hero ul.directory-listing.full > li,
	body.home .thf-featured-hero ul.directory-listing.full > li:nth-child(n) {
		height: 268px !important;
	}

	body.home .thf-featured-hero .avatar-wrapper,
	body.home .thf-featured-hero li:first-child .avatar-wrapper {
		width: 64px !important;
		height: 64px !important;
	}

	body.home .thf-featured-hero ul.directory-listing.full .listing-wrapper > p,
	body.home .thf-featured-hero ul.directory-listing.full > li:first-child .listing-wrapper > p {
		font-size: 10px !important;
	}

	body.home .thf-section-heading h2,
	body.home .thf-city-panel__heading h2 {
		font-size: 16px !important;
	}

	body.home .thf-section-heading > a,
	body.home .thf-city-panel__heading > a {
		font-size: 10px !important;
	}

	body.home .thf-cuisine-card {
		height: 168px !important;
		min-height: 168px !important;
	}

	body.home .thf-cuisine-copy strong { font-size: 11px !important; }
	body.home .thf-cuisine-copy em { font-size: 9px !important; }

	body.home .thf-influencer-strip .listing-wrapper { min-height: 142px !important; }
	body.home .thf-influencer-strip h3.listing-title { font-size: 10px !important; }
	body.home .thf-influencer-strip .listing-wrapper > p { font-size: 8px !important; }

	body.home .thf-editorial-body h3 { font-size: 12px !important; }
	body.home .thf-editorial-body p { font-size: 9.5px !important; }
	body.home .thf-editorial-meta { font-size: 8px !important; }

	body.home .thf-latest-panel .news-title { font-size: 11px !important; }
	body.home .thf-latest-panel .news-date { font-size: 8px !important; }

	body.home footer.et-l--footer .et_pb_module_header { font-size: 20px !important; }
	body.home footer.et-l--footer .et_pb_blurb_description,
	body.home footer.et-l--footer .et_pb_blurb_description p { font-size: 12px !important; }
}
