.ryehub-homepage {
	background: #fffaf4;
	color: #17110d;
	font-size: 16px;
	line-height: 1.5;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.ryehub-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 18px;
	width: 100%;
}

.ryehub-section {
	padding: 36px 0;
}

.ryehub-eyebrow {
	color: #b84b18;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ryehub-section h2,
.ryehub-hero h1 {
	color: #17110d;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.ryehub-section h2 {
	font-size: 1.75rem;
}

.ryehub-section__header {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ryehub-link {
	color: #0f6b4f;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.ryehub-hero {
	background:
		linear-gradient(120deg, rgba(23, 17, 13, 0.88), rgba(58, 33, 21, 0.76)),
		linear-gradient(135deg, #5a2112, #0f6b4f);
	color: #fff;
	padding: 34px 0 28px;
}

.ryehub-hero h1,
.ryehub-hero .ryehub-eyebrow {
	color: #fff;
}

.ryehub-hero h1 {
	font-size: 2.35rem;
	max-width: 720px;
}

.ryehub-hero__copy {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.03rem;
	margin: 14px 0 20px;
	max-width: 620px;
}

.ryehub-location-search {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
	display: grid;
	gap: 10px;
	max-width: 720px;
	padding: 10px;
}

.ryehub-location-search input {
	border: 1px solid #eaded2;
	border-radius: 6px;
	color: #17110d;
	min-height: 48px;
	padding: 0 14px;
	width: 100%;
}

.ryehub-location-search button,
.ryehub-button {
	background: #0f6b4f;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 48px;
	padding: 13px 18px;
	text-decoration: none;
}

.ryehub-button--secondary {
	background: #fff;
	color: #0f6b4f;
}

.ryehub-chip-row,
.ryehub-trust-list,
.ryehub-area-list {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: none;
}

.ryehub-chip-row {
	margin-top: 16px;
}

.ryehub-chip-row a,
.ryehub-area-list a {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	padding: 9px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.ryehub-trust-list {
	color: rgba(255, 255, 255, 0.88);
	list-style: none;
	margin: 18px 0 0;
	padding-left: 0;
}

.ryehub-trust-list li::before {
	content: "✓ ";
	font-weight: 900;
}

.ryehub-hero__panel {
	display: none;
}

.ryehub-category-row {
	display: grid;
	gap: 12px;
	grid-auto-columns: 132px;
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: none;
}

.ryehub-category-card,
.ryehub-store-card,
.ryehub-product-card,
.ryehub-trust-grid article {
	background: #fff;
	border: 1px solid #f0e4d8;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(42, 22, 10, 0.06);
}

.ryehub-category-card {
	color: #17110d;
	display: grid;
	font-weight: 850;
	gap: 10px;
	min-height: 136px;
	padding: 12px;
	text-decoration: none;
}

.ryehub-category-card__media {
	align-items: center;
	aspect-ratio: 1.2;
	background: #f5eadf;
	border-radius: 6px;
	color: #b84b18;
	display: flex;
	font-size: 2rem;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
}

.ryehub-category-card__media img,
.ryehub-product-card__media img,
.ryehub-store-card__avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ryehub-store-grid,
.ryehub-product-grid,
.ryehub-trust-grid {
	display: grid;
	gap: 14px;
}

.ryehub-store-card {
	overflow: hidden;
}

.ryehub-store-card__banner {
	background: linear-gradient(135deg, #17110d, #b84b18);
	height: 88px;
}

.ryehub-store-card__body {
	display: grid;
	gap: 12px;
	grid-template-columns: 52px 1fr;
	padding: 14px;
}

.ryehub-store-card__avatar {
	align-items: center;
	background: #fffaf4;
	border: 3px solid #fff;
	border-radius: 8px;
	color: #0f6b4f;
	display: flex;
	font-weight: 900;
	height: 52px;
	justify-content: center;
	margin-top: -34px;
	overflow: hidden;
	width: 52px;
}

.ryehub-store-card h3,
.ryehub-product-card h3 {
	font-size: 1rem;
	line-height: 1.25;
	margin: 0 0 5px;
}

.ryehub-store-card h3 a,
.ryehub-product-card h3 a {
	color: #17110d;
	text-decoration: none;
}

.ryehub-store-card p,
.ryehub-product-card p,
.ryehub-vendor-cta p,
.ryehub-local p,
.ryehub-trust-grid p {
	color: #6d625b;
	margin: 0;
}

.ryehub-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 10px 0;
}

.ryehub-meta-row span {
	background: #f3ede6;
	border-radius: 999px;
	color: #4a403a;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 5px 8px;
}

.ryehub-product-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ryehub-product-card {
	overflow: hidden;
}

.ryehub-product-card__media {
	align-items: center;
	aspect-ratio: 1;
	background: linear-gradient(135deg, #f2e4d5, #fff);
	color: #b84b18;
	display: flex;
	font-weight: 900;
	justify-content: center;
	text-decoration: none;
}

.ryehub-product-card__body {
	padding: 12px;
}

.ryehub-product-card__footer {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 10px;
}

.ryehub-product-card__footer strong {
	color: #17110d;
	font-size: 0.96rem;
}

.ryehub-add-button {
	align-items: center;
	background: #0f6b4f;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	width: 36px;
}

.ryehub-store-name {
	color: #867a72;
	display: block;
	font-size: 0.82rem;
	margin-top: 8px;
}

.ryehub-vendor-cta__inner,
.ryehub-local__inner {
	background: #17110d;
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 22px;
	padding: 24px;
}

.ryehub-vendor-cta h2,
.ryehub-local h2 {
	color: #fff;
}

.ryehub-vendor-cta p,
.ryehub-local p {
	color: rgba(255, 255, 255, 0.78);
}

.ryehub-benefit-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ryehub-benefit-list li::before {
	color: #f5a524;
	content: "✓ ";
	font-weight: 900;
}

.ryehub-cta-row {
	display: grid;
	gap: 10px;
}

.ryehub-trust-grid article {
	padding: 18px;
}

.ryehub-trust-grid strong {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 8px;
}

.ryehub-local .ryehub-area-list {
	flex-wrap: wrap;
	overflow: visible;
}

.ryehub-local .ryehub-area-list a {
	background: rgba(255, 255, 255, 0.12);
}

@media (min-width: 640px) {
	.ryehub-location-search {
		grid-template-columns: 1fr auto;
	}

	.ryehub-store-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ryehub-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ryehub-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.ryehub-section {
		padding: 58px 0;
	}

	.ryehub-hero {
		padding: 76px 0 64px;
	}

	.ryehub-hero__grid {
		align-items: center;
		display: grid;
		gap: 56px;
		grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	}

	.ryehub-hero h1 {
		font-size: 4rem;
	}

	.ryehub-hero__panel {
		display: grid;
		gap: 16px;
	}

	.ryehub-hero-card {
		background: rgba(255, 255, 255, 0.13);
		border: 1px solid rgba(255, 255, 255, 0.22);
		border-radius: 8px;
		color: #fff;
		padding: 20px;
	}

	.ryehub-hero-card--large {
		min-height: 210px;
	}

	.ryehub-hero-card span {
		color: rgba(255, 255, 255, 0.72);
		display: block;
		font-size: 0.85rem;
		font-weight: 800;
		margin-bottom: 8px;
	}

	.ryehub-hero-card strong {
		display: block;
		font-size: 1.5rem;
		line-height: 1.1;
	}

	.ryehub-category-row {
		grid-auto-flow: initial;
		grid-template-columns: repeat(8, minmax(0, 1fr));
		overflow: visible;
	}

	.ryehub-product-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ryehub-trust-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.ryehub-vendor-cta__inner,
	.ryehub-local__inner {
		align-items: center;
		grid-template-columns: 1.1fr 0.9fr auto;
		padding: 40px;
	}

	.ryehub-local__inner {
		grid-template-columns: 0.85fr 1.15fr;
	}

	.ryehub-cta-row {
		min-width: 190px;
	}
}
