/* Site-local compact recipe layout; the original logo and shared components remain. */
.tahayhub-compact-layout .site-header,
.tahayhub-compact-layout .site-footer {
	background: #29251f;
}
.tahayhub-compact-layout .site-header {
	border-bottom: 3px solid var(--thh-gold, #d8a33a);
	box-shadow: 0 3px 14px #211a1414;
}
.tahayhub-compact-layout .site-header__inner {
	grid-template-columns: minmax(0, 1fr) auto auto auto;
	align-items: center;
	gap: 1.5rem;
	padding-block: .8rem;
}
.tahayhub-compact-layout .brand-lockup > .custom-logo-link {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
	padding: .5rem .7rem;
	border-radius: .65rem;
	background: #fffaf0;
}
.tahayhub-compact-layout .brand-copy { color: #fffaf0; }
.tahayhub-compact-layout .site-header .primary-nav.site-navigation {
	grid-column: 2;
	grid-row: 1;
	padding: 0;
	gap: 1.25rem;
}
.tahayhub-compact-layout .site-header .primary-nav a { color: #f7efdf; }
.tahayhub-compact-layout .site-header .primary-nav a:hover,
.tahayhub-compact-layout .site-header .primary-nav a[aria-current="page"] { color: #e8ba58; }
.tahayhub-compact-layout .site-header .site-destinations { grid-column: 3; grid-row: 1; }
.tahayhub-compact-layout .site-header .header-account { grid-column: 4; grid-row: 1; }
.tahayhub-compact-layout .site-header .site-destination[rel="home"] { display: none; }
.tahayhub-compact-layout .site-header .site-destination,
.tahayhub-compact-layout .site-header .mobile-menu > summary {
	width: 44px;
	height: 44px;
	border-color: #857767;
	background: transparent;
	color: #fffaf0;
}
.tahayhub-compact-layout .site-header .site-destination:hover,
.tahayhub-compact-layout .site-header .mobile-menu[open] > summary {
	border-color: #e8ba58;
	background: #ffffff12;
}
.tahayhub-compact-layout .site-header :focus-visible { outline-color: #e8ba58; }
.tahayhub-compact-layout .site-header .header-account__panel,
.tahayhub-compact-layout .site-header .mobile-menu__panel { color: var(--thh-ink); }
.recipe-home--compact { --home-space: 1.75rem; }
.recipe-home--compact .recipe-home__hero {
	display: block;
	padding-block: 1.75rem 1rem;
}
.recipe-home--compact .recipe-home__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem 1.5rem;
	align-items: center;
}
.recipe-home--compact h1 {
	grid-column: 1 / -1;
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.3rem);
}
.recipe-home--compact .recipe-home__search form {
	border: 1px solid #cdbfaa;
	border-radius: .75rem;
	background: #fff;
	box-shadow: 0 3px 12px #30271908;
}
.recipe-home--compact .recipe-home__search form:focus-within {
	outline-color: var(--thh-red);
}
.recipe-home--compact .recipe-home__search input[type="search"] {
	min-height: 3.4rem;
	padding: .8rem 1rem;
	font-size: 1rem;
}
.recipe-home--compact .recipe-home__search form > button[type="submit"] {
	min-width: 6rem;
	margin: .3rem;
	border-radius: .5rem;
	background: #deb04f;
	color: #27221b;
}
.recipe-home--compact .recipe-home__actions { margin: 0; gap: 1rem; }
.recipe-home--compact .recipe-home__actions > a { display: inline-flex; align-items: center; min-height: 44px; }
.recipe-home--compact .recipe-home__surprise { background: transparent; }
.recipe-home--compact .recipe-home__categories {
	padding-block: 0 1.25rem;
	border: 0;
	background: transparent;
}
.recipe-home--compact .recipe-home__category-grid { display: flex; flex-wrap: wrap; gap: .5rem; }
.recipe-home--compact .recipe-home__category {
	flex-direction: row;
	align-items: center;
	min-height: 44px;
	padding: .5rem 1rem;
	border-radius: 2rem;
	background: #fffdf8;
	font-size: .875rem;
	font-weight: 500;
}
.recipe-home--compact .recipe-home__category-arrow { display: none; }
.recipe-home--compact .recipe-home__section.site-shell { padding-top: .5rem; }
.recipe-home--compact .recipe-home__section-heading { align-items: center; margin-bottom: 1rem; }
.recipe-home--compact .recipe-home__section-heading h2 { margin: 0; font-size: 1.6rem; }
.recipe-home--compact .recipe-home__section-heading > a { display: inline-flex; align-items: center; min-height: 44px; }

@media (max-width: 900px) {
	.tahayhub-compact-layout .site-header__inner { gap: .45rem; padding-block: .6rem; }
	.tahayhub-compact-layout .site-header .site-destinations { grid-column: 2; }
	.tahayhub-compact-layout .site-header .header-account { grid-column: 3; }
	.tahayhub-compact-layout .site-header .mobile-menu { grid-column: 4; margin: 0; }
	.tahayhub-compact-layout .header-account__panel { top: calc(100% + .6rem); }
	.recipe-home--compact .recipe-home__intro { grid-template-columns: minmax(0, 1fr); gap: .8rem; }
	.recipe-home--compact .recipe-home__search { grid-row: auto; }
}
@media (max-width: 600px) {
	.tahayhub-compact-layout .site-header__inner { gap: .3rem; }
	.tahayhub-compact-layout .brand-lockup > .custom-logo-link { padding: .4rem; }
	.tahayhub-compact-layout .brand-lockup .custom-logo {
		width: min(38vw, 11rem);
		max-width: 100%;
		height: auto;
	}
	.recipe-home--compact .recipe-home__hero { padding-top: 1.25rem; }
	.recipe-home--compact .recipe-home__actions { gap: 1.25rem; }
	.recipe-home--compact .recipe-home__category { padding-inline: .8rem; font-size: .8rem; }
	.recipe-home--compact .recipe-home__section-heading { flex-direction: row; flex-wrap: wrap; gap: .25rem .75rem; }
	.recipe-home--compact .recipe-home__section-heading h2 { font-size: 1.4rem; }
	.recipe-home--compact .recipe-home__section-heading > a { font-size: .8rem; }
}
