/*
Theme Name: Birkat Hasade
Theme URI: https://birkat.wizz.ltd/
Author: OpenAI
Description: Custom storefront theme for Birkat Hasade.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: birkat-hasade
*/

:root {
	--bh-bg: #f7f2e8;
	--bh-surface: #fbf7ef;
	--bh-surface-strong: #f2ebdd;
	--bh-ink: #2d2a72;
	--bh-ink-soft: rgba(45, 42, 114, 0.72);
	--bh-line: rgba(45, 42, 114, 0.1);
	--bh-line-strong: rgba(45, 42, 114, 0.16);
	--bh-accent: #e1ac2d;
	--bh-accent-soft: #f5d57e;
	--bh-danger: #cd6a48;
	--bh-radius: 28px;
	--bh-shadow: 0 32px 80px -52px rgba(45, 42, 114, 0.3);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bh-bg);
	color: var(--bh-ink);
	font-family: "Heebo", sans-serif;
	direction: rtl;
	text-align: right;
}

body.home,
body.blog {
	background: var(--bh-bg);
}

body.bh-menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--bh-accent);
	outline-offset: 3px;
}

.bh-skip-link {
	position: absolute;
	top: -100px;
	right: 20px;
	z-index: 999;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--bh-ink);
	color: #fff;
}

.bh-skip-link:focus {
	top: 16px;
}

button,
input,
textarea,
select {
	font: inherit;
}

.bh-shell {
	width: min(1410px, calc(100% - 56px));
	margin: 0 auto;
}

.bh-serif {
	font-family: "Frank Ruhl Libre", serif;
}

.bh-site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(247, 242, 232, 0.94);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--bh-line);
}

.bh-topbar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 32px;
	min-height: 78px;
}

.bh-header-actions,
.bh-main-nav,
.bh-brand {
	display: flex;
	align-items: center;
}

.bh-header-actions {
	gap: 14px;
}

.bh-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	width: 42px;
	height: 42px;
	border: 1px solid var(--bh-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.55);
	color: var(--bh-ink);
}

.bh-menu-toggle span {
	display: block;
	width: 16px;
	height: 2px;
	background: currentColor;
}

.bh-cart-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 18px;
	border-radius: 999px;
	background: var(--bh-ink);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	box-shadow: var(--bh-shadow);
}

.bh-cart-button svg,
.bh-search-button svg,
.bh-brand-pin svg {
	width: 18px;
	height: 18px;
}

.bh-phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--bh-ink-soft);
	font-size: 14px;
	font-weight: 500;
	direction: ltr;
}

.bh-phone-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #47bf63;
	box-shadow: 0 0 0 4px rgba(71, 191, 99, 0.16);
}

.bh-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--bh-line);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.55);
	color: var(--bh-ink);
}

.bh-main-nav {
	justify-content: center;
	gap: 40px;
	font-size: 15px;
	font-weight: 500;
}

.bh-main-nav a {
	position: relative;
	padding: 6px 0;
	color: var(--bh-ink-soft);
}

.bh-main-nav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background: var(--bh-ink);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s ease;
}

.bh-main-nav a:hover::after,
.bh-main-nav a:focus-visible::after {
	transform: scaleX(1);
}

.bh-mobile-nav {
	display: none;
	border-top: 1px solid var(--bh-line);
	background: var(--bh-surface);
}

.bh-mobile-nav-inner {
	display: grid;
	gap: 8px;
	padding: 18px 0 22px;
}

.bh-mobile-nav a {
	padding: 14px 16px;
	border: 1px solid var(--bh-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.58);
}

.bh-brand {
	gap: 14px;
	justify-content: flex-end;
}

.bh-brand-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.08;
}

.bh-brand-name {
	font-family: "Frank Ruhl Libre", serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.bh-brand-subtitle {
	color: var(--bh-ink-soft);
	font-size: 11px;
	letter-spacing: 0.28em;
}

.bh-brand-pin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--bh-ink);
	color: var(--bh-accent);
	box-shadow: var(--bh-shadow);
}

.bh-home-main {
	padding-bottom: 72px;
}

.bh-hero {
	padding: 66px 0 26px;
	border-bottom: 1px solid var(--bh-line);
}

.bh-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 78px;
	align-items: center;
	direction: ltr;
}

.bh-hero-copy,
.bh-hero-visual {
	direction: rtl;
}

.bh-kicker {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	color: var(--bh-ink-soft);
	font-size: 14px;
	letter-spacing: 0.22em;
}

.bh-kicker::before {
	content: "";
	width: 56px;
	height: 2px;
	background: var(--bh-line-strong);
}

.bh-hero-title {
	margin: 28px 0 22px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: clamp(3.5rem, 6.8vw, 6.4rem);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.bh-hero-title .accent {
	color: var(--bh-accent);
}

.bh-hero-text {
	max-width: 600px;
	margin: 0;
	color: var(--bh-ink-soft);
	font-size: 20px;
	line-height: 1.9;
}

.bh-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.bh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 30px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 600;
}

.bh-button--primary {
	background: var(--bh-ink);
	color: #fff;
}

.bh-button--secondary {
	border: 1.5px solid var(--bh-line-strong);
	background: transparent;
	color: var(--bh-ink);
}

.bh-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	margin-top: 64px;
	padding-top: 34px;
	border-top: 1px solid var(--bh-line);
}

.bh-stat {
	text-align: center;
}

.bh-stat strong {
	display: block;
	font-family: "Frank Ruhl Libre", serif;
	font-size: clamp(2.3rem, 3vw, 3.3rem);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.bh-stat strong .accent {
	color: var(--bh-accent);
}

.bh-stat span {
	display: block;
	margin-top: 8px;
	color: var(--bh-ink-soft);
	font-size: 14px;
}

.bh-collage {
	position: relative;
	min-height: 686px;
	padding: 36px;
	border-radius: 34px;
	background: linear-gradient(145deg, var(--bh-surface), var(--bh-surface-strong));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.bh-collage-card {
	position: absolute;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 24px 70px -42px rgba(45, 42, 114, 0.45);
}

.bh-collage-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-card-broccoli {
	top: 42px;
	left: 68px;
	width: 170px;
	height: 224px;
	transform: rotate(-8deg);
}

.bh-card-strawberry {
	top: 40px;
	right: 42px;
	width: 236px;
	height: 230px;
}

.bh-card-pineapple {
	top: 290px;
	right: 168px;
	width: 206px;
	height: 252px;
	background: #eef8fb;
}

.bh-card-watermelon {
	bottom: 48px;
	left: 36px;
	width: 204px;
	height: 210px;
	transform: rotate(4deg);
}

.bh-card-oil {
	right: 38px;
	bottom: 34px;
	width: 196px;
	height: 228px;
}

.bh-collage-badge {
	position: absolute;
	top: 14px;
	left: 18px;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--bh-ink);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.bh-collage-stamp {
	position: absolute;
	left: 38px;
	top: 280px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 102px;
	border: 1px dashed var(--bh-ink);
	border-radius: 50%;
	background: var(--bh-accent);
	font-family: "Frank Ruhl Libre", serif;
	font-size: 18px;
	line-height: 1.05;
	text-align: center;
}

.bh-collage-note {
	position: absolute;
	right: 54px;
	bottom: 10px;
	color: var(--bh-danger);
	font-family: "Caveat", cursive;
	font-size: 36px;
	font-weight: 600;
}

.bh-chip-section {
	padding: 26px 0 18px;
}

.bh-chip-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: none;
}

.bh-chip-row::-webkit-scrollbar {
	display: none;
}

.bh-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: none;
	padding: 14px 22px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.58);
	color: var(--bh-ink-soft);
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0 10px 24px -22px rgba(45, 42, 114, 0.55);
}

.bh-chip:hover {
	background: rgba(255, 255, 255, 0.9);
}

.bh-chip.is-active {
	color: rgba(45, 42, 114, 0.35);
}

.bh-chip::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(180deg, var(--bh-accent), #e8c86f);
}

.bh-section {
	padding: 78px 0 0;
}

.bh-section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.bh-section-label {
	color: var(--bh-ink-soft);
	font-size: 13px;
	letter-spacing: 0.22em;
}

.bh-section-title {
	margin: 10px 0 0;
	font-family: "Frank Ruhl Libre", serif;
	font-size: clamp(2.3rem, 4vw, 4rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.bh-section-link {
	color: var(--bh-ink);
	font-size: 15px;
	font-weight: 600;
}

.bh-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.bh-product-card {
	overflow: hidden;
	border: 1px solid var(--bh-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 22px 48px -42px rgba(45, 42, 114, 0.26);
}

.bh-product-media {
	position: relative;
	aspect-ratio: 1 / 1;
	background: var(--bh-surface);
}

.bh-product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-product-tag {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--bh-accent);
	color: var(--bh-ink);
	font-size: 12px;
	font-weight: 700;
}

.bh-product-body {
	padding: 18px 18px 20px;
}

.bh-product-brand {
	color: var(--bh-ink-soft);
	font-size: 12px;
	letter-spacing: 0.18em;
}

.bh-product-name {
	margin: 10px 0 8px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: 28px;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.bh-product-sub {
	margin: 0;
	color: var(--bh-ink-soft);
	font-size: 14px;
	line-height: 1.7;
}

.bh-product-price {
	margin-top: 16px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: 30px;
	font-weight: 700;
}

.bh-story {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 34px;
	align-items: center;
	margin-top: 72px;
	padding: 44px;
	border: 1px solid var(--bh-line);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.42);
}

.bh-delivery-grid,
.bh-journal-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
}

.bh-panel {
	padding: 30px;
	border: 1px solid var(--bh-line);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.48);
}

.bh-panel-title {
	margin: 0 0 16px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: clamp(2rem, 3vw, 3.3rem);
	line-height: 1;
}

.bh-panel-copy {
	margin: 0;
	color: var(--bh-ink-soft);
	font-size: 16px;
	line-height: 1.85;
}

.bh-form-panel {
	margin-top: 24px;
	padding: 22px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid var(--bh-line);
}

.bh-form-panel h3 {
	margin: 0 0 10px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: 28px;
}

.bh-form-panel p {
	margin: 0 0 18px;
	color: var(--bh-ink-soft);
	line-height: 1.8;
}

.bh-contact-form label {
	display: block;
	margin-bottom: 14px;
	color: var(--bh-ink-soft);
	font-size: 14px;
}

.bh-contact-form input,
.bh-contact-form textarea {
	width: 100%;
	margin-top: 6px;
	padding: 14px 16px;
	border: 1px solid var(--bh-line-strong);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--bh-ink);
}

.bh-contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

.bh-contact-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 14px 28px;
	border: 0;
	border-radius: 999px;
	background: var(--bh-ink);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.bh-contact-form .wpcf7-spinner {
	margin: 10px 0 0;
}

.bh-delivery-days {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.bh-day-card {
	padding: 18px 16px;
	border-radius: 20px;
	background: var(--bh-surface);
	border: 1px solid var(--bh-line);
}

.bh-day-card.is-highlight {
	background: linear-gradient(180deg, #efd38a, var(--bh-accent));
}

.bh-day-card strong {
	display: block;
	font-family: "Frank Ruhl Libre", serif;
	font-size: 26px;
}

.bh-day-card span,
.bh-day-card em {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: var(--bh-ink-soft);
	font-style: normal;
}

.bh-journal-card {
	display: grid;
	grid-template-columns: 176px 1fr;
	gap: 18px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--bh-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.54);
}

.bh-journal-card + .bh-journal-card {
	margin-top: 16px;
}

.bh-journal-card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 18px;
}

.bh-journal-card small {
	color: var(--bh-accent);
	font-size: 12px;
	letter-spacing: 0.18em;
}

.bh-journal-card h3 {
	margin: 8px 0;
	font-family: "Frank Ruhl Libre", serif;
	font-size: 28px;
	line-height: 1.1;
}

.bh-journal-card p {
	margin: 0;
	color: var(--bh-ink-soft);
	font-size: 14px;
	line-height: 1.75;
}

.bh-story-title {
	margin: 0 0 18px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: clamp(2.4rem, 4vw, 4.6rem);
	line-height: 1;
}

.bh-story-title .accent {
	color: var(--bh-accent);
}

.bh-story-text {
	margin: 0;
	color: var(--bh-ink-soft);
	font-size: 17px;
	line-height: 1.95;
}

.bh-story-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 30px;
}

.bh-story-fact strong {
	display: block;
	margin-bottom: 6px;
	color: var(--bh-accent);
	font-size: 12px;
	letter-spacing: 0.18em;
}

.bh-story-fact span {
	color: var(--bh-ink-soft);
	font-size: 14px;
	line-height: 1.7;
}

.bh-story-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.bh-story-photos img {
	border-radius: 22px;
	height: 100%;
	object-fit: cover;
}

.bh-story-photos .tall {
	grid-row: 1 / 3;
}

.bh-footer {
	padding: 82px 0 42px;
	margin-top: 88px;
	background: var(--bh-ink);
	color: rgba(255, 255, 255, 0.88);
}

.bh-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 38px;
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bh-footer-brand-title {
	margin: 0 0 10px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: 34px;
}

.bh-footer-brand p,
.bh-footer-links a,
.bh-footer-bottom {
	color: rgba(255, 255, 255, 0.72);
}

.bh-footer-brand p {
	margin: 0;
	max-width: 380px;
	line-height: 1.9;
}

.bh-footer-links h3 {
	margin: 0 0 16px;
	color: var(--bh-accent-soft);
	font-size: 13px;
	letter-spacing: 0.22em;
}

.bh-footer-links a {
	display: block;
	margin-bottom: 12px;
}

.bh-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 24px;
	font-size: 13px;
}

.bh-footer-bottom-nav {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.bh-generic-page,
.bh-generic-loop {
	padding: 90px 0;
}

.bh-generic-title {
	margin: 0 0 22px;
	font-family: "Frank Ruhl Libre", serif;
	font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.bh-generic-card {
	padding: 28px;
	border: 1px solid var(--bh-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.45);
}

.bh-woocommerce-card {
	padding: 34px;
}

.bh-woocommerce-page .woocommerce-result-count,
.bh-woocommerce-page .woocommerce-breadcrumb {
	color: var(--bh-ink-soft);
}

.bh-woocommerce-page .woocommerce ul.products li.product,
.bh-woocommerce-page .woocommerce-page ul.products li.product {
	padding: 16px;
	border: 1px solid var(--bh-line);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.58);
}

.bh-woocommerce-page .woocommerce ul.products li.product a img {
	border-radius: 18px;
}

.bh-woocommerce-page .woocommerce ul.products li.product .price,
.bh-woocommerce-page .woocommerce div.product p.price,
.bh-woocommerce-page .woocommerce div.product span.price {
	color: var(--bh-ink);
	font-family: "Frank Ruhl Libre", serif;
	font-size: 24px;
}

.bh-woocommerce-page .woocommerce div.product div.images img,
.bh-woocommerce-page .woocommerce div.product div.summary {
	border-radius: 20px;
}

.bh-woocommerce-page .woocommerce a.button,
.bh-woocommerce-page .woocommerce button.button,
.bh-woocommerce-page .woocommerce input.button,
.bh-woocommerce-page .woocommerce #respond input#submit {
	border-radius: 999px;
	background: var(--bh-ink);
	color: #fff;
}

.bh-woocommerce-page .woocommerce form .form-row input.input-text,
.bh-woocommerce-page .woocommerce form .form-row textarea,
.bh-woocommerce-page .woocommerce form .form-row select,
.bh-woocommerce-page .select2-container--default .select2-selection--single {
	border: 1px solid var(--bh-line-strong);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.86);
}

.bh-woocommerce-page .woocommerce-message,
.bh-woocommerce-page .woocommerce-info,
.bh-woocommerce-page .woocommerce-error {
	border-radius: 16px;
	border-top-color: var(--bh-accent);
}

.bh-cookie-banner {
	position: fixed;
	right: 18px;
	left: 18px;
	bottom: 18px;
	z-index: 80;
}

.bh-cookie-banner__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
	border: 1px solid var(--bh-line-strong);
	border-radius: 22px;
	background: rgba(251, 247, 239, 0.98);
	box-shadow: 0 30px 60px -38px rgba(45, 42, 114, 0.45);
}

.bh-cookie-banner__inner strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}

.bh-cookie-banner__inner p {
	margin: 0;
	max-width: 720px;
	color: var(--bh-ink-soft);
	line-height: 1.75;
}

.bh-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bh-cookie-banner__actions .bh-button {
	padding: 14px 20px;
	font-size: 15px;
}

.bh-cookie-link {
	display: inline-flex;
	align-items: center;
	padding: 14px 10px;
	font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 1180px) {
	.bh-topbar,
	.bh-hero-grid,
	.bh-story,
	.bh-delivery-grid,
	.bh-journal-grid,
	.bh-footer-grid {
		grid-template-columns: 1fr;
	}

	.bh-main-nav,
	.bh-brand,
	.bh-header-actions {
		justify-content: center;
	}

	.bh-hero-grid {
		gap: 44px;
	}

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

	.bh-story {
		padding: 32px;
	}
}

@media (max-width: 780px) {
	.bh-shell {
		width: min(100% - 28px, 1410px);
	}

	.bh-topbar {
		grid-template-columns: 1fr auto;
		gap: 16px;
		padding: 12px 0;
	}

	.bh-main-nav {
		display: none;
	}

	.bh-mobile-nav {
		display: block;
	}

	.bh-menu-toggle {
		display: inline-flex;
	}

	.bh-main-nav {
		flex-wrap: wrap;
		gap: 18px 24px;
	}

	.bh-header-actions {
		gap: 10px;
	}

	.bh-phone {
		font-size: 13px;
	}

	.bh-hero {
		padding-top: 38px;
	}

	.bh-hero-title {
		font-size: clamp(2.9rem, 12vw, 4.6rem);
	}

	.bh-hero-text {
		font-size: 17px;
	}

	.bh-hero-actions,
	.bh-footer-bottom,
	.bh-cookie-banner__inner,
	.bh-cookie-banner__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bh-button {
		width: 100%;
	}

	.bh-hero-stats,
	.bh-products,
	.bh-story-facts,
	.bh-story-photos,
	.bh-delivery-days,
	.bh-journal-card {
		grid-template-columns: 1fr;
	}

	.bh-collage {
		min-height: 560px;
		padding: 24px;
	}

	.bh-card-broccoli {
		left: 28px;
		width: 136px;
		height: 180px;
	}

	.bh-card-strawberry {
		right: 20px;
		width: 172px;
		height: 176px;
	}

	.bh-card-pineapple {
		top: 228px;
		right: 118px;
		width: 150px;
		height: 188px;
	}

	.bh-card-watermelon {
		left: 16px;
		width: 156px;
		height: 160px;
	}

	.bh-card-oil {
		right: 18px;
		width: 148px;
		height: 174px;
	}

	.bh-collage-stamp {
		top: 218px;
		left: 18px;
		width: 84px;
		height: 84px;
		font-size: 14px;
	}

	.bh-collage-note {
		font-size: 28px;
	}

	.bh-cookie-banner {
		right: 12px;
		left: 12px;
		bottom: 12px;
	}

	.bh-cookie-link {
		padding: 6px 0 0;
	}
}
